Skip to content
  • Allison Karlitskaya's avatar
    Menu model exporter: clean up the API · cfbc1b5a
    Allison Karlitskaya authored
    Give it the same treatment as the exporter for GActionGroup just got.
    
    There is a wart here: the exporter attempt to re-enter GDBusConnection
    when it is freed in order to cancel outstanding name watches.
    GDBusConnection holds its own lock while calling the destroy notify, so
    the attempt at reentrancy results in a deadlock.
    
    We have a workaround to deal with that for now...
    cfbc1b5a