Signal

IdeDebugger::library-loaded

Declaration

void
library_loaded (
  IdeDebugger* self,
  IdeDebuggerLibrary* library,
  gpointer user_data
)

Description

This signal is emitted when a library has been loaded by the debugger.

Default handler:

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

Parameters

library

Type: IdeDebuggerLibrary

An IdeDebuggerLibrary.

The data is owned by the caller of the function.