[libgit2-glib] Fix annotation for string list



commit ef210d5aebc4915099209855139c25763eeb7ebe
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Mon Dec 22 20:23:03 2014 +0100

    Fix annotation for string list

 libgit2-glib/ggit-repository.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgit2-glib/ggit-repository.c b/libgit2-glib/ggit-repository.c
index b51141a..68f126f 100644
--- a/libgit2-glib/ggit-repository.c
+++ b/libgit2-glib/ggit-repository.c
@@ -1943,7 +1943,7 @@ ggit_repository_reset (GgitRepository  *repository,
  * ggit_repository_reset_default:
  * @repository: a #GgitRepository.
  * @target: (allow-none): the target #GgitObject which is a commit or a tag.
- * @pathspecs: a list of file paths to reset.
+ * @pathspecs: (array zero-terminated=1): a list of file paths to reset.
  * @error: a #GError for error reporting or %NULL.
  *
  * Update some entries in the index from the target commit tree. The scope of


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]