#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <glib.h>
#include <glib/gstdio.h>
#include <hiker/syspaths.h>
#include <hiker/notifymgr.h>
#include <hiker/prv/notifymgr_prv.h>
#include <hiker/pdk/notifymgr_pdk.h>
#include "notify_mgr_server_prv.h"
#include <sqlite3.h>
Defines | |
#define | ALP_NOTIFY_DATABASE_DIR ALP_SYSPATH_SYSTEM_CACHE "notifymgr" |
#define | ALP_NOTIFY_DATABASE_FILE "notify_mgr.db" |
#define | ALP_NOTIFY_DATABASE_MODE (S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG) |
Functions | |
int | alp_notify_database_init (void) |
int | alp_notify_database_add (AlpNotifyRegisterEntry *entry) |
int | alp_notify_database_remove (AlpNotifyRegisterEntry *entry) |
int | alp_notify_database_restore (void) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|