]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 5 Dec 2015 13:23:31 +0000 (14:23 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 5 Dec 2015 13:23:31 +0000 (14:23 +0100)
vapi/gdk-3.0.vapi
vapi/gio-2.0.vapi

index d913d52c0b4c50799a416af9787520e572b2a456..ec4fc4acc4e4afa539bdd69536248ff15ce7dd1b 100644 (file)
@@ -4743,6 +4743,7 @@ namespace Gdk {
                public Gdk.DragAction get_actions ();
                public unowned Gdk.Window get_dest_window ();
                public unowned Gdk.Device get_device ();
+               public unowned Gdk.Window get_drag_window ();
                public Gdk.DragProtocol get_protocol ();
                public Gdk.DragAction get_selected_action ();
                public unowned Gdk.Window get_source_window ();
index 812c407d8547873bb40c27fb2a35640162bd89ff..2077fc0dd49a48c8fc4f1659a05469bd44bdaa61 100644 (file)
@@ -2009,7 +2009,7 @@ namespace GLib {
                public bool listen () throws GLib.Error;
                public ssize_t receive ([CCode (array_length_cname = "size", array_length_pos = 1.5, array_length_type = "gsize")] uint8[] buffer, GLib.Cancellable? cancellable = null) throws GLib.Error;
                public ssize_t receive_from (out GLib.SocketAddress address, [CCode (array_length_cname = "size", array_length_pos = 2.5, array_length_type = "gsize")] uint8[] buffer, GLib.Cancellable? cancellable = null) throws GLib.Error;
-               public ssize_t receive_message (out GLib.SocketAddress address, [CCode (array_length_cname = "num_vectors", array_length_pos = 2.5)] GLib.InputVector[] vectors, [CCode (array_length_cname = "num_messages", array_length_pos = 3.5)] out GLib.SocketControlMessage[]? messages, ref int flags, GLib.Cancellable? cancellable = null) throws GLib.Error;
+               public ssize_t receive_message (out GLib.SocketAddress? address, [CCode (array_length_cname = "num_vectors", array_length_pos = 2.5)] GLib.InputVector[] vectors, [CCode (array_length_cname = "num_messages", array_length_pos = 3.5)] out GLib.SocketControlMessage[]? messages, ref int flags, GLib.Cancellable? cancellable = null) throws GLib.Error;
                public ssize_t receive_with_blocking ([CCode (array_length_cname = "size", array_length_pos = 1.5, array_length_type = "gsize")] uint8[] buffer, bool blocking, GLib.Cancellable? cancellable = null) throws GLib.Error;
                public ssize_t send ([CCode (array_length_cname = "size", array_length_pos = 1.5, array_length_type = "gsize")] uint8[] buffer, GLib.Cancellable? cancellable = null) throws GLib.Error;
                public ssize_t send_message (GLib.SocketAddress? address, [CCode (array_length_cname = "num_vectors", array_length_pos = 2.5)] GLib.OutputVector[] vectors, [CCode (array_length_cname = "num_messages", array_length_pos = 3.5)] GLib.SocketControlMessage[]? messages, int flags, GLib.Cancellable? cancellable = null) throws GLib.Error;