mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
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",
|
||||
"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);
|
||||
|
Loading…
Reference in New Issue
Block a user