[gnome-builder] buildsystem: make all the get_build_flags fully introspectable



commit 6d1dfc7defbb99c39ea76cf063573fcb7c08bc01
Author: Corentin Noël <corentin noel collabora com>
Date:   Fri Jul 20 10:31:51 2018 +0100

    buildsystem: make all the get_build_flags fully introspectable

 src/libide/buildsystem/ide-build-system.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/libide/buildsystem/ide-build-system.c b/src/libide/buildsystem/ide-build-system.c
index 601b766b1..1067071a8 100644
--- a/src/libide/buildsystem/ide-build-system.c
+++ b/src/libide/buildsystem/ide-build-system.c
@@ -492,12 +492,12 @@ ide_build_system_get_build_flags_for_files_async (IdeBuildSystem       *self,
 }
 
 /**
- * ide_build_system_get_build_flags_for_files_finish: (skip)
+ * ide_build_system_get_build_flags_for_files_finish:
  * @self: an #IdeBuildSystem
  * @result: a #GAsyncResult
  * @error: a location for a #GError or %NULL
  *
- * Returns: (element-type Gio.File GLib.Strv): a #GHashTable or #IdeFile to #GStrv
+ * Returns: (element-type Ide.File GStrv) (transfer full): a #GHashTable or #IdeFile to #GStrv
  *
  * Since: 3.28
  */
@@ -705,12 +705,12 @@ ide_build_system_get_build_flags_for_dir_async (IdeBuildSystem      *self,
 }
 
 /**
- * ide_build_system_get_build_flags_for_dir_finish: (skip)
+ * ide_build_system_get_build_flags_for_dir_finish:
  * @self: an #IdeBuildSystem
  * @result: a #GAsyncResult
  * @error: a location for a #GError or %NULL
  *
- * Returns: a #GHashTable of #IdeFile to #GStrv
+ * Returns: (element-type Ide.File GStrv) (transfer full): a #GHashTable of #IdeFile to #GStrv
  */
 GHashTable *
 ide_build_system_get_build_flags_for_dir_finish (IdeBuildSystem  *self,


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