bluez/obexd
Marcel Holtmann fc009dd49e obexd: Constify GDBus method tables
Constify method tables with the following command:

find . -name '*.[ch]' -exec \
         sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \;
2012-12-04 22:48:59 +01:00
..
client obexd: Constify GDBus method tables 2012-12-04 22:48:59 +01:00
plugins obexd: Fix not setting port to 0 when listen fails 2012-12-04 22:48:59 +01:00
src obexd: Constify GDBus method tables 2012-12-04 22:48:59 +01:00