summaryrefslogtreecommitdiffstats
path: root/include/dbus.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-07-29 10:04:06 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-07-29 12:26:05 -0500
commit684b5be1fc548a68bad2f3341513fc6fe119af70 (patch)
tree790c59606fd9cb5eb83e9b5b02ef5f935ce6cb60 /include/dbus.h
parent18ecb22f93d07594a104c1e7923b284e8e7a7a80 (diff)
downloadofono-684b5be1fc548a68bad2f3341513fc6fe119af70.tar.bz2
Rename dbus_gsm_signal_property_changed
Diffstat (limited to 'include/dbus.h')
-rw-r--r--include/dbus.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dbus.h b/include/dbus.h
index 2e78b5bd..8a1db424 100644
--- a/include/dbus.h
+++ b/include/dbus.h
@@ -32,6 +32,10 @@ extern "C" {
DBusConnection *ofono_dbus_get_connection();
+int ofono_dbus_signal_property_changed(DBusConnection *conn, const char *path,
+ const char *interface, const char *name,
+ int type, void *value);
+
#ifdef __cplusplus
}
#endif