Method

IdeHighlightEngineget_style

Declaration

GtkTextTag*
ide_highlight_engine_get_style (
  IdeHighlightEngine* self,
  const gchar* style_name
)

Description

A GtkTextTag for style_name.

Parameters

style_name

Type: const gchar*

The name of the style to retrieve.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: GtkTextTag

A GtkTextTag.

The data is owned by the instance.