diff options
author | Jürg Billeter <j@bitron.ch> | 2010-06-28 23:03:01 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2010-06-28 23:03:01 +0200 |
commit | 7fe9584b7c0bce3dd0e5181ce6d069d07814a3d5 (patch) | |
tree | 3e16ab473bbd0c0c217524c8fa650524db43077e /vapi/gio-2.0.vapi | |
parent | 7d86c805dc8cc246a08f3c374a89eb1d5ce05085 (diff) | |
download | vala-7fe9584b7c0bce3dd0e5181ce6d069d07814a3d5.tar.gz |
gio-2.0: Drop GSettingsBackend bindings
The GSettingsBackend API is not considered stable.
Diffstat (limited to 'vapi/gio-2.0.vapi')
-rw-r--r-- | vapi/gio-2.0.vapi | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi index 8eaa34db5..58a61655e 100644 --- a/vapi/gio-2.0.vapi +++ b/vapi/gio-2.0.vapi @@ -1014,34 +1014,6 @@ namespace GLib { } [CCode (cheader_filename = "gio/gio.h")] public class SettingsBackend : GLib.Object { - public void changed_tree (GLib.Tree tree, void* origin_tag); - public static void flatten_tree (GLib.Tree tree, string path, string keys, out unowned GLib.Variant values); - [NoWrapper] - public virtual unowned GLib.Permission get_permission (string path); - [NoWrapper] - public virtual bool get_writable (string key); - public void keys_changed (string path, string items, void* origin_tag); - [NoWrapper] - public virtual unowned string list (string path, string[] resets, size_t length); - public void path_changed (string path, void* origin_tag); - public void path_writable_changed (string path); - [NoWrapper] - public virtual GLib.Variant read (string key, GLib.VariantType expected_type, bool default_value); - [NoWrapper] - public virtual void reset (string key, void* origin_tag); - [NoWrapper] - public virtual void reset_path (string path, void* origin_tag); - [NoWrapper] - public virtual void subscribe (string name); - [NoWrapper] - public virtual void sync (); - [NoWrapper] - public virtual void unsubscribe (string name); - public void writable_changed (string key); - [NoWrapper] - public virtual bool write (string key, GLib.Variant value, void* origin_tag); - [NoWrapper] - public virtual bool write_keys (GLib.Tree tree, void* origin_tag); } [CCode (cheader_filename = "gio/gio.h")] public class SimpleAsyncResult : GLib.Object, GLib.AsyncResult { @@ -2206,8 +2178,6 @@ namespace GLib { [CCode (cheader_filename = "gio/gio.h")] public const string NATIVE_VOLUME_MONITOR_EXTENSION_POINT_NAME; [CCode (cheader_filename = "gio/gio.h")] - public const string SETTINGS_BACKEND_EXTENSION_POINT_NAME; - [CCode (cheader_filename = "gio/gio.h")] public const string VFS_EXTENSION_POINT_NAME; [CCode (cheader_filename = "gio/gio.h")] public const string VOLUME_IDENTIFIER_KIND_HAL_UDI; @@ -2301,8 +2271,6 @@ namespace GLib { public static void g_io_scheduler_cancel_all_jobs (); [CCode (cname = "g_io_scheduler_push_job", cheader_filename = "gio/gio.h")] public static void g_io_scheduler_push_job (GLib.IOSchedulerJobFunc job_func, GLib.DestroyNotify? notify, int io_priority, GLib.Cancellable? cancellable = null); - [CCode (cname = "g_keyfile_settings_backend_new", cheader_filename = "gio/gio.h")] - public static unowned GLib.SettingsBackend g_keyfile_settings_backend_new (string filename); [CCode (cname = "g_simple_async_report_error_in_idle", cheader_filename = "gio/gio.h")] public static void g_simple_async_report_error_in_idle (GLib.Object object, GLib.AsyncReadyCallback callback, GLib.Quark domain, int code, string format); [CCode (cname = "g_simple_async_report_gerror_in_idle", cheader_filename = "gio/gio.h")] |