From db7cc5b1b416557419b85e06114ed89c7e263039 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 27 May 2010 13:30:07 +0100 Subject: [PATCH] analysis: Fix some CoglFixed API 2 functions where not correctly defined/documented, use the actual symbol name instead. --- cogl/cogl-fixed.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cogl/cogl-fixed.h b/cogl/cogl-fixed.h index f262bd3ba..5d7e5671e 100644 --- a/cogl/cogl-fixed.h +++ b/cogl/cogl-fixed.h @@ -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