Virtual Method

GumCModuleadd_define

Declaration [src]

void
add_define (
  GumCModule* cm,
  const gchar* name,
  const gchar* value
)

Description

No description available.

Parameters

name

Type: const gchar*

No description available.

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

Type: const gchar*

No description available.

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