GNOME Bugzilla – Bug 622911
Migrate from dbus-glib to glib's GDBus
Last modified: 2013-07-03 07:44:25 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: ./nautilus-sendto/configure.in: PKG_CHECK_MODULES(BLUETOOTH, dbus-glib-1 >= $DBUS_GLIB_REQUIRED,
The gajim and pidgin plugins use dbus-glib. The Bluetooth plugin is in gnome-bluetooth.
nautilus-sendto for GNOME 3.8 only supports sending files through an email client. In the future, other sharing options will be implemented through portals (an equivalent system to Android intents).