[ CCode ( simple_generics = true ) ]
public unowned T get_data<T> (string key)
Gets a named field from the objects table of associations (see g_object_set_data
).
this |
Object containing the associations |
key |
name of the key for that association |
the data if found, or null if no such data exists. |