girepository: Rename get_type_init() methods to get_type_init_function_name()

Because they return the function name, not a `GIFunctionInfo` for the
function, or anything else.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3155
This commit is contained in:
Philip Withnall
2023-12-12 17:54:19 +00:00
parent a00389343a
commit 693f11cd42
5 changed files with 12 additions and 12 deletions

View File

@@ -83,7 +83,7 @@ GI_AVAILABLE_IN_ALL
const gchar * gi_object_info_get_type_name (GIObjectInfo *info);
GI_AVAILABLE_IN_ALL
const gchar * gi_object_info_get_type_init (GIObjectInfo *info);
const gchar * gi_object_info_get_type_init_function_name (GIObjectInfo *info);
GI_AVAILABLE_IN_ALL
gboolean gi_object_info_get_abstract (GIObjectInfo *info);