Skip to content
  • Emmanuele Bassi's avatar
    Freeze notify queue when building objects · 001c0a35
    Emmanuele Bassi authored
    We're potentially applying multiple properties during object
    construction; we should avoid constantly notifying after setting each
    one, and instead coalesce the notifications at the end. In most cases,
    the calling code doesn't have access to the instance, so it won't be
    able to connect to the "notify" signal anyway, but it avoids a lot of
    busy work.
    001c0a35