Method

GumExceptionDetailsto_string

Declaration [src]

gchar*
gum_exception_details_to_string (
  const GumExceptionDetails* details
)

Description [src]

Formats details as a human-readable string.

Return value

Type: gchar*

A newly-allocated description; free with g_free().

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.