G
G

GObject Introspection

GObject introspection is a middleware layer between C libraries (using GObject) and language bindings. The C library can be scanned at compile time and generate a metadata file, in addition to the actual native C library.

Cost / License

  • Free
  • Open Source

Platforms

  • Linux
1like
0comments
0alternatives
0articles

Features

No features, maybe you want to suggest one?

GObject Introspection News & Activities

Highlights All activities

Recent activities

No activities found.

GObject Introspection information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    0 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development
GObject Introspection was added to AlternativeTo by vermin96 on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is GObject Introspection?

GObject introspection is a middleware layer between C libraries (using GObject) and language bindings. The C library can be scanned at compile time and generate a metadata file, in addition to the actual native C library. Then at runtime, language bindings can read this metadata and automatically provide bindings to call into the C library.