Method

FridaBareboneDeviceOptionsset_name

Declaration

void
frida_barebone_device_options_set_name (
  FridaBareboneDeviceOptions* self,
  const gchar* value
)

Description [src]

What to call the device, or null to name it after the backend.

Parameters

value

Type: const gchar*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.