Signal

IdeDebugger::thread-added

Declaration

void
thread_added (
  IdeDebugger* self,
  IdeDebuggerThread* thread,
  gpointer user_data
)

Description

The signal is emitted when a thread is added to the inferior.

Default handler:

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

Parameters

thread

Type: IdeDebuggerThread

An IdeDebuggerThread.

The data is owned by the caller of the function.