daeconfig.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00025
00026 #ifndef _AIR_DAECONFIG_H_
00027 #define _AIR_DAECONFIG_H_
00028
00029 #include <airframe/autoinc.h>
00030 #include <airframe/airopt.h>
00031
00033 #define DAEC_ERROR_DOMAIN g_quark_from_string("airframeDaemonError")
00034
00038 #define DAEC_ERROR_SETUP 1
00039
00050 gboolean daec_setup(
00051 GError **err);
00052
00061 gboolean daec_add_option_group(AirOptionCtx *aoctx);
00062
00072 gboolean daec_is_daemon();
00073
00084 gboolean daec_will_fork();
00085
00093 gboolean daec_did_fork();
00094
00103 gboolean daec_did_quit();
00104
00109 void daec_quit();
00110
00111
00112 #endif