mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 17:38:54 +02:00
Remove references to gruntime. This includes renaming the test program
* docs/debugging.txt, gobject/glib-genmarshal.c, gobject/glib-genmarshal.1, gobject/Makefile.am, gobject/gtype.c: Remove references to gruntime. This includes renaming the test program testgruntime to testgobject and the debug envvar GRUNTIME_DEBUG to GOBJECT_DEBUG. (#50877)
This commit is contained in:
@@ -2854,9 +2854,9 @@ g_type_init_with_debug_flags (GTypeDebugFlags debug_flags)
|
||||
return;
|
||||
}
|
||||
|
||||
/* setup GRuntime wide debugging flags */
|
||||
/* setup GObject library wide debugging flags */
|
||||
_g_type_debug_flags = debug_flags & G_TYPE_DEBUG_MASK;
|
||||
env_string = g_getenv ("GRUNTIME_DEBUG");
|
||||
env_string = g_getenv ("GOBJECT_DEBUG");
|
||||
if (env_string != NULL)
|
||||
{
|
||||
static GDebugKey debug_keys[] = {
|
||||
|
Reference in New Issue
Block a user