ObjectG.getData

Gets a named field from the objects table of associations (see g_object_set_data()).

class ObjectG
void*
getData
(
string key
)

Parameters

key string

name of the key for that association

Return Value

Type: void*

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