Method

GumMetalHashTableIternext

Declaration [src]

gboolean
gum_metal_hash_table_iter_next (
  GumMetalHashTableIter* iter,
  gpointer* key,
  gpointer* value
)

Description

No description available.

Parameters

key

Type: gpointer*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
value

Type: gpointer*

No description available.

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

Return value

Type: gboolean

No description available.