Class
IdeLocation
Constructors
ide_location_new
No description available.
ide_location_new_from_variant
Creates a new IdeLocation
using the serialized form from a
previously serialized GVariant
.
Available since: 3.32
Instance methods
ide_location_compare
No description available.
ide_location_get_line
Gets the line within the IdeLocation:file
, or -1 if it is unknown.
Available since: 3.32
ide_location_get_line_offset
Gets the offset within the IdeLocation:line
, or -1 if it is unknown.
Available since: 3.32
ide_location_get_offset
Gets the offset within the file in characters, or -1 if it is unknown.
Available since: 3.32
ide_location_hash
No description available.
ide_location_to_variant
Serializes the location into a variant that can be used to transport across IPC boundaries.
Available since: 3.32
Properties
Ide.Location:file
No description available.
Ide.Location:line
No description available.
Ide.Location:line-offset
No description available.
Ide.Location:offset
No description available.