summaryrefslogtreecommitdiff
path: root/src/glade-utils.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2006-04-30 06:27:36 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2006-04-30 06:27:36 +0000
commitf9d9a7765bb3b6f7f2f187aaaa802193fba88f96 (patch)
tree423ac101a5fe051dfedf902e92a5692f5dade847 /src/glade-utils.h
parent11453fc01ccaecb51eb3627a50f14d7827a48e11 (diff)
downloadglade-f9d9a7765bb3b6f7f2f187aaaa802193fba88f96.tar.gz
o Cleanup build in src/Makefile.am o Now build and install a devhelp
* configure.in, src/Makefile.am, src/glade-paths.sh.in: o Cleanup build in src/Makefile.am o Now build and install a devhelp module if a usable version of libdevhelp is available * src/glade-devhelp.[ch]: A loadable devhelp dockable widgets built into a plugin module. * src/glade-app.c, src/glade.h: Added a global for glade_plugins_dir. * src/glade-project-window.c, src/glade-utils.[ch]: Detect if there is a devhelp plugin installed and load the devhelp window into the project window in a paned window with the project view.
Diffstat (limited to 'src/glade-utils.h')
-rw-r--r--src/glade-utils.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/glade-utils.h b/src/glade-utils.h
index 5bd9a9d1..57cb4019 100644
--- a/src/glade-utils.h
+++ b/src/glade-utils.h
@@ -131,10 +131,15 @@ GModule *glade_util_load_library (const gchar *library_name);
LIBGLADEUI_API
gboolean glade_util_file_is_writeable (const gchar *path);
+
+LIBGLADEUI_API
+GtkWidget *glade_util_load_devhelp (void);
+
LIBGLADEUI_API
gboolean glade_util_have_devhelp (void);
LIBGLADEUI_API
-void glade_util_search_devhelp (const gchar *book,
+void glade_util_search_devhelp (GtkWidget *devhelp,
+ const gchar *book,
const gchar *page,
const gchar *search);