mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Add 'Since:' tags to the newly added GIEnumInfo methods
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user