Class

FridaPackageSearchOptions

Description [src]

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

Ancestors

Constructors

frida_package_search_options_new

Creates a new FridaPackageSearchOptions.

Instance methods

frida_package_search_options_get_offset

The number of results to skip, for paging.

frida_package_search_options_set_offset

The number of results to skip, for paging.

frida_package_search_options_get_limit

The maximum number of results to return.

frida_package_search_options_set_limit

The maximum number of results to return.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.PackageSearchOptions:offset

The number of results to skip, for paging.

Frida.PackageSearchOptions:limit

The maximum number of results to return.

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

No description available.