Function

IdeHighlightCallback

Declaration

IdeHighlightResult
HighlightCallback (
  const GtkTextIter* begin,
  const GtkTextIter* end,
  const gchar* style_name
)

Description

No description available.

Parameters

begin const GtkTextIter*
  No description available.
 The data is owned by the caller of the function.
end const GtkTextIter*
  No description available.
 The data is owned by the caller of the function.
style_name const gchar*
  No description available.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.

Return value

Returns: IdeHighlightResult
  No description available.