summaryrefslogtreecommitdiff
path: root/gtk/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/history.h')
-rw-r--r--gtk/history.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/history.h b/gtk/history.h
index ab3c10ee6..c0f7db2bd 100644
--- a/gtk/history.h
+++ b/gtk/history.h
@@ -27,10 +27,9 @@ extern GtkWindow *wndHistory;
/**
* 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.
+ * \return NSERROR_OK on sucess else appropriate error code.
*/
-bool nsgtk_history_init(const char *glade_file_location);
+nserror nsgtk_history_init(void);
/**
* Free global resources associated with the gtk history window.