G-Golf GObject Introspection modules are defined in the gi
subdirectory, such as (g-golf gi repository)
.
Where you may load these modules individually, the easiest way to use
G-Golf GObject Introspection is to import the g-golf
module,
which imports and re-exports the public interface of all modules used
and defined by G-Golf (for a complete list, visit its source
definition):
(use-modules (g-golf))
Most G-Golf GObject Introspection modules correspond to a GObject
Intropection (manual) section, but there are some exceptions, such as
init
and utils
…