Skip to content

Commit 3905e29

Browse files
github-actions[bot]bilelmoussaoui
authored andcommitted
Regenerate with latest gir
1 parent 9c53211 commit 3905e29

File tree

21 files changed

+22
-23
lines changed

21 files changed

+22
-23
lines changed

gdk4-macos/src/auto/versions.txt

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

gdk4-macos/sys/versions.txt

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

gdk4-wayland/src/auto/versions.txt

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

gdk4-wayland/sys/versions.txt

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

gdk4-win32/src/auto/versions.txt

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

gdk4-win32/sys/versions.txt

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

gdk4-x11/src/auto/versions.txt

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

gdk4-x11/sys/versions.txt

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

gdk4/src/auto/clipboard.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ impl Clipboard {
294294
user_data: glib::ffi::gpointer,
295295
) {
296296
let mut error = std::ptr::null_mut();
297-
let _ = ffi::gdk_clipboard_store_finish(_source_object as *mut _, res, &mut error);
297+
ffi::gdk_clipboard_store_finish(_source_object as *mut _, res, &mut error);
298298
let result = if error.is_null() {
299299
Ok(())
300300
} else {

gdk4/src/auto/content_provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pub trait ContentProviderExt: IsA<ContentProvider> + 'static {
117117
user_data: glib::ffi::gpointer,
118118
) {
119119
let mut error = std::ptr::null_mut();
120-
let _ = ffi::gdk_content_provider_write_mime_type_finish(
120+
ffi::gdk_content_provider_write_mime_type_finish(
121121
_source_object as *mut _,
122122
res,
123123
&mut error,

0 commit comments

Comments
 (0)