Class

FridaBareboneCallArgument

Description [src]

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

One argument in an allocator’s argument list: either the requested size, the address being freed, or a constant the target function needs in that slot.

Ancestors

Constructors

frida_barebone_call_argument_new

Creates a new FridaBareboneCallArgument.

Instance methods

frida_barebone_call_argument_get_role
No description available.

frida_barebone_call_argument_get_value
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.BareboneCallArgument:role
No description available.

Frida.BareboneCallArgument:value
No description available.

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 FridaBareboneCallArgumentClass {
  /* no available fields */
}

No description available.