Hi, On Tue, Aug 16, 2011 at 4:43 PM, Prasad Bhat <prasadbhat22@xxxxxxxxx> wrote: > +static GDBusMethodTable sink_methods[] = { > + { "Connect", "", "", sink_connect, > + G_DBUS_METHOD_FLAG_ASYNC }, > + { "Disconnect", "", "", sink_disconnect, > + G_DBUS_METHOD_FLAG_ASYNC }, > + { "IsConnected", "", "b", sink_is_connected, > + G_DBUS_METHOD_FLAG_DEPRECATED }, I guess we won't need a deprecated method here. > + { "GetProperties", "", "a{sv}",sink_get_properties }, > + { NULL, NULL, NULL, NULL } > +}; > + > +static GDBusSignalTable sink_signals[] = { > + { "Connected", "", G_DBUS_SIGNAL_FLAG_DEPRECATED }, > + { "Disconnected", "", G_DBUS_SIGNAL_FLAG_DEPRECATED }, > + { "Playing", "", G_DBUS_SIGNAL_FLAG_DEPRECATED }, > + { "Stopped", "", G_DBUS_SIGNAL_FLAG_DEPRECATED }, And here too. Please remember to remove in other parts of the code too. > + { "PropertyChanged", "sv" }, > + { NULL, NULL } > +}; > + -- Luiz Augusto von Dentz -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html