projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a76f45
)
ostree: manually patch generated files
author
Luca BRUNO
<luca.bruno@coreos.com>
Fri, 4 Mar 2022 14:28:35 +0000
(14:28 +0000)
committer
Colin Walters
<walters@verbum.org>
Mon, 21 Nov 2022 18:18:51 +0000
(13:18 -0500)
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 f918c03be76ba116640eaa2164093801a117216d..b4846b5ed00f4786959db2e6ef1201acea7204ca 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)]