Function
Coglglib_source_new
Declaration [src]
GSource*
cogl_glib_source_new (
  CoglRenderer* renderer,
  int priority
)
Parameters
- renderer
- 
            Type: CoglRendererA CoglRenderer.The data is owned by the caller of the function. 
- priority
- 
            Type: intThe priority of the GSource.
Return value
Type: GSource
A new GSource.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |