Skip to content

Commit b734344

Browse files
Regenerate with latest gir/gir-files
1 parent d09c68b commit b734344

File tree

20 files changed

+60
-27
lines changed

20 files changed

+60
-27
lines changed

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)