summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2008-11-17 23:24:17 +0000
committerOwen Taylor <otaylor@src.gnome.org>2008-11-17 23:24:17 +0000
commitf48343e8da9fac170c4cb4a66bc751d4911acc58 (patch)
tree7b0b8e7c1b6afcf4fa09be4bd8bdf4ffb4339664
parent37b60d07bd7ca7861a0758d47ad386730f8509fa (diff)
downloadgobject-introspection-f48343e8da9fac170c4cb4a66bc751d4911acc58.tar.gz
Fix doc comment annotations for test_struct_b_clone()
* tests/everything/everything.c: Fix doc comment annotations for test_struct_b_clone() to refer to the right function. svn path=/trunk/; revision=941
-rw-r--r--ChangeLog5
-rw-r--r--tests/everything/everything.c6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c3c73335..383e564e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-17 Owen Taylor <otaylor@redhat.com>
+
+ * tests/everything/everything.c: Fix doc comment annotations
+ for test_struct_b_clone() to refer to the right function.
+
2008-11-17 Dan Winship <danw@gnome.org>
* giscanner/glibtransformer.py (GLibTransformer.__init__): fix
diff --git a/tests/everything/everything.c b/tests/everything/everything.c
index 86296962..32e8e82d 100644
--- a/tests/everything/everything.c
+++ b/tests/everything/everything.c
@@ -407,11 +407,11 @@ test_struct_a_clone (TestStructA *a,
}
/**
- * test_struct_a_clone:
- * @a: the structure
+ * test_struct_b_clone:
+ * @b: the structure
* @b_out: (out): the cloned structure
*
- * Make a copy of a TestStructA
+ * Make a copy of a TestStructB
*/
void
test_struct_b_clone (TestStructB *b,