mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02:00
gdbus-codegen: fix typo in man page
s/on_handle_hello-world/on_handle_hello_world/
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
[...]
|
[...]
|
||||||
|
Reference in New Issue
Block a user