Remove the occurence of dbus_message_iter_get_array_len() due to its obsolescence.
authorPeng Huang <shawn.p.huang@gmail.com>
Tue, 23 Feb 2010 00:10:28 +0000 (08:10 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Tue, 23 Feb 2010 00:10:28 +0000 (08:10 +0800)
commitb6567c635ccad90f3d669577f51074530f33c02d
tree2fead5d9a20825d543dd70163d01fc550e3d31f4
parent6a546df559a59ba02ff0c59fa47bea8417f63355
Remove the occurence of dbus_message_iter_get_array_len() due to its obsolescence.

In Header <dbus/dbus-message.h>
  #ifndef DBUS_DISABLE_DEPRECATED
  /* This function returns the wire protocol size of the array in bytes,
   * you do not want to know that probably
   */
  DBUS_DEPRECATED int dbus_message_iter_get_array_len (DBusMessageIter *iter);
  #endif
src/ibusbus.c