mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
CoglObject: Adds cogl_object_{get,set}_user_data
This provides a mechanism for associating private data with any CoglObject. We expect Clutter will use this to associate weak materials with normal materials.
This commit is contained in:
@ -1,6 +1,12 @@
|
||||
<SECTION>
|
||||
<FILE>cogl</FILE>
|
||||
<TITLE>General API</TITLE>
|
||||
CoglObject
|
||||
cogl_object_ref
|
||||
cogl_object_unref
|
||||
CoglUserDataKey
|
||||
cogl_object_get_user_data
|
||||
cogl_object_set_user_data
|
||||
COGL_INVALID_HANDLE
|
||||
CoglHandle
|
||||
cogl_handle_ref
|
||||
|
Reference in New Issue
Block a user