Function

GLibtest_get_root

since: 2.16

Declaration

GTestSuite*
g_test_get_root (
  void
)

Description

Get 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 GTestSuite.

The data is owned by the called function.