iface == NULL)
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
- if (!strcmp (iface, SPI_DBUS_INTERFACE_DEC))
+ if (strcmp (iface, SPI_DBUS_INTERFACE_DEC))
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
if (!strcmp (member, "registerKeystrokeListener"))
/*---------------------------------------------------------------------------*/
+#define _SPI_DEBUG(format, args...) g_print (format , ## args)
+
static gchar *app_sig_match_name_owner =
"type='signal', interface='org.freedesktop.DBus', member='NameOwnerChanged'";
iface == NULL)
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
- if (!strcmp (iface, SPI_DBUS_INTERFACE_REGISTRY))
+ if (strcmp (iface, SPI_DBUS_INTERFACE_REGISTRY))
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
if (!strcmp (member, "getApplications"))