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: gsize

No description available.

test_data

Type: gconstpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
data_setup

Type: GTestFixtureFunc

No description available.

data_test

Type: GTestFixtureFunc

No description available.

data_teardown

Type: GTestFixtureFunc

No description available.

AltStyle によって変換されたページ (->オリジナル) /