From: David Zeuthen Date: Sat, 4 Jun 2011 15:52:08 +0000 (-0400) Subject: Fix typos in "Migrating to GDBus" docs X-Git-Tag: 2.29.6~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0c8bb8d479d0c6992bc82508aff69d61a340c694;p=platform%2Fupstream%2Fglib.git Fix typos in "Migrating to GDBus" docs It's Skeleton now, not Stub. Signed-off-by: David Zeuthen --- diff --git a/docs/reference/gio/migrating-gdbus.xml b/docs/reference/gio/migrating-gdbus.xml index cd9dd79..0548d68 100644 --- a/docs/reference/gio/migrating-gdbus.xml +++ b/docs/reference/gio/migrating-gdbus.xml @@ -36,8 +36,8 @@ dbus-glib models only D-Bus interfaces and does not provide any types for objects. GDBus models both D-Bus interfaces (via the #GDBusInterface, #GDBusProxy and - #GDBusInterfaceStub types) and objects (via the - #GDBusObject, #GDBusObjectStub and #GDBusObjectProxy types). + #GDBusInterfaceSkeleton types) and objects (via the + #GDBusObject, #GDBusObjectSkeleton and #GDBusObjectProxy types). GDBus includes native support for the org.freedesktop.DBus.Properties (via the #GDBusProxy type) and org.freedesktop.DBus.ObjectManager D-Bus interfaces, dbus-glib doesn't. @@ -76,7 +76,7 @@ #DBusGConnection#GDBusConnection #DBusGProxy#GDBusProxy, #GDBusInterface - also see #GDBusObjectProxy - #DBusGObject#GDBusInterfaceStub, #GDBusInterface - also see #GDBusObjectStub + #DBusGObject#GDBusInterfaceSkeleton, #GDBusInterface - also see #GDBusObjectSkeleton #DBusGMethodInvocation#GDBusMethodInvocation dbus_g_bus_get()g_bus_get_sync(), also see g_bus_get()