Method
AdwToggleGroupget_toggle_by_name
Declaration [src]
AdwToggle*
adw_toggle_group_get_toggle_by_name (
AdwToggleGroup* self,
const char* name
)
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. |