gnome-shell/js
Cosimo Cecchi 7c108e267c dbus: fix Screenshot async methods fallout from GDBus migration
With GJS' GDBus implementation, we get the invocation paramters as an
array if we declare a method as async.
This is bad and not consistent with what GJS does for synchronous
methods, but it's the way it is, and other classes in gnome-shell
implement this correctly by exploding the array into its components in
the method implementation, but not the screenshot methods.
Also, we're supposed to return a value using the provided invocation
object, not with a callback now, so do that.

https://bugzilla.gnome.org/show_bug.cgi?id=667662
2012-01-12 15:44:38 -05:00
..
gdm Fix some fallout from background-size addition 2012-01-10 21:50:21 +01:00
misc Util: fix binary search exit condition 2011-12-20 22:44:03 +01:00
perf *.js: Make emacs modelines consistent 2011-10-11 08:05:12 -04:00
ui dbus: fix Screenshot async methods fallout from GDBus migration 2012-01-12 15:44:38 -05:00
Makefile.am Reintroduce Wanda The Fish 2011-12-20 20:06:14 +01:00