summaryrefslogtreecommitdiff
path: root/clutter/clutter-paint-node.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2012-08-27 09:48:36 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2013-04-05 18:48:01 +0100
commite3259435f26fe72b6fe2849a8050abf8ffe3883b (patch)
tree9d29a393e7777faee237909a5dea4300029d211f /clutter/clutter-paint-node.h
parentf1846bcb53bb8a86b9b62362f579fc81276ac525 (diff)
downloadclutter-e3259435f26fe72b6fe2849a8050abf8ffe3883b.tar.gz
2.0: Remove all Since: annotations
We're starting from scratch.
Diffstat (limited to 'clutter/clutter-paint-node.h')
-rw-r--r--clutter/clutter-paint-node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter/clutter-paint-node.h b/clutter/clutter-paint-node.h
index 534b39d8d..ef5f55aec 100644
--- a/clutter/clutter-paint-node.h
+++ b/clutter/clutter-paint-node.h
@@ -82,7 +82,7 @@ void clutter_paint_node_add_primitive (Clutter
* Evaluates to %TRUE if the @value has been initialized to hold
* a #ClutterPaintNode.
*
- * Since: 1.10
+ *
*/
#define CLUTTER_VALUE_HOLDS_PAINT_NODE(value) (G_VALUE_HOLDS (value, CLUTTER_TYPE_PAINT_NODE))