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