org.gnu.gconf

Class ConfSchema

public class ConfSchema extends MemStruct

Constructor Summary
ConfSchema()
ConfSchema(Handle handle)
Method Summary
protected static voidgconf_schema_free(Handle schema)
protected static intgconf_schema_get_car_type(Handle schema)
protected static intgconf_schema_get_cdr_type(Handle schema)
protected static Handlegconf_schema_get_default_value(Handle schema)
protected static intgconf_schema_get_list_type(Handle schema)
protected static Stringgconf_schema_get_locale(Handle schema)
protected static Stringgconf_schema_get_long_desc(Handle schema)
protected static Stringgconf_schema_get_owner(Handle schema)
protected static Stringgconf_schema_get_short_desc(Handle schema)
protected static intgconf_schema_get_type(Handle schema)
protected static Handlegconf_schema_new()
protected static voidgconf_schema_set_car_type(Handle schema, int type)
protected static voidgconf_schema_set_cdr_type(Handle schema, int type)
protected static voidgconf_schema_set_default_value(Handle schema, Handle value)
protected static voidgconf_schema_set_default_value_nocopy(Handle schema, Handle value)
protected static voidgconf_schema_set_list_type(Handle schema, int type)
protected static voidgconf_schema_set_locale(Handle schema, String locale)
protected static voidgconf_schema_set_long_desc(Handle schema, String desc)
protected static voidgconf_schema_set_owner(Handle schema, String owner)
protected static voidgconf_schema_set_short_desc(Handle schema, String desc)
protected static voidgconf_schema_set_type(Handle schema, int type)
ConfValueTypegetCarType()
ConfValueTypegetCdrType()
ConfValuegetDefaultValue()
ConfValueTypegetListType()
StringgetLocale()
StringgetLongDescription()
StringgetOwner()
StringgetShortDescription()
ConfValueTypegetType()
voidsetCarType(ConfValueType type)
voidsetCdrType(ConfValueType type)
voidsetDefaultValue(ConfValue value)
voidsetListType(ConfValueType type)
voidsetLocale(String locale)
voidsetLongDescription(String desc)
voidsetOwner(String owner)
voidsetShortDescription(String desc)
voidsetType(ConfValueType type)

Constructor Detail

ConfSchema

public ConfSchema()

ConfSchema

public ConfSchema(Handle handle)

Method Detail

gconf_schema_free

protected static final void gconf_schema_free(Handle schema)

gconf_schema_get_car_type

protected static final int gconf_schema_get_car_type(Handle schema)

gconf_schema_get_cdr_type

protected static final int gconf_schema_get_cdr_type(Handle schema)

gconf_schema_get_default_value

protected static final Handle gconf_schema_get_default_value(Handle schema)

gconf_schema_get_list_type

protected static final int gconf_schema_get_list_type(Handle schema)

gconf_schema_get_locale

protected static final String gconf_schema_get_locale(Handle schema)

gconf_schema_get_long_desc

protected static final String gconf_schema_get_long_desc(Handle schema)

gconf_schema_get_owner

protected static final String gconf_schema_get_owner(Handle schema)

gconf_schema_get_short_desc

protected static final String gconf_schema_get_short_desc(Handle schema)

gconf_schema_get_type

protected static final int gconf_schema_get_type(Handle schema)

gconf_schema_new

protected static final Handle gconf_schema_new()

gconf_schema_set_car_type

protected static final void gconf_schema_set_car_type(Handle schema, int type)

gconf_schema_set_cdr_type

protected static final void gconf_schema_set_cdr_type(Handle schema, int type)

gconf_schema_set_default_value

protected static final void gconf_schema_set_default_value(Handle schema, Handle value)

gconf_schema_set_default_value_nocopy

protected static final void gconf_schema_set_default_value_nocopy(Handle schema, Handle value)

gconf_schema_set_list_type

protected static final void gconf_schema_set_list_type(Handle schema, int type)

gconf_schema_set_locale

protected static final void gconf_schema_set_locale(Handle schema, String locale)

gconf_schema_set_long_desc

protected static final void gconf_schema_set_long_desc(Handle schema, String desc)

gconf_schema_set_owner

protected static final void gconf_schema_set_owner(Handle schema, String owner)

gconf_schema_set_short_desc

protected static final void gconf_schema_set_short_desc(Handle schema, String desc)

gconf_schema_set_type

protected static final void gconf_schema_set_type(Handle schema, int type)

getCarType

public ConfValueType getCarType()

getCdrType

public ConfValueType getCdrType()

getDefaultValue

public ConfValue getDefaultValue()

getListType

public ConfValueType getListType()

getLocale

public String getLocale()

getLongDescription

public String getLongDescription()

getOwner

public String getOwner()

getShortDescription

public String getShortDescription()

getType

public ConfValueType getType()

setCarType

public void setCarType(ConfValueType type)

setCdrType

public void setCdrType(ConfValueType type)

setDefaultValue

public void setDefaultValue(ConfValue value)

setListType

public void setListType(ConfValueType type)

setLocale

public void setLocale(String locale)

setLongDescription

public void setLongDescription(String desc)

setOwner

public void setOwner(String owner)

setShortDescription

public void setShortDescription(String desc)

setType

public void setType(ConfValueType type)