Skip to content
  • Jussi Kukkonen's avatar
    start reference counting clients in GcProvider · c4883539
    Jussi Kukkonen authored
     * get rid of Shutdown method in D-Bus interface
     * add a pure virtual private method shutdown() to GcProvider.
       Providers should implement that.
     * connect to NameOwnerChanged signal in GcProvider,
       count owners in handler. If count drops to 0, run shutdown()
    c4883539