Go to the source code of this file.
|
| enum | {
AH_STARTUP
, AH_POST_DAEMONIZED
, AH_RUNNING
, AH_PRE_SHUTDOWN
,
AH_SHUTDOWN
, __AH_STATE_MAX
, AH_CONFIG_PRE_PRE_INIT
, AH_CONFIG_PRE_INIT
,
AH_CONFIG_STOPPED
, AH_CONFIG_CHANGED
, AH_REOPEN_FILES
} |
| |
| enum | ApplicationHookRunMode { AHM_RUN_ONCE
, AHM_RUN_REPEAT
} |
| |
◆ ApplicationHookFunc
| typedef void(* ApplicationHookFunc) (gint type, gpointer user_data) |
◆ ApplicationThreadHookFunc
| typedef void(* ApplicationThreadHookFunc) (gpointer user_data) |
◆ anonymous enum
| Enumerator |
|---|
| AH_STARTUP | |
| AH_POST_DAEMONIZED | |
| AH_RUNNING | |
| AH_PRE_SHUTDOWN | |
| AH_SHUTDOWN | |
| __AH_STATE_MAX | |
| AH_CONFIG_PRE_PRE_INIT | |
| AH_CONFIG_PRE_INIT | |
| AH_CONFIG_STOPPED | |
| AH_CONFIG_CHANGED | |
| AH_REOPEN_FILES | |
◆ ApplicationHookRunMode
| Enumerator |
|---|
| AHM_RUN_ONCE | |
| AHM_RUN_REPEAT | |
◆ app_config_changed()
| void app_config_changed |
( |
void |
| ) |
|
◆ app_config_pre_init()
| void app_config_pre_init |
( |
void |
| ) |
|
◆ app_config_pre_pre_init()
| void app_config_pre_pre_init |
( |
void |
| ) |
|
◆ app_config_stopped()
| void app_config_stopped |
( |
void |
| ) |
|
◆ app_is_shutting_down()
| gboolean app_is_shutting_down |
( |
void |
| ) |
|
◆ app_is_starting_up()
| gboolean app_is_starting_up |
( |
void |
| ) |
|
◆ app_post_daemonized()
| void app_post_daemonized |
( |
void |
| ) |
|
◆ app_pre_shutdown()
| void app_pre_shutdown |
( |
void |
| ) |
|
◆ app_reopen_files()
| void app_reopen_files |
( |
void |
| ) |
|
◆ app_running()
| void app_running |
( |
void |
| ) |
|
◆ app_shutdown()
| void app_shutdown |
( |
void |
| ) |
|
◆ app_startup()
| void app_startup |
( |
void |
| ) |
|
◆ app_thread_start()
| void app_thread_start |
( |
void |
| ) |
|
◆ app_thread_stop()
| void app_thread_stop |
( |
void |
| ) |
|
◆ register_application_hook()
◆ register_application_thread_deinit_hook()
◆ register_application_thread_init_hook()