GApplicationClass.runMainloop

Used to be invoked on the primary instance from gio.application.Application.run if the use-count is non-zero. Since 2.32, GApplication is iterating the main context directly and is not using @run_mainloop anymore

struct GApplicationClass
extern (C)
void function(GApplication* application) runMainloop;