Hello community,

here is the log from the commit of package libunique for openSUSE:Factory
checked in at Fri Jun 17 10:38:04 CEST 2011.



--------
--- GNOME/libunique/libunique.changes   2011-04-22 11:25:24.000000000 +0200
+++ /mounts/work_src_done/STABLE/libunique/libunique.changes    2011-06-15 
10:00:41.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Jun 15 09:59:36 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.0.2:
+  + Remove the deprecated G_CONST_RETURN
+- Drop wrong and unneeded debug_package_requires define (as we only
+  build subpackages).
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  libunique-3.0.0.tar.bz2

New:
----
  libunique-3.0.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libunique.spec ++++++
--- /var/tmp/diff_new_pack.uCMKXG/_old  2011-06-17 10:33:06.000000000 +0200
+++ /var/tmp/diff_new_pack.uCMKXG/_new  2011-06-17 10:33:06.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           libunique
-Version:        3.0.0
+Version:        3.0.2
 Release:        1
 License:        LGPLv2.1+
 Summary:        A library for writing single instance application
@@ -31,7 +31,6 @@
 BuildRequires:  gtk3-devel
 BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%define debug_package_requires libunique-1_0-0 = %{version}
 
 %description
 Unique is a library for writing single instance application. If you

++++++ libunique-3.0.0.tar.bz2 -> libunique-3.0.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/ChangeLog 
new/libunique-3.0.2/ChangeLog
--- old/libunique-3.0.0/ChangeLog       2011-04-04 23:45:19.000000000 +0200
+++ new/libunique-3.0.2/ChangeLog       2011-06-14 16:58:31.000000000 +0200
@@ -1,3 +1,49 @@
+commit d92782c6590dc5096ea5d6e17abee8e558bae50e
+Author: Emmanuele Bassi <eba...@linux.intel.com>
+Date:   Tue Jun 14 15:56:34 2011 +0100
+
+    Release Unique 3.0.2
+
+ NEWS         |    4 ++++
+ configure.ac |    4 ++--
+ 2 files changed, 6 insertions(+), 2 deletions(-)
+
+commit 03526f8d95910c207170391c1b6594905a71e4e9
+Author: Stef Walter <st...@collabora.co.uk>
+Date:   Tue Jun 14 12:33:45 2011 +0100
+
+    Remove G_CONST_RETURN usage, now that its gone in glib.
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=652545
+
+ unique/uniqueapp.c       |    4 ++--
+ unique/uniquebackend.c   |    4 ++--
+ unique/uniquebackend.h   |    4 ++--
+ unique/uniqueinternals.h |    4 ++--
+ unique/uniquemessage.c   |    4 ++--
+ unique/uniquemessage.h   |    4 ++--
+ 6 files changed, 12 insertions(+), 12 deletions(-)
+
+commit 68b20cb7a7d56601fa61df9351188dbab9193c8f
+Author: Emmanuele Bassi <eba...@linux.intel.com>
+Date:   Mon Apr 4 22:50:20 2011 +0100
+
+    README: Add a deprecation notice
+    
+    Point to the *Application classes reference and to the migration guide.
+
+ README |   23 ++++++++++++++++++++++-
+ 1 files changed, 22 insertions(+), 1 deletions(-)
+
+commit ca78a159a0dd35dc14cb6f016533fa35d19b26af
+Author: Emmanuele Bassi <eba...@linux.intel.com>
+Date:   Mon Apr 4 22:47:19 2011 +0100
+
+    Post-release version bump to 3.0.1
+
+ configure.ac |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
 commit 06cdf72bc63106a0d05c5eee2448778574ec25c8
 Author: Emmanuele Bassi <eba...@linux.intel.com>
 Date:   Mon Apr 4 22:41:10 2011 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/NEWS new/libunique-3.0.2/NEWS
--- old/libunique-3.0.0/NEWS    2011-04-04 23:44:28.000000000 +0200
+++ new/libunique-3.0.2/NEWS    2011-06-14 16:56:25.000000000 +0200
@@ -1,3 +1,7 @@
+Changes for Uniqye 3.0.2
+========================
+• Remove the deprecated G_CONST_RETURN
+
 Changes for Unique 3.0.0
 ========================
 • Set default DBus timeout to 3 seconds [Bill Nottingham]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/README new/libunique-3.0.2/README
--- old/libunique-3.0.0/README  2011-02-16 19:34:20.000000000 +0100
+++ new/libunique-3.0.2/README  2011-05-19 18:55:49.000000000 +0200
@@ -1,3 +1,24 @@
+WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
+
+LibUnique is deprecated. Do not use this library in newly-written applications.
+
+The functionality provided by this library has been incorporated in GIO and
+GTK+ 3.0.
+
+See the GApplication class reference here:
+
+  http://library.gnome.org/devel/gio/stable/GApplication.html
+
+and the GtkApplication class reference here:
+
+  http://library.gnome.org/devel/gtk3/stable/GtkApplication.html
+
+See also the porting guide available here:
+
+  http://library.gnome.org/devel/gtk3/stable/gtk-migrating-GtkApplication.html
+
+WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
+
 LibUnique 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.
@@ -8,7 +29,7 @@
 Project page: http://live.gnome.org/LibUnique
 Main repository: git://git.gnome.org/unique
 
-Copyright (C) 2007,2008,2009  Emmanuele Bassi
+Copyright (C) 2007,2008,2009,2010,2011  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.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/aclocal.m4 
new/libunique-3.0.2/aclocal.m4
--- old/libunique-3.0.0/aclocal.m4      2011-04-04 23:44:35.000000000 +0200
+++ new/libunique-3.0.2/aclocal.m4      2011-06-14 16:56:58.000000000 +0200
@@ -1555,7 +1555,7 @@
   rm -f conf.gtktest
 ])
 
