| Top |
gint ide_debugger_thread_group_compare (IdeDebuggerThreadGroup *a,IdeDebuggerThreadGroup *b);
IdeDebuggerThreadGroup *
ide_debugger_thread_group_new (const gchar *id);
const gchar *
ide_debugger_thread_group_get_id (IdeDebuggerThreadGroup *self);
const gchar *
ide_debugger_thread_group_get_pid (IdeDebuggerThreadGroup *self);
void ide_debugger_thread_group_set_pid (IdeDebuggerThreadGroup *self,const gchar *pid);
const gchar *
ide_debugger_thread_group_get_exit_code
(IdeDebuggerThreadGroup *self);
void ide_debugger_thread_group_set_exit_code (IdeDebuggerThreadGroup *self,const gchar *exit_code);
#define IDE_TYPE_DEBUGGER_THREAD_GROUP (ide_debugger_thread_group_get_type())
struct IdeDebuggerThreadGroupClass {
GObjectClass parent_class;
};
“exit-code” property“exit-code” gchar *
The exit code from the process as a string for portability.
Flags: Read / Write
Default value: NULL
“id” property“id” gchar *
The thread group identifier.
Flags: Read / Write / Construct Only
Default value: NULL
“pid” property“pid” gchar *
The pid of the thread group.
Flags: Read / Write
Default value: NULL