Function
GLibtest_get_root
since: 2.16
Declaration [src]
GTestSuite*
g_test_get_root (
void
)
Description [src]
Gets the toplevel test suite for the test path API.
Available since: 2.16
This function is not directly available to language bindings.
Return value
Type: GTestSuite
The toplevel test suite.
The data is owned by the called function. |