[glib] Fix typos in "Migrating to GDBus" docs
- From: David Zeuthen <davidz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Fix typos in "Migrating to GDBus" docs
- Date: Sat, 4 Jun 2011 15:53:17 +0000 (UTC)
commit 0c8bb8d479d0c6992bc82508aff69d61a340c694
Author: David Zeuthen <davidz redhat com>
Date: Sat Jun 4 11:52:08 2011 -0400
Fix typos in "Migrating to GDBus" docs
It's Skeleton now, not Stub.
Signed-off-by: David Zeuthen <davidz redhat com>
docs/reference/gio/migrating-gdbus.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
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).
</para></listitem>
<listitem><para>
GDBus includes native support for the <ulink url="http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties">org.freedesktop.DBus.Properties</ulink> (via the #GDBusProxy type) and <ulink url="http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager">org.freedesktop.DBus.ObjectManager</ulink> D-Bus interfaces, dbus-glib doesn't.
@@ -76,7 +76,7 @@
<tbody>
<row><entry>#DBusGConnection</entry><entry>#GDBusConnection</entry></row>
<row><entry>#DBusGProxy</entry><entry>#GDBusProxy, #GDBusInterface - also see #GDBusObjectProxy</entry></row>
- <row><entry>#DBusGObject</entry><entry>#GDBusInterfaceStub, #GDBusInterface - also see #GDBusObjectStub</entry></row>
+ <row><entry>#DBusGObject</entry><entry>#GDBusInterfaceSkeleton, #GDBusInterface - also see #GDBusObjectSkeleton</entry></row>
<row><entry>#DBusGMethodInvocation</entry><entry>#GDBusMethodInvocation</entry></row>
<row><entry>dbus_g_bus_get()</entry><entry>g_bus_get_sync(), also see
g_bus_get()</entry></row>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]