1WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 2 3LibUnique is deprecated. Do not use this library in newly-written applications. 4 5The functionality provided by this library has been incorporated in GIO and 6GTK+ 3.0. 7 8See the GApplication class reference here: 9 10 http://library.gnome.org/devel/gio/stable/GApplication.html 11 12and the GtkApplication class reference here: 13 14 http://library.gnome.org/devel/gtk3/stable/GtkApplication.html 15 16See also the porting guide available here: 17 18 http://library.gnome.org/devel/gtk3/stable/gtk-migrating-GtkApplication.html 19 20WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 21 22LibUnique is a library for writing single instance applications, that is 23applications that are run once and every further call to the same binary 24either exits immediately or sends a command to the running instance. 25 26LibUnique can be compiled against various backends, to allow the usage of 27different IPC mechanisms depending on the platform. 28 29Project page: http://live.gnome.org/LibUnique 30Main repository: git://git.gnome.org/unique 31 32Copyright (C) 2007,2008,2009,2010,2011 Emmanuele Bassi 33 34Part of the API and design is based on GUniqueApp, by Vytautas Liuolia. 35The "bacon" backend is based on BaconMessageConnection, by Bastien Nocera. 36