Method
BirbActionMenuforeach_action_group
since: 0.1
Declaration [src]
void
birb_action_menu_foreach_action_group (
BirbActionMenu* menu,
BirbActionMenuForeachActionGroupFunc func,
gpointer user_data
)
Description [src]
Calls func with the prefix and action group from each item in menu as well
as user_data.
Available since: 0.1
Parameters
func-
Type:
BirbActionMenuForeachActionGroupFuncThe function to call on each action group.
user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the method.