module Glib: sig
.. end
Interface to Glib functions
type
unichar = int
type
unistring = unichar array
exception GError of string
exception Critical of string * string
Main Event Loop
module Main: sig
.. end
The Main Event Loop
module Timeout: sig
.. end
module Idle: sig
.. end
module Io: sig
.. end
IO Channels
Message Logging
module Message: sig
.. end
Character Sets
module Convert: sig
.. end
Character Set Conversion
module Unichar: sig
.. end
Unicode Manipulation
module Utf8: sig
.. end
Unicode Manipulation
module Markup: sig
.. end