[gnome-builder] libide: Improve annotation on ide_build_system_get_build_flags_finish



commit 001c48a5ea6e0dfdce8ac311c7f18332c2a2951f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Sep 11 17:57:53 2015 -0500

    libide: Improve annotation on ide_build_system_get_build_flags_finish

 libide/ide-build-system.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libide/ide-build-system.c b/libide/ide-build-system.c
index fd23454..c493aef 100644
--- a/libide/ide-build-system.c
+++ b/libide/ide-build-system.c
@@ -88,8 +88,8 @@ ide_build_system_get_build_flags_async (IdeBuildSystem      *self,
  *
  * Completes an asynchronous request to get the build flags for a file.
  *
- * Returns: (transfer none): An array of strings containing the build flags, or %NULL upon failure
- *   and @error is set.
+ * Returns: (array zero-terminated=1) (transfer full): An array of strings
+ *   containing the build flags, or %NULL upon failure and @error is set.
  */
 gchar **
 ide_build_system_get_build_flags_finish (IdeBuildSystem  *self,


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