Menu

GDBus support

2010-10-15
2013-05-03
  • Tiago Katcipis

    Tiago Katcipis - 2010-10-15

    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.

     
  • Wolfgang Oertl

    Wolfgang Oertl - 2011-09-27

    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_"

     

Log in to post a comment.