Function
BirbActionMenuForeachActionGroupFunc
since: 0.1
Declaration
void
(* BirbActionMenuForeachActionGroupFunc) (
const char* prefix,
GActionGroup* group,
gpointer user_data
)
Description [src]
A function pointer for iterating through the GActionGroups in
a BirbActionMenu.
Available since: 0.1
Parameters
prefix-
Type:
const char*The prefix for the group.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. group-
Type:
GActionGroupThe
GActionGroup.The data is owned by the caller of the function. user_data-
Type:
gpointerUser data.
The argument can be NULL.The data is owned by the caller of the function.