Method

FridaScriptOptionsget_name

Declaration

const gchar*
frida_script_options_get_name (
  FridaScriptOptions* self
)

Description [src]

A name for the script, used in logging and debugging.

Return value

Type: const gchar*

No description available.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.