gir-repository r200 - in trunk: . gir



Author: lucasr
Date: Thu Nov  6 16:25:07 2008
New Revision: 200
URL: http://svn.gnome.org/viewvc/gir-repository?rev=200&view=rev

Log:
2008-11-06  Lucas Rocha  <lucasr gnome org>

	* gir/clutter-0.8.c: add annotations for clutter_group_raise and
	clutter_group_lower in order to properly mark them as deprecated.


Modified:
   trunk/ChangeLog
   trunk/gir/clutter-0.8.c

Modified: trunk/gir/clutter-0.8.c
==============================================================================
--- trunk/gir/clutter-0.8.c	(original)
+++ trunk/gir/clutter-0.8.c	Thu Nov  6 16:25:07 2008
@@ -118,3 +118,21 @@
  * @x_out: (out):
  * @y_out: (out):
  */
+
+/**
+ * clutter_group_lower:
+ * @self: group
+ * @actor: actor
+ * @sibling: sibling
+ *
+ * Deprecated: 0.6: Use clutter_container_lower_child() instead.
+ */
+
+/**
+ * clutter_group_raise:
+ * @self: group
+ * @actor: actor
+ * @sibling: sibling
+ *
+ * Deprecated: 0.6: Use clutter_container_raise_child() instead.
+ */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]