Go to file
Stef Walter 907d499aff Remove G_CONST_RETURN usage, now that its gone in glib.
https://bugzilla.gnome.org/show_bug.cgi?id=652545

Gbp-Pq: Name 00git_g_const_return.patch
2022-05-14 03:38:37 +08:00
build Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
debian Import Debian changes 1.1.6-ok1 2022-05-14 03:38:35 +08:00
doc Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
po Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
tests Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
unique Remove G_CONST_RETURN usage, now that its gone in glib. 2022-05-14 03:38:37 +08:00
AUTHORS Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
COPYING Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
ChangeLog Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
INSTALL Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
Makefile.am Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
Makefile.in Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
NEWS Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
README Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
TODO Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
aclocal.m4 Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
config.guess Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
config.h.in Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
config.sub Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
configure Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
configure.ac Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
depcomp Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
gtk-doc.make Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
install-sh Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
ltmain.sh Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
missing Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
mkinstalldirs Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00
unique.pc.in Import Upstream version 1.1.6 2022-05-14 03:38:35 +08:00

README

LibUnique is a library for writing single instance applications, that is
applications that are run once and every further call to the same binary
either exits immediately or sends a command to the running instance.

LibUnique can be compiled against various backends, to allow the usage of
different IPC mechanisms depending on the platform.

Project page: http://live.gnome.org/LibUnique
Main repository: git://git.gnome.org/unique

Copyright (C) 2007,2008,2009  Emmanuele Bassi

Part of the API and design is based on GUniqueApp, by Vytautas Liuolia.
The "bacon" backend is based on BaconMessageConnection, by Bastien Nocera.