1
0
Fork 0

Skip introspection for GValue ↔ CoglFixed API

It's pointless to introspect an API that it's not meant to be used
through introspection.
This commit is contained in:
Emmanuele Bassi 2011-06-13 12:11:45 +01:00
parent d9c1a2ebbb
commit 3017a48228

View file

@ -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.