method apply : unit -> unitmethod bind : string ->
[ `object_ ] Gobject.obj ->
string ->
Ocgtk_gio__.Gio_enums.settingsbindflags ->
unitmethod bind_writable : string ->
[ `object_ ] Gobject.obj ->
string ->
bool ->
unitmethod create_action : string -> Ocgtk_gio__.GAction.action_tmethod delay : unit -> unitmethod get_boolean : string -> boolmethod get_default_value : string -> Gvariant.t optionmethod get_double : string -> floatmethod get_enum : string -> intmethod get_flags : string -> intmethod get_has_unapplied : unit -> boolmethod get_int : string -> intmethod get_int64 : string -> int64method get_string : string -> stringmethod get_strv : string -> string arraymethod get_uint : string -> intmethod get_user_value : string -> Gvariant.t optionmethod is_writable : string -> boolmethod list_children : unit -> string arraymethod list_keys : unit -> string arraymethod reset : string -> unitmethod revert : unit -> unitmethod set_boolean : string -> bool -> boolmethod set_double : string -> float -> boolmethod set_enum : string -> int -> boolmethod set_flags : string -> int -> boolmethod set_int : string -> int -> boolmethod set_int64 : string -> int64 -> boolmethod set_string : string -> string -> boolmethod set_strv : string -> string array option -> boolmethod set_uint : string -> int -> boolmethod set_uint64 : string -> UInt64.t -> boolmethod delay_apply : boolmethod schema_id : stringmethod settings_schema : Ocgtk_gio__.Settings_schema.tmethod as_settings : Ocgtk_gio__.Settings.t