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:
@@ -31,8 +31,8 @@ static volatile gpointer *g_trace_instance_signals;
|
||||
|
||||
Environment variables for debugging
|
||||
===================================
|
||||
When G_ENABLE_DEBUG was defined upon compilation, GRuntime supports
|
||||
an environment variable GRUNTIME_DEBUG that can be set to a
|
||||
When G_ENABLE_DEBUG was defined upon compilation, the GObject library
|
||||
supports an environment variable GOBJECT_DEBUG that can be set to a
|
||||
combination of the flags passed in to g_type_init() (currently
|
||||
"objects" and "signals") to trigger debugging messages about
|
||||
object bookkeeping and signal emissions during runtime.
|
||||
|
Reference in New Issue
Block a user