aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/help_dlg.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-02-05 05:06:21 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-02-05 05:06:21 +0000
commit2b22bcb1a3d4b1979ff81077f3137072a95fdcae (patch)
tree9589763778aa33de988993687a746eca572bd2c3 /gtk/help_dlg.h
parentb7a16926d738da9fce30fdef9845476733ada9ef (diff)
* Add a help facility for UATs
* export help_topic_html() svn path=/trunk/; revision=20717
Diffstat (limited to 'gtk/help_dlg.h')
-rw-r--r--gtk/help_dlg.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk/help_dlg.h b/gtk/help_dlg.h
index 3108a3f7c2..38e71865d6 100644
--- a/gtk/help_dlg.h
+++ b/gtk/help_dlg.h
@@ -112,4 +112,12 @@ gboolean topic_available(topic_action_e action);
/** Redraw all the help dialog text widgets, to use a new font. */
void help_redraw(void);
+
+/*
+ * Open the help dialog and show a specific HTML help page.
+ */
+#if (GLIB_MAJOR_VERSION >= 2)
+void help_topic_html(const gchar *topic);
+#endif
+
#endif