Glib.Main.3o

Langue: en

Version: 292931 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Glib.Main - The Main Event Loop

Module

Module Glib.Main

Documentation

Module Main
 :  sig end

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 = [ `ALL | `COLLATE | `CTYPE | `MESSAGES | `MONETARY | `NUMERIC | `TIME ]

val setlocale : locale_category -> string option -> string