Function

GMockget_real

Declaration [src]

void
g_mock_get_real (
  const gchar* func_name,
  gpointer* out_real
)

Description

No description available.

Parameters

func_name

Type: const gchar*

Target function name.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
out_real

Type: gpointer*

Address to store the real target implementation.

The argument will be set by the function.
The argument can be set to NULL by the function.