Skip to content

fongoses/hbgi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hbgi

hbgi - Harbour bindings for GObject Introspection

These are bindings for the GObject Introspection library, to be used in Harbour. It is in no way complete, but already usable for writing moderately complex programs. It is almost fully based on pygobject - the similar bindings for Python - and can be viewed as the successor to xbgtk (http://xbgtk.sourceforge.net) - the older Harbour bindings for GTK+.

Please report any issues on GitHub issues page at: https://github.com/tuffnatty/hbgi/issues

Requirements

  • C compiler (tested with GCC on OS X)
  • Harbour 3.0.0 or higher
  • GObject Introspection

Copyright Information

This software is covered by the GNU Lesser General Public License (version 2.1, or if you choose, a later version). Basically just don't say you wrote bits you didn't.

Compilation

So far only a Unix-based build script is available. You need hbmk2 from Harbour on your PATH. To build, it should be as simple as running:

$ ./build.sh

About

hbgi - Harbour bindings for GObject Introspection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.5%
  • Other 0.5%