Virtual Method

GioApplicationrun_mainloop

Declaration [src]

void
run_mainloop (
  GApplication* application
)

Description [src]

Used to be invoked on the primary instance from g_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.