diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-07-29 10:06:42 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-07-29 12:26:05 -0500 |
commit | 55787fe87656df850390b6f17ff6254b729fe107 (patch) | |
tree | b3fa7456f5fac5aeb2570122da4843ba235d3c27 /include/dbus.h | |
parent | 684b5be1fc548a68bad2f3341513fc6fe119af70 (diff) | |
download | ofono-55787fe87656df850390b6f17ff6254b729fe107.tar.gz |
Rename dbus_gsm_signal_array_property_changed
Diffstat (limited to 'include/dbus.h')
-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 |