[gobject-introspection] Remove (out) annotation for now from Everything structs



commit c54f10f4caef35b42229c48951ee647ef05ab557
Author: Colin Walters <walters verbum org>
Date:   Thu May 7 14:41:30 2009 -0400

    Remove (out) annotation for now from Everything structs
    
    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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/everything/everything.c b/tests/everything/everything.c
index 3205c23..291fc70 100644
--- a/tests/everything/everything.c
+++ b/tests/everything/everything.c
@@ -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
  */



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