Geany dev
|
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... | |
Tag-related functions.
const gchar * symbols_get_context_separator | ( | gint | ft_id | ) |
Gets the context separator used by the tag manager for a particular file type.
ft_id | File type identifier. |
Returns non-printing sequence "\x03" ie ETX (end of text) for filetypes without a context separator.
GdkPixbuf * symbols_get_icon_pixbuf | ( | TMIcon | icon | ) |
Gets the icon data corresponding to the provided TMIcon.
icon | TMIcon. |
Returns the GdkPixbuf corresponding to the provided TMIcon.