[clutter/clutter-1.6] Skip CoglFixed accessors for GValue
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/clutter-1.6] Skip CoglFixed accessors for GValue
- Date: Wed, 8 Jun 2011 12:31:01 +0000 (UTC)
commit 378550c3d6561f6f7877f332a1c125a36e222204
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Wed Jun 8 13:25:26 2011 +0100
Skip CoglFixed accessors for GValue
Introspection is pointless for these.
clutter/clutter-fixed.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/clutter/clutter-fixed.c b/clutter/clutter-fixed.c
index b3ef0d9..910751c 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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]