summaryrefslogtreecommitdiffstats
path: root/src/gprs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs.c')
-rw-r--r--src/gprs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gprs.c b/src/gprs.c
index 887422a9..83995f33 100644
--- a/src/gprs.c
+++ b/src/gprs.c
@@ -1289,7 +1289,7 @@ static const GDBusMethodTable context_methods[] = {
{ }
};
-static GDBusSignalTable context_signals[] = {
+static const GDBusSignalTable context_signals[] = {
{ "PropertyChanged", "sv" },
{ }
};
@@ -2075,7 +2075,7 @@ static const GDBusMethodTable manager_methods[] = {
{ }
};
-static GDBusSignalTable manager_signals[] = {
+static const GDBusSignalTable manager_signals[] = {
{ "PropertyChanged", "sv" },
{ "ContextAdded", "oa{sv}" },
{ "ContextRemoved", "o" },