Foundry.TextBufferProvider¶
- Subclasses:
None
Methods¶
- Inherited:
Foundry.Contextual (4), GObject.Object (37), Json.Serializable (8)
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
|
|
|
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Foundry.TextBufferProvider(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Interface to be implemented by platform libraries to integrate with their text buffer implementation of choice such as GtkSourceView.
- create_buffer()¶
- Return type:
- load(buffer, file, operation, encoding, crlf)¶
- Parameters:
buffer (
Foundry.TextBuffer) –file (
Gio.File) –operation (
Foundry.OperationorNone) –
- Return type:
- save(buffer, file, operation, encoding, crlf)¶
- Parameters:
buffer (
Foundry.TextBuffer) –file (
Gio.File) –operation (
Foundry.OperationorNone) –
- Return type:
- do_create_buffer() virtual¶
- Return type:
- do_load(buffer, file, operation, encoding, crlf) virtual¶
- Parameters:
buffer (
Foundry.TextBuffer) –file (
Gio.File) –operation (
Foundry.OperationorNone) –
- Return type:
- do_save(buffer, file, operation, encoding, crlf) virtual¶
- Parameters:
buffer (
Foundry.TextBuffer) –file (
Gio.File) –operation (
Foundry.OperationorNone) –
- Return type: