Skip to content
  • Martin Pitt's avatar
    GParamSpec: Make constructors introspectable · aac82672
    Martin Pitt authored
    Commit 282366c3 unnecessarily (skip)ed all the GParamSpec constructors like
    g_param_spec_bool(). Make those introspectable by dropping the (skip) and
    adding proper transfer annotations.
    
    Keep g_param_spec_value_array() skipped as GValueArray is deprecated.
    aac82672