[PATCH] D-Bus GLib bindings API reference mentions a function that doesn't exist

Nick Welch nick at incise.org
Tue Dec 2 11:29:19 PST 2008


This page:

http://dbus.freedesktop.org/doc/dbus-glib/dbus-glib-DBusGConnection.html

mentions the function g_object_class_install_info() in the documentation for
dbus_g_connection_register_g_object(), but that function doesn't exist.  The
function it should mention is called dbus_g_object_type_install_info().

So, the patch is:

- * with g_object_class_install_info().
+ * with dbus_g_object_type_install_info().
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch
Type: application/octet-stream
Size: 638 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/dbus/attachments/20081202/e4c62cfa/attachment-0001.obj 


More information about the dbus mailing list