Method

ClutterTextget_attributes

Declaration [src]

PangoAttrList*
clutter_text_get_attributes (
  ClutterText* self
)

Description [src]

Gets the attribute list that was set on the ClutterText actor clutter_text_set_attributes(), if any.

Available since:1.0

Return value

Returns: PangoAttrList
 

The attribute list, or NULL if none was set. The returned value is owned by the ClutterText and should not be unreferenced.

 The data is owned by the instance.