mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gio: Fix typo in the /org/freedesktop/DBus path
https://bugzilla.gnome.org/show_bug.cgi?id=708677
This commit is contained in:
parent
1d4bb3f5d0
commit
74314de4d8
@ -1113,7 +1113,7 @@ subscribe_signals (GDBusObjectManagerClient *manager,
|
|||||||
|
|
||||||
ret = g_dbus_connection_call_sync (manager->priv->connection,
|
ret = g_dbus_connection_call_sync (manager->priv->connection,
|
||||||
"org.freedesktop.DBus",
|
"org.freedesktop.DBus",
|
||||||
"/org/freedeskop/DBus",
|
"/org/freedesktop/DBus",
|
||||||
"org.freedesktop.DBus",
|
"org.freedesktop.DBus",
|
||||||
"AddMatch",
|
"AddMatch",
|
||||||
g_variant_new ("(s)",
|
g_variant_new ("(s)",
|
||||||
@ -1198,7 +1198,7 @@ maybe_unsubscribe_signals (GDBusObjectManagerClient *manager)
|
|||||||
*/
|
*/
|
||||||
g_dbus_connection_call (manager->priv->connection,
|
g_dbus_connection_call (manager->priv->connection,
|
||||||
"org.freedesktop.DBus",
|
"org.freedesktop.DBus",
|
||||||
"/org/freedeskop/DBus",
|
"/org/freedesktop/DBus",
|
||||||
"org.freedesktop.DBus",
|
"org.freedesktop.DBus",
|
||||||
"RemoveMatch",
|
"RemoveMatch",
|
||||||
g_variant_new ("(s)",
|
g_variant_new ("(s)",
|
||||||
|
Loading…
Reference in New Issue
Block a user