Diff between a40aa24e83e94bc0c4b3a8d30a314b4a03074a81 and b01bcc4215663ca4e14458727de2ad522103bf99
Changed Files
| File | Additions | Deletions | Status |
| gdbus/object.c | +1 | -1 | modified |
Full Patch
diff --git a/gdbus/object.c b/gdbus/object.c
index e378074..0ef6c80 100644
--- a/gdbus/object.c
+++ b/gdbus/object.c
@@ -496,7 +496,7 @@ done:
g_free(parent_path);
}
-static GDBusMethodTable introspect_methods[] = {
+static const GDBusMethodTable introspect_methods[] = {
{ "Introspect", "", "s", introspect },
{ }
};