public
Description: Library for creating single-instance GTK+ applications
Homepage: http://live.gnome.org/LibUnique
Clone URL: git://github.com/ebassi/unique.git
Search Repo:
unique /
name age message
folder .gitignore Thu Jul 19 09:27:05 -0700 2007 Update gitignore files [Emmanuele Bassi]
folder AUTHORS Sat Jul 07 03:41:45 -0700 2007 Initial import of Unique [Emmanuele Bassi]
folder COPYING Mon Jul 09 07:39:34 -0700 2007 And now fix my stupidity [Emmanuele Bassi]
folder ChangeLog Wed Jul 11 06:01:36 -0700 2007 Update build environment [Emmanuele Bassi]
folder Makefile.am Wed Apr 16 01:18:00 -0700 2008 Rearrange the order of the SUBDIRS to build sou... [Emmanuele Bassi]
folder NEWS Sat Jul 07 03:41:45 -0700 2007 Initial import of Unique [Emmanuele Bassi]
folder README Wed Apr 16 03:40:43 -0700 2008 Update project page and main repository [Emmanuele Bassi]
folder TODO Sat Jul 07 03:41:45 -0700 2007 Initial import of Unique [Emmanuele Bassi]
folder autogen.sh Wed May 14 06:33:33 -0700 2008 Clean up the autogen script [Emmanuele Bassi]
folder configure.ac Wed May 14 06:35:10 -0700 2008 Rework the configure summary [Emmanuele Bassi]
folder doc/ Wed Apr 16 04:25:38 -0700 2008 Include the versioning informations section [Emmanuele Bassi]
folder po/ Thu Jul 19 09:27:05 -0700 2007 Update gitignore files [Emmanuele Bassi]
folder tests/ Wed May 14 04:00:27 -0700 2008 Another compilation fix [Richard Hughes]
folder unique.pc.in Wed Jul 11 10:18:37 -0700 2007 Fix the pkg-config template file [Emmanuele Bassi]
folder unique/ Wed May 14 05:06:12 -0700 2008 Do not use static GEnumValues [Emmanuele Bassi]
README
Unique 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.

Unique 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://github.com/ebassi/unique.git

Copyright (C) 2007  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.