Skip to content

Commit caa782b

Browse files
authored
Merge pull request #1667 from gtk-rs/auto-pr-branch
Automated PR: Changes from updating gir/gir-files
2 parents 2967438 + 2beaa6e commit caa782b

File tree

18 files changed

+45
-28
lines changed

18 files changed

+45
-28
lines changed

gdk-pixbuf/src/auto/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 3491754499c3)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 5ce24253f28c)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 545a98946996)

gdk-pixbuf/sys/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 3491754499c3)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 5ce24253f28c)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 545a98946996)

gio/Gir.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,11 @@ status = "generate"
607607
pattern = "signal_.*subscribe"
608608
#wrapped with newtype manually
609609
manual = true
610+
[[object.function]]
611+
name = "register_object_with_closures2"
612+
#old version is wrapped correctly and we don't require
613+
#the new version
614+
ignore = true
610615

611616
[[object]]
612617
name = "Gio.DBusConnectionFlags"

gio/src/auto/dbus_connection.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// This file was generated by gir (https://github.com/gtk-rs/gir)
22
// from gir-files (https://github.com/gtk-rs/gir-files)
33
// DO NOT EDIT
4+
#![allow(deprecated)]
45

56
#[cfg(unix)]
67
#[cfg_attr(docsrs, doc(cfg(unix)))]

gio/src/auto/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 3491754499c3)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 5ce24253f28c)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 545a98946996)

gio/sys/src/lib.rs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10880,6 +10880,17 @@ extern "C" {
1088010880
set_property_closure: *mut gobject::GClosure,
1088110881
error: *mut *mut glib::GError,
1088210882
) -> c_uint;
10883+
#[cfg(feature = "v2_84")]
10884+
#[cfg_attr(docsrs, doc(cfg(feature = "v2_84")))]
10885+
pub fn g_dbus_connection_register_object_with_closures2(
10886+
connection: *mut GDBusConnection,
10887+
object_path: *const c_char,
10888+
interface_info: *mut GDBusInterfaceInfo,
10889+
method_call_closure: *mut gobject::GClosure,
10890+
get_property_closure: *mut gobject::GClosure,
10891+
set_property_closure: *mut gobject::GClosure,
10892+
error: *mut *mut glib::GError,
10893+
) -> c_uint;
1088310894
pub fn g_dbus_connection_register_subtree(
1088410895
connection: *mut GDBusConnection,
1088510896
object_path: *const c_char,

gio/sys/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 3491754499c3)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 5ce24253f28c)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 545a98946996)

glib/gobject-sys/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 3491754499c3)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 168ef52b26a2)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 5ce24253f28c)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 545a98946996)

0 commit comments

Comments
 (0)