mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
lib/repo-pull: Document all options in pull_from_remotes_async
ostree_repo_pull_from_remotes_async() passes along some options to ostree_repo_pull_with_options(), so document them. Closes: #1519 Approved by: cgwalters
This commit is contained in:
parent
925772eb09
commit
3c14546017
@ -5396,6 +5396,13 @@ copy_option (GVariantDict *master_options,
|
||||
* * `flags` (`i`): #OstreeRepoPullFlags to apply to the pull operation
|
||||
* * `inherit-transaction` (`b`): %TRUE to inherit an ongoing transaction on
|
||||
* the #OstreeRepo, rather than encapsulating the pull in a new one
|
||||
* * `depth` (`i`): How far in the history to traverse; default is 0, -1 means infinite
|
||||
* * `disable-static-deltas` (`b`): Do not use static deltas
|
||||
* * `http-headers` (`a(ss)`): Additional headers to add to all HTTP requests
|
||||
* * `subdirs` (`as`): Pull just these subdirectories
|
||||
* * `update-frequency` (`u`): Frequency to call the async progress callback in
|
||||
* milliseconds, if any; only values higher than 0 are valid
|
||||
* * `append-user-agent` (`s`): Additional string to append to the user agent
|
||||
*
|
||||
* Since: 2017.8
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user