[glib] Documentation additions
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Documentation additions
- Date: Fri, 6 May 2011 11:16:31 +0000 (UTC)
commit 3d3659c1b6b5cd65595e8b28b77f00ef58456dbd
Author: Matthias Clasen <mclasen redhat com>
Date: Fri May 6 07:14:48 2011 -0400
Documentation additions
Add Since tags to recently introduced test function typedefs.
https://bugzilla.gnome.org/show_bug.cgi?id=649506
glib/gtestutils.c | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/glib/gtestutils.c b/glib/gtestutils.c
index bb3fcc6..4977bdb 100644
--- a/glib/gtestutils.c
+++ b/glib/gtestutils.c
@@ -956,7 +956,9 @@ g_test_create_case (const char *test_name,
* @fixture will be a pointer to the area of memory allocated by the
* test framework, of the size requested. If the requested size was
* zero then @fixture will be equal to @user_data.
- **/
+ *
+ * Since: 2.28
+ */
void
g_test_add_vtable (const char *testpath,
gsize data_size,
@@ -1027,7 +1029,10 @@ g_test_fail (void)
* GTestFunc:
*
* The type used for test case functions.
- **/
+ *
+ * Since: 2.28
+ */
+
/**
* g_test_add_func:
* @testpath: Slash-separated test case path name for the test.
@@ -1056,7 +1061,10 @@ g_test_add_func (const char *testpath,
*
* The type used for test case functions that take an extra pointer
* argument.
- **/
+ *
+ * Since: 2.28
+ */
+
/**
* g_test_add_data_func:
* @testpath: Slash-separated test case path name for the test.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]