mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-17 12:58:48 +02:00
gdebugcontrollerdbus: Fix a minor typo in a code example in the docs
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
parent
84f555a3aa
commit
4f2877c502
@ -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