Constify GDBus method tables
authorHenrique Dante de Almeida <hdante@profusion.mobi>
Sun, 20 May 2012 05:07:25 +0000 (02:07 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 20 May 2012 09:47:56 +0000 (02:47 -0700)
commit63bbdebdf2f515193ab9c067eddc1c2add24e0e3
treeb24fcbd92bc8c681892d803d9d62f57afd0879d8
parentaddd756348ee6271da8198f4eec955954e149a34
Constify GDBus method tables

Constify method tables with the following command:

find . -name '*.[ch]' -exec \
             sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \;
31 files changed:
plugins/hfp_hf.c
plugins/push-notification.c
plugins/smart-messaging.c
src/audio-settings.c
src/call-barring.c
src/call-forwarding.c
src/call-meter.c
src/call-settings.c
src/call-volume.c
src/cbs.c
src/cdma-connman.c
src/cdma-netreg.c
src/cdma-sms.c
src/cdma-voicecall.c
src/ctm.c
src/gnss.c
src/gprs.c
src/handsfree.c
src/location-reporting.c
src/manager.c
src/message-waiting.c
src/message.c
src/modem.c
src/network.c
src/phonebook.c
src/radio-settings.c
src/sim.c
src/sms.c
src/stk.c
src/ussd.c
src/voicecall.c