gdbus: Constify introspection method table

This commit is contained in:
Marcel Holtmann 2012-05-17 19:56:27 -07:00
parent 37805e0197
commit addd756348
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ done:
g_free(parent_path);
}
static GDBusMethodTable introspect_methods[] = {
static const GDBusMethodTable introspect_methods[] = {
{ "Introspect", "", "s", introspect },
{ }
};