102 lines
3.3 KiB
Rust
102 lines
3.3 KiB
Rust
// This file was generated by gir (https://github.com/gtk-rs/gir @ c385982)
|
|
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
|
|
// DO NOT EDIT
|
|
|
|
mod async_progress;
|
|
pub use self::async_progress::AsyncProgress;
|
|
pub use self::async_progress::AsyncProgressExt;
|
|
|
|
mod gpg_verify_result;
|
|
pub use self::gpg_verify_result::GpgVerifyResult;
|
|
pub use self::gpg_verify_result::GpgVerifyResultExt;
|
|
|
|
mod mutable_tree;
|
|
pub use self::mutable_tree::MutableTree;
|
|
pub use self::mutable_tree::MutableTreeExt;
|
|
|
|
mod repo;
|
|
pub use self::repo::Repo;
|
|
pub use self::repo::RepoExt;
|
|
|
|
mod repo_file;
|
|
pub use self::repo_file::RepoFile;
|
|
pub use self::repo_file::RepoFileExt;
|
|
|
|
mod se_policy;
|
|
pub use self::se_policy::SePolicy;
|
|
pub use self::se_policy::SePolicyExt;
|
|
|
|
#[cfg(any(feature = "v2018_6", feature = "dox"))]
|
|
mod collection_ref;
|
|
#[cfg(any(feature = "v2018_6", feature = "dox"))]
|
|
pub use self::collection_ref::CollectionRef;
|
|
|
|
#[cfg(any(feature = "v2018_6", feature = "dox"))]
|
|
mod remote;
|
|
#[cfg(any(feature = "v2018_6", feature = "dox"))]
|
|
pub use self::remote::Remote;
|
|
|
|
mod repo_commit_modifier;
|
|
pub use self::repo_commit_modifier::RepoCommitModifier;
|
|
|
|
mod repo_dev_ino_cache;
|
|
pub use self::repo_dev_ino_cache::RepoDevInoCache;
|
|
|
|
mod repo_transaction_stats;
|
|
pub use self::repo_transaction_stats::RepoTransactionStats;
|
|
|
|
mod enums;
|
|
pub use self::enums::GpgSignatureFormatFlags;
|
|
pub use self::enums::ObjectType;
|
|
pub use self::enums::RepoCheckoutMode;
|
|
pub use self::enums::RepoCheckoutOverwriteMode;
|
|
pub use self::enums::RepoMode;
|
|
pub use self::enums::RepoPruneFlags;
|
|
pub use self::enums::RepoRemoteChange;
|
|
pub use self::enums::RepoResolveRevExtFlags;
|
|
pub use self::enums::StaticDeltaGenerateOpt;
|
|
|
|
mod flags;
|
|
#[cfg(any(feature = "v2015_7", feature = "dox"))]
|
|
pub use self::flags::RepoCommitState;
|
|
pub use self::flags::RepoPullFlags;
|
|
pub use self::flags::SePolicyRestoreconFlags;
|
|
|
|
pub mod functions;
|
|
|
|
mod constants;
|
|
pub use self::constants::COMMIT_GVARIANT_STRING;
|
|
#[cfg(any(feature = "v2018_6", feature = "dox"))]
|
|
pub use self::constants::COMMIT_META_KEY_COLLECTION_BINDING;
|
|
#[cfg(any(feature = "v2017_7", feature = "dox"))]
|
|
pub use self::constants::COMMIT_META_KEY_ENDOFLIFE;
|
|
#[cfg(any(feature = "v2017_7", feature = "dox"))]
|
|
pub use self::constants::COMMIT_META_KEY_ENDOFLIFE_REBASE;
|
|
#[cfg(any(feature = "v2017_9", feature = "dox"))]
|
|
pub use self::constants::COMMIT_META_KEY_REF_BINDING;
|
|
#[cfg(any(feature = "v2017_13", feature = "dox"))]
|
|
pub use self::constants::COMMIT_META_KEY_SOURCE_TITLE;
|
|
#[cfg(any(feature = "v2014_9", feature = "dox"))]
|
|
pub use self::constants::COMMIT_META_KEY_VERSION;
|
|
pub use self::constants::DIRMETA_GVARIANT_STRING;
|
|
pub use self::constants::FILEMETA_GVARIANT_STRING;
|
|
#[cfg(any(feature = "v2018_3", feature = "dox"))]
|
|
pub use self::constants::ORIGIN_TRANSIENT_GROUP;
|
|
#[cfg(any(feature = "v2018_6", feature = "dox"))]
|
|
pub use self::constants::REPO_METADATA_REF;
|
|
pub use self::constants::SUMMARY_GVARIANT_STRING;
|
|
pub use self::constants::SUMMARY_SIG_GVARIANT_STRING;
|
|
pub use self::constants::TREE_GVARIANT_STRING;
|
|
#[cfg(any(feature = "v2017_4", feature = "dox"))]
|
|
pub use self::constants::VERSION_S;
|
|
|
|
#[doc(hidden)]
|
|
pub mod traits {
|
|
pub use super::AsyncProgressExt;
|
|
pub use super::GpgVerifyResultExt;
|
|
pub use super::MutableTreeExt;
|
|
pub use super::RepoExt;
|
|
pub use super::RepoFileExt;
|
|
pub use super::SePolicyExt;
|
|
}
|