Gimp 2.99 What is the correct API for getting a list of open GimpDisplays?

Unstable Development Version commit a0811ff
I’d like to get a list of all open GimpDisplay displays from Python. I found “gimp_get_display_iter” in the source for gimp.c, but it does not appear in the API docs, and I could not reference it with Gimp.get_display_iter() or Gimp.get_displays()
How might I do this?

BTW, I found that Gdk.DisplayManager.list_displays(Gdk.DisplayManager.get()) returns GDKDisplay instances, I expect I cannot use them as GimpDisplay objects.

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.