/srv/irclogs.ubuntu.com/2012/11/22/#upstart.txt

toabctlstgraber, my did you use dbus-glib instead of gdbus for the upstart-dbus-bridge code? is there any reason for that?15:27
xnoxtoabctl: what is the package name?16:28
* xnox can't find gdbus in the archive16:28
toabctlxnox, gdbus is from glib/gio16:29
toabctlxnox, see http://developer.gnome.org/gio/2.32/gdbus-convenience.html16:29
toabctlxnox, it's the prefered way in the glib/gtk/gnome world to write dbus clients16:30
toabctlxnox, and see http://www.freedesktop.org/wiki/Software/DBusBindings16:31
toabctldbus-glib is obsolete16:31
xnoxstgraber: and the ^^^ is available in python2&3 via from gi.repository import Gio16:33
xnoxtoabctl: to be honest, I had no clue & I have a package written in dbus-glib.16:33
xnoxno clue about gdbus, that is.16:34
stgrabertoabctl: I didn't know it existed ;)16:34
toabctl:-)16:35
toabctlxnox, for python, the dbus server support does not work with introspection. ask pitti about that.16:35
xnox*sigh*16:35
toabctlxnox, but I think the python-dbus package works now with python 2&316:36
toabctlstgraber, you should definitly switch to gdbus16:36
stgrabertoabctl: yep, will do, should be easy enough16:37
toabctlstgraber, here's a migration guide: http://developer.gnome.org/gio/2.32/ch30.html16:37
toabctlI ported d-feet from python-dbus to gdbus (with introspection) and it works very well.16:38
* xnox is not that good with dbus16:39
xnoxtoabctl: what do you mean by "dbus server support"16:39
xnoxor in other words is gdbus good enough for both publishing & using objects over dbus?16:40
toabctlxnox, you can not create a service (eg "com.foo.bar") on the bus with gdbus and python16:41
xnoxtoabctl: that sucks.16:41
toabctlxnox, yes, it is. but not the python introspection stuff16:41
xnoxnot good for me then =(16:41
toabctlxnox, see http://www.piware.de/2011/01/na-zdravi-pygi/#comment-201016:42
toabctlxnox, but just in python it does not work. In C, all works fine16:42
toabctlxnox, here's the bug: https://bugzilla.gnome.org/show_bug.cgi?id=65633016:43
xnoxthanks.16:43
toabctlnp16:45

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!