package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

The Main Event Loop @gtkdoc glib glib-The-Main-Event-Loop

type t
val create : bool -> t
val iteration : bool -> bool
val pending : unit -> bool
val is_running : t -> bool
val quit : t -> unit
val destroy : t -> unit
type locale_category = [
  1. | `ALL
  2. | `COLLATE
  3. | `CTYPE
  4. | `MESSAGES
  5. | `MONETARY
  6. | `NUMERIC
  7. | `TIME
]
val setlocale : locale_category -> string option -> string
val wrap_poll_func : unit -> unit