Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: chromeos/dbus/dbus.h

Issue 3922003: Add SendSignalWithNoArgumentsToSystemBus() to dbus.h (Closed) Base URL: http://git.chromium.org/git/common.git
Patch Set: fix the name Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromeos/dbus/dbus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/dbus.h
diff --git a/chromeos/dbus/dbus.h b/chromeos/dbus/dbus.h
index 2bc44b9d0ce6a0bd3173954fa8f81188e433d56f..025802160d4f4155ef60a9ea3522171b7fbd7a7b 100644
--- a/chromeos/dbus/dbus.h
+++ b/chromeos/dbus/dbus.h
@@ -409,6 +409,13 @@ BusConnection GetSystemBusConnection();
BusConnection GetPrivateBusConnection(const char* address);
+// \brief Sends a signal named |signal_name| with no arguments to the
+// system bus per the given |path| and |interface_name|.
+
+void SendSignalWithNoArgumentsToSystemBus(const char* path,
+ const char* interface_name,
+ const char* signal_name);
+
} // namespace dbus
} // namespace chromeos
« no previous file with comments | « no previous file | chromeos/dbus/dbus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698