Drawable.getData

Warning gdk_drawable_get_data is deprecated and should not be used in newly-written code. Equivalent to g_object_get_data(); the GObject variant should be used instead.

class Drawable
override
void*
getData
(
string key
)

Parameters

key string

name the data was stored under

Return Value

Type: void*

the data stored at key

Meta