Hi Luiz, On 03:50 Sat 18 Aug, Lucas De Marchi wrote: > From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> > > InterfacesAdded and InterfacesRemoved can group all the interfaces > changes together in one message. > --- > gdbus/object.c | 363 +++++++++++++++++++++++++++++++++------------------------ > 1 file changed, 209 insertions(+), 154 deletions(-) > > [snip] > static struct interface_data *find_interface(GSList *interfaces, > @@ -440,6 +495,7 @@ static struct interface_data *find_interface(GSList *interfaces, > > for (list = interfaces; list; list = list->next) { > struct interface_data *iface = list->data; > + Seems I have a special talent for spotting these things (on others patches ;-)) > if (!strcmp(name, iface->name)) > return iface; > } > @@ -468,45 +524,37 @@ static gboolean g_dbus_args_have_signature(const GDBusArgInfo *args, > return TRUE; > } Cheers, -- Vinicius -- 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