summaryrefslogtreecommitdiff
path: root/gtk/gtk_hotlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_hotlist.h')
-rw-r--r--gtk/gtk_hotlist.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gtk/gtk_hotlist.h b/gtk/gtk_hotlist.h
index 22dc0a45f..b2477bc9f 100644
--- a/gtk/gtk_hotlist.h
+++ b/gtk/gtk_hotlist.h
@@ -27,7 +27,12 @@
extern GtkWindow *wndHotlist;
-void nsgtk_hotlist_init(void);
+/**
+ * Initialise the gtk specific hotlist (bookmarks) display.
+ *
+ * \param glade_hotlist_file_location the path to the glade file for the hotlist
+ */
+bool nsgtk_hotlist_init(const char *glade_hotlist_file_location);
void nsgtk_hotlist_destroy(void);
#endif /* __NSGTK_HOTLIST_H__ */