-dnl GTK_CHECK_BACKEND(BACKEND-NAME, [MINIMUM-VERSION [, ACTION-IF-FOUND [, 
ACTION-IF-NOT-FOUND]]])
+dnl GTK_CHECK_BACKEND(BACKEND-NAME [, MINIMUM-VERSION [, ACTION-IF-FOUND [, 
ACTION-IF-NOT-FOUND]]])
 dnl   Tests for BACKEND-NAME in the GTK targets list
 dnl
 AC_DEFUN([GTK_CHECK_BACKEND],
@@ -1563,9 +1563,8 @@
   pkg_config_args=ifelse([$1],,gtk+-3.0, gtk+-$1-3.0)
   min_gtk_version=ifelse([$2],,3.0.0,$2)
 
-  AC_PATH_PROG(PKG_CONFIG, pkg-config, [AC_MSG_ERROR([No pkg-config found])])
+  AC_PATH_PROG(PKG_CONFIG, [pkg-config], [AC_MSG_ERROR([No pkg-config found])])
 
-  echo "$PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args"
   if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args ; then
     target_found=yes
   else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/configure 
new/libunique-3.0.2/configure
--- old/libunique-3.0.0/configure       2011-04-04 23:44:36.000000000 +0200
+++ new/libunique-3.0.2/configure       2011-06-14 16:56:59.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for unique 3.0.0.
+# Generated by GNU Autoconf 2.68 for unique 3.0.2.
 #
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=libunique>.
 #
@@ -571,8 +571,8 @@
 # Identity of this package.
 PACKAGE_NAME='unique'
 PACKAGE_TARNAME='libunique'
-PACKAGE_VERSION='3.0.0'
-PACKAGE_STRING='unique 3.0.0'
+PACKAGE_VERSION='3.0.2'
+PACKAGE_STRING='unique 3.0.2'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=libunique'
 PACKAGE_URL=''
 
@@ -828,7 +828,6 @@
 PKG_CONFIG_PATH
 PKG_CONFIG_LIBDIR
 CPP
-CPPFLAGS
 UNIQUE_CFLAGS
 UNIQUE_LIBS
 XMKMF
@@ -1380,7 +1379,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures unique 3.0.0 to adapt to many kinds of systems.
+\`configure' configures unique 3.0.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1454,7 +1453,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of unique 3.0.0:";;
+     short | recursive ) echo "Configuration of unique 3.0.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1590,7 +1589,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-unique configure 3.0.0
+unique configure 3.0.2
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1959,7 +1958,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by unique $as_me 3.0.0, which was
+It was created by unique $as_me 3.0.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2778,7 +2777,7 @@
 
 # Define the identity of the package.
  PACKAGE='libunique'
- VERSION='3.0.0'
+ VERSION='3.0.2'
 
 
 # Some tools Automake needs.
@@ -11808,8 +11807,8 @@
 # version symbols
 UNIQUE_MAJOR_VERSION=3
 UNIQUE_MINOR_VERSION=0
-UNIQUE_MICRO_VERSION=0
-UNIQUE_VERSION=3.0.0
+UNIQUE_MICRO_VERSION=2
+UNIQUE_VERSION=3.0.2
 UNIQUE_API_VERSION=3.0
 UNIQUE_PROTOCOL_VERSION=1.0
 
@@ -11823,7 +11822,7 @@
 
 
 
-UNIQUE_LT_VERSION_INFO="0:0:0"
+UNIQUE_LT_VERSION_INFO="0:2:0"
 UNIQUE_LT_CURRENT_MINUS_AGE=0
 
 
@@ -12163,7 +12162,6 @@
 
 
 
-  echo "$PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args"
   if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args ; then
     target_found=yes
   else
@@ -14081,7 +14079,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by unique $as_me 3.0.0, which was
+This file was extended by unique $as_me 3.0.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -14147,7 +14145,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-unique config.status 3.0.0
+unique config.status 3.0.2
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/configure.ac 
new/libunique-3.0.2/configure.ac
--- old/libunique-3.0.0/configure.ac    2011-04-04 23:44:28.000000000 +0200
+++ new/libunique-3.0.2/configure.ac    2011-06-14 14:27:22.000000000 +0200
@@ -1,13 +1,13 @@
 # versioning
 m4_define([unique_major_version], [3])
 m4_define([unique_minor_version], [0])
-m4_define([unique_micro_version], [0])
+m4_define([unique_micro_version], [2])
 m4_define([unique_version], 
[unique_major_version.unique_minor_version.unique_micro_version])
 m4_define([unique_api_version], [unique_major_version.unique_minor_version])
 
 # if functions have been added, set to 0; otherwise, increment
 # with every release
-m4_define([unique_interface_age], [0])
+m4_define([unique_interface_age], [2])
 m4_define([unique_binary_age], [m4_eval(100 * unique_minor_version + 
unique_micro_version)])
 # This is the X.Y used in -lunique-FOO-X.Y
 m4_define([unique_api_version], [3.0])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/doc/reference/html/UniqueApp.html 
new/libunique-3.0.2/doc/reference/html/UniqueApp.html
--- old/libunique-3.0.0/doc/reference/html/UniqueApp.html       2011-04-04 
23:45:19.000000000 +0200
+++ new/libunique-3.0.2/doc/reference/html/UniqueApp.html       2011-06-14 
16:58:31.000000000 +0200
@@ -4,7 +4,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>UniqueApp</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
-<link rel="home" href="index.html" title="Unique 3.0.0 Reference Manual">
+<link rel="home" href="index.html" title="Unique 3.0.2 Reference Manual">
 <link rel="up" href="unique-overview.html" title="Unique Overview">
 <link rel="prev" href="unique-overview.html" title="Unique Overview">
 <link rel="next" href="unique-Message-Data.html" title="Message Data">
@@ -17,7 +17,7 @@
 <td><a accesskey="p" href="unique-overview.html"><img src="left.png" 
width="24" height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="unique-overview.html"><img src="up.png" width="24" 
height="24" border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" 
height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">Unique 3.0.0
+<th width="100%" align="center">Unique 3.0.2
  Reference Manual</th>
 <td><a accesskey="n" href="unique-Message-Data.html"><img src="right.png" 
width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libunique-3.0.0/doc/reference/html/UniqueBackend.html 
new/libunique-3.0.2/doc/reference/html/UniqueBackend.html
--- old/libunique-3.0.0/doc/reference/html/UniqueBackend.html   2011-04-04 
23:45:19.000000000 +0200
+++ new/libunique-3.0.2/doc/reference/html/UniqueBackend.html   2011-06-14 
16:58:31.000000000 +0200
@@ -4,7 +4,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>UniqueBackend</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
-<link rel="home" href="index.html" title="Unique 3.0.0 Reference Manual">
+<link rel="home" href="index.html" title="Unique 3.0.2 Reference Manual">
 <link rel="up" href="unique-overview.html" title="Unique Overview">
 <link rel="prev" href="unique-Message-Data.html" title="Message Data">
 <link rel="next" href="unique-Versioning-Information.html" title="Versioning 
Information">
@@ -17,7 +17,7 @@
 <td><a accesskey="p" href="unique-Message-Data.html"><img src="left.png" 
width="24" height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="unique-overview.html"><img src="up.png" width="24" 
height="24" border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" 
height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">Unique 3.0.0
+<th width="100%" align="center">Unique 3.0.2
  Reference Manual</th>
 <td><a accesskey="n" href="unique-Versioning-Information.html"><img 
src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
@@ -43,10 +43,10 @@
 <pre class="synopsis">struct              <a class="link" 
href="UniqueBackend.html#UniqueBackend-struct" title="struct 
UniqueBackend">UniqueBackend</a>;
 struct              <a class="link" 
href="UniqueBackend.html#UniqueBackendClass" title="struct 
UniqueBackendClass">UniqueBackendClass</a>;
 <a class="link" href="UniqueBackend.html" title="UniqueBackend"><span 
class="returnvalue">UniqueBackend</span></a> *        <a class="link" 
href="UniqueBackend.html#unique-backend-create" title="unique_backend_create 
()">unique_backend_create</a>            (<em class="parameter"><code><span 
class="type">void</span></code></em>);
-const <span class="returnvalue">gchar</span> *       <a class="link" 
href="UniqueBackend.html#unique-backend-get-name" 
title="unique_backend_get_name ()">unique_backend_get_name</a>             (<em 
class="parameter"><code><a class="link" href="UniqueBackend.html" 
title="UniqueBackend"><span class="type">UniqueBackend</span></a> 
*backend</code></em>);
+const <span class="returnvalue">gchar</span> *          <a class="link" 
href="UniqueBackend.html#unique-backend-get-name" 
title="unique_backend_get_name ()">unique_backend_get_name</a>          (<em 
class="parameter"><code><a class="link" href="UniqueBackend.html" 
title="UniqueBackend"><span class="type">UniqueBackend</span></a> 
*backend</code></em>);
 <span class="returnvalue">void</span>                <a class="link" 
href="UniqueBackend.html#unique-backend-set-name" 
title="unique_backend_set_name ()">unique_backend_set_name</a>             (<em 
class="parameter"><code><a class="link" href="UniqueBackend.html" 
title="UniqueBackend"><span class="type">UniqueBackend</span></a> 
*backend</code></em>,
                                                          <em 
class="parameter"><code>const <span class="type">gchar</span> 
*name</code></em>);
-const <span class="returnvalue">gchar</span> *       <a class="link" 
href="UniqueBackend.html#unique-backend-get-startup-id" 
title="unique_backend_get_startup_id ()">unique_backend_get_startup_id</a>      
 (<em class="parameter"><code><a class="link" href="UniqueBackend.html" 
title="UniqueBackend"><span class="type">UniqueBackend</span></a> 
*backend</code></em>);
+const <span class="returnvalue">gchar</span> *          <a class="link" 
href="UniqueBackend.html#unique-backend-get-startup-id" 
title="unique_backend_get_startup_id ()">unique_backend_get_startup_id</a>    
(<em class="parameter"><code><a class="link" href="UniqueBackend.html" 
title="UniqueBackend"><span class="type">UniqueBackend</span></a> 
*backend</code></em>);
 <span class="returnvalue">void</span>                <a class="link" 
href="UniqueBackend.html#unique-backend-set-startup-id" 
title="unique_backend_set_startup_id ()">unique_backend_set_startup_id</a>      
 (<em class="parameter"><code><a class="link" href="UniqueBackend.html" 
title="UniqueBackend"><span class="type">UniqueBackend</span></a> 
*backend</code></em>,
                                                          <em 
class="parameter"><code>const <span class="type">gchar</span> 
*startup_id</code></em>);
 <span class="returnvalue">GdkScreen</span> *            <a class="link" 
href="UniqueBackend.html#unique-backend-get-screen" 
title="unique_backend_get_screen ()">unique_backend_get_screen</a>        (<em 
class="parameter"><code><a class="link" href="UniqueBackend.html" 
title="UniqueBackend"><span class="type">UniqueBackend</span></a> 
*backend</code></em>);
@@ -139,7 +139,7 @@
 <hr>
 <div class="refsect2">
 <a name="unique-backend-get-name"></a><h3>unique_backend_get_name ()</h3>
-<pre class="programlisting">const <span class="returnvalue">gchar</span> *     
  unique_backend_get_name             (<em class="parameter"><code><a 
class="link" href="UniqueBackend.html" title="UniqueBackend"><span 
class="type">UniqueBackend</span></a> *backend</code></em>);</pre>
+<pre class="programlisting">const <span class="returnvalue">gchar</span> *     
     unique_backend_get_name          (<em class="parameter"><code><a 
class="link" href="UniqueBackend.html" title="UniqueBackend"><span 
class="type">UniqueBackend</span></a> *backend</code></em>);</pre>
 <p>
 FIXME
 </p>
@@ -182,7 +182,7 @@
 <hr>
 <div class="refsect2">
 <a name="unique-backend-get-startup-id"></a><h3>unique_backend_get_startup_id 
()</h3>
-<pre class="programlisting">const <span class="returnvalue">gchar</span> *     
  unique_backend_get_startup_id       (<em class="parameter"><code><a 
class="link" href="UniqueBackend.html" title="UniqueBackend"><span 
class="type">UniqueBackend</span></a> *backend</code></em>);</pre>
+<pre class="programlisting">const <span class="returnvalue">gchar</span> *     
     unique_backend_get_startup_id    (<em class="parameter"><code><a 
class="link" href="UniqueBackend.html" title="UniqueBackend"><span 
class="type">UniqueBackend</span></a> *backend</code></em>);</pre>
 <p>
 FIXME
 </p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/doc/reference/html/index.html 
new/libunique-3.0.2/doc/reference/html/index.html
--- old/libunique-3.0.0/doc/reference/html/index.html   2011-04-04 
23:45:19.000000000 +0200
+++ new/libunique-3.0.2/doc/reference/html/index.html   2011-06-14 
16:58:31.000000000 +0200
@@ -2,9 +2,9 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Unique 3.0.0 Reference Manual</title>
+<title>Unique 3.0.2 Reference Manual</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
-<link rel="home" href="index.html" title="Unique 3.0.0 Reference Manual">
+<link rel="home" href="index.html" title="Unique 3.0.2 Reference Manual">
 <link rel="next" href="unique-overview.html" title="Unique Overview">
 <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
@@ -13,13 +13,13 @@
 <div class="book">
 <div class="titlepage">
 <div>
-<div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">Unique 3.0.0
+<div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">Unique 3.0.2
  Reference Manual</p></th></tr></table></div>
-<div><p class="releaseinfo">Version 3.0.0
+<div><p class="releaseinfo">Version 3.0.2
 </p></div>
 <div><p class="copyright">Copyright © 2007 Emmanuele Bassi</p></div>
 <div><div class="legalnotice">
-<a name="id2593114"></a><p>
+<a name="id2658923"></a><p>
         Permission is granted to copy, distribute and/or modify this
         document under the terms of the <em class="citetitle">GNU Free
         Documentation License</em>, Version 1.1 or any later
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/doc/reference/html/ix01.html 
new/libunique-3.0.2/doc/reference/html/ix01.html
--- old/libunique-3.0.0/doc/reference/html/ix01.html    2011-04-04 
23:45:19.000000000 +0200
+++ new/libunique-3.0.2/doc/reference/html/ix01.html    2011-06-14 
16:58:31.000000000 +0200
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index of all symbols</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
-<link rel="home" href="index.html" title="Unique 3.0.0 Reference Manual">
-<link rel="up" href="index.html" title="Unique 3.0.0 Reference Manual">
+<link rel="home" href="index.html" title="Unique 3.0.2 Reference Manual">
+<link rel="up" href="index.html" title="Unique 3.0.2 Reference Manual">
 <link rel="prev" href="unique-glossary.html" title="Glossaries">
 <link rel="next" href="license.html" title="Appendix A. License">
 <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
@@ -17,7 +17,7 @@
 <td><a accesskey="p" href="unique-glossary.html"><img src="left.png" 
width="24" height="24" border="0" alt="Prev"></a></td>
 <td> </td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" 
height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">Unique 3.0.0
+<th width="100%" align="center">Unique 3.0.2
  Reference Manual</th>
 <td><a accesskey="n" href="license.html"><img src="right.png" width="24" 
height="24" border="0" alt="Next"></a></td>
 </tr>
@@ -41,7 +41,7 @@
 </table>
 <div class="index">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="id2595698"></a>Index of all symbols</h2></div></div></div>
+<a name="id2661507"></a>Index of all symbols</h2></div></div></div>
 <a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
 <dt>
 <a class="link" 
href="unique-Versioning-Information.html#UNIQUE-API-VERSION:CAPS" 
title="UNIQUE_API_VERSION">UNIQUE_API_VERSION</a>, macro in <a class="link" 
href="unique-Versioning-Information.html" title="Versioning 
Information">Versioning Information</a>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/doc/reference/html/license.html 
new/libunique-3.0.2/doc/reference/html/license.html
--- old/libunique-3.0.0/doc/reference/html/license.html 2011-04-04 
23:45:19.000000000 +0200
+++ new/libunique-3.0.2/doc/reference/html/license.html 2011-06-14 
16:58:31.000000000 +0200
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Appendix A. License</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
-<link rel="home" href="index.html" title="Unique 3.0.0 Reference Manual">
-<link rel="up" href="index.html" title="Unique 3.0.0 Reference Manual">
+<link rel="home" href="index.html" title="Unique 3.0.2 Reference Manual">
+<link rel="up" href="index.html" title="Unique 3.0.2 Reference Manual">
 <link rel="prev" href="ix01.html" title="Index of all symbols">
 <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
@@ -15,7 +15,7 @@
 <td><a accesskey="p" href="ix01.html"><img src="left.png" width="24" 
height="24" border="0" alt="Prev"></a></td>
 <td> </td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" 
height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">Unique 3.0.0
+<th width="100%" align="center">Unique 3.0.2
  Reference Manual</th>
 <td> </td>
 </tr></table>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libunique-3.0.0/doc/reference/html/unique-Message-Data.html 
new/libunique-3.0.2/doc/reference/html/unique-Message-Data.html
--- old/libunique-3.0.0/doc/reference/html/unique-Message-Data.html     
2011-04-04 23:45:19.000000000 +0200
+++ new/libunique-3.0.2/doc/reference/html/unique-Message-Data.html     
2011-06-14 16:58:31.000000000 +0200
@@ -4,7 +4,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Message Data</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
-<link rel="home" href="index.html" title="Unique 3.0.0 Reference Manual">
+<link rel="home" href="index.html" title="Unique 3.0.2 Reference Manual">
 <link rel="up" href="unique-overview.html" title="Unique Overview">
 <link rel="prev" href="UniqueApp.html" title="UniqueApp">
 <link rel="next" href="UniqueBackend.html" title="UniqueBackend">
@@ -17,7 +17,7 @@
 <td><a accesskey="p" href="UniqueApp.html"><img src="left.png" width="24" 
height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="unique-overview.html"><img src="up.png" width="24" 
height="24" border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" 
height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">Unique 3.0.0
+<th width="100%" align="center">Unique 3.0.2
  Reference Manual</th>
 <td><a accesskey="n" href="UniqueBackend.html"><img src="right.png" width="24" 
height="24" border="0" alt="Next"></a></td>
 </tr>
@@ -46,7 +46,7 @@
 <span class="returnvalue">void</span>                <a class="link" 
href="unique-Message-Data.html#unique-message-data-set" 
title="unique_message_data_set ()">unique_message_data_set</a>             (<em 
class="parameter"><code><a class="link" 
href="unique-Message-Data.html#UniqueMessageData" 
title="UniqueMessageData"><span class="type">UniqueMessageData</span></a> 
*message_data</code></em>,
                                                          <em 
class="parameter"><code>const <span class="type">guchar</span> 
*data</code></em>,
                                                          <em 
class="parameter"><code><span class="type">gssize</span> length</code></em>);
-const <span class="returnvalue">guchar</span> *      <a class="link" 
href="unique-Message-Data.html#unique-message-data-get" 
title="unique_message_data_get ()">unique_message_data_get</a>             (<em 
class="parameter"><code><a class="link" 
href="unique-Message-Data.html#UniqueMessageData" 
title="UniqueMessageData"><span class="type">UniqueMessageData</span></a> 
*message_data</code></em>,
+const <span class="returnvalue">guchar</span> *          <a class="link" 
href="unique-Message-Data.html#unique-message-data-get" 
title="unique_message_data_get ()">unique_message_data_get</a>         (<em 
class="parameter"><code><a class="link" 
href="unique-Message-Data.html#UniqueMessageData" 
title="UniqueMessageData"><span class="type">UniqueMessageData</span></a> 
*message_data</code></em>,
                                                          <em 
class="parameter"><code><span class="type">gsize</span> *length</code></em>);
 
 <span class="returnvalue">gboolean</span>            <a class="link" 
href="unique-Message-Data.html#unique-message-data-set-text" 
title="unique_message_data_set_text ()">unique_message_data_set_text</a>        
(<em class="parameter"><code><a class="link" 
href="unique-Message-Data.html#UniqueMessageData" 
title="UniqueMessageData"><span class="type">UniqueMessageData</span></a> 
*message_data</code></em>,
@@ -62,7 +62,8 @@
                                                         (<em 
class="parameter"><code><a class="link" 
href="unique-Message-Data.html#UniqueMessageData" 
title="UniqueMessageData"><span class="type">UniqueMessageData</span></a> 
*message_data</code></em>);
 
 <span class="returnvalue">GdkScreen</span> *             <a class="link" 
href="unique-Message-Data.html#unique-message-data-get-screen" 
title="unique_message_data_get_screen ()">unique_message_data_get_screen</a>  
(<em class="parameter"><code><a class="link" 
href="unique-Message-Data.html#UniqueMessageData" 
title="UniqueMessageData"><span class="type">UniqueMessageData</span></a> 
*message_data</code></em>);
-const <span class="returnvalue">gchar</span> *       <a class="link" 
href="unique-Message-Data.html#unique-message-data-get-startup-id" 
title="unique_message_data_get_startup_id 
()">unique_message_data_get_startup_id</a>  (<em class="parameter"><code><a 
class="link" href="unique-Message-Data.html#UniqueMessageData" 
title="UniqueMessageData"><span class="type">UniqueMessageData</span></a> 
*message_data</code></em>);
+const <span class="returnvalue">gchar</span> *           <a class="link" 
href="unique-Message-Data.html#unique-message-data-get-startup-id" 
title="unique_message_data_get_startup_id 
()">unique_message_data_get_startup_id</a>
+                                                        (<em 
class="parameter"><code><a class="link" 
href="unique-Message-Data.html#UniqueMessageData" 
title="UniqueMessageData"><span class="type">UniqueMessageData</span></a> 
*message_data</code></em>);
 <span class="returnvalue">guint</span>               <a class="link" 
href="unique-Message-Data.html#unique-message-data-get-workspace" 
title="unique_message_data_get_workspace 
()">unique_message_data_get_workspace</a>   (<em class="parameter"><code><a 
class="link" href="unique-Message-Data.html#UniqueMessageData" 
title="UniqueMessageData"><span class="type">UniqueMessageData</span></a> 
*message_data</code></em>);
 </pre>
 </div>
@@ -200,7 +201,7 @@
 <hr>
 <div class="refsect2">
 <a name="unique-message-data-get"></a><h3>unique_message_data_get ()</h3>
-<pre class="programlisting">const <span class="returnvalue">guchar</span> *    
  unique_message_data_get             (<em class="parameter"><code><a 
class="link" href="unique-Message-Data.html#UniqueMessageData" 
title="UniqueMessageData"><span class="type">UniqueMessageData</span></a> 
*message_data</code></em>,
+<pre class="programlisting">const <span class="returnvalue">guchar</span> *    
      unique_message_data_get         (<em class="parameter"><code><a 
class="link" href="unique-Message-Data.html#UniqueMessageData" 
title="UniqueMessageData"><span class="type">UniqueMessageData</span></a> 
*message_data</code></em>,
                                                          <em 
class="parameter"><code><span class="type">gsize</span> 
*length</code></em>);</pre>
 <p>
 Retrieves the raw contents of <em 
class="parameter"><code>message_data</code></em> set using
@@ -423,7 +424,8 @@
 <hr>
 <div class="refsect2">
 <a 
name="unique-message-data-get-startup-id"></a><h3>unique_message_data_get_startup_id
 ()</h3>
-<pre class="programlisting">const <span class="returnvalue">gchar</span> *     
  unique_message_data_get_startup_id  (<em class="parameter"><code><a 
class="link" href="unique-Message-Data.html#UniqueMessageData" 
title="UniqueMessageData"><span class="type">UniqueMessageData</span></a> 
*message_data</code></em>);</pre>
+<pre class="programlisting">const <span class="returnvalue">gchar</span> *     
      unique_message_data_get_startup_id
+                                                        (<em 
class="parameter"><code><a class="link" 
href="unique-Message-Data.html#UniqueMessageData" 
title="UniqueMessageData"><span class="type">UniqueMessageData</span></a> 
*message_data</code></em>);</pre>
 <p>
 Retrieves the startup notification id set inside <em 
class="parameter"><code>message_data</code></em>. This
 field is always set by the Unique library.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libunique-3.0.0/doc/reference/html/unique-Versioning-Information.html 
new/libunique-3.0.2/doc/reference/html/unique-Versioning-Information.html
--- old/libunique-3.0.0/doc/reference/html/unique-Versioning-Information.html   
2011-04-04 23:45:19.000000000 +0200
+++ new/libunique-3.0.2/doc/reference/html/unique-Versioning-Information.html   
2011-06-14 16:58:31.000000000 +0200
@@ -4,7 +4,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Versioning Information</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
-<link rel="home" href="index.html" title="Unique 3.0.0 Reference Manual">
+<link rel="home" href="index.html" title="Unique 3.0.2 Reference Manual">
 <link rel="up" href="unique-overview.html" title="Unique Overview">
 <link rel="prev" href="UniqueBackend.html" title="UniqueBackend">
 <link rel="next" href="unique-glossary.html" title="Glossaries">
@@ -17,7 +17,7 @@
 <td><a accesskey="p" href="UniqueBackend.html"><img src="left.png" width="24" 
height="24" border="0" alt="Prev"></a></td>
 <td><a accesskey="u" href="unique-overview.html"><img src="up.png" width="24" 
height="24" border="0" alt="Up"></a></td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" 
height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">Unique 3.0.0
+<th width="100%" align="center">Unique 3.0.2
  Reference Manual</th>
 <td><a accesskey="n" href="unique-glossary.html"><img src="right.png" 
width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
@@ -82,7 +82,7 @@
 <hr>
 <div class="refsect2">
 <a name="UNIQUE-MICRO-VERSION:CAPS"></a><h3>UNIQUE_MICRO_VERSION</h3>
-<pre class="programlisting">#define UNIQUE_MICRO_VERSION            (0)
+<pre class="programlisting">#define UNIQUE_MICRO_VERSION            (2)
 </pre>
 <p>
 Micro version of Unique
@@ -117,7 +117,7 @@
 <hr>
 <div class="refsect2">
 <a name="UNIQUE-VERSION-S:CAPS"></a><h3>UNIQUE_VERSION_S</h3>
-<pre class="programlisting">#define UNIQUE_VERSION_S                "3.0.0"
+<pre class="programlisting">#define UNIQUE_VERSION_S                "3.0.2"
 </pre>
 <p>
 Unique version as a string
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libunique-3.0.0/doc/reference/html/unique-glossary.html 
new/libunique-3.0.2/doc/reference/html/unique-glossary.html
--- old/libunique-3.0.0/doc/reference/html/unique-glossary.html 2011-04-04 
23:45:19.000000000 +0200
+++ new/libunique-3.0.2/doc/reference/html/unique-glossary.html 2011-06-14 
16:58:31.000000000 +0200
@@ -4,8 +4,8 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Glossaries</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
-<link rel="home" href="index.html" title="Unique 3.0.0 Reference Manual">
-<link rel="up" href="index.html" title="Unique 3.0.0 Reference Manual">
+<link rel="home" href="index.html" title="Unique 3.0.2 Reference Manual">
+<link rel="up" href="index.html" title="Unique 3.0.2 Reference Manual">
 <link rel="prev" href="unique-Versioning-Information.html" title="Versioning 
Information">
 <link rel="next" href="ix01.html" title="Index of all symbols">
 <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
@@ -16,7 +16,7 @@
 <td><a accesskey="p" href="unique-Versioning-Information.html"><img 
src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 <td> </td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" 
height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">Unique 3.0.0
+<th width="100%" align="center">Unique 3.0.2
  Reference Manual</th>
 <td><a accesskey="n" href="ix01.html"><img src="right.png" width="24" 
height="24" border="0" alt="Next"></a></td>
 </tr></table>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libunique-3.0.0/doc/reference/html/unique-overview.html 
new/libunique-3.0.2/doc/reference/html/unique-overview.html
--- old/libunique-3.0.0/doc/reference/html/unique-overview.html 2011-04-04 
23:45:19.000000000 +0200
+++ new/libunique-3.0.2/doc/reference/html/unique-overview.html 2011-06-14 
16:58:31.000000000 +0200
@@ -4,9 +4,9 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Unique Overview</title>
 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
-<link rel="home" href="index.html" title="Unique 3.0.0 Reference Manual">
-<link rel="up" href="index.html" title="Unique 3.0.0 Reference Manual">
-<link rel="prev" href="index.html" title="Unique 3.0.0 Reference Manual">
+<link rel="home" href="index.html" title="Unique 3.0.2 Reference Manual">
+<link rel="up" href="index.html" title="Unique 3.0.2 Reference Manual">
+<link rel="prev" href="index.html" title="Unique 3.0.2 Reference Manual">
 <link rel="next" href="UniqueApp.html" title="UniqueApp">
 <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
@@ -16,7 +16,7 @@
 <td><a accesskey="p" href="index.html"><img src="left.png" width="24" 
height="24" border="0" alt="Prev"></a></td>
 <td> </td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" 
height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">Unique 3.0.0
+<th width="100%" align="center">Unique 3.0.2
  Reference Manual</th>
 <td><a accesskey="n" href="UniqueApp.html"><img src="right.png" width="24" 
height="24" border="0" alt="Next"></a></td>
 </tr></table>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/doc/reference/html/unique.devhelp 
new/libunique-3.0.2/doc/reference/html/unique.devhelp
--- old/libunique-3.0.0/doc/reference/html/unique.devhelp       2011-04-04 
23:45:19.000000000 +0200
+++ new/libunique-3.0.2/doc/reference/html/unique.devhelp       2011-06-14 
16:58:31.000000000 +0200
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8" standalone="no"?>
 <!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
-<book xmlns="http://www.devhelp.net/book"; title="Unique 3.0.0&#10; Reference 
Manual" link="index.html" author="" name="unique">
+<book xmlns="http://www.devhelp.net/book"; title="Unique 3.0.2&#10; Reference 
Manual" link="index.html" author="" name="unique">
   <chapters>
     <sub name="Unique Overview" link="unique-overview.html">
       <sub name="UniqueApp" link="UniqueApp.html"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/doc/reference/html/unique.devhelp2 
new/libunique-3.0.2/doc/reference/html/unique.devhelp2
--- old/libunique-3.0.0/doc/reference/html/unique.devhelp2      2011-04-04 
23:45:19.000000000 +0200
+++ new/libunique-3.0.2/doc/reference/html/unique.devhelp2      2011-06-14 
16:58:31.000000000 +0200
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8" standalone="no"?>
 <!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
-<book xmlns="http://www.devhelp.net/book"; title="Unique 3.0.0&#10; Reference 
Manual" link="index.html" author="" name="unique" version="2" language="c">
+<book xmlns="http://www.devhelp.net/book"; title="Unique 3.0.2&#10; Reference 
Manual" link="index.html" author="" name="unique" version="2" language="c">
   <chapters>
     <sub name="Unique Overview" link="unique-overview.html">
       <sub name="UniqueApp" link="UniqueApp.html"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/doc/reference/version.xml 
new/libunique-3.0.2/doc/reference/version.xml
--- old/libunique-3.0.0/doc/reference/version.xml       2011-04-04 
23:44:43.000000000 +0200
+++ new/libunique-3.0.2/doc/reference/version.xml       2011-06-14 
16:57:06.000000000 +0200
@@ -1 +1 @@
-3.0.0
+3.0.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/unique/uniqueapp.c 
new/libunique-3.0.2/unique/uniqueapp.c
--- old/libunique-3.0.0/unique/uniqueapp.c      2011-03-27 11:38:01.000000000 
+0200
+++ new/libunique-3.0.2/unique/uniqueapp.c      2011-06-14 14:26:26.000000000 
+0200
@@ -782,7 +782,7 @@
 }
 
 
-G_CONST_RETURN gchar *
+const gchar *
 unique_command_to_string (UniqueApp *app,
                           gint       command)
 {
@@ -864,7 +864,7 @@
   return retval;
 }
 
-G_CONST_RETURN gchar *
+const gchar *
 unique_response_to_string (UniqueResponse response)
 {
   GEnumClass *enum_class;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/unique/uniquebackend.c 
new/libunique-3.0.2/unique/uniquebackend.c
--- old/libunique-3.0.0/unique/uniquebackend.c  2011-03-27 11:05:41.000000000 
+0200
+++ new/libunique-3.0.2/unique/uniquebackend.c  2011-06-14 14:26:26.000000000 
+0200
@@ -109,7 +109,7 @@
  *
  * Return value: FIXME
  */
-G_CONST_RETURN gchar *
+const gchar *
 unique_backend_get_name (UniqueBackend *backend)
 {
   g_return_val_if_fail (UNIQUE_IS_BACKEND (backend), NULL);
@@ -152,7 +152,7 @@
  *
  * Return value: FIXME
  */
-G_CONST_RETURN gchar *
+const gchar *
 unique_backend_get_startup_id (UniqueBackend *backend)
 {
   g_return_val_if_fail (UNIQUE_IS_BACKEND (backend), NULL);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/unique/uniquebackend.h 
new/libunique-3.0.2/unique/uniquebackend.h
--- old/libunique-3.0.0/unique/uniquebackend.h  2011-02-16 19:34:20.000000000 
+0100
+++ new/libunique-3.0.2/unique/uniquebackend.h  2011-06-14 14:26:26.000000000 
+0200
@@ -94,10 +94,10 @@
 
 UniqueBackend *       unique_backend_create         (void);
 
-G_CONST_RETURN gchar *unique_backend_get_name       (UniqueBackend     
*backend);
+const gchar *         unique_backend_get_name       (UniqueBackend     
*backend);
 void                  unique_backend_set_name       (UniqueBackend     
*backend,
                                                      const gchar       *name);
-G_CONST_RETURN gchar *unique_backend_get_startup_id (UniqueBackend     
*backend);
+const gchar *         unique_backend_get_startup_id (UniqueBackend     
*backend);
 void                  unique_backend_set_startup_id (UniqueBackend     
*backend,
                                                      const gchar       
*startup_id);
 GdkScreen *           unique_backend_get_screen     (UniqueBackend     
*backend);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/unique/uniqueinternals.h 
new/libunique-3.0.2/unique/uniqueinternals.h
--- old/libunique-3.0.0/unique/uniqueinternals.h        2011-02-16 
19:34:20.000000000 +0100
+++ new/libunique-3.0.2/unique/uniqueinternals.h        2011-06-14 
14:26:26.000000000 +0200
@@ -44,11 +44,11 @@
  * and then back into an id
  */
 UniqueResponse        unique_response_from_string  (const gchar    *response);
-G_CONST_RETURN gchar *unique_response_to_string    (UniqueResponse  response);
+const gchar *         unique_response_to_string    (UniqueResponse  response);
 
 gint                  unique_command_from_string   (UniqueApp      *app,
                                                     const gchar    *command);
-G_CONST_RETURN gchar *unique_command_to_string     (UniqueApp      *app,
+const gchar *         unique_command_to_string     (UniqueApp      *app,
                                                     gint            command);
 
 G_END_DECLS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/unique/uniquemessage.c 
new/libunique-3.0.2/unique/uniquemessage.c
--- old/libunique-3.0.0/unique/uniquemessage.c  2011-03-27 11:06:03.000000000 
+0200
+++ new/libunique-3.0.2/unique/uniquemessage.c  2011-06-14 14:26:26.000000000 
+0200
@@ -184,7 +184,7 @@
  *
  * Since: 1.0.2
  */
-G_CONST_RETURN guchar *
+const guchar *
 unique_message_data_get (UniqueMessageData *message_data,
                          gsize             *length)
 {
@@ -529,7 +529,7 @@
  *   owned by the #UniqueMessageData structure and should not be
  *   modified or freed
  */
-G_CONST_RETURN gchar *
+const gchar *
 unique_message_data_get_startup_id (UniqueMessageData *message_data)
 {
   g_return_val_if_fail (message_data != NULL, NULL);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/unique/uniquemessage.h 
new/libunique-3.0.2/unique/uniquemessage.h
--- old/libunique-3.0.0/unique/uniquemessage.h  2011-03-27 10:39:01.000000000 
+0200
+++ new/libunique-3.0.2/unique/uniquemessage.h  2011-06-14 14:26:26.000000000 
+0200
@@ -48,7 +48,7 @@
 void                   unique_message_data_set            (UniqueMessageData 
*message_data,
                                                            const guchar      
*data,
                                                            gssize             
length);
-G_CONST_RETURN guchar *unique_message_data_get            (UniqueMessageData 
*message_data,
+const guchar *         unique_message_data_get            (UniqueMessageData 
*message_data,
                                                            gsize             
*length);
 
 gboolean               unique_message_data_set_text       (UniqueMessageData 
*message_data,
@@ -63,7 +63,7 @@
 gchar *                unique_message_data_get_filename   (UniqueMessageData 
*message_data);
 
 GdkScreen *            unique_message_data_get_screen     (UniqueMessageData 
*message_data);
-G_CONST_RETURN gchar * unique_message_data_get_startup_id (UniqueMessageData 
*message_data);
+const gchar *          unique_message_data_get_startup_id (UniqueMessageData 
*message_data);
 guint                  unique_message_data_get_workspace  (UniqueMessageData 
*message_data);
 
 G_END_DECLS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libunique-3.0.0/unique/uniqueversion.h 
new/libunique-3.0.2/unique/uniqueversion.h
--- old/libunique-3.0.0/unique/uniqueversion.h  2011-04-04 23:44:43.000000000 
+0200
+++ new/libunique-3.0.2/unique/uniqueversion.h  2011-06-14 16:57:06.000000000 
+0200
@@ -48,14 +48,14 @@
  *
  * Micro version of Unique
  */
-#define UNIQUE_MICRO_VERSION            (0)
+#define UNIQUE_MICRO_VERSION            (2)
 
 /**
  * UNIQUE_VERSION_S:
  *
  * Unique version as a string
  */
-#define UNIQUE_VERSION_S                "3.0.0"
+#define UNIQUE_VERSION_S                "3.0.2"
 
 /**
  * UNIQUE_VERSION_HEX:


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to