Next: , Previous: , Up: G-Golf High Level API   [Contents][Index]


GObject

G-Golf GObject high level API.
The G-Golf integration with the GObject object system.

Classes

<gobject>

Procedures

gobject-class?

Description

Classes

Class: <gobject>

The base class for GLib’s default object system.

Procedure: gobject-class? val

Returns #t if val is a class and if <gobject> is a member of its class precedence list. Otherwise, it returns #f.