1
0
Fork 0

backends: Mark MetaRendererView:info as G_PARAM_STATIC_STRINGS

https://bugzilla.gnome.org/show_bug.cgi?id=745079
This commit is contained in:
Carlos Garnacho 2016-08-01 03:56:40 +02:00
parent 913c32ee34
commit a53ca0d8cf

View file

@ -105,6 +105,7 @@ meta_renderer_view_class_init (MetaRendererViewClass *klass)
"MetaMonitorInfo",
"The monitor info of the view",
G_PARAM_READWRITE |
G_PARAM_STATIC_STRINGS |
G_PARAM_CONSTRUCT_ONLY);
g_object_class_install_properties (object_class, PROP_LAST, obj_props);