Method

IdeDebuggeremit_library_loaded

Declaration

void
ide_debugger_emit_library_loaded (
  IdeDebugger* self,
  IdeDebuggerLibrary* library
)

Description

Emits the “library-loaded” signal.

Debugger implementations should call this when the debugger has loaded a new library.

Parameters

library

Type: IdeDebuggerLibrary

An IdeDebuggerLibrary.

The data is owned by the caller of the method.