diff options
author | Henrique Dante de Almeida <hdante@profusion.mobi> | 2012-05-18 17:30:03 -0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-05-18 15:02:37 -0700 |
commit | 0e89d5c7780feb05defe3480196d4782c190ef6a (patch) | |
tree | 25bef3eb709afeb679813262412f1ebae2354aed /plugins | |
parent | 943cffdfb0b70d22bcc3513f425398ee7cdd196f (diff) | |
download | connman-0e89d5c7780feb05defe3480196d4782c190ef6a.tar.gz connman-0e89d5c7780feb05defe3480196d4782c190ef6a.tar.bz2 connman-0e89d5c7780feb05defe3480196d4782c190ef6a.zip |
Constify GDBus signal tables
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/nmcompat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nmcompat.c b/plugins/nmcompat.c index 70376489..6299c349 100644 --- a/plugins/nmcompat.c +++ b/plugins/nmcompat.c @@ -225,7 +225,7 @@ static const GDBusMethodTable methods[] = { { }, }; -static GDBusSignalTable signals[] = { +static const GDBusSignalTable signals[] = { { "PropertiesChanged", "a{sv}" }, { "StateChanged", "u" }, { }, |