mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
gtypemodule: Mention g_object_run_dispose correctly in a warning
https://bugzilla.gnome.org/show_bug.cgi?id=630797
This commit is contained in:
@@ -108,8 +108,8 @@ g_type_module_dispose (GObject *object)
|
|||||||
|
|
||||||
if (module->type_infos || module->interface_infos)
|
if (module->type_infos || module->interface_infos)
|
||||||
{
|
{
|
||||||
g_warning (G_STRLOC ": unsolicitated invocation of g_object_dispose() on GTypeModule");
|
g_warning (G_STRLOC ": unsolicitated invocation of g_object_run_dispose() on GTypeModule");
|
||||||
|
|
||||||
g_object_ref (object);
|
g_object_ref (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user