Skip to content
  • Tristan Van Berkom's avatar
    GtkBuilder: Allow G_PARAM_CONSTRUCT properties to be set on internal children. · 64b87824
    Tristan Van Berkom authored
    This patch allows properties of type G_PARAM_CONSTRUCT to be set
    on internal children or explicitly constructed objects (built
    with <constructor>) while previously, G_PARAM_CONSTRUCT properties
    being set on already constructed objects would result in an misinformed
    warning that "construct-only properties cannot be set".
    
    G_PARAM_CONSTRUCT_ONLY properties are still refused as parameters
    to already constructed children.
    64b87824