summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-07-29 10:06:42 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-07-29 12:26:05 -0500
commit55787fe87656df850390b6f17ff6254b729fe107 (patch)
treeb3fa7456f5fac5aeb2570122da4843ba235d3c27 /include
parent684b5be1fc548a68bad2f3341513fc6fe119af70 (diff)
downloadofono-55787fe87656df850390b6f17ff6254b729fe107.tar.bz2
Rename dbus_gsm_signal_array_property_changed
Diffstat (limited to 'include')
-rw-r--r--include/dbus.h6
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