From 6aa7d6e9f7f50654b6dc39568ad3f3066ebb910e Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Fri, 4 Mar 2022 14:28:35 +0000 Subject: [PATCH] ostree: manually patch generated files This manually adds a missing `ToGlibPtr` import, which seems to be result of some bugs in `gir` code-generation. --- rust-bindings/src/auto/repo_finder_result.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust-bindings/src/auto/repo_finder_result.rs b/rust-bindings/src/auto/repo_finder_result.rs index b6850ca7..702ec52c 100644 --- a/rust-bindings/src/auto/repo_finder_result.rs +++ b/rust-bindings/src/auto/repo_finder_result.rs @@ -3,6 +3,7 @@ // DO NOT EDIT use std::cmp; +use glib::translate::*; glib::wrapper! { #[derive(Debug, Hash)]