libsysprof: allow changing envvar from init and after

This commit is contained in:
Christian Hergert
2019-06-03 19:09:30 -07:00
parent b7d2ef35be
commit dcd1a9fbcf

View File

@ -119,7 +119,7 @@ sysprof_tracefd_source_class_init (SysprofTracefdSourceClass *klass)
"Environment Variable",
"The environment variable to set",
"SYSPROF_TRACE_FD",
(G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));
(G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
g_object_class_install_properties (object_class, N_PROPS, properties);
}