mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-28 13:12:10 +01:00
Add 'Since:' tags to the newly added GIEnumInfo methods
This commit is contained in:
parent
322ac4f0a3
commit
13069a377f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user