mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 17:40:40 -05:00
analysis: Fix some CoglFixed API
2 functions where not correctly defined/documented, use the actual symbol name instead.
This commit is contained in:
parent
45a947d226
commit
db7cc5b1b4
@ -497,7 +497,7 @@ cogl_fixed_tan (CoglFixed angle);
|
|||||||
CoglFixed cogl_fixed_cos (CoglFixed angle);
|
CoglFixed cogl_fixed_cos (CoglFixed angle);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cogl_fixed_atani:
|
* cogl_fixed_atan:
|
||||||
* @a: a #CoglFixed number
|
* @a: a #CoglFixed number
|
||||||
*
|
*
|
||||||
* Computes the arc tangent of @a.
|
* Computes the arc tangent of @a.
|
||||||
@ -507,7 +507,7 @@ CoglFixed cogl_fixed_cos (CoglFixed angle);
|
|||||||
* Since: 1.0
|
* Since: 1.0
|
||||||
*/
|
*/
|
||||||
CoglFixed
|
CoglFixed
|
||||||
cogl_fixed_atani (CoglFixed a);
|
cogl_fixed_atan (CoglFixed a);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cogl_fixed_atan2:
|
* cogl_fixed_atan2:
|
||||||
@ -797,7 +797,7 @@ int
|
|||||||
cogl_double_to_int (double value);
|
cogl_double_to_int (double value);
|
||||||
|
|
||||||
unsigned int
|
unsigned int
|
||||||
cogl_double_to_unit (double value);
|
cogl_double_to_uint (double value);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user