TypeScript API Documentation for PANGO
API Version: 1.0
Library Version: 1.57.0
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 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.
g_intern_string()
an attribute type ID to fetch the name for
the type ID name (which may be null), or null if type is a built-in Pango attribute type or invalid.
null
type
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.