[ CCode ( simple_generics = true ) ]
public T steal_data<T> (string key)
Remove a specified datum from the object's data associations, without invoking the association's destroy handler.
this |
Object containing the associations |
key |
name of the key |
the data if found, or null if no such data exists. |