Geany dev
Functions
symbols.h File Reference

Tag-related functions. More...

Functions

const gchar * symbols_get_context_separator (gint ft_id)
 Gets the context separator used by the tag manager for a particular file type. More...
 

Detailed Description

Tag-related functions.

Function Documentation

◆ symbols_get_context_separator()

const gchar * symbols_get_context_separator ( gint  ft_id)

Gets the context separator used by the tag manager for a particular file type.

Parameters
ft_idFile type identifier.
Returns
The context separator string.

Returns non-printing sequence "\x03" ie ETX (end of text) for filetypes without a context separator.

Since
0.19