mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +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,
|
||||
"handle-hello-world",
|
||||
G_CALLBACK (on_handle_hello-world),
|
||||
G_CALLBACK (on_handle_hello_world),
|
||||
some_user_data);
|
||||
|
||||
[...]
|
||||
|
Reference in New Issue
Block a user