summaryrefslogtreecommitdiff
path: root/gtk/hotlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/hotlist.h')
-rw-r--r--gtk/hotlist.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk/hotlist.h b/gtk/hotlist.h
index b2477bc9f..01e5a86c5 100644
--- a/gtk/hotlist.h
+++ b/gtk/hotlist.h
@@ -30,9 +30,11 @@ extern GtkWindow *wndHotlist;
/**
* Initialise the gtk specific hotlist (bookmarks) display.
*
- * \param glade_hotlist_file_location the path to the glade file for the hotlist
+ * \return NSERROR_OK on success else appropriate error code on faliure.
*/
-bool nsgtk_hotlist_init(const char *glade_hotlist_file_location);
+nserror nsgtk_hotlist_init(void);
+
+
void nsgtk_hotlist_destroy(void);
#endif /* __NSGTK_HOTLIST_H__ */