Method

AdwToggleGroupget_active_name

Declaration [src]

const char*
adw_toggle_group_get_active_name (
  AdwToggleGroup* self
)

Description [src]

Gets the name of the active toggle in self.

Can be NULL if the currently active toggle doesn’t have a name.

See AdwToggle:name.

Available since:1.7

Return value

Returns: const char*
 

The active toggle name.

 The data is owned by the instance.
 The return value can be NULL.
 The value is a NUL terminated UTF-8 string.