Cleanup main.h header
[geeqie.git] / src / ui-help.h
index cb54604..f04d2a2 100644 (file)
 #ifndef UI_HELP_H
 #define UI_HELP_H
 
+#include <gtk/gtk.h>
 
 GtkWidget *help_window_new(const gchar *title,
                           const gchar *subclass,
                           const gchar *path, const gchar *key);
-void help_window_set_file(GtkWidget *window, const gchar *path, const gchar *key);
 void help_window_set_key(GtkWidget *window, const gchar *key);
 
-GtkWidget *help_window_get_box(GtkWidget *window);
-
-
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */