Method

AdwToolbarViewset_content

Declaration [src]

void
adw_toolbar_view_set_content (
  AdwToolbarView* self,
  GtkWidget* content
)

Description [src]

Sets the content widget for self.

Available since:1.4

Parameters

content GtkWidget*
 

The content widget.

 The argument can be NULL.
 The data is owned by the caller of the function.