crategus / cl-cffi-gtk

cl-cffi-gtk is a Lisp binding to the GTK+ 3 library.
http://www.crategus.com/books/cl-cffi-gtk
146 stars 33 forks source link

dbus example #18

Closed zabbal closed 10 years ago

zabbal commented 10 years ago

Would be great to see some examples on using gdbus - there seems to be some code for that in gio/gio.application.lisp but no examples yet.

crategus commented 10 years ago

The comment for Issue #17 is true for this issue too. At this time the binding to the GIOI library is very fragmentary. Only some parts which are necessary for the GTK+ binding are implemented.

The best is to consult the C documentation for this case, too.

Dieter Kaiser

zabbal commented 10 years ago

Are there some plans to implement something similar to vala-dbus-binding-tool? I mean some lisp magic which connects to running dbus service and uses its introspection capabilities to generate lisp bindings for this particular service. I think it would be both great help for developers and a good test-case for the gdbus code in cl-cffi-gtk.

crategus commented 10 years ago

At this time I have no plans to do something like you have suggested. Perhaps someone else will work on this topic.

Dieter Kaiser