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...
 
GdkPixbuf * symbols_get_icon_pixbuf (TMIcon icon)
 Gets the icon data corresponding to the provided TMIcon. 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

◆ symbols_get_icon_pixbuf()

GdkPixbuf * symbols_get_icon_pixbuf ( TMIcon  icon)

Gets the icon data corresponding to the provided TMIcon.

Parameters
iconTMIcon.

Returns the GdkPixbuf corresponding to the provided TMIcon.

Since
2.1