summaryrefslogtreecommitdiff
path: root/src/option.h
diff options
context:
space:
mode:
authorArx Cruz <arxcruz@src.gnome.org>2010-07-10 16:13:40 -0300
committerArx Cruz <arxcruz@src.gnome.org>2010-07-12 11:08:26 -0300
commit10d038022014a8069495bd72ccf9ed47fdf9d14d (patch)
tree1534f086e8259514ad9117724eb262a34346b4f1 /src/option.h
parent728c840668de3ec7c8a66842cad1b758c4dc90b3 (diff)
Add new password dialog
Diffstat (limited to 'src/option.h')
-rw-r--r--src/option.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/option.h b/src/option.h
index f52c312..076b4c7 100644
--- a/src/option.h
+++ b/src/option.h
@@ -46,6 +46,7 @@ typedef enum {
MODE_INFO,
MODE_NOTIFICATION,
MODE_COLOR,
+ MODE_PASSWORD,
MODE_ABOUT,
MODE_VERSION,
MODE_LAST
@@ -72,6 +73,7 @@ typedef struct {
ZenityTreeData *tree_data;
ZenityNotificationData *notification_data;
ZenityColorData *color_data;
+ ZenityPasswordData *password_data;
} ZenityParsingOptions;
void zenity_option_error (gchar *string,