Class

FridaBareboneDeviceOptions

Description [src]

final class Frida.BareboneDeviceOptions : GObject.Object
{
  /* No available fields */
}

How a Barebone device presents itself. Pass it to frida_device_manager_add_barebone_device().

Ancestors

Constructors

frida_barebone_device_options_new

Creates a new FridaBareboneDeviceOptions.

Instance methods

frida_barebone_device_options_get_id

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.

frida_barebone_device_options_set_id

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.

frida_barebone_device_options_get_name

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

frida_barebone_device_options_set_name

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

frida_barebone_device_options_get_icon

Icon to represent the device with, built by icon_from_png or icon_from_rgba, or null to use the backend’s own.

frida_barebone_device_options_set_icon

Icon to represent the device with, built by icon_from_png or icon_from_rgba, or null to use the backend’s own.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.BareboneDeviceOptions:id

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.

Frida.BareboneDeviceOptions:name

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

Frida.BareboneDeviceOptions:icon

Icon to represent the device with, built by icon_from_png or icon_from_rgba, or null to use the backend’s own.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct FridaBareboneDeviceOptionsClass {
  /* no available fields */
}

No description available.