diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dbus.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dbus.h b/include/dbus.h index 8a1db424..738c03a8 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -36,6 +36,12 @@ int ofono_dbus_signal_property_changed(DBusConnection *conn, const char *path, const char *interface, const char *name, int type, void *value); +int ofono_dbus_signal_array_property_changed(DBusConnection *conn, + const char *path, + const char *interface, + const char *name, int type, + void *value); + #ifdef __cplusplus } #endif |