Method

IdeDebuggerLibraryget_ranges

Declaration

GPtrArray*
ide_debugger_library_get_ranges (
  IdeDebuggerLibrary* self
)

Description

Gets the list of address ranges for the library.

Return value

Type: An array of const IdeDebuggerAddressRange*

A GPtrArray containing the list of address ranges.

The data is owned by the instance.