pull: use same name for parameter and documentation comment

Fixes this warning:

src/libostree/ostree-repo-pull.c:2162: Warning: OSTree: ostree_repo_pull_with_options: unknown parameter 'remote_name_or_baseurl' in documentation comment, should be 'remote_name'

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #472
Approved by: jlebon
This commit is contained in:
Giuseppe Scrivano 2016-08-26 17:35:17 +02:00 committed by Atomic Bot
parent 3ef4cc2e5b
commit 47b0b4120a
2 changed files with 2 additions and 2 deletions

View File

@ -3005,7 +3005,7 @@ out:
gboolean
ostree_repo_pull_with_options (OstreeRepo *self,
const char *remote_name,
const char *remote_name_or_baseurl,
GVariant *options,
OstreeAsyncProgress *progress,
GCancellable *cancellable,

View File

@ -1006,7 +1006,7 @@ ostree_repo_pull_one_dir (OstreeRepo *self,
_OSTREE_PUBLIC
gboolean ostree_repo_pull_with_options (OstreeRepo *self,
const char *remote_name,
const char *remote_name_or_baseurl,
GVariant *options,
OstreeAsyncProgress *progress,
GCancellable *cancellable,