Re: [PATCH 01/12] Constify GDBus method tables

2012-05-20 Thread Marcel Holtmann
Hi Lucas, Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \; --- plugins/hfp_hf.c|2 +- plugins/push-notification.c |2 +- plugins/smart-messaging.c |2 +-

[PATCH 01/12] Constify GDBus method tables

2012-05-19 Thread Lucas De Marchi
From: Henrique Dante de Almeida hda...@profusion.mobi Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \; --- plugins/hfp_hf.c|2 +- plugins/push-notification.c |2 +-