mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
Fix a typo in a comment
The D-Bus interface is org.freedesktop.DBus.Peer, not org.freedesktop.DBus.
This commit is contained in:
parent
b5ba22f163
commit
0356d7f4c3
@ -356,7 +356,7 @@ struct _GDBusConnection
|
||||
GMutex init_lock;
|
||||
|
||||
/* Set (by loading the contents of /var/lib/dbus/machine-id) the first time
|
||||
* someone calls org.freedesktop.DBus.GetMachineId(). Protected by @lock.
|
||||
* someone calls org.freedesktop.DBus.Peer.GetMachineId(). Protected by @lock.
|
||||
*/
|
||||
gchar *machine_id;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user