#include <goffice/goffice-config.h>#include <goffice/goffice.h>#include <goffice/goffice-priv.h>#include <gsf/gsf-utils.h>#include "goffice-paths.h"#include <libintl.h>Functions | |
| gchar const * | go_sys_data_dir (void) |
| gchar const * | go_sys_icon_dir (void) |
| gchar const * | go_sys_lib_dir (void) |
| void | libgoffice_init (void) |
| void | libgoffice_shutdown (void) |
Variables | |
| int | goffice_graph_debug_level = 0 |
| static char const * | libgoffice_data_dir = GOFFICE_DATADIR |
| static char const * | libgoffice_icon_dir = GOFFICE_ICONDIR |
| static char const * | libgoffice_locale_dir = GOFFICE_LOCALEDIR |
| static char const * | libgoffice_lib_dir = GOFFICE_LIBDIR |
| gchar const* go_sys_data_dir | ( | void | ) |
| gchar const* go_sys_icon_dir | ( | void | ) |
| gchar const* go_sys_lib_dir | ( | void | ) |
| void libgoffice_init | ( | void | ) |
Referenced by abi_plugin_register(), and XAP_UnixApp::initialize().
| void libgoffice_shutdown | ( | void | ) |
Referenced by abi_plugin_unregister(), and XAP_UnixApp::shutdown().
| int goffice_graph_debug_level = 0 |
char const* libgoffice_data_dir = GOFFICE_DATADIR [static] |
Referenced by go_sys_data_dir(), libgoffice_init(), and libgoffice_shutdown().
char const* libgoffice_icon_dir = GOFFICE_ICONDIR [static] |
Referenced by go_sys_icon_dir(), libgoffice_init(), and libgoffice_shutdown().
char const* libgoffice_lib_dir = GOFFICE_LIBDIR [static] |
Referenced by go_sys_lib_dir(), libgoffice_init(), and libgoffice_shutdown().
char const* libgoffice_locale_dir = GOFFICE_LOCALEDIR [static] |
Referenced by libgoffice_init(), and libgoffice_shutdown().
1.7.1