[text] implement get_property for "use-markup"

This commit is contained in:
Øyvind Kolås 2009-09-08 13:06:51 +01:00
parent 742cc4d95b
commit 3cc56b2b13

View File

@ -759,6 +759,10 @@ clutter_text_get_property (GObject *gobject,
g_value_set_string (value, priv->font_name);
break;
case PROP_USE_MARKUP:
g_value_set_boolean (value, priv->use_markup);
break;
case PROP_COLOR:
clutter_value_set_color (value, &priv->text_color);
break;