Class

FoundrySimpleTextBuffer

Description

final class Foundry.SimpleTextBuffer : GObject.Object
  implements Foundry.TextBuffer {
  /* No available fields */
}

No description available.

Ancestors

Implements

Functions

foundry_simple_text_buffer_new
No description available.

foundry_simple_text_buffer_new_for_string
No description available.

Instance methods

foundry_simple_text_buffer_set_text
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from FoundryTextBuffer (4)
foundry_text_buffer_apply_edit
No description available.

foundry_text_buffer_dup_contents

Gets the contents of the buffer as a GBytes.

foundry_text_buffer_get_start_iter
No description available.

foundry_text_buffer_settle

Gets a DexFuture that will resolve after short delay when changes have completed.

Properties

Foundry.SimpleTextBuffer:context
No description available.

Properties inherited from FoundryTextBuffer (1)
FoundryTextBuffer:context
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct FoundrySimpleTextBufferClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.