Skip to content
  • Michael Natterer's avatar
    libgimpwidgets: propwidgets: don't g_object_set() the same value again · cc97a872
    Michael Natterer authored
    Normally, the model would try to avoid notifications when a set()
    doesn't change anything, but with g_object_set() that's not possible.
    
    Do the same in the propwidgets' callbacks and avoid potentially
    expensive notifications at the cost of a cheap g_object_get().
    
    Also fix the syntax of "Since:" and "Deprecated:" annotations.
    cc97a872