A library for writing single instance application https://wiki.gnome.org/LibUnique
Go to file
2024-02-01 20:39:34 +01:00
libunique.spec automatic rebuild by autodist [release 3.0.2-2mamba;Thu Feb 01 2024] 2024-02-01 20:39:34 +01:00
README.md update to 3.0.2 [release 3.0.2-1mamba;Mon Jul 25 2011] 2024-01-06 05:58:55 +01:00

libunique

Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance. Unique makes it easy to write this kind of applications, by providing a base class, taking care of all the IPC machinery needed to send messages to a running instance, and also handling the startup notification side.