org.gnu.gconf
public class ConfSchema extends MemStruct
Constructor Summary | |
---|---|
ConfSchema() | |
ConfSchema(Handle handle) |
Method Summary | |
---|---|
protected static void | gconf_schema_free(Handle schema) |
protected static int | gconf_schema_get_car_type(Handle schema) |
protected static int | gconf_schema_get_cdr_type(Handle schema) |
protected static Handle | gconf_schema_get_default_value(Handle schema) |
protected static int | gconf_schema_get_list_type(Handle schema) |
protected static String | gconf_schema_get_locale(Handle schema) |
protected static String | gconf_schema_get_long_desc(Handle schema) |
protected static String | gconf_schema_get_owner(Handle schema) |
protected static String | gconf_schema_get_short_desc(Handle schema) |
protected static int | gconf_schema_get_type(Handle schema) |
protected static Handle | gconf_schema_new() |
protected static void | gconf_schema_set_car_type(Handle schema, int type) |
protected static void | gconf_schema_set_cdr_type(Handle schema, int type) |
protected static void | gconf_schema_set_default_value(Handle schema, Handle value) |
protected static void | gconf_schema_set_default_value_nocopy(Handle schema, Handle value) |
protected static void | gconf_schema_set_list_type(Handle schema, int type) |
protected static void | gconf_schema_set_locale(Handle schema, String locale) |
protected static void | gconf_schema_set_long_desc(Handle schema, String desc) |
protected static void | gconf_schema_set_owner(Handle schema, String owner) |
protected static void | gconf_schema_set_short_desc(Handle schema, String desc) |
protected static void | gconf_schema_set_type(Handle schema, int type) |
ConfValueType | getCarType() |
ConfValueType | getCdrType() |
ConfValue | getDefaultValue() |
ConfValueType | getListType() |
String | getLocale() |
String | getLongDescription() |
String | getOwner() |
String | getShortDescription() |
ConfValueType | getType() |
void | setCarType(ConfValueType type) |
void | setCdrType(ConfValueType type) |
void | setDefaultValue(ConfValue value) |
void | setListType(ConfValueType type) |
void | setLocale(String locale) |
void | setLongDescription(String desc) |
void | setOwner(String owner) |
void | setShortDescription(String desc) |
void | setType(ConfValueType type) |