Method
PanelActionMuxerget_action_group
Declaration [src]
GActionGroup*
panel_action_muxer_get_action_group (
PanelActionMuxer* self,
const char* prefix
)
Description [src]
Locates the GActionGroup inserted as prefix.
If no group was found matching group, NULL is returned.
Parameters
prefix |
const char* |
The name of the inserted action group. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. |
Return value
| Returns: | GActionGroup |
A |
|
| The data is owned by the instance. | |
The return value can be NULL. |