From 3017a48228a5416a455bfaa7d8a631501d8488c2 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 13 Jun 2011 12:11:45 +0100 Subject: [PATCH] =?UTF-8?q?Skip=20introspection=20for=20GValue=20=E2=86=94?= =?UTF-8?q?=20CoglFixed=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's pointless to introspect an API that it's not meant to be used through introspection. --- clutter/clutter-fixed.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clutter/clutter-fixed.c b/clutter/clutter-fixed.c index b3ef0d9bf..910751c55 100644 --- a/clutter/clutter-fixed.c +++ b/clutter/clutter-fixed.c @@ -37,7 +37,7 @@ #include "clutter-private.h" /** - * clutter_value_set_fixed: + * clutter_value_set_fixed: (skip) * @value: a #GValue initialized to %COGL_TYPE_FIXED * @fixed_: the fixed point value to set * @@ -55,7 +55,7 @@ clutter_value_set_fixed (GValue *value, } /** - * clutter_value_get_fixed: + * clutter_value_get_fixed: (skip) * @value: a #GValue initialized to %COGL_TYPE_FIXED * * Gets the fixed point value stored inside @value.