Thanks lok :)
SVN revision: 35364
return 1;
}
+#ifdef HAVE_EDBUS
EAPI void
e_msgbus_interface_attach(E_DBus_Interface *iface)
{
-#ifdef HAVE_EDBUS
if (!_e_msgbus_data->obj) return;
e_dbus_object_interface_attach(_e_msgbus_data->obj, iface);
-#endif
}
EAPI void
e_msgbus_interface_detach(E_DBus_Interface *iface)
{
-#ifdef HAVE_EDBUS
if (!_e_msgbus_data->obj) return;
e_dbus_object_interface_detach(_e_msgbus_data->obj, iface);
-#endif
}
-#ifdef HAVE_EDBUS
static void
_e_msgbus_request_name_cb(void *data, DBusMessage *msg, DBusError *err)
{