[libgit2-glib] Added missing transfer annotation on ggit_repository_revparse



commit 186b8193b27a7e7332c288cfd64f68401f7c18ef
Author: Jesse van den Kieboom <jesse vandenkieboom epfl ch>
Date:   Thu Jul 12 11:22:53 2012 +0200

    Added missing transfer annotation on ggit_repository_revparse

 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 591a44a..6f284ce 100644
--- a/libgit2-glib/ggit-repository.c
+++ b/libgit2-glib/ggit-repository.c
@@ -477,7 +477,7 @@ ggit_repository_lookup (GgitRepository  *repository,
  * or the documentation for `git rev-parse` for information on the syntax
  * accepted.
  *
- * Returns: a #GgitObject or %NULL if the revision could not be found.
+ * Returns: (transfer full): a #GgitObject or %NULL if the revision could not be found.
  *
  **/
 GgitObject *



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