primitive: add scope annotation
Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
dc5b440f07
commit
34838553c0
@ -857,8 +857,10 @@ typedef CoglBool (* CoglPrimitiveAttributeCallback) (CoglPrimitive *primitive,
|
|||||||
/**
|
/**
|
||||||
* cogl_primitive_foreach_attribute:
|
* cogl_primitive_foreach_attribute:
|
||||||
* @primitive: A #CoglPrimitive object
|
* @primitive: A #CoglPrimitive object
|
||||||
* @callback: A #CoglPrimitiveAttributeCallback to be called for each attribute
|
* @callback: (scope call): A #CoglPrimitiveAttributeCallback to be
|
||||||
* @user_data: Private data that will be passed to the callback
|
* called for each attribute
|
||||||
|
* @user_data: (closure): Private data that will be passed to the
|
||||||
|
* callback
|
||||||
*
|
*
|
||||||
* Iterates all the attributes of the given #CoglPrimitive.
|
* Iterates all the attributes of the given #CoglPrimitive.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user