Package: gobject

Function g-object-steal-data

Lambda List

g-object-steal-data (object key)

Arguments

object -- a g-object instance containing the associations
key -- a string with the name of the key

Return Value

The data as a pointer if found, or nil if no such data exists.

Details

Remove a specified datum from the data associations of the object, without invoking the destroy handler of the association.
 

See also

2021-9-11