Remove (out) annotation for now from Everything structs
authorColin Walters <walters@verbum.org>
Thu, 7 May 2009 18:41:30 +0000 (14:41 -0400)
committerColin Walters <walters@verbum.org>
Thu, 7 May 2009 19:27:00 +0000 (15:27 -0400)
Right now these annotations don't work; (out) is for callee-allocates.
For more information see
http://bugzilla.gnome.org/show_bug.cgi?id=573314

tests/everything/everything.c

index 3205c23..291fc70 100644 (file)
@@ -563,7 +563,7 @@ test_enum_param(TestEnum e)
 /**
  * test_struct_a_clone:
  * @a: the structure
- * @a_out: (out): the cloned structure
+ * @a_out: the cloned structure
  *
  * Make a copy of a TestStructA
  */
@@ -577,7 +577,7 @@ test_struct_a_clone (TestStructA *a,
 /**
  * test_struct_b_clone:
  * @b: the structure
- * @b_out: (out): the cloned structure
+ * @b_out: the cloned structure
  *
  * Make a copy of a TestStructB
  */