[ Version ( since = "1.22" ) ]
public unowned string? get_name ()
Fetches the attribute type name.
The attribute type name is the string passed in when registering the type using [[email protected]].
The returned value is an interned string (see g_intern_string
for what that means) that should not be modified or freed.
type |
an attribute type ID to fetch the name for |
the type ID name (which may be null), or null if |