• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/H03-May-2022-9,8268,783

doc/H03-May-2022-2,0841,728

tests/H03-May-2022-797675

unique/H03-May-2022-8,6626,361

AUTHORSH A D16-Feb-201135 21

COPYINGH A D16-Feb-201125.9 KiB511422

ChangeLogH A D14-Jun-201189.2 KiB2,6891,876

INSTALLH A D14-Jun-201115.2 KiB366284

Makefile.amH A D19-May-2011770 3021

Makefile.inH A D03-May-202227.4 KiB866771

NEWSH A D14-Jun-20112.5 KiB7464

READMEH A D19-May-20111.3 KiB3621

TODOH A D16-Feb-20110

aclocal.m4H A D14-Jun-201156.8 KiB1,5891,437

config.guessH A D14-Jun-201143.9 KiB1,5021,291

config.h.inH A D14-Jun-20112.1 KiB8154

config.subH A D14-Jun-201133.6 KiB1,7061,558

configureH A D03-May-2022464.6 KiB15,94613,345

configure.acH A D14-Jun-20118 KiB282224

depcompH A D14-Jun-201118.2 KiB631407

gtk-doc.makeH A D14-Jun-20117.7 KiB265222

install-shH A D14-Jun-201113.3 KiB521344

ltmain.shH A D14-Jun-2011276.1 KiB9,6377,288

missingH A D14-Jun-201111.2 KiB377281

unique.pc.inH A D19-May-2011307 1311

README

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