Struct

IdeMarkedContent

since: 45

Description

struct IdeMarkedContent {
  /* No available fields */
}
No description available.

Available since: 45

Constructors

ide_marked_content_new

Creates a new IdeMarkedContent using the bytes provided.

since: 45

ide_marked_content_new_from_data

Creates a new IdeMarkedContent from the provided data.

since: 45

ide_marked_content_new_plaintext

Creates a new IdeMarkedContent of type IDE_MARKED_KIND_PLAINTEXT with the contents of string.

since: 45

Instance methods

ide_marked_content_as_string

Gets the contents of the marked content as a C string.

since: 45

ide_marked_content_get_bytes

Gets the bytes for the marked content.

since: 45

ide_marked_content_get_kind

Gets the kind of markup that self contains.

since: 45

ide_marked_content_ref

Increments the reference count of self by one.

since: 45

ide_marked_content_unref

Decrements the reference count of self by one.

since: 45