Geany
0.20
|
Important application fields. More...
Data Fields | |
gchar * | configdir |
User configuration directory, usually ~/ .config/geany. | |
gboolean | debug_mode |
TRUE if debug messages should be printed. | |
struct GeanyProject * | project |
Currently active project or NULL if none is open. | |
const TMWorkspace * | tm_workspace |
TagManager workspace/session tags. |
Important application fields.
gchar* GeanyApp::configdir |
User configuration directory, usually ~/
.config/geany.
This is a full path read by tm_get_real_path().
g_build_path(G_DIR_SEPARATOR_S, geany->app->configdir, "plugins", "pluginname", "file.conf");
gboolean GeanyApp::debug_mode |
TRUE
if debug messages should be printed.
struct GeanyProject* GeanyApp::project |
Currently active project or NULL
if none is open.
TagManager workspace/session tags.