diff options
Diffstat (limited to 'src/Gtk/Internal.dcl')
-rw-r--r-- | src/Gtk/Internal.dcl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Gtk/Internal.dcl b/src/Gtk/Internal.dcl index 5b4d55d..8950cf9 100644 --- a/src/Gtk/Internal.dcl +++ b/src/Gtk/Internal.dcl @@ -1,5 +1,14 @@ definition module Gtk.Internal +/** + * This module provides low-level access to the Gtk+ 3 library. If you use the + * abstractions exported by the `Gtk` module, you should not need to use it + * directly. + * + * For documentation, see the Gtk+ 3 reference manual: + * https://developer.gnome.org/gtk3/stable/ + */ + from StdMaybe import :: Maybe from System._Pointer import :: Pointer |