gconf-2.0 Reference Manual

Synopsis

public class ChangeSet : Boxed  {
    public                              ChangeSet                 (  ) ;


    public    bool                      check_value               ( string              key,
                                                                    weak Value          value_retloc ) ;
    public    void                      clear                     (  ) ;
    public    void                      foreach                   ( ChangeSetForeachFuncfunc ) ;
    public    void**                    get_user_data             (  ) ;
    public    void                      remove                    ( string              key ) ;
    public    void                      set                       ( string              key,
                                                                    Value               value ) ;
    public    void                      set_bool                  ( string              key,
                                                                    bool                val ) ;
    public    void                      set_float                 ( string              key,
                                                                    double              val ) ;
    public    void                      set_int                   ( string              key,
                                                                    int                 val ) ;
    public    void                      set_list                  ( string              key,
                                                                    ValueType           list_type,
                                                                    GLib.SList          list ) ;
    public    void                      set_nocopy                ( string              key,
                                                                    Value               value ) ;
    public    void                      set_pair                  ( string              key,
                                                                    ValueType           car_type,
                                                                    ValueType           cdr_type,
                                                                    void**              address_of_car,
                                                                    void**              address_of_cdr ) ;
    public    void                      set_schema                ( string              key,
                                                                    Schema              val ) ;
    public    void                      set_string                ( string              key,
                                                                    string              val ) ;
    public    void                      set_user_data             ( void**              data,
                                                                    GLib.DestroyNotify  dnotify ) ;
    public    uint                      size                      (  ) ;
    public    void                      unset                     ( string              key ) ;
}

ChangeSet Description

Details

Constructor Details

ChangeSet ()
    public                              ChangeSet                 (  ) ;		

Field Details

Signal Details

Property Details

Method Details

check_value ()
    public    bool                      check_value               ( string              key,
                                                                    weak Value          value_retloc ) ;		

clear ()
    public    void                      clear                     (  ) ;		

foreach ()
    public    void                      foreach                   ( ChangeSetForeachFuncfunc ) ;		

get_user_data ()
    public    void**                    get_user_data             (  ) ;		

remove ()
    public    void                      remove                    ( string              key ) ;		

set ()
    public    void                      set                       ( string              key,
                                                                    Value               value ) ;		

set_bool ()
    public    void                      set_bool                  ( string              key,
                                                                    bool                val ) ;		

set_float ()
    public    void                      set_float                 ( string              key,
                                                                    double              val ) ;		

set_int ()
    public    void                      set_int                   ( string              key,
                                                                    int                 val ) ;		

set_list ()
    public    void                      set_list                  ( string              key,
                                                                    ValueType           list_type,
                                                                    GLib.SList          list ) ;		

set_nocopy ()
    public    void                      set_nocopy                ( string              key,
                                                                    Value               value ) ;		

set_pair ()
    public    void                      set_pair                  ( string              key,
                                                                    ValueType           car_type,
                                                                    ValueType           cdr_type,
                                                                    void**              address_of_car,
                                                                    void**              address_of_cdr ) ;		

set_schema ()
    public    void                      set_schema                ( string              key,
                                                                    Schema              val ) ;		

set_string ()
    public    void                      set_string                ( string              key,
                                                                    string              val ) ;		

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

size ()
    public    uint                      size                      (  ) ;		

unset ()
    public    void                      unset                     ( string              key ) ;		


Created by Valadoc