mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
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:
@@ -204,7 +204,7 @@ gi_object_info_get_type_name (GIObjectInfo *info)
|
||||
}
|
||||
|
||||
/**
|
||||
* gi_object_info_get_type_init:
|
||||
* gi_object_info_get_type_init_function_name:
|
||||
* @info: a #GIObjectInfo
|
||||
*
|
||||
* Obtain the function which when called will return the GType
|
||||
@@ -213,7 +213,7 @@ gi_object_info_get_type_name (GIObjectInfo *info)
|
||||
* Returns: the type init function
|
||||
*/
|
||||
const gchar *
|
||||
gi_object_info_get_type_init (GIObjectInfo *info)
|
||||
gi_object_info_get_type_init_function_name (GIObjectInfo *info)
|
||||
{
|
||||
GIRealInfo *rinfo = (GIRealInfo *)info;
|
||||
ObjectBlob *blob;
|
||||
|
Reference in New Issue
Block a user