Class

GumThreadRegistry

Description

final class Gum.ThreadRegistry : GObject.Object
{
  /* No available fields */
}

No description available.

Ancestors

Functions

gum_thread_registry_obtain

Obtains the thread registry singleton.

Instance methods

gum_thread_registry_enumerate_threads

Enumerates all registered threads.

gum_thread_registry_lock
No description available.

gum_thread_registry_unlock
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Gum.ThreadRegistry::thread-added
No description available.

Gum.ThreadRegistry::thread-removed
No description available.

Gum.ThreadRegistry::thread-renamed
No description available.

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

No description available.

Class members
parent_class: GObjectClass

No description available.