Method

FridaBareboneDeviceOptionsget_id

Declaration

const gchar*
frida_barebone_device_options_get_id (
  FridaBareboneDeviceOptions* self
)

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.

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.