summaryrefslogtreecommitdiff
path: root/gtk/gtkcssimageprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2014-10-21 05:52:05 +0200
committerBenjamin Otte <otte@redhat.com>2014-10-21 05:53:19 +0200
commit8abc6e06b2c551fe60382b45ba413d5f0d49b9ae (patch)
tree1d159a4affc0d9638e033866ab204c5a11c6cc3d /gtk/gtkcssimageprivate.h
parent7eb3b6c71f9a79c77ac630e5a25bf07d4ecf8a98 (diff)
downloadgtk+-8abc6e06b2c551fe60382b45ba413d5f0d49b9ae.tar.gz
css: Add "-gtk-icon-source: builtin"
... and make it the default. This takes over the meaning from "none" for this property in that it draws the fallback builtin image. "none" now literally means no image will be drawn.
Diffstat (limited to 'gtk/gtkcssimageprivate.h')
-rw-r--r--gtk/gtkcssimageprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcssimageprivate.h b/gtk/gtkcssimageprivate.h
index e9a39bfb9f..23188e79bc 100644
--- a/gtk/gtkcssimageprivate.h
+++ b/gtk/gtkcssimageprivate.h
@@ -65,7 +65,7 @@ struct _GtkCssImageClass
/* compare two images for equality */
gboolean (* equal) (GtkCssImage *image1,
GtkCssImage *image2);
- /* transition between start and end image (end may be NULL), returns new reference */
+ /* transition between start and end image (end may be NULL), returns new reference (optional) */
GtkCssImage *(* transition) (GtkCssImage *start,
GtkCssImage *end,
guint property_id,