[][src]Function ostree_sys::ostree_repo_write_commit_with_time

pub unsafe extern "C" fn ostree_repo_write_commit_with_time(
    self_: *mut OstreeRepo,
    parent: *const c_char,
    subject: *const c_char,
    body: *const c_char,
    metadata: *mut GVariant,
    root: *mut OstreeRepoFile,
    time: u64,
    out_commit: *mut *mut c_char,
    cancellable: *mut GCancellable,
    error: *mut *mut GError
) -> gboolean