]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 24 Oct 2017 08:50:07 +0000 (10:50 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 24 Oct 2017 08:50:45 +0000 (10:50 +0200)
vapi/gio-2.0.vapi
vapi/gobject-introspection-1.0.vapi

index 60c173466edb5c8689c98cb9914ebecd7a90efd9..a9b9b1f1d25378b5d970de119cfb539ac4e8c656 100644 (file)
@@ -2445,10 +2445,12 @@ namespace GLib {
                public bool is_connected ();
                [Version (since = "2.32")]
                public bool join_multicast_group (GLib.InetAddress group, bool source_specific, string? iface) throws GLib.Error;
-               public bool join_multicast_group_ssm (GLib.InetAddress group, GLib.InetAddress source_specific, string iface) throws GLib.Error;
+               [Version (since = "2.56")]
+               public bool join_multicast_group_ssm (GLib.InetAddress group, GLib.InetAddress? source_specific, string? iface) throws GLib.Error;
                [Version (since = "2.32")]
                public bool leave_multicast_group (GLib.InetAddress group, bool source_specific, string? iface) throws GLib.Error;
-               public bool leave_multicast_group_ssm (GLib.InetAddress group, GLib.InetAddress source_specific, string iface) throws GLib.Error;
+               [Version (since = "2.56")]
+               public bool leave_multicast_group_ssm (GLib.InetAddress group, GLib.InetAddress? source_specific, string? iface) throws GLib.Error;
                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;
index 768b004af1e337cdf991636c171dc6594ffccd49..a56deb0e0152fd74b5a2c90064800976f51481ef 100644 (file)
@@ -191,6 +191,7 @@ namespace GI {
                [CCode (array_length = false, array_null_terminated = true)]
                public string[] get_loaded_namespaces ();
                public int get_n_infos (string namespace_);
+               public static GLib.OptionGroup get_option_group ();
                public static unowned GLib.SList<string> get_search_path ();
                public unowned string get_shared_library (string namespace_);
                public unowned string get_typelib_path (string namespace_);