[text] implement get_property for "use-markup"
authorØyvind Kolås <pippin@linux.intel.com>
Tue, 8 Sep 2009 12:06:51 +0000 (13:06 +0100)
committerØyvind Kolås <pippin@linux.intel.com>
Tue, 8 Sep 2009 13:15:18 +0000 (14:15 +0100)
clutter/clutter-text.c

index fde99fa..bd9252c 100644 (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;