mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-20 22:29:17 +02:00
docs: fix an example
This commit is contained in:
parent
defa25f3d0
commit
a1da843cb4
@ -697,7 +697,8 @@ on_handle_hello_world (MyAppFrobber *interface,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
g_dbus_method_invocation_return_error (MY_APP_ERROR,
|
g_dbus_method_invocation_return_error (invocation,
|
||||||
|
MY_APP_ERROR,
|
||||||
MY_APP_ERROR_NO_WHINING,
|
MY_APP_ERROR_NO_WHINING,
|
||||||
"Hey, %s, there will be no whining!",
|
"Hey, %s, there will be no whining!",
|
||||||
g_dbus_method_invocation_get_sender (invocation));
|
g_dbus_method_invocation_get_sender (invocation));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user