Signal

IdeDebugger::thread-group-started

Declaration

void
thread_group_started (
  IdeDebugger* self,
  IdeDebuggerThreadGroup* thread_group,
  gpointer user_data
)

Description

This signal is emitted when a thread-group has been started.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

thread_group

Type: IdeDebuggerThreadGroup

An IdeDebuggerThreadGroup.

The data is owned by the caller of the function.