get_data


Description:

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

Parameters:

this

Object containing the associations

key

name of the key for that association

Returns:

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