Method

AdwToggleGroupadd

Declaration [src]

void
adw_toggle_group_add (
  AdwToggleGroup* self,
  AdwToggle* toggle
)

Description [src]

Adds a toggle to self.

Available since:1.7

Parameters

toggle AdwToggle
 

The toggle to add.

 The instance takes ownership of the data, and is responsible for freeing it.