public static delegate void ChangeSetForeachFunc ( ChangeSet cs,
string key,
Value value ) ;
public delegate void ClientErrorHandlerFunc ( Client client,
GLib.Error error ) ;
public static delegate void ClientNotifyFunc ( Client client,
uint cnxn_id,
Entry entry ) ;
public static delegate void ListenersCallback ( Listeners listeners,
string all_above_key,
uint cnxn_id,
void** listener_data ) ;
public static delegate void ListenersForeach ( string location,
uint cnxn_id,
void** listener_data ) ;
public static delegate bool ListenersPredicate ( string location,
uint cnxn_id,
void** listener_data ) ;
public static delegate void NotifyFunc ( Engine conf,
uint cnxn_id,
Entry entry ) ;
public static delegate void ChangeSetForeachFunc ( ChangeSet cs,
string key,
Value value ) ;
public delegate void ClientErrorHandlerFunc ( Client client,
GLib.Error error ) ;
public static delegate void ClientNotifyFunc ( Client client,
uint cnxn_id,
Entry entry ) ;
public static delegate void ListenersCallback ( Listeners listeners,
string all_above_key,
uint cnxn_id,
void** listener_data ) ;
public static delegate void ListenersForeach ( string location,
uint cnxn_id,
void** listener_data ) ;
public static delegate bool ListenersPredicate ( string location,
uint cnxn_id,
void** listener_data ) ;
public static delegate void NotifyFunc ( Engine conf,
uint cnxn_id,
Entry entry ) ;
Created by Valadoc