File: utils.js

package info (click to toggle)
eos-sdk 0~git20180727%2Bds-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,324 kB
  • sloc: ansic: 7,737; javascript: 1,254; makefile: 243; xml: 151; sh: 133; python: 116
file content (6 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
const Gtk = imports.gi.Gtk;

function update_gui () {
    while (Gtk.events_pending())
        Gtk.main_iteration(false);
}