Main Page | Modules | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals

notify_server_database.c File Reference


Detailed Description

Notify Manager server database implementation.

#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)


Define Documentation

#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)
 


Function Documentation

int alp_notify_database_add AlpNotifyRegisterEntry entry  ) 
 

int alp_notify_database_init void   ) 
 

int alp_notify_database_remove AlpNotifyRegisterEntry entry  ) 
 

int alp_notify_database_restore void   ) 
 


Generated on Sat Dec 16 20:29:49 2006 for hiker-0.9 by  doxygen 1.4.4