summaryrefslogtreecommitdiff
path: root/src/Gtk/Internal.dcl
diff options
context:
space:
mode:
authorCamil Staps2019-11-01 18:41:10 +0100
committerCamil Staps2019-11-01 18:41:10 +0100
commit0497dfb79211aa1e64304fa446d230c41ca73daa (patch)
treecc29910a32b81db4430aff1a74172174039e9c25 /src/Gtk/Internal.dcl
parentRemove dependency on supporting C code (diff)
Cleanup and add documentation
Diffstat (limited to 'src/Gtk/Internal.dcl')
-rw-r--r--src/Gtk/Internal.dcl9
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