Method
IdeTestManagerget_tests
Description
Locates and returns any IdeTest that is found as a direct child
of path.
| Available since: | 3.32 |
Parameters
path |
const gchar* |
The path to the test or |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| The string is a NUL terminated UTF-8 string. |
Return value
| Returns: | An array of IdeTest |
An array of |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. |