mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
doc: Some fixes for the Cogl documentation
• 3 general fixes (typos, copy/paste),
• ignore cogl-object-private.h,
• cogl_fixed_atani() was in reality cogl_fixed_atan(), fixed in commit
43564f05
.
• Fix the cogl-vector section: sections must have a </SECTION> tag at
the end. Also the cogl-vector section was added in the middle of the
cogl-buffer one. Let's shiffle it out and add that </SECTION> tag.
This commit is contained in:
@ -81,10 +81,10 @@ cogl_handle_ref (CoglHandle handle);
|
||||
* count reaches 0, the resources allocated by @handle will be freed
|
||||
*/
|
||||
void
|
||||
cogl_handle_unref (CoglHandle Handle);
|
||||
cogl_handle_unref (CoglHandle handle);
|
||||
|
||||
/**
|
||||
* cogl_handle_ref:
|
||||
* cogl_object_ref:
|
||||
* @object: a #CoglObject
|
||||
*
|
||||
* Increases the reference count of @handle by 1
|
||||
@ -95,7 +95,7 @@ void *
|
||||
cogl_object_ref (void *object);
|
||||
|
||||
/**
|
||||
* cogl_handle_unref:
|
||||
* cogl_object_unref:
|
||||
* @object: a #CoglObject
|
||||
*
|
||||
* Drecreases the reference count of @object by 1; if the reference
|
||||
|
Reference in New Issue
Block a user