mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: allow changing envvar from init and after
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user