Class

CoglObject

Description

abstract class Cogl.Object : GObject.TypeInstance {
  /* No available fields */
}
No description available.

Instance methods

cogl_object_get_user_data

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.

Available since: 1.4

cogl_object_set_user_data

Associates some private user_data with a given CoglObject. To later remove the association call cogl_object_set_user_data() with the same key but NULL for the user_data.

Available since: 1.4

Functions

cogl_object_ref

Increases the reference count of object by 1

cogl_object_unref

Drecreases the reference count of object by 1; if the reference count reaches 0, the resources allocated by object will be freed.