summaryrefslogtreecommitdiff
path: root/clutter/clutter-scriptable.c
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-scriptable.c
parentf1846bcb53bb8a86b9b62362f579fc81276ac525 (diff)
downloadclutter-e3259435f26fe72b6fe2849a8050abf8ffe3883b.tar.gz
2.0: Remove all Since: annotations
We're starting from scratch.
Diffstat (limited to 'clutter/clutter-scriptable.c')
-rw-r--r--clutter/clutter-scriptable.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/clutter/clutter-scriptable.c b/clutter/clutter-scriptable.c
index e4ffdc486..2af5de488 100644
--- a/clutter/clutter-scriptable.c
+++ b/clutter/clutter-scriptable.c
@@ -72,7 +72,7 @@ clutter_scriptable_default_init (ClutterScriptableInterface *iface)
* define a unique name for an object constructable using the UI
* definition language parsed by #ClutterScript.
*
- * Since: 0.6
+ *
*/
void
clutter_scriptable_set_id (ClutterScriptable *scriptable,
@@ -102,7 +102,7 @@ clutter_scriptable_set_id (ClutterScriptable *scriptable,
* Return value: the id of the object. The returned string is owned by
* the scriptable object and should never be modified of freed
*
- * Since: 0.6
+ *
*/
const gchar *
clutter_scriptable_get_id (ClutterScriptable *scriptable)
@@ -131,7 +131,7 @@ clutter_scriptable_get_id (ClutterScriptable *scriptable)
*
* Return value: %TRUE if the node was successfully parsed, %FALSE otherwise.
*
- * Since: 0.6
+ *
*/
gboolean
clutter_scriptable_parse_custom_node (ClutterScriptable *scriptable,
@@ -164,7 +164,7 @@ clutter_scriptable_parse_custom_node (ClutterScriptable *scriptable,
* Overrides the common properties setting. The underlying virtual
* function should be used when implementing custom properties.
*
- * Since: 0.6
+ *
*/
void
clutter_scriptable_set_custom_property (ClutterScriptable *scriptable,