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