mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 06:33:41 +02:00
gistructinfo: Rename get_*_function() methods to get_*_function_name()
Because they return the function name, not a `GIFunctionInfo` or anything else. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3155
This commit is contained in:
@@ -77,9 +77,9 @@ GI_AVAILABLE_IN_ALL
|
||||
gboolean gi_struct_info_is_foreign (GIStructInfo *info);
|
||||
|
||||
GI_AVAILABLE_IN_ALL
|
||||
const char * gi_struct_info_get_copy_function (GIStructInfo *info);
|
||||
const char * gi_struct_info_get_copy_function_name (GIStructInfo *info);
|
||||
|
||||
GI_AVAILABLE_IN_ALL
|
||||
const char * gi_struct_info_get_free_function (GIStructInfo *info);
|
||||
const char * gi_struct_info_get_free_function_name (GIStructInfo *info);
|
||||
|
||||
G_END_DECLS
|
||||
|
Reference in New Issue
Block a user