Gimp.ParamSpecObject.get_default

@accepts(GObject.ParamSpec)
@returns(GObject.Object)
def get_default(pspec):
    # Python wrapper for gimp_param_spec_object_get_default()
  

Get the default object value of the param spec.

If the pspec has been registered with a specific default (which can be verified with [func@Gimp.ParamSpecObject.has_default]), it will be returned, though some specific subtypes may support returning dynamic default (e.g. based on context).