ostree: manually patch generated files

This manually adds a missing `ToGlibPtr` import, which seems to be result
of some bugs in `gir` code-generation.
This commit is contained in:
Luca BRUNO 2022-03-04 14:28:35 +00:00
parent f689ca098f
commit 6aa7d6e9f7
No known key found for this signature in database
GPG Key ID: A9834A2252078E4E

View File

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