Commit graph

8 commits

Author SHA1 Message Date
obache
7796cc82a0 Replace deprecated G_CONST_RETURN with plain "const".
Bump PKGREVISION.
2012-02-14 06:03:11 +00:00
sbd
7bfab1a2e7 Remove G_DISABLE_DEPRECATED so this builds with new glib. 2012-02-03 00:57:59 +00:00
hans
17b3462635 Fix build with gcc 4.6 2011-11-01 16:01:34 +00:00
hans
d6b9f322bb Fix build on SunOS. 2011-09-14 17:56:08 +00:00
drochner
2afe5b8062 update to 1.1.6
While this is the unstable tree formally, 1.1.x is listed as external
dependency already in
http://live.gnome.org/TwoPointTwentyseven/ExternalDependencies
So switch to that tree. Tested with various Gnome applications.
2009-11-20 11:32:38 +00:00
drochner
f477a224cd update to 1.0.8
changes: misc bugfixes
2009-07-26 20:13:31 +00:00
jmcneill
5b8a409499 Update libunique to 1.0.6.
Changes:
    Copy the startup-id string, not just the pointer

    The fix for the memory leak of commit fd7aaf0e exposed the fact
    that we did not copy the startup notification id across messages,
    but we simply stored the pointer.

    This commit should fix the double-free errors happening to
    applications using libunique.
2009-03-04 01:01:45 +00:00
ahoka
d12302c17c Import libunique-1.0.4 as x11/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.

Unique aims to replace the BaconMessageConnection code that has been copied by
many projects and the code using Bonobo and D-Bus.
2008-12-18 00:32:14 +00:00