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 |
Parameters
library-
Type:
IdeDebuggerLibraryAn
IdeDebuggerLibrary.The data is owned by the caller of the function.