GObject
| GObject | |
|---|---|
| Developer | The GNOME Project |
| Initial release | 11 March 2002 |
| Stable release | 2.87.0
/ 3 November 2025 |
| Written in | C |
| Operating system | Cross-platform |
| Available in | Multilingual |
| Type | Software library |
| License | GNU LGPL |
| Website | developer |
| Repository | |
The GLib Object System, or GObject, is a free software library providing a portable object system and transparent cross-language interoperability. GObject is designed for use both directly in C programs to provide object-oriented C-based APIs and through bindings to other languages to provide transparent cross-language interoperability, e.g. PyGObject.