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

This commit is contained in:
Torsten Schönfeld 2011-08-18 22:51:57 +02:00
parent 322ac4f0a3
commit 13069a377f

View File

@ -118,6 +118,8 @@ g_enum_info_get_value (GIEnumInfo *info,
* Obtain the number of methods that this enum type has. * Obtain the number of methods that this enum type has.
* *
* Returns: number of methods * Returns: number of methods
*
* Since: 1.29.17
*/ */
gint gint
g_enum_info_get_n_methods (GIEnumInfo *info) 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 * Returns: (transfer full): the #GIFunctionInfo. Free the struct by calling
* g_base_info_unref() when done. * g_base_info_unref() when done.
*
* Since: 1.29.17
*/ */
GIFunctionInfo * GIFunctionInfo *
g_enum_info_get_method (GIEnumInfo *info, g_enum_info_get_method (GIEnumInfo *info,