public class Engine {
public weak GLib.SList all_dirs ( string dir )
throws GLib.Error;
public weak GLib.SList all_entries ( string dir )
throws GLib.Error;
public bool associate_schema ( string key,
string schema_key )
throws GLib.Error;
public weak ChangeSet change_set_from_current ( ... )
throws GLib.Error;
public weak ChangeSet change_set_from_currentv ( string keys )
throws GLib.Error;
public bool commit_change_set ( ChangeSet cs,
bool remove_committed )
throws GLib.Error;
public bool dir_exists ( string dir )
throws GLib.Error;
public weak Value get ( string key )
throws GLib.Error;
public bool get_bool ( string key )
throws GLib.Error;
public static weak Engine get_default ( ) ;
public weak Value get_default_from_schema ( string key )
throws GLib.Error;
public weak Entry get_entry ( string key,
string locale,
bool use_schema_default )
throws GLib.Error;
public double get_float ( string key )
throws GLib.Error;
public static weak Engine get_for_address ( string address )
throws GLib.Error;
public static weak Engine get_for_addresses ( GLib.SList addresses )
throws GLib.Error;
public int get_int ( string key )
throws GLib.Error;
public weak GLib.SList get_list ( string key,
ValueType list_type )
throws GLib.Error;
public bool get_pair ( string key,
ValueType car_type,
ValueType cdr_type,
void** car_retloc,
void** cdr_retloc )
throws GLib.Error;
public weak Schema get_schema ( string key )
throws GLib.Error;
public weak string get_string ( string key )
throws GLib.Error;
public void** get_user_data ( ) ;
public weak Value get_with_locale ( string key,
string locale )
throws GLib.Error;
public weak Value get_without_default ( string key )
throws GLib.Error;
public bool key_is_writable ( string key )
throws GLib.Error;
public uint notify_add ( string namespace_section,
NotifyFunc func )
throws GLib.Error;
public void notify_remove ( uint cnxn ) ;
public void remove_dir ( string dir )
throws GLib.Error;
public weak ChangeSet reverse_change_set ( ChangeSet cs )
throws GLib.Error;
public bool set ( string key,
Value value )
throws GLib.Error;
public bool set_bool ( string key,
bool val )
throws GLib.Error;
public bool set_float ( string key,
double val )
throws GLib.Error;
public bool set_int ( string key,
int val )
throws GLib.Error;
public bool set_list ( string key,
ValueType list_type,
GLib.SList list )
throws GLib.Error;
public bool set_pair ( string key,
ValueType car_type,
ValueType cdr_type,
void** address_of_car,
void** address_of_cdr )
throws GLib.Error;
public bool set_schema ( string key,
Schema val )
throws GLib.Error;
public bool set_string ( string key,
string val )
throws GLib.Error;
public void set_user_data ( void** data,
GLib.DestroyNotify dnotify ) ;
public void suggest_sync ( )
throws GLib.Error;
public bool unset ( string key )
throws GLib.Error;
}

public weak GLib.SList all_dirs ( string dir )
throws GLib.Error;
public weak GLib.SList all_entries ( string dir )
throws GLib.Error;
public bool associate_schema ( string key,
string schema_key )
throws GLib.Error;
public weak ChangeSet change_set_from_current ( ... )
throws GLib.Error;
public weak ChangeSet change_set_from_currentv ( string keys )
throws GLib.Error;
public bool commit_change_set ( ChangeSet cs,
bool remove_committed )
throws GLib.Error;
public bool dir_exists ( string dir )
throws GLib.Error;
public weak Value get ( string key )
throws GLib.Error;
public bool get_bool ( string key )
throws GLib.Error;
public static weak Engine get_default ( ) ;
public weak Value get_default_from_schema ( string key )
throws GLib.Error;
public weak Entry get_entry ( string key,
string locale,
bool use_schema_default )
throws GLib.Error;
public double get_float ( string key )
throws GLib.Error;
public static weak Engine get_for_address ( string address )
throws GLib.Error;
public static weak Engine get_for_addresses ( GLib.SList addresses )
throws GLib.Error;
public int get_int ( string key )
throws GLib.Error;
public weak GLib.SList get_list ( string key,
ValueType list_type )
throws GLib.Error;
public bool get_pair ( string key,
ValueType car_type,
ValueType cdr_type,
void** car_retloc,
void** cdr_retloc )
throws GLib.Error;
public weak Schema get_schema ( string key )
throws GLib.Error;
public weak string get_string ( string key )
throws GLib.Error;
public void** get_user_data ( ) ;
public weak Value get_with_locale ( string key,
string locale )
throws GLib.Error;
public weak Value get_without_default ( string key )
throws GLib.Error;
public bool key_is_writable ( string key )
throws GLib.Error;
public uint notify_add ( string namespace_section,
NotifyFunc func )
throws GLib.Error;
public void notify_remove ( uint cnxn ) ;
public void remove_dir ( string dir )
throws GLib.Error;
public weak ChangeSet reverse_change_set ( ChangeSet cs )
throws GLib.Error;
public bool set ( string key,
Value value )
throws GLib.Error;
public bool set_bool ( string key,
bool val )
throws GLib.Error;
public bool set_float ( string key,
double val )
throws GLib.Error;
public bool set_int ( string key,
int val )
throws GLib.Error;
public bool set_list ( string key,
ValueType list_type,
GLib.SList list )
throws GLib.Error;
public bool set_pair ( string key,
ValueType car_type,
ValueType cdr_type,
void** address_of_car,
void** address_of_cdr )
throws GLib.Error;
public bool set_schema ( string key,
Schema val )
throws GLib.Error;
public bool set_string ( string key,
string val )
throws GLib.Error;
public void set_user_data ( void** data,
GLib.DestroyNotify dnotify ) ;
public void suggest_sync ( )
throws GLib.Error;
public bool unset ( string key )
throws GLib.Error;
Created by Valadoc