Skip to content

Commit 2c4c152

Browse files
Regenerate with latest gir-files
1 parent 3ca4657 commit 2c4c152

File tree

19 files changed

+47
-14
lines changed

19 files changed

+47
-14
lines changed

gdk4-wayland/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 @ 1307f50c19e8)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 3e07ae5a14c7)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)

gdk4-wayland/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 @ 1307f50c19e8)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 3e07ae5a14c7)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)

gdk4-win32/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 @ 1307f50c19e8)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 3e07ae5a14c7)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)

gdk4-win32/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 @ 1307f50c19e8)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 3e07ae5a14c7)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)

gdk4-x11/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 @ 1307f50c19e8)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 3e07ae5a14c7)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)

gdk4-x11/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 @ 1307f50c19e8)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 3e07ae5a14c7)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)

gdk4/src/auto/dmabuf_texture_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ impl DmabufTextureBuilder {
3636
#[doc(alias = "color-state")]
3737
pub fn color_state(&self) -> Option<ColorState> {
3838
unsafe {
39-
from_glib_full(ffi::gdk_dmabuf_texture_builder_get_color_state(
39+
from_glib_none(ffi::gdk_dmabuf_texture_builder_get_color_state(
4040
self.to_glib_none().0,
4141
))
4242
}

gdk4/src/auto/gl_texture_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ impl GLTextureBuilder {
4040
#[doc(alias = "color-state")]
4141
pub fn color_state(&self) -> ColorState {
4242
unsafe {
43-
from_glib_full(ffi::gdk_gl_texture_builder_get_color_state(
43+
from_glib_none(ffi::gdk_gl_texture_builder_get_color_state(
4444
self.to_glib_none().0,
4545
))
4646
}

gdk4/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 @ 1307f50c19e8)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 3e07ae5a14c7)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)

gdk4/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 @ 1307f50c19e8)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 3e07ae5a14c7)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ c05f5cc23cb7)

0 commit comments

Comments
 (0)