geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

symbols.h File Reference

Tag-related functions. More...

#include "document.h"
#include <glib.h>
Include dependency graph for symbols.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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.

Definition in file symbols.h.

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

Definition at line 254 of file symbols.c.

References filetypes, and tm_parser_context_separator().

Referenced by append_calltip(), get_current_tag_name(), and get_symbol_name().