Function

Pango-1.0Pangoattr_type_get_nameSince 1.22

  • Fetches the attribute type name.

    The attribute type name is the string passed in when registering the type using Pango.AttrType.register.

    The returned value is an interned string (see g_intern_string() for what that means) that should not be modified or freed.

    Parameters

    Returns string

    the type ID name (which may be null), or null if type is a built-in Pango attribute type or invalid.

    1.22