1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-06-06 04:40:05 +02:00

Fix a typo

This commit is contained in:
Matthias Clasen 2010-05-11 21:32:29 -04:00
parent 9b05e0bc3e
commit 1af277f167

@ -44,7 +44,7 @@
<tbody> <tbody>
<row><entry>#DBusGConnection</entry><entry>#GDBusConnection</entry></row> <row><entry>#DBusGConnection</entry><entry>#GDBusConnection</entry></row>
<row><entry>#DBusGProxy</entry><entry>#GDBusProxy</entry></row> <row><entry>#DBusGProxy</entry><entry>#GDBusProxy</entry></row>
<row><entry>#DBusGMethodInvocation</entry><entry>#GDBusMethodInvocatoin</entry></row> <row><entry>#DBusGMethodInvocation</entry><entry>#GDBusMethodInvocation</entry></row>
<row><entry>dbus_g_bus_get()</entry><entry>g_bus_get_sync(), also see <row><entry>dbus_g_bus_get()</entry><entry>g_bus_get_sync(), also see
g_bus_get()</entry></row> g_bus_get()</entry></row>
<row><entry>dbus_g_proxy_new_for_name()</entry><entry>g_dbus_proxy_new_sync(), also see <row><entry>dbus_g_proxy_new_for_name()</entry><entry>g_dbus_proxy_new_sync(), also see