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:
Philip Withnall
2023-12-12 18:18:51 +00:00
parent cacf8cc93b
commit e138287769
3 changed files with 8 additions and 8 deletions

View File

@@ -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