mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01: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:
parent
44a8ff2f8f
commit
5fa7a1e9ce
@ -108,8 +108,8 @@ g_type_module_dispose (GObject *object)
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user