aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-12-12 12:34:26 -0800
committerGerald Combs <gerald@wireshark.org>2016-12-12 20:37:10 +0000
commiteb1307a099ad1ed77cc70d501ab33284fcdb444d (patch)
treefd5c27aa3cc6c9f532593ffebad9c898104f2118 /file.h
parent128246bffbdfc2f30183689c2f9d9e4f676ca520 (diff)
Mark routines GTK+ only.
Mark packet_list_select_last_row and cf_goto_bottom_frame GTK+ only. Change-Id: I158814c2fa8c5fa8021b7156dded0945535c978a Reviewed-on: https://code.wireshark.org/review/19223 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'file.h')
-rw-r--r--file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.h b/file.h
index 025e5d1971..fe397adb8e 100644
--- a/file.h
+++ b/file.h
@@ -569,6 +569,7 @@ gboolean cf_goto_top_frame(void);
*
* @return TRUE if last row exists, FALSE otherwise
*/
+/* GTK+ only */
gboolean cf_goto_bottom_frame(void);
/**