Method

Adw.StatusPage.set_child

Declaration [src]

void
adw_status_page_set_child (
  AdwStatusPage* self,
  GtkWidget* child
)

Description [src]

Sets the child widget of self.

Sets propertyAdw.StatusPage:child

Parameters

child GtkWidget*
 

the child widget

 Can be NULL
 Ownership is not transferred to the callee