Home
last modified time | relevance | path

Searched refs:remote_callbacks (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dclone_repo_dialog.cpp177 git_remote_callbacks remote_callbacks; in CloneGUIXRepo() local
184 remote_callbacks = fetch_options.callbacks; in CloneGUIXRepo()
185 remote_callbacks.sideband_progress = guix_transport_message_cb; in CloneGUIXRepo()
186 remote_callbacks.transfer_progress = guix_indexer_progress_cb; in CloneGUIXRepo()
187 fetch_options.callbacks = remote_callbacks; in CloneGUIXRepo()