Constify GDBus method tables
authorHenrique Dante de Almeida <hdante@profusion.mobi>
Wed, 23 May 2012 13:19:58 +0000 (10:19 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 23 May 2012 13:27:28 +0000 (15:27 +0200)
commitea2371c1ed17e5299649be90da59fdb1c8bdcf50
tree214bc78a65b0db206f07518fc5fe80a2809c58e9
parent647eccd2b6503fa9d92de04a733deea4846cb101
Constify GDBus method tables

    Constify method tables with the following command:

    find . -name '*.[ch]' -exec \
                 sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \;
src/adapter.c
src/device.c
src/manager.c
src/ndef.c
src/tag.c