mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 10:07:13 +02:00
gtypemodule: Mention g_object_run_dispose correctly in a warning
https://bugzilla.gnome.org/show_bug.cgi?id=630797
(cherry picked from commit 5fa7a1e9ce
)
This commit is contained in:
committed by
Matthias Clasen
parent
6766c727bb
commit
633b2bc611
@@ -108,7 +108,7 @@ 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