Method

ClutterTextget_attributes

since: 1.0

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

Type: 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.