Fetches the attribute type name passed in when registering the type using pango_attr_type_register(). The returned value is an interned string (see g_intern_string() for what that means) that should not be modified or freed. Since 1.22
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.
See Implementation
Fetches the attribute type name passed in when registering the type using pango_attr_type_register(). The returned value is an interned string (see g_intern_string() for what that means) that should not be modified or freed. Since 1.22