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

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

Diffstat

M audio/control.c | 2 +-
M audio/device.c | 2 +-
M audio/gateway.c | 2 +-
M audio/headset.c | 2 +-
M audio/sink.c | 2 +-
M audio/source.c | 2 +-
M audio/telephony-dummy.c | 2 +-
M audio/transport.c | 2 +-
M health/hdp.c | 2 +-
M input/device.c | 2 +-
M network/connection.c | 2 +-
M proximity/monitor.c | 2 +-
M proximity/reporter.c | 2 +-
M sap/server.c | 2 +-
M serial/proxy.c | 2 +-
M src/adapter.c | 2 +-
M src/device.c | 2 +-
M src/manager.c | 2 +-
M thermometer/thermometer.c | 2 +-

19 files changed, 19 insertions(+), 19 deletions(-)

View Full Diff | Patch