Method

Adw.PreferencesGroup.add

Declaration [src]

void
adw_preferences_group_add (
  AdwPreferencesGroup* self,
  GtkWidget* child
)

Description [src]

Adds a child to self.

Parameters

child GtkWidget*
 

the widget to add

 Ownership is not transferred to the callee