projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f689ca0
)
ostree: manually patch generated files
author
Luca BRUNO
<luca.bruno@coreos.com>
Fri, 4 Mar 2022 14:28:35 +0000
(14:28 +0000)
committer
Luca 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
patch
|
blob
|
history
diff --git
a/rust-bindings/src/auto/repo_finder_result.rs
b/rust-bindings/src/auto/repo_finder_result.rs
index b6850ca7d7596a222f14f1a4ed5091b3f4c6247a..702ec52c924d89f5bdd3f37e3ca8886e0038e0f8 100644
(file)
--- 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)]