gdbus-codegen: fix typo in man page
authorRay Strode <rstrode@redhat.com>
Fri, 6 May 2011 17:00:38 +0000 (13:00 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 6 May 2011 17:00:38 +0000 (13:00 -0400)
s/on_handle_hello-world/on_handle_hello_world/

docs/reference/gio/gdbus-codegen.xml

index f574b3b..a82af2a 100644 (file)
@@ -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);
 
   [...]