]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
bindings: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 16 Nov 2014 20:17:01 +0000 (21:17 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 16 Nov 2014 20:17:01 +0000 (21:17 +0100)
vapi/gdk-3.0.vapi
vapi/libpeas-1.0.vapi

index 5bf7850627da032912e641f95367603385f76324..faa09a102629f2fe1072f2a4a729bd5af6990095 100644 (file)
@@ -4693,6 +4693,7 @@ namespace Gdk {
                public unowned GLib.List<Gdk.Device> list_devices ();
                public void notify_startup_complete (string startup_id);
                public static unowned Gdk.Display? open (string display_name);
+               [Deprecated (since = "3.16")]
                public static unowned Gdk.Display? open_default_libgtk_only ();
                public Gdk.Event? peek_event ();
                [Deprecated (since = "3.0")]
@@ -5068,9 +5069,11 @@ namespace Gdk {
                protected GLContext ();
                public static void clear_current ();
                public static unowned Gdk.GLContext get_current ();
+               public unowned Gdk.Display get_display ();
                public Gdk.GLProfile get_profile ();
                public unowned Gdk.Window get_window ();
                public void make_current ();
+               public Gdk.Display display { get; construct; }
                public Gdk.GLProfile profile { get; construct; }
                [NoAccessorMethod]
                public Gdk.GLContext shared_context { owned get; construct; }
@@ -5196,6 +5199,7 @@ namespace Gdk {
                [Deprecated (since = "3.14")]
                public void flush ();
                public void focus (uint32 timestamp);
+               [Deprecated (since = "3.16")]
                public void freeze_toplevel_updates_libgtk_only ();
                public void freeze_updates ();
                public void fullscreen ();
@@ -5325,6 +5329,7 @@ namespace Gdk {
                public void show_unraised ();
                public bool show_window_menu (Gdk.Event event);
                public void stick ();
+               [Deprecated (since = "3.16")]
                public void thaw_toplevel_updates_libgtk_only ();
                public void thaw_updates ();
                public void unfullscreen ();
@@ -5954,6 +5959,7 @@ namespace Gdk {
        [CCode (cheader_filename = "gdk/gdk.h")]
        public const Gdk.Atom SELECTION_SECONDARY;
        [CCode (cheader_filename = "gdk/gdk.h")]
+       [Deprecated (since = "3.16")]
        public static void add_option_entries_libgtk_only (GLib.OptionGroup group);
        [CCode (cheader_filename = "gdk/gdk.h")]
        public static void beep ();
@@ -6091,6 +6097,7 @@ namespace Gdk {
        [Deprecated (since = "3.0")]
        public static void pointer_ungrab (uint32 time_);
        [CCode (cheader_filename = "gdk/gdk.h")]
+       [Deprecated (since = "3.16")]
        public static void pre_parse_libgtk_only ();
        [CCode (cheader_filename = "gdk/gdk.h")]
        public static void property_change (Gdk.Window window, Gdk.Atom property, Gdk.Atom type, int format, Gdk.PropMode mode, [CCode (array_length = false, type = "const guchar*")] uint8[] data, int nelements);
index 5c02c18a18b8abd9908b48321d04c1417f84aa11..4e44f82bdcfd25c5994b6fffc3e86a251b4e0541 100644 (file)
@@ -9,7 +9,7 @@ namespace Peas {
                public void add_search_path (string module_dir, string? data_dir);
                public Peas.Extension create_extension (Peas.PluginInfo info, GLib.Type extension_type, ...);
                public Peas.Extension create_extensionv (Peas.PluginInfo info, GLib.Type extension_type, [CCode (array_length_cname = "n_parameters", array_length_pos = 2.5, array_length_type = "guint")] GLib.Parameter[]? parameters);
-               public void enable_loader (string loader_id);
+               public void enable_loader (string loader_name);
                public void garbage_collect ();
                public static unowned Peas.Engine get_default ();
                [CCode (array_length = false, array_null_terminated = true)]