aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-04-15 07:41:15 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-04-15 07:41:15 +0000
commit9718569b63db7020540e2f3c27ad71b2148603a8 (patch)
treec5d8d60963d0a75f38f0de075b8de9d79d5cd544 /gtk/capture_dlg.h
parentaee376228c080c75bd620bdb62158f9f1e0c38e4 (diff)
add some new capture and filter related handcrafted (toolbar) icons
add "new" capture options feature, which will act like old capture start, and change capture start option (for immediately capture) rename Capture/Clear to Capture/Restart svn path=/trunk/; revision=14083
Diffstat (limited to 'gtk/capture_dlg.h')
-rw-r--r--gtk/capture_dlg.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/capture_dlg.h b/gtk/capture_dlg.h
index 0dc9e92be0..70921784f2 100644
--- a/gtk/capture_dlg.h
+++ b/gtk/capture_dlg.h
@@ -38,6 +38,13 @@
*/
void capture_prep_cb(GtkWidget *widget, gpointer data);
+/** User requested capture start by menu or toolbar.
+ *
+ * @param widget parent widget (unused)
+ * @param data unused
+ */
+void capture_start_cb(GtkWidget *widget, gpointer data);
+
/** User requested capture stop by menu or toolbar.
*
* @param widget parent widget (unused)