Method
CoglObjectget_user_data
Declaration [src]
void*
cogl_object_get_user_data (
CoglObject* object,
CoglUserDataKey* key
)
Description [src]
Finds the user data previously associated with object using
the given key. If no user data has been associated with object
for the given key this function returns NULL.
This method is not directly available to language bindings.
Parameters
key-
Type:
CoglUserDataKeyThe address of a
CoglUserDataKeywhich provides a unique value with which to index the private data.The data is owned by the caller of the method.