summaryrefslogtreecommitdiffstats
path: root/dbus/exported_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/exported_object.h')
-rw-r--r--dbus/exported_object.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbus/exported_object.h b/dbus/exported_object.h
index 5f74dc2..89de096 100644
--- a/dbus/exported_object.h
+++ b/dbus/exported_object.h
@@ -92,7 +92,8 @@ class CHROME_DBUS_EXPORT ExportedObject
OnExportedCallback on_exported_callback);
// Requests to send the signal from this object. The signal will be sent
- // asynchronously from the message loop in the D-Bus thread.
+ // synchronously if this method is called from the message loop in the D-Bus
+ // thread and asynchronously otherwise.
virtual void SendSignal(Signal* signal);
// Unregisters the object from the bus. The Bus object will take care of