mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Fix a typo
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user