creationix / node-gir

Node bindings to libgirepository
http://live.gnome.org/GObjectIntrospection
MIT License
231 stars 58 forks source link

basics #2

Closed swick closed 12 years ago

swick commented 12 years ago

With the code you can load a namespace. All classes get created and inherit from the parent. dummy functions for calling a native function, for get/set a property, for watching a signal. Flags and enums get set. Each class has a list of all functions, properties and signals. Calling a native function sometimes works (really buggy). Interface and Struct are not implemented yet.