GObject.param_value_set_default

function param_value_set_default(pspec: GObject.ParamSpec, value: Any): void {
    // Gjs wrapper for g_param_value_set_default()
}
  

Sets value to its default value as specified in pspec.

pspec

a valid GObject.ParamSpec

value

a GObject.Value of correct type for pspec