Skip to content
  • Alberts Muktupāvels's avatar
    class-group: add a weak reference callback to window · 0ceae250
    Alberts Muktupāvels authored
    When wnck_shutdown is called all windows are destroyed, but nothing
    removes signal handlers from hash tables. When class group is destroyed
    it will try to remove signal handlers from already destroyed windows.
    
    Use weak reference callback to remove obsolete signal handlers from
    hash tables.
    
    #141
    0ceae250