aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/new_packet_list.h
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2010-12-22 17:25:06 +0000
committerSake Blok <sake@euronet.nl>2010-12-22 17:25:06 +0000
commit516bfe3363391ce9cfef123c918c48ba851cb4e9 (patch)
treeb2b7dc25104e312a3ef9df57be5bef828b8c6714 /gtk/new_packet_list.h
parentf4c63552816e689d6e9688768ea448a84537bbe6 (diff)
Fix marking functionality (bug 5279)
svn path=/trunk/; revision=35244
Diffstat (limited to 'gtk/new_packet_list.h')
-rw-r--r--gtk/new_packet_list.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/gtk/new_packet_list.h b/gtk/new_packet_list.h
index d640770366..dec9578f1a 100644
--- a/gtk/new_packet_list.h
+++ b/gtk/new_packet_list.h
@@ -73,7 +73,14 @@ extern void new_packet_list_set_font(PangoFontDescription *font);
*/
extern void new_packet_list_mark_frame_cb(GtkWidget *widget, gpointer data);
-/** Mark/unmark all displayed packets.
+/** Toggle Mark on all displayed packets.
+ *
+ * @param widget parent widget (unused)
+ * @param data unused
+ */
+extern void new_packet_list_toggle_mark_all_displayed_frames_cb(GtkWidget *w _U_, gpointer data _U_);
+
+/** Mark all displayed packets.
*
* @param widget parent widget (unused)
* @param data unused
@@ -85,7 +92,7 @@ extern void new_packet_list_mark_all_displayed_frames_cb(GtkWidget *w _U_, gpoin
* @param widget parent widget (unused)
* @param data unused
*/
-extern void new_packet_list_unmark_all_frames_cb(GtkWidget *w _U_, gpointer data _U_);
+extern void new_packet_list_unmark_all_displayed_frames_cb(GtkWidget *w _U_, gpointer data _U_);
/** Ignore the currently selected packet.
*