Method

AdwToggleGroupget_toggle

Declaration [src]

AdwToggle*
adw_toggle_group_get_toggle (
  AdwToggleGroup* self,
  guint index
)

Description [src]

Gets the toggle with index from self.

Available since:1.7

Parameters

index guint
 

Toggle’s index.

Return value

Returns: AdwToggle
 

The toggle.

 The data is owned by the instance.
 The return value can be NULL.