Elektra  0.9.2
Functions
notification.c File Reference

Implementation of notification functions as defined in kdbnotification.h. More...

#include <kdbassert.h>
#include <kdbease.h>
#include <kdbhelper.h>
#include <kdbinvoke.h>
#include <kdbioprivate.h>
#include <kdblogger.h>
#include <kdbnotification.h>
#include <kdbnotificationinternal.h>
#include <kdbplugin.h>
#include <kdbprivate.h>
#include <stdio.h>
Include dependency graph for notification.c:

Functions

int elektraNotificationOpen (KDB *kdb)
 
int elektraNotificationClose (KDB *kdb)
 
int elektraNotificationRegisterCallback (KDB *kdb, Key *key, ElektraNotificationChangeCallback callback, void *context)
 
int elektraNotificationRegisterCallbackSameOrBelow (KDB *kdb, Key *key, ElektraNotificationChangeCallback callback, void *context)
 

Detailed Description

Implementation of notification functions as defined in kdbnotification.h.