Method

IdeDebuggeremit_thread_removed

since: 3.32

Declaration

void
ide_debugger_emit_thread_removed (
  IdeDebugger* self,
  IdeDebuggerThread* thread
)

Description

Emits the IdeDebugger::thread-removed signal notifying that a thread has been removed to the inferior.

Available since: 3.32

Parameters

thread

Type: IdeDebuggerThread

An IdeDebuggerThread.

The data is owned by the caller of the function.