mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 17:40:40 -05:00
workspace: Use G_PARAM_STATIC_STRINGS
This commit is contained in:
parent
6b5ff8fd74
commit
1999fcaa8f
@ -147,7 +147,7 @@ meta_workspace_class_init (MetaWorkspaceClass *klass)
|
|||||||
"N Windows",
|
"N Windows",
|
||||||
"Number of windows",
|
"Number of windows",
|
||||||
0, G_MAXUINT, 0,
|
0, G_MAXUINT, 0,
|
||||||
G_PARAM_READABLE);
|
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
|
||||||
|
|
||||||
g_object_class_install_properties (object_class, LAST_PROP, obj_props);
|
g_object_class_install_properties (object_class, LAST_PROP, obj_props);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user