Foundry.DebuggerSource

g Foundry.DebuggerSource Foundry.DebuggerSource GObject.Object GObject.Object GObject.Object->Foundry.DebuggerSource

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

dup_id ()

dup_name ()

dup_path ()

Virtual Methods

Inherited:

GObject.Object (7)

do_dup_id ()

do_dup_name ()

do_dup_path ()

Properties

Name

Type

Flags

Short Description

id

str

r

name

str

r

path

str

r

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent_instance

GObject.Object

r

Class Details

class Foundry.DebuggerSource(**kwargs)
Bases:

GObject.Object

Abstract:

Yes

Structure:

Foundry.DebuggerSourceClass

Represents a source code location.

Debugger plugins should implement this so that applications with a debugger interface can navigate to source code.

dup_id()
Return type:

str

dup_name()
Return type:

str

dup_path()
Return type:

str

do_dup_id() virtual
Return type:

str

do_dup_name() virtual
Return type:

str

do_dup_path() virtual
Return type:

str

Property Details

Foundry.DebuggerSource.props.id
Name:

id

Type:

str

Default Value:

None

Flags:

READABLE

Foundry.DebuggerSource.props.name
Name:

name

Type:

str

Default Value:

None

Flags:

READABLE

Foundry.DebuggerSource.props.path
Name:

path

Type:

str

Default Value:

None

Flags:

READABLE