Foundry.CompletionRequest¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
Virtual Methods¶
- Inherited:
|
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Foundry.CompletionRequest(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Represents a single completion request.
- dup_language_id()¶
-
Gets the language identifier for the completion request, such as “c” or “js”.
The language identifiers are expected to match GtkSourceView language identifiers.
- get_activation()¶
- Return type:
- get_bounds()¶
- Returns:
- begin:
location for iter where completion started
- end:
location for where completion request ended
- Return type:
(begin:
Foundry.TextIterorNone, end:Foundry.TextIterorNone)
This gets the bounds for the completion request.
Generally,
beginwill be right after a break character such as “.” andendwill be where cursor is currently.
- do_dup_language_id() virtual¶
-
Gets the language identifier for the completion request, such as “c” or “js”.
The language identifiers are expected to match GtkSourceView language identifiers.
- do_get_activation() virtual¶
- Return type:
- do_get_bounds() virtual¶
- Returns:
- begin:
location for iter where completion started
- end:
location for where completion request ended
- Return type:
(begin:
Foundry.TextIterorNone, end:Foundry.TextIterorNone)
This gets the bounds for the completion request.
Generally,
beginwill be right after a break character such as “.” andendwill be where cursor is currently.