[gobject-introspection] Add 'Since:' tags to the newly added GIEnumInfo methods



commit 92c320e422645966956a4ba1f7cc2f6684f69a58
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Thu Aug 18 22:51:57 2011 +0200

    Add 'Since:' tags to the newly added GIEnumInfo methods

 girepository/gienuminfo.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/girepository/gienuminfo.c b/girepository/gienuminfo.c
index 90b19a9..eeade75 100644
--- a/girepository/gienuminfo.c
+++ b/girepository/gienuminfo.c
@@ -118,6 +118,8 @@ g_enum_info_get_value (GIEnumInfo *info,
  * Obtain the number of methods that this enum type has.
  *
  * Returns: number of methods
+ *
+ * Since: 1.29.17
  */
 gint
 g_enum_info_get_n_methods (GIEnumInfo *info)
@@ -142,6 +144,8 @@ g_enum_info_get_n_methods (GIEnumInfo *info)
  *
  * Returns: (transfer full): the #GIFunctionInfo. Free the struct by calling
  * g_base_info_unref() when done.
+ *
+ * Since: 1.29.17
  */
 GIFunctionInfo *
 g_enum_info_get_method (GIEnumInfo *info,



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