gobject-introspection r1044 - trunk/tests/everything



Author: johan
Date: Thu Jan 15 00:47:53 2009
New Revision: 1044
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=1044&view=rev

Log:
Update annotation syntax

Modified:
   trunk/tests/everything/everything.c

Modified: trunk/tests/everything/everything.c
==============================================================================
--- trunk/tests/everything/everything.c	(original)
+++ trunk/tests/everything/everything.c	Thu Jan 15 00:47:53 2009
@@ -143,7 +143,7 @@
 }
 
 /**
- * test_value_arg
+ * test_value_arg:
  * @v: (transfer none): a GValue expected to contain an int
  *
  * Return value: the int contained in the GValue.
@@ -180,7 +180,8 @@
 static const char utf8_const[]    = "const \xe2\x99\xa5 utf8";
 static const char utf8_nonconst[] = "nonconst \xe2\x99\xa5 utf8";
 
-/** test_utf8_const_return:
+/** 
+ * test_utf8_const_return:
  * Return value: <const char*> UTF-8 string
  */
 G_CONST_RETURN char *test_utf8_const_return (void)
@@ -188,7 +189,8 @@
   return utf8_const;
 }
 
-/** test_utf8_nonconst_return:8
+/** 
+ * test_utf8_nonconst_return:8
  * Return value: <char*> UTF-8 string
  */
 char *test_utf8_nonconst_return (void)



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