API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
since: 2.70
#define G_DEFINE_FINAL_TYPE ( TN, t_n, T_P )
A convenience macro for type implementations.
Similar to G_DEFINE_TYPE(), but defines a final type.
See G_DEFINE_TYPE_EXTENDED() for an example.
Available since: 2.70
This function is not directly available to language bindings.
TN
Type: -
-
The name of the new type, in Camel case.
t_n
The name of the new type, in lower case, with words separated by _ (snake case)
_
T_P
The GType of the parent type.
GType