Function
GLibtest_add_vtable
Declaration [src]
void
g_test_add_vtable(
constchar*testpath,
gsizedata_size,
gconstpointertest_data,
GTestFixtureFuncdata_setup,
GTestFixtureFuncdata_test,
GTestFixtureFuncdata_teardown
)
Description
No description available.
This function is not directly available to language bindings.
Parameters
testpath-
Type:
const char*No description available.
The data is owned by the caller of the function.The value is a NUL terminated UTF-8 string. data_size-
Type:
gsizeNo description available.
test_data-
Type:
gconstpointerNo description available.
The argument can beNULL.The data is owned by the caller of the function. data_setup-
Type:
GTestFixtureFuncNo description available.
data_test-
Type:
GTestFixtureFuncNo description available.
data_teardown-
Type:
GTestFixtureFuncNo description available.