Method
RBSourceToolbaradd_search_entry_menu
Declaration [src]
void
rb_source_toolbar_add_search_entry_menu (
RBSourceToolbar* toolbar,
GMenuModel* search_menu,
GAction* search_action
)
Parameters
search_menu
-
Type:
GMenuModel
A
GMenu
containing search items.The data is owned by the caller of the method. search_action
-
Type:
GAction
The
GAction
for search state.The data is owned by the caller of the method.