Function

GMockadd_full

Declaration [src]

void
g_mock_add_full (
  gpointer func,
  const gchar* func_name
)

Description

No description available.

Parameters

func

Type: gpointer

Mock function pointer.

The argument can be NULL.
The data is owned by the caller of the function.
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.