Function

GumSymbolTypeto_string

Declaration [src]

const gchar*
gum_symbol_type_to_string (
  GumSymbolType type
)

Description [src]

Converts type to a human-readable string.

Parameters

type

Type: GumSymbolType

A GumSymbolType.

Return value

Type: const gchar*

A string describing type.

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