gconf-2.0 Reference Manual

Synopsis

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;
}

Engine Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

all_dirs ()
    public    weak GLib.SList           all_dirs                  ( string              dir ) 
                                                             throws GLib.Error;		

all_entries ()
    public    weak GLib.SList           all_entries               ( string              dir ) 
                                                             throws GLib.Error;		

associate_schema ()
    public    bool                      associate_schema          ( string              key,
                                                                    string              schema_key ) 
                                                             throws GLib.Error;		

change_set_from_current ()
    public    weak ChangeSet            change_set_from_current   ( ... ) 
                                                             throws GLib.Error;		

change_set_from_currentv ()
    public    weak ChangeSet            change_set_from_currentv  ( string              keys ) 
                                                             throws GLib.Error;		

commit_change_set ()
    public    bool                      commit_change_set         ( ChangeSet           cs,
                                                                    bool                remove_committed ) 
                                                             throws GLib.Error;		

dir_exists ()
    public    bool                      dir_exists                ( string              dir ) 
                                                             throws GLib.Error;		

get ()
    public    weak Value                get                       ( string              key ) 
                                                             throws GLib.Error;		

get_bool ()
    public    bool                      get_bool                  ( string              key ) 
                                                             throws GLib.Error;		

get_default ()
    public    static weak Engine        get_default               (  ) ;		

get_default_from_schema ()
    public    weak Value                get_default_from_schema   ( string              key ) 
                                                             throws GLib.Error;		

get_entry ()
    public    weak Entry                get_entry                 ( string              key,
                                                                    string              locale,
                                                                    bool                use_schema_default ) 
                                                             throws GLib.Error;		

get_float ()
    public    double                    get_float                 ( string              key ) 
                                                             throws GLib.Error;		

get_for_address ()
    public    static weak Engine        get_for_address           ( string              address ) 
                                                             throws GLib.Error;		

get_for_addresses ()
    public    static weak Engine        get_for_addresses         ( GLib.SList          addresses ) 
                                                             throws GLib.Error;		

get_int ()
    public    int                       get_int                   ( string              key ) 
                                                             throws GLib.Error;		

get_list ()
    public    weak GLib.SList           get_list                  ( string              key,
                                                                    ValueType           list_type ) 
                                                             throws GLib.Error;		

get_pair ()
    public    bool                      get_pair                  ( string              key,
                                                                    ValueType           car_type,
                                                                    ValueType           cdr_type,
                                                                    void**              car_retloc,
                                                                    void**              cdr_retloc ) 
                                                             throws GLib.Error;		

get_schema ()
    public    weak Schema               get_schema                ( string              key ) 
                                                             throws GLib.Error;		

get_string ()
    public    weak string               get_string                ( string              key ) 
                                                             throws GLib.Error;		

get_user_data ()
    public    void**                    get_user_data             (  ) ;		

get_with_locale ()
    public    weak Value                get_with_locale           ( string              key,
                                                                    string              locale ) 
                                                             throws GLib.Error;		

get_without_default ()
    public    weak Value                get_without_default       ( string              key ) 
                                                             throws GLib.Error;		

key_is_writable ()
    public    bool                      key_is_writable           ( string              key ) 
                                                             throws GLib.Error;		

notify_add ()
    public    uint                      notify_add                ( string              namespace_section,
                                                                    NotifyFunc          func ) 
                                                             throws GLib.Error;		

notify_remove ()
    public    void                      notify_remove             ( uint                cnxn ) ;		

remove_dir ()
    public    void                      remove_dir                ( string              dir ) 
                                                             throws GLib.Error;		

reverse_change_set ()
    public    weak ChangeSet            reverse_change_set        ( ChangeSet           cs ) 
                                                             throws GLib.Error;		

set ()
    public    bool                      set                       ( string              key,
                                                                    Value               value ) 
                                                             throws GLib.Error;		

set_bool ()
    public    bool                      set_bool                  ( string              key,
                                                                    bool                val ) 
                                                             throws GLib.Error;		

set_float ()
    public    bool                      set_float                 ( string              key,
                                                                    double              val ) 
                                                             throws GLib.Error;		

set_int ()
    public    bool                      set_int                   ( string              key,
                                                                    int                 val ) 
                                                             throws GLib.Error;		

set_list ()
    public    bool                      set_list                  ( string              key,
                                                                    ValueType           list_type,
                                                                    GLib.SList          list ) 
                                                             throws GLib.Error;		

set_pair ()
    public    bool                      set_pair                  ( string              key,
                                                                    ValueType           car_type,
                                                                    ValueType           cdr_type,
                                                                    void**              address_of_car,
                                                                    void**              address_of_cdr ) 
                                                             throws GLib.Error;		

set_schema ()
    public    bool                      set_schema                ( string              key,
                                                                    Schema              val ) 
                                                             throws GLib.Error;		

set_string ()
    public    bool                      set_string                ( string              key,
                                                                    string              val ) 
                                                             throws GLib.Error;		

set_user_data ()
    public    void                      set_user_data             ( void**              data,
                                                                    GLib.DestroyNotify  dnotify ) ;		

suggest_sync ()
    public    void                      suggest_sync              (  ) 
                                                             throws GLib.Error;		

unset ()
    public    bool                      unset                     ( string              key ) 
                                                             throws GLib.Error;		


Created by Valadoc