summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
authorJames Henstridge <james@jamesh.id.au>2004-09-16 09:28:09 +0000
committerJames Henstridge <jamesh@src.gnome.org>2004-09-16 09:28:09 +0000
commit963241dd15b3046e97e526b1547fdd3543b18b14 (patch)
treecc1a200d30b3ae581bb6d49d113de854ecd89a29 /src/zenity.h
parent8f506690acc3e6103db31b4426856498dacc5d32 (diff)
add code to listen for commands on stdin when in listen mode.
2004-09-16 James Henstridge <james@jamesh.id.au> * src/notification.c: add code to listen for commands on stdin when in listen mode. * src/main.c: parse the --listen argument for --notification mode. * src/zenity.h (ZenityNotificationData): add a field for the "listen" argument.
Diffstat (limited to 'src/zenity.h')
-rw-r--r--src/zenity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenity.h b/src/zenity.h
index 3d4eeea..1365d17 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -100,6 +100,7 @@ typedef struct {
typedef struct {
gchar *notification_text;
+ gboolean listen;
} ZenityNotificationData;
void zenity_calendar (ZenityData *data,