Is there support for GDBus (http://library.gnome.org/devel/gio/2.26/gdbus-convenience.html) on lua gnome? i tried calling its functions using require "glib" and using require "gio", but the gdbus related functions where not found on any of these modules.
im using Ubuntu 10.10 with glib 2.26.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I built the gio module with GIO Version 2.28.6. Lots of GBus related functions are available, which you can retrieve using this command (run in the base directory of the source tree after building gio):
Is there support for GDBus (http://library.gnome.org/devel/gio/2.26/gdbus-convenience.html) on lua gnome? i tried calling its functions using require "glib" and using require "gio", but the gdbus related functions where not found on any of these modules.
im using Ubuntu 10.10 with glib 2.26.
I built the gio module with GIO Version 2.28.6. Lots of GBus related functions are available, which you can retrieve using this command (run in the base directory of the source tree after building gio):
$ script/funclist.lua gio build/linux-amd64/gio/functions.txt | grep "g_d\?bus_"