Skip to content

Commit 5e427de

Browse files
github-actions[bot]bilelmoussaoui
authored andcommitted
Regenerate with latest gir-files
1 parent a0083f9 commit 5e427de

File tree

15 files changed

+14
-18
lines changed

15 files changed

+14
-18
lines changed

gdk4-macos/src/auto/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 2d0807e9c5bc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5acf3154af3f)

gdk4-macos/sys/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 2d0807e9c5bc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5acf3154af3f)

gdk4-wayland/src/auto/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 2d0807e9c5bc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5acf3154af3f)

gdk4-wayland/sys/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 2d0807e9c5bc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5acf3154af3f)

gdk4-win32/src/auto/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 2d0807e9c5bc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5acf3154af3f)

gdk4-win32/sys/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 2d0807e9c5bc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5acf3154af3f)

gdk4-x11/src/auto/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 2d0807e9c5bc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5acf3154af3f)

gdk4-x11/sys/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 2d0807e9c5bc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5acf3154af3f)

gdk4/src/auto/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 2d0807e9c5bc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5acf3154af3f)

gdk4/sys/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 2d0807e9c5bc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5acf3154af3f)

gsk4/src/auto/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 2d0807e9c5bc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5acf3154af3f)

gsk4/sys/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 2d0807e9c5bc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5acf3154af3f)

gtk4/src/auto/media_stream.rs

-4
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,6 @@ pub trait MediaStreamExt: IsA<MediaStream> + 'static {
307307
}
308308
}
309309

310-
fn set_prepared(&self, prepared: bool) {
311-
ObjectExt::set_property(self.as_ref(), "prepared", prepared)
312-
}
313-
314310
#[doc(alias = "duration")]
315311
fn connect_duration_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId {
316312
unsafe extern "C" fn notify_duration_trampoline<

gtk4/src/auto/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 2d0807e9c5bc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5acf3154af3f)

gtk4/sys/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ 2d0807e9c5bc)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 6668d0f5551a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ 5acf3154af3f)

0 commit comments

Comments
 (0)