mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 14:36:16 +01:00
gdbus-codegen: fix typo in man page
s/on_handle_hello-world/on_handle_hello_world/
This commit is contained in:
parent
f773bd8b76
commit
7bcede9301
@ -697,7 +697,7 @@ on_handle_hello_world (MyAppFrobber *object,
|
|||||||
|
|
||||||
g_signal_connect (object,
|
g_signal_connect (object,
|
||||||
"handle-hello-world",
|
"handle-hello-world",
|
||||||
G_CALLBACK (on_handle_hello-world),
|
G_CALLBACK (on_handle_hello_world),
|
||||||
some_user_data);
|
some_user_data);
|
||||||
|
|
||||||
[...]
|
[...]
|
||||||
|
Loading…
Reference in New Issue
Block a user