gir-repository r200 - in trunk: . gir
- From: lucasr svn gnome org
- To: svn-commits-list gnome org
- Subject: gir-repository r200 - in trunk: . gir
- Date: Thu, 6 Nov 2008 16:25:08 +0000 (UTC)
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]