Skip to content

Commit f058628

Browse files
Regenerate with latest gir-files
1 parent e461922 commit f058628

File tree

18 files changed

+28
-22
lines changed

18 files changed

+28
-22
lines changed

gdk-pixbuf/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ b77ba3072803)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ eae0d92546c1)

gdk-pixbuf/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ b77ba3072803)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ eae0d92546c1)

gio/src/auto/settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ pub trait SettingsExt: IsA<Settings> + 'static {
250250

251251
//#[doc(alias = "g_settings_get_mapped")]
252252
//#[doc(alias = "get_mapped")]
253-
//fn mapped(&self, key: &str, mapping: /*Unimplemented*/FnMut(&glib::Variant, /*Unimplemented*/Option<Basic: Pointer>) -> bool, user_data: /*Unimplemented*/Option<Basic: Pointer>) -> /*Unimplemented*/Option<Basic: Pointer> {
253+
//fn mapped(&self, key: &str, mapping: /*Unimplemented*/FnMut(Option<&glib::Variant>, /*Unimplemented*/Option<Basic: Pointer>) -> bool, user_data: /*Unimplemented*/Option<Basic: Pointer>) -> /*Unimplemented*/Option<Basic: Pointer> {
254254
// unsafe { TODO: call ffi:g_settings_get_mapped() }
255255
//}
256256

gio/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ b77ba3072803)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ eae0d92546c1)

gio/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ b77ba3072803)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ eae0d92546c1)

glib/gobject-sys/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ pub const G_SIGNAL_ACTION: GSignalFlags = 32;
114114
pub const G_SIGNAL_NO_HOOKS: GSignalFlags = 64;
115115
pub const G_SIGNAL_MUST_COLLECT: GSignalFlags = 128;
116116
pub const G_SIGNAL_DEPRECATED: GSignalFlags = 256;
117+
#[cfg(feature = "v2_68")]
118+
#[cfg_attr(docsrs, doc(cfg(feature = "v2_68")))]
117119
pub const G_SIGNAL_ACCUMULATOR_FIRST_RUN: GSignalFlags = 131072;
118120

119121
pub type GSignalMatchType = c_uint;

glib/gobject-sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ b77ba3072803)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ eae0d92546c1)

glib/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ b77ba3072803)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ eae0d92546c1)

glib/src/gobject/auto/flags.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ bitflags! {
115115
const MUST_COLLECT = crate::gobject_ffi::G_SIGNAL_MUST_COLLECT as _;
116116
#[doc(alias = "G_SIGNAL_DEPRECATED")]
117117
const DEPRECATED = crate::gobject_ffi::G_SIGNAL_DEPRECATED as _;
118+
#[cfg(feature = "v2_68")]
119+
#[cfg_attr(docsrs, doc(cfg(feature = "v2_68")))]
118120
#[doc(alias = "G_SIGNAL_ACCUMULATOR_FIRST_RUN")]
119121
const ACCUMULATOR_FIRST_RUN = crate::gobject_ffi::G_SIGNAL_ACCUMULATOR_FIRST_RUN as _;
120122
}

glib/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ b77ba3072803)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 07aa7d177618)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ eae0d92546c1)

0 commit comments

Comments
 (0)