Class

SysprofThreadInfo

Description

final class Sysprof.ThreadInfo : GObject.Object
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this SysprofThreadInfo ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

sysprof_thread_info_get_process

Gets the process that owns the thread info.

sysprof_thread_info_get_thread_id

Gets the thread identifier.

sysprof_thread_info_is_main_thread

Checks if the thread is the main thread for a process.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Sysprof.ThreadInfo:is-main-thread
No description available.

Sysprof.ThreadInfo:process
No description available.

Sysprof.ThreadInfo:thread-id
No description available.

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

No description available.

Class members
parent_class: GObjectClass

No description available.