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)  

templates.h File Reference

Templates (prefs). More...

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

Go to the source code of this file.

Classes

struct  GeanyTemplatePrefs
 Template preferences. More...
 

Typedefs

typedef struct GeanyTemplatePrefs GeanyTemplatePrefs
 Template preferences. More...
 

Functions

gchar * templates_get_template_fileheader (gint filetype_idx, const gchar *fname)
 

Detailed Description

Templates (prefs).

Definition in file templates.h.

Typedef Documentation

◆ GeanyTemplatePrefs

Template preferences.

Function Documentation

◆ templates_get_template_fileheader()

gchar * templates_get_template_fileheader ( gint  filetype_idx,
const gchar *  fname 
)