Merge branch 'debug-controller-docs-fix' into 'main'

gdebugcontrollerdbus: Fix a minor typo in a code example in the docs

See merge request GNOME/glib!4542
This commit is contained in:
Michael Catanzaro 2025-03-04 19:16:49 +00:00
commit 8622f4511c

View File

@ -90,7 +90,7 @@
* debug_controller = G_DEBUG_CONTROLLER (g_debug_controller_dbus_new (priv->connection, NULL, &child_error));
* if (debug_controller == NULL)
* {
* g_error ("Could not register debug controller on bus: %s"),
* g_error ("Could not register debug controller on bus: %s",
* child_error->message);
* }
*