Class

GumSwiftApiResolver

Description [src]

final class Gum.SwiftApiResolver : GObject.Object
  implements Gum.ApiResolver {
  /* No available fields */
}

Resolves APIs by searching currently loaded Swift modules.

See GumApiResolver for more information.

Ancestors

Implements

Functions

gum_swift_api_resolver_new

Creates a new resolver that searches exports and imports of currently loaded modules.

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from GumApiResolver (1)
gum_api_resolver_enumerate_matches

Performs the resolver-specific query, optionally suffixed with /i to perform case-insensitive matching. Calls func with each match found.

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 GumSwiftApiResolverClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.