diff --git a/gdk4-macos/src/auto/versions.txt b/gdk4-macos/src/auto/versions.txt index e9019148cf8c..fce0e9db0e63 100644 --- a/gdk4-macos/src/auto/versions.txt +++ b/gdk4-macos/src/auto/versions.txt @@ -1,2 +1,2 @@ Generated by gir (https://github.com/gtk-rs/gir @ 1364a207b03e) -from gir-files (https://github.com/gtk-rs/gir-files @ 965d720507a9) +from gir-files (https://github.com/gtk-rs/gir-files @ 5262e0fefdc7) diff --git a/gdk4-macos/sys/versions.txt b/gdk4-macos/sys/versions.txt index e9019148cf8c..fce0e9db0e63 100644 --- a/gdk4-macos/sys/versions.txt +++ b/gdk4-macos/sys/versions.txt @@ -1,2 +1,2 @@ Generated by gir (https://github.com/gtk-rs/gir @ 1364a207b03e) -from gir-files (https://github.com/gtk-rs/gir-files @ 965d720507a9) +from gir-files (https://github.com/gtk-rs/gir-files @ 5262e0fefdc7) diff --git a/gdk4-wayland/src/auto/versions.txt b/gdk4-wayland/src/auto/versions.txt index e9019148cf8c..fce0e9db0e63 100644 --- a/gdk4-wayland/src/auto/versions.txt +++ b/gdk4-wayland/src/auto/versions.txt @@ -1,2 +1,2 @@ Generated by gir (https://github.com/gtk-rs/gir @ 1364a207b03e) -from gir-files (https://github.com/gtk-rs/gir-files @ 965d720507a9) +from gir-files (https://github.com/gtk-rs/gir-files @ 5262e0fefdc7) diff --git a/gdk4-wayland/sys/versions.txt b/gdk4-wayland/sys/versions.txt index e9019148cf8c..fce0e9db0e63 100644 --- a/gdk4-wayland/sys/versions.txt +++ b/gdk4-wayland/sys/versions.txt @@ -1,2 +1,2 @@ Generated by gir (https://github.com/gtk-rs/gir @ 1364a207b03e) -from gir-files (https://github.com/gtk-rs/gir-files @ 965d720507a9) +from gir-files (https://github.com/gtk-rs/gir-files @ 5262e0fefdc7) diff --git a/gdk4-win32/src/auto/versions.txt b/gdk4-win32/src/auto/versions.txt index e9019148cf8c..fce0e9db0e63 100644 --- a/gdk4-win32/src/auto/versions.txt +++ b/gdk4-win32/src/auto/versions.txt @@ -1,2 +1,2 @@ Generated by gir (https://github.com/gtk-rs/gir @ 1364a207b03e) -from gir-files (https://github.com/gtk-rs/gir-files @ 965d720507a9) +from gir-files (https://github.com/gtk-rs/gir-files @ 5262e0fefdc7) diff --git a/gdk4-win32/sys/versions.txt b/gdk4-win32/sys/versions.txt index e9019148cf8c..fce0e9db0e63 100644 --- a/gdk4-win32/sys/versions.txt +++ b/gdk4-win32/sys/versions.txt @@ -1,2 +1,2 @@ Generated by gir (https://github.com/gtk-rs/gir @ 1364a207b03e) -from gir-files (https://github.com/gtk-rs/gir-files @ 965d720507a9) +from gir-files (https://github.com/gtk-rs/gir-files @ 5262e0fefdc7) diff --git a/gdk4-x11/src/auto/versions.txt b/gdk4-x11/src/auto/versions.txt index e9019148cf8c..fce0e9db0e63 100644 --- a/gdk4-x11/src/auto/versions.txt +++ b/gdk4-x11/src/auto/versions.txt @@ -1,2 +1,2 @@ Generated by gir (https://github.com/gtk-rs/gir @ 1364a207b03e) -from gir-files (https://github.com/gtk-rs/gir-files @ 965d720507a9) +from gir-files (https://github.com/gtk-rs/gir-files @ 5262e0fefdc7) diff --git a/gdk4-x11/sys/versions.txt b/gdk4-x11/sys/versions.txt index e9019148cf8c..fce0e9db0e63 100644 --- a/gdk4-x11/sys/versions.txt +++ b/gdk4-x11/sys/versions.txt @@ -1,2 +1,2 @@ Generated by gir (https://github.com/gtk-rs/gir @ 1364a207b03e) -from gir-files (https://github.com/gtk-rs/gir-files @ 965d720507a9) +from gir-files (https://github.com/gtk-rs/gir-files @ 5262e0fefdc7) diff --git a/gdk4/src/auto/versions.txt b/gdk4/src/auto/versions.txt index e9019148cf8c..fce0e9db0e63 100644 --- a/gdk4/src/auto/versions.txt +++ b/gdk4/src/auto/versions.txt @@ -1,2 +1,2 @@ Generated by gir (https://github.com/gtk-rs/gir @ 1364a207b03e) -from gir-files (https://github.com/gtk-rs/gir-files @ 965d720507a9) +from gir-files (https://github.com/gtk-rs/gir-files @ 5262e0fefdc7) diff --git a/gdk4/src/memory_texture_builder.rs b/gdk4/src/memory_texture_builder.rs index 85398611dc2f..666e2f31608f 100644 --- a/gdk4/src/memory_texture_builder.rs +++ b/gdk4/src/memory_texture_builder.rs @@ -19,7 +19,7 @@ impl MemoryTextureBuilder { #[doc(alias = "gdk_memory_texture_builder_set_color_state")] #[doc(alias = "color-state")] - pub fn set_color_state(self, color_state: Option<&ColorState>) -> Self { + pub fn set_color_state(self, color_state: &ColorState) -> Self { unsafe { ffi::gdk_memory_texture_builder_set_color_state( self.to_glib_none().0, diff --git a/gdk4/sys/versions.txt b/gdk4/sys/versions.txt index e9019148cf8c..fce0e9db0e63 100644 --- a/gdk4/sys/versions.txt +++ b/gdk4/sys/versions.txt @@ -1,2 +1,2 @@ Generated by gir (https://github.com/gtk-rs/gir @ 1364a207b03e) -from gir-files (https://github.com/gtk-rs/gir-files @ 965d720507a9) +from gir-files (https://github.com/gtk-rs/gir-files @ 5262e0fefdc7) diff --git a/gir-files b/gir-files index 965d720507a9..5262e0fefdc7 160000 --- a/gir-files +++ b/gir-files @@ -1 +1 @@ -Subproject commit 965d720507a91857a6831c2ef42019708db66609 +Subproject commit 5262e0fefdc77120e81e62fe32257a84f11a64bf diff --git a/gsk4/src/auto/versions.txt b/gsk4/src/auto/versions.txt index e9019148cf8c..fce0e9db0e63 100644 --- a/gsk4/src/auto/versions.txt +++ b/gsk4/src/auto/versions.txt @@ -1,2 +1,2 @@ Generated by gir (https://github.com/gtk-rs/gir @ 1364a207b03e) -from gir-files (https://github.com/gtk-rs/gir-files @ 965d720507a9) +from gir-files (https://github.com/gtk-rs/gir-files @ 5262e0fefdc7) diff --git a/gsk4/sys/versions.txt b/gsk4/sys/versions.txt index e9019148cf8c..fce0e9db0e63 100644 --- a/gsk4/sys/versions.txt +++ b/gsk4/sys/versions.txt @@ -1,2 +1,2 @@ Generated by gir (https://github.com/gtk-rs/gir @ 1364a207b03e) -from gir-files (https://github.com/gtk-rs/gir-files @ 965d720507a9) +from gir-files (https://github.com/gtk-rs/gir-files @ 5262e0fefdc7) diff --git a/gtk4/src/auto/versions.txt b/gtk4/src/auto/versions.txt index e9019148cf8c..fce0e9db0e63 100644 --- a/gtk4/src/auto/versions.txt +++ b/gtk4/src/auto/versions.txt @@ -1,2 +1,2 @@ Generated by gir (https://github.com/gtk-rs/gir @ 1364a207b03e) -from gir-files (https://github.com/gtk-rs/gir-files @ 965d720507a9) +from gir-files (https://github.com/gtk-rs/gir-files @ 5262e0fefdc7) diff --git a/gtk4/sys/versions.txt b/gtk4/sys/versions.txt index e9019148cf8c..fce0e9db0e63 100644 --- a/gtk4/sys/versions.txt +++ b/gtk4/sys/versions.txt @@ -1,2 +1,2 @@ Generated by gir (https://github.com/gtk-rs/gir @ 1364a207b03e) -from gir-files (https://github.com/gtk-rs/gir-files @ 965d720507a9) +from gir-files (https://github.com/gtk-rs/gir-files @ 5262e0fefdc7)