Class

IdeLocation

Description

class Ide.Location : GObject.Object {
  parent_instance: GObject
}
No description available.

Ancestors

  • GObject

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

ide_location_new_with_offset
No description available.

Available since: 3.32

Instance methods

ide_location_compare
No description available.
ide_location_dup

Makes a deep copy of self.

Available since: 3.32

ide_location_get_file

Gets the file within the location.

Available since: 3.32

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.

Class structure

struct IdeLocationClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.