Method

IdeBufferget_style_scheme_name

Declaration

const gchar*
ide_buffer_get_style_scheme_name (
  IdeBuffer* self
)

Description

Gets the name of the GtkSourceStyleScheme from the IdeBuffer:style-scheme property.

Return value

Type: const gchar*

A string containing the style scheme or NULL.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.