X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Fpan-view%2Fpan-view-search.h;h=88784b7247cbb652c2f2e5e13e70eae596138400;hp=c61dd1900c0a18a6d264100331db05815157e9c1;hb=f640a7a5eddf0f46a2d1fa366fe6173d600a503e;hpb=b2335bb939212a413caac77d0ef02bdebb4d7ece diff --git a/src/pan-view/pan-view-search.h b/src/pan-view/pan-view-search.h index c61dd190..88784b72 100644 --- a/src/pan-view/pan-view-search.h +++ b/src/pan-view/pan-view-search.h @@ -30,5 +30,11 @@ void pan_search_activate(PanWindow *pw); void pan_search_activate_cb(const gchar *text, gpointer data); void pan_search_toggle_cb(GtkWidget *button, gpointer data); +// Creates a new PanViewSearchUi instance and returns it. +PanViewSearchUi *pan_search_ui_new(PanWindow *pw); + +// Destroys the specified PanViewSearchUi and sets the pointer to NULL. +void pan_search_ui_destroy(PanViewSearchUi **ui); + #endif /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */