Method

AdwToggleGroupget_toggle_by_name

Declaration [src]

AdwToggle*
adw_toggle_group_get_toggle_by_name (
  AdwToggleGroup* self,
  const char* name
)

Description [src]

Gets the toggle with the name name from self.

Available since:1.7

Parameters

name const char*
 

Toggle name.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: AdwToggle
 

The toggle.

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