backends: Mark MetaRendererView:info as G_PARAM_STATIC_STRINGS
https://bugzilla.gnome.org/show_bug.cgi?id=745079
This commit is contained in:
parent
913c32ee34
commit
a53ca0d8cf
@ -105,6 +105,7 @@ meta_renderer_view_class_init (MetaRendererViewClass *klass)
|
|||||||
"MetaMonitorInfo",
|
"MetaMonitorInfo",
|
||||||
"The monitor info of the view",
|
"The monitor info of the view",
|
||||||
G_PARAM_READWRITE |
|
G_PARAM_READWRITE |
|
||||||
|
G_PARAM_STATIC_STRINGS |
|
||||||
G_PARAM_CONSTRUCT_ONLY);
|
G_PARAM_CONSTRUCT_ONLY);
|
||||||
|
|
||||||
g_object_class_install_properties (object_class, PROP_LAST, obj_props);
|
g_object_class_install_properties (object_class, PROP_LAST, obj_props);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user