mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-12 18:55:12 +01:00
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:
commit
8622f4511c
@ -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);
|
||||
* }
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user