summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2012-09-18 22:51:08 +0200
committerMatthias Clasen <mclasen@redhat.com>2012-09-25 18:46:33 -0400
commitbbcb2a3783de925b93707b8e76110ec9ebaed552 (patch)
tree1dab6b65841e1e94a6fceec2810fa486b893970d /src/zenity.h
parent0628bd3291aad936b6b553366600590cca360bfa (diff)
msg: Add an option to set a custom dialog icon
The predefined dialog icons work well in many cases, but sometimes it makes sense to use a more specific icon, so add an option to specify an icon-name to use instead. https://bugzilla.gnome.org/show_bug.cgi?id=684329
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 2eec3aa..4c94129 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -61,6 +61,7 @@ typedef enum {
typedef struct {
gchar *dialog_text;
+ gchar *dialog_icon;
MsgMode mode;
gboolean no_wrap;
gboolean no_markup;