gconf-2.0 Reference Manual

Synopsis

public class Schema {
    public                              Schema                    (  ) ;


    public    weak Schema               copy                      (  ) ;
    public    ValueType                 get_car_type              (  ) ;
    public    ValueType                 get_cdr_type              (  ) ;
    public    weak Value                get_default_value         (  ) ;
    public    ValueType                 get_list_type             (  ) ;
    public    weak string               get_locale                (  ) ;
    public    weak string               get_long_desc             (  ) ;
    public    weak string               get_owner                 (  ) ;
    public    weak string               get_short_desc            (  ) ;
    public    void                      set_car_type              ( ValueType           type ) ;
    public    void                      set_cdr_type              ( ValueType           type ) ;
    public    void                      set_default_value         ( Value               val ) ;
    public    void                      set_default_value_nocopy  ( Value               val ) ;
    public    void                      set_list_type             ( ValueType           type ) ;
    public    void                      set_locale                ( string              locale ) ;
    public    void                      set_long_desc             ( string              desc ) ;
    public    void                      set_owner                 ( string              owner ) ;
    public    void                      set_short_desc            ( string              desc ) ;
    public    void                      set_type                  ( ValueType           type ) ;
}

Schema Description

Details

Constructor Details

Schema ()
    public                              Schema                    (  ) ;		

Field Details

Signal Details

Property Details

Method Details

copy ()
    public    weak Schema               copy                      (  ) ;		

get_car_type ()
    public    ValueType                 get_car_type              (  ) ;		

get_cdr_type ()
    public    ValueType                 get_cdr_type              (  ) ;		

get_default_value ()
    public    weak Value                get_default_value         (  ) ;		

get_list_type ()
    public    ValueType                 get_list_type             (  ) ;		

get_locale ()
    public    weak string               get_locale                (  ) ;		

get_long_desc ()
    public    weak string               get_long_desc             (  ) ;		

get_owner ()
    public    weak string               get_owner                 (  ) ;		

get_short_desc ()
    public    weak string               get_short_desc            (  ) ;		

set_car_type ()
    public    void                      set_car_type              ( ValueType           type ) ;		

set_cdr_type ()
    public    void                      set_cdr_type              ( ValueType           type ) ;		

set_default_value ()
    public    void                      set_default_value         ( Value               val ) ;		

set_default_value_nocopy ()
    public    void                      set_default_value_nocopy  ( Value               val ) ;		

set_list_type ()
    public    void                      set_list_type             ( ValueType           type ) ;		

set_locale ()
    public    void                      set_locale                ( string              locale ) ;		

set_long_desc ()
    public    void                      set_long_desc             ( string              desc ) ;		

set_owner ()
    public    void                      set_owner                 ( string              owner ) ;		

set_short_desc ()
    public    void                      set_short_desc            ( string              desc ) ;		

set_type ()
    public    void                      set_type                  ( ValueType           type ) ;		


Created by Valadoc