Function

Gummemcpy

Declaration [src]

gpointer
gum_memcpy (
  gpointer dst,
  gconstpointer src,
  gsize n
)

Description

No description available.

Parameters

dst

Type: gpointer

No description available.

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

Type: gconstpointer

No description available.

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

Type: gsize

No description available.

Return value

Type: gpointer

No description available.

The data is owned by the called function.
The return value can be NULL.