Signal

IdeDebugger::thread-selected

Declaration

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

Description

The signal is emitted when a thread is selected in the debugger.

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.