Class

FridaPackage

Description [src]

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

A package available in the registry.

Ancestors

Instance methods

frida_package_get_name

The package name.

frida_package_get_version

The package version.

frida_package_get_description

A short description of the package, if any.

frida_package_get_url

A URL with more information about the package, if any.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.Package:name

The package name.

Frida.Package:version

The package version.

Frida.Package:description

A short description of the package, if any.

Frida.Package:url

A URL with more information about the package, if any.

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

No description available.