[][src]Function ostree_sys::ostree_repo_pull

pub unsafe extern "C" fn ostree_repo_pull(
    self_: *mut OstreeRepo,
    remote_name: *const c_char,
    refs_to_fetch: *mut *mut c_char,
    flags: OstreeRepoPullFlags,
    progress: *mut OstreeAsyncProgress,
    cancellable: *mut GCancellable,
    error: *mut *mut GError
) -> gboolean