diff --git a/gdk-pixbuf/src/auto/versions.txt b/gdk-pixbuf/src/auto/versions.txt index 614800d11e8d..f2b117781d1d 100644 --- a/gdk-pixbuf/src/auto/versions.txt +++ b/gdk-pixbuf/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3491754499c3) -from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2) +Generated by gir (https://github.com/gtk-rs/gir @ 5ce24253f28c) +from gir-files (https://github.com/gtk-rs/gir-files @ 545a98946996) diff --git a/gdk-pixbuf/sys/versions.txt b/gdk-pixbuf/sys/versions.txt index 614800d11e8d..f2b117781d1d 100644 --- a/gdk-pixbuf/sys/versions.txt +++ b/gdk-pixbuf/sys/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3491754499c3) -from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2) +Generated by gir (https://github.com/gtk-rs/gir @ 5ce24253f28c) +from gir-files (https://github.com/gtk-rs/gir-files @ 545a98946996) diff --git a/gio/Gir.toml b/gio/Gir.toml index f26bd9864f26..cfa9a751f01c 100644 --- a/gio/Gir.toml +++ b/gio/Gir.toml @@ -607,6 +607,11 @@ status = "generate" pattern = "signal_.*subscribe" #wrapped with newtype manually manual = true + [[object.function]] + name = "register_object_with_closures2" + #old version is wrapped correctly and we don't require + #the new version + ignore = true [[object]] name = "Gio.DBusConnectionFlags" diff --git a/gio/src/auto/dbus_connection.rs b/gio/src/auto/dbus_connection.rs index 47f5e4bb46cf..2cb6d619738b 100644 --- a/gio/src/auto/dbus_connection.rs +++ b/gio/src/auto/dbus_connection.rs @@ -1,6 +1,7 @@ // This file was generated by gir (https://github.com/gtk-rs/gir) // from gir-files (https://github.com/gtk-rs/gir-files) // DO NOT EDIT +#![allow(deprecated)] #[cfg(unix)] #[cfg_attr(docsrs, doc(cfg(unix)))] diff --git a/gio/src/auto/versions.txt b/gio/src/auto/versions.txt index 614800d11e8d..f2b117781d1d 100644 --- a/gio/src/auto/versions.txt +++ b/gio/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3491754499c3) -from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2) +Generated by gir (https://github.com/gtk-rs/gir @ 5ce24253f28c) +from gir-files (https://github.com/gtk-rs/gir-files @ 545a98946996) diff --git a/gio/sys/src/lib.rs b/gio/sys/src/lib.rs index 6fea7c31b83d..34ca7b92631a 100644 --- a/gio/sys/src/lib.rs +++ b/gio/sys/src/lib.rs @@ -10880,6 +10880,17 @@ extern "C" { set_property_closure: *mut gobject::GClosure, error: *mut *mut glib::GError, ) -> c_uint; + #[cfg(feature = "v2_84")] + #[cfg_attr(docsrs, doc(cfg(feature = "v2_84")))] + pub fn g_dbus_connection_register_object_with_closures2( + connection: *mut GDBusConnection, + object_path: *const c_char, + interface_info: *mut GDBusInterfaceInfo, + method_call_closure: *mut gobject::GClosure, + get_property_closure: *mut gobject::GClosure, + set_property_closure: *mut gobject::GClosure, + error: *mut *mut glib::GError, + ) -> c_uint; pub fn g_dbus_connection_register_subtree( connection: *mut GDBusConnection, object_path: *const c_char, diff --git a/gio/sys/versions.txt b/gio/sys/versions.txt index 614800d11e8d..f2b117781d1d 100644 --- a/gio/sys/versions.txt +++ b/gio/sys/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3491754499c3) -from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2) +Generated by gir (https://github.com/gtk-rs/gir @ 5ce24253f28c) +from gir-files (https://github.com/gtk-rs/gir-files @ 545a98946996) diff --git a/gir b/gir index 3491754499c3..5ce24253f28c 160000 --- a/gir +++ b/gir @@ -1 +1 @@ -Subproject commit 3491754499c35f6be46f3e54e56d9fd5675e771b +Subproject commit 5ce24253f28cb2c87fda4f7b0cf91c2e0d44484b diff --git a/gir-files b/gir-files index 168ef52b26a2..545a98946996 160000 --- a/gir-files +++ b/gir-files @@ -1 +1 @@ -Subproject commit 168ef52b26a22b04d245f74a3426612aa5464120 +Subproject commit 545a989469969535fee985f4def3f7491f820597 diff --git a/glib/gobject-sys/versions.txt b/glib/gobject-sys/versions.txt index 614800d11e8d..f2b117781d1d 100644 --- a/glib/gobject-sys/versions.txt +++ b/glib/gobject-sys/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3491754499c3) -from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2) +Generated by gir (https://github.com/gtk-rs/gir @ 5ce24253f28c) +from gir-files (https://github.com/gtk-rs/gir-files @ 545a98946996) diff --git a/glib/src/auto/versions.txt b/glib/src/auto/versions.txt index 614800d11e8d..f2b117781d1d 100644 --- a/glib/src/auto/versions.txt +++ b/glib/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3491754499c3) -from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2) +Generated by gir (https://github.com/gtk-rs/gir @ 5ce24253f28c) +from gir-files (https://github.com/gtk-rs/gir-files @ 545a98946996) diff --git a/glib/sys/versions.txt b/glib/sys/versions.txt index 614800d11e8d..f2b117781d1d 100644 --- a/glib/sys/versions.txt +++ b/glib/sys/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3491754499c3) -from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2) +Generated by gir (https://github.com/gtk-rs/gir @ 5ce24253f28c) +from gir-files (https://github.com/gtk-rs/gir-files @ 545a98946996) diff --git a/graphene/src/auto/versions.txt b/graphene/src/auto/versions.txt index 614800d11e8d..f2b117781d1d 100644 --- a/graphene/src/auto/versions.txt +++ b/graphene/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3491754499c3) -from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2) +Generated by gir (https://github.com/gtk-rs/gir @ 5ce24253f28c) +from gir-files (https://github.com/gtk-rs/gir-files @ 545a98946996) diff --git a/graphene/sys/versions.txt b/graphene/sys/versions.txt index 614800d11e8d..f2b117781d1d 100644 --- a/graphene/sys/versions.txt +++ b/graphene/sys/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3491754499c3) -from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2) +Generated by gir (https://github.com/gtk-rs/gir @ 5ce24253f28c) +from gir-files (https://github.com/gtk-rs/gir-files @ 545a98946996) diff --git a/pango/src/auto/versions.txt b/pango/src/auto/versions.txt index 614800d11e8d..f2b117781d1d 100644 --- a/pango/src/auto/versions.txt +++ b/pango/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3491754499c3) -from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2) +Generated by gir (https://github.com/gtk-rs/gir @ 5ce24253f28c) +from gir-files (https://github.com/gtk-rs/gir-files @ 545a98946996) diff --git a/pango/sys/versions.txt b/pango/sys/versions.txt index 614800d11e8d..f2b117781d1d 100644 --- a/pango/sys/versions.txt +++ b/pango/sys/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3491754499c3) -from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2) +Generated by gir (https://github.com/gtk-rs/gir @ 5ce24253f28c) +from gir-files (https://github.com/gtk-rs/gir-files @ 545a98946996) diff --git a/pangocairo/src/auto/versions.txt b/pangocairo/src/auto/versions.txt index 614800d11e8d..f2b117781d1d 100644 --- a/pangocairo/src/auto/versions.txt +++ b/pangocairo/src/auto/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3491754499c3) -from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2) +Generated by gir (https://github.com/gtk-rs/gir @ 5ce24253f28c) +from gir-files (https://github.com/gtk-rs/gir-files @ 545a98946996) diff --git a/pangocairo/sys/versions.txt b/pangocairo/sys/versions.txt index 614800d11e8d..f2b117781d1d 100644 --- a/pangocairo/sys/versions.txt +++ b/pangocairo/sys/versions.txt @@ -1,2 +1,2 @@ -Generated by gir (https://github.com/gtk-rs/gir @ 3491754499c3) -from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2) +Generated by gir (https://github.com/gtk-rs/gir @ 5ce24253f28c) +from gir-files (https://github.com/gtk-rs/gir-files @ 545a98946996)