summaryrefslogtreecommitdiff
path: root/plugins/shellexecui/callbacks.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-06-27 20:46:56 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-06-27 20:46:56 +0200
commit0e25f2b3d4b2ce21a587703a08043d2b98a31d4d (patch)
treee6aab37c75355b09b270bbc874dc2b532cb48624 /plugins/shellexecui/callbacks.h
parent4934931f6616d7e0c480ac7b5dedfeeaaa2a4fdc (diff)
shellexecui: disallow multiple shellexecui dialogs
Diffstat (limited to 'plugins/shellexecui/callbacks.h')
-rw-r--r--plugins/shellexecui/callbacks.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/shellexecui/callbacks.h b/plugins/shellexecui/callbacks.h
index c4b57687..4b1f2037 100644
--- a/plugins/shellexecui/callbacks.h
+++ b/plugins/shellexecui/callbacks.h
@@ -28,3 +28,7 @@ on_edit_cancel_button_clicked (GtkButton *button,
void
on_edit_ok_button_clicked (GtkButton *button,
gpointer user_data);
+
+void
+on_shellexec_conf_dialog_destroy (GObject *object,
+ gpointer user_data);