summaryrefslogtreecommitdiff
path: root/gtk/cookies.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/cookies.h')
-rw-r--r--gtk/cookies.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/gtk/cookies.h b/gtk/cookies.h
index db12dfe31..2d5c56d52 100644
--- a/gtk/cookies.h
+++ b/gtk/cookies.h
@@ -23,11 +23,14 @@
#ifndef __NSGTK_COOKIES_H__
#define __NSGTK_COOKIES_H__
-#include <gtk/gtk.h>
-
extern GtkWindow *wndCookies;
-bool nsgtk_cookies_init(const char *glade_file_location);
+/**
+ * Creates the window for the cookies tree.
+ *
+ * \return NSERROR_OK on success else appropriate error code on faliure.
+ */
+nserror nsgtk_cookies_init(void);
void nsgtk_cookies_destroy(void);