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)  

geany.h File Reference
#include "app.h"
#include <glib.h>
Include dependency graph for geany.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GEANY_FILEDEFS_SUBDIR   "filedefs"
 
#define GEANY_TEMPLATES_SUBDIR   "templates"
 
#define GEANY_TAGS_SUBDIR   "tags"
 
#define GEANY_CODENAME   "Sulamar"
 
#define GEANY_HOMEPAGE   "https://www.geany.org/"
 
#define GEANY_WIKI   "https://wiki.geany.org/"
 
#define GEANY_BUG_REPORT   "https://www.geany.org/Support/Bugs"
 
#define GEANY_DONATE   "https://www.geany.org/service/donate/"
 
#define GEANY_STRING_UNTITLED   _("untitled")
 
#define GEANY_DEFAULT_DIALOG_HEIGHT   350
 
#define GEANY_WINDOW_DEFAULT_WIDTH   900
 
#define GEANY_WINDOW_DEFAULT_HEIGHT   600
 
#define G_GNUC_WARN_UNUSED_RESULT
 
#define GEANY_DEPRECATED   G_GNUC_DEPRECATED
 
#define GEANY_DEPRECATED_FOR(x)   G_GNUC_DEPRECATED_FOR(x)
 
#define GEANY(symbol_name)   symbol_name
 

Macro Definition Documentation

◆ G_GNUC_WARN_UNUSED_RESULT

#define G_GNUC_WARN_UNUSED_RESULT

Definition at line 55 of file geany.h.

◆ GEANY

#define GEANY (   symbol_name)    symbol_name

Definition at line 68 of file geany.h.

◆ GEANY_BUG_REPORT

#define GEANY_BUG_REPORT   "https://www.geany.org/Support/Bugs"

Definition at line 47 of file geany.h.

◆ GEANY_CODENAME

#define GEANY_CODENAME   "Sulamar"

Definition at line 44 of file geany.h.

◆ GEANY_DEFAULT_DIALOG_HEIGHT

#define GEANY_DEFAULT_DIALOG_HEIGHT   350

Definition at line 50 of file geany.h.

◆ GEANY_DEPRECATED

#define GEANY_DEPRECATED   G_GNUC_DEPRECATED

Definition at line 62 of file geany.h.

◆ GEANY_DEPRECATED_FOR

#define GEANY_DEPRECATED_FOR (   x)    G_GNUC_DEPRECATED_FOR(x)

Definition at line 63 of file geany.h.

◆ GEANY_DONATE

#define GEANY_DONATE   "https://www.geany.org/service/donate/"

Definition at line 48 of file geany.h.

◆ GEANY_FILEDEFS_SUBDIR

#define GEANY_FILEDEFS_SUBDIR   "filedefs"

Definition at line 41 of file geany.h.

◆ GEANY_HOMEPAGE

#define GEANY_HOMEPAGE   "https://www.geany.org/"

Definition at line 45 of file geany.h.

◆ GEANY_STRING_UNTITLED

#define GEANY_STRING_UNTITLED   _("untitled")

Definition at line 49 of file geany.h.

◆ GEANY_TAGS_SUBDIR

#define GEANY_TAGS_SUBDIR   "tags"

Definition at line 43 of file geany.h.

◆ GEANY_TEMPLATES_SUBDIR

#define GEANY_TEMPLATES_SUBDIR   "templates"

Definition at line 42 of file geany.h.

◆ GEANY_WIKI

#define GEANY_WIKI   "https://wiki.geany.org/"

Definition at line 46 of file geany.h.

◆ GEANY_WINDOW_DEFAULT_HEIGHT

#define GEANY_WINDOW_DEFAULT_HEIGHT   600

Definition at line 52 of file geany.h.

◆ GEANY_WINDOW_DEFAULT_WIDTH

#define GEANY_WINDOW_DEFAULT_WIDTH   900

Definition at line 51 of file geany.h.