[clutter] Skip introspection for GValue ↔ CoglFixed API
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] Skip introspection for GValue ↔ CoglFixed API
- Date: Mon, 13 Jun 2011 12:47:56 +0000 (UTC)
commit 3017a48228a5416a455bfaa7d8a631501d8488c2
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Mon Jun 13 12:11:45 2011 +0100
Skip introspection for GValue â?? CoglFixed API
It's pointless to introspect an API that it's not meant to be used
through introspection.
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]