ObjectG.stealQdata

This function gets back user data pointers stored via g_object_set_qdata() and removes the data from object without invoking its destroy() function (if any was set). Usually, calling this function is only required to update

class ObjectG
void*
stealQdata

Parameters

quark GQuark

A GQuark, naming the user data pointer

Return Value

Type: void*

The user data pointer set, or NULL. [transfer full]

Meta