public void bind_with_mapping (string key, void* object, string property, GLib.SettingsBindFlags flags, GLib.SettingsBindGetMapping get_mapping, GLib.SettingsBindSetMapping set_mapping, GLib.DestroyNotify destroy);
public void bind_writable (string key, void* object, string property, bool inverted);
public void delay ();
- public void @get (string key, string format);
+ [CCode (sentinel = "")]
+ public void @get (string key, string format, ...);
public bool get_boolean (string key);
public unowned GLib.Settings get_child (string name);
public double get_double (string key);
public GLib.Variant get_value (string key);
public bool is_writable (string name);
public void revert ();
- public bool @set (string key, string format);
+ [CCode (sentinel = "")]
+ public bool @set (string key, string format, ...);
public bool set_boolean (string key, bool value);
public bool set_double (string key, double value);
public bool set_enum (string key, int value);
g_resolver_lookup_service_finish transfer_ownership="1" type_arguments="SrvTarget"
g_seekable_truncate abstract="1" vfunc_name="truncate_fn"
g_seekable_truncate_fn hidden="1"
+g_settings_get ellipsis="1" sentinel=""
+g_settings_set ellipsis="1" sentinel=""
g_socket_create_source type_name="SocketSource" transfer_ownership="1"
g_socket_listener_add_address.source_object nullable="1"
g_socket_listener_add_inet_port.source_object nullable="1"