mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -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
653a8a7874
commit
43564f05a6
@ -497,7 +497,7 @@ cogl_fixed_tan (CoglFixed angle);
|
||||
CoglFixed cogl_fixed_cos (CoglFixed angle);
|
||||
|
||||
/**
|
||||
* cogl_fixed_atani:
|
||||
* cogl_fixed_atan:
|
||||
* @a: a #CoglFixed number
|
||||
*
|
||||
* Computes the arc tangent of @a.
|
||||
@ -507,7 +507,7 @@ CoglFixed cogl_fixed_cos (CoglFixed angle);
|
||||
* Since: 1.0
|
||||
*/
|
||||
CoglFixed
|
||||
cogl_fixed_atani (CoglFixed a);
|
||||
cogl_fixed_atan (CoglFixed a);
|
||||
|
||||
/**
|
||||
* cogl_fixed_atan2:
|
||||
@ -797,7 +797,7 @@ int
|
||||
cogl_double_to_int (double value);
|
||||
|
||||
unsigned int
|
||||
cogl_double_to_unit (double value);
|
||||
cogl_double_to_uint (double value);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user