Convert ImageLoaderBackend to interface and backends to implementations
[geeqie.git] / src / window.h
index 1e218d6..5657c3d 100644 (file)
 #ifndef WINDOW_H
 #define WINDOW_H
 
-GtkWidget *window_new(GtkWindowType type, const gchar *role, const gchar *icon,
+#include <glib.h>
+#include <gtk/gtk.h>
+
+GtkWidget *window_new(const gchar *role, const gchar *icon,
                      const gchar *icon_file, const gchar *subtitle);
 void window_set_icon(GtkWidget *window, const gchar *icon, const gchar *file);
 gboolean window_maximized(GtkWidget *window);
 
 void help_window_show(const gchar *key);
-
+void help_search_window_show();
 
 #endif /* WINDOW_H */
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */