Skip to content
  • Matthias Clasen's avatar
    GApplication: Add a way to replace a unique instance · 3a4b18f9
    Matthias Clasen authored
    While uniqueness is great, sometimes you want to restart
    a newer version of the same app. These two flags make that
    possible.
    
    We also add a ::name-lost signal, that is emitted when it
    happens. The default handler for this signal just calls
    g_application_quit(), but applications may want to connect
    and do cleanup or state-saving here.
    3a4b18f9