]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
bindings: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 30 Nov 2014 20:01:22 +0000 (21:01 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 30 Nov 2014 20:01:22 +0000 (21:01 +0100)
vapi/gio-2.0.vapi

index cd4c8d94fcca5144fad19cfa6f3b5160acdd4eed..73e2ff533cab2210a0a4dfca6ce8eec6db6c0dfc 100644 (file)
@@ -1546,6 +1546,8 @@ namespace GLib {
                public unowned string get_hostname ();
                public uint16 get_port ();
                public unowned string get_scheme ();
+               [CCode (has_construct_function = false, type = "GSocketConnectable*")]
+               public NetworkAddress.loopback (uint16 port);
                public static GLib.SocketConnectable parse (string host_and_port, uint16 default_port) throws GLib.Error;
                public static GLib.SocketConnectable parse_uri (string uri, uint16 default_port) throws GLib.Error;
                public string hostname { get; construct; }