From 9cd9338ba1322f757ecd1a50121053ab1a4e8df3 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 29 Jul 2009 10:29:52 -0500 Subject: Rename dbus_gsm_dict_append_array --- include/dbus.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/dbus.h b/include/dbus.h index 8df49e2e..54d6daa2 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -41,6 +41,9 @@ DBusConnection *ofono_dbus_get_connection(); void ofono_dbus_dict_append(DBusMessageIter *dict, const char *key, int type, void *value); +void ofono_dbus_dict_append_array(DBusMessageIter *dict, const char *key, + int type, void *val); + int ofono_dbus_signal_property_changed(DBusConnection *conn, const char *path, const char *interface, const char *name, int type, void *value); -- cgit v1.2.3