aboutsummaryrefslogtreecommitdiffstats
path: root/ui/help_url.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-10-16 19:47:43 +0000
committerGerald Combs <gerald@wireshark.org>2012-10-16 19:47:43 +0000
commit9f1fd13e9a678b361840a016f55d564e028f87bf (patch)
treed2894dd2301b2e44a7c7b8a59f4eff2a9f0908f5 /ui/help_url.h
parent696ea123be7da4b81e52dc4d65a078d97fd0c2ba (diff)
Use topic_action instead of topic_cb for the Windows file dialogs. Move
the common Qt help code to wireshark_application.cpp. svn path=/trunk/; revision=45594
Diffstat (limited to 'ui/help_url.h')
-rw-r--r--ui/help_url.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/help_url.h b/ui/help_url.h
index a2d7c4a489..c4e247813a 100644
--- a/ui/help_url.h
+++ b/ui/help_url.h
@@ -148,6 +148,12 @@ gchar *user_guide_url(const gchar *page);
*/
gchar *topic_action_url(topic_action_e action);
+/** Open a specific topic (create a "Help" dialog box or open a webpage).
+ *
+ * @param topic the topic to display
+ */
+void topic_action(topic_action_e topic);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */