Type Alias OstreeRepoCommitModifierXattrCallback

Source
pub type OstreeRepoCommitModifierXattrCallback = Option<unsafe extern "C" fn(*mut OstreeRepo, *const c_char, *mut GFileInfo, gpointer) -> *mut GVariant>;

Aliased Type§

pub enum OstreeRepoCommitModifierXattrCallback {
    None,
    Some(unsafe extern "C" fn(*mut OstreeRepo, *const i8, *mut GFileInfo, *mut c_void) -> *mut GVariant),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut OstreeRepo, *const i8, *mut GFileInfo, *mut c_void) -> *mut GVariant)

Some value of type T.