conf: disable internal Sign subtypes

This commit is contained in:
Felix Krull 2020-08-25 22:08:23 +02:00 committed by Colin Walters
parent a39328a4eb
commit 26f4170b01
5 changed files with 6 additions and 42 deletions

View File

@ -21,6 +21,10 @@ ignore = [
"OSTree.LzmaDecompressorClass",
"OSTree.RepoFileEnumeratorClass",
"OSTree.RollsumMatches",
"OSTree.SignDummy",
"OSTree.SignDummyClass",
"OSTree.SignEd25519",
"OSTree.SignEd25519Class",
# version-dependent constants
"OSTree.RELEASE_VERSION",

View File

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 2d1ffab1)
from gir-files (https://github.com/gtk-rs/gir-files @ ed7b959+)
from gir-files (https://github.com/gtk-rs/gir-files @ 7ce8ed9)

View File

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 2d1ffab1)
from gir-files (https://github.com/gtk-rs/gir-files @ ed7b959+)
from gir-files (https://github.com/gtk-rs/gir-files @ 7ce8ed9)

View File

@ -725,44 +725,6 @@ impl ::std::fmt::Debug for OstreeRepoTransactionStats {
}
}
#[repr(C)]
pub struct _OstreeSignDummy(c_void);
pub type OstreeSignDummy = *mut _OstreeSignDummy;
#[repr(C)]
#[derive(Copy, Clone)]
pub struct OstreeSignDummyClass {
pub parent_class: gobject::GObjectClass,
}
impl ::std::fmt::Debug for OstreeSignDummyClass {
fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result {
f.debug_struct(&format!("OstreeSignDummyClass @ {:?}", self as *const _))
.field("parent_class", &self.parent_class)
.finish()
}
}
#[repr(C)]
pub struct _OstreeSignEd25519(c_void);
pub type OstreeSignEd25519 = *mut _OstreeSignEd25519;
#[repr(C)]
#[derive(Copy, Clone)]
pub struct OstreeSignEd25519Class {
pub parent_class: gobject::GObjectClass,
}
impl ::std::fmt::Debug for OstreeSignEd25519Class {
fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result {
f.debug_struct(&format!("OstreeSignEd25519Class @ {:?}", self as *const _))
.field("parent_class", &self.parent_class)
.finish()
}
}
#[repr(C)]
#[derive(Copy, Clone)]
pub struct OstreeSignInterface {

View File

@ -282,8 +282,6 @@ const RUST_LAYOUTS: &[(&str, Layout)] = &[
("OstreeRepoResolveRevExtFlags", Layout {size: size_of::<OstreeRepoResolveRevExtFlags>(), alignment: align_of::<OstreeRepoResolveRevExtFlags>()}),
("OstreeRepoTransactionStats", Layout {size: size_of::<OstreeRepoTransactionStats>(), alignment: align_of::<OstreeRepoTransactionStats>()}),
("OstreeSePolicyRestoreconFlags", Layout {size: size_of::<OstreeSePolicyRestoreconFlags>(), alignment: align_of::<OstreeSePolicyRestoreconFlags>()}),
("OstreeSignDummyClass", Layout {size: size_of::<OstreeSignDummyClass>(), alignment: align_of::<OstreeSignDummyClass>()}),
("OstreeSignEd25519Class", Layout {size: size_of::<OstreeSignEd25519Class>(), alignment: align_of::<OstreeSignEd25519Class>()}),
("OstreeSignInterface", Layout {size: size_of::<OstreeSignInterface>(), alignment: align_of::<OstreeSignInterface>()}),
("OstreeStaticDeltaGenerateOpt", Layout {size: size_of::<OstreeStaticDeltaGenerateOpt>(), alignment: align_of::<OstreeStaticDeltaGenerateOpt>()}),
("OstreeSysrootSimpleWriteDeploymentFlags", Layout {size: size_of::<OstreeSysrootSimpleWriteDeploymentFlags>(), alignment: align_of::<OstreeSysrootSimpleWriteDeploymentFlags>()}),