[gnome-characters] libgc: Add missing GI annotation for script search



commit 0ca5d4606686d041a1730bcec8b14a055643bd0f
Author: Daiki Ueno <dueno src gnome org>
Date:   Fri Dec 4 15:42:53 2015 +0900

    libgc: Add missing GI annotation for script search

 lib/gc.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/lib/gc.c b/lib/gc.c
index 5c19748..85138ec 100644
--- a/lib/gc.c
+++ b/lib/gc.c
@@ -587,6 +587,12 @@ gc_search_criteria_new_keywords (const gchar * const * keywords)
   return result;
 }
 
+/**
+ * gc_search_criteria_new_scripts:
+ * @scripts: (array zero-terminated=1) (element-type utf8): an array of scripts
+ *
+ * Returns: (transfer full): a new #GcSearchCriteria
+ */
 GcSearchCriteria *
 gc_search_criteria_new_scripts (const gchar * const * scripts)
 {


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