add_search_entry

@accepts(utf8, utf8)
@returns(none)
def add_search_entry(popup_path, placeholder)

Adds a search entry to the toolbar. If a popup path is specified, clicking on the primary icon will show a menu allowing the user to select a search type, and the placeholder text for the entry will be the selected search description. Otherwise, the specified placeholder text will be displayed.

popup_path :

the UI path for the search popup (or NULL)

placeholder :

the placeholder text for the search entry (or NULL)