Method

Pango.Attribute.as_string

Declaration [src]

PangoAttrString*
pango_attribute_as_string (
  PangoAttribute* attr
)

Description [src]

Returns the attribute cast to PangoAttrString.

This is mainly useful for language bindings.

Available since:1.50

Return value

Returns: PangoAttrString

The attribute as PangoAttrString, or NULL if it’s not a string attribute

The data is owned by the called function
Can be NULL