ostree: manually patch generated files
authorLuca BRUNO <luca.bruno@coreos.com>
Fri, 4 Mar 2022 14:28:35 +0000 (14:28 +0000)
committerLuca BRUNO <luca.bruno@coreos.com>
Wed, 26 Oct 2022 09:26:55 +0000 (09:26 +0000)
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

index b6850ca7d7596a222f14f1a4ed5091b3f4c6247a..702ec52c924d89f5bdd3f37e3ca8886e0038e0f8 100644 (file)
@@ -3,6 +3,7 @@
 // DO NOT EDIT
 
 use std::cmp;
+use glib::translate::*;
 
 glib::wrapper! {
     #[derive(Debug, Hash)]