Function Macro
AtkDEFINE_TYPE_WITH_CODE
since: 1.22
Declaration [src]
#define ATK_DEFINE_TYPE_WITH_CODE (
TN,
t_n,
T_P,
_C_
)
Description [src]
A convenience macro for ATK type implementations. Similar to ATK_DEFINE_TYPE(), but allows you to insert custom code into the _get_type() function, e.g. interface implementations via G_IMPLEMENT_INTERFACE().
Available since: 1.22
This function is not directly available to language bindings.