Method

FridaBareboneDeviceOptionsset_id

Declaration

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

Description [src]

A stable identifier to give the device, or null to generate one. A caller that derives it from something it persists gets the same id back every time it adds the device, even across a restart of its own, so anything that refers to the target by device id stays valid.

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.