mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
Documentation additions
Add Since tags to recently introduced test function typedefs. https://bugzilla.gnome.org/show_bug.cgi?id=649506
This commit is contained in:
@@ -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
|
* @fixture will be a pointer to the area of memory allocated by the
|
||||||
* test framework, of the size requested. If the requested size was
|
* test framework, of the size requested. If the requested size was
|
||||||
* zero then @fixture will be equal to @user_data.
|
* zero then @fixture will be equal to @user_data.
|
||||||
**/
|
*
|
||||||
|
* Since: 2.28
|
||||||
|
*/
|
||||||
void
|
void
|
||||||
g_test_add_vtable (const char *testpath,
|
g_test_add_vtable (const char *testpath,
|
||||||
gsize data_size,
|
gsize data_size,
|
||||||
@@ -1027,7 +1029,10 @@ g_test_fail (void)
|
|||||||
* GTestFunc:
|
* GTestFunc:
|
||||||
*
|
*
|
||||||
* The type used for test case functions.
|
* The type used for test case functions.
|
||||||
**/
|
*
|
||||||
|
* Since: 2.28
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* g_test_add_func:
|
* g_test_add_func:
|
||||||
* @testpath: Slash-separated test case path name for the test.
|
* @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
|
* The type used for test case functions that take an extra pointer
|
||||||
* argument.
|
* argument.
|
||||||
**/
|
*
|
||||||
|
* Since: 2.28
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* g_test_add_data_func:
|
* g_test_add_data_func:
|
||||||
* @testpath: Slash-separated test case path name for the test.
|
* @testpath: Slash-separated test case path name for the test.
|
||||||
|
Reference in New Issue
Block a user