GNOME Bugzilla – Bug 629965
dbus: Don't return [ undefined ] when parsing an empty list of values
Last modified: 2010-09-17 23:32:09 UTC
instead return [] This is a problem for asynchronously implemented methods with an empty in-signature. Without the fix they are called with methodAsync(undefined, dbusCallback) instead of the expected methodAsync(dbusCallback);
Created attachment 170522 [details] [review] dbus: Don't return [ undefined ] when parsing an empty list of values
Review of attachment 170522 [details] [review]: Looks good.