API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
since: 2.26
#define G_DEFINE_POINTER_TYPE ( TypeName, type_name )
A convenience macro for pointer type implementations, which defines a type_name_get_type() function registering the pointer type.
type_name_get_type()
Available since: 2.26
This function is not directly available to language bindings.
TypeName
Type: -
-
The name of the new type, in Camel case.
type_name
The name of the new type, in lowercase, with words separated by _
_