gwenhywfar.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029 #ifndef GWENHYWFAR_GWENHYWFAR_H
00030 #define GWENHYWFAR_GWENHYWFAR_H
00031
00032 #include <gwenhywfar/gwenhywfarapi.h>
00033 #include <gwenhywfar/error.h>
00034 #include <gwenhywfar/buffer.h>
00035 #include <gwenhywfar/stringlist.h>
00036
00037
00042 #define GWEN_PM_LIBNAME "gwenhywfar"
00043
00046 #define GWEN_PM_SYSCONFDIR "sysconfdir"
00047
00049 #define GWEN_PM_LOCALEDIR "localedir"
00050
00053 #define GWEN_PM_PLUGINDIR "plugindir"
00054
00056 #define GWEN_PM_DATADIR "datadir"
00057
00058
00059
00060 #ifdef __cplusplus
00061 extern "C" {
00062 #endif
00063
00064
00065 GWENHYWFAR_API
00066 int GWEN_Init();
00067
00068 GWENHYWFAR_API
00069 int GWEN_Fini();
00070
00071
00072 GWENHYWFAR_API
00073 int GWEN_Fini_Forced();
00074
00075
00076 GWENHYWFAR_API
00077 void GWEN_Version(int *major,
00078 int *minor,
00079 int *patchlevel,
00080 int *build);
00081
00082
00083 #ifdef __cplusplus
00084 }
00085 #endif
00086
00087
00088 #endif