| Top |
| gint | ide_debugger_thread_group_compare () |
| IdeDebuggerThreadGroup * | ide_debugger_thread_group_new () |
| const gchar * | ide_debugger_thread_group_get_id () |
| const gchar * | ide_debugger_thread_group_get_pid () |
| void | ide_debugger_thread_group_set_pid () |
| const gchar * | ide_debugger_thread_group_get_exit_code () |
| void | ide_debugger_thread_group_set_exit_code () |
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.
Owner: IdeDebuggerThreadGroup
Flags: Read / Write
Default value: NULL
“id” property “id” gchar *
The thread group identifier.
Owner: IdeDebuggerThreadGroup
Flags: Read / Write / Construct Only
Default value: NULL