[][src]Function ostree_sys::ostree_repo_remote_fetch_summary_with_options

pub unsafe extern "C" fn ostree_repo_remote_fetch_summary_with_options(
    self_: *mut OstreeRepo,
    name: *const c_char,
    options: *mut GVariant,
    out_summary: *mut *mut GBytes,
    out_signatures: *mut *mut GBytes,
    cancellable: *mut GCancellable,
    error: *mut *mut GError
) -> gboolean