Hi, folks.

How to access out parameters in seed?

In gjs I can do something like this:
let [ret, arg1, arg2] = am.get_most_available_presence ();
Which works fine.

In seed I've tried
ret = am.get_most_available_presence (arg1, arg2);
Only return value is right. Both arguments are not touched.

Any hint?

Thanks,
-- 
Jonh Wendell
http://www.bani.com.br

_______________________________________________
javascript-list mailing list
javascript-list@gnome.org
http://mail.gnome.org/mailman/listinfo/javascript-list

Reply via email to