gdbus-codegen: fix typo in man page

s/on_handle_hello-world/on_handle_hello_world/
This commit is contained in:
Ray Strode 2011-05-06 13:00:38 -04:00
parent f773bd8b76
commit 7bcede9301

View File

@ -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);
[...] [...]