Commit: 665014ce89d30411a05b62acf34711e797daa59a
Parent: b01bcc4215663ca4e14458727de2ad522103bf99
Author: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Committer: Marcel Holtmann <marcel@holtmann.org>
Date: 2012-05-18 06:32:20
Tree: ac01cd78ba7eebaefb80fc57f7b0443e15c81cad

Constify GDBus method tables Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \;

Diffstat

M attrib/client.c | 4 ++- -
M audio/control.c | 2 +-
M audio/device.c | 2 +-
M audio/gateway.c | 2 +-
M audio/headset.c | 2 +-
M audio/media.c | 2 +-
M audio/sink.c | 2 +-
M audio/source.c | 2 +-
M audio/telephony-dummy.c | 2 +-
M audio/telephony-maemo5.c | 2 +-
M audio/transport.c | 2 +-
M health/hdp.c | 6 +++- - -
M input/device.c | 2 +-
M network/connection.c | 2 +-
M network/server.c | 2 +-
M plugins/dbusoob.c | 2 +-
M plugins/service.c | 2 +-
M proximity/monitor.c | 2 +-
M proximity/reporter.c | 2 +-
M sap/sap-dummy.c | 2 +-
M sap/server.c | 2 +-
M serial/port.c | 2 +-
M serial/proxy.c | 4 ++- -
M src/adapter.c | 2 +-
M src/device.c | 2 +-
M src/manager.c | 2 +-
M thermometer/thermometer.c | 2 +-

27 files changed, 31 insertions(+), 31 deletions(-)

View Full Diff | Patch