steal_data


Description:

[ 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.

Parameters:

this

Object containing the associations

key

name of the key

Returns:

the data if found, or null if no such data exists.