diff -Nru libwnck3-3.4.8~git20140724.063cc928/aclocal.m4 libwnck3-3.4.9/aclocal.m4 --- libwnck3-3.4.8~git20140724.063cc928/aclocal.m4 2014-07-24 13:17:24.000000000 +0000 +++ libwnck3-3.4.9/aclocal.m4 2014-09-02 15:13:54.000000000 +0000 @@ -532,7 +532,7 @@ dnl ****************************** AC_ARG_ENABLE(compile-warnings, - AS_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@], + AC_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@], [Turn on compiler warnings]),, [enable_compile_warnings="m4_default([$1],[yes])"]) @@ -577,7 +577,10 @@ minimum) warning_flags="-Wall" ;; - yes|maximum|error) + yes) + warning_flags="$base_warn_flags $base_error_flags $additional_flags" + ;; + maximum|error) warning_flags="$base_warn_flags $base_error_flags $additional_flags" ;; *) @@ -611,7 +614,7 @@ AC_MSG_RESULT($tested_warning_flags) AC_ARG_ENABLE(iso-c, - AS_HELP_STRING([--enable-iso-c], + AC_HELP_STRING([--enable-iso-c], [Try to warn if code is not ISO C ]),, [enable_iso_c=no]) @@ -639,7 +642,7 @@ AC_DEFUN([GNOME_CXX_WARNINGS],[ AC_ARG_ENABLE(cxx-warnings, - AS_HELP_STRING([--enable-cxx-warnings=@<:@no/minimum/yes@:>@] + AC_HELP_STRING([--enable-cxx-warnings=@<:@no/minimum/yes@:>@] [Turn on compiler warnings.]),, [enable_cxx_warnings="m4_default([$1],[minimum])"]) @@ -665,7 +668,7 @@ AC_MSG_RESULT($warnCXXFLAGS) AC_ARG_ENABLE(iso-cxx, - AS_HELP_STRING([--enable-iso-cxx], + AC_HELP_STRING([--enable-iso-cxx], [Try to warn if code is not ISO C++ ]),, [enable_iso_cxx=no]) @@ -980,61 +983,6 @@ fi[]dnl ])# PKG_CHECK_MODULES - -# PKG_INSTALLDIR(DIRECTORY) -# ------------------------- -# Substitutes the variable pkgconfigdir as the location where a module -# should install pkg-config .pc files. By default the directory is -# $libdir/pkgconfig, but the default can be changed by passing -# DIRECTORY. The user can override through the --with-pkgconfigdir -# parameter. -AC_DEFUN([PKG_INSTALLDIR], -[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) -m4_pushdef([pkg_description], - [pkg-config installation directory @<:@]pkg_default[@:>@]) -AC_ARG_WITH([pkgconfigdir], - [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, - [with_pkgconfigdir=]pkg_default) -AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) -m4_popdef([pkg_default]) -m4_popdef([pkg_description]) -]) dnl PKG_INSTALLDIR - - -# PKG_NOARCH_INSTALLDIR(DIRECTORY) -# ------------------------- -# Substitutes the variable noarch_pkgconfigdir as the location where a -# module should install arch-independent pkg-config .pc files. By -# default the directory is $datadir/pkgconfig, but the default can be -# changed by passing DIRECTORY. The user can override through the -# --with-noarch-pkgconfigdir parameter. -AC_DEFUN([PKG_NOARCH_INSTALLDIR], -[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) -m4_pushdef([pkg_description], - [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) -AC_ARG_WITH([noarch-pkgconfigdir], - [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, - [with_noarch_pkgconfigdir=]pkg_default) -AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) -m4_popdef([pkg_default]) -m4_popdef([pkg_description]) -]) dnl PKG_NOARCH_INSTALLDIR - - -# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, -# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) -# ------------------------------------------- -# Retrieves the value of the pkg-config variable for the given module. -AC_DEFUN([PKG_CHECK_VAR], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl - -_PKG_CONFIG([$1], [variable="][$3]["], [$2]) -AS_VAR_COPY([$1], [pkg_cv_][$1]) - -AS_VAR_IF([$1], [""], [$5], [$4])dnl -])# PKG_CHECK_VAR - # Copyright (C) 2002-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation diff -Nru libwnck3-3.4.8~git20140724.063cc928/ChangeLog libwnck3-3.4.9/ChangeLog --- libwnck3-3.4.8~git20140724.063cc928/ChangeLog 2014-07-24 13:17:54.000000000 +0000 +++ libwnck3-3.4.9/ChangeLog 2014-09-02 15:14:19.000000000 +0000 @@ -1,5 +1,82 @@ # Generated by Makefile. Do not edit. +commit 764830c3df9c3500dc855dbb72132f4aa2f8f0cd +Author: Marco Trevisan (Treviño) +Date: Tue Sep 2 17:05:17 2014 +0200 + + Release: 3.4.9 + +M NEWS + +commit e2b235e60ff01e19d4827a40620a2b4176058f56 +Author: Marco Trevisan (Treviño) +Date: Tue Sep 2 17:01:33 2014 +0200 + + TaskList: remove new Startup Notification API + + This patch has not been yet publicly released, thus it's not safe to apply + this in master. It's better to leave distributors the choice weather to use or + not use it. + +M libwnck/tasklist.c + +commit ebc43fc5558fc4042668dc5d3be5e451dffac0d0 +Author: Marco Trevisan (Treviño) +Date: Tue Sep 2 16:42:22 2014 +0200 + + Release: post-release bump to 3.4.9 + +M configure.ac + +commit e345b51e7143a84e597ef4bf92aa12b411357302 +Author: Marco Trevisan (Treviño) +Date: Tue Sep 2 16:15:46 2014 +0200 + + Release: 3.4.8 + +M NEWS + +commit b00c936aa1629cc2d3b50c8011ccaa3ccd3df7a8 +Author: Stefan Sperling +Date: Tue Feb 18 14:14:18 2014 +0100 + + TaskList: use new Startup Notification API + + The startup-notification API was recently fixed to use pointers to 'time_t' + instead of pointers to 'long' in the functions + sn_startup_sequence_get_initiated_time() and + sn_startup_sequence_get_last_active_time(). See + http://cgit.freedesktop.org/startup-notification/commit/?id=a7e49fefde18ea8d5bada8096d32f23bcfb5a6dc + This is necessary for correct operation on 32bit platforms that use 64bit + time_t (e.g. OpenBSD >= 5.5, Linux x32 ABI). + + Unfortunately, it is unknown if or when a new startup-notification release + containing this patch will be made. Until this situation clears up, downstream + distributions might or might not choose to apply the above patch to + startup-notification. + + If startup-notification is patched, or a new release containing the patch is + made, then libwnck needs the attached patch to avoid corruption of stack + variables on 32bit platforms if startup-notifications are enabled. + +M libwnck/tasklist.c + +commit c0dc096f48b57a41c19a54b1669e39e842aaf6ab +Author: Piotr Drąg +Date: Thu Jul 31 19:40:56 2014 +0200 + + doap: add + +M libwnck.doap + +commit 4a0f8a6f52a7ec0c61ff2a4dcdd8588a87346f76 +Author: Olav Vitters +Date: Wed Jul 30 20:34:19 2014 +0200 + + doap category core + +M libwnck.doap + commit 063cc9281372815e0bf0a6b2e63f9b07e1769448 Author: Rico Tzschichholz Date: Thu Jul 24 14:52:04 2014 +0200 diff -Nru libwnck3-3.4.8~git20140724.063cc928/config.guess libwnck3-3.4.9/config.guess --- libwnck3-3.4.8~git20140724.063cc928/config.guess 2014-07-24 13:17:26.000000000 +0000 +++ libwnck3-3.4.9/config.guess 2014-09-02 15:13:58.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2014 Free Software Foundation, Inc. +# Copyright 1992-2013 Free Software Foundation, Inc. -timestamp='2014-03-23' +timestamp='2013-06-10' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2014 Free Software Foundation, Inc. +Copyright 1992-2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -149,7 +149,7 @@ LIBC=gnu #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` ;; esac @@ -826,7 +826,7 @@ *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; - *:MSYS*:*) + i*:MSYS*:*) echo ${UNAME_MACHINE}-pc-msys exit ;; i*:windows32*:*) @@ -969,10 +969,10 @@ eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; - openrisc*:Linux:*:*) - echo or1k-unknown-linux-${LIBC} + or1k:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; - or32:Linux:*:* | or1k*:Linux:*:*) + or32:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) @@ -1260,26 +1260,16 @@ if test "$UNAME_PROCESSOR" = unknown ; then UNAME_PROCESSOR=powerpc fi - if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then - if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then - if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null - then - case $UNAME_PROCESSOR in - i386) UNAME_PROCESSOR=x86_64 ;; - powerpc) UNAME_PROCESSOR=powerpc64 ;; - esac - fi + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + case $UNAME_PROCESSOR in + i386) UNAME_PROCESSOR=x86_64 ;; + powerpc) UNAME_PROCESSOR=powerpc64 ;; + esac fi - elif test "$UNAME_PROCESSOR" = i386 ; then - # Avoid executing cc on OS X 10.9, as it ships with a stub - # that puts up a graphical alert prompting to install - # developer tools. Any system running Mac OS X 10.7 or - # later (Darwin 11 and later) is required to have a 64-bit - # processor. This is not true of the ARM version of Darwin - # that Apple uses in portable devices. - UNAME_PROCESSOR=x86_64 fi echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; @@ -1371,6 +1361,154 @@ exit ;; esac +eval $set_cc_for_build +cat >$dummy.c < +# include +#endif +main () +{ +#if defined (sony) +#if defined (MIPSEB) + /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, + I don't know.... */ + printf ("mips-sony-bsd\n"); exit (0); +#else +#include + printf ("m68k-sony-newsos%s\n", +#ifdef NEWSOS4 + "4" +#else + "" +#endif + ); exit (0); +#endif +#endif + +#if defined (__arm) && defined (__acorn) && defined (__unix) + printf ("arm-acorn-riscix\n"); exit (0); +#endif + +#if defined (hp300) && !defined (hpux) + printf ("m68k-hp-bsd\n"); exit (0); +#endif + +#if defined (NeXT) +#if !defined (__ARCHITECTURE__) +#define __ARCHITECTURE__ "m68k" +#endif + int version; + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; + if (version < 4) + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); + else + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); + exit (0); +#endif + +#if defined (MULTIMAX) || defined (n16) +#if defined (UMAXV) + printf ("ns32k-encore-sysv\n"); exit (0); +#else +#if defined (CMU) + printf ("ns32k-encore-mach\n"); exit (0); +#else + printf ("ns32k-encore-bsd\n"); exit (0); +#endif +#endif +#endif + +#if defined (__386BSD__) + printf ("i386-pc-bsd\n"); exit (0); +#endif + +#if defined (sequent) +#if defined (i386) + printf ("i386-sequent-dynix\n"); exit (0); +#endif +#if defined (ns32000) + printf ("ns32k-sequent-dynix\n"); exit (0); +#endif +#endif + +#if defined (_SEQUENT_) + struct utsname un; + + uname(&un); + + if (strncmp(un.version, "V2", 2) == 0) { + printf ("i386-sequent-ptx2\n"); exit (0); + } + if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ + printf ("i386-sequent-ptx1\n"); exit (0); + } + printf ("i386-sequent-ptx\n"); exit (0); + +#endif + +#if defined (vax) +# if !defined (ultrix) +# include +# if defined (BSD) +# if BSD == 43 + printf ("vax-dec-bsd4.3\n"); exit (0); +# else +# if BSD == 199006 + printf ("vax-dec-bsd4.3reno\n"); exit (0); +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# endif +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# else + printf ("vax-dec-ultrix\n"); exit (0); +# endif +#endif + +#if defined (alliant) && defined (i860) + printf ("i860-alliant-bsd\n"); exit (0); +#endif + + exit (1); +} +EOF + +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + +# Apollos put the system type in the environment. + +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } + +# Convex versions that predate uname can use getsysinfo(1) + +if [ -x /usr/convex/getsysinfo ] +then + case `getsysinfo -f cpu_type` in + c1*) + echo c1-convex-bsd + exit ;; + c2*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + c34*) + echo c34-convex-bsd + exit ;; + c38*) + echo c38-convex-bsd + exit ;; + c4*) + echo c4-convex-bsd + exit ;; + esac +fi + cat >&2 <. # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='libwnck' PACKAGE_TARNAME='libwnck' -PACKAGE_VERSION='3.4.8' -PACKAGE_STRING='libwnck 3.4.8' +PACKAGE_VERSION='3.4.9' +PACKAGE_STRING='libwnck 3.4.9' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=libwnck' PACKAGE_URL='' @@ -1446,7 +1446,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 libwnck 3.4.8 to adapt to many kinds of systems. +\`configure' configures libwnck 3.4.9 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1520,7 +1520,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libwnck 3.4.8:";; + short | recursive ) echo "Configuration of libwnck 3.4.9:";; esac cat <<\_ACEOF @@ -1664,7 +1664,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libwnck configure 3.4.8 +libwnck configure 3.4.9 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2033,7 +2033,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libwnck $as_me 3.4.8, which was +It was created by libwnck $as_me 3.4.9, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2900,7 +2900,7 @@ # Define the identity of the package. PACKAGE='libwnck' - VERSION='3.4.8' + VERSION='3.4.9' cat >>confdefs.h <<_ACEOF @@ -3199,7 +3199,7 @@ WNCK_MAJOR_VERSION=3 WNCK_MINOR_VERSION=4 -WNCK_MICRO_VERSION=8 +WNCK_MICRO_VERSION=9 @@ -13189,7 +13189,10 @@ minimum) warning_flags="-Wall" ;; - yes|maximum|error) + yes) + warning_flags="$base_warn_flags $base_error_flags $additional_flags" + ;; + maximum|error) warning_flags="$base_warn_flags $base_error_flags $additional_flags" ;; *) @@ -16983,7 +16986,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libwnck $as_me 3.4.8, which was +This file was extended by libwnck $as_me 3.4.9, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17049,7 +17052,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libwnck config.status 3.4.8 +libwnck config.status 3.4.9 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru libwnck3-3.4.8~git20140724.063cc928/configure.ac libwnck3-3.4.9/configure.ac --- libwnck3-3.4.8~git20140724.063cc928/configure.ac 2014-04-15 18:47:24.000000000 +0000 +++ libwnck3-3.4.9/configure.ac 2014-09-02 15:05:23.000000000 +0000 @@ -2,7 +2,7 @@ m4_define([wnck_major_version], [3]) m4_define([wnck_minor_version], [4]) -m4_define([wnck_micro_version], [8]) +m4_define([wnck_micro_version], [9]) m4_define([wnck_version], [wnck_major_version.wnck_minor_version.wnck_micro_version]) diff -Nru libwnck3-3.4.8~git20140724.063cc928/debian/changelog libwnck3-3.4.9/debian/changelog --- libwnck3-3.4.8~git20140724.063cc928/debian/changelog 2014-08-06 07:08:53.000000000 +0000 +++ libwnck3-3.4.9/debian/changelog 2014-09-05 06:40:24.000000000 +0000 @@ -1,8 +1,8 @@ -libwnck3 (3.4.8~git20140724.063cc928-0ubuntu1~14.04~ricotz1) trusty; urgency=medium +libwnck3 (3.4.9-0ubuntu1~14.04~ricotz0) trusty; urgency=high - * Update or fix packaging + * New upstream release - -- Rico Tzschichholz Wed, 06 Aug 2014 09:08:53 +0200 + -- Rico Tzschichholz Fri, 05 Sep 2014 08:40:24 +0200 libwnck3 (3.4.7-3) unstable; urgency=medium diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/annotation-glossary.html libwnck3-3.4.9/doc/html/annotation-glossary.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/annotation-glossary.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/annotation-glossary.html 2014-09-02 15:14:19.000000000 +0000 @@ -7,18 +7,16 @@ - + - + + T @@ -38,25 +36,9 @@

Free data after the code is done.

transfer none

Don't free data after the code is done.

-

U

-
Unstable
-

Unstable interfaces are experimental or transitional. They are typically used to -give outside developers early access to new or rapidly changing technology, or -to provide an interim solution to a problem where a more general solution is -anticipated. No claims are made about either source or binary compatibility from -one minor release to the next. - -The Unstable interface level is a warning that these interfaces are subject to -change without warning and should not be used in unbundled products. - -Given such caveats, customer impact need not be a factor when considering -incompatible changes to an Unstable interface in a major or minor release. -Nonetheless, when such changes are introduced, the changes should still be -mentioned in the release notes for the affected release. -

+ Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/core.html libwnck3-3.4.9/doc/html/core.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/core.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/core.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + - + @@ -47,6 +47,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/getting-started.html libwnck3-3.4.9/doc/html/getting-started.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/getting-started.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/getting-started.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + - + @@ -193,6 +193,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file Binary files /tmp/G9pIwBMMaa/libwnck3-3.4.8~git20140724.063cc928/doc/html/home.png and /tmp/srGnVWgWhB/libwnck3-3.4.9/doc/html/home.png differ diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/indexes.html libwnck3-3.4.9/doc/html/indexes.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/indexes.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/indexes.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + - + @@ -44,6 +44,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/index.html libwnck3-3.4.9/doc/html/index.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/index.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/index.html 2014-09-02 15:14:19.000000000 +0000 @@ -6,7 +6,7 @@ - + @@ -61,7 +61,7 @@ Resource Usage of X Clients — reading resource usage of X clients.
-Icons Functions — icons related functions. +Icon Files — icons related functions.
Miscellaneous Functions — other additional features. @@ -92,6 +92,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/index.sgml libwnck3-3.4.9/doc/html/index.sgml --- libwnck3-3.4.8~git20140724.063cc928/doc/html/index.sgml 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/index.sgml 2014-09-02 15:14:18.000000000 +0000 @@ -316,6 +316,7 @@ + @@ -328,6 +329,7 @@ + @@ -340,6 +342,7 @@ + @@ -350,6 +353,7 @@ + @@ -362,4 +366,3 @@ - diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/ix01.html libwnck3-3.4.9/doc/html/ix01.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/ix01.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/ix01.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + -
+ @@ -462,6 +462,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/ix02.html libwnck3-3.4.9/doc/html/ix02.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/ix02.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/ix02.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + - + @@ -38,6 +38,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/ix03.html libwnck3-3.4.9/doc/html/ix03.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/ix03.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/ix03.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + - + @@ -60,6 +60,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/ix04.html libwnck3-3.4.9/doc/html/ix04.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/ix04.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/ix04.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + - + @@ -44,6 +44,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/ix05.html libwnck3-3.4.9/doc/html/ix05.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/ix05.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/ix05.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + - + @@ -38,6 +38,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/ix06.html libwnck3-3.4.9/doc/html/ix06.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/ix06.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/ix06.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + - + @@ -38,6 +38,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/ix07.html libwnck3-3.4.9/doc/html/ix07.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/ix07.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/ix07.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + - + @@ -40,6 +40,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/ix08.html libwnck3-3.4.9/doc/html/ix08.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/ix08.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/ix08.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + - + @@ -48,6 +48,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/ix09.html libwnck3-3.4.9/doc/html/ix09.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/ix09.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/ix09.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + - + @@ -42,6 +42,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/ix10.html libwnck3-3.4.9/doc/html/ix10.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/ix10.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/ix10.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + - + @@ -46,6 +46,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/ix11.html libwnck3-3.4.9/doc/html/ix11.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/ix11.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/ix11.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + - + @@ -64,6 +64,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/ix12.html libwnck3-3.4.9/doc/html/ix12.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/ix12.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/ix12.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + - + @@ -30,6 +30,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/ix13.html libwnck3-3.4.9/doc/html/ix13.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/ix13.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/ix13.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + - + @@ -38,6 +38,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/ix14.html libwnck3-3.4.9/doc/html/ix14.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/ix14.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/ix14.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + - + @@ -30,6 +30,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file Binary files /tmp/G9pIwBMMaa/libwnck3-3.4.8~git20140724.063cc928/doc/html/left-insensitive.png and /tmp/srGnVWgWhB/libwnck3-3.4.9/doc/html/left-insensitive.png differ Binary files /tmp/G9pIwBMMaa/libwnck3-3.4.8~git20140724.063cc928/doc/html/left.png and /tmp/srGnVWgWhB/libwnck3-3.4.9/doc/html/left.png differ diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/libwnck.devhelp2 libwnck3-3.4.9/doc/html/libwnck.devhelp2 --- libwnck3-3.4.8~git20140724.063cc928/doc/html/libwnck.devhelp2 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/libwnck.devhelp2 2014-09-02 15:14:18.000000000 +0000 @@ -19,7 +19,7 @@ - + diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/libwnck-Icons-Functions.html libwnck3-3.4.9/doc/html/libwnck-Icons-Functions.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/libwnck-Icons-Functions.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/libwnck-Icons-Functions.html 2014-09-02 15:14:19.000000000 +0000 @@ -2,20 +2,21 @@ -Libwnck Reference Manual: Icons Functions +Libwnck Reference Manual: Icon Files - + - + @@ -26,27 +27,14 @@
-

Icons Functions

-

Icons Functions — icons related functions.

+

Icon Files

+

Icon Files — icons related functions.

Stability Level

-Unstable, unless otherwise indicated +Unstable, unless otherwise indicated

Functions

@@ -95,6 +83,11 @@
+

Object Hierarchy

+
+
+
+

Includes

#include <libwnck/libwnck.h>
 
@@ -113,7 +106,7 @@

The default main icon size is WNCK_DEFAULT_ICON_SIZE. This function allows to change this value.

-

Parameters

+

Parameters

@@ -137,7 +130,7 @@

The default main icon size is WNCK_DEFAULT_MINI_ICON_SIZE. This function allows to change this value.

-

Parameters

+

Parameters

@@ -175,6 +168,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/libwnck-Miscellaneous-Functions.html libwnck3-3.4.9/doc/html/libwnck-Miscellaneous-Functions.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/libwnck-Miscellaneous-Functions.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/libwnck-Miscellaneous-Functions.html 2014-09-02 15:14:19.000000000 +0000 @@ -6,16 +6,17 @@ - + - + -
+ @@ -33,20 +34,7 @@

Stability Level

-Unstable, unless otherwise indicated +Unstable, unless otherwise indicated

Functions

@@ -89,6 +77,11 @@
+

Object Hierarchy

+
+
+
+

Includes

#include <libwnck/libwnck.h>
 
@@ -110,7 +103,7 @@ tasklists, it is important to set the role to WNCK_CLIENT_TYPE_PAGER for libwnck to properly work.

-

Parameters

+

Parameters

@@ -149,7 +142,7 @@

enum WnckClientType

Type describing the role of the libwnck user.

-

Members

+

Members

@@ -181,6 +174,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/libwnck-Resource-Usage-of-X-Clients.html libwnck3-3.4.9/doc/html/libwnck-Resource-Usage-of-X-Clients.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/libwnck-Resource-Usage-of-X-Clients.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/libwnck-Resource-Usage-of-X-Clients.html 2014-09-02 15:14:19.000000000 +0000 @@ -7,15 +7,16 @@ - - + + -
+ @@ -33,20 +34,7 @@

Stability Level

-Unstable, unless otherwise indicated +Unstable, unless otherwise indicated

Functions

@@ -89,6 +77,11 @@
+

Object Hierarchy

+
+
+
+

Includes

#include <libwnck/libwnck.h>
 
@@ -115,7 +108,7 @@ are set to 0.

To properly work, this function requires the XRes extension on the X server.

-

Parameters

+

Parameters

@@ -168,7 +161,7 @@ again after a few seconds should work.

To properly work, this function requires the XRes extension on the X server.

-

Parameters

+

Parameters

@@ -224,7 +217,7 @@ usage of an X client, and the number of resources allocated for each resource type.

-

Members

+

Members

@@ -307,6 +300,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/libwnck-Version-Information.html libwnck3-3.4.9/doc/html/libwnck-Version-Information.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/libwnck-Version-Information.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/libwnck-Version-Information.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,14 +8,15 @@ - + -
+ @@ -33,20 +34,7 @@

Stability Level

-Unstable, unless otherwise indicated +Unstable, unless otherwise indicated

Functions

@@ -78,6 +66,11 @@
+

Object Hierarchy

+
+
+
+

Includes

#include <libwnck/libwnck.h>
 
@@ -95,7 +88,7 @@
#define WNCK_MAJOR_VERSION (3)
 
-

Returns

+

Returns

the major version number of the libwnck library, from the headers used at application compile time, rather than from the library linked against at application run time. @@ -110,7 +103,7 @@

#define WNCK_MINOR_VERSION (4)
 
-

Returns

+

Returns

the minor version number of the libwnck library, from the headers used at application compile time, rather than from the library linked against at application run time. @@ -125,7 +118,7 @@

#define WNCK_MICRO_VERSION (8)
 
-

Returns

+

Returns

the micro version number of the libwnck library, from the headers used at application compile time, rather than from the library linked against at application run time. @@ -139,7 +132,7 @@

WNCK_CHECK_VERSION()

#define             WNCK_CHECK_VERSION(major,minor,micro)
-

Parameters

+

Parameters

@@ -166,7 +159,7 @@
-

Returns

+

Returns

TRUE if the version of the libwnck header files is the same as or newer than the passed-in version, FALSE otherwise.

@@ -181,6 +174,6 @@
+ Generated by GTK-Doc V1.20
\ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/libwnck-Window-Action-Menu.html libwnck3-3.4.9/doc/html/libwnck-Window-Action-Menu.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/libwnck-Window-Action-Menu.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/libwnck-Window-Action-Menu.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,16 +8,16 @@ - + - + @@ -36,20 +36,7 @@

Stability Level

-Unstable, unless otherwise indicated +Unstable, unless otherwise indicated

Functions

@@ -111,7 +98,7 @@

Implemented Interfaces

WnckActionMenu implements - AtkImplementorIface and GtkBuildable.

+ AtkImplementorIface and GtkBuildable.

Includes

@@ -196,6 +183,6 @@
+ Generated by GTK-Doc V1.20
\ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/overview.html libwnck3-3.4.9/doc/html/overview.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/overview.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/overview.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + - + @@ -56,6 +56,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file Binary files /tmp/G9pIwBMMaa/libwnck3-3.4.8~git20140724.063cc928/doc/html/right-insensitive.png and /tmp/srGnVWgWhB/libwnck3-3.4.9/doc/html/right-insensitive.png differ Binary files /tmp/G9pIwBMMaa/libwnck3-3.4.8~git20140724.063cc928/doc/html/right.png and /tmp/srGnVWgWhB/libwnck3-3.4.9/doc/html/right.png differ diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/style.css libwnck3-3.4.9/doc/html/style.css --- libwnck3-3.4.8~git20140724.063cc928/doc/html/style.css 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/style.css 2014-09-02 15:14:18.000000000 +0000 @@ -30,6 +30,127 @@ vertical-align: top; } +@media screen { + sup a.footnote + { + position: relative; + top: 0em ! important; + } + /* this is needed so that the local anchors are displayed below the naviagtion */ + div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] + { + display: inline-block; + position: relative; + top:-5em; + } + /* this seems to be a bug in the xsl style sheets when generating indexes */ + div.index div.index + { + top: 0em; + } + /* make space for the fixed navigation bar and add space at the bottom so that + * link targets appear somewhat close to top + */ + body + { + padding-top: 5em; + padding-bottom: 500px; + max-width: 60em; + } + p + { + max-width: 60em; + } + /* style and size the navigation bar */ + table.navigation#top + { + position: fixed; + background: #e2e2e2; + border-bottom: solid 1px #babdb6; + margin-top: 0; + margin-bottom: 0; + top: 0; + left: 0; + height: 3em; + z-index: 10; + } + .navigation a, .navigation a:visited + { + /* tango:sky blue 3 */ + color: #204a87; + } + .navigation a:hover + { + /* tango:sky blue 2 */ + color: #3465a4; + } + td.shortcuts + { + /* tango:sky blue 2 */ + color: #3465a4; + font-size: 80%; + white-space: nowrap; + } + td.shortcuts .dim + { + color: #babdb6; + } +} +@media screen and (min-width: 60em) { + /* screen larger than 60em */ + body { margin: auto; } +} +@media screen and (max-width: 60em) { + /* screen less than 60em */ + #nav_hierarchy { display: none; } + #nav_interfaces { display: none; } + #nav_prerequisites { display: none; } + #nav_derived_interfaces { display: none; } + #nav_implementations { display: none; } + #nav_child_properties { display: none; } + #nav_style_properties { display: none; } + #nav_index { display: none; } + #nav_glossary { display: none; } + .gallery_image { display: none; } + .property_flags { display: none; } + .signal_flags { display: none; } + .parameter_annotations { display: none; } + .enum_member_annotations { display: none; } + .struct_member_annotations { display: none; } + .union_member_annotations { display: none; } + /* now that a column is hidden, optimize space */ + col.parameters_name { width: auto; } + col.parameters_description { width: auto; } + col.struct_members_name { width: auto; } + col.struct_members_description { width: auto; } + col.enum_members_name { width: auto; } + col.enum_members_description { width: auto; } + col.union_members_name { width: auto; } + col.union_members_description { width: auto; } +} +@media print { + table.navigation { + visibility: collapse; + display: none; + } + div.titlepage table.navigation { + visibility: visible; + display: table; + background: #e2e2e2; + border: solid 1px #babdb6; + margin-top: 0; + margin-bottom: 0; + top: 0; + left: 0; + height: 3em; + } +} + +.navigation .title +{ + font-size: 120%; +} + div.gallery-float { float: left; @@ -60,7 +181,7 @@ div.informaltable table { border-collapse: separate; - border-spacing: 1em 0.5em; + border-spacing: 20px 3px; border: none; } @@ -118,11 +239,6 @@ color: #729fcf; } -td p -{ - margin: 0.25em; -} - div.table table { border-collapse: collapse; @@ -288,28 +404,21 @@ font-weight: normal; } -acronym,abbr -{ - border-bottom: 1px dotted gray; -} - /* code listings */ -.listing_code .programlisting .normal, -.listing_code .programlisting .normal a, -.listing_code .programlisting .number, -.listing_code .programlisting .cbracket, -.listing_code .programlisting .symbol { color: #555753; } -.listing_code .programlisting .comment, +.listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */ +.listing_code .programlisting .comment { color: #a1a39d; } /* tango: aluminium 4 */ +.listing_code .programlisting .function { color: #000000; font-weight: bold; } +.listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */ +.listing_code .programlisting .keyword { color: #4e9a06; } /* tango: chameleon 3 */ .listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */ -.listing_code .programlisting .function, -.listing_code .programlisting .function a, +.listing_code .programlisting .normal { color: #000000; } +.listing_code .programlisting .number { color: #75507b; } /* tango: plum 2 */ .listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */ -.listing_code .programlisting .string { color: #ad7fa8; } /* tango: plum */ -.listing_code .programlisting .keyword, -.listing_code .programlisting .usertype, -.listing_code .programlisting .type, -.listing_code .programlisting .type a { color: #4e9a06; } /* tango: chameleon 3 */ +.listing_code .programlisting .string { color: #c17d11; } /* tango: chocolate 2 */ +.listing_code .programlisting .type { color: #000000; } +.listing_code .programlisting .type a { color: #11326b; } /* tango: sky blue 4 */ +.listing_code .programlisting .symbol { color: #ce5c00; } /* tango: orange 3 */ .listing_frame { /* tango:sky blue 1 */ @@ -324,6 +433,11 @@ padding: 0.5em; } .listing_lines { + /* this just adds visual clutter and + takes precious room from small screens */ + display: none; +} +.listing_lines { /* tango:sky blue 0.5 */ background: #a6c5e3; background: rgba(114, 159, 207, 0.2); @@ -345,132 +459,3 @@ margin: 0px; } -@media screen { - sup a.footnote - { - position: relative; - top: 0em ! important; - } - /* this is needed so that the local anchors are displayed below the naviagtion */ - div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] - { - display: inline-block; - position: relative; - top:-5em; - } - /* this seems to be a bug in the xsl style sheets when generating indexes */ - div.index div.index - { - top: 0em; - } - /* make space for the fixed navigation bar and add space at the bottom so that - * link targets appear somewhat close to top - */ - body - { - padding-top: 2.5em; - padding-bottom: 500px; - max-width: 60em; - } - p - { - max-width: 60em; - } - /* style and size the navigation bar */ - table.navigation#top - { - position: fixed; - background: #e2e2e2; - border-bottom: solid 1px #babdb6; - border-spacing: 5px; - margin-top: 0; - margin-bottom: 0; - top: 0; - left: 0; - z-index: 10; - } - table.navigation#top td - { - padding-left: 6px; - padding-right: 6px; - } - .navigation a, .navigation a:visited - { - /* tango:sky blue 3 */ - color: #204a87; - } - .navigation a:hover - { - /* tango:sky blue 2 */ - color: #3465a4; - } - td.shortcuts - { - /* tango:sky blue 2 */ - color: #3465a4; - font-size: 80%; - white-space: nowrap; - } - td.shortcuts .dim - { - color: #babdb6; - } - .navigation .title - { - font-size: 80%; - max-width: none; - margin: 0px; - font-weight: normal; - } -} -@media screen and (min-width: 60em) { - /* screen larger than 60em */ - body { margin: auto; } -} -@media screen and (max-width: 60em) { - /* screen less than 60em */ - #nav_hierarchy { display: none; } - #nav_interfaces { display: none; } - #nav_prerequisites { display: none; } - #nav_derived_interfaces { display: none; } - #nav_implementations { display: none; } - #nav_child_properties { display: none; } - #nav_style_properties { display: none; } - #nav_index { display: none; } - #nav_glossary { display: none; } - .gallery_image { display: none; } - .property_flags { display: none; } - .signal_flags { display: none; } - .parameter_annotations { display: none; } - .enum_member_annotations { display: none; } - .struct_member_annotations { display: none; } - .union_member_annotations { display: none; } - /* now that a column is hidden, optimize space */ - col.parameters_name { width: auto; } - col.parameters_description { width: auto; } - col.struct_members_name { width: auto; } - col.struct_members_description { width: auto; } - col.enum_members_name { width: auto; } - col.enum_members_description { width: auto; } - col.union_members_name { width: auto; } - col.union_members_description { width: auto; } - .listing_lines { display: none; } -} -@media print { - table.navigation { - visibility: collapse; - display: none; - } - div.titlepage table.navigation { - visibility: visible; - display: table; - background: #e2e2e2; - border: solid 1px #babdb6; - margin-top: 0; - margin-bottom: 0; - top: 0; - left: 0; - height: 3em; - } -} - Binary files /tmp/G9pIwBMMaa/libwnck3-3.4.8~git20140724.063cc928/doc/html/up-insensitive.png and /tmp/srGnVWgWhB/libwnck3-3.4.9/doc/html/up-insensitive.png differ Binary files /tmp/G9pIwBMMaa/libwnck3-3.4.8~git20140724.063cc928/doc/html/up.png and /tmp/srGnVWgWhB/libwnck3-3.4.9/doc/html/up.png differ diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/utils.html libwnck3-3.4.9/doc/html/utils.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/utils.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/utils.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + - + @@ -29,7 +29,7 @@ Resource Usage of X Clients — reading resource usage of X clients.
-Icons Functions — icons related functions. +Icon Files — icons related functions.
Miscellaneous Functions — other additional features. @@ -42,6 +42,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/widgets.html libwnck3-3.4.9/doc/html/widgets.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/widgets.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/widgets.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,11 +8,11 @@ - + -
+ @@ -44,6 +44,6 @@ + Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/WnckApplication.html libwnck3-3.4.9/doc/html/WnckApplication.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/WnckApplication.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/WnckApplication.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,15 +8,15 @@ - + - + @@ -36,20 +36,7 @@

Stability Level

-Unstable, unless otherwise indicated +Unstable, unless otherwise indicated

Functions

@@ -107,7 +94,7 @@ -GdkPixbuf * +GdkPixbuf * wnck_application_get_icon () @@ -115,7 +102,7 @@ -GdkPixbuf * +GdkPixbuf * wnck_application_get_mini_icon () @@ -397,7 +384,7 @@

wnck_application_get_icon ()

-
GdkPixbuf *
+
GdkPixbuf *
 wnck_application_get_icon (WnckApplication *app);

Gets the icon to be used for app . If no icon is set for app @@ -431,7 +418,7 @@


wnck_application_get_mini_icon ()

-
GdkPixbuf *
+
GdkPixbuf *
 wnck_application_get_mini_icon (WnckApplication *app);

Gets the mini-icon to be used for app . If no mini-icon is set for app @@ -637,6 +624,6 @@

+ Generated by GTK-Doc V1.20
\ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/WnckClassGroup.html libwnck3-3.4.9/doc/html/WnckClassGroup.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/WnckClassGroup.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/WnckClassGroup.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,15 +8,15 @@ - + - + @@ -36,20 +36,7 @@

Stability Level

-Unstable, unless otherwise indicated +Unstable, unless otherwise indicated

Functions

@@ -90,7 +77,7 @@ -GdkPixbuf * +GdkPixbuf * wnck_class_group_get_icon () @@ -98,7 +85,7 @@ -GdkPixbuf * +GdkPixbuf * wnck_class_group_get_mini_icon () @@ -316,7 +303,7 @@

wnck_class_group_get_icon ()

-
GdkPixbuf *
+
GdkPixbuf *
 wnck_class_group_get_icon (WnckClassGroup *class_group);

Gets the icon to be used for class_group . Since there is no way to @@ -354,7 +341,7 @@


wnck_class_group_get_mini_icon ()

-
GdkPixbuf *
+
GdkPixbuf *
 wnck_class_group_get_mini_icon (WnckClassGroup *class_group);

Gets the mini-icon to be used for class_group . Since there is no way to @@ -502,6 +489,6 @@

+ Generated by GTK-Doc V1.20
\ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/WnckPager.html libwnck3-3.4.9/doc/html/WnckPager.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/WnckPager.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/WnckPager.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,15 +8,15 @@ - + - + @@ -35,20 +35,7 @@

Stability Level

-Unstable, unless otherwise indicated +Unstable, unless otherwise indicated

Functions

@@ -140,7 +127,7 @@

Implemented Interfaces

WnckPager implements - AtkImplementorIface and GtkBuildable.

+ AtkImplementorIface and GtkBuildable.

Includes

@@ -434,6 +421,6 @@
+ Generated by GTK-Doc V1.20
\ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/WnckScreen.html libwnck3-3.4.9/doc/html/WnckScreen.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/WnckScreen.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/WnckScreen.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,15 +8,15 @@ - + - + @@ -35,20 +35,7 @@

Stability Level

-Unstable, unless otherwise indicated +Unstable, unless otherwise indicated

Functions

@@ -1927,6 +1914,6 @@
+ Generated by GTK-Doc V1.20
\ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/WnckSelector.html libwnck3-3.4.9/doc/html/WnckSelector.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/WnckSelector.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/WnckSelector.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,15 +8,15 @@ - + - + @@ -36,20 +36,7 @@

Stability Level

-Unstable, unless otherwise indicated +Unstable, unless otherwise indicated

Functions

@@ -96,7 +83,7 @@

Implemented Interfaces

WnckSelector implements - AtkImplementorIface and GtkBuildable.

+ AtkImplementorIface and GtkBuildable.

Includes

@@ -143,6 +130,6 @@
+ Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/WnckTasklist.html libwnck3-3.4.9/doc/html/WnckTasklist.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/WnckTasklist.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/WnckTasklist.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,16 +8,16 @@ - + - + @@ -37,20 +37,7 @@

Stability Level

-Unstable, unless otherwise indicated +Unstable, unless otherwise indicated

Functions

@@ -110,7 +97,7 @@ -GdkPixbuf * +GdkPixbuf * (*WnckLoadIconFunction) () @@ -198,7 +185,7 @@

Implemented Interfaces

WnckTasklist implements - AtkImplementorIface and GtkBuildable.

+ AtkImplementorIface and GtkBuildable.

Includes

@@ -429,7 +416,7 @@

WnckLoadIconFunction ()

-
GdkPixbuf *
+
GdkPixbuf *
 (*WnckLoadIconFunction) (const char *icon_name,
                          int size,
                          unsigned int flags,
@@ -534,7 +521,7 @@
 when needed, for example), the standard size request mechanism in GTK+ is
 not enough to announce what sizes can be used by tasklist
 . The size hints
-mechanism is a solution for this. See panel_applet_set_size_hints() for more
+mechanism is a solution for this. See panel_applet_set_size_hints() for more
 information.

Parameters

@@ -678,6 +665,6 @@
+ Generated by GTK-Doc V1.20
\ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/WnckWindow.html libwnck3-3.4.9/doc/html/WnckWindow.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/WnckWindow.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/WnckWindow.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,15 +8,15 @@ - + - + @@ -35,20 +35,7 @@

Stability Level

-Unstable, unless otherwise indicated +Unstable, unless otherwise indicated

Functions

@@ -114,7 +101,7 @@ -GdkPixbuf * +GdkPixbuf * wnck_window_get_icon () @@ -122,7 +109,7 @@ -GdkPixbuf * +GdkPixbuf * wnck_window_get_mini_icon () @@ -1020,7 +1007,7 @@

wnck_window_get_icon ()

-
GdkPixbuf *
+
GdkPixbuf *
 wnck_window_get_icon (WnckWindow *window);

Gets the icon to be used for window . If no icon was found, a fallback @@ -1053,7 +1040,7 @@


wnck_window_get_mini_icon ()

-
GdkPixbuf *
+
GdkPixbuf *
 wnck_window_get_mini_icon (WnckWindow *window);

Gets the mini-icon to be used for window . If no mini-icon was found, a @@ -4100,6 +4087,6 @@

+ Generated by GTK-Doc V1.20
\ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/html/WnckWorkspace.html libwnck3-3.4.9/doc/html/WnckWorkspace.html --- libwnck3-3.4.8~git20140724.063cc928/doc/html/WnckWorkspace.html 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/html/WnckWorkspace.html 2014-09-02 15:14:19.000000000 +0000 @@ -8,15 +8,15 @@ - + - + @@ -35,20 +35,7 @@

Stability Level

-Unstable, unless otherwise indicated +Unstable, unless otherwise indicated

Functions

@@ -758,6 +745,6 @@
+ Generated by GTK-Doc V1.20 \ No newline at end of file diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/Makefile.in libwnck3-3.4.9/doc/Makefile.in --- libwnck3-3.4.8~git20140724.063cc928/doc/Makefile.in 2014-07-24 13:17:27.000000000 +0000 +++ libwnck3-3.4.9/doc/Makefile.in 2014-09-02 15:13:59.000000000 +0000 @@ -84,7 +84,7 @@ build_triplet = @build@ host_triplet = @host@ DIST_COMMON = $(top_srcdir)/gtk-doc.make $(srcdir)/Makefile.in \ - $(srcdir)/Makefile.am + $(srcdir)/Makefile.am $(top_srcdir)/mkinstalldirs subdir = doc ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ @@ -94,7 +94,7 @@ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = diff -Nru libwnck3-3.4.8~git20140724.063cc928/doc/tmpl/icons.sgml libwnck3-3.4.9/doc/tmpl/icons.sgml --- libwnck3-3.4.8~git20140724.063cc928/doc/tmpl/icons.sgml 2014-07-24 13:17:53.000000000 +0000 +++ libwnck3-3.4.9/doc/tmpl/icons.sgml 2014-09-02 15:14:18.000000000 +0000 @@ -1,5 +1,5 @@ -Icons Functions +Icon Files @@ -9,13 +9,11 @@ - - diff -Nru libwnck3-3.4.8~git20140724.063cc928/libwnck/Makefile.in libwnck3-3.4.9/libwnck/Makefile.in --- libwnck3-3.4.8~git20140724.063cc928/libwnck/Makefile.in 2014-07-24 13:17:27.000000000 +0000 +++ libwnck3-3.4.9/libwnck/Makefile.in 2014-09-02 15:13:59.000000000 +0000 @@ -97,8 +97,8 @@ @HAVE_INTROSPECTION_TRUE@am__append_4 = $(gir_DATA) $(typelib_DATA) subdir = libwnck DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(srcdir)/version.h.in $(top_srcdir)/depcomp \ - $(libwnckinclude_HEADERS) + $(top_srcdir)/mkinstalldirs $(srcdir)/version.h.in \ + $(top_srcdir)/depcomp $(libwnckinclude_HEADERS) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -107,7 +107,7 @@ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = version.h CONFIG_CLEAN_VPATH_FILES = diff -Nru libwnck3-3.4.8~git20140724.063cc928/libwnck/version.h libwnck3-3.4.9/libwnck/version.h --- libwnck3-3.4.8~git20140724.063cc928/libwnck/version.h 2014-07-24 13:17:33.000000000 +0000 +++ libwnck3-3.4.9/libwnck/version.h 2014-09-02 15:14:15.000000000 +0000 @@ -72,7 +72,7 @@ * * Since: 3.0 */ -#define WNCK_MICRO_VERSION (8) +#define WNCK_MICRO_VERSION (9) /** * WNCK_CHECK_VERSION: diff -Nru libwnck3-3.4.8~git20140724.063cc928/Makefile.in libwnck3-3.4.9/Makefile.in --- libwnck3-3.4.8~git20140724.063cc928/Makefile.in 2014-07-24 13:17:27.000000000 +0000 +++ libwnck3-3.4.9/Makefile.in 2014-09-02 15:13:59.000000000 +0000 @@ -82,9 +82,10 @@ DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \ $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) \ - $(srcdir)/config.h.in $(srcdir)/libwnck-3.0.pc.in \ + $(srcdir)/config.h.in mkinstalldirs \ + $(srcdir)/libwnck-3.0.pc.in \ $(srcdir)/libwnck-3.0-uninstalled.pc.in COPYING compile \ - config.guess config.sub install-sh missing ltmain.sh + config.guess config.sub depcomp install-sh missing ltmain.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -95,7 +96,7 @@ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno -mkinstalldirs = $(install_sh) -d +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = libwnck-3.0.pc libwnck-3.0-uninstalled.pc CONFIG_CLEAN_VPATH_FILES = diff -Nru libwnck3-3.4.8~git20140724.063cc928/mkinstalldirs libwnck3-3.4.9/mkinstalldirs --- libwnck3-3.4.8~git20140724.063cc928/mkinstalldirs 1970-01-01 00:00:00.000000000 +0000 +++ libwnck3-3.4.9/mkinstalldirs 2014-09-02 15:13:59.000000000 +0000 @@ -0,0 +1,162 @@ +#! /bin/sh +# mkinstalldirs --- make directory hierarchy + +scriptversion=2009-04-28.21; # UTC + +# Original author: Noah Friedman +# Created: 1993-05-16 +# Public domain. +# +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +nl=' +' +IFS=" "" $nl" +errstatus=0 +dirmode= + +usage="\ +Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... + +Create each directory DIR (with mode MODE, if specified), including all +leading file name components. + +Report bugs to ." + +# process command line arguments +while test $# -gt 0 ; do + case $1 in + -h | --help | --h*) # -h for help + echo "$usage" + exit $? + ;; + -m) # -m PERM arg + shift + test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } + dirmode=$1 + shift + ;; + --version) + echo "$0 $scriptversion" + exit $? + ;; + --) # stop option processing + shift + break + ;; + -*) # unknown option + echo "$usage" 1>&2 + exit 1 + ;; + *) # first non-opt arg + break + ;; + esac +done + +for file +do + if test -d "$file"; then + shift + else + break + fi +done + +case $# in + 0) exit 0 ;; +esac + +# Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and +# mkdir -p a/c at the same time, both will detect that a is missing, +# one will create a, then the other will try to create a and die with +# a "File exists" error. This is a problem when calling mkinstalldirs +# from a parallel make. We use --version in the probe to restrict +# ourselves to GNU mkdir, which is thread-safe. +case $dirmode in + '') + if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then + echo "mkdir -p -- $*" + exec mkdir -p -- "$@" + else + # On NextStep and OpenStep, the 'mkdir' command does not + # recognize any option. It will interpret all options as + # directories to create, and then abort because '.' already + # exists. + test -d ./-p && rmdir ./-p + test -d ./--version && rmdir ./--version + fi + ;; + *) + if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && + test ! -d ./--version; then + echo "mkdir -m $dirmode -p -- $*" + exec mkdir -m "$dirmode" -p -- "$@" + else + # Clean up after NextStep and OpenStep mkdir. + for d in ./-m ./-p ./--version "./$dirmode"; + do + test -d $d && rmdir $d + done + fi + ;; +esac + +for file +do + case $file in + /*) pathcomp=/ ;; + *) pathcomp= ;; + esac + oIFS=$IFS + IFS=/ + set fnord $file + shift + IFS=$oIFS + + for d + do + test "x$d" = x && continue + + pathcomp=$pathcomp$d + case $pathcomp in + -*) pathcomp=./$pathcomp ;; + esac + + if test ! -d "$pathcomp"; then + echo "mkdir $pathcomp" + + mkdir "$pathcomp" || lasterr=$? + + if test ! -d "$pathcomp"; then + errstatus=$lasterr + else + if test ! -z "$dirmode"; then + echo "chmod $dirmode $pathcomp" + lasterr= + chmod "$dirmode" "$pathcomp" || lasterr=$? + + if test ! -z "$lasterr"; then + errstatus=$lasterr + fi + fi + fi + fi + + pathcomp=$pathcomp/ + done +done + +exit $errstatus + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff -Nru libwnck3-3.4.8~git20140724.063cc928/NEWS libwnck3-3.4.9/NEWS --- libwnck3-3.4.8~git20140724.063cc928/NEWS 2014-04-15 18:47:24.000000000 +0000 +++ libwnck3-3.4.9/NEWS 2014-09-02 15:05:23.000000000 +0000 @@ -1,4 +1,34 @@ ============= +Version 3.4.9 +============= + + Fixes + + * TaskList: remove new Startup Notification API + +============= +Version 3.4.8 +============= + + Features + + * Add support for _GTK_FRAME_EXTENTS (Rico Tzschichholz) + + Fixes + + * WindowActionMenu: unset window and stop async events on dispose (Marco Trevisan) + * TaskList: use new Startup Notification API (Stefan Sperling) + + Translators + + * Fran Diéguez (gl) + * GunChleoc (gd) + * Milo Casagrande (it) + * Noriko Mizumoto (ja) + * Rūdolfs Mazurs (lv) + * Wylmer Wang (zh_CN) + +============= Version 3.4.7 =============