Gjsify LogoGjsify Logo

Interface TextBufferDeserializeFunc

Hierarchy

  • TextBufferDeserializeFunc

Callable

  • A function that is called to deserialize rich text that has been serialized with gtk_text_buffer_serialize(), and insert it at iter.

    Parameters

    • register_buffer: Gtk.TextBuffer

      the #GtkTextBuffer the format is registered with

    • content_buffer: Gtk.TextBuffer

      the #GtkTextBuffer to deserialize into

    • iter: Gtk.TextIter

      insertion point for the deserialized text

    • data: Uint8Array

      data to deserialize

    • create_tags: boolean

      %TRUE if deserializing may create tags

    Returns boolean

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method