Constify GDBus signal tables
authorHenrique Dante de Almeida <hdante@profusion.mobi>
Sun, 20 May 2012 05:07:26 +0000 (02:07 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 20 May 2012 09:47:56 +0000 (02:47 -0700)
commit924ee02ff7da55e78e6b3db4bc9b5ce861fa4bd2
tree13cb120c8909033132151e8b50b778e7a687d56b
parent63bbdebdf2f515193ab9c067eddc1c2add24e0e3
Constify GDBus signal tables

Constify signal tables with the following command:

    find . -name '*.[ch]' -exec \
             sed -i 's/\(GDBusSignalTable .* =\)/const \1/g' {} \;
27 files changed:
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/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