Class

FridaApplicationQueryOptions

Description [src]

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

Options for frida_device_enumerate_applications(), including an optional set of identifiers to restrict the results to.

Ancestors

Constructors

frida_application_query_options_new

Creates a new FridaApplicationQueryOptions.

Instance methods

frida_application_query_options_select_identifier

Restricts the query to the given application identifier. May be called multiple times to select several.

frida_application_query_options_has_selected_identifiers

Checks whether any identifiers have been selected.

frida_application_query_options_enumerate_selected_identifiers

Invokes func for each selected identifier.

frida_application_query_options_get_scope

How much detail to include about each application.

frida_application_query_options_set_scope

How much detail to include about each application.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.ApplicationQueryOptions:scope

How much detail to include about each application.

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

No description available.