mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +01: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
|
||||
{
|
||||
g_dbus_method_invocation_return_error (MY_APP_ERROR,
|
||||
g_dbus_method_invocation_return_error (invocation,
|
||||
MY_APP_ERROR,
|
||||
MY_APP_ERROR_NO_WHINING,
|
||||
"Hey, %s, there will be no whining!",
|
||||
g_dbus_method_invocation_get_sender (invocation));
|
||||
|
Loading…
x
Reference in New Issue
Block a user