Florian Müllner c8d91b2c30 screenshot: Return an error when operation is blocked
Right now _createScreenshot() returns a tuple that indicates failure
when a sender requests a screenshot operation before a previously
started operation finished.

However that doesn't work for the PickColor() method, as it uses a
different return type than the other methods.

Address this by returning an error instead, which works in any case;
arguably trying to start multiple operations in parallel is an error
by the caller more than it is a failed operation anyway.

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1288
2020-05-29 10:45:06 +02:00
..
2020-04-06 14:37:35 -03:00
2020-05-11 13:34:36 +02:00
2020-05-18 23:39:55 +00:00
2020-04-27 22:04:16 +00:00
2020-05-07 13:10:26 +00:00
2020-03-27 10:39:58 +01:00
2020-04-03 15:47:01 +02:00