[gucharmap] gir: More introspection fixes



commit 318cf8d546cd7279ad835e96b937b08610f47154
Author: Jerry Casiano <jerrycasiano gmail com>
Date:   Sun Mar 17 10:55:38 2013 +0100

    gir: More introspection fixes

 gucharmap/gucharmap-chapters-model.c |   11 ++++++++++-
 gucharmap/gucharmap-chapters-model.h |    2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/gucharmap/gucharmap-chapters-model.c b/gucharmap/gucharmap-chapters-model.c
index f3ccfe4..3866804 100644
--- a/gucharmap/gucharmap-chapters-model.c
+++ b/gucharmap/gucharmap-chapters-model.c
@@ -67,7 +67,7 @@ gucharmap_chapters_model_class_init (GucharmapChaptersModelClass *klass)
 /**
  * gucharmap_chapters_model_get_codepoint_list:
  * @chapters: a #GucharmapChaptersModel
- * @iter: a #GtkTreeIter
+ * @iter: (out): a #GtkTreeIter
  *
  * Creates a new #GucharmapCodepointList representing the characters in the
  * current chapter.
@@ -127,6 +127,15 @@ gucharmap_chapters_model_get_title (GucharmapChaptersModel *chapters)
   return GUCHARMAP_CHAPTERS_MODEL_GET_CLASS (chapters)->title;
 }
 
+ 
+/**
+ * gucharmap_chapters_model_id_to_iter:
+ * @chapters_model: a #GucharmapChaptersModel
+ * @id: name
+ * @_iter: (out): a #GtkTreeIter
+ *
+ * Return value: %TRUE on success, %FALSE on failure.
+ */
 gboolean
 gucharmap_chapters_model_id_to_iter (GucharmapChaptersModel *chapters_model,
                                      const char *id,
diff --git a/gucharmap/gucharmap-chapters-model.h b/gucharmap/gucharmap-chapters-model.h
index 0d15c73..f2ed8cd 100644
--- a/gucharmap/gucharmap-chapters-model.h
+++ b/gucharmap/gucharmap-chapters-model.h
@@ -80,7 +80,7 @@ gboolean                 gucharmap_chapters_model_character_to_iter       (Gucha
                                                                            GtkTreeIter            *iter);
 gboolean                 gucharmap_chapters_model_id_to_iter              (GucharmapChaptersModel *model,
                                                                            const char             *id,
-                                                                           GtkTreeIter            *iter);
+                                                                           GtkTreeIter            *_iter);
 
 G_END_DECLS
 


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