library-web r586 - in trunk: . data



Author: fpeters
Date: Thu Mar 19 13:19:09 2009
New Revision: 586
URL: http://svn.gnome.org/viewvc/library-web?rev=586&view=rev

Log:
* data/overlay.xml.in, data/extra-tarballs: added libunique.
(closes: #575947)



Modified:
   trunk/ChangeLog
   trunk/data/extra-tarballs
   trunk/data/overlay.xml.in

Modified: trunk/data/extra-tarballs
==============================================================================
--- trunk/data/extra-tarballs	(original)
+++ trunk/data/extra-tarballs	Thu Mar 19 13:19:09 2009
@@ -27,3 +27,4 @@
 gnome://rhythmbox?min=0.11
 gnome://brasero?min=0.8
 gnome://tracker?min=0.6
+gnome://libunique

Modified: trunk/data/overlay.xml.in
==============================================================================
--- trunk/data/overlay.xml.in	(original)
+++ trunk/data/overlay.xml.in	Thu Mar 19 13:19:09 2009
@@ -365,6 +365,18 @@
       </_abstract>
     </document>
 
+    <document doc_module="libunique" channel="devel">
+      <subsection>api-others</subsection>
+      <_abstract>
+        Unique is a library for writing single-instance applications. 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 application by providing a base class, taking care of all the IPC
+	machinery needed to send messages to a running instance, and also handling
+	startup notification.
+      </_abstract>
+    </document>
+
     <document doc_module="gdl" channel="devel">
       <subsection>api-desktop</subsection>
       <_abstract>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]