diff options
Diffstat (limited to 'include/dbus.h')
-rw-r--r-- | include/dbus.h | 4 |
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 |