GNOME Bugzilla – Bug 622922
Migrate from dbus-glib to glib's GDBus
Last modified: 2010-08-19 21:12:18 UTC
For GLib 2.25.5 GDBus D-Bus support was merged, providing an API to replace dbus-glib. See http://library.gnome.org/devel/gio/unstable/gdbus.html and http://library.gnome.org/devel/gio/unstable/ch28.html . According to a quick grep this module seems to use dbus-glib: ./anjuta/configure.in:PKG_CHECK_MODULES([DBUS_GLIB], [dbus-glib-1])
Setting gnome-love. It should be trivial to port since there is only one simple place where it is used.
Created attachment 165368 [details] [review] Proposed patch. This patch hopefully fixes this. I have tested it and it worked for me.
Review of attachment 165368 [details] [review]: Thanks a lot. Looks good. Would you able to commit it?
Uh, I don't understand what you are saying. If you're asking if I'm able to commit it, I'm not. If you're asking if I want to, I think a developer should commit it. Less hassle.
(In reply to comment #4) > Uh, I don't understand what you are saying. If you're asking if I'm able to > commit it, I'm not. If you're asking if I want to, I think a developer should > commit it. Less hassle. No problem. I was asking if you have commit rights in gnome git. Since you don't, I will take care of it. Thanks a lot.
Committed the patch! Thanks!
@jhs: this requires glib > 2.25 and may cause some issues to developers that would like to compile anjuta. Wasn't better to wait a bit before applying this?