summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-marshal-recursive.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2004-12-28 23:14:31 +0000
committerHavoc Pennington <hp@redhat.com>2004-12-28 23:14:31 +0000
commitd9afb9b5f1d32e49598b88ed04dc4726aec108d1 (patch)
tree27d464402d1c71a52187684c724379dd03b0b235 /dbus/dbus-marshal-recursive.h
parent7debfd9ff56c5c2208372142e494c3e4a2defb23 (diff)
arrays are working, woot
Diffstat (limited to 'dbus/dbus-marshal-recursive.h')
-rw-r--r--dbus/dbus-marshal-recursive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-marshal-recursive.h b/dbus/dbus-marshal-recursive.h
index 57b55fcf..e3200f39 100644
--- a/dbus/dbus-marshal-recursive.h
+++ b/dbus/dbus-marshal-recursive.h
@@ -115,7 +115,7 @@ void _dbus_type_reader_init (DBusTypeReader *reader,
const DBusString *value_str,
int value_pos);
int _dbus_type_reader_get_current_type (DBusTypeReader *reader);
-int _dbus_type_reader_get_array_length (DBusTypeReader *reader);
+dbus_bool_t _dbus_type_reader_array_is_empty (DBusTypeReader *reader);
void _dbus_type_reader_read_basic (DBusTypeReader *reader,
void *value);
dbus_bool_t _dbus_type_reader_read_array_of_basic (DBusTypeReader *reader,