Function
ClutterContextnew
Declaration [src]
ClutterContext*
clutter_context_new (
ClutterBackendConstructor backend_constructor,
gpointer user_data,
GError** error
)
Parameters
backend_constructor |
ClutterBackendConstructor |
No description available. | |
user_data |
gpointer |
No description available. | |
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | ClutterContext |
No description available. | |
The data is owned by the called function. |