add_data_func_full


Description:

[ Version ( since = "2.34" ) ]
public void add_data_func_full (string testpath, owned TestDataFunc test_func)

Create a new test case, as with add_data_func, but freeing test_data after the test run is complete.

Parameters:

testpath

/-separated test case path name for the test.

test_func

The test function to invoke for this test.

data_free_func

DestroyNotify for test_data.

test_data

Test data argument for the test function.


Namespace: GLib.Test
Package: glib-2.0