Function
RBSourceSearchadd_to_menu
Declaration [src]
void
rb_source_search_add_to_menu (
GMenu* menu,
const char* action_namespace,
GAction* action,
const char* name
)
Parameters
menu-
Type:
GMenuGMenuinstance to populate.The data is owned by the caller of the function. action_namespace-
Type:
const char*Muxer namespace for the action (“app” or “win”).
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. action-
Type:
GActionSearch action to attach the menu item to.
The data is owned by the caller of the function. name-
Type:
const char*Name of the search instance to add.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.