summaryrefslogtreecommitdiff
path: root/gtk/gtk_history.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_history.h')
-rw-r--r--gtk/gtk_history.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/gtk/gtk_history.h b/gtk/gtk_history.h
index 93d57b2b7..ab3c10ee6 100644
--- a/gtk/gtk_history.h
+++ b/gtk/gtk_history.h
@@ -24,7 +24,17 @@
extern GtkWindow *wndHistory;
-bool nsgtk_history_init(void);
+/**
+ * Creates the window for the global history tree.
+ *
+ * \param glade_file_location The glade file to use for the window.
+ * \return true on success false on faliure.
+ */
+bool nsgtk_history_init(const char *glade_file_location);
+
+/**
+ * Free global resources associated with the gtk history window.
+ */
void nsgtk_history_destroy(void);
#endif /* __NSGTK_HISTORY_H__ */