Florian Müllner 8d4e650a95 environment: Monkey-patch iterate_children() generator
This is a small convenience method for using ClutterActor's iterator API
with javascript's built-in iterator protocol, for example as:

  for (let child of container.iterate_children())
      doStuff(child);

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1268
2020-05-19 21:07:20 +02:00
..
2020-04-06 11:24:30 -03:00
2020-05-09 19:27:33 +05:00
2020-02-10 22:30:52 +00:00
2019-11-11 19:25:14 +00:00
2020-05-18 17:02:57 +00:00
2020-04-28 09:04:49 +00:00
2020-05-07 14:57:12 +02:00
2020-03-31 05:43:40 +00:00
2019-11-11 19:25:14 +00:00
2020-03-31 05:43:40 +00:00
2020-03-27 10:39:58 +01:00
2020-04-03 12:57:01 +00:00