diff -Nru libwnck-2.29.92/ChangeLog libwnck-2.30.0/ChangeLog --- libwnck-2.29.92/ChangeLog 2010-03-09 02:29:26.000000000 +0000 +++ libwnck-2.30.0/ChangeLog 2010-03-30 00:59:48.000000000 +0100 @@ -1,6 +1,114 @@ +commit 9001406ea07317687b45cdfbc1b530b68fa68f48 +Author: Ani Peter +Date: 2010-03-29 + + Updated Malayalam Translations + +M po/ml.po + +commit d2f69b37cda4dabc9c716e6804df25ad0ea9717c +Author: Inaki Larranaga Murgoitio +Date: 2010-03-27 + + Updated Basque language + +M po/eu.po + +commit 5c6c35a9146740ef6d0cb99c67b048781b28e768 +Author: Inaki Larranaga Murgoitio +Date: 2010-03-24 + + Updated Basque language + +M po/eu.po + +commit 4a2eea3d1675da582daa07f0db2f6fffb8ca943c +Author: Vincent Untz +Date: 2010-03-11 + + [tasklist] Fix a GSeal issue + + We were using the event_window field of GtkButton, which is sealed + with + no accessor (that makes sense). What we're interested in is the + position + of the GtkButton on the screen, and it's easy to find it another way. + + There's just a small trick: the window of a GtkButton is actually the + window of its parent; once we know this, we just need to use the + allocation information to get the relative position and we can deduce + the absolution position of the widget. + +M libwnck/tasklist.c + +commit 98e56b1c96c493705941420b051b9dadae5959d7 +Author: Vincent Untz +Date: 2010-03-11 + + [selector] Use a GtkSeparatorMenuItem with label for workspace items + + Instead of a hack based on a normal menu item and some voodoo with + sensitivity & the visual appearance, we can just use a + GtkSeparatorMenuItem in which we put a label. + + The item will not be selectable, but will still look the way we want. + +M libwnck/selector.c + +commit 0ffea2f07010079b86bfe98994c0920e1599d313 +Author: Vincent Untz +Date: 2010-03-10 + + [all] Start fixing the build with GSEAL_ENABLED + + The changes are really straightforward here, it's just some work that + takes time. + + Part of https://bugzilla.gnome.org/show_bug.cgi?id=612490 + +M libwnck/pager.c +M libwnck/selector.c +M libwnck/tasklist.c +M libwnck/util.c +M libwnck/window-action-menu.c + +commit 0b0ae9db0d10c19110506dea4dd82b4c8ffaa954 +Author: Vincent Untz +Date: 2010-03-09 + + [build] Do not use [] but @<:@ and @:>@ for default values in + configure + +M configure.in + +commit bb27f3e109a52436d47b1dfab91e7ce4caaac647 +Author: Vincent Untz +Date: 2010-03-09 + + [build] Add configure summary + +M configure.in + +commit 3b052e5b4339b68b2dc8d1dd316090557d8702a3 +Author: Vincent Untz +Date: 2010-03-09 + + [release] post-release bump to 2.30.0 + +M configure.in + +commit 6b1e2bc39254534d7395a38a649770bf6081edf9 +Author: Vincent Untz +Date: 2010-03-09 + + [release] 2.29.92 + +M NEWS +M configure.in + commit ae763021b3ceb6f75019391210b97ee09ca44008 Author: Theppitak Karoonboonyanan -Date: 2010-03-09 +Date: 2010-03-09 [build] Fix build out of source tree diff -Nru libwnck-2.29.92/configure libwnck-2.30.0/configure --- libwnck-2.29.92/configure 2010-03-09 02:33:12.000000000 +0000 +++ libwnck-2.30.0/configure 2010-03-30 01:02:14.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.63 for libwnck 2.29.92. +# Generated by GNU Autoconf 2.63 for libwnck 2.30.0. # # Report bugs to . # @@ -745,8 +745,8 @@ # Identity of this package. PACKAGE_NAME='libwnck' PACKAGE_TARNAME='libwnck' -PACKAGE_VERSION='2.29.92' -PACKAGE_STRING='libwnck 2.29.92' +PACKAGE_VERSION='2.30.0' +PACKAGE_STRING='libwnck 2.30.0' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=libwnck' # Factoring default headers for most tests. @@ -1584,7 +1584,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 2.29.92 to adapt to many kinds of systems. +\`configure' configures libwnck 2.30.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1658,7 +1658,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libwnck 2.29.92:";; + short | recursive ) echo "Configuration of libwnck 2.30.0:";; esac cat <<\_ACEOF @@ -1787,7 +1787,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libwnck configure 2.29.92 +libwnck configure 2.30.0 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1801,7 +1801,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 2.29.92, which was +It was created by libwnck $as_me 2.30.0, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -2654,7 +2654,7 @@ # Define the identity of the package. PACKAGE='libwnck' - VERSION='2.29.92' + VERSION='2.30.0' cat >>confdefs.h <<_ACEOF @@ -2758,7 +2758,7 @@ LIBWNCK_CURRENT=25 -LIBWNCK_REVISION=25 +LIBWNCK_REVISION=26 LIBWNCK_AGE=3 @@ -15190,6 +15190,8 @@ STARTUP_NOTIFICATION_PACKAGE=libstartup-notification-1.0 fi +else + have_sn=no fi @@ -17797,6 +17799,7 @@ if $PKG_CONFIG xres; then { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } + have_xres=yes cat >>confdefs.h <<_ACEOF #define HAVE_XRES 1 @@ -17871,6 +17874,7 @@ $as_echo "$ac_cv_lib_XRes_XResQueryExtension" >&6; } if test "x$ac_cv_lib_XRes_XResQueryExtension" = x""yes; then XLIB_LIBS="$XLIB_LIBS -lXRes -lXext" + have_xres=yes cat >>confdefs.h <<_ACEOF #define HAVE_XRES 1 @@ -17879,7 +17883,8 @@ { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + have_xres=no + { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi @@ -18889,7 +18894,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 2.29.92, which was +This file was extended by libwnck $as_me 2.30.0, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18952,7 +18957,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -libwnck config.status 2.29.92 +libwnck config.status 2.30.0 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" @@ -20839,3 +20844,29 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi + + +echo " + libwnck $VERSION + `echo libwnck $VERSION | sed "s/./=/g"` + + prefix: ${prefix} + exec_prefix: ${exec_prefix} + libdir: ${libdir} + bindir: ${bindir} + sbindir: ${sbindir} + sysconfdir: ${sysconfdir} + localstatedir: ${localstatedir} + datadir: ${datadir} + source code location: ${srcdir} + compiler: ${CC} + cflags: ${CFLAGS} + Maintainer mode: ${USE_MAINTAINER_MODE} + Warn about deprecations: ${enable_deprecations} + + Startup notification support: ${have_sn} + XRes support: ${have_xres} + Build introspection support: ${found_introspection} + Build gtk-doc documentation: ${enable_gtk_doc} + +" diff -Nru libwnck-2.29.92/configure.in libwnck-2.30.0/configure.in --- libwnck-2.29.92/configure.in 2010-03-09 02:29:48.000000000 +0000 +++ libwnck-2.30.0/configure.in 2010-03-30 01:00:07.000000000 +0100 @@ -1,6 +1,6 @@ AC_PREREQ(2.62) -AC_INIT([libwnck], [2.29.92], +AC_INIT([libwnck], [2.30.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=libwnck]) AM_CONFIG_HEADER(config.h) @@ -20,7 +20,7 @@ dnl increment any time the source changes; set to dnl 0 if you increment CURRENT -LIBWNCK_REVISION=25 +LIBWNCK_REVISION=26 dnl increment if any interfaces have been added; set to 0 dnl if any interfaces have been changed or removed. removal has @@ -64,7 +64,7 @@ AC_ARG_ENABLE(deprecations, [AC_HELP_STRING([--enable-deprecations], - [warn about deprecated usages [default=no]])],, + [warn about deprecated usages @<:@default=no@:>@])],, [enable_deprecations=no]) if test "x$enable_deprecations" = "xyes"; then @@ -106,6 +106,8 @@ AC_DEFINE_UNQUOTED(HAVE_STARTUP_NOTIFICATION, 1, [Define if you have libstartup-notification]) STARTUP_NOTIFICATION_PACKAGE=libstartup-notification-1.0 fi +else + have_sn=no fi AC_SUBST(STARTUP_NOTIFICATION_PACKAGE) @@ -124,14 +126,17 @@ AC_MSG_CHECKING([if building with X Resource Information Extension Library]) if $PKG_CONFIG xres; then AC_MSG_RESULT([yes]) + have_xres=yes AC_DEFINE_UNQUOTED(HAVE_XRES, 1, [Define if you have the XRes library]) XRES_PACKAGE=xres else AC_CHECK_LIB(XRes, XResQueryExtension, [XLIB_LIBS="$XLIB_LIBS -lXRes -lXext" + have_xres=yes AC_DEFINE_UNQUOTED(HAVE_XRES, 1, [Define if you have the XRes library]) AC_MSG_RESULT([yes])], - AC_MSG_RESULT([no]), + [have_xres=no + AC_MSG_RESULT([no])], $XLIB_LIBS -lXext) XRES_PACKAGE= fi @@ -172,3 +177,32 @@ libwnck-1.0.pc libwnck-1.0-uninstalled.pc ]) + +dnl --------------------------------------------------------------------------- +dnl - Show summary +dnl --------------------------------------------------------------------------- + +echo " + libwnck $VERSION + `echo libwnck $VERSION | sed "s/./=/g"` + + prefix: ${prefix} + exec_prefix: ${exec_prefix} + libdir: ${libdir} + bindir: ${bindir} + sbindir: ${sbindir} + sysconfdir: ${sysconfdir} + localstatedir: ${localstatedir} + datadir: ${datadir} + source code location: ${srcdir} + compiler: ${CC} + cflags: ${CFLAGS} + Maintainer mode: ${USE_MAINTAINER_MODE} + Warn about deprecations: ${enable_deprecations} + + Startup notification support: ${have_sn} + XRes support: ${have_xres} + Build introspection support: ${found_introspection} + Build gtk-doc documentation: ${enable_gtk_doc} + +" diff -Nru libwnck-2.29.92/debian/changelog libwnck-2.30.0/debian/changelog --- libwnck-2.29.92/debian/changelog 2010-04-04 19:24:21.000000000 +0100 +++ libwnck-2.30.0/debian/changelog 2010-04-04 19:24:22.000000000 +0100 @@ -1,8 +1,14 @@ -libwnck (1:2.29.92-0gezakovacs~karmic2) karmic; urgency=low +libwnck (1:2.30.0-0ubuntu1~karmic1) karmic; urgency=low * Upload to Launchpad - -- Geza Kovacs Sat, 27 Mar 2010 03:39:19 -0400 + -- Geza Kovacs Sun, 04 Apr 2010 13:43:39 -0400 + +libwnck (1:2.30.0-0ubuntu1) lucid; urgency=low + + * New upstream version + + -- Sebastien Bacher Tue, 30 Mar 2010 02:21:23 +0200 libwnck (1:2.29.92-0ubuntu1) lucid; urgency=low diff -Nru libwnck-2.29.92/debian/control libwnck-2.30.0/debian/control --- libwnck-2.29.92/debian/control 2010-04-04 19:24:21.000000000 +0100 +++ libwnck-2.30.0/debian/control 2010-04-04 19:24:22.000000000 +0100 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Ubuntu Desktop Team XSBC-Original-Maintainer: Ondřej Surý -Uploaders: Debian GNOME Maintainers , Josselin Mouette , Sebastian Dröge +Uploaders: Debian GNOME Maintainers , Josselin Mouette Standards-Version: 3.8.4 Build-Depends: debhelper (>= 5), libgtk2.0-dev (>= 2.19.7), diff -Nru libwnck-2.29.92/doc/html/core.html libwnck-2.30.0/doc/html/core.html --- libwnck-2.29.92/doc/html/core.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/core.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ Part II. Libwnck Core Window Management Support - + - + @@ -64,6 +64,6 @@ + Generated by GTK-Doc V1.14 - + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/indexes.html libwnck-2.30.0/doc/html/indexes.html --- libwnck-2.29.92/doc/html/indexes.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/indexes.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ Part V. Index of symbols - + - + @@ -59,6 +59,6 @@ + Generated by GTK-Doc V1.14 - + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/index.html libwnck-2.30.0/doc/html/index.html --- libwnck-2.29.92/doc/html/index.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/index.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,10 +3,10 @@ Libwnck Reference Manual - + - + @@ -99,6 +99,6 @@ + Generated by GTK-Doc V1.14 - + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/index.sgml libwnck-2.30.0/doc/html/index.sgml --- libwnck-2.29.92/doc/html/index.sgml 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/index.sgml 2010-03-30 01:03:55.000000000 +0100 @@ -26,9 +26,30 @@ + + + + + + + + + + + + + + + + + + + + + @@ -45,6 +66,25 @@ + + + + + + + + + + + + + + + + + + + @@ -80,7 +120,22 @@ + + + + + + + + + + + + + + + @@ -185,6 +240,10 @@ + + + + @@ -242,6 +301,8 @@ + + @@ -268,6 +329,9 @@ + + + @@ -302,4 +366,6 @@ + + diff -Nru libwnck-2.29.92/doc/html/intro.html libwnck-2.30.0/doc/html/intro.html --- libwnck-2.29.92/doc/html/intro.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/intro.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ Part I. Libwnck Overview - + - + @@ -70,6 +70,6 @@ + Generated by GTK-Doc V1.14 - + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/ix01.html libwnck-2.30.0/doc/html/ix01.html --- libwnck-2.29.92/doc/html/ix01.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/ix01.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ Index of all symbols - + - + @@ -38,7 +38,7 @@

-Index of all symbols

+Index of all symbols

W

@@ -471,6 +471,6 @@
+ Generated by GTK-Doc V1.14
- + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/ix02.html libwnck-2.30.0/doc/html/ix02.html --- libwnck-2.29.92/doc/html/ix02.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/ix02.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ Index of deprecated symbols - + - + @@ -38,7 +38,7 @@

-Index of deprecated symbols

+Index of deprecated symbols

W

@@ -73,6 +73,6 @@
+ Generated by GTK-Doc V1.14
- + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/ix03.html libwnck-2.30.0/doc/html/ix03.html --- libwnck-2.29.92/doc/html/ix03.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/ix03.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ Index of new symbols in 2.2 - + - + @@ -38,7 +38,7 @@

-Index of new symbols in 2.2

+Index of new symbols in 2.2

W

@@ -81,6 +81,6 @@
+ Generated by GTK-Doc V1.14
- + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/ix04.html libwnck-2.30.0/doc/html/ix04.html --- libwnck-2.29.92/doc/html/ix04.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/ix04.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ Index of new symbols in 2.4 - + - + @@ -38,7 +38,7 @@

-Index of new symbols in 2.4

+Index of new symbols in 2.4

W

@@ -61,6 +61,6 @@
+ Generated by GTK-Doc V1.14
- + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/ix05.html libwnck-2.30.0/doc/html/ix05.html --- libwnck-2.29.92/doc/html/ix05.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/ix05.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ Index of new symbols in 2.6 - + - + @@ -38,7 +38,7 @@

-Index of new symbols in 2.6

+Index of new symbols in 2.6

W

@@ -55,6 +55,6 @@
+ Generated by GTK-Doc V1.14
- + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/ix06.html libwnck-2.30.0/doc/html/ix06.html --- libwnck-2.29.92/doc/html/ix06.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/ix06.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ Index of new symbols in 2.8 - + - + @@ -38,7 +38,7 @@

-Index of new symbols in 2.8

+Index of new symbols in 2.8

W

@@ -55,6 +55,6 @@
+ Generated by GTK-Doc V1.14
- + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/ix07.html libwnck-2.30.0/doc/html/ix07.html --- libwnck-2.29.92/doc/html/ix07.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/ix07.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ Index of new symbols in 2.10 - + - + @@ -38,7 +38,7 @@

-Index of new symbols in 2.10

+Index of new symbols in 2.10

W

@@ -57,6 +57,6 @@
+ Generated by GTK-Doc V1.14
- + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/ix08.html libwnck-2.30.0/doc/html/ix08.html --- libwnck-2.29.92/doc/html/ix08.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/ix08.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ Index of new symbols in 2.12 - + - + @@ -38,7 +38,7 @@

-Index of new symbols in 2.12

+Index of new symbols in 2.12

W

@@ -65,6 +65,6 @@
+ Generated by GTK-Doc V1.14
- + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/ix09.html libwnck-2.30.0/doc/html/ix09.html --- libwnck-2.29.92/doc/html/ix09.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/ix09.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ Index of new symbols in 2.14 - + - + @@ -38,7 +38,7 @@

-Index of new symbols in 2.14

+Index of new symbols in 2.14

W

@@ -63,6 +63,6 @@
+ Generated by GTK-Doc V1.14
- + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/ix10.html libwnck-2.30.0/doc/html/ix10.html --- libwnck-2.29.92/doc/html/ix10.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/ix10.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ Index of new symbols in 2.16 - + - + @@ -38,7 +38,7 @@

-Index of new symbols in 2.16

+Index of new symbols in 2.16

W

@@ -63,6 +63,6 @@
+ Generated by GTK-Doc V1.14
- + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/ix11.html libwnck-2.30.0/doc/html/ix11.html --- libwnck-2.29.92/doc/html/ix11.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/ix11.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ Index of new symbols in 2.20 - + - + @@ -38,7 +38,7 @@

-Index of new symbols in 2.20

+Index of new symbols in 2.20

W

@@ -81,6 +81,6 @@
+ Generated by GTK-Doc V1.14
- + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/ix12.html libwnck-2.30.0/doc/html/ix12.html --- libwnck-2.29.92/doc/html/ix12.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/ix12.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,11 +3,11 @@ Index of new symbols in 2.22 - + - + @@ -37,7 +37,7 @@

-Index of new symbols in 2.22

+Index of new symbols in 2.22

W

wnck_action_menu_new, wnck_action_menu_new () @@ -46,6 +46,6 @@
+ Generated by GTK-Doc V1.14
- + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/libwnck-Miscellaneous-Functions.html libwnck-2.30.0/doc/html/libwnck-Miscellaneous-Functions.html --- libwnck-2.29.92/doc/html/libwnck-Miscellaneous-Functions.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/libwnck-Miscellaneous-Functions.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ Miscellaneous Functions - + - + @@ -61,9 +61,9 @@
 #include <libwnck/libwnck.h>
 
-void                wnck_gtk_window_set_dock_type       (GtkWindow *window);
+void                wnck_gtk_window_set_dock_type       (GtkWindow *window);
 enum                WnckClientType;
-void                wnck_set_client_type                (WnckClientType ewmh_sourceindication_client_type);
+void                wnck_set_client_type                (WnckClientType ewmh_sourceindication_client_type);
 
@@ -71,22 +71,18 @@

These functions are utility functions providing some additional features to libwcnk users.

-

-

Details

wnck_gtk_window_set_dock_type ()

-
void                wnck_gtk_window_set_dock_type       (GtkWindow *window);
+
void                wnck_gtk_window_set_dock_type       (GtkWindow *window);

Warning

wnck_gtk_window_set_dock_type has been deprecated since version 2.20 and should not be used in newly-written code. Use gdk_window_set_type_hint() instead.

Sets the semantic type of window to WNCK_WINDOW_DOCK.

-

-

@@ -106,8 +102,6 @@

Type describing the role of the libwnck user.

-

-

@@ -129,7 +123,7 @@

wnck_set_client_type ()

-
void                wnck_set_client_type                (WnckClientType ewmh_sourceindication_client_type);
+
void                wnck_set_client_type                (WnckClientType ewmh_sourceindication_client_type);

Sets the role of the libwnck user.

@@ -138,8 +132,6 @@ applications providing some window management features, like pagers or tasklists, it is important to set the role to WNCK_CLIENT_TYPE_PAGER for libwnck to properly work.

-

-

@@ -154,6 +146,6 @@ + Generated by GTK-Doc V1.14 - + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/libwnck-Resource-Usage-of-X-Clients.html libwnck-2.30.0/doc/html/libwnck-Resource-Usage-of-X-Clients.html --- libwnck-2.29.92/doc/html/libwnck-Resource-Usage-of-X-Clients.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/libwnck-Resource-Usage-of-X-Clients.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ Resource Usage of X Clients - + - + @@ -62,12 +62,12 @@ #include <libwnck/libwnck.h> WnckResourceUsage; -void wnck_xid_read_resource_usage (GdkDisplay *gdk_display, - gulong xid, - WnckResourceUsage *usage); -void wnck_pid_read_resource_usage (GdkDisplay *gdk_display, - gulong pid, - WnckResourceUsage *usage); +voidwnck_xid_read_resource_usage (GdkDisplay *gdk_display, + gulong xid, + WnckResourceUsage *usage); +voidwnck_pid_read_resource_usage (GdkDisplay *gdk_display, + gulong pid, + WnckResourceUsage *usage);
@@ -76,8 +76,6 @@ libwnck provides an easy-to-use interface to the XRes X server extension to read resource usage of X clients, which can be defined either by the X window ID of one of their windows or by the process ID of their process.

-

-

Details

@@ -104,70 +102,68 @@ The WnckResourceUsage struct contains information about the total resource usage of an X client, and the number of resources allocated for each resource type.

-

-

- + - + - + - + - + - + - + - + - + - + - + - + @@ -178,9 +174,9 @@

wnck_xid_read_resource_usage ()

-
void                wnck_xid_read_resource_usage        (GdkDisplay *gdk_display,
-                                                         gulong xid,
-                                                         WnckResourceUsage *usage);
+
void                wnck_xid_read_resource_usage        (GdkDisplay *gdk_display,
+                                                         gulong xid,
+                                                         WnckResourceUsage *usage);

Looks for the X resource usage of the application owning the X window ID xid on display gdisplay. If no resource usage can be found, then all @@ -188,8 +184,6 @@

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

-

-

gulong total_bytes_estimate;

gulong total_bytes_estimate;

estimation of the total number of bytes allocated in the X server.

gulong pixmap_bytes;

gulong pixmap_bytes;

number of bytes allocated in the X server for resources of type Pixmap.

unsigned int n_pixmaps;

unsigned int n_pixmaps;

number of Pixmap resources allocated.

unsigned int n_windows;

unsigned int n_windows;

number of Window resources allocated.

unsigned int n_gcs;

unsigned int n_gcs;

number of GContext resources allocated.

unsigned int n_pictures;

unsigned int n_pictures;

number of Picture resources allocated.

unsigned int n_glyphsets;

unsigned int n_glyphsets;

number of Glyphset resources allocated.

unsigned int n_fonts;

unsigned int n_fonts;

number of Font resources allocated.

unsigned int n_colormap_entries;

unsigned int n_colormap_entries;

number of Colormap resources allocated.

unsigned int n_passive_grabs;

unsigned int n_passive_grabs;

number of PassiveGrab resources allocated.

unsigned int n_cursors;

unsigned int n_cursors;

number of Cursor resources allocated.

unsigned int n_other;

unsigned int n_other;

number of other resources allocated.
@@ -216,9 +210,9 @@

wnck_pid_read_resource_usage ()

-
void                wnck_pid_read_resource_usage        (GdkDisplay *gdk_display,
-                                                         gulong pid,
-                                                         WnckResourceUsage *usage);
+
void                wnck_pid_read_resource_usage        (GdkDisplay *gdk_display,
+                                                         gulong pid,
+                                                         WnckResourceUsage *usage);

Looks for the X resource usage of the application with process ID pid on display gdisplay. If no resource usage can be found, then all fields of @@ -236,8 +230,6 @@

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

-

-

@@ -264,11 +256,11 @@ + Generated by GTK-Doc V1.14 - + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/libwnck-Window-Action-Menu.html libwnck-2.30.0/doc/html/libwnck-Window-Action-Menu.html --- libwnck-2.29.92/doc/html/libwnck-Window-Action-Menu.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/libwnck-Window-Action-Menu.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ WnckActionMenu - + - + @@ -68,8 +68,8 @@ #include <libwnck/libwnck.h> WnckActionMenu; -GtkWidget* wnck_action_menu_new (WnckWindow *window); -GtkWidget* wnck_create_window_action_menu (WnckWindow *window); +GtkWidget* wnck_action_menu_new (WnckWindow *window); +GtkWidget* wnck_create_window_action_menu (WnckWindow *window);
@@ -89,12 +89,12 @@

Implemented Interfaces

WnckActionMenu implements - GtkBuildable and AtkImplementorIface.

+ AtkImplementorIface and GtkBuildable.

Properties

-  "window"                   gpointer              : Read / Write / Construct Only
+  "window"                   gpointer              : Read / Write / Construct Only
 
@@ -122,8 +122,6 @@ be confusing to the user.

-

-

Details

@@ -133,18 +131,14 @@

The WnckActionMenu struct contains only private fields and should not be directly accessed.

-

-


wnck_action_menu_new ()

-
GtkWidget*          wnck_action_menu_new                (WnckWindow *window);
+
GtkWidget*          wnck_action_menu_new                (WnckWindow *window);

-Creates a new WnckActionMenu. The WnckActionMenu will be filled with menu +Creates a new WnckActionMenu. The WnckActionMenu will be filled with menu items for window operations on window.

-

-

@@ -155,7 +149,7 @@ - @@ -166,16 +160,14 @@

wnck_create_window_action_menu ()

-
GtkWidget*          wnck_create_window_action_menu      (WnckWindow *window);
+
GtkWidget*          wnck_create_window_action_menu      (WnckWindow *window);

Warning

wnck_create_window_action_menu has been deprecated since version 2.22 and should not be used in newly-written code. Use wnck_action_menu_new() instead.

-Creates a new WnckActionMenu. The WnckActionMenu will be filled with menu +Creates a new WnckActionMenu. The WnckActionMenu will be filled with menu items for window operations on window.

-

-

Returns :

a newly created WnckActionMenu. + a newly created WnckActionMenu.
@@ -186,7 +178,7 @@ - @@ -198,7 +190,7 @@

Property Details

The "window" property

-
  "window"                   gpointer              : Read / Write / Construct Only
+
  "window"                   gpointer              : Read / Write / Construct Only

The window that will be manipulated through this menu.

@@ -209,6 +201,6 @@ + Generated by GTK-Doc V1.14 - + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/utils.html libwnck-2.30.0/doc/html/utils.html --- libwnck-2.29.92/doc/html/utils.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/utils.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ Part IV. Libwnck Utilities - + - + @@ -53,6 +53,6 @@ + Generated by GTK-Doc V1.14 - + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/widgets.html libwnck-2.30.0/doc/html/widgets.html --- libwnck-2.29.92/doc/html/widgets.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/widgets.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ Part III. Libwnck Widgets - + - + @@ -61,6 +61,6 @@ + Generated by GTK-Doc V1.14 - + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/WnckApplication.html libwnck-2.30.0/doc/html/WnckApplication.html --- libwnck-2.29.92/doc/html/WnckApplication.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/WnckApplication.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ WnckApplication - + - + @@ -67,18 +67,18 @@ #include <libwnck/libwnck.h> WnckApplication; -WnckApplication* wnck_application_get (gulong xwindow); -gulong wnck_application_get_xid (WnckApplication *app); -const char* wnck_application_get_name (WnckApplication *app); -const char* wnck_application_get_icon_name (WnckApplication *app); -int wnck_application_get_pid (WnckApplication *app); -gboolean wnck_application_get_icon_is_fallback - (WnckApplication *app); -GdkPixbuf* wnck_application_get_icon (WnckApplication *app); -GdkPixbuf* wnck_application_get_mini_icon (WnckApplication *app); -const char* wnck_application_get_startup_id (WnckApplication *app); -GList* wnck_application_get_windows (WnckApplication *app); -int wnck_application_get_n_windows (WnckApplication *app); +WnckApplication* wnck_application_get (gulong xwindow); +gulongwnck_application_get_xid (WnckApplication *app); +const char* wnck_application_get_name (WnckApplication *app); +const char* wnck_application_get_icon_name (WnckApplication *app); +intwnck_application_get_pid (WnckApplication *app); +gbooleanwnck_application_get_icon_is_fallback + (WnckApplication *app); +GdkPixbuf* wnck_application_get_icon (WnckApplication *app); +GdkPixbuf* wnck_application_get_mini_icon (WnckApplication *app); +const char* wnck_application_get_startup_id (WnckApplication *app); +GList* wnck_application_get_windows (WnckApplication *app); +intwnck_application_get_n_windows (WnckApplication *app);
@@ -106,13 +106,11 @@

A WnckApplication is identified by the group leader of the WnckWindow belonging to it, and new WnckWindow are added to a WnckApplication if and -only if they have the group leader of the WnckApplication. +only if they have the group leader of the WnckApplication.

The WnckApplication objects are always owned by libwnck and must not be referenced or unreferenced.

-

-

Details

@@ -122,18 +120,14 @@

The WnckApplication struct contains only private fields and should not be directly accessed.

-

-


wnck_application_get ()

-
WnckApplication*    wnck_application_get                (gulong xwindow);
+
WnckApplication*    wnck_application_get                (gulong xwindow);

Gets the WnckApplication corresponding to the group leader with xwindow as X window ID.

-

-

Returns :

a newly created WnckActionMenu. + a newly created WnckActionMenu.
@@ -155,17 +149,15 @@

wnck_application_get_xid ()

-
gulong              wnck_application_get_xid            (WnckApplication *app);
+
gulong              wnck_application_get_xid            (WnckApplication *app);

Gets the X window ID of the group leader window for app.

-

-

- @@ -179,21 +171,19 @@

wnck_application_get_name ()

-
const char*         wnck_application_get_name           (WnckApplication *app);
+
const char*         wnck_application_get_name           (WnckApplication *app);

Gets the name of app. Since there is no way to properly find this name, various suboptimal heuristics are used to find it. GTK+ should probably have a function to allow applications to set the _NET_WM_NAME property on the group leader as the application name, and the EWMH should say that this is where the application name goes.

-

-

app :

a WnckApplication. + a WnckApplication.
- @@ -207,13 +197,11 @@

wnck_application_get_icon_name ()

-
const char*         wnck_application_get_icon_name      (WnckApplication *app);
+
const char*         wnck_application_get_icon_name      (WnckApplication *app);

Gets the icon name of app (to be used when app is minimized). Since there is no way to properly find this name, various suboptimal heuristics are used to find it.

-

-

app :

a WnckApplication. + a WnckApplication.
@@ -234,17 +222,15 @@

wnck_application_get_pid ()

-
int                 wnck_application_get_pid            (WnckApplication *app);
+
int                 wnck_application_get_pid            (WnckApplication *app);

Gets the process ID of app.

-

-

- @@ -258,13 +244,11 @@

wnck_application_get_icon_is_fallback ()

-
gboolean            wnck_application_get_icon_is_fallback
-                                                        (WnckApplication *app);
+
gboolean            wnck_application_get_icon_is_fallback
+                                                        (WnckApplication *app);

Gets whether a default fallback icon is used for app (because none was set on app).

-

-

app :

a WnckApplication. + a WnckApplication.
@@ -284,19 +268,17 @@

wnck_application_get_icon ()

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

Gets the icon to be used for app. If no icon is set for app, a suboptimal heuristic is used to find an appropriate icon. If no icon was found, a fallback icon is used.

-

-

- @@ -311,19 +293,17 @@

wnck_application_get_mini_icon ()

-
GdkPixbuf*          wnck_application_get_mini_icon      (WnckApplication *app);
+
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, a suboptimal heuristic is used to find an appropriate icon. If no mini-icon was found, a fallback mini-icon is used.

-

-

app :

a WnckApplication. + a WnckApplication.
- @@ -339,17 +319,15 @@

wnck_application_get_startup_id ()

-
const char*         wnck_application_get_startup_id     (WnckApplication *app);
+
const char*         wnck_application_get_startup_id     (WnckApplication *app);

Gets the startup sequence ID used for startup notification of app.

-

-

app :

a WnckApplication. + a WnckApplication.
- @@ -366,17 +344,15 @@

wnck_application_get_windows ()

-
GList*              wnck_application_get_windows        (WnckApplication *app);
+
GList*              wnck_application_get_windows        (WnckApplication *app);

Gets the list of WnckWindow belonging to app.

-

-

app :

a WnckApplication. + a WnckApplication.
- @@ -392,17 +368,15 @@

wnck_application_get_n_windows ()

-
int                 wnck_application_get_n_windows      (WnckApplication *app);
+
int                 wnck_application_get_n_windows      (WnckApplication *app);

Gets the number of WnckWindow belonging to app.

-

-

app :

a WnckApplication. + a WnckApplication.
- @@ -418,12 +392,10 @@

Signal Details

The "icon-changed" signal

-
void                user_function                      (WnckApplication *app,
-                                                        gpointer         user_data)      : Run Last
+
void                user_function                      (WnckApplication *app,
+                                                        gpointer         user_data)      : Run Last

Emitted when the icon of app changes.

-

-

app :

a WnckApplication. + a WnckApplication.
@@ -442,12 +414,10 @@

The "name-changed" signal

-
void                user_function                      (WnckApplication *app,
-                                                        gpointer         user_data)      : Run Last
+
void                user_function                      (WnckApplication *app,
+                                                        gpointer         user_data)      : Run Last

Emitted when the name of app changes.

-

-

@@ -466,11 +436,11 @@

See Also

-wnck_window_get_application() +wnck_window_get_application()
+ Generated by GTK-Doc V1.14 - + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/WnckClassGroup.html libwnck-2.30.0/doc/html/WnckClassGroup.html --- libwnck-2.29.92/doc/html/WnckClassGroup.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/WnckClassGroup.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ WnckClassGroup - + - + @@ -67,12 +67,12 @@ #include <libwnck/libwnck.h> WnckClassGroup; -WnckClassGroup * wnck_class_group_get (const char *res_class); -const char * wnck_class_group_get_res_class (WnckClassGroup *class_group); -const char * wnck_class_group_get_name (WnckClassGroup *class_group); -GdkPixbuf * wnck_class_group_get_icon (WnckClassGroup *class_group); -GdkPixbuf * wnck_class_group_get_mini_icon (WnckClassGroup *class_group); -GList * wnck_class_group_get_windows (WnckClassGroup *class_group); +WnckClassGroup * wnck_class_group_get (const char *res_class); +const char * wnck_class_group_get_res_class (WnckClassGroup *class_group); +const char * wnck_class_group_get_name (WnckClassGroup *class_group); +GdkPixbuf * wnck_class_group_get_icon (WnckClassGroup *class_group); +GdkPixbuf * wnck_class_group_get_mini_icon (WnckClassGroup *class_group); +GList * wnck_class_group_get_windows (WnckClassGroup *class_group);
@@ -104,8 +104,6 @@

The WnckClassGroup objects are always owned by libwnck and must not be referenced or unreferenced.

-

-

Details

@@ -115,17 +113,13 @@

The WnckClassGroup struct contains only private fields and should not be directly accessed.

-

-


wnck_class_group_get ()

-
WnckClassGroup *    wnck_class_group_get                (const char *res_class);
+
WnckClassGroup *    wnck_class_group_get                (const char *res_class);

Gets the WnckClassGroup corresponding to res_class.

-

-

@@ -150,17 +144,15 @@

wnck_class_group_get_res_class ()

-
const char *        wnck_class_group_get_res_class      (WnckClassGroup *class_group);
+
const char *        wnck_class_group_get_res_class      (WnckClassGroup *class_group);

Gets the resource class name for class_group.

-

-

- @@ -177,7 +169,7 @@

wnck_class_group_get_name ()

-
const char *        wnck_class_group_get_name           (WnckClassGroup *class_group);
+
const char *        wnck_class_group_get_name           (WnckClassGroup *class_group);

Gets an human-readable name for class_group. Since there is no way to properly find this name, a suboptimal heuristic is used to find it. The name @@ -186,14 +178,12 @@ name, the name is the name of all WnckWindow in class_group if they all have the same name. If all WnckWindow don't have the same name, the resource class name is used.

-

-

class_group :

a WnckClassGroup. + a WnckClassGroup.
- @@ -209,21 +199,19 @@

wnck_class_group_get_icon ()

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

Gets the icon to be used for class_group. Since there is no way to properly find the icon, a suboptimal heuristic is used to find it. The icon is the first icon found by looking at all the WnckApplication for each WnckWindow in class_group, then at all the WnckWindow in class_group. If no icon was found, a fallback icon is used.

-

-

class_group :

a WnckClassGroup. + a WnckClassGroup.
- @@ -241,19 +229,17 @@

wnck_class_group_get_mini_icon ()

-
GdkPixbuf *         wnck_class_group_get_mini_icon      (WnckClassGroup *class_group);
+
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 properly find the mini-icon, the same suboptimal heuristic as the one for wnck_class_group_get_icon() is used to find it.

-

-

class_group :

a WnckClassGroup. + a WnckClassGroup.
- @@ -271,17 +257,15 @@

wnck_class_group_get_windows ()

-
GList *             wnck_class_group_get_windows        (WnckClassGroup *class_group);
+
GList *             wnck_class_group_get_windows        (WnckClassGroup *class_group);

Gets the list of WnckWindow that are grouped in class_group.

-

-

class_group :

a WnckClassGroup. + a WnckClassGroup.
- @@ -301,12 +285,10 @@

Signal Details

The "icon-changed" signal

-
void                user_function                      (WnckClassGroup *class_group,
-                                                        gpointer        user_data)        : Run Last
+
void                user_function                      (WnckClassGroup *class_group,
+                                                        gpointer        user_data)        : Run Last

Emitted when the icon of class_group changes.

-

-

class_group :

a WnckClassGroup. + a WnckClassGroup.
@@ -325,12 +307,10 @@

The "name-changed" signal

-
void                user_function                      (WnckClassGroup *class_group,
-                                                        gpointer        user_data)        : Run Last
+
void                user_function                      (WnckClassGroup *class_group,
+                                                        gpointer        user_data)        : Run Last

Emitted when the name of class_group changes.

-

-

@@ -349,11 +329,11 @@

See Also

-wnck_window_get_class_group() +wnck_window_get_class_group()
+ Generated by GTK-Doc V1.14 - + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/WnckPager.html libwnck-2.30.0/doc/html/WnckPager.html --- libwnck-2.29.92/doc/html/WnckPager.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/WnckPager.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ WnckPager - + - + @@ -66,20 +66,20 @@ #include <libwnck/libwnck.h> WnckPager; -GtkWidget* wnck_pager_new (WnckScreen *screen); -void wnck_pager_set_screen (WnckPager *pager, - WnckScreen *screen); -gboolean wnck_pager_set_orientation (WnckPager *pager, - GtkOrientation orientation); -gboolean wnck_pager_set_n_rows (WnckPager *pager, - int n_rows); +GtkWidget* wnck_pager_new (WnckScreen *screen); +voidwnck_pager_set_screen (WnckPager *pager, + WnckScreen *screen); +gbooleanwnck_pager_set_orientation (WnckPager *pager, + GtkOrientation orientation); +gbooleanwnck_pager_set_n_rows (WnckPager *pager, + int n_rows); enum WnckPagerDisplayMode; -void wnck_pager_set_display_mode (WnckPager *pager, - WnckPagerDisplayMode mode); -void wnck_pager_set_show_all (WnckPager *pager, - gboolean show_all_workspaces); -void wnck_pager_set_shadow_type (WnckPager *pager, - GtkShadowType shadow_type); +voidwnck_pager_set_display_mode (WnckPager *pager, + WnckPagerDisplayMode mode); +voidwnck_pager_set_show_all (WnckPager *pager, + gboolean show_all_workspaces); +voidwnck_pager_set_shadow_type (WnckPager *pager, + GtkShadowType shadow_type);
@@ -96,7 +96,7 @@

Implemented Interfaces

WnckPager implements - GtkBuildable and AtkImplementorIface.

+ AtkImplementorIface and GtkBuildable.

Description

@@ -117,8 +117,6 @@ for the screen and only sets the layout if it owns the manager selection. See wnck_pager_set_orientation() and wnck_pager_set_n_rows() to change the layout.

-

-

Details

@@ -128,18 +126,14 @@

The WnckPager struct contains only private fields and should not be directly accessed.

-

-


wnck_pager_new ()

-
GtkWidget*          wnck_pager_new                      (WnckScreen *screen);
+
GtkWidget*          wnck_pager_new                      (WnckScreen *screen);

-Creates a new WnckPager. The WnckPager will show the WnckWorkspace of the +Creates a new WnckPager. The WnckPager will show the WnckWorkspace of the WnckScreen it is on.

-

-

@@ -150,7 +144,7 @@ - @@ -159,27 +153,25 @@

wnck_pager_set_screen ()

-
void                wnck_pager_set_screen               (WnckPager *pager,
-                                                         WnckScreen *screen);
+
void                wnck_pager_set_screen               (WnckPager *pager,
+                                                         WnckScreen *screen);

Warning

wnck_pager_set_screen has been deprecated since version 2.20 and should not be used in newly-written code.

Does nothing.

-

-

Returns :

a newly created WnckPager. + a newly created WnckPager.
- - @@ -189,8 +181,8 @@

wnck_pager_set_orientation ()

-
gboolean            wnck_pager_set_orientation          (WnckPager *pager,
-                                                         GtkOrientation orientation);
+
gboolean            wnck_pager_set_orientation          (WnckPager *pager,
+                                                         GtkOrientation orientation);

Tries to change the orientation of the layout of WnckWorkspace on the WnckScreen pager is watching. Since no more than one application should @@ -207,19 +199,17 @@

For example, if the layout contains one row, but the orientation of the -layout is vertical, the WnckPager will display a column of WnckWorkspace. +layout is vertical, the WnckPager will display a column of WnckWorkspace.

If pager has not been added to a widget hierarchy, the call will fail because pager can't know the screen on which to modify the orientation.

-

-

pager :

a WnckPager. + a WnckPager.

screen :

a WnckScreen. + a WnckScreen.
- @@ -240,8 +230,8 @@

wnck_pager_set_n_rows ()

-
gboolean            wnck_pager_set_n_rows               (WnckPager *pager,
-                                                         int n_rows);
+
gboolean            wnck_pager_set_n_rows               (WnckPager *pager,
+                                                         int n_rows);

Tries to change the number of rows in the layout of WnckWorkspace on the WnckScreen pager is watching. Since no more than one application should @@ -251,14 +241,12 @@

If pager has not been added to a widget hierarchy, the call will fail because pager can't know the screen on which to modify the layout.

-

-

pager :

a WnckPager. + a WnckPager.
- @@ -286,8 +274,6 @@

Mode defining what a WnckPager will display.

-

-

pager :

a WnckPager. + a WnckPager.
@@ -309,18 +295,16 @@

wnck_pager_set_display_mode ()

-
void                wnck_pager_set_display_mode         (WnckPager *pager,
-                                                         WnckPagerDisplayMode mode);
+
void                wnck_pager_set_display_mode         (WnckPager *pager,
+                                                         WnckPagerDisplayMode mode);

Sets the display mode for pager to mode.

-

-

- @@ -334,19 +318,17 @@

wnck_pager_set_show_all ()

-
void                wnck_pager_set_show_all             (WnckPager *pager,
-                                                         gboolean show_all_workspaces);
+
void                wnck_pager_set_show_all             (WnckPager *pager,
+                                                         gboolean show_all_workspaces);

Sets pager to display all WnckWorkspace or not, according to show_all_workspaces.

-

-

pager :

a WnckPager. + a WnckPager.
- @@ -360,20 +342,18 @@

wnck_pager_set_shadow_type ()

-
void                wnck_pager_set_shadow_type          (WnckPager *pager,
-                                                         GtkShadowType shadow_type);
+
void                wnck_pager_set_shadow_type          (WnckPager *pager,
+                                                         GtkShadowType shadow_type);

Sets the shadow type for pager to shadow_type. The main use of this function is proper integration of WnckPager in panels with non-system backgrounds.

-

-

pager :

a WnckPager. + a WnckPager.
- @@ -393,6 +373,6 @@ + Generated by GTK-Doc V1.14 - + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/WnckScreen.html libwnck-2.30.0/doc/html/WnckScreen.html --- libwnck-2.29.92/doc/html/WnckScreen.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/WnckScreen.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ WnckScreen - + - + @@ -66,55 +66,55 @@ #include <libwnck/libwnck.h> WnckScreen; -WnckScreen* wnck_screen_get_default (void); -WnckScreen* wnck_screen_get (int index); -WnckScreen* wnck_screen_get_for_root (gulong root_window_id); -int wnck_screen_get_number (WnckScreen *screen); -int wnck_screen_get_width (WnckScreen *screen); -int wnck_screen_get_height (WnckScreen *screen); -void wnck_screen_force_update (WnckScreen *screen); -const char* wnck_screen_get_window_manager_name (WnckScreen *screen); -gboolean wnck_screen_net_wm_supports (WnckScreen *screen, - const char *atom); -WnckWindow* wnck_screen_get_active_window (WnckScreen *screen); -WnckWindow* wnck_screen_get_previously_active_window - (WnckScreen *screen); -GList* wnck_screen_get_windows (WnckScreen *screen); -GList* wnck_screen_get_windows_stacked (WnckScreen *screen); -WnckWorkspace* wnck_screen_get_active_workspace (WnckScreen *screen); -GList* wnck_screen_get_workspaces (WnckScreen *screen); -WnckWorkspace* wnck_screen_get_workspace (WnckScreen *screen, - int workspace); -int wnck_screen_get_workspace_index (WnckScreen *screen, - WnckWorkspace *space); +WnckScreen* wnck_screen_get_default (void); +WnckScreen* wnck_screen_get (int index); +WnckScreen* wnck_screen_get_for_root (gulong root_window_id); +intwnck_screen_get_number (WnckScreen *screen); +intwnck_screen_get_width (WnckScreen *screen); +intwnck_screen_get_height (WnckScreen *screen); +voidwnck_screen_force_update (WnckScreen *screen); +const char* wnck_screen_get_window_manager_name (WnckScreen *screen); +gbooleanwnck_screen_net_wm_supports (WnckScreen *screen, + const char *atom); +WnckWindow* wnck_screen_get_active_window (WnckScreen *screen); +WnckWindow* wnck_screen_get_previously_active_window + (WnckScreen *screen); +GList* wnck_screen_get_windows (WnckScreen *screen); +GList* wnck_screen_get_windows_stacked (WnckScreen *screen); +WnckWorkspace* wnck_screen_get_active_workspace (WnckScreen *screen); +GList* wnck_screen_get_workspaces (WnckScreen *screen); +WnckWorkspace* wnck_screen_get_workspace (WnckScreen *screen, + int workspace); +intwnck_screen_get_workspace_index (WnckScreen *screen, + WnckWorkspace *space); enum WnckMotionDirection; -WnckWorkspace* wnck_screen_get_workspace_neighbor (WnckScreen *screen, - WnckWorkspace *space, - WnckMotionDirection direction); -int wnck_screen_get_workspace_count (WnckScreen *screen); -void wnck_screen_change_workspace_count (WnckScreen *screen, - int count); -int wnck_screen_try_set_workspace_layout - (WnckScreen *screen, - int current_token, - int rows, - int columns); -void wnck_screen_release_workspace_layout - (WnckScreen *screen, - int current_token); +WnckWorkspace* wnck_screen_get_workspace_neighbor (WnckScreen *screen, + WnckWorkspace *space, + WnckMotionDirection direction); +intwnck_screen_get_workspace_count (WnckScreen *screen); +voidwnck_screen_change_workspace_count (WnckScreen *screen, + int count); +intwnck_screen_try_set_workspace_layout + (WnckScreen *screen, + int current_token, + int rows, + int columns); +voidwnck_screen_release_workspace_layout + (WnckScreen *screen, + int current_token); WnckWorkspaceLayout; -void wnck_screen_calc_workspace_layout (WnckScreen *screen, - int num_workspaces, - int space_index, - WnckWorkspaceLayout *layout); -void wnck_screen_free_workspace_layout (WnckWorkspaceLayout *layout); -void wnck_screen_move_viewport (WnckScreen *screen, - int x, - int y); -gulong wnck_screen_get_background_pixmap (WnckScreen *screen); -gboolean wnck_screen_get_showing_desktop (WnckScreen *screen); -void wnck_screen_toggle_showing_desktop (WnckScreen *screen, - gboolean show); +voidwnck_screen_calc_workspace_layout (WnckScreen *screen, + int num_workspaces, + int space_index, + WnckWorkspaceLayout *layout); +voidwnck_screen_free_workspace_layout (WnckWorkspaceLayout *layout); +voidwnck_screen_move_viewport (WnckScreen *screen, + int x, + int y); +gulongwnck_screen_get_background_pixmap (WnckScreen *screen); +gbooleanwnck_screen_get_showing_desktop (WnckScreen *screen); +voidwnck_screen_toggle_showing_desktop (WnckScreen *screen, + gboolean show);
@@ -151,7 +151,7 @@ multiple monitors which are merged to form a large screen area. The WnckScreen is at the bottom of the libwnck stack of objects: WnckWorkspace objects exist a WnckScreen and WnckWindow objects are displayed on a -WnckWorkspace. +WnckWorkspace.

The WnckScreen corresponds to the notion of @@ -160,8 +160,6 @@

The WnckScreen objects are always owned by libwnck and must not be referenced or unreferenced.

-

-

Details

@@ -171,22 +169,18 @@

The WnckScreen struct contains only private fields and should not be directly accessed.

-

-


wnck_screen_get_default ()

-
WnckScreen*         wnck_screen_get_default             (void);
+
WnckScreen*         wnck_screen_get_default             (void);

Gets the default WnckScreen on the default display.

-

-

pager :

a WnckPager. + a WnckPager.
- @@ -195,11 +189,9 @@

wnck_screen_get ()

-
WnckScreen*         wnck_screen_get                     (int index);
+
WnckScreen*         wnck_screen_get                     (int index);

Gets the WnckScreen for a given screen on the default display.

-

-

Returns :

the default WnckScreen. The returned WnckScreen is + the default WnckScreen. The returned WnckScreen is owned by libwnck and must not be referenced or unreferenced.
@@ -221,7 +213,7 @@

wnck_screen_get_for_root ()

-
WnckScreen*         wnck_screen_get_for_root            (gulong root_window_id);
+
WnckScreen*         wnck_screen_get_for_root            (gulong root_window_id);

Gets the WnckScreen for the root window at root_window_id, or NULL if no WnckScreen exists for this root window. @@ -229,8 +221,6 @@

This function does not work if wnck_screen_get() was not called for the sought WnckScreen before, and returns NULL.

-

-

@@ -252,18 +242,16 @@

wnck_screen_get_number ()

-
int                 wnck_screen_get_number              (WnckScreen *screen);
+
int                 wnck_screen_get_number              (WnckScreen *screen);

Gets the index of screen on the display to which it belongs. The first WnckScreen has an index of 0.

-

-

- @@ -279,17 +267,15 @@

wnck_screen_get_width ()

-
int                 wnck_screen_get_width               (WnckScreen *screen);
+
int                 wnck_screen_get_width               (WnckScreen *screen);

Gets the width of screen.

-

-

screen :

a WnckScreen. + a WnckScreen.
- @@ -303,17 +289,15 @@

wnck_screen_get_height ()

-
int                 wnck_screen_get_height              (WnckScreen *screen);
+
int                 wnck_screen_get_height              (WnckScreen *screen);

Gets the height of screen.

-

-

screen :

a WnckScreen. + a WnckScreen.
- @@ -327,7 +311,7 @@

wnck_screen_force_update ()

-
void                wnck_screen_force_update            (WnckScreen *screen);
+
void                wnck_screen_force_update            (WnckScreen *screen);

Synchronously and immediately updates the list of WnckWindow on screen. This bypasses the standard update mechanism, where the list of WnckWindow @@ -338,13 +322,11 @@ get things right, you need to write model-view code that tracks changes, not get a static list of open windows). However, this function can be useful for small applications that just do something and then exit.

-

-

screen :

a WnckScreen. + a WnckScreen.
-

screen :

a WnckScreen. + a WnckScreen.
@@ -352,17 +334,15 @@

wnck_screen_get_window_manager_name ()

-
const char*         wnck_screen_get_window_manager_name (WnckScreen *screen);
+
const char*         wnck_screen_get_window_manager_name (WnckScreen *screen);

Gets the name of the window manager.

-

-

- @@ -380,8 +360,8 @@

wnck_screen_net_wm_supports ()

-
gboolean            wnck_screen_net_wm_supports         (WnckScreen *screen,
-                                                         const char *atom);
+
gboolean            wnck_screen_net_wm_supports         (WnckScreen *screen,
+                                                         const char *atom);

Gets whether the window manager for screen supports a certain hint from the Extended @@ -397,14 +377,12 @@

See also gdk_x11_screen_supports_net_wm_hint() in GDK.

-

-

screen :

a WnckScreen. + a WnckScreen.
- @@ -424,18 +402,16 @@

wnck_screen_get_active_window ()

-
WnckWindow*         wnck_screen_get_active_window       (WnckScreen *screen);
+
WnckWindow*         wnck_screen_get_active_window       (WnckScreen *screen);

Gets the active WnckWindow on screen. May return NULL sometimes, since not all window managers guarantee that a window is always active.

-

-

screen :

a WnckScreen. + a WnckScreen.
- @@ -450,20 +426,18 @@

wnck_screen_get_previously_active_window ()

-
WnckWindow*         wnck_screen_get_previously_active_window
-                                                        (WnckScreen *screen);
+
WnckWindow*         wnck_screen_get_previously_active_window
+                                                        (WnckScreen *screen);

Gets the previously active WnckWindow on screen. May return NULL sometimes, since not all window managers guarantee that a window is always active.

-

-

screen :

a WnckScreen. + a WnckScreen.
- @@ -481,20 +455,18 @@

wnck_screen_get_windows ()

-
GList*              wnck_screen_get_windows             (WnckScreen *screen);
+
GList*              wnck_screen_get_windows             (WnckScreen *screen);

Gets the list of WnckWindow on screen. The list is not in a defined order, but should be "stable" (windows should not be reordered in it). However, the stability of the list is established by the window manager, so don't blame libwnck if it breaks down.

-

-

screen :

a WnckScreen. + a WnckScreen.
- @@ -510,17 +482,15 @@

wnck_screen_get_windows_stacked ()

-
GList*              wnck_screen_get_windows_stacked     (WnckScreen *screen);
+
GList*              wnck_screen_get_windows_stacked     (WnckScreen *screen);

Gets the list of WnckWindow on screen in bottom-to-top order.

-

-

screen :

a WnckScreen. + a WnckScreen.
- @@ -536,19 +506,17 @@

wnck_screen_get_active_workspace ()

-
WnckWorkspace*      wnck_screen_get_active_workspace    (WnckScreen *screen);
+
WnckWorkspace*      wnck_screen_get_active_workspace    (WnckScreen *screen);

Gets the active WnckWorkspace on screen. May return NULL sometimes, if libwnck is in a weird state due to the asynchronous nature of the interaction with the window manager.

-

-

screen :

a WnckScreen. + a WnckScreen.
- @@ -564,18 +532,16 @@

wnck_screen_get_workspaces ()

-
GList*              wnck_screen_get_workspaces          (WnckScreen *screen);
+
GList*              wnck_screen_get_workspaces          (WnckScreen *screen);

Gets the list of WnckWorkspace on screen. The list is ordered: the first element in the list is the first WnckWorkspace, etc..

-

-

screen :

a WnckScreen. + a WnckScreen.
- @@ -592,18 +558,16 @@

wnck_screen_get_workspace ()

-
WnckWorkspace*      wnck_screen_get_workspace           (WnckScreen *screen,
-                                                         int workspace);
+
WnckWorkspace*      wnck_screen_get_workspace           (WnckScreen *screen,
+                                                         int workspace);

Gets the WnckWorkspace numbered workspace on screen.

-

-

screen :

a WnckScreen. + a WnckScreen.
- @@ -624,8 +588,8 @@

wnck_screen_get_workspace_index ()

-
int                 wnck_screen_get_workspace_index     (WnckScreen *screen,
-                                                         WnckWorkspace *space);
+
int                 wnck_screen_get_workspace_index     (WnckScreen *screen,
+                                                         WnckWorkspace *space);

Warning

wnck_screen_get_workspace_index has been deprecated since version 2.20 and should not be used in newly-written code. Use wnck_workspace_get_number() instead.

@@ -633,19 +597,17 @@

Gets the index of space on screen. The first WnckWorkspace has an index of 0. See also wnck_workspace_get_number().

-

-

screen :

a WnckScreen. + a WnckScreen.
- - @@ -670,34 +632,32 @@ } WnckMotionDirection;

-Type defining a direction in which to search a neighbor WnckWorkspace.

-

-

+Type defining a direction in which to search a neighbor WnckWorkspace.

screen :

a WnckScreen. + a WnckScreen.

space :

a WnckWorkspace. + a WnckWorkspace.
@@ -707,9 +667,9 @@

wnck_screen_get_workspace_neighbor ()

-
WnckWorkspace*      wnck_screen_get_workspace_neighbor  (WnckScreen *screen,
-                                                         WnckWorkspace *space,
-                                                         WnckMotionDirection direction);
+
WnckWorkspace*      wnck_screen_get_workspace_neighbor  (WnckScreen *screen,
+                                                         WnckWorkspace *space,
+                                                         WnckMotionDirection direction);

Warning

wnck_screen_get_workspace_neighbor has been deprecated since version 2.20 and should not be used in newly-written code. Use wnck_workspace_get_neighbor() instead.

@@ -717,19 +677,17 @@

Gets the neighbor WnckWorkspace of space in the direction direction on screen.

-

-

WNCK_MOTION_UP

search a neighbor WnckWorkspace above another -WnckWorkspace. +WnckWorkspace.

WNCK_MOTION_DOWN

search a neighbor WnckWorkspace below another -WnckWorkspace. +WnckWorkspace.

WNCK_MOTION_LEFT

search a neighbor WnckWorkspace at the left of another -WnckWorkspace. +WnckWorkspace.

WNCK_MOTION_RIGHT

search a neighbor WnckWorkspace at the right of another -WnckWorkspace. +WnckWorkspace.
- - @@ -753,17 +711,15 @@

wnck_screen_get_workspace_count ()

-
int                 wnck_screen_get_workspace_count     (WnckScreen *screen);
+
int                 wnck_screen_get_workspace_count     (WnckScreen *screen);

Gets the number of WnckWorkspace on screen.

-

-

screen :

a WnckScreen. + a WnckScreen.

space :

a WnckWorkspace. + a WnckWorkspace.
- @@ -777,18 +733,16 @@

wnck_screen_change_workspace_count ()

-
void                wnck_screen_change_workspace_count  (WnckScreen *screen,
-                                                         int count);
+
void                wnck_screen_change_workspace_count  (WnckScreen *screen,
+                                                         int count);

Asks the window manager to change the number of WnckWorkspace on screen.

-

-

screen :

a WnckScreen. + a WnckScreen.
- @@ -803,11 +757,11 @@

wnck_screen_try_set_workspace_layout ()

-
int                 wnck_screen_try_set_workspace_layout
-                                                        (WnckScreen *screen,
-                                                         int current_token,
-                                                         int rows,
-                                                         int columns);
+
int                 wnck_screen_try_set_workspace_layout
+                                                        (WnckScreen *screen,
+                                                         int current_token,
+                                                         int rows,
+                                                         int columns);

Tries to modify the layout of WnckWorkspace on screen. To do this, tries to acquire ownership of the layout. If the current process is the owner of @@ -818,21 +772,19 @@

If rows is 0, the actual number of rows will be determined based on -columns and the number of WnckWorkspace. If columns is 0, the actual +columns and the number of WnckWorkspace. If columns is 0, the actual number of columns will be determined based on rows and the number of -WnckWorkspace. rows and columns must not be 0 at the same time. +WnckWorkspace. rows and columns must not be 0 at the same time.

You have to release the ownership of the layout with wnck_screen_release_workspace_layout() when you do not need it anymore.

-

-

screen :

a WnckScreen. + a WnckScreen.
- @@ -865,21 +817,19 @@

wnck_screen_release_workspace_layout ()

-
void                wnck_screen_release_workspace_layout
-                                                        (WnckScreen *screen,
-                                                         int current_token);
+
void                wnck_screen_release_workspace_layout
+                                                        (WnckScreen *screen,
+                                                         int current_token);

Releases the ownership of the layout of WnckWorkspace on screen. current_token is used to verify that the caller is the owner of the layout. If the verification fails, nothing happens.

-

-

screen :

a WnckScreen. + a WnckScreen.
- @@ -910,43 +860,41 @@

The WnckWorkspaceLayout struct contains information about the layout of WnckWorkspace on a WnckScreen, and the exact position of a specific -WnckWorkspace.

-

-

+WnckWorkspace.

screen :

a WnckScreen. + a WnckScreen.
- + - + - + - - + - + - + @@ -957,10 +905,10 @@

wnck_screen_calc_workspace_layout ()

-
void                wnck_screen_calc_workspace_layout   (WnckScreen *screen,
-                                                         int num_workspaces,
-                                                         int space_index,
-                                                         WnckWorkspaceLayout *layout);
+
void                wnck_screen_calc_workspace_layout   (WnckScreen *screen,
+                                                         int num_workspaces,
+                                                         int space_index,
+                                                         WnckWorkspaceLayout *layout);

Warning

wnck_screen_calc_workspace_layout has been deprecated since version 2.20 and should not be used in newly-written code.

@@ -968,14 +916,12 @@

Calculates the layout of WnckWorkspace, with additional information like the row and column of the WnckWorkspace with index space_index.

-

-

int rows;

int rows;

number of rows in the layout grid.

int cols;

int cols;

number of columns in the layout grid.

int *grid;

int *grid;

array of size grid_area containing the index (starting from 0) of the WnckWorkspace for each position in the layout grid, or -1 if the -position does not correspond to any WnckWorkspace. +position does not correspond to any WnckWorkspace.

int grid_area;

size of the grid containing all WnckWorkspace. This can be +

int grid_area;

size of the grid containing all WnckWorkspace. This can be bigger than the number of WnckWorskpace because the grid might not be filled.

int current_row;

int current_row;

row of the specific WnckWorkspace, starting from 0.

int current_col;

int current_col;

column of the specific WnckWorkspace, starting from 0.
- @@ -986,7 +932,7 @@ - @@ -1002,7 +948,7 @@

wnck_screen_free_workspace_layout ()

-
void                wnck_screen_free_workspace_layout   (WnckWorkspaceLayout *layout);
+
void                wnck_screen_free_workspace_layout   (WnckWorkspaceLayout *layout);

Warning

wnck_screen_free_workspace_layout has been deprecated since version 2.20 and should not be used in newly-written code.

@@ -1010,13 +956,11 @@

Frees the content of layout. This does not free layout itself, so you might want to free layout yourself after calling this.

-

-

screen :

a WnckScreen. + a WnckScreen.

space_index :

the index of a Workspace. + the index of a Workspace.
-

layout :

a WnckWorkspaceLayout. + a WnckWorkspaceLayout.
@@ -1025,20 +969,18 @@

wnck_screen_move_viewport ()

-
void                wnck_screen_move_viewport           (WnckScreen *screen,
-                                                         int x,
-                                                         int y);
+
void                wnck_screen_move_viewport           (WnckScreen *screen,
+                                                         int x,
+                                                         int y);

Asks the window manager to move the viewport of the current WnckWorkspace on screen.

-

-

- @@ -1058,17 +1000,15 @@

wnck_screen_get_background_pixmap ()

-
gulong              wnck_screen_get_background_pixmap   (WnckScreen *screen);
+
gulong              wnck_screen_get_background_pixmap   (WnckScreen *screen);

Gets the X window ID of the background pixmap of screen.

-

-

screen :

a WnckScreen. + a WnckScreen.
- @@ -1082,18 +1022,16 @@

wnck_screen_get_showing_desktop ()

-
gboolean            wnck_screen_get_showing_desktop     (WnckScreen *screen);
+
gboolean            wnck_screen_get_showing_desktop     (WnckScreen *screen);

Gets whether screen is in the "showing the desktop" mode. This mode is changed when a "showing-desktop-changed" signal gets emitted.

-

-

screen :

a WnckScreen. + a WnckScreen.
- @@ -1109,19 +1047,17 @@

wnck_screen_toggle_showing_desktop ()

-
void                wnck_screen_toggle_showing_desktop  (WnckScreen *screen,
-                                                         gboolean show);
+
void                wnck_screen_toggle_showing_desktop  (WnckScreen *screen,
+                                                         gboolean show);

Asks the window manager to set the "showing the desktop" mode on screen according to show.

-

-

screen :

a WnckScreen. + a WnckScreen.
- @@ -1138,13 +1074,11 @@

Signal Details

The "active-window-changed" signal

-
void                user_function                      (WnckScreen *screen,
-                                                        WnckWindow *previously_active_window,
-                                                        gpointer    user_data)                     : Run Last
+
void                user_function                      (WnckScreen *screen,
+                                                        WnckWindow *previously_active_window,
+                                                        gpointer    user_data)                     : Run Last

Emitted when the active window on screen has changed.

-

-

screen :

a WnckScreen. + a WnckScreen.
@@ -1169,13 +1103,11 @@

The "active-workspace-changed" signal

-
void                user_function                      (WnckScreen    *screen,
-                                                        WnckWorkspace *previously_active_space,
-                                                        gpointer       user_data)                    : Run Last
+
void                user_function                      (WnckScreen    *screen,
+                                                        WnckWorkspace *previously_active_space,
+                                                        gpointer       user_data)                    : Run Last

Emitted when the active workspace on screen has changed.

-

-

@@ -1200,13 +1132,11 @@

The "application-closed" signal

-
void                user_function                      (WnckScreen      *screen,
-                                                        WnckApplication *app,
-                                                        gpointer         user_data)      : Run Last
+
void                user_function                      (WnckScreen      *screen,
+                                                        WnckApplication *app,
+                                                        gpointer         user_data)      : Run Last

Emitted when a WnckApplication is closed on screen.

-

-

@@ -1217,7 +1147,7 @@ - @@ -1230,13 +1160,11 @@

The "application-opened" signal

-
void                user_function                      (WnckScreen      *screen,
-                                                        WnckApplication *app,
-                                                        gpointer         user_data)      : Run Last
+
void                user_function                      (WnckScreen      *screen,
+                                                        WnckApplication *app,
+                                                        gpointer         user_data)      : Run Last

Emitted when a new WnckApplication is opened on screen.

-

-

app :

the closed WnckApplication. + the closed WnckApplication.
@@ -1247,7 +1175,7 @@ - @@ -1260,12 +1188,10 @@

The "background-changed" signal

-
void                user_function                      (WnckScreen *screen,
-                                                        gpointer    user_data)      : Run Last
+
void                user_function                      (WnckScreen *screen,
+                                                        gpointer    user_data)      : Run Last

Emitted when the background on the root window of screen has changed.

-

-

app :

the opened WnckApplication. + the opened WnckApplication.
@@ -1284,13 +1210,11 @@

The "class-group-closed" signal

-
void                user_function                      (WnckScreen     *screen,
-                                                        WnckClassGroup *class_group,
-                                                        gpointer        user_data)        : Run Last
+
void                user_function                      (WnckScreen     *screen,
+                                                        WnckClassGroup *class_group,
+                                                        gpointer        user_data)        : Run Last

Emitted when a WnckClassGroup is closed on screen.

-

-

@@ -1301,7 +1225,7 @@ - @@ -1315,13 +1239,11 @@

The "class-group-opened" signal

-
void                user_function                      (WnckScreen     *screen,
-                                                        WnckClassGroup *class_group,
-                                                        gpointer        user_data)        : Run Last
+
void                user_function                      (WnckScreen     *screen,
+                                                        WnckClassGroup *class_group,
+                                                        gpointer        user_data)        : Run Last

Emitted when a new WnckClassGroup is opened on screen.

-

-

class_group :

the closed WnckClassGroup. + the closed WnckClassGroup.
@@ -1332,7 +1254,7 @@ - @@ -1346,12 +1268,10 @@

The "showing-desktop-changed" signal

-
void                user_function                      (WnckScreen *screen,
-                                                        gpointer    user_data)      : Run Last
+
void                user_function                      (WnckScreen *screen,
+                                                        gpointer    user_data)      : Run Last

Emitted when "showing the desktop" mode of screen is toggled.

-

-

class_group :

the opened WnckClassGroup. + the opened WnckClassGroup.
@@ -1371,13 +1291,11 @@

The "viewports-changed" signal

-
void                user_function                      (WnckScreen *screen,
-                                                        gpointer    user_data)      : Run Last
+
void                user_function                      (WnckScreen *screen,
+                                                        gpointer    user_data)      : Run Last

Emitted when a viewport position has changed in a WnckWorkspace of screen or when a WnckWorkspace of screen gets or loses its viewport.

-

-

@@ -1397,13 +1315,11 @@

The "window-closed" signal

-
void                user_function                      (WnckScreen *screen,
-                                                        WnckWindow *window,
-                                                        gpointer    user_data)      : Run Last
+
void                user_function                      (WnckScreen *screen,
+                                                        WnckWindow *window,
+                                                        gpointer    user_data)      : Run Last

Emitted when a WnckWindow is closed on screen.

-

-

@@ -1414,7 +1330,7 @@ - @@ -1427,12 +1343,10 @@

The "window-manager-changed" signal

-
void                user_function                      (WnckScreen *screen,
-                                                        gpointer    user_data)      : Run Last
+
void                user_function                      (WnckScreen *screen,
+                                                        gpointer    user_data)      : Run Last

Emitted when the window manager on screen has changed.

-

-

window :

the closed WnckWindow. + the closed WnckWindow.
@@ -1452,13 +1366,11 @@

The "window-opened" signal

-
void                user_function                      (WnckScreen *screen,
-                                                        WnckWindow *window,
-                                                        gpointer    user_data)      : Run Last
+
void                user_function                      (WnckScreen *screen,
+                                                        WnckWindow *window,
+                                                        gpointer    user_data)      : Run Last

Emitted when a new WnckWindow is opened on screen.

-

-

@@ -1469,7 +1381,7 @@ - @@ -1482,12 +1394,10 @@

The "window-stacking-changed" signal

-
void                user_function                      (WnckScreen *screen,
-                                                        gpointer    user_data)      : Run Last
+
void                user_function                      (WnckScreen *screen,
+                                                        gpointer    user_data)      : Run Last

Emitted when the stacking order of WnckWindow on screen has changed.

-

-

window :

the opened WnckWindow. + the opened WnckWindow.
@@ -1506,13 +1416,11 @@

The "workspace-created" signal

-
void                user_function                      (WnckScreen    *screen,
-                                                        WnckWorkspace *space,
-                                                        gpointer       user_data)      : Run Last
+
void                user_function                      (WnckScreen    *screen,
+                                                        WnckWorkspace *space,
+                                                        gpointer       user_data)      : Run Last

Emitted when a WnckWorkspace is created on screen.

-

-

@@ -1536,13 +1444,11 @@

The "workspace-destroyed" signal

-
void                user_function                      (WnckScreen    *screen,
-                                                        WnckWorkspace *space,
-                                                        gpointer       user_data)      : Run Last
+
void                user_function                      (WnckScreen    *screen,
+                                                        WnckWorkspace *space,
+                                                        gpointer       user_data)      : Run Last

Emitted when a WnckWorkspace is destroyed on screen.

-

-

@@ -1571,6 +1477,6 @@ + Generated by GTK-Doc V1.14 - + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/WnckSelector.html libwnck-2.30.0/doc/html/WnckSelector.html --- libwnck-2.29.92/doc/html/WnckSelector.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/WnckSelector.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ WnckSelector - + - + @@ -67,7 +67,7 @@ #include <libwnck/libwnck.h> WnckSelector; -GtkWidget * wnck_selector_new (void); +GtkWidget * wnck_selector_new (void);
@@ -87,7 +87,7 @@

Implemented Interfaces

WnckSelector implements - GtkBuildable and AtkImplementorIface.

+ AtkImplementorIface and GtkBuildable.

Description

@@ -99,8 +99,6 @@

The WnckSelector will automatically detect the screen it is on, and will represent windows of this screen only.

-

-

Details

@@ -110,23 +108,19 @@

The WnckSelector struct contains only private fields and should not be directly accessed.

-

-


wnck_selector_new ()

-
GtkWidget *         wnck_selector_new                   (void);
+
GtkWidget *         wnck_selector_new                   (void);

-Creates a new WnckSelector. The WnckSelector will list WnckWindow of the +Creates a new WnckSelector. The WnckSelector will list WnckWindow of the WnckScreen it is on.

-

-

- @@ -141,6 +135,6 @@ + Generated by GTK-Doc V1.14 - + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/WnckTasklist.html libwnck-2.30.0/doc/html/WnckTasklist.html --- libwnck-2.29.92/doc/html/WnckTasklist.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/WnckTasklist.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ WnckTasklist - + - + @@ -69,38 +69,38 @@ #include <libwnck/libwnck.h> WnckTasklist; -GtkWidget * wnck_tasklist_new (WnckScreen *screen); -void wnck_tasklist_set_screen (WnckTasklist *tasklist, - WnckScreen *screen); +GtkWidget * wnck_tasklist_new (WnckScreen *screen); +voidwnck_tasklist_set_screen (WnckTasklist *tasklist, + WnckScreen *screen); enum WnckTasklistGroupingType; -void wnck_tasklist_set_grouping (WnckTasklist *tasklist, - WnckTasklistGroupingType grouping); -void wnck_tasklist_set_grouping_limit (WnckTasklist *tasklist, - gint limit); -void wnck_tasklist_set_include_all_workspaces - (WnckTasklist *tasklist, - gboolean include_all_workspaces); -void wnck_tasklist_set_switch_workspace_on_unminimize - (WnckTasklist *tasklist, - gboolean switch_workspace_on_unminimize); -void wnck_tasklist_set_button_relief (WnckTasklist *tasklist, - GtkReliefStyle relief); -gint wnck_tasklist_get_minimum_width (WnckTasklist *tasklist); -void wnck_tasklist_set_minimum_width (WnckTasklist *tasklist, - gint size); -gint wnck_tasklist_get_minimum_height (WnckTasklist *tasklist); -void wnck_tasklist_set_minimum_height (WnckTasklist *tasklist, - gint size); -GdkPixbuf * (*WnckLoadIconFunction) (const char *icon_name, - int size, - unsigned int flags, - void *data); -void wnck_tasklist_set_icon_loader (WnckTasklist *tasklist, - WnckLoadIconFunction load_icon_func, - void *data, - GDestroyNotify free_data_func); -const int * wnck_tasklist_get_size_hint_list (WnckTasklist *tasklist, - int *n_elements); +voidwnck_tasklist_set_grouping (WnckTasklist *tasklist, + WnckTasklistGroupingType grouping); +voidwnck_tasklist_set_grouping_limit (WnckTasklist *tasklist, + gint limit); +voidwnck_tasklist_set_include_all_workspaces + (WnckTasklist *tasklist, + gboolean include_all_workspaces); +voidwnck_tasklist_set_switch_workspace_on_unminimize + (WnckTasklist *tasklist, + gboolean switch_workspace_on_unminimize); +voidwnck_tasklist_set_button_relief (WnckTasklist *tasklist, + GtkReliefStyle relief); +gintwnck_tasklist_get_minimum_width (WnckTasklist *tasklist); +voidwnck_tasklist_set_minimum_width (WnckTasklist *tasklist, + gint size); +gintwnck_tasklist_get_minimum_height (WnckTasklist *tasklist); +voidwnck_tasklist_set_minimum_height (WnckTasklist *tasklist, + gint size); +GdkPixbuf * (*WnckLoadIconFunction) (const char *icon_name, + int size, + unsigned int flags, + void *data); +voidwnck_tasklist_set_icon_loader (WnckTasklist *tasklist, + WnckLoadIconFunction load_icon_func, + void *data, + GDestroyNotify free_data_func); +const int * wnck_tasklist_get_size_hint_list (WnckTasklist *tasklist, + int *n_elements);
@@ -118,15 +118,15 @@

Implemented Interfaces

WnckTasklist implements - GtkBuildable and AtkImplementorIface.

+ AtkImplementorIface and GtkBuildable.

Style Properties

-  "fade-loop-time"           gfloat                : Read
-  "fade-max-loops"           gint                  : Read
-  "fade-opacity"             gfloat                : Read
-  "fade-overlay-rect"        gboolean              : Read
+  "fade-loop-time"           gfloat                : Read
+  "fade-max-loops"           gint                  : Read
+  "fade-opacity"             gfloat                : Read
+  "fade-overlay-rect"        gboolean              : Read
 
@@ -146,7 +146,7 @@ showing windows from all workspaces (see wnck_tasklist_set_include_all_workspaces()). The fade effect for windows needing attention can be controlled by various style properties like -"fade-max-loops" and "fade-opacity." +"fade-max-loops" and "fade-opacity".

The tasklist also acts as iconification destination. If there are multiple @@ -154,8 +154,6 @@ for windows, the iconification destinations might not be consistent among windows and it is not possible to determine which WnckTasklist (or which other application) owns this propriety.

-

-

Details

@@ -165,18 +163,14 @@

The WnckTasklist struct contains only private fields and should not be directly accessed.

-

-


wnck_tasklist_new ()

-
GtkWidget *         wnck_tasklist_new                   (WnckScreen *screen);
+
GtkWidget *         wnck_tasklist_new                   (WnckScreen *screen);

-Creates a new WnckTasklist. The WnckTasklist will list WnckWindow of the +Creates a new WnckTasklist. The WnckTasklist will list WnckWindow of the WnckScreen it is on.

-

-

Returns :

a newly created WnckSelector. + a newly created WnckSelector.
@@ -187,7 +181,7 @@ - @@ -196,27 +190,25 @@

wnck_tasklist_set_screen ()

-
void                wnck_tasklist_set_screen            (WnckTasklist *tasklist,
-                                                         WnckScreen *screen);
+
void                wnck_tasklist_set_screen            (WnckTasklist *tasklist,
+                                                         WnckScreen *screen);

Warning

wnck_tasklist_set_screen has been deprecated since version 2.20 and should not be used in newly-written code.

Does nothing.

-

-

Returns :

a newly created WnckTasklist. + a newly created WnckTasklist.
- - @@ -234,29 +226,27 @@

Type defining the policy of the WnckTasklist for grouping multiple -WnckWindow of the same WnckApplication.

-

-

+WnckWindow of the same WnckApplication.

tasklist :

a WnckTasklist. + a WnckTasklist.

screen :

a WnckScreen. + a WnckScreen.
@@ -265,18 +255,16 @@

wnck_tasklist_set_grouping ()

-
void                wnck_tasklist_set_grouping          (WnckTasklist *tasklist,
-                                                         WnckTasklistGroupingType grouping);
+
void                wnck_tasklist_set_grouping          (WnckTasklist *tasklist,
+                                                         WnckTasklistGroupingType grouping);

Sets the grouping policy for tasklist to grouping.

-

-

WNCK_TASKLIST_NEVER_GROUP

never group multiple WnckWindow of the same -WnckApplication. +WnckApplication.

WNCK_TASKLIST_AUTO_GROUP

group multiple WnckWindow of the same WnckApplication for some WnckApplication, when there is not enough place -to have a good-looking list of all WnckWindow. +to have a good-looking list of all WnckWindow.

WNCK_TASKLIST_ALWAYS_GROUP

always group multiple WnckWindow of the same -WnckApplication, for all WnckApplication. +WnckApplication, for all WnckApplication.
- @@ -290,21 +278,19 @@

wnck_tasklist_set_grouping_limit ()

-
void                wnck_tasklist_set_grouping_limit    (WnckTasklist *tasklist,
-                                                         gint limit);
+
void                wnck_tasklist_set_grouping_limit    (WnckTasklist *tasklist,
+                                                         gint limit);

Sets the maximum size of buttons in tasklist before tasklist tries to group WnckWindow in the same WnckApplication in only one button. This limit is valid only when the grouping policy of tasklist is WNCK_TASKLIST_AUTO_GROUP.

-

-

tasklist :

a WnckTasklist. + a WnckTasklist.
- @@ -318,9 +304,9 @@

wnck_tasklist_set_include_all_workspaces ()

-
void                wnck_tasklist_set_include_all_workspaces
-                                                        (WnckTasklist *tasklist,
-                                                         gboolean include_all_workspaces);
+
void                wnck_tasklist_set_include_all_workspaces
+                                                        (WnckTasklist *tasklist,
+                                                         gboolean include_all_workspaces);

Sets tasklist to display WnckWindow from all WnckWorkspace or not, according to include_all_workspaces. @@ -333,15 +319,13 @@ side-effect of this is that, when using multiple WnckWorkspace with viewport, it is not possible to show all WnckWindow from a WnckWorkspace (even those that are not visible in the viewport) in tasklist without -showing all WnckWindow from all WnckWorkspace.

-

-

+showing all WnckWindow from all WnckWorkspace.

tasklist :

a WnckTasklist. + a WnckTasklist.
- @@ -356,23 +340,21 @@

wnck_tasklist_set_switch_workspace_on_unminimize ()

-
void                wnck_tasklist_set_switch_workspace_on_unminimize
-                                                        (WnckTasklist *tasklist,
-                                                         gboolean switch_workspace_on_unminimize);
+
void                wnck_tasklist_set_switch_workspace_on_unminimize
+                                                        (WnckTasklist *tasklist,
+                                                         gboolean switch_workspace_on_unminimize);

Sets tasklist to activate or not the WnckWorkspace a WnckWindow is on when unminimizing it, according to switch_workspace_on_unminimize.

FIXME: does it still work?

-

-

tasklist :

a WnckTasklist. + a WnckTasklist.
- @@ -387,20 +369,18 @@

wnck_tasklist_set_button_relief ()

-
void                wnck_tasklist_set_button_relief     (WnckTasklist *tasklist,
-                                                         GtkReliefStyle relief);
+
void                wnck_tasklist_set_button_relief     (WnckTasklist *tasklist,
+                                                         GtkReliefStyle relief);

Sets the relief type of the buttons in tasklist to relief. The main use of this function is proper integration of WnckTasklist in panels with non-system backgrounds.

-

-

tasklist :

a WnckTasklist. + a WnckTasklist.
- @@ -415,21 +395,19 @@

wnck_tasklist_get_minimum_width ()

-
gint                wnck_tasklist_get_minimum_width     (WnckTasklist *tasklist);
+
gint                wnck_tasklist_get_minimum_width     (WnckTasklist *tasklist);

Warning

wnck_tasklist_get_minimum_width has been deprecated since version 2.20 and should not be used in newly-written code.

Returns -1.

-

-

tasklist :

a WnckTasklist. + a WnckTasklist.
- @@ -444,22 +422,20 @@

wnck_tasklist_set_minimum_width ()

-
void                wnck_tasklist_set_minimum_width     (WnckTasklist *tasklist,
-                                                         gint size);
+
void                wnck_tasklist_set_minimum_width     (WnckTasklist *tasklist,
+                                                         gint size);

Warning

wnck_tasklist_set_minimum_width has been deprecated since version 2.20 and should not be used in newly-written code.

Does nothing.

-

-

tasklist :

a WnckTasklist. + a WnckTasklist.
- @@ -473,21 +449,19 @@

wnck_tasklist_get_minimum_height ()

-
gint                wnck_tasklist_get_minimum_height    (WnckTasklist *tasklist);
+
gint                wnck_tasklist_get_minimum_height    (WnckTasklist *tasklist);

Warning

wnck_tasklist_get_minimum_height has been deprecated since version 2.20 and should not be used in newly-written code.

Returns -1.

-

-

tasklist :

a WnckTasklist. + a WnckTasklist.
- @@ -502,22 +476,20 @@

wnck_tasklist_set_minimum_height ()

-
void                wnck_tasklist_set_minimum_height    (WnckTasklist *tasklist,
-                                                         gint size);
+
void                wnck_tasklist_set_minimum_height    (WnckTasklist *tasklist,
+                                                         gint size);

Warning

wnck_tasklist_set_minimum_height has been deprecated since version 2.20 and should not be used in newly-written code.

Does nothing.

-

-

tasklist :

a WnckTasklist. + a WnckTasklist.
- @@ -531,14 +503,12 @@

WnckLoadIconFunction ()

-
GdkPixbuf *         (*WnckLoadIconFunction)             (const char *icon_name,
-                                                         int size,
-                                                         unsigned int flags,
-                                                         void *data);
+
GdkPixbuf *         (*WnckLoadIconFunction)             (const char *icon_name,
+                                                         int size,
+                                                         unsigned int flags,
+                                                         void *data);

Specifies the type of function passed to wnck_tasklist_set_icon_loader().

-

-

tasklist :

a WnckTasklist. + a WnckTasklist.
@@ -561,7 +531,7 @@ @@ -579,14 +549,12 @@

wnck_tasklist_set_icon_loader ()

-
void                wnck_tasklist_set_icon_loader       (WnckTasklist *tasklist,
-                                                         WnckLoadIconFunction load_icon_func,
-                                                         void *data,
-                                                         GDestroyNotify free_data_func);
+
void                wnck_tasklist_set_icon_loader       (WnckTasklist *tasklist,
+                                                         WnckLoadIconFunction load_icon_func,
+                                                         void *data,
+                                                         GDestroyNotify free_data_func);

Sets a function to be used for loading icons.

-

-

data :

data passed to the function, set when the WnckLoadIconFunction has -been set for the WnckTasklist. +been set for the WnckTasklist.
@@ -617,22 +585,20 @@

wnck_tasklist_get_size_hint_list ()

-
const int *         wnck_tasklist_get_size_hint_list    (WnckTasklist *tasklist,
-                                                         int *n_elements);
+
const int *         wnck_tasklist_get_size_hint_list    (WnckTasklist *tasklist,
+                                                         int *n_elements);

Since a WnckTasklist does not have a fixed size (WnckWindow can be grouped 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 information.

-

-

- @@ -655,13 +621,11 @@

Style Property Details

The "fade-loop-time" style property

-
  "fade-loop-time"           gfloat                : Read
+
  "fade-loop-time"           gfloat                : Read

When a window needs attention, a fade effect is drawn on the button representing the window. This property controls the time one loop of this fade effect takes, in seconds.

-

-

Allowed values: [0.2,10]

Default value: 3

Since 2.16

@@ -669,13 +633,11 @@

The "fade-max-loops" style property

-
  "fade-max-loops"           gint                  : Read
+
  "fade-max-loops"           gint                  : Read

When a window needs attention, a fade effect is drawn on the button representing the window. This property controls the number of loops for this fade effect. 0 means the button will only fade to the final color.

-

-

Allowed values: [0,50]

Default value: 5

Since 2.20

@@ -683,13 +645,11 @@

The "fade-opacity" style property

-
  "fade-opacity"             gfloat                : Read
+
  "fade-opacity"             gfloat                : Read

When a window needs attention, a fade effect is drawn on the button representing the window. This property controls the final opacity that will be reached by the fade effect.

-

-

Allowed values: [0,1]

Default value: 0.8

Since 2.16

@@ -697,15 +657,13 @@

The "fade-overlay-rect" style property

-
  "fade-overlay-rect"        gboolean              : Read
+
  "fade-overlay-rect"        gboolean              : Read

When a window needs attention, a fade effect is drawn on the button representing the window. Set this property to TRUE to enable a compatibility mode for pixbuf engine themes that cannot react to color changes. If enabled, a rectangle with the correct color will be drawn on top of the button.

-

-

Default value: TRUE

Since 2.16

@@ -717,6 +675,6 @@
+ Generated by GTK-Doc V1.14
- + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/WnckWindow.html libwnck-2.30.0/doc/html/WnckWindow.html --- libwnck-2.29.92/doc/html/WnckWindow.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/WnckWindow.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ WnckWindow - + - + @@ -66,122 +66,122 @@ #include <libwnck/libwnck.h> WnckWindow; -WnckWindow* wnck_window_get (gulong xwindow); -WnckScreen* wnck_window_get_screen (WnckWindow *window); -gboolean wnck_window_has_name (WnckWindow *window); -const char* wnck_window_get_name (WnckWindow *window); -gboolean wnck_window_has_icon_name (WnckWindow *window); -const char* wnck_window_get_icon_name (WnckWindow *window); -gboolean wnck_window_get_icon_is_fallback (WnckWindow *window); -GdkPixbuf* wnck_window_get_icon (WnckWindow *window); -GdkPixbuf* wnck_window_get_mini_icon (WnckWindow *window); -WnckApplication* wnck_window_get_application (WnckWindow *window); -WnckWindow* wnck_window_get_transient (WnckWindow *window); -gulong wnck_window_get_group_leader (WnckWindow *window); -gulong wnck_window_get_xid (WnckWindow *window); -WnckClassGroup * wnck_window_get_class_group (WnckWindow *window); -const char* wnck_window_get_session_id (WnckWindow *window); -const char* wnck_window_get_session_id_utf8 (WnckWindow *window); -int wnck_window_get_pid (WnckWindow *window); -gint wnck_window_get_sort_order (WnckWindow *window); -void wnck_window_set_sort_order (WnckWindow *window, - gint order); +WnckWindow* wnck_window_get (gulong xwindow); +WnckScreen* wnck_window_get_screen (WnckWindow *window); +gboolean wnck_window_has_name (WnckWindow *window); +const char* wnck_window_get_name (WnckWindow *window); +gboolean wnck_window_has_icon_name (WnckWindow *window); +const char* wnck_window_get_icon_name (WnckWindow *window); +gboolean wnck_window_get_icon_is_fallback (WnckWindow *window); +GdkPixbuf* wnck_window_get_icon (WnckWindow *window); +GdkPixbuf* wnck_window_get_mini_icon (WnckWindow *window); +WnckApplication* wnck_window_get_application (WnckWindow *window); +WnckWindow* wnck_window_get_transient (WnckWindow *window); +gulong wnck_window_get_group_leader (WnckWindow *window); +gulong wnck_window_get_xid (WnckWindow *window); +WnckClassGroup * wnck_window_get_class_group (WnckWindow *window); +const char* wnck_window_get_session_id (WnckWindow *window); +const char* wnck_window_get_session_id_utf8 (WnckWindow *window); +int wnck_window_get_pid (WnckWindow *window); +gint wnck_window_get_sort_order (WnckWindow *window); +void wnck_window_set_sort_order (WnckWindow *window, + gint order); enum WnckWindowType; -WnckWindowType wnck_window_get_window_type (WnckWindow *window); -void wnck_window_set_window_type (WnckWindow *window, - WnckWindowType wintype); +WnckWindowType wnck_window_get_window_type (WnckWindow *window); +void wnck_window_set_window_type (WnckWindow *window, + WnckWindowType wintype); enum WnckWindowState; -WnckWindowState wnck_window_get_state (WnckWindow *window); -gboolean wnck_window_is_minimized (WnckWindow *window); -gboolean wnck_window_is_maximized_horizontally - (WnckWindow *window); -gboolean wnck_window_is_maximized_vertically (WnckWindow *window); -gboolean wnck_window_is_maximized (WnckWindow *window); -gboolean wnck_window_is_shaded (WnckWindow *window); -gboolean wnck_window_is_pinned (WnckWindow *window); -gboolean wnck_window_is_sticky (WnckWindow *window); -gboolean wnck_window_is_above (WnckWindow *window); -gboolean wnck_window_is_below (WnckWindow *window); -gboolean wnck_window_is_skip_pager (WnckWindow *window); -gboolean wnck_window_is_skip_tasklist (WnckWindow *window); -gboolean wnck_window_is_fullscreen (WnckWindow *window); -gboolean wnck_window_needs_attention (WnckWindow *window); -gboolean wnck_window_or_transient_needs_attention - (WnckWindow *window); +WnckWindowState wnck_window_get_state (WnckWindow *window); +gboolean wnck_window_is_minimized (WnckWindow *window); +gboolean wnck_window_is_maximized_horizontally + (WnckWindow *window); +gboolean wnck_window_is_maximized_vertically (WnckWindow *window); +gboolean wnck_window_is_maximized (WnckWindow *window); +gboolean wnck_window_is_shaded (WnckWindow *window); +gboolean wnck_window_is_pinned (WnckWindow *window); +gboolean wnck_window_is_sticky (WnckWindow *window); +gboolean wnck_window_is_above (WnckWindow *window); +gboolean wnck_window_is_below (WnckWindow *window); +gboolean wnck_window_is_skip_pager (WnckWindow *window); +gboolean wnck_window_is_skip_tasklist (WnckWindow *window); +gboolean wnck_window_is_fullscreen (WnckWindow *window); +gboolean wnck_window_needs_attention (WnckWindow *window); +gboolean wnck_window_or_transient_needs_attention + (WnckWindow *window); enum WnckWindowActions; -WnckWindowActions wnck_window_get_actions (WnckWindow *window); -void wnck_window_minimize (WnckWindow *window); -void wnck_window_unminimize (WnckWindow *window, - guint32 timestamp); -void wnck_window_maximize_horizontally (WnckWindow *window); -void wnck_window_unmaximize_horizontally (WnckWindow *window); -void wnck_window_maximize_vertically (WnckWindow *window); -void wnck_window_unmaximize_vertically (WnckWindow *window); -void wnck_window_maximize (WnckWindow *window); -void wnck_window_unmaximize (WnckWindow *window); -void wnck_window_shade (WnckWindow *window); -void wnck_window_unshade (WnckWindow *window); -void wnck_window_pin (WnckWindow *window); -void wnck_window_unpin (WnckWindow *window); -void wnck_window_stick (WnckWindow *window); -void wnck_window_unstick (WnckWindow *window); -void wnck_window_make_above (WnckWindow *window); -void wnck_window_unmake_above (WnckWindow *window); -void wnck_window_make_below (WnckWindow *window); -void wnck_window_unmake_below (WnckWindow *window); -void wnck_window_set_skip_pager (WnckWindow *window, - gboolean skip); -void wnck_window_set_skip_tasklist (WnckWindow *window, - gboolean skip); -void wnck_window_set_fullscreen (WnckWindow *window, - gboolean fullscreen); -void wnck_window_close (WnckWindow *window, - guint32 timestamp); -WnckWorkspace* wnck_window_get_workspace (WnckWindow *window); -gboolean wnck_window_is_on_workspace (WnckWindow *window, - WnckWorkspace *workspace); -gboolean wnck_window_is_visible_on_workspace (WnckWindow *window, - WnckWorkspace *workspace); -void wnck_window_move_to_workspace (WnckWindow *window, - WnckWorkspace *space); -gboolean wnck_window_is_in_viewport (WnckWindow *window, - WnckWorkspace *workspace); -void wnck_window_activate (WnckWindow *window, - guint32 timestamp); -gboolean wnck_window_is_active (WnckWindow *window); -gboolean wnck_window_is_most_recently_activated - (WnckWindow *window); -void wnck_window_activate_transient (WnckWindow *window, - guint32 timestamp); -gboolean wnck_window_transient_is_most_recently_activated - (WnckWindow *window); -void wnck_window_set_icon_geometry (WnckWindow *window, - int x, - int y, - int width, - int height); +WnckWindowActions wnck_window_get_actions (WnckWindow *window); +void wnck_window_minimize (WnckWindow *window); +void wnck_window_unminimize (WnckWindow *window, + guint32 timestamp); +void wnck_window_maximize_horizontally (WnckWindow *window); +void wnck_window_unmaximize_horizontally (WnckWindow *window); +void wnck_window_maximize_vertically (WnckWindow *window); +void wnck_window_unmaximize_vertically (WnckWindow *window); +void wnck_window_maximize (WnckWindow *window); +void wnck_window_unmaximize (WnckWindow *window); +void wnck_window_shade (WnckWindow *window); +void wnck_window_unshade (WnckWindow *window); +void wnck_window_pin (WnckWindow *window); +void wnck_window_unpin (WnckWindow *window); +void wnck_window_stick (WnckWindow *window); +void wnck_window_unstick (WnckWindow *window); +void wnck_window_make_above (WnckWindow *window); +void wnck_window_unmake_above (WnckWindow *window); +void wnck_window_make_below (WnckWindow *window); +void wnck_window_unmake_below (WnckWindow *window); +void wnck_window_set_skip_pager (WnckWindow *window, + gboolean skip); +void wnck_window_set_skip_tasklist (WnckWindow *window, + gboolean skip); +void wnck_window_set_fullscreen (WnckWindow *window, + gboolean fullscreen); +void wnck_window_close (WnckWindow *window, + guint32 timestamp); +WnckWorkspace* wnck_window_get_workspace (WnckWindow *window); +gboolean wnck_window_is_on_workspace (WnckWindow *window, + WnckWorkspace *workspace); +gboolean wnck_window_is_visible_on_workspace (WnckWindow *window, + WnckWorkspace *workspace); +void wnck_window_move_to_workspace (WnckWindow *window, + WnckWorkspace *space); +gboolean wnck_window_is_in_viewport (WnckWindow *window, + WnckWorkspace *workspace); +void wnck_window_activate (WnckWindow *window, + guint32 timestamp); +gboolean wnck_window_is_active (WnckWindow *window); +gboolean wnck_window_is_most_recently_activated + (WnckWindow *window); +void wnck_window_activate_transient (WnckWindow *window, + guint32 timestamp); +gboolean wnck_window_transient_is_most_recently_activated + (WnckWindow *window); +void wnck_window_set_icon_geometry (WnckWindow *window, + int x, + int y, + int width, + int height); enum WnckWindowGravity; enum WnckWindowMoveResizeMask; -void wnck_window_get_client_window_geometry - (WnckWindow *window, - int *xp, - int *yp, - int *widthp, - int *heightp); -void wnck_window_get_geometry (WnckWindow *window, - int *xp, - int *yp, - int *widthp, - int *heightp); -void wnck_window_set_geometry (WnckWindow *window, - WnckWindowGravity gravity, - WnckWindowMoveResizeMask geometry_mask, - int x, - int y, - int width, - int height); -void wnck_window_keyboard_move (WnckWindow *window); -void wnck_window_keyboard_size (WnckWindow *window); +void wnck_window_get_client_window_geometry + (WnckWindow *window, + int *xp, + int *yp, + int *widthp, + int *heightp); +void wnck_window_get_geometry (WnckWindow *window, + int *xp, + int *yp, + int *widthp, + int *heightp); +void wnck_window_set_geometry (WnckWindow *window, + WnckWindowGravity gravity, + WnckWindowMoveResizeMask geometry_mask, + int x, + int y, + int width, + int height); +void wnck_window_keyboard_move (WnckWindow *window); +void wnck_window_keyboard_size (WnckWindow *window);
@@ -207,8 +207,6 @@

The WnckWindow objects are always owned by libwnck and must not be referenced or unreferenced.

-

-

Details

@@ -218,19 +216,15 @@

The WnckWindow struct contains only private fields and should not be directly accessed.

-

-


wnck_window_get ()

-
WnckWindow*         wnck_window_get                     (gulong xwindow);
+
WnckWindow*         wnck_window_get                     (gulong xwindow);

Gets a preexisting WnckWindow for the X window xwindow. This will not create a WnckWindow if none exists. The function is robust against bogus window IDs.

-

-

tasklist :

a WnckTasklist. + a WnckTasklist.
@@ -251,17 +245,15 @@

wnck_window_get_screen ()

-
WnckScreen*         wnck_window_get_screen              (WnckWindow *window);
+
WnckScreen*         wnck_window_get_screen              (WnckWindow *window);

Gets the WnckScreen window is on.

-

-

- @@ -276,7 +268,7 @@

wnck_window_has_name ()

-
gboolean            wnck_window_has_name                (WnckWindow *window);
+
gboolean            wnck_window_has_name                (WnckWindow *window);

Checks whether or not window has a name. wnck_window_get_name() will always return some value, even if window has no name set; @@ -285,14 +277,12 @@

For icons titles, use wnck_window_has_icon_name() instead.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -309,7 +299,7 @@

wnck_window_get_name ()

-
const char*         wnck_window_get_name                (WnckWindow *window);
+
const char*         wnck_window_get_name                (WnckWindow *window);

Gets the name of window, as it should be displayed in a pager or tasklist. Always returns some value, even if window has no name @@ -318,14 +308,12 @@

For icons titles, use wnck_window_get_icon_name() instead.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -340,7 +328,7 @@

wnck_window_has_icon_name ()

-
gboolean            wnck_window_has_icon_name           (WnckWindow *window);
+
gboolean            wnck_window_has_icon_name           (WnckWindow *window);

Checks whether or not window has an icon name. wnck_window_get_icon_name() will always return some value, even if @@ -353,8 +341,6 @@ wnck_window_get_icon_name() is window's name. Only when both methods return FALSE does wnck_window_get_icon_name() return a generic fallback name.)

-

-

window :

a WnckWindow. + a WnckWindow.
@@ -377,7 +363,7 @@

wnck_window_get_icon_name ()

-
const char*         wnck_window_get_icon_name           (WnckWindow *window);
+
const char*         wnck_window_get_icon_name           (WnckWindow *window);

Gets the icon name of window, as it should be displayed for an icon (minimized state). Always returns some value, even if window has no icon @@ -387,8 +373,6 @@

Contrast with wnck_window_get_name(), which returns window's title, not its icon title.

-

-

@@ -409,18 +393,16 @@

wnck_window_get_icon_is_fallback ()

-
gboolean            wnck_window_get_icon_is_fallback    (WnckWindow *window);
+
gboolean            wnck_window_get_icon_is_fallback    (WnckWindow *window);

Gets whether a default fallback icon is used for window (because none was set on window).

-

-

- @@ -434,19 +416,17 @@

wnck_window_get_icon ()

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

Gets the icon to be used for window. If no icon was found, a fallback icon is used. wnck_window_get_icon_is_fallback() can be used to tell if the icon is the fallback icon.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -462,19 +442,17 @@

wnck_window_get_mini_icon ()

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

Gets the mini-icon to be used for window. If no mini-icon was found, a fallback mini-icon is used. wnck_window_get_icon_is_fallback() can be used to tell if the mini-icon is the fallback mini-icon.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -490,17 +468,15 @@

wnck_window_get_application ()

-
WnckApplication*    wnck_window_get_application         (WnckWindow *window);
+
WnckApplication*    wnck_window_get_application         (WnckWindow *window);

Gets the WnckApplication to which window belongs.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -516,23 +492,21 @@

wnck_window_get_transient ()

-
WnckWindow*         wnck_window_get_transient           (WnckWindow *window);
+
WnckWindow*         wnck_window_get_transient           (WnckWindow *window);

Gets the WnckWindow for which window is transient.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -543,17 +517,15 @@

wnck_window_get_group_leader ()

-
gulong              wnck_window_get_group_leader        (WnckWindow *window);
+
gulong              wnck_window_get_group_leader        (WnckWindow *window);

Gets the group leader of the group of windows to which window belongs.

-

-

window :

a WnckWindow. + a WnckWindow.

Returns :

the WnckWindow for which window is transient, or NULL if -window is not transient for any WnckWindow. +window is not transient for any WnckWindow.
- @@ -569,17 +541,15 @@

wnck_window_get_xid ()

-
gulong              wnck_window_get_xid                 (WnckWindow *window);
+
gulong              wnck_window_get_xid                 (WnckWindow *window);

Gets the X window ID of window.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -593,17 +563,15 @@

wnck_window_get_class_group ()

-
WnckClassGroup *    wnck_window_get_class_group         (WnckWindow *window);
+
WnckClassGroup *    wnck_window_get_class_group         (WnckWindow *window);

Gets the WnckClassGroup to which window belongs.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -621,20 +589,18 @@

wnck_window_get_session_id ()

-
const char*         wnck_window_get_session_id          (WnckWindow *window);
+
const char*         wnck_window_get_session_id          (WnckWindow *window);

Gets the session ID for window in Latin-1 encoding. NOTE: this is invalid UTF-8. You can't display this string in a GTK+ widget without converting to UTF-8. See wnck_window_get_session_id_utf8().

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -649,20 +615,18 @@

wnck_window_get_session_id_utf8 ()

-
const char*         wnck_window_get_session_id_utf8     (WnckWindow *window);
+
const char*         wnck_window_get_session_id_utf8     (WnckWindow *window);

Gets the session ID for window in UTF-8 encoding. The session ID should be in Latin-1 encoding, so the conversion should work, but a broken client could set a session ID that might not be convertable to UTF-8.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -677,17 +641,15 @@

wnck_window_get_pid ()

-
int                 wnck_window_get_pid                 (WnckWindow *window);
+
int                 wnck_window_get_pid                 (WnckWindow *window);

Gets the process ID of window.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -701,19 +663,17 @@

wnck_window_get_sort_order ()

-
gint                wnck_window_get_sort_order          (WnckWindow *window);
+
gint                wnck_window_get_sort_order          (WnckWindow *window);

Gets the sort order of window, used for ordering of window in -WnckSelector and WnckTasklist. The sort order is an internal state in +WnckSelector and WnckTasklist. The sort order is an internal state in libwnck. The initial value is defined when the window is created.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -729,19 +689,17 @@

wnck_window_set_sort_order ()

-
void                wnck_window_set_sort_order          (WnckWindow *window,
-                                                         gint order);
+
void                wnck_window_set_sort_order          (WnckWindow *window,
+                                                         gint order);

Sets the sort order of window. The sort order is used for ordering of -window in WnckSelector and WnckTasklist.

-

-

+window in WnckSelector and WnckTasklist.

window :

a WnckWindow. + a WnckWindow.
- @@ -769,9 +727,7 @@ } WnckWindowType;

-Type describing the semantic type of a WnckWindow.

-

-

+Type describing the semantic type of a WnckWindow.

window :

a WnckWindow. + a WnckWindow.
@@ -823,17 +779,15 @@

wnck_window_get_window_type ()

-
WnckWindowType      wnck_window_get_window_type         (WnckWindow *window);
+
WnckWindowType      wnck_window_get_window_type         (WnckWindow *window);

Gets the semantic type of window.

-

-

- @@ -847,18 +801,16 @@

wnck_window_set_window_type ()

-
void                wnck_window_set_window_type         (WnckWindow *window,
-                                                         WnckWindowType wintype);
+
void                wnck_window_set_window_type         (WnckWindow *window,
+                                                         WnckWindowType wintype);

Sets the semantic type of window to wintype.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -891,9 +843,7 @@ } WnckWindowState;

-Type used as a bitmask to describe the state of a WnckWindow.

-

-

+Type used as a bitmask to describe the state of a WnckWindow.

window :

a WnckWindow. + a WnckWindow.
@@ -976,17 +926,15 @@

wnck_window_get_state ()

-
WnckWindowState     wnck_window_get_state               (WnckWindow *window);
+
WnckWindowState     wnck_window_get_state               (WnckWindow *window);

Gets the state of window.

-

-

- @@ -1000,18 +948,16 @@

wnck_window_is_minimized ()

-
gboolean            wnck_window_is_minimized            (WnckWindow *window);
+
gboolean            wnck_window_is_minimized            (WnckWindow *window);

Gets whether window is minimized. Minimization state may change anytime a "state-changed" signal gets emitted.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -1025,19 +971,17 @@

wnck_window_is_maximized_horizontally ()

-
gboolean            wnck_window_is_maximized_horizontally
-                                                        (WnckWindow *window);
+
gboolean            wnck_window_is_maximized_horizontally
+                                                        (WnckWindow *window);

Gets whether window is maximized horizontally. Horizontal maximization state may change anytime a "state-changed" signal gets emitted.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -1051,18 +995,16 @@

wnck_window_is_maximized_vertically ()

-
gboolean            wnck_window_is_maximized_vertically (WnckWindow *window);
+
gboolean            wnck_window_is_maximized_vertically (WnckWindow *window);

Gets whether window is maximized vertically. vertiVal maximization state may change anytime a "state-changed" signal gets emitted.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -1076,7 +1018,7 @@

wnck_window_is_maximized ()

-
gboolean            wnck_window_is_maximized            (WnckWindow *window);
+
gboolean            wnck_window_is_maximized            (WnckWindow *window);

Gets whether window is maximized. Maximization state may change anytime a "state-changed" signal gets emitted. @@ -1085,14 +1027,12 @@ As for GDK, "maximized" means both vertically and horizontally. If window is maximized in only one direction, then window is not considered maximized.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -1107,18 +1047,16 @@

wnck_window_is_shaded ()

-
gboolean            wnck_window_is_shaded               (WnckWindow *window);
+
gboolean            wnck_window_is_shaded               (WnckWindow *window);

Gets whether window is shaded. Shade state may change anytime a "state-changed" signal gets emitted.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -1132,19 +1070,17 @@

wnck_window_is_pinned ()

-
gboolean            wnck_window_is_pinned               (WnckWindow *window);
+
gboolean            wnck_window_is_pinned               (WnckWindow *window);

Gets whether window is on all workspace. Pinned state may change anytime a "workspace-changed" signal gets emitted, but not when a "state-changed" gets emitted.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -1158,7 +1094,7 @@

wnck_window_is_sticky ()

-
gboolean            wnck_window_is_sticky               (WnckWindow *window);
+
gboolean            wnck_window_is_sticky               (WnckWindow *window);

Gets whether window is sticky. Sticky state may change anytime a "state-changed" signal gets emitted. @@ -1168,14 +1104,12 @@ viewport. In GDK/GTK+ (e.g. gdk_window_stick()/gtk_window_stick()), sticky means "stuck to the glass" and also that the window is on all workspaces. But here it only means the viewport aspect of it.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -1189,21 +1123,19 @@

wnck_window_is_above ()

-
gboolean            wnck_window_is_above                (WnckWindow *window);
+
gboolean            wnck_window_is_above                (WnckWindow *window);

Gets whether window is above other windows. This state may change anytime a "state-changed" signal gets emitted.

See wnck_window_make_above() for more details on this state.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -1219,21 +1151,19 @@

wnck_window_is_below ()

-
gboolean            wnck_window_is_below                (WnckWindow *window);
+
gboolean            wnck_window_is_below                (WnckWindow *window);

Gets whether window is below other windows. This state may change anytime a "state-changed" signal gets emitted.

See wnck_window_make_below() for more details on this state.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -1249,18 +1179,16 @@

wnck_window_is_skip_pager ()

-
gboolean            wnck_window_is_skip_pager           (WnckWindow *window);
+
gboolean            wnck_window_is_skip_pager           (WnckWindow *window);

Gets whether window is included on pagers. This state may change anytime a "state-changed" signal gets emitted.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -1274,18 +1202,16 @@

wnck_window_is_skip_tasklist ()

-
gboolean            wnck_window_is_skip_tasklist        (WnckWindow *window);
+
gboolean            wnck_window_is_skip_tasklist        (WnckWindow *window);

Gets whether window is included on tasklists. This state may change anytime a "state-changed" signal gets emitted.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -1299,18 +1225,16 @@

wnck_window_is_fullscreen ()

-
gboolean            wnck_window_is_fullscreen           (WnckWindow *window);
+
gboolean            wnck_window_is_fullscreen           (WnckWindow *window);

Gets whether window is fullscreen. Fullscreen state may change anytime a "state-changed" signal gets emitted.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -1326,7 +1250,7 @@

wnck_window_needs_attention ()

-
gboolean            wnck_window_needs_attention         (WnckWindow *window);
+
gboolean            wnck_window_needs_attention         (WnckWindow *window);

Gets whether window needs attention. This state may change anytime a "state-changed" signal gets emitted. @@ -1334,14 +1258,12 @@

This state depends on flags such as the demands_attention and is_urgent hints.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -1357,19 +1279,17 @@

wnck_window_or_transient_needs_attention ()

-
gboolean            wnck_window_or_transient_needs_attention
-                                                        (WnckWindow *window);
+
gboolean            wnck_window_or_transient_needs_attention
+                                                        (WnckWindow *window);

Gets whether window or one of its transients needs attention. This state may change anytime a "state-changed" signal gets emitted.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -1411,9 +1331,7 @@

Type used as a bitmask to describe the actions that can be done for a -WnckWindow.

-

-

+WnckWindow.

window :

a WnckWindow. + a WnckWindow.
@@ -1523,17 +1441,15 @@

wnck_window_get_actions ()

-
WnckWindowActions   wnck_window_get_actions             (WnckWindow *window);
+
WnckWindowActions   wnck_window_get_actions             (WnckWindow *window);

Gets the actions that can be done for window.

-

-

- @@ -1547,16 +1463,14 @@

wnck_window_minimize ()

-
void                wnck_window_minimize                (WnckWindow *window);
+
void                wnck_window_minimize                (WnckWindow *window);

Minimizes window.

-

-

window :

a WnckWindow. + a WnckWindow.
-

window :

a WnckWindow. + a WnckWindow.
@@ -1564,19 +1478,17 @@

wnck_window_unminimize ()

-
void                wnck_window_unminimize              (WnckWindow *window,
-                                                         guint32 timestamp);
+
void                wnck_window_unminimize              (WnckWindow *window,
+                                                         guint32 timestamp);

Unminimizes window by activating it or one of its transients. See wnck_window_activate_transient() for details on how the activation is done.

-

-

- @@ -1591,16 +1503,14 @@

wnck_window_maximize_horizontally ()

-
void                wnck_window_maximize_horizontally   (WnckWindow *window);
+
void                wnck_window_maximize_horizontally   (WnckWindow *window);

Asks the window manager to maximize horizontally window.

-

-

window :

a WnckWindow. + a WnckWindow.
-

window :

a WnckWindow. + a WnckWindow.
@@ -1608,16 +1518,14 @@

wnck_window_unmaximize_horizontally ()

-
void                wnck_window_unmaximize_horizontally (WnckWindow *window);
+
void                wnck_window_unmaximize_horizontally (WnckWindow *window);

Asks the window manager to unmaximize horizontally window.

-

-

-

window :

a WnckWindow. + a WnckWindow.
@@ -1625,16 +1533,14 @@

wnck_window_maximize_vertically ()

-
void                wnck_window_maximize_vertically     (WnckWindow *window);
+
void                wnck_window_maximize_vertically     (WnckWindow *window);

Asks the window manager to maximize vertically window.

-

-

-

window :

a WnckWindow. + a WnckWindow.
@@ -1642,16 +1548,14 @@

wnck_window_unmaximize_vertically ()

-
void                wnck_window_unmaximize_vertically   (WnckWindow *window);
+
void                wnck_window_unmaximize_vertically   (WnckWindow *window);

Asks the window manager to unmaximize vertically window.

-

-

-

window :

a WnckWindow. + a WnckWindow.
@@ -1659,16 +1563,14 @@

wnck_window_maximize ()

-
void                wnck_window_maximize                (WnckWindow *window);
+
void                wnck_window_maximize                (WnckWindow *window);

Asks the window manager to maximize window.

-

-

-

window :

a WnckWindow. + a WnckWindow.
@@ -1676,16 +1578,14 @@

wnck_window_unmaximize ()

-
void                wnck_window_unmaximize              (WnckWindow *window);
+
void                wnck_window_unmaximize              (WnckWindow *window);

Asks the window manager to unmaximize window.

-

-

-

window :

a WnckWindow. + a WnckWindow.
@@ -1693,16 +1593,14 @@

wnck_window_shade ()

-
void                wnck_window_shade                   (WnckWindow *window);
+
void                wnck_window_shade                   (WnckWindow *window);

Asks the window manager to shade window.

-

-

-

window :

a WnckWindow. + a WnckWindow.
@@ -1710,16 +1608,14 @@

wnck_window_unshade ()

-
void                wnck_window_unshade                 (WnckWindow *window);
+
void                wnck_window_unshade                 (WnckWindow *window);

Asks the window manager to unshade window.

-

-

-

window :

a WnckWindow. + a WnckWindow.
@@ -1727,16 +1623,14 @@

wnck_window_pin ()

-
void                wnck_window_pin                     (WnckWindow *window);
+
void                wnck_window_pin                     (WnckWindow *window);

Asks the window manager to put window on all workspaces.

-

-

-

window :

a WnckWindow. + a WnckWindow.
@@ -1744,20 +1638,18 @@

wnck_window_unpin ()

-
void                wnck_window_unpin                   (WnckWindow *window);
+
void                wnck_window_unpin                   (WnckWindow *window);

Asks the window manager to put window only in the currently active workspace, if window was previously pinned. If window was not pinned, does not change window's workspace. If the active workspace is not known for some reason (it should not happen much), sets window's workspace to the first workspace.

-

-

-

window :

a WnckWindow. + a WnckWindow.
@@ -1765,17 +1657,15 @@

wnck_window_stick ()

-
void                wnck_window_stick                   (WnckWindow *window);
+
void                wnck_window_stick                   (WnckWindow *window);

Asks the window manager to keep the window's position fixed on the screen, even when the workspace or viewport scrolls.

-

-

-

window :

a WnckWindow. + a WnckWindow.
@@ -1783,17 +1673,15 @@

wnck_window_unstick ()

-
void                wnck_window_unstick                 (WnckWindow *window);
+
void                wnck_window_unstick                 (WnckWindow *window);

Asks the window manager to not have window's position fixed on the screen when the workspace or viewport scrolls.

-

-

-

window :

a WnckWindow. + a WnckWindow.
@@ -1801,18 +1689,16 @@

wnck_window_make_above ()

-
void                wnck_window_make_above              (WnckWindow *window);
+
void                wnck_window_make_above              (WnckWindow *window);

Asks the window manager to put window on top of most windows (window will not be on top of focused fullscreen windows, of other windows with this setting and of dock windows).

-

-

-

window :

a WnckWindow. + a WnckWindow.
@@ -1821,17 +1707,15 @@

wnck_window_unmake_above ()

-
void                wnck_window_unmake_above            (WnckWindow *window);
+
void                wnck_window_unmake_above            (WnckWindow *window);

Asks the window manager to not put window on top of most windows, and to put it again in the stack with other windows.

-

-

-

window :

a WnckWindow. + a WnckWindow.
@@ -1840,16 +1724,14 @@

wnck_window_make_below ()

-
void                wnck_window_make_below              (WnckWindow *window);
+
void                wnck_window_make_below              (WnckWindow *window);

Asks the window manager to put window below most windows.

-

-

-

window :

a WnckWindow. + a WnckWindow.
@@ -1858,17 +1740,15 @@

wnck_window_unmake_below ()

-
void                wnck_window_unmake_below            (WnckWindow *window);
+
void                wnck_window_unmake_below            (WnckWindow *window);

Asks the window manager to not put window below most windows, and to put it again in the stack with other windows.

-

-

-

window :

a WnckWindow. + a WnckWindow.
@@ -1877,18 +1757,16 @@

wnck_window_set_skip_pager ()

-
void                wnck_window_set_skip_pager          (WnckWindow *window,
-                                                         gboolean skip);
+
void                wnck_window_set_skip_pager          (WnckWindow *window,
+                                                         gboolean skip);

Asks the window manager to make window included or not included on pagers.

-

-

- @@ -1902,19 +1780,17 @@

wnck_window_set_skip_tasklist ()

-
void                wnck_window_set_skip_tasklist       (WnckWindow *window,
-                                                         gboolean skip);
+
void                wnck_window_set_skip_tasklist       (WnckWindow *window,
+                                                         gboolean skip);

Asks the window manager to make window included or not included on tasklists.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -1928,19 +1804,17 @@

wnck_window_set_fullscreen ()

-
void                wnck_window_set_fullscreen          (WnckWindow *window,
-                                                         gboolean fullscreen);
+
void                wnck_window_set_fullscreen          (WnckWindow *window,
+                                                         gboolean fullscreen);

Asks the window manager to set the fullscreen state of window according to fullscreen.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -1955,22 +1829,20 @@

wnck_window_close ()

-
void                wnck_window_close                   (WnckWindow *window,
-                                                         guint32 timestamp);
+
void                wnck_window_close                   (WnckWindow *window,
+                                                         guint32 timestamp);

Closes window.

This function existed before 2.6, but the timestamp argument was missing in earlier versions.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -1986,18 +1858,16 @@

wnck_window_get_workspace ()

-
WnckWorkspace*      wnck_window_get_workspace           (WnckWindow *window);
+
WnckWorkspace*      wnck_window_get_workspace           (WnckWindow *window);

Gets the current workspace window is on. If the window is pinned (on all workspaces), or not on any workspaces, NULL may be returned.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -2013,23 +1883,21 @@

wnck_window_is_on_workspace ()

-
gboolean            wnck_window_is_on_workspace         (WnckWindow *window,
-                                                         WnckWorkspace *workspace);
+
gboolean            wnck_window_is_on_workspace         (WnckWindow *window,
+                                                         WnckWorkspace *workspace);

Gets whether window appears on workspace.

-

-

window :

a WnckWindow. + a WnckWindow.
- - @@ -2043,24 +1911,22 @@

wnck_window_is_visible_on_workspace ()

-
gboolean            wnck_window_is_visible_on_workspace (WnckWindow *window,
-                                                         WnckWorkspace *workspace);
+
gboolean            wnck_window_is_visible_on_workspace (WnckWindow *window,
+                                                         WnckWorkspace *workspace);

Like wnck_window_is_on_workspace(), but also checks that the window is in a visible state (i.e. not minimized or shaded).

-

-

window :

a WnckWindow. + a WnckWindow.

workspace :

a WnckWorkspace. + a WnckWorkspace.
- - @@ -2075,26 +1941,22 @@

wnck_window_move_to_workspace ()

-
void                wnck_window_move_to_workspace       (WnckWindow *window,
-                                                         WnckWorkspace *space);
+
void                wnck_window_move_to_workspace       (WnckWindow *window,
+                                                         WnckWorkspace *space);

-Asks the window manager to move window to space. -

-

-FIXME: what happens if window is pinned?

-

-

+Asks the window manager to move window to space. If window was pinned, it +will also result in window being visible only on space.

window :

a WnckWindow. + a WnckWindow.

workspace :

a WnckWorkspace. + a WnckWorkspace.
- - @@ -2103,23 +1965,21 @@

wnck_window_is_in_viewport ()

-
gboolean            wnck_window_is_in_viewport          (WnckWindow *window,
-                                                         WnckWorkspace *workspace);
+
gboolean            wnck_window_is_in_viewport          (WnckWindow *window,
+                                                         WnckWorkspace *workspace);

Gets TRUE if window appears in the current viewport of workspace.

-

-

window :

a WnckWindow. + a WnckWindow.

space :

a WnckWorkspace. + a WnckWorkspace.
- - @@ -2136,8 +1996,8 @@

wnck_window_activate ()

-
void                wnck_window_activate                (WnckWindow *window,
-                                                         guint32 timestamp);
+
void                wnck_window_activate                (WnckWindow *window,
+                                                         guint32 timestamp);

Asks the window manager to make window the active window. The window manager may choose to raise window along with focusing it, and may @@ -2147,14 +2007,12 @@

This function existed before 2.10, but the timestamp argument was missing in earlier versions.

-

-

window :

a WnckWindow. + a WnckWindow.

workspace :

a WnckWorkspace. + a WnckWorkspace.
- @@ -2170,17 +2028,15 @@

wnck_window_is_active ()

-
gboolean            wnck_window_is_active               (WnckWindow *window);
-

-Gets whether window is the active window on its WnckScreen.

+
gboolean            wnck_window_is_active               (WnckWindow *window);

-

+Gets whether window is the active window on its WnckScreen.

window :

a WnckWindow. + a WnckWindow.
- @@ -2195,25 +2051,23 @@

wnck_window_is_most_recently_activated ()

-
gboolean            wnck_window_is_most_recently_activated
-                                                        (WnckWindow *window);
+
gboolean            wnck_window_is_most_recently_activated
+                                                        (WnckWindow *window);

Gets whether window is the most recently activated window on its -WnckScreen. +WnckScreen.

The most recently activated window is identical to the active window for click and sloppy focus methods (since a window is always active in those cases) but differs slightly for mouse focus since there often is no active window.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -2230,8 +2084,8 @@

wnck_window_activate_transient ()

-
void                wnck_window_activate_transient      (WnckWindow *window,
-                                                         guint32 timestamp);
+
void                wnck_window_activate_transient      (WnckWindow *window,
+                                                         guint32 timestamp);

If window has transients, activates the most likely transient instead of the window itself. Otherwise activates window. @@ -2244,14 +2098,12 @@

This function existed before 2.10, but the timestamp argument was missing in earlier versions.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -2267,8 +2119,8 @@

wnck_window_transient_is_most_recently_activated ()

-
gboolean            wnck_window_transient_is_most_recently_activated
-                                                        (WnckWindow *window);
+
gboolean            wnck_window_transient_is_most_recently_activated
+                                                        (WnckWindow *window);

Gets whether one of the transients of window is the most recently activated window. See @@ -2280,14 +2132,12 @@ minimize window and its transients. (Not doing this can be especially annoying in the case of modal dialogs that don't appear in the WnckTaslist).

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -2304,22 +2154,20 @@

wnck_window_set_icon_geometry ()

-
void                wnck_window_set_icon_geometry       (WnckWindow *window,
-                                                         int x,
-                                                         int y,
-                                                         int width,
-                                                         int height);
+
void                wnck_window_set_icon_geometry       (WnckWindow *window,
+                                                         int x,
+                                                         int y,
+                                                         int width,
+                                                         int height);

Sets the icon geometry for window. A typical use case for this is the destination of the minimization animation of window.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -2364,10 +2212,8 @@ } WnckWindowGravity;

-Flag used when changing the geometry of a WnckWindow. This is the gravity +Flag used when changing the geometry of a WnckWindow. This is the gravity point to use as a reference for the new position.

-

-

window :

a WnckWindow. + a WnckWindow.
@@ -2452,10 +2298,8 @@ } WnckWindowMoveResizeMask;

-Flag used as a bitmask when changing the geometry of a WnckWindow. This +Flag used as a bitmask when changing the geometry of a WnckWindow. This indicates which part of the geometry should be changed.

-

-

@@ -2486,12 +2330,12 @@

wnck_window_get_client_window_geometry ()

-
void                wnck_window_get_client_window_geometry
-                                                        (WnckWindow *window,
-                                                         int *xp,
-                                                         int *yp,
-                                                         int *widthp,
-                                                         int *heightp);
+
void                wnck_window_get_client_window_geometry
+                                                        (WnckWindow *window,
+                                                         int *xp,
+                                                         int *yp,
+                                                         int *widthp,
+                                                         int *heightp);

Gets the size and position of window, as last received in a ConfigureNotify event (i.e. this call does not round-trip @@ -2502,14 +2346,12 @@ The window manager usually adds a frame around windows. If you need to know the size of window with the frame, use wnck_window_get_geometry().

-

-

- @@ -2539,11 +2381,11 @@

wnck_window_get_geometry ()

-
void                wnck_window_get_geometry            (WnckWindow *window,
-                                                         int *xp,
-                                                         int *yp,
-                                                         int *widthp,
-                                                         int *heightp);
+
void                wnck_window_get_geometry            (WnckWindow *window,
+                                                         int *xp,
+                                                         int *yp,
+                                                         int *widthp,
+                                                         int *heightp);

Gets the size and position of window, including decorations. This function uses the information last received in a ConfigureNotify @@ -2555,14 +2397,12 @@

If you need to know the actual size of window ignoring the frame added by the window manager, use wnck_window_get_client_window_geometry().

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -2591,13 +2431,13 @@

wnck_window_set_geometry ()

-
void                wnck_window_set_geometry            (WnckWindow *window,
-                                                         WnckWindowGravity gravity,
-                                                         WnckWindowMoveResizeMask geometry_mask,
-                                                         int x,
-                                                         int y,
-                                                         int width,
-                                                         int height);
+
void                wnck_window_set_geometry            (WnckWindow *window,
+                                                         WnckWindowGravity gravity,
+                                                         WnckWindowMoveResizeMask geometry_mask,
+                                                         int x,
+                                                         int y,
+                                                         int width,
+                                                         int height);

Sets the size and position of window. The X and Y coordinates should be relative to the root window. @@ -2609,14 +2449,12 @@ using wnck_window_set_geometry() with the values returned by wnck_window_get_client_window_geometry() should reduce the size of window and move it.

-

-

window :

a WnckWindow. + a WnckWindow.
- @@ -2656,16 +2494,14 @@

wnck_window_keyboard_move ()

-
void                wnck_window_keyboard_move           (WnckWindow *window);
+
void                wnck_window_keyboard_move           (WnckWindow *window);

Asks the window manager to start moving window via the keyboard.

-

-

window :

a WnckWindow. + a WnckWindow.
-

window :

a WnckWindow. + a WnckWindow.
@@ -2673,16 +2509,14 @@

wnck_window_keyboard_size ()

-
void                wnck_window_keyboard_size           (WnckWindow *window);
+
void                wnck_window_keyboard_size           (WnckWindow *window);

Asks the window manager to start resizing window via the keyboard.

-

-

-

window :

a WnckWindow. + a WnckWindow.
@@ -2692,14 +2526,12 @@

Signal Details

The "actions-changed" signal

-
void                user_function                      (WnckWindow       *window,
-                                                        WnckWindowActions changed_mask,
-                                                        WnckWindowActions new_state,
-                                                        gpointer          user_data)         : Run Last
+
void                user_function                      (WnckWindow       *window,
+                                                        WnckWindowActions changed_mask,
+                                                        WnckWindowActions new_state,
+                                                        gpointer          user_data)         : Run Last

Emitted when the actions availabilities for window change.

-

-

@@ -2729,12 +2561,10 @@

The "geometry-changed" signal

-
void                user_function                      (WnckWindow *window,
-                                                        gpointer    user_data)      : Run Last
+
void                user_function                      (WnckWindow *window,
+                                                        gpointer    user_data)      : Run Last

Emitted when the geometry of window changes.

-

-

@@ -2753,12 +2583,10 @@

The "icon-changed" signal

-
void                user_function                      (WnckWindow *window,
-                                                        gpointer    user_data)      : Run Last
+
void                user_function                      (WnckWindow *window,
+                                                        gpointer    user_data)      : Run Last

Emitted when the icon of window changes.

-

-

@@ -2777,12 +2605,10 @@

The "name-changed" signal

-
void                user_function                      (WnckWindow *window,
-                                                        gpointer    user_data)      : Run Last
+
void                user_function                      (WnckWindow *window,
+                                                        gpointer    user_data)      : Run Last

Emitted when the name of window changes.

-

-

@@ -2801,17 +2627,15 @@

The "state-changed" signal

-
void                user_function                      (WnckWindow     *window,
-                                                        WnckWindowState changed_mask,
-                                                        WnckWindowState new_state,
-                                                        gpointer        user_data)         : Run Last
+
void                user_function                      (WnckWindow     *window,
+                                                        WnckWindowState changed_mask,
+                                                        WnckWindowState new_state,
+                                                        gpointer        user_data)         : Run Last

Emitted when the state of window changes. This can happen when window is (un)minimized, (un)maximized, (un)sticked, (un)shaded, (un)made above, (un)made below, (un)set fullscreen, when it needs attention, etc. See WnckWindowState for the complete list of states that might have changed.

-

-

@@ -2841,13 +2665,11 @@

The "workspace-changed" signal

-
void                user_function                      (WnckWindow *window,
-                                                        gpointer    user_data)      : Run Last
+
void                user_function                      (WnckWindow *window,
+                                                        gpointer    user_data)      : Run Last

Emitted when the current workspace of window changes, or if window has been pinned or unpinned.

-

-

@@ -2871,6 +2693,6 @@ + Generated by GTK-Doc V1.14 - + \ No newline at end of file diff -Nru libwnck-2.29.92/doc/html/WnckWorkspace.html libwnck-2.30.0/doc/html/WnckWorkspace.html --- libwnck-2.29.92/doc/html/WnckWorkspace.html 2010-03-09 02:33:54.000000000 +0000 +++ libwnck-2.30.0/doc/html/WnckWorkspace.html 2010-03-30 01:03:55.000000000 +0100 @@ -3,12 +3,12 @@ WnckWorkspace - + - + @@ -66,22 +66,22 @@ #include <libwnck/libwnck.h> WnckWorkspace; -WnckScreen* wnck_workspace_get_screen (WnckWorkspace *space); -int wnck_workspace_get_number (WnckWorkspace *space); -const char* wnck_workspace_get_name (WnckWorkspace *space); -void wnck_workspace_change_name (WnckWorkspace *space, - const char *name); -int wnck_workspace_get_width (WnckWorkspace *space); -int wnck_workspace_get_height (WnckWorkspace *space); -int wnck_workspace_get_viewport_x (WnckWorkspace *space); -int wnck_workspace_get_viewport_y (WnckWorkspace *space); -gboolean wnck_workspace_is_virtual (WnckWorkspace *space); -int wnck_workspace_get_layout_row (WnckWorkspace *space); -int wnck_workspace_get_layout_column (WnckWorkspace *space); -WnckWorkspace* wnck_workspace_get_neighbor (WnckWorkspace *space, - WnckMotionDirection direction); -void wnck_workspace_activate (WnckWorkspace *space, - guint32 timestamp); +WnckScreen* wnck_workspace_get_screen (WnckWorkspace *space); +intwnck_workspace_get_number (WnckWorkspace *space); +const char* wnck_workspace_get_name (WnckWorkspace *space); +voidwnck_workspace_change_name (WnckWorkspace *space, + const char *name); +intwnck_workspace_get_width (WnckWorkspace *space); +intwnck_workspace_get_height (WnckWorkspace *space); +intwnck_workspace_get_viewport_x (WnckWorkspace *space); +intwnck_workspace_get_viewport_y (WnckWorkspace *space); +gbooleanwnck_workspace_is_virtual (WnckWorkspace *space); +intwnck_workspace_get_layout_row (WnckWorkspace *space); +intwnck_workspace_get_layout_column (WnckWorkspace *space); +WnckWorkspace* wnck_workspace_get_neighbor (WnckWorkspace *space, + WnckMotionDirection direction); +voidwnck_workspace_activate (WnckWorkspace *space, + guint32 timestamp);
@@ -116,7 +116,7 @@ supports all situations, even multiple workspaces with viewports.

-Workspaces are organized according to a layout set on the WnckScreen. See +Workspaces are organized according to a layout set on the WnckScreen. See wnck_screen_try_set_workspace_layout() and wnck_screen_release_workspace_layout() for more information about the layout. @@ -124,8 +124,6 @@

The WnckWorkspace objects are always owned by libwnck and must not be referenced or unreferenced.

-

-

Details

@@ -135,23 +133,19 @@

The WnckWorkspace struct contains only private fields and should not be directly accessed.

-

-


wnck_workspace_get_screen ()

-
WnckScreen*         wnck_workspace_get_screen           (WnckWorkspace *space);
+
WnckScreen*         wnck_workspace_get_screen           (WnckWorkspace *space);

Gets the WnckScreen space is on.

-

-

- @@ -166,18 +160,16 @@

wnck_workspace_get_number ()

-
int                 wnck_workspace_get_number           (WnckWorkspace *space);
+
int                 wnck_workspace_get_number           (WnckWorkspace *space);

Gets the index of space on the WnckScreen to which it belongs. The first workspace has an index of 0.

-

-

space :

a WnckWorkspace. + a WnckWorkspace.
- @@ -191,19 +183,17 @@

wnck_workspace_get_name ()

-
const char*         wnck_workspace_get_name             (WnckWorkspace *space);
+
const char*         wnck_workspace_get_name             (WnckWorkspace *space);

Gets the human-readable name that should be used to refer to space. If the user has not set a special name, a fallback like "Workspace 3" will be used.

-

-

space :

a WnckWorkspace. + a WnckWorkspace.
- @@ -217,18 +207,16 @@

wnck_workspace_change_name ()

-
void                wnck_workspace_change_name          (WnckWorkspace *space,
-                                                         const char *name);
+
void                wnck_workspace_change_name          (WnckWorkspace *space,
+                                                         const char *name);

Changes the name of space.

-

-

space :

a WnckWorkspace. + a WnckWorkspace.
- @@ -243,17 +231,15 @@

wnck_workspace_get_width ()

-
int                 wnck_workspace_get_width            (WnckWorkspace *space);
+
int                 wnck_workspace_get_width            (WnckWorkspace *space);

Gets the width of space.

-

-

space :

a WnckWorkspace. + a WnckWorkspace.
- @@ -269,17 +255,15 @@

wnck_workspace_get_height ()

-
int                 wnck_workspace_get_height           (WnckWorkspace *space);
+
int                 wnck_workspace_get_height           (WnckWorkspace *space);

Gets the height of space.

-

-

space :

a WnckWorkspace. + a WnckWorkspace.
- @@ -295,17 +279,15 @@

wnck_workspace_get_viewport_x ()

-
int                 wnck_workspace_get_viewport_x       (WnckWorkspace *space);
+
int                 wnck_workspace_get_viewport_x       (WnckWorkspace *space);

Gets the X coordinate of the viewport in space.

-

-

space :

a WnckWorkspace. + a WnckWorkspace.
- @@ -322,17 +304,15 @@

wnck_workspace_get_viewport_y ()

-
int                 wnck_workspace_get_viewport_y       (WnckWorkspace *space);
+
int                 wnck_workspace_get_viewport_y       (WnckWorkspace *space);

Gets the Y coordinate of the viewport in space.

-

-

space :

a WnckWorkspace. + a WnckWorkspace.
- @@ -349,17 +329,15 @@

wnck_workspace_is_virtual ()

-
gboolean            wnck_workspace_is_virtual           (WnckWorkspace *space);
+
gboolean            wnck_workspace_is_virtual           (WnckWorkspace *space);

Gets whether space contains a viewport.

-

-

space :

a WnckWorkspace. + a WnckWorkspace.
- @@ -375,19 +353,17 @@

wnck_workspace_get_layout_row ()

-
int                 wnck_workspace_get_layout_row       (WnckWorkspace *space);
+
int                 wnck_workspace_get_layout_row       (WnckWorkspace *space);

Gets the row of space in the WnckWorkspace layout. The first row has an index of 0 and is always the top row, regardless of the starting corner set for the layout.

-

-

space :

a WnckWorkspace. + a WnckWorkspace.
- @@ -404,20 +380,18 @@

wnck_workspace_get_layout_column ()

-
int                 wnck_workspace_get_layout_column    (WnckWorkspace *space);
+
int                 wnck_workspace_get_layout_column    (WnckWorkspace *space);

Gets the column of space in the WnckWorkspace layout. The first column has an index of 0 and is always the left column, regardless of the starting corner set for the layout and regardless of the default direction of the environment (i.e., in both Left-To-Right and Right-To-Left environments).

-

-

space :

a WnckWorkspace. + a WnckWorkspace.
- @@ -434,18 +408,16 @@

wnck_workspace_get_neighbor ()

-
WnckWorkspace*      wnck_workspace_get_neighbor         (WnckWorkspace *space,
-                                                         WnckMotionDirection direction);
+
WnckWorkspace*      wnck_workspace_get_neighbor         (WnckWorkspace *space,
+                                                         WnckMotionDirection direction);

Gets the neighbor WnckWorkspace of space in the direction direction.

-

-

space :

a WnckWorkspace. + a WnckWorkspace.
- @@ -469,8 +441,8 @@

wnck_workspace_activate ()

-
void                wnck_workspace_activate             (WnckWorkspace *space,
-                                                         guint32 timestamp);
+
void                wnck_workspace_activate             (WnckWorkspace *space,
+                                                         guint32 timestamp);

Asks the window manager to make space the active workspace. The window manager may decide to refuse the request (to not steal the focus if there is @@ -479,14 +451,12 @@

This function existed before 2.10, but the timestamp argument was missing in earlier versions.

-

-

space :

a WnckWorkspace. + a WnckWorkspace.
- @@ -504,12 +474,10 @@

Signal Details

The "name-changed" signal

-
void                user_function                      (WnckWorkspace *space,
-                                                        gpointer       user_data)      : Run Last
+
void                user_function                      (WnckWorkspace *space,
+                                                        gpointer       user_data)      : Run Last

Emitted when the name of space changes.

-

-

space :

a WnckWorkspace. + a WnckWorkspace.
@@ -533,6 +501,6 @@ + Generated by GTK-Doc V1.14 - + \ No newline at end of file diff -Nru libwnck-2.29.92/libwnck/pager.c libwnck-2.30.0/libwnck/pager.c --- libwnck-2.29.92/libwnck/pager.c 2010-03-04 16:57:43.000000000 +0000 +++ libwnck-2.30.0/libwnck/pager.c 2010-03-11 00:38:15.000000000 +0000 @@ -233,7 +233,7 @@ g_object_set (pager, "has-tooltip", TRUE, NULL); gtk_drag_dest_set (GTK_WIDGET (pager), 0, targets, G_N_ELEMENTS (targets), GDK_ACTION_MOVE); - GTK_WIDGET_SET_FLAGS (GTK_WIDGET (pager), GTK_CAN_FOCUS); + gtk_widget_set_can_focus (GTK_WIDGET (pager), TRUE); } static void @@ -330,18 +330,24 @@ GdkWindowAttr attributes; gint attributes_mask; WnckPager *pager; + GtkAllocation allocation; + GdkWindow *window; + GtkStyle *style; + GtkStyle *new_style; pager = WNCK_PAGER (widget); /* do not call the parent class realize since we're doing things a bit * differently here */ - GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED); + gtk_widget_set_realized (widget, TRUE); + + gtk_widget_get_allocation (widget, &allocation); attributes.window_type = GDK_WINDOW_CHILD; - attributes.x = widget->allocation.x; - attributes.y = widget->allocation.y; - attributes.width = widget->allocation.width; - attributes.height = widget->allocation.height; + attributes.x = allocation.x; + attributes.y = allocation.y; + attributes.width = allocation.width; + attributes.height = allocation.height; attributes.wclass = GDK_INPUT_OUTPUT; attributes.visual = gtk_widget_get_visual (widget); attributes.colormap = gtk_widget_get_colormap (widget); @@ -352,11 +358,20 @@ attributes_mask = GDK_WA_X | GDK_WA_Y | GDK_WA_VISUAL | GDK_WA_COLORMAP; - widget->window = gdk_window_new (gtk_widget_get_parent_window (widget), &attributes, attributes_mask); - gdk_window_set_user_data (widget->window, widget); + window = gdk_window_new (gtk_widget_get_parent_window (widget), &attributes, attributes_mask); + gtk_widget_set_window (widget, window); + gdk_window_set_user_data (window, widget); + + style = gtk_widget_get_style (widget); + + new_style = gtk_style_attach (style, window); + if (new_style != style) + { + gtk_widget_set_style (widget, style); + style = new_style; + } - widget->style = gtk_style_attach (widget->style, widget->window); - gtk_style_set_background (widget->style, widget->window, GTK_STATE_NORMAL); + gtk_style_set_background (style, window, GTK_STATE_NORMAL); /* connect to the screen of this pager. In theory, this will already have * been done in wnck_pager_size_request() */ @@ -503,8 +518,12 @@ if (pager->priv->shadow_type != GTK_SHADOW_NONE) { - requisition->width += 2 * widget->style->xthickness; - requisition->height += 2 * widget->style->ythickness; + GtkStyle *style; + + style = gtk_widget_get_style (widget); + + requisition->width += 2 * style->xthickness; + requisition->height += 2 * style->ythickness; } gtk_widget_style_get (widget, @@ -536,8 +555,12 @@ if (pager->priv->shadow_type != GTK_SHADOW_NONE) { - width -= 2 * widget->style->xthickness; - height -= 2 * widget->style->ythickness; + GtkStyle *style; + + style = gtk_widget_get_style (widget); + + width -= 2 * style->xthickness; + height -= 2 * style->ythickness; } g_assert (pager->priv->n_rows > 0); @@ -578,14 +601,19 @@ int spaces_per_row; GtkWidget *widget; int col, row; + GtkAllocation allocation; + GtkStyle *style; int focus_width; - gtk_widget_style_get (GTK_WIDGET (pager), + widget = GTK_WIDGET (pager); + + gtk_widget_get_allocation (widget, &allocation); + + style = gtk_widget_get_style (widget); + gtk_widget_style_get (widget, "focus-line-width", &focus_width, NULL); - widget = GTK_WIDGET (pager); - if (!pager->priv->show_all_workspaces) { WnckWorkspace *active_space; @@ -596,15 +624,15 @@ { rect->x = focus_width; rect->y = focus_width; - rect->width = widget->allocation.width - 2 * focus_width; - rect->height = widget->allocation.height - 2 * focus_width; + rect->width = allocation.width - 2 * focus_width; + rect->height = allocation.height - 2 * focus_width; if (pager->priv->shadow_type != GTK_SHADOW_NONE) { - rect->x += widget->style->xthickness; - rect->y += widget->style->ythickness; - rect->width -= 2 * widget->style->xthickness; - rect->height -= 2 * widget->style->ythickness; + rect->x += style->xthickness; + rect->y += style->ythickness; + rect->width -= 2 * style->xthickness; + rect->height -= 2 * style->ythickness; } } else @@ -618,13 +646,13 @@ return; } - hsize = widget->allocation.width - 2 * focus_width; - vsize = widget->allocation.height - 2 * focus_width; + hsize = allocation.width - 2 * focus_width; + vsize = allocation.height - 2 * focus_width; if (pager->priv->shadow_type != GTK_SHADOW_NONE) { - hsize -= 2 * widget->style->xthickness; - vsize -= 2 * widget->style->ythickness; + hsize -= 2 * style->xthickness; + vsize -= 2 * style->ythickness; } n_spaces = wnck_screen_get_workspace_count (pager->priv->screen); @@ -678,8 +706,8 @@ if (pager->priv->shadow_type != GTK_SHADOW_NONE) { - rect->x += widget->style->xthickness; - rect->y += widget->style->ythickness; + rect->x += style->xthickness; + rect->y += style->ythickness; } } @@ -782,6 +810,7 @@ GtkStateType state, gboolean translucent) { + GtkStyle *style; cairo_t *cr; GdkPixbuf *icon; int icon_x, icon_y, icon_w, icon_h; @@ -789,6 +818,8 @@ GdkColor *color; gdouble translucency; + style = gtk_widget_get_style (widget); + is_active = wnck_window_is_active (win); translucency = translucent ? 0.4 : 1.0; @@ -797,9 +828,9 @@ cairo_clip (cr); if (is_active) - color = &widget->style->light[state]; + color = &style->light[state]; else - color = &widget->style->bg[state]; + color = &style->bg[state]; cairo_set_source_rgba (cr, color->red / 65535., color->green / 65535., @@ -854,9 +885,9 @@ } if (is_active) - color = &widget->style->fg[state]; + color = &style->fg[state]; else - color = &widget->style->fg[state]; + color = &style->fg[state]; cairo_set_source_rgba (cr, color->red / 65535., color->green / 65535., @@ -920,20 +951,27 @@ GtkWidget *widget; int i; int n_spaces; + GtkAllocation allocation; int focus_width; int xthickness; int ythickness; widget = GTK_WIDGET (pager); + gtk_widget_get_allocation (widget, &allocation); + gtk_widget_style_get (GTK_WIDGET (pager), "focus-line-width", &focus_width, NULL); if (pager->priv->shadow_type != GTK_SHADOW_NONE) { - xthickness = focus_width + widget->style->xthickness; - ythickness = focus_width + widget->style->ythickness; + GtkStyle *style; + + style = gtk_widget_get_style (widget); + + xthickness = focus_width + style->xthickness; + ythickness = focus_width + style->ythickness; } else { @@ -947,7 +985,6 @@ while (i < n_spaces) { GdkRectangle rect; - GtkWidget *widget; get_workspace_rect (pager, i, &rect); @@ -956,7 +993,6 @@ * Else, pretend the right/bottom line separating two workspaces belong * to the workspace. */ - widget = GTK_WIDGET (pager); if (rect.x == xthickness) { @@ -968,7 +1004,7 @@ rect.y = 0; rect.height += ythickness; } - if (rect.y + rect.height == widget->allocation.height - ythickness) + if (rect.y + rect.height == allocation.height - ythickness) { rect.height += ythickness; } @@ -976,7 +1012,7 @@ { rect.height += 1; } - if (rect.x + rect.width == widget->allocation.width - xthickness) + if (rect.x + rect.width == allocation.width - xthickness) { rect.width += xthickness; } @@ -1025,6 +1061,8 @@ WnckWorkspace *space; GtkWidget *widget; GtkStateType state; + GdkWindow *window; + GtkStyle *style; space = wnck_screen_get_workspace (pager->priv->screen, workspace); if (!space) @@ -1040,13 +1078,16 @@ else state = GTK_STATE_NORMAL; + window = gtk_widget_get_window (widget); + style = gtk_widget_get_style (widget); + /* FIXME in names mode, should probably draw things like a button. */ if (bg_pixbuf) { - gdk_draw_pixbuf (widget->window, - widget->style->dark_gc[state], + gdk_draw_pixbuf (window, + style->dark_gc[state], bg_pixbuf, 0, 0, rect->x, rect->y, @@ -1058,11 +1099,11 @@ { cairo_t *cr; - cr = gdk_cairo_create (widget->window); + cr = gdk_cairo_create (window); if (!wnck_workspace_is_virtual (space)) { - gdk_cairo_set_source_color (cr, &widget->style->dark[state]); + gdk_cairo_set_source_color (cr, &style->dark[state]); cairo_rectangle (cr, rect->x, rect->y, rect->width, rect->height); cairo_fill (cr); } @@ -1131,10 +1172,10 @@ if (active_i == i && active_j == j) gdk_cairo_set_source_color (cr, - &widget->style->dark[GTK_STATE_SELECTED]); + &style->dark[GTK_STATE_SELECTED]); else gdk_cairo_set_source_color (cr, - &widget->style->dark[GTK_STATE_NORMAL]); + &style->dark[GTK_STATE_NORMAL]); cairo_rectangle (cr, vx, vy, vw, vh); cairo_fill (cr); } @@ -1146,7 +1187,7 @@ height_ratio = rect->height / (double) workspace_height; /* first draw non-active part of the viewport */ - gdk_cairo_set_source_color (cr, &widget->style->dark[GTK_STATE_NORMAL]); + gdk_cairo_set_source_color (cr, &style->dark[GTK_STATE_NORMAL]); cairo_rectangle (cr, rect->x, rect->y, rect->width, rect->height); cairo_fill (cr); @@ -1160,7 +1201,7 @@ vw = width_ratio * screen_width; vh = height_ratio * screen_height; - gdk_cairo_set_source_color (cr, &widget->style->dark[GTK_STATE_SELECTED]); + gdk_cairo_set_source_color (cr, &style->dark[GTK_STATE_SELECTED]); cairo_rectangle (cr, vx, vy, vw, vh); cairo_fill (cr); } @@ -1184,7 +1225,7 @@ get_window_rect (win, rect, &winrect); - draw_window (widget->window, + draw_window (window, widget, win, &winrect, @@ -1210,10 +1251,10 @@ pango_layout_get_pixel_size (layout, &w, &h); - gdk_draw_layout (widget->window, + gdk_draw_layout (window, is_current ? - widget->style->fg_gc[GTK_STATE_SELECTED] : - widget->style->fg_gc[GTK_STATE_NORMAL], + style->fg_gc[GTK_STATE_SELECTED] : + style->fg_gc[GTK_STATE_NORMAL], rect->x + (rect->width - w) / 2, rect->y + (rect->height - h) / 2, layout); @@ -1225,12 +1266,12 @@ { /* stolen directly from gtk source so it matches nicely */ cairo_t *cr; - gtk_paint_shadow (widget->style, widget->window, + gtk_paint_shadow (style, window, GTK_STATE_NORMAL, GTK_SHADOW_OUT, NULL, widget, "dnd", rect->x, rect->y, rect->width, rect->height); - cr = gdk_cairo_create (widget->window); + cr = gdk_cairo_create (window); cairo_set_source_rgb (cr, 0.0, 0.0, 0.0); /* black */ cairo_set_line_width (cr, 1.0); cairo_rectangle (cr, @@ -1251,6 +1292,9 @@ WnckWorkspace *active_space; GdkPixbuf *bg_pixbuf; gboolean first; + GdkWindow *window; + GtkAllocation allocation; + GtkStyle *style; int focus_width; pager = WNCK_PAGER (widget); @@ -1260,34 +1304,38 @@ bg_pixbuf = NULL; first = TRUE; + window = gtk_widget_get_window (widget); + gtk_widget_get_allocation (widget, &allocation); + + style = gtk_widget_get_style (widget); gtk_widget_style_get (widget, "focus-line-width", &focus_width, NULL); if (gtk_widget_has_focus (widget)) - gtk_paint_focus (widget->style, - widget->window, - GTK_WIDGET_STATE (widget), + gtk_paint_focus (style, + window, + gtk_widget_get_state (widget), NULL, widget, "pager", 0, 0, - widget->allocation.width, - widget->allocation.height); + allocation.width, + allocation.height); if (pager->priv->shadow_type != GTK_SHADOW_NONE) { - gtk_paint_shadow (widget->style, - widget->window, - GTK_WIDGET_STATE (widget), + gtk_paint_shadow (style, + window, + gtk_widget_get_state (widget), pager->priv->shadow_type, NULL, widget, "pager", focus_width, focus_width, - widget->allocation.width - 2 * focus_width, - widget->allocation.height - 2 * focus_width); + allocation.width - 2 * focus_width, + allocation.height - 2 * focus_width); } i = 0; @@ -1519,8 +1567,8 @@ gint i; gulong xid; - if ((selection_data->length != sizeof (gulong)) || - (selection_data->format != 8)) + if ((gtk_selection_data_get_length (selection_data) != sizeof (gulong)) || + (gtk_selection_data_get_format (selection_data) != 8)) { gtk_drag_finish (context, FALSE, FALSE, time); return; @@ -1534,7 +1582,7 @@ return; } - xid = *((gulong *)selection_data->data); + xid = *((gulong *) gtk_selection_data_get_data (selection_data)); for (tmp = wnck_screen_get_windows_stacked (pager->priv->screen); tmp != NULL; tmp = tmp->next) { @@ -1567,7 +1615,7 @@ xid = wnck_window_get_xid (pager->priv->drag_window); gtk_selection_data_set (selection_data, - selection_data->target, + gtk_selection_data_get_target (selection_data), 8, (guchar *)&xid, sizeof (gulong)); } @@ -1646,7 +1694,7 @@ rect.width = MAX (rect.width, 3); rect.height = MAX (rect.height, 3); - pixmap = gdk_pixmap_new (GTK_WIDGET (widget)->window, + pixmap = gdk_pixmap_new (gtk_widget_get_window (widget), rect.width, rect.height, -1); draw_window (GDK_DRAWABLE (pixmap), widget, window, &rect, GTK_STATE_NORMAL, FALSE); @@ -1743,11 +1791,13 @@ GdkEventMotion *event) { WnckPager *pager; + GdkWindow *window; int x, y; pager = WNCK_PAGER (widget); - gdk_window_get_pointer (widget->window, &x, &y, NULL); + window = gtk_widget_get_window (widget); + gdk_window_get_pointer (window, &x, &y, NULL); if (!pager->priv->dragging && pager->priv->drag_window != NULL && diff -Nru libwnck-2.29.92/libwnck/selector.c libwnck-2.30.0/libwnck/selector.c --- libwnck-2.29.92/libwnck/selector.c 2010-03-04 16:58:09.000000000 +0000 +++ libwnck-2.30.0/libwnck/selector.c 2010-03-11 00:38:15.000000000 +0000 @@ -244,7 +244,7 @@ static void wnck_selector_make_menu_consistent (WnckSelector *selector) { - GList *l; + GList *l, *children; int workspace_n; GtkWidget *workspace_item; GtkWidget *separator; @@ -261,7 +261,9 @@ visible_window = FALSE; - for (l = GTK_MENU_SHELL (selector->priv->menu)->children; l; l = l->next) + children = gtk_container_get_children (GTK_CONTAINER (selector->priv->menu)); + + for (l = children; l; l = l->next) { int i; @@ -315,6 +317,8 @@ } /* end if (normal item) */ } + g_list_free (children); + /* do we have a trailing workspace item to be hidden? */ if (workspace_item) gtk_widget_hide (workspace_item); @@ -505,6 +509,7 @@ static gint wnck_selector_get_width (GtkWidget *widget, const char *text) { + GtkStyle *style; PangoContext *context; PangoFontMetrics *metrics; gint char_width; @@ -515,9 +520,10 @@ gint width; gtk_widget_ensure_style (widget); + style = gtk_widget_get_style (widget); context = gtk_widget_get_pango_context (widget); - metrics = pango_context_get_metrics (context, widget->style->font_desc, + metrics = pango_context_get_metrics (context, style->font_desc, pango_context_get_language (context)); char_width = pango_font_metrics_get_approximate_char_width (metrics); pango_font_metrics_unref (metrics); @@ -548,7 +554,7 @@ if (GTK_IS_MENU (widget)) widget = gtk_menu_get_attach_widget (GTK_MENU (widget)); else - widget = widget->parent; + widget = gtk_widget_get_parent (widget); } if (widget) @@ -567,7 +573,7 @@ xid = wnck_window_get_xid (window); gtk_selection_data_set (selection_data, - selection_data->target, + gtk_selection_data_get_target (selection_data), 8, (guchar *)&xid, sizeof (gulong)); } @@ -631,24 +637,17 @@ return item; } -static gboolean -wnck_selector_workspace_label_exposed (GtkWidget *widget) -{ - /* Bad hack to make the label draw normally, instead of insensitive. */ - widget->state = GTK_STATE_NORMAL; - - return FALSE; -} - static void wnck_selector_workspace_name_changed (WnckWorkspace *workspace, GtkLabel *label) { + GtkStyle *style; GdkColor *color; char *name; char *markup; - color = >K_WIDGET (label)->style->fg[GTK_STATE_INSENSITIVE]; + style = gtk_widget_get_style (GTK_WIDGET (label)); + color = &style->fg[GTK_STATE_INSENSITIVE]; name = g_markup_escape_text (wnck_workspace_get_name (workspace), -1); markup = g_strdup_printf ("%s", @@ -678,14 +677,13 @@ workspace = wnck_screen_get_workspace (screen, workspace_n); - item = gtk_menu_item_new (); - gtk_widget_set_sensitive (item, FALSE); + /* We use a separator in which we add a label. This makes the menu item not + * selectable without any hack. */ + item = gtk_separator_menu_item_new (); label = gtk_label_new (""); gtk_misc_set_alignment (GTK_MISC (label), 1.0, 0.5); gtk_widget_show (label); - g_signal_connect (G_OBJECT (label), "expose-event", - G_CALLBACK (wnck_selector_workspace_label_exposed), NULL); /* the handler will also take care of setting the name for the first time, * and we'll be able to adapt to theme changes */ g_signal_connect (G_OBJECT (label), "style-set", @@ -761,16 +759,18 @@ { /* window is pinned or in the current workspace * => insert before the separator */ - GList *l; + GList *l, *children; i = 0; - for (l = GTK_MENU_SHELL (selector->priv->menu)->children; l; l = l->next) + children = gtk_container_get_children (GTK_CONTAINER (selector->priv->menu)); + for (l = children; l; l = l->next) { if (GTK_IS_SEPARATOR_MENU_ITEM (l->data)) break; i++; } + g_list_free (children); gtk_menu_shell_insert (GTK_MENU_SHELL (selector->priv->menu), item, i); @@ -785,12 +785,12 @@ else { /* insert just before the next workspace item */ - GList *l; + GList *l, *children; i = 0; - for (l = GTK_MENU_SHELL (selector->priv->menu)->children; - l; l = l->next) + children = gtk_container_get_children (GTK_CONTAINER (selector->priv->menu)); + for (l = children; l; l = l->next) { int j; j = GPOINTER_TO_INT (g_object_get_data (G_OBJECT (l->data), @@ -799,6 +799,7 @@ break; i++; } + g_list_free (children); gtk_menu_shell_insert (GTK_MENU_SHELL (selector->priv->menu), item, i); @@ -884,7 +885,7 @@ WnckWorkspace *workspace, WnckSelector *selector) { - GList *l; + GList *l, *children; GtkWidget *destroy; int i; @@ -896,7 +897,9 @@ i = wnck_workspace_get_number (workspace); /* search for the item of this workspace so that we destroy it */ - for (l = GTK_MENU_SHELL (selector->priv->menu)->children; l; l = l->next) + children = gtk_container_get_children (GTK_CONTAINER (selector->priv->menu)); + + for (l = children; l; l = l->next) { int j; @@ -912,6 +915,8 @@ GINT_TO_POINTER (j - 1)); } + g_list_free (children); + if (destroy) gtk_widget_destroy (destroy); diff -Nru libwnck-2.29.92/libwnck/tasklist.c libwnck-2.30.0/libwnck/tasklist.c --- libwnck-2.29.92/libwnck/tasklist.c 2010-03-09 02:24:30.000000000 +0000 +++ libwnck-2.30.0/libwnck/tasklist.c 2010-03-30 00:55:24.000000000 +0100 @@ -458,6 +458,8 @@ gfloat fade_opacity, loop_time; gint fade_max_loops; gboolean stopped; + GdkWindow *window; + GtkAllocation allocation; cairo_t *cr; if (task->screenshot == NULL) @@ -493,12 +495,14 @@ stopped = FALSE; } - gdk_window_begin_paint_rect (task->button->window, - &task->button->allocation); + window = gtk_widget_get_window (task->button); + gtk_widget_get_allocation (task->button, &allocation); - cr = gdk_cairo_create (task->button->window); - gdk_cairo_rectangle (cr, &task->button->allocation); - cairo_translate (cr, task->button->allocation.x, task->button->allocation.y); + gdk_window_begin_paint_rect (window, &allocation); + + cr = gdk_cairo_create (window); + gdk_cairo_rectangle (cr, &allocation); + cairo_translate (cr, allocation.x, allocation.y); cairo_clip (cr); cairo_save (cr); @@ -515,7 +519,7 @@ cairo_destroy (cr); - gdk_window_end_paint (task->button->window); + gdk_window_end_paint (window); if (stopped) wnck_task_stop_glow (task); @@ -669,7 +673,7 @@ widget = GTK_WIDGET (tasklist); - GTK_WIDGET_SET_FLAGS (widget, GTK_NO_WINDOW); + gtk_widget_set_has_window (widget, FALSE); tasklist->priv = WNCK_TASKLIST_GET_PRIVATE (tasklist); @@ -1260,6 +1264,7 @@ static int wnck_tasklist_get_button_size (GtkWidget *widget) { + GtkStyle *style; PangoContext *context; PangoFontMetrics *metrics; gint char_width; @@ -1267,9 +1272,10 @@ gint width; gtk_widget_ensure_style (widget); + style = gtk_widget_get_style (widget); context = gtk_widget_get_pango_context (widget); - metrics = pango_context_get_metrics (context, widget->style->font_desc, + metrics = pango_context_get_metrics (context, style->font_desc, pango_context_get_language (context)); char_width = pango_font_metrics_get_approximate_char_width (metrics); pango_font_metrics_unref (metrics); @@ -1287,6 +1293,7 @@ { WnckTasklist *tasklist; GtkRequisition child_req; + GtkAllocation tasklist_allocation; GtkAllocation fake_allocation; int max_height = 1; int max_width = 1; @@ -1337,8 +1344,10 @@ tasklist->priv->max_button_width = wnck_tasklist_get_button_size (widget); tasklist->priv->max_button_height = max_height; - fake_allocation.width = GTK_WIDGET (tasklist)->allocation.width; - fake_allocation.height = GTK_WIDGET (tasklist)->allocation.height; + gtk_widget_get_allocation (GTK_WIDGET (tasklist), &tasklist_allocation); + + fake_allocation.width = tasklist_allocation.width; + fake_allocation.height = tasklist_allocation.height; array = g_array_new (FALSE, FALSE, sizeof (int)); @@ -1470,10 +1479,13 @@ gpointer data) { WnckTask *task = WNCK_TASK (data); + GtkStyle *style; int min_image_width; + style = gtk_widget_get_style (widget); + min_image_width = MINI_ICON_SIZE + - 2 * widget->style->xthickness + + 2 * style->xthickness + 2 * TASKLIST_BUTTON_PADDING; if ((allocation->width < min_image_width + 2 * TASKLIST_BUTTON_PADDING) && @@ -1743,20 +1755,26 @@ if (gtk_widget_is_drawable (widget)) { + GdkWindow *window; + GtkAllocation allocation; + + window = gtk_widget_get_window (widget); + gtk_widget_get_allocation (widget, &allocation); + tasklist = WNCK_TASKLIST (widget); /* get a screenshot of the background */ if (tasklist->priv->background != NULL) g_object_unref (tasklist->priv->background); - tasklist->priv->background = gdk_pixmap_new (widget->window, - widget->allocation.width, - widget->allocation.height, + tasklist->priv->background = gdk_pixmap_new (window, + allocation.width, + allocation.height, -1); gc = gdk_gc_new (tasklist->priv->background); - gdk_draw_drawable (tasklist->priv->background, gc, widget->window, - widget->allocation.x, widget->allocation.y, 0, 0, - widget->allocation.width, widget->allocation.height); + gdk_draw_drawable (tasklist->priv->background, gc, window, + allocation.x, allocation.y, 0, 0, + allocation.width, allocation.height); g_object_unref (gc); } @@ -2250,6 +2268,7 @@ static void wnck_tasklist_update_lists (WnckTasklist *tasklist) { + GdkWindow *tasklist_window; GList *windows; WnckWindow *win; WnckClassGroup *class_group; @@ -2263,7 +2282,9 @@ if (!gtk_widget_get_realized (GTK_WIDGET (tasklist))) return; - if (GTK_WIDGET (tasklist)->window != NULL) + tasklist_window = gtk_widget_get_window (GTK_WIDGET (tasklist)); + + if (tasklist_window != NULL) { /* * only show windows from this monitor if there is more than one tasklist running @@ -2277,7 +2298,7 @@ int monitor_num; monitor_num = gdk_screen_get_monitor_at_window (_wnck_screen_get_gdk_screen (tasklist->priv->screen), - GTK_WIDGET (tasklist)->window); + tasklist_window); if (monitor_num != tasklist->priv->monitor_num) { @@ -2445,14 +2466,25 @@ for (l1 = visible_tasks; l1; l1 = l1->next) { WnckTask *task = WNCK_TASK (l1->data); + GtkAllocation allocation; if (!gtk_widget_get_realized (task->button)) continue; - gdk_window_get_origin (GTK_BUTTON (task->button)->event_window, - &x, &y); - width = task->button->allocation.width; - height = task->button->allocation.height; + /* Let's cheat with some internal knowledge of GtkButton: in a + * GtkButton, the window is the same as the parent window. So + * to know the position of the widget, we should use the + * the position of the parent window and the allocation information. */ + + gtk_widget_get_allocation (task->button, &allocation); + + gdk_window_get_origin (gtk_widget_get_parent_window (task->button), + &x, &y); + + x += allocation.x; + y += allocation.y; + width = allocation.width; + height = allocation.height; if (task->window) wnck_window_set_icon_geometry (task->window, @@ -2561,6 +2593,7 @@ wnck_tasklist_window_changed_geometry (WnckWindow *window, WnckTasklist *tasklist) { + GdkWindow *tasklist_window; WnckTask *win_task; gboolean show; gboolean monitor_changed; @@ -2569,6 +2602,8 @@ if (tasklist->priv->idle_callback_tag != 0) return; + tasklist_window = gtk_widget_get_window (GTK_WIDGET (tasklist)); + /* * If the (parent of the) tasklist itself skips * the tasklist, we need an extra check whether @@ -2577,14 +2612,14 @@ monitor_changed = FALSE; if (tasklist->priv->monitor_num != -1 && (wnck_window_get_state (window) & WNCK_WINDOW_STATE_SKIP_TASKLIST) && - GTK_WIDGET (tasklist)->window != NULL) + tasklist_window != NULL) { /* Do the extra check only if there is a suspect of a monitor change (= this window is off monitor) */ wnck_window_get_geometry (window, &x, &y, &w, &h); if (!POINT_IN_RECT (x + w / 2, y + h / 2, tasklist->priv->monitor_geometry)) { monitor_changed = (gdk_screen_get_monitor_at_window (_wnck_screen_get_gdk_screen (tasklist->priv->screen), - GTK_WIDGET (tasklist)->window) != tasklist->priv->monitor_num); + tasklist_window) != tasklist->priv->monitor_num); } } @@ -2670,6 +2705,8 @@ gpointer user_data) { GtkWidget *widget = GTK_WIDGET (user_data); + GdkWindow *window; + GtkAllocation allocation; GtkRequisition requisition; gint menu_xpos; gint menu_ypos; @@ -2678,19 +2715,22 @@ gtk_widget_size_request (GTK_WIDGET (menu), &requisition); - gdk_window_get_origin (widget->window, &menu_xpos, &menu_ypos); + window = gtk_widget_get_window (widget); + gtk_widget_get_allocation (widget, &allocation); - menu_xpos += widget->allocation.x; - menu_ypos += widget->allocation.y; + gdk_window_get_origin (window, &menu_xpos, &menu_ypos); + + menu_xpos += allocation.x; + menu_ypos += allocation.y; if (menu_ypos > gdk_screen_height () / 2) menu_ypos -= requisition.height; else - menu_ypos += widget->allocation.height; + menu_ypos += allocation.height; gtk_widget_get_pointer (widget, &pointer_x, &pointer_y); if (requisition.width < pointer_x) - menu_xpos += MIN (pointer_x, widget->allocation.width - requisition.width); + menu_xpos += MIN (pointer_x, allocation.width - requisition.width); *x = menu_xpos; *y = menu_ypos; @@ -2955,7 +2995,7 @@ TRUE); if (wnck_task_get_needs_attention (win_task)) - _make_gtk_label_bold (GTK_LABEL (GTK_BIN (menu_item)->child)); + _make_gtk_label_bold (GTK_LABEL (gtk_bin_get_child (GTK_BIN (menu_item)))); text = wnck_task_get_text (win_task, FALSE, FALSE); gtk_widget_set_tooltip_text (menu_item, text); @@ -3575,7 +3615,7 @@ xid = wnck_window_get_xid (task->window); gtk_selection_data_set (selection_data, - selection_data->target, + gtk_selection_data_get_target (selection_data), 8, (guchar *)&xid, sizeof (gulong)); } @@ -3596,14 +3636,15 @@ guint new_order, old_order, order; WnckWindow *found_window; - if ((data->length != sizeof (gulong)) || (data->format != 8)) + if ((gtk_selection_data_get_length (data) != sizeof (gulong)) || + (gtk_selection_data_get_format (data) != 8)) { gtk_drag_finish (context, FALSE, FALSE, time); return; } tasklist = target_task->tasklist; - xid = (gulong *)data->data; + xid = (gulong *) gtk_selection_data_get_data (data); found_window = NULL; new_order = 0; windows = wnck_screen_get_windows (tasklist->priv->screen); @@ -3920,6 +3961,7 @@ { GdkWindow *tmp_window; GdkEventExpose event; + GtkAllocation allocation; event.type = GDK_EXPOSE; event.window = pixmap; @@ -3927,33 +3969,45 @@ event.region = NULL; event.count = 0; - tmp_window = widget->window; + tmp_window = gtk_widget_get_window (widget); + gtk_widget_get_allocation (widget, &allocation); + + /* FIXME GSeal: we should use this: + gtk_widget_set_window (widget, pixmap); + but pixmap is not a GdkWindow... + */ widget->window = pixmap; - widget->allocation.x += x; - widget->allocation.y += y; + allocation.x += x; + allocation.y += y; + gtk_widget_set_allocation (widget, &allocation); - event.area = widget->allocation; + event.area = allocation; gtk_widget_send_expose (widget, (GdkEvent *) &event); - widget->window = tmp_window; - widget->allocation.x -= x; - widget->allocation.y -= y; + gtk_widget_set_window (widget, tmp_window); + allocation.x -= x; + allocation.y -= y; + gtk_widget_set_allocation (widget, &allocation); } static GdkPixmap * take_screenshot (WnckTask *task) { + GtkAllocation allocation; WnckTasklist *tasklist; GtkWidget *tasklist_widget; GdkPixmap *pixmap; gint width, height; gboolean overlay_rect; + + gtk_widget_get_allocation (task->button, &allocation); - width = task->button->allocation.width; - height = task->button->allocation.height; + width = allocation.width; + height = allocation.height; - pixmap = gdk_pixmap_new (task->button->window, width, height, -1); + pixmap = gdk_pixmap_new (gtk_widget_get_window (task->button), + width, height, -1); tasklist = WNCK_TASKLIST (task->tasklist); tasklist_widget = GTK_WIDGET (task->tasklist); @@ -3962,18 +4016,25 @@ gtk_widget_style_get (tasklist_widget, "fade-overlay-rect", &overlay_rect, NULL); if (overlay_rect) { + GtkStyle *style; + + style = gtk_widget_get_style (task->button); + /* Draw a rectangle with bg[SELECTED] */ - gdk_draw_rectangle (pixmap, task->button->style->bg_gc[GTK_STATE_SELECTED], + gdk_draw_rectangle (pixmap, style->bg_gc[GTK_STATE_SELECTED], TRUE, 0, 0, width + 1, height + 1); } else { - GtkStyle *style; - GtkStyle *attached_style; - + GtkStateType state; + GtkStyle *style; + GtkStyle *attached_style; + + state = gtk_widget_get_state (task->button); + /* copy the style to change its colors around. */ - style = gtk_style_copy (task->button->style); - style->bg[task->button->state] = style->bg[GTK_STATE_SELECTED]; + style = gtk_style_copy (gtk_widget_get_style (task->button)); + style->bg[state] = style->bg[GTK_STATE_SELECTED]; /* Now attach it to the window */ attached_style = gtk_style_attach (style, pixmap); g_object_ref (attached_style); @@ -3981,11 +4042,11 @@ /* copy the background */ gdk_draw_drawable (pixmap, attached_style->bg_gc[GTK_STATE_NORMAL], tasklist->priv->background, - task->button->allocation.x, task->button->allocation.y, + allocation.x, allocation.y, 0, 0, width, height); /* draw the button with our modified style instead of the real one. */ - gtk_paint_box (attached_style, (GdkWindow*) pixmap, task->button->state, + gtk_paint_box (attached_style, (GdkWindow*) pixmap, state, GTK_SHADOW_OUT, NULL, task->button, "button", 0, 0, width, height); @@ -3996,9 +4057,9 @@ /* then the image and label */ fake_expose_widget (task->image, pixmap, - -task->button->allocation.x, -task->button->allocation.y); + -allocation.x, -allocation.y); fake_expose_widget (task->label, pixmap, - -task->button->allocation.x, -task->button->allocation.y); + -allocation.x, -allocation.y); return pixmap; } @@ -4006,18 +4067,25 @@ static GdkPixmap * copy_pixmap (GtkWidget *widget) { + GdkWindow *window; + GtkAllocation allocation; GdkPixmap *pixmap; + GtkStyle *style; - pixmap = gdk_pixmap_new (widget->window, - widget->allocation.width, - widget->allocation.height, -1); + window = gtk_widget_get_window (widget); + gtk_widget_get_allocation (widget, &allocation); + style = gtk_widget_get_style (widget); + + pixmap = gdk_pixmap_new (window, + allocation.width, + allocation.height, -1); gdk_draw_drawable (pixmap, - widget->style->bg_gc[GTK_STATE_NORMAL], - widget->window, - widget->allocation.x, widget->allocation.y, + style->bg_gc[GTK_STATE_NORMAL], + window, + allocation.x, allocation.y, 0, 0, - widget->allocation.width, widget->allocation.height); + allocation.width, allocation.height); return pixmap; } @@ -4028,10 +4096,15 @@ gpointer data) { GtkStyle *style; + GdkWindow *window; + GtkAllocation allocation; GdkGC *lgc, *dgc; int x, y; WnckTask *task; + window = gtk_widget_get_window (widget); + gtk_widget_get_allocation (widget, &allocation); + task = WNCK_TASK (data); cleanup_screenshots (task); @@ -4039,15 +4112,15 @@ switch (task->type) { case WNCK_TASK_CLASS_GROUP: - style = widget->style; + style = gtk_widget_get_style (widget); lgc = style->light_gc[GTK_STATE_NORMAL]; dgc = style->dark_gc[GTK_STATE_NORMAL]; - x = widget->allocation.x + widget->allocation.width - - (GTK_CONTAINER (widget)->border_width + style->ythickness + 12); - y = widget->allocation.y + widget->allocation.height / 2 - 5; + x = allocation.x + allocation.width - + (gtk_container_get_border_width (GTK_CONTAINER (widget)) + style->ythickness + 12); + y = allocation.y + allocation.height / 2 - 5; - gtk_paint_tab (widget->style, widget->window, + gtk_paint_tab (style, window, task->tasklist->priv->active_class_group == task ? GTK_STATE_ACTIVE : GTK_STATE_NORMAL, GTK_SHADOW_NONE, NULL, widget, NULL, x, y, 10, 10); @@ -4055,10 +4128,10 @@ /* Fall through to get screenshot */ case WNCK_TASK_WINDOW: - if ((event->area.x <= widget->allocation.x) && - (event->area.y <= widget->allocation.y) && - (event->area.width >= widget->allocation.width) && - (event->area.height >= widget->allocation.height)) + if ((event->area.x <= allocation.x) && + (event->area.y <= allocation.y) && + (event->area.width >= allocation.width) && + (event->area.height >= allocation.height)) { if (task->start_needs_attention) { diff -Nru libwnck-2.29.92/libwnck/util.c libwnck-2.30.0/libwnck/util.c --- libwnck-2.29.92/libwnck/util.c 2009-04-24 04:43:21.000000000 +0100 +++ libwnck-2.30.0/libwnck/util.c 2010-03-11 00:38:15.000000000 +0000 @@ -69,7 +69,7 @@ { g_return_if_fail (GTK_IS_WINDOW (window)); - gdk_window_set_type_hint (GTK_WIDGET (window)->window, + gdk_window_set_type_hint (gtk_widget_get_window (GTK_WIDGET (window)), GDK_WINDOW_TYPE_HINT_DOCK); } diff -Nru libwnck-2.29.92/libwnck/window-action-menu.c libwnck-2.30.0/libwnck/window-action-menu.c --- libwnck-2.29.92/libwnck/window-action-menu.c 2009-04-19 18:40:32.000000000 +0100 +++ libwnck-2.30.0/libwnck/window-action-menu.c 2010-03-11 00:38:15.000000000 +0000 @@ -140,7 +140,7 @@ { while (widget) { if (GTK_IS_MENU_ITEM (widget)) - widget = widget->parent; + widget = gtk_widget_get_parent (widget); if (WNCK_IS_ACTION_MENU (widget)) return WNCK_ACTION_MENU (widget); @@ -356,9 +356,11 @@ set_item_text (GtkWidget *mi, const char *text) { - gtk_label_set_text (GTK_LABEL (GTK_BIN (mi)->child), - text); - gtk_label_set_use_underline (GTK_LABEL (GTK_BIN (mi)->child), TRUE); + GtkLabel *label; + + label = GTK_LABEL (gtk_bin_get_child (GTK_BIN (mi))); + gtk_label_set_text (label, text); + gtk_label_set_use_underline (label, TRUE); } static void diff -Nru libwnck-2.29.92/NEWS libwnck-2.30.0/NEWS --- libwnck-2.29.92/NEWS 2010-03-09 02:32:53.000000000 +0000 +++ libwnck-2.30.0/NEWS 2010-03-30 01:01:59.000000000 +0100 @@ -1,3 +1,22 @@ +============== +Version 2.30.0 +============== + + Fixes + + - Many GSeal-related fixes (Vincent) + - Use a GtkMenuSeparator with a label instead of a hack for workspace menu + items in selector (Vincent) + + Misc + + - Add configure summary (Vincent) + + Translators + + - Iñaki Larrañaga Murgoitio (eu) + - Ani Peter (ml) + =============== Version 2.29.92 =============== diff -Nru libwnck-2.29.92/po/eu.po libwnck-2.30.0/po/eu.po --- libwnck-2.29.92/po/eu.po 2009-04-19 18:40:32.000000000 +0100 +++ libwnck-2.30.0/po/eu.po 2010-03-30 00:55:37.000000000 +0100 @@ -3,21 +3,21 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. # # Hizkuntza Politikarako Sailburuordetza , 2004. -# Iñaki Larrañaga Murgoitio , 2004, 2006, 2008, 2009. +# Iñaki Larrañaga Murgoitio , 2004, 2006, 2008, 2009, 2010. # Iñaki Larrañaga Murgoitio , 2007. msgid "" msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-12 21:07+0100\n" -"PO-Revision-Date: 2009-02-12 21:07+0100\n" +"POT-Creation-Date: 2010-03-27 18:29+0100\n" +"PO-Revision-Date: 2010-03-27 18:29+0100\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "\n" #. * @@ -56,58 +56,58 @@ msgid "Click this to switch to workspace %s" msgstr "Egin klik hemen %s laneko areara aldatzeko" -#: ../libwnck/pager.c:1910 +#: ../libwnck/pager.c:1960 #, c-format msgid "Click to start dragging \"%s\"" msgstr "Egin klik \"%s\" arrastatzen hasteko" -#: ../libwnck/pager.c:1913 +#: ../libwnck/pager.c:1963 #, c-format msgid "Current workspace: \"%s\"" msgstr "Uneko laneko area: \"%s\"" -#: ../libwnck/pager.c:1918 +#: ../libwnck/pager.c:1968 #, c-format msgid "Click to switch to \"%s\"" msgstr "Egin klik \"%s\"(e)ra aldatzeko" -#: ../libwnck/selector.c:1171 +#: ../libwnck/selector.c:1177 msgid "No Windows Open" msgstr "Ez da leihorik ireki" -#: ../libwnck/selector.c:1224 +#: ../libwnck/selector.c:1230 msgid "Window Selector" msgstr "Leiho-hautatzailea" -#: ../libwnck/selector.c:1225 +#: ../libwnck/selector.c:1231 msgid "Tool to switch between windows" msgstr "Leiho batetik bestera aldatzeko tresna" -#: ../libwnck/tasklist.c:729 +#: ../libwnck/tasklist.c:733 msgid "Window List" msgstr "Leiho-zerrenda" -#: ../libwnck/tasklist.c:730 +#: ../libwnck/tasklist.c:734 msgid "Tool to switch between visible windows" msgstr "Leiho ikusgai batetik bestera aldatzeko tresna" -#: ../libwnck/tasklist.c:3018 +#: ../libwnck/tasklist.c:3062 msgid "Mi_nimize All" msgstr "M_inimizatu denak" -#: ../libwnck/tasklist.c:3029 +#: ../libwnck/tasklist.c:3073 msgid "Un_minimize All" msgstr "_Leheneratu denak" -#: ../libwnck/tasklist.c:3037 +#: ../libwnck/tasklist.c:3081 msgid "Ma_ximize All" msgstr "M_aximizatu denak" -#: ../libwnck/tasklist.c:3048 +#: ../libwnck/tasklist.c:3092 msgid "_Unmaximize All" msgstr "_Leheneratu denak" -#: ../libwnck/tasklist.c:3060 +#: ../libwnck/tasklist.c:3104 msgid "_Close All" msgstr "It_xi denak" @@ -135,8 +135,9 @@ msgid "Use a vertical orientation" msgstr "Erabili orientazio bertikala" -#. Translators: "tasklist" is the list of running applications (the window list) -#: ../libwnck/test-selector.c:12 ../libwnck/test-tasklist.c:20 +#. Translators: "tasklist" is the list of running applications (the +#. * window list) +#: ../libwnck/test-selector.c:13 ../libwnck/test-tasklist.c:20 msgid "Don't show window in tasklist" msgstr "Ez erakutsi leihoa atazen zerrendan" @@ -156,78 +157,78 @@ msgid "Enable Transparency" msgstr "Gaitu gardentasuna" -#: ../libwnck/window-action-menu.c:417 +#: ../libwnck/window-action-menu.c:419 msgid "Unmi_nimize" msgstr "Le_heneratu" -#: ../libwnck/window-action-menu.c:424 +#: ../libwnck/window-action-menu.c:426 msgid "Mi_nimize" -msgstr "_Ikonotu" +msgstr "M_inimizatu" -#: ../libwnck/window-action-menu.c:432 +#: ../libwnck/window-action-menu.c:434 msgid "Unma_ximize" msgstr "Leh_eneratu" -#: ../libwnck/window-action-menu.c:439 +#: ../libwnck/window-action-menu.c:441 msgid "Ma_ximize" msgstr "M_aximizatu" -#: ../libwnck/window-action-menu.c:746 ../libwnck/workspace.c:281 +#: ../libwnck/window-action-menu.c:748 ../libwnck/workspace.c:281 #, c-format msgid "Workspace %d" msgstr "%d. laneko area" -#: ../libwnck/window-action-menu.c:755 ../libwnck/window-action-menu.c:902 +#: ../libwnck/window-action-menu.c:757 ../libwnck/window-action-menu.c:904 #, c-format msgid "Workspace 1_0" msgstr "1_0 laneko area" -#: ../libwnck/window-action-menu.c:757 ../libwnck/window-action-menu.c:904 +#: ../libwnck/window-action-menu.c:759 ../libwnck/window-action-menu.c:906 #, c-format msgid "Workspace %s%d" msgstr "%s%d laneko area" -#: ../libwnck/window-action-menu.c:1047 +#: ../libwnck/window-action-menu.c:1049 msgid "_Move" msgstr "Aldatu _lekuz" -#: ../libwnck/window-action-menu.c:1054 +#: ../libwnck/window-action-menu.c:1056 msgid "_Resize" msgstr "Aldatu _tamaina" -#: ../libwnck/window-action-menu.c:1063 +#: ../libwnck/window-action-menu.c:1065 msgid "Always On _Top" msgstr "Beti _goian" -#: ../libwnck/window-action-menu.c:1071 +#: ../libwnck/window-action-menu.c:1073 msgid "_Always on Visible Workspace" msgstr "Laneko area ikusgaian _beti" -#: ../libwnck/window-action-menu.c:1076 +#: ../libwnck/window-action-menu.c:1078 msgid "_Only on This Workspace" msgstr "Laneko area _honetan bakarrik" -#: ../libwnck/window-action-menu.c:1083 +#: ../libwnck/window-action-menu.c:1085 msgid "Move to Workspace _Left" msgstr "Eraman e_zkerreko laneko areara" -#: ../libwnck/window-action-menu.c:1089 +#: ../libwnck/window-action-menu.c:1091 msgid "Move to Workspace R_ight" msgstr "Eraman e_skuineko laneko areara" -#: ../libwnck/window-action-menu.c:1095 +#: ../libwnck/window-action-menu.c:1097 msgid "Move to Workspace _Up" msgstr "Eraman _gaineko laneko areara" -#: ../libwnck/window-action-menu.c:1101 +#: ../libwnck/window-action-menu.c:1103 msgid "Move to Workspace _Down" msgstr "Eraman _azpiko laneko areara" -#: ../libwnck/window-action-menu.c:1104 +#: ../libwnck/window-action-menu.c:1106 msgid "Move to Another _Workspace" msgstr "Aldatu beste _laneko areara" -#: ../libwnck/window-action-menu.c:1124 +#: ../libwnck/window-action-menu.c:1126 msgid "_Close" msgstr "It_xi" @@ -248,47 +249,50 @@ msgid "X window ID of the window to examine or modify" msgstr "Leihoaren X-leiho IDa aztertzeko edo eraldatzeko" -#: ../libwnck/wnckprop.c:139 ../libwnck/wnckprop.c:145 -#: ../libwnck/wnckprop.c:154 +#: ../libwnck/wnckprop.c:139 ../libwnck/wnckprop.c:146 +#: ../libwnck/wnckprop.c:156 msgid "XID" msgstr "XID" -#. Translators: A group leader is the window that is the "owner" of a group -#. * of windows, ie: if you have multiple windows in one application, one window -#. * has some information about the application (like the application name). -#: ../libwnck/wnckprop.c:144 +#. Translators: A group leader is the window that is the "owner" of a +#. * group of windows, ie: if you have multiple windows in one +#. * application, one window has some information about the application +#. * (like the application name). +#: ../libwnck/wnckprop.c:145 msgid "X window ID of the group leader of an application to examine" msgstr "Aplikazio baten taldeko buruaren X-leiho IDa azterteko" -#. Translators: A class is like a "family". E.g., all gvim windows are of the same class. -#: ../libwnck/wnckprop.c:148 +#. Translators: A class is like a "family". E.g., all gvim windows +#. * are of the same class. +#: ../libwnck/wnckprop.c:150 msgid "Class resource of the class group to examine" msgstr "Talde-klasearen euskarri-klasea aztertzeko" -#: ../libwnck/wnckprop.c:148 +#: ../libwnck/wnckprop.c:150 msgid "CLASS" msgstr "KLASEA" -#: ../libwnck/wnckprop.c:150 +#: ../libwnck/wnckprop.c:152 msgid "NUMBER of the workspace to examine or modify" -msgstr "Laneko arearen ZENBAKIA atzertzeko edo eraldatzeko" +msgstr "Laneko arearen ZENBAKIA aztertzeko edo eraldatzeko" -#: ../libwnck/wnckprop.c:150 ../libwnck/wnckprop.c:152 -#: ../libwnck/wnckprop.c:169 ../libwnck/wnckprop.c:171 -#: ../libwnck/wnckprop.c:173 ../libwnck/wnckprop.c:262 +#: ../libwnck/wnckprop.c:152 ../libwnck/wnckprop.c:154 +#: ../libwnck/wnckprop.c:172 ../libwnck/wnckprop.c:174 +#: ../libwnck/wnckprop.c:176 ../libwnck/wnckprop.c:273 msgid "NUMBER" msgstr "ZENBAKIA" -#: ../libwnck/wnckprop.c:152 +#: ../libwnck/wnckprop.c:154 msgid "NUMBER of the screen to examine or modify" msgstr "Pantailaren ZENBAKIA aztertzeko edo eraldatzeko" -#: ../libwnck/wnckprop.c:154 +#: ../libwnck/wnckprop.c:156 msgid "Alias of --window" msgstr "'--window'(e)n goitizena" -#. Translators: A class is like a "family". E.g., all gvim windows are of the same class. -#: ../libwnck/wnckprop.c:161 +#. Translators: A class is like a "family". E.g., all gvim windows +#. * are of the same class. +#: ../libwnck/wnckprop.c:164 msgid "" "List windows of the application/class group/workspace/screen (output format: " "\"XID: Window Name\")" @@ -296,208 +300,216 @@ "Aplikazioaren/klasearen taldearen/laneko arearen/pantailaren leiho-zerrenda " "(irteerako formatua: \"XID: leiho-izena\")" -#: ../libwnck/wnckprop.c:163 +#: ../libwnck/wnckprop.c:166 msgid "List workspaces of the screen (output format: \"Number: Workspace Name\")" msgstr "" "Pantailako laneko areen zerrenda (irteerako formatua: \"Zenbakia: Laneko " "arearen izena\")" -#: ../libwnck/wnckprop.c:169 +#: ../libwnck/wnckprop.c:172 msgid "Change the number of workspaces of the screen to NUMBER" msgstr "Aldatu pantailako laneko areen kopurua ZENBAKIra" -#: ../libwnck/wnckprop.c:171 +#: ../libwnck/wnckprop.c:174 msgid "Change the workspace layout of the screen to use NUMBER rows" msgstr "Aldatu pantailako laneko arearen diseinua ZENBAKIA errenkadak erabiltzeko" -#: ../libwnck/wnckprop.c:173 +#: ../libwnck/wnckprop.c:176 msgid "Change the workspace layout of the screen to use NUMBER columns" msgstr "Aldatu pantailako laneko arearen diseinua ZENBAKIA zutabeak erabiltzeko" -#: ../libwnck/wnckprop.c:175 +#: ../libwnck/wnckprop.c:178 msgid "Show the desktop" msgstr "Erakutsi mahaigaina" -#: ../libwnck/wnckprop.c:177 +#: ../libwnck/wnckprop.c:180 msgid "Stop showing the desktop" msgstr "Gelditu mahaigaina erakustea" -#. Translators: 'viewport' is kind of the viewable area. a viewport can be used to implement -#. a workspace (e.g. compiz is an example); however it is not just the current workspace. -#: ../libwnck/wnckprop.c:181 +#. Translators: 'viewport' is kind of the viewable area. A viewport +#. * can be used to implement workspaces (e.g. compiz is an example); +#. * however it is not just the current workspace. +#: ../libwnck/wnckprop.c:185 msgid "Move the viewport of the current workspace to X coordinate X" msgstr "Aldatu lekuz uneko laneko arearen leihatila X koordenatura X" -#: ../libwnck/wnckprop.c:181 ../libwnck/wnckprop.c:264 +#: ../libwnck/wnckprop.c:185 ../libwnck/wnckprop.c:275 msgid "X" msgstr "X" -#. Translators: 'viewport' is kind of the viewable area. a viewport can be used to implement -#. a workspace (e.g. compiz is an example); however it is not just the current workspace. -#: ../libwnck/wnckprop.c:185 +#. Translators: 'viewport' is kind of the viewable area. A viewport +#. * can be used to implement workspaces (e.g. compiz is an example); +#. * however it is not just the current workspace. +#: ../libwnck/wnckprop.c:190 msgid "Move the viewport of the current workspace to Y coordinate Y" msgstr "Aldatu lekuz uneko laneko arearen leihatila Y koordenatura Y" -#: ../libwnck/wnckprop.c:185 ../libwnck/wnckprop.c:266 +#: ../libwnck/wnckprop.c:190 ../libwnck/wnckprop.c:277 msgid "Y" msgstr "Y" -#: ../libwnck/wnckprop.c:191 +#: ../libwnck/wnckprop.c:196 msgid "Minimize the window" -msgstr "Ikonotu leihoa" +msgstr "Minimizatu leihoa" -#: ../libwnck/wnckprop.c:193 +#: ../libwnck/wnckprop.c:198 msgid "Unminimize the window" msgstr "Leheneratu leihoa" -#: ../libwnck/wnckprop.c:195 +#: ../libwnck/wnckprop.c:200 msgid "Maximize the window" msgstr "Maximizatu leihoa" -#: ../libwnck/wnckprop.c:197 +#: ../libwnck/wnckprop.c:202 msgid "Unmaximize the window" msgstr "Leheneratu leihoa" -#: ../libwnck/wnckprop.c:199 +#: ../libwnck/wnckprop.c:204 msgid "Maximize horizontally the window" msgstr "Maximizatu leihoa horizontalki" -#: ../libwnck/wnckprop.c:201 +#: ../libwnck/wnckprop.c:206 msgid "Unmaximize horizontally the window" msgstr "Leheneratu leihoa horizontalki" -#: ../libwnck/wnckprop.c:203 +#: ../libwnck/wnckprop.c:208 msgid "Maximize vertically the window" msgstr "Maximizatu leihoa bertikalki" -#: ../libwnck/wnckprop.c:205 +#: ../libwnck/wnckprop.c:210 msgid "Unmaximize vertically the window" msgstr "Leheneratu leihoa bertikalki" -#: ../libwnck/wnckprop.c:207 +#: ../libwnck/wnckprop.c:212 msgid "Start moving the window via the keyboard" msgstr "Hasi leihoa mugitzen teklatuaren bidez" -#: ../libwnck/wnckprop.c:209 +#: ../libwnck/wnckprop.c:214 msgid "Start resizing the window via the keyboard" msgstr "Hasi leihoaren tamaina aldatzen teklatuaren bidez" -#: ../libwnck/wnckprop.c:211 +#: ../libwnck/wnckprop.c:216 msgid "Activate the window" msgstr "Aktibatu leihoa" -#: ../libwnck/wnckprop.c:213 +#: ../libwnck/wnckprop.c:218 msgid "Close the window" msgstr "Itxi leihoa" -#: ../libwnck/wnckprop.c:216 +#: ../libwnck/wnckprop.c:221 msgid "Make the window fullscreen" msgstr "Leihoa pantaila osoan" -#: ../libwnck/wnckprop.c:218 +#: ../libwnck/wnckprop.c:223 msgid "Make the window quit fullscreen mode" msgstr "Atera leihoa pantaila osotik" -#: ../libwnck/wnckprop.c:220 +#: ../libwnck/wnckprop.c:225 msgid "Make the window always on top" msgstr "Leihoa beti goian" -#: ../libwnck/wnckprop.c:222 +#: ../libwnck/wnckprop.c:227 msgid "Make the window not always on top" msgstr "Leihoa ez beti goian" -#: ../libwnck/wnckprop.c:224 +#: ../libwnck/wnckprop.c:229 msgid "Make the window below other windows" msgstr "Leihoa beste leihoen azpian" -#: ../libwnck/wnckprop.c:226 +#: ../libwnck/wnckprop.c:231 msgid "Make the window not below other windows" msgstr "Leihoa beste leihoen azpian ez" -#: ../libwnck/wnckprop.c:228 +#: ../libwnck/wnckprop.c:233 msgid "Shade the window" -msgstr "Itzaldu leihoa" +msgstr "Itzaleztatu leihoa" -#: ../libwnck/wnckprop.c:230 +#: ../libwnck/wnckprop.c:235 msgid "Unshade the window" msgstr "Kendu itzala leihoari" -#. Translators: 'viewport' is kind of the viewable area. a viewport can be used to implement -#. a workspace (e.g. compiz is an example); however it is not just the current workspace. -#: ../libwnck/wnckprop.c:234 +#. Translators: 'viewport' is kind of the viewable area. A viewport +#. * can be used to implement workspaces (e.g. compiz is an example); +#. * however it is not just the current workspace. +#: ../libwnck/wnckprop.c:240 msgid "Make the window have a fixed position in the viewport" msgstr "Leihoa posizio finkoarekin leihatilan" -#. Translators: 'viewport' is kind of the viewable area. a viewport can be used to implement -#. a workspace (e.g. compiz is an example); however it is not just the current workspace. -#: ../libwnck/wnckprop.c:238 +#. Translators: 'viewport' is kind of the viewable area. A viewport +#. * can be used to implement workspaces (e.g. compiz is an example); +#. * however it is not just the current workspace. +#: ../libwnck/wnckprop.c:245 msgid "Make the window not have a fixed position in the viewport" msgstr "Leihoa posizio ez finkoarekin leihatilan" -#. Translators: A pager is the technical term for the workspace switcher. -#. * It's a representation of all workspaces with windows inside it. -#. * Please make sure that the translation is in sync with gnome-panel, -#. * where this term is also used in translatable strings -#: ../libwnck/wnckprop.c:244 +#. Translators: A pager is the technical term for the workspace +#. * switcher. It's a representation of all workspaces with windows +#. * inside it. Please make sure that the translation is in sync with +#. * gnome-panel, where this term is also used in translatable strings +#. +#: ../libwnck/wnckprop.c:252 msgid "Make the window not appear in pagers" -msgstr "Leihoa ez dadila orrialdekatzailetan agertu" +msgstr "Leihoa ez dadila orrikatzailean agertu" -#. Translators: A pager is the technical term for the workspace switcher. -#. * It's a representation of all workspaces with windows inside it. -#. * Please make sure that the translation is in sync with gnome-panel, -#. * where this term is also used in translatable strings -#: ../libwnck/wnckprop.c:250 +#. Translators: A pager is the technical term for the workspace +#. * switcher. It's a representation of all workspaces with windows +#. * inside it. Please make sure that the translation is in sync with +#. * gnome-panel, where this term is also used in translatable strings +#. +#: ../libwnck/wnckprop.c:259 msgid "Make the window appear in pagers" -msgstr "Leihoa agertu dadila orrialdekatzailetan" +msgstr "Leihoa agertu dadila orrikatzailean" -#. Translators: "tasklist" is the list of running applications (the window list) -#: ../libwnck/wnckprop.c:253 +#. Translators: "tasklist" is the list of running applications (the +#. * window list) +#: ../libwnck/wnckprop.c:263 msgid "Make the window not appear in tasklists" msgstr "Leihoa ez dadila zereginen zerrendetan agertu" -#. Translators: "tasklist" is the list of running applications (the window list) -#: ../libwnck/wnckprop.c:256 +#. Translators: "tasklist" is the list of running applications (the +#. * window list) +#: ../libwnck/wnckprop.c:267 msgid "Make the window appear in tasklists" msgstr "Leihoa agertu dadila zereginen zerrendetan" -#: ../libwnck/wnckprop.c:258 +#: ../libwnck/wnckprop.c:269 msgid "Make the window visible on all workspaces" msgstr "Leihoa ikusgai laneko area guztietan" -#: ../libwnck/wnckprop.c:260 +#: ../libwnck/wnckprop.c:271 msgid "Make the window visible on the current workspace only" msgstr "Leihoa ikusgai uneko laneko arean soilik" -#: ../libwnck/wnckprop.c:262 +#: ../libwnck/wnckprop.c:273 msgid "Move the window to workspace NUMBER (first workspace is 0)" msgstr "Eraman leihoa ZENBAKIA. laneko areara (aurrenekoa 0 da)" -#: ../libwnck/wnckprop.c:264 +#: ../libwnck/wnckprop.c:275 msgid "Change the X coordinate of the window to X" msgstr "Aldatu leihoaren X koordenatua Xera" -#: ../libwnck/wnckprop.c:266 +#: ../libwnck/wnckprop.c:277 msgid "Change the Y coordinate of the window to Y" msgstr "Aldatu leihoaren Y koordenatua Yera" -#: ../libwnck/wnckprop.c:268 +#: ../libwnck/wnckprop.c:279 msgid "Change the width of the window to WIDTH" msgstr "Aldatu leihoaren zabalera ZABALERAra" -#: ../libwnck/wnckprop.c:268 +#: ../libwnck/wnckprop.c:279 msgid "WIDTH" msgstr "ZABALERA" -#: ../libwnck/wnckprop.c:270 +#: ../libwnck/wnckprop.c:281 msgid "Change the height of the window to HEIGHT" msgstr "Aldatu leihoaren altuera ALTUERAra" -#: ../libwnck/wnckprop.c:270 +#: ../libwnck/wnckprop.c:281 msgid "HEIGHT" msgstr "ALTUERA" #. Translators: do not translate "normal, desktop, dock..." -#: ../libwnck/wnckprop.c:273 +#: ../libwnck/wnckprop.c:284 msgid "" "Change the type of the window to TYPE (valid values: normal, desktop, dock, " "dialog, toolbar, menu, utility, splash)" @@ -506,29 +518,29 @@ "atrakagarria, elkarrizketa-koadroa, tresna-barra, menua, tresna, harrerako " "pantaila)" -#: ../libwnck/wnckprop.c:273 +#: ../libwnck/wnckprop.c:284 msgid "TYPE" msgstr "MOTA" -#: ../libwnck/wnckprop.c:279 +#: ../libwnck/wnckprop.c:290 msgid "Change the name of the workspace to NAME" msgstr "Aldatu laneko arearen izena IZENAra" -#: ../libwnck/wnckprop.c:279 +#: ../libwnck/wnckprop.c:290 msgid "NAME" msgstr "IZENA" -#: ../libwnck/wnckprop.c:281 +#: ../libwnck/wnckprop.c:292 msgid "Activate the workspace" msgstr "Aktibatu laneko area" -#: ../libwnck/wnckprop.c:373 ../libwnck/wnckprop.c:397 -#: ../libwnck/wnckprop.c:433 ../libwnck/wnckprop.c:456 +#: ../libwnck/wnckprop.c:384 ../libwnck/wnckprop.c:408 +#: ../libwnck/wnckprop.c:444 ../libwnck/wnckprop.c:467 #, c-format msgid "Invalid value \"%s\" for --%s" msgstr "Baliogabeko \"%s\" balioa --%s aukeran" -#: ../libwnck/wnckprop.c:490 ../libwnck/wnckprop.c:509 +#: ../libwnck/wnckprop.c:501 ../libwnck/wnckprop.c:520 #, c-format msgid "" "Conflicting options are present: screen %d should be interacted with, but --%" @@ -537,7 +549,7 @@ "Gatazkan dauden aukerak agertu dira: %d. pantailarekin elkarreragin behar " "zuen, baina --%s erabili da\n" -#: ../libwnck/wnckprop.c:499 +#: ../libwnck/wnckprop.c:510 #, c-format msgid "" "Conflicting options are present: windows or workspaces of screen %d should " @@ -546,7 +558,7 @@ "Gatazkan dauden aukerak agertu dira: %d pantailako leihoak edo laneko areak " "zerrendatu behar ziren, baina --%s erabili da\n" -#: ../libwnck/wnckprop.c:522 ../libwnck/wnckprop.c:542 +#: ../libwnck/wnckprop.c:533 ../libwnck/wnckprop.c:553 #, c-format msgid "" "Conflicting options are present: workspace %d should be interacted with, but " @@ -555,7 +567,7 @@ "Gatazkan dauden aukerak agertu dira: %d. laneko arearekin elkarreragin behar " "zuen, baina --%s erabili da\n" -#: ../libwnck/wnckprop.c:532 +#: ../libwnck/wnckprop.c:543 #, c-format msgid "" "Conflicting options are present: windows of workspace %d should be listed, " @@ -564,7 +576,7 @@ "Gatazkan dauden aukerak agertu dira: %d laneko areako leihoak zerrendatu " "behar ziren, baina --%s erabili da\n" -#: ../libwnck/wnckprop.c:554 +#: ../libwnck/wnckprop.c:565 #, c-format msgid "" "Conflicting options are present: an application should be interacted with, " @@ -573,7 +585,7 @@ "Gatazkan dauden aukerak agertu dira: aplikazio batekin elkarreragin behar " "zuen, baina --%s erabili da\n" -#: ../libwnck/wnckprop.c:564 +#: ../libwnck/wnckprop.c:575 #, c-format msgid "" "Conflicting options are present: windows of an application should be listed, " @@ -582,8 +594,9 @@ "Gatazkan dauden aukerak agertu dira: aplikazio baten leihoak zerrendatu " "behar ziren, baina --%s erabili da\n" -#. Translators: A class is like a "family". E.g., all gvim windows are of the same class. -#: ../libwnck/wnckprop.c:577 +#. Translators: A class is like a "family". E.g., all gvim windows +#. * are of the same class. +#: ../libwnck/wnckprop.c:589 #, c-format msgid "" "Conflicting options are present: class group \"%s\" should be interacted " @@ -592,8 +605,9 @@ "Gatazkan dauden aukerak agertu dira: \"%s\" talde-klasearekin elkarreragin " "behar zuen, baina --%s erabili da\n" -#. Translators: A class is like a "family". E.g., all gvim windows are of the same class. -#: ../libwnck/wnckprop.c:588 +#. Translators: A class is like a "family". E.g., all gvim windows +#. * are of the same class. +#: ../libwnck/wnckprop.c:601 #, c-format msgid "" "Conflicting options are present: windows of class group \"%s\" should be " @@ -602,7 +616,7 @@ "Gatazkan dauden aukerak agertu dira: \"%s\" klase-taldearen leihoak " "zerrendatu behar ziren, baina --%s erabili da\n" -#: ../libwnck/wnckprop.c:600 ../libwnck/wnckprop.c:609 +#: ../libwnck/wnckprop.c:613 ../libwnck/wnckprop.c:622 #, c-format msgid "" "Conflicting options are present: a window should be interacted with, but --%" @@ -611,37 +625,37 @@ "Gatazkan dauden aukerak agertu dira: leiho batekin elkarreragin behar zuen, " "baina --%s erabili da\n" -#: ../libwnck/wnckprop.c:628 ../libwnck/wnckprop.c:709 -#: ../libwnck/wnckprop.c:756 +#: ../libwnck/wnckprop.c:641 ../libwnck/wnckprop.c:722 +#: ../libwnck/wnckprop.c:769 #, c-format msgid "Conflicting options are present: --%s and --%s\n" msgstr "Gatazkan dauden aukerak agertu dira: --%s eta --%s\n" -#: ../libwnck/wnckprop.c:667 +#: ../libwnck/wnckprop.c:680 #, c-format msgid "Invalid argument \"%d\" for --%s: the argument must be strictly positive\n" msgstr "" "Baliogabeko \"%d\" argumentua --%s aukeran: argumentua derrigorrez positiboa " "izan behar da\n" -#: ../libwnck/wnckprop.c:680 +#: ../libwnck/wnckprop.c:693 #, c-format msgid "Invalid argument \"%d\" for --%s: the argument must be positive\n" msgstr "" "Baliogabeko \"%d\" argumentua --%s aukeran: argumentua positiboa izan behar " "da\n" -#: ../libwnck/wnckprop.c:775 +#: ../libwnck/wnckprop.c:788 #, c-format msgid "Conflicting options are present: --%s or --%s, and --%s\n" msgstr "Gatazkan dauden aukerak agertu dira: --%s edo --%s, eta --%s\n" -#: ../libwnck/wnckprop.c:807 +#: ../libwnck/wnckprop.c:820 #, c-format msgid "Invalid argument \"%s\" for --%s, valid values are: %s\n" msgstr "Baliogabeko \"%s\" argumentua --%s aukeran. Baliozko balioak: %s\n" -#: ../libwnck/wnckprop.c:850 +#: ../libwnck/wnckprop.c:863 #, c-format msgid "" "Cannot change the workspace layout on the screen: the layout is already " @@ -650,332 +664,319 @@ "Ezin da pantailako laneko arearen diseinua aldatu: diseinuak badu jadanik " "jabea\n" -#. Translators: 'viewport' is kind of the viewable area. a viewport can be used to implement -#. a workspace (e.g. compiz is an example); however it is not just the current workspace. -#: ../libwnck/wnckprop.c:884 +#. Translators: 'viewport' is kind of the viewable area. A viewport +#. * can be used to implement workspaces (e.g. compiz is an example); +#. * however it is not just the current workspace. +#: ../libwnck/wnckprop.c:898 #, c-format msgid "Viewport cannot be moved: the current workspace does not contain a viewport\n" msgstr "Leihatila ezin da lekuz aldatu: uneko laneko areak ez du leihatilarik\n" -#. Translators: 'viewport' is kind of the viewable area. a viewport can be used to implement -#. a workspace (e.g. compiz is an example); however it is not just the current workspace. -#: ../libwnck/wnckprop.c:890 +#. Translators: 'viewport' is kind of the viewable area. A viewport +#. * can be used to implement workspaces (e.g. compiz is an example); +#. * however it is not just the current workspace. +#: ../libwnck/wnckprop.c:905 #, c-format msgid "Viewport cannot be moved: there is no current workspace\n" msgstr "Leihatila ezin da lakuz aldatu: ez dago uneko laneko arearik\n" #. FIXME: why do we have dual & boolean API. This is not consistent! -#: ../libwnck/wnckprop.c:926 ../libwnck/wnckprop.c:935 -#: ../libwnck/wnckprop.c:944 ../libwnck/wnckprop.c:951 -#: ../libwnck/wnckprop.c:961 ../libwnck/wnckprop.c:968 -#: ../libwnck/wnckprop.c:977 ../libwnck/wnckprop.c:1026 +#: ../libwnck/wnckprop.c:941 ../libwnck/wnckprop.c:950 +#: ../libwnck/wnckprop.c:959 ../libwnck/wnckprop.c:966 +#: ../libwnck/wnckprop.c:976 ../libwnck/wnckprop.c:983 +#: ../libwnck/wnckprop.c:992 ../libwnck/wnckprop.c:1041 #, c-format msgid "Action not allowed\n" msgstr "Ekintza ez dago baimendua\n" -#: ../libwnck/wnckprop.c:1022 +#: ../libwnck/wnckprop.c:1037 #, c-format msgid "Window cannot be moved to workspace %d: the workspace does not exist\n" msgstr "Leihoa ezin da %d laneko areara eraman: laneko area ez da existitzen\n" #. Translators: 'unset' in the sense of "something has not been set". -#: ../libwnck/wnckprop.c:1086 ../libwnck/wnckprop.c:1218 +#: ../libwnck/wnckprop.c:1101 ../libwnck/wnckprop.c:1233 msgid "" msgstr "" #. Translators: %lu is a window number and %s a window name -#: ../libwnck/wnckprop.c:1089 +#: ../libwnck/wnckprop.c:1104 #, c-format msgid "%lu: %s\n" msgstr "%lu: %s\n" #. Translators: %d is a workspace number and %s a workspace name -#: ../libwnck/wnckprop.c:1109 +#: ../libwnck/wnckprop.c:1124 #, c-format msgid "%d: %s\n" msgstr "%d: %s\n" -#: ../libwnck/wnckprop.c:1172 +#: ../libwnck/wnckprop.c:1187 #, c-format msgid "Screen Number: %d\n" msgstr "Pantaila-zenbakia: %d\n" -#: ../libwnck/wnckprop.c:1174 ../libwnck/wnckprop.c:1255 +#: ../libwnck/wnckprop.c:1189 ../libwnck/wnckprop.c:1270 #, c-format msgid "Geometry (width, height): %d, %d\n" msgstr "Geometria (zabalera, altuera): %d, %d\n" -#: ../libwnck/wnckprop.c:1178 +#: ../libwnck/wnckprop.c:1193 #, c-format msgid "Number of Workspaces: %d\n" msgstr "Laneko areen kopurua: %d\n" -#: ../libwnck/wnckprop.c:1184 +#: ../libwnck/wnckprop.c:1199 #, c-format msgid "Workspace Layout (rows, columns, orientation): %d, %d, %s\n" msgstr "Laneko arearen diseinua (errenkadak, zutabeak, orientazioa): %d, %d, %s\n" -#: ../libwnck/wnckprop.c:1194 ../libwnck/wnckprop.c:1251 -#: ../libwnck/wnckprop.c:1443 +#: ../libwnck/wnckprop.c:1209 ../libwnck/wnckprop.c:1266 +#: ../libwnck/wnckprop.c:1460 msgid "" msgstr "" -#: ../libwnck/wnckprop.c:1195 +#: ../libwnck/wnckprop.c:1210 #, c-format msgid "Window Manager: %s\n" msgstr "Leiho-kudeatzailea: %s\n" #. Translators: %d is a workspace number and %s a workspace name -#: ../libwnck/wnckprop.c:1200 ../libwnck/wnckprop.c:1279 -#: ../libwnck/wnckprop.c:1291 ../libwnck/wnckprop.c:1303 -#: ../libwnck/wnckprop.c:1315 ../libwnck/wnckprop.c:1428 +#: ../libwnck/wnckprop.c:1215 ../libwnck/wnckprop.c:1296 +#: ../libwnck/wnckprop.c:1308 ../libwnck/wnckprop.c:1320 +#: ../libwnck/wnckprop.c:1332 ../libwnck/wnckprop.c:1445 #, c-format msgid "%d (\"%s\")" msgstr "%d (\"%s\")" -#. Translators: "none" here means "no workspace" -#: ../libwnck/wnckprop.c:1205 ../libwnck/wnckprop.c:1284 -#: ../libwnck/wnckprop.c:1296 ../libwnck/wnckprop.c:1308 -#: ../libwnck/wnckprop.c:1320 ../libwnck/wnckprop.c:1435 -msgctxt "workspace" -msgid "none" -msgstr "bat ere ez" - -#: ../libwnck/wnckprop.c:1206 +#: ../libwnck/wnckprop.c:1221 #, c-format msgid "Active Workspace: %s\n" msgstr "Laneko area aktiboa: %s\n" -#: ../libwnck/wnckprop.c:1215 +#: ../libwnck/wnckprop.c:1230 #, c-format msgid "\"%s\"" msgstr "\"%s\"" -#. Translators: %lu is a window number and %s a window name -#: ../libwnck/wnckprop.c:1221 +#. Translators: %lu is a window identifier (number) and %s a window name +#: ../libwnck/wnckprop.c:1236 #, c-format msgid "%lu (%s)" msgstr "%lu (%s)" -#. Translators: "none" here means "no window" -#: ../libwnck/wnckprop.c:1227 -msgctxt "window" -msgid "none" -msgstr "bat ere ez" - -#: ../libwnck/wnckprop.c:1228 +#: ../libwnck/wnckprop.c:1243 #, c-format msgid "Active Window: %s\n" msgstr "Leiho aktiboa: %s\n" -#: ../libwnck/wnckprop.c:1231 +#: ../libwnck/wnckprop.c:1246 #, c-format msgid "Showing the desktop: %s\n" msgstr "Mahaigaina erakusten: %s\n" -#: ../libwnck/wnckprop.c:1233 +#: ../libwnck/wnckprop.c:1248 msgid "true" msgstr "egia" -#: ../libwnck/wnckprop.c:1233 +#: ../libwnck/wnckprop.c:1248 msgid "false" msgstr "faltsua" -#: ../libwnck/wnckprop.c:1244 +#: ../libwnck/wnckprop.c:1259 #, c-format msgid "Workspace Name: %s\n" msgstr "Laneko arearen izena: %s\n" -#: ../libwnck/wnckprop.c:1245 +#: ../libwnck/wnckprop.c:1260 #, c-format msgid "Workspace Number: %d\n" msgstr "Laneko arearen zenbakia: %d\n" -#: ../libwnck/wnckprop.c:1252 ../libwnck/wnckprop.c:1444 +#: ../libwnck/wnckprop.c:1267 ../libwnck/wnckprop.c:1461 #, c-format msgid "On Screen: %d (Window Manager: %s)\n" msgstr "Pantailan: %d (leiho-kudeatzailea: %s)\n" -#. Translators: 'viewport' is kind of the viewable area. a viewport can be used to implement -#. a workspace (e.g. compiz is an example); however it is not just the current workspace. -#: ../libwnck/wnckprop.c:1266 +#. Translators: 'viewport' is kind of the viewable area. A viewport can be +#. * used to implement workspaces (e.g. compiz is an example); however it is +#. * not just the current workspace. +#: ../libwnck/wnckprop.c:1282 msgid "" msgstr "" -#. Translators: 'viewport' is kind of the viewable area. a viewport can be used to implement -#. a workspace (e.g. compiz is an example); however it is not just the current workspace. -#: ../libwnck/wnckprop.c:1269 +#. Translators: 'viewport' is kind of the viewable area. A viewport can be +#. * used to implement workspaces (e.g. compiz is an example); however it is +#. * not just the current workspace. +#: ../libwnck/wnckprop.c:1286 #, c-format msgid "Viewport position (x, y): %s\n" msgstr "Leihatilaren posizioa (x,y): %s\n" -#: ../libwnck/wnckprop.c:1272 +#: ../libwnck/wnckprop.c:1289 #, c-format msgid "Position in Layout (row, column): %d, %d\n" msgstr "Diseinuaren posizioa (errenkada, zutabea): %d, %d\n" -#: ../libwnck/wnckprop.c:1285 +#: ../libwnck/wnckprop.c:1302 #, c-format msgid "Left Neighbor: %s\n" msgstr "Ezkerreko kidea: %s\n" -#: ../libwnck/wnckprop.c:1297 +#: ../libwnck/wnckprop.c:1314 #, c-format msgid "Right Neighbor: %s\n" msgstr "Eskuineko kidea: %s\n" -#: ../libwnck/wnckprop.c:1309 +#: ../libwnck/wnckprop.c:1326 #, c-format msgid "Top Neighbor: %s\n" msgstr "Goiko kidea: %s\n" -#: ../libwnck/wnckprop.c:1321 +#: ../libwnck/wnckprop.c:1338 #, c-format msgid "Bottom Neighbor: %s\n" msgstr "Beheko kidea: %s\n" -#. Translators: Ressource class is the name to identify a class. -#: ../libwnck/wnckprop.c:1333 +#. Translators: Resource class is the name to identify a class. +#: ../libwnck/wnckprop.c:1350 #, c-format msgid "Resource Class: %s\n" msgstr "Euskarri klasea: %s\n" -#: ../libwnck/wnckprop.c:1335 +#: ../libwnck/wnckprop.c:1352 #, c-format msgid "Group Name: %s\n" msgstr "Taldearen izena: %s\n" #. Translators: 'set' in the sense of "something has been set". -#: ../libwnck/wnckprop.c:1341 ../libwnck/wnckprop.c:1365 -#: ../libwnck/wnckprop.c:1419 +#: ../libwnck/wnckprop.c:1358 ../libwnck/wnckprop.c:1382 +#: ../libwnck/wnckprop.c:1436 msgid "set" msgstr "ezarri" #. Translators: 'unset' in the sense of "something has not been set". -#: ../libwnck/wnckprop.c:1344 ../libwnck/wnckprop.c:1368 -#: ../libwnck/wnckprop.c:1375 ../libwnck/wnckprop.c:1405 -#: ../libwnck/wnckprop.c:1412 ../libwnck/wnckprop.c:1422 -#: ../libwnck/wnckprop.c:1487 ../libwnck/wnckprop.c:1497 -#: ../libwnck/wnckprop.c:1505 +#: ../libwnck/wnckprop.c:1361 ../libwnck/wnckprop.c:1385 +#: ../libwnck/wnckprop.c:1392 ../libwnck/wnckprop.c:1422 +#: ../libwnck/wnckprop.c:1429 ../libwnck/wnckprop.c:1439 +#: ../libwnck/wnckprop.c:1504 ../libwnck/wnckprop.c:1515 +#: ../libwnck/wnckprop.c:1523 msgid "" msgstr "" -#: ../libwnck/wnckprop.c:1345 ../libwnck/wnckprop.c:1369 -#: ../libwnck/wnckprop.c:1423 +#: ../libwnck/wnckprop.c:1362 ../libwnck/wnckprop.c:1386 +#: ../libwnck/wnckprop.c:1440 #, c-format msgid "Icons: %s\n" msgstr "Ikonoak: %s\n" -#: ../libwnck/wnckprop.c:1348 ../libwnck/wnckprop.c:1386 +#: ../libwnck/wnckprop.c:1365 ../libwnck/wnckprop.c:1403 #, c-format msgid "Number of Windows: %d\n" msgstr "Leihoen kopurua: %d\n" -#: ../libwnck/wnckprop.c:1360 ../libwnck/wnckprop.c:1406 +#: ../libwnck/wnckprop.c:1377 ../libwnck/wnckprop.c:1423 #, c-format msgid "Name: %s\n" msgstr "Izena: %s\n" #. Translators: note that "Icon" here has a specific window #. * management-related meaning. It means minimized. -#: ../libwnck/wnckprop.c:1361 ../libwnck/wnckprop.c:1415 +#: ../libwnck/wnckprop.c:1378 ../libwnck/wnckprop.c:1432 #, c-format msgid "Icon Name: %s\n" msgstr "Ikono-izena: %s\n" -#: ../libwnck/wnckprop.c:1376 ../libwnck/wnckprop.c:1498 +#: ../libwnck/wnckprop.c:1393 ../libwnck/wnckprop.c:1516 #, c-format msgid "PID: %s\n" msgstr "PID: %s\n" -#. Translators: "none" here means "no startup ID" -#: ../libwnck/wnckprop.c:1383 -msgctxt "startupID" -msgid "none" -msgstr "bat ere ez" - -#: ../libwnck/wnckprop.c:1384 +#: ../libwnck/wnckprop.c:1401 #, c-format msgid "Startup ID: %s\n" msgstr "Abioko IDa: %s\n" -#: ../libwnck/wnckprop.c:1432 +#: ../libwnck/wnckprop.c:1449 msgid "all workspaces" msgstr "laneko area guztiak" -#: ../libwnck/wnckprop.c:1436 +#: ../libwnck/wnckprop.c:1453 #, c-format msgid "On Workspace: %s\n" msgstr "Laneko arean: %s\n" -#: ../libwnck/wnckprop.c:1451 +#: ../libwnck/wnckprop.c:1468 msgid "normal window" msgstr "leiho arrunta" -#: ../libwnck/wnckprop.c:1454 +#: ../libwnck/wnckprop.c:1471 msgid "desktop" msgstr "mahaigaina" -#: ../libwnck/wnckprop.c:1457 +#: ../libwnck/wnckprop.c:1474 msgid "dock or panel" msgstr "atrakagarria edo panela" -#: ../libwnck/wnckprop.c:1460 +#: ../libwnck/wnckprop.c:1477 msgid "dialog window" msgstr "elkarrizketa-koadroa" -#: ../libwnck/wnckprop.c:1463 +#: ../libwnck/wnckprop.c:1480 msgid "tearoff toolbar" msgstr "tresna-barra askagarria" -#: ../libwnck/wnckprop.c:1466 +#: ../libwnck/wnckprop.c:1483 msgid "tearoff menu" msgstr "menu askagarria" -#: ../libwnck/wnckprop.c:1469 +#: ../libwnck/wnckprop.c:1486 msgid "utility window" msgstr "tresnen leihoa" -#: ../libwnck/wnckprop.c:1472 +#: ../libwnck/wnckprop.c:1489 msgid "splash screen" msgstr "harrerako pantaila" -#: ../libwnck/wnckprop.c:1477 +#: ../libwnck/wnckprop.c:1494 #, c-format msgid "Window Type: %s\n" msgstr "Leiho mota: %s\n" -#: ../libwnck/wnckprop.c:1480 +#: ../libwnck/wnckprop.c:1497 #, c-format msgid "Geometry (x, y, width, height): %d, %d, %d, %d\n" msgstr "Geometria (x, y, zabalera, altuera): %d, %d, %d, %d\n" -#. Translators: A class is like a "family". E.g., all gvim windows are of the same class. -#: ../libwnck/wnckprop.c:1489 +#. Translators: A class is like a "family". E.g., all gvim windows are of the +#. * same class. +#: ../libwnck/wnckprop.c:1507 #, c-format msgid "Class Group: %s\n" msgstr "Klase-taldea: %s\n" -#: ../libwnck/wnckprop.c:1491 +#: ../libwnck/wnckprop.c:1509 #, c-format msgid "XID: %lu\n" msgstr "XID: %lu\n" -#: ../libwnck/wnckprop.c:1506 +#: ../libwnck/wnckprop.c:1524 #, c-format msgid "Session ID: %s\n" msgstr "Saioaren IDa: %s\n" #. Translators: A group leader is the window that is the "owner" of a group -#. * of windows, ie: if you have multiple windows in one application, one window -#. * has some information about the application (like the application name). -#: ../libwnck/wnckprop.c:1512 +#. * of windows, ie: if you have multiple windows in one application, one +#. * window has some information about the application (like the application +#. * name). +#: ../libwnck/wnckprop.c:1531 #, c-format msgid "Group Leader: %lu\n" msgstr "Taldeko burua: %lu\n" -#. Translators: A window can be transient for another window: it means it's on top of it -#: ../libwnck/wnckprop.c:1517 +#. Translators: A window can be transient for another window: it means it's +#. * on top of it +#: ../libwnck/wnckprop.c:1537 #, c-format msgid "Transient for: %lu\n" msgstr "Honen behin-behinekoa: %lu\n" @@ -983,184 +984,185 @@ #. FIXME: else print something? #. Translators: we're building a list of items here. * For example, the result is "a, b". * In this case, the first string is "a", the second * string is ", " and the third string is "b". * We can then use this information here to also * recursively build longer lists, like "a, b, c, d" #. Translators: we're building a list of items here. * The end result is something like "a, b, c" * In this case, the first string is "a, b", the second * string is ", " and the third string is "c" -#: ../libwnck/wnckprop.c:1532 ../libwnck/wnckprop.c:1579 +#: ../libwnck/wnckprop.c:1552 ../libwnck/wnckprop.c:1600 #, c-format msgid "%1$s%2$s%3$s" msgstr "%1$s%2$s%3$s" #. Translators: see comment for "%1$s%2$s%3$s" in order * to properly translate this -#: ../libwnck/wnckprop.c:1536 ../libwnck/wnckprop.c:1581 +#: ../libwnck/wnckprop.c:1556 ../libwnck/wnckprop.c:1602 msgid ", " msgstr ", " -#: ../libwnck/wnckprop.c:1542 +#: ../libwnck/wnckprop.c:1562 msgid "minimized" msgstr "minimizatua" -#: ../libwnck/wnckprop.c:1543 +#: ../libwnck/wnckprop.c:1563 msgid "maximized" msgstr "maximizatua" -#: ../libwnck/wnckprop.c:1547 +#: ../libwnck/wnckprop.c:1567 msgid "maximized horizontally" msgstr "horizontalki maximizatua" -#: ../libwnck/wnckprop.c:1549 +#: ../libwnck/wnckprop.c:1569 msgid "maximized vertically" msgstr "bertikalki maximizatua" -#: ../libwnck/wnckprop.c:1551 +#: ../libwnck/wnckprop.c:1571 msgid "shaded" msgstr "itzaldurarekin" -#: ../libwnck/wnckprop.c:1552 +#: ../libwnck/wnckprop.c:1572 msgid "pinned" -msgstr "orratzdunak" +msgstr "sastatuta" -#: ../libwnck/wnckprop.c:1553 +#: ../libwnck/wnckprop.c:1573 msgid "sticky" msgstr "itsaskorra" -#: ../libwnck/wnckprop.c:1554 +#: ../libwnck/wnckprop.c:1574 msgid "above" msgstr "gainean" -#: ../libwnck/wnckprop.c:1555 +#: ../libwnck/wnckprop.c:1575 msgid "below" msgstr "azpian" -#: ../libwnck/wnckprop.c:1556 +#: ../libwnck/wnckprop.c:1576 msgid "fullscreen" msgstr "pantaila osoa" -#: ../libwnck/wnckprop.c:1557 +#: ../libwnck/wnckprop.c:1577 msgid "needs attention" -msgstr "harreta behar du" +msgstr "arreta behar du" #. Translators: A pager is the technical term for the workspace switcher. #. * It's a representation of all workspaces with windows inside it. #. * Please make sure that the translation is in sync with gnome-panel, #. * where this term is also used in translatable strings -#: ../libwnck/wnckprop.c:1562 +#: ../libwnck/wnckprop.c:1582 msgid "skip pager" -msgstr "saltatu orrialdekatzailea" +msgstr "saltatu orrikatzailea" -#. Translators: "tasklist" is the list of running applications (the window list) -#: ../libwnck/wnckprop.c:1564 +#. Translators: "tasklist" is the list of running applications (the window +#. * list) +#: ../libwnck/wnckprop.c:1585 msgid "skip tasklist" msgstr "saltatu zereginen zerrenda" -#: ../libwnck/wnckprop.c:1566 +#: ../libwnck/wnckprop.c:1587 msgid "normal" msgstr "arrunta" -#: ../libwnck/wnckprop.c:1567 +#: ../libwnck/wnckprop.c:1588 #, c-format msgid "State: %s\n" msgstr "Egoera: %s\n" -#: ../libwnck/wnckprop.c:1588 +#: ../libwnck/wnckprop.c:1609 msgid "move" msgstr "aldatu lekuz" -#: ../libwnck/wnckprop.c:1589 +#: ../libwnck/wnckprop.c:1610 msgid "resize" msgstr "aldatu tamaina" -#: ../libwnck/wnckprop.c:1590 +#: ../libwnck/wnckprop.c:1611 msgid "shade" msgstr "itzaldura" -#: ../libwnck/wnckprop.c:1591 +#: ../libwnck/wnckprop.c:1612 msgid "unshade" msgstr "itzaldurarik ez" -#: ../libwnck/wnckprop.c:1592 +#: ../libwnck/wnckprop.c:1613 msgid "stick" msgstr "itsatsi" -#: ../libwnck/wnckprop.c:1593 +#: ../libwnck/wnckprop.c:1614 msgid "unstick" msgstr "askatu" -#: ../libwnck/wnckprop.c:1595 +#: ../libwnck/wnckprop.c:1616 msgid "maximize horizontally" msgstr "maximizatu horizontalki" -#: ../libwnck/wnckprop.c:1597 +#: ../libwnck/wnckprop.c:1618 msgid "unmaximize horizontally" msgstr "leheneratu horizontalki" -#: ../libwnck/wnckprop.c:1599 +#: ../libwnck/wnckprop.c:1620 msgid "maximize vertically" msgstr "maximizatu bertikalki" -#: ../libwnck/wnckprop.c:1601 +#: ../libwnck/wnckprop.c:1622 msgid "unmaximize vertically" msgstr "leheneratu bertikalki" -#: ../libwnck/wnckprop.c:1604 +#: ../libwnck/wnckprop.c:1625 msgid "change workspace" msgstr "aldatu laneko area" -#: ../libwnck/wnckprop.c:1606 +#: ../libwnck/wnckprop.c:1627 msgid "pin" msgstr "orratza" -#: ../libwnck/wnckprop.c:1608 +#: ../libwnck/wnckprop.c:1629 msgid "unpin" msgstr "orratz gabe" -#: ../libwnck/wnckprop.c:1609 +#: ../libwnck/wnckprop.c:1630 msgid "minimize" -msgstr "ikonotu" +msgstr "minimizatu" -#: ../libwnck/wnckprop.c:1610 +#: ../libwnck/wnckprop.c:1631 msgid "unminimize" msgstr "leheneratu" -#: ../libwnck/wnckprop.c:1611 +#: ../libwnck/wnckprop.c:1632 msgid "maximize" msgstr "maximizatu" -#: ../libwnck/wnckprop.c:1612 +#: ../libwnck/wnckprop.c:1633 msgid "unmaximize" msgstr "leheneratu" -#: ../libwnck/wnckprop.c:1614 +#: ../libwnck/wnckprop.c:1635 msgid "change fullscreen mode" msgstr "aldatu pantaila osoko modua" -#: ../libwnck/wnckprop.c:1615 +#: ../libwnck/wnckprop.c:1636 msgid "close" msgstr "itxi" -#: ../libwnck/wnckprop.c:1617 +#: ../libwnck/wnckprop.c:1638 msgid "make above" msgstr "jarri gainean" -#: ../libwnck/wnckprop.c:1619 +#: ../libwnck/wnckprop.c:1640 msgid "unmake above" msgstr "ez jarri gainean" -#: ../libwnck/wnckprop.c:1621 +#: ../libwnck/wnckprop.c:1642 msgid "make below" msgstr "jarri azpian" -#: ../libwnck/wnckprop.c:1623 +#: ../libwnck/wnckprop.c:1644 msgid "unmake below" msgstr "ez jarri azpian" -#: ../libwnck/wnckprop.c:1625 +#: ../libwnck/wnckprop.c:1646 msgid "no action possible" msgstr "ez dago ekintza posiblerik" -#: ../libwnck/wnckprop.c:1626 +#: ../libwnck/wnckprop.c:1647 #, c-format msgid "Possible Actions: %s\n" msgstr "Ekintza posibleak: %s\n" -#: ../libwnck/wnckprop.c:1805 +#: ../libwnck/wnckprop.c:1826 msgid "" "Print or modify the properties of a screen/workspace/window, or interact " "with it, following the EWMH specification.\n" @@ -1172,60 +1174,61 @@ "Zehaztapen honi buruzko informazio gehiago:\n" "\thttp://freedesktop.org/wiki/Specifications/wm-spec" -#: ../libwnck/wnckprop.c:1815 +#: ../libwnck/wnckprop.c:1836 msgid "Options to list windows or workspaces" msgstr "Aukerak leihoak edo laneko areak zerrendatzeko" -#: ../libwnck/wnckprop.c:1816 +#: ../libwnck/wnckprop.c:1837 msgid "Show options to list windows or workspaces" msgstr "Erakutsi leihoak edo laneko areak zerrendatzeko aukerak" -#: ../libwnck/wnckprop.c:1823 +#: ../libwnck/wnckprop.c:1844 msgid "Options to modify properties of a window" msgstr "Aukerak leihoaren propietateak aldatzeko" -#: ../libwnck/wnckprop.c:1824 +#: ../libwnck/wnckprop.c:1845 msgid "Show options to modify properties of a window" msgstr "Erakutsi leihoaren propietateak aldatzeko aukerak" -#: ../libwnck/wnckprop.c:1831 +#: ../libwnck/wnckprop.c:1852 msgid "Options to modify properties of a workspace" msgstr "Aukerak laneko arearen propietateak aldatzeko" -#: ../libwnck/wnckprop.c:1832 +#: ../libwnck/wnckprop.c:1853 msgid "Show options to modify properties of a workspace" msgstr "Erakutsi laneko arearen propietateak aldatzeko aukerak" -#: ../libwnck/wnckprop.c:1839 +#: ../libwnck/wnckprop.c:1860 msgid "Options to modify properties of a screen" msgstr "Aukerak pantailaren propietateak aldatzeko" -#: ../libwnck/wnckprop.c:1840 +#: ../libwnck/wnckprop.c:1861 msgid "Show options to modify properties of a screen" msgstr "Erakutsi pantailaren propietateak aldatzeko aukerak" -#: ../libwnck/wnckprop.c:1851 +#: ../libwnck/wnckprop.c:1872 #, c-format msgid "Error while parsing arguments: %s\n" msgstr "Errorea argumentuak analizatzean: %s\n" -#: ../libwnck/wnckprop.c:1874 +#: ../libwnck/wnckprop.c:1895 #, c-format msgid "Cannot interact with screen %d: the screen does not exist\n" msgstr "Ezin da %d. pantailarekin elkarreragin: pantaila ez da existitzen\n" -#: ../libwnck/wnckprop.c:1930 +#: ../libwnck/wnckprop.c:1951 #, c-format msgid "Cannot interact with workspace %d: the workspace cannot be found\n" msgstr "Ezin da %d laneko arearekin elkarreragin: ezin da laneko area aurkitu\n" -#. Translators: A class is like a "family". E.g., all gvim windows are of the same class. -#: ../libwnck/wnckprop.c:1953 +#. Translators: A class is like a "family". E.g., all gvim windows are +#. * of the same class. +#: ../libwnck/wnckprop.c:1975 #, c-format msgid "Cannot interact with class group \"%s\": the class group cannot be found\n" msgstr "Ezin da \"%s\" klase-taldearekin elkarreragin: ezin da klase-taldea aurkitu\n" -#: ../libwnck/wnckprop.c:1976 +#: ../libwnck/wnckprop.c:1998 #, c-format msgid "" "Cannot interact with application having its group leader with XID %lu: the " @@ -1234,7 +1237,7 @@ "Ezin da %lu XID talde-buruaren aplikazioarekin elkarreragin: ez da " "aplikazioa aurkitu\n" -#: ../libwnck/wnckprop.c:1999 +#: ../libwnck/wnckprop.c:2021 #, c-format msgid "Cannot interact with window with XID %lu: the window cannot be found\n" msgstr "Ezin da %lu XID leihoarekin elkarreragin: ezin da leihoa aurkitu\n" diff -Nru libwnck-2.29.92/po/ml.po libwnck-2.30.0/po/ml.po --- libwnck-2.29.92/po/ml.po 2009-04-19 18:40:32.000000000 +0100 +++ libwnck-2.30.0/po/ml.po 2010-03-30 00:55:37.000000000 +0100 @@ -1,3 +1,5 @@ +# translation of test.po to +# translation of ml.po to # translation of libwnck.HEAD.ml.po to # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. @@ -7,12 +9,13 @@ # msgid "" msgstr "" -"Project-Id-Version: libwnck.HEAD.ml\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=libwnck&component=general\n" -"POT-Creation-Date: 2009-01-10 12:36+0000\n" -"PO-Revision-Date: 2009-03-12 13:23+0530\n" -"Last-Translator: Ani Peter \n" -"Language-Team: Swathanthra Malayalam Computing|സ്വതന്ത്ര മലയാളം കമ്പ്യൂട്ടിങ് \n" +"Project-Id-Version: test\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=libwnck&component=general\n" +"POT-Creation-Date: 2010-03-27 17:23+0000\n" +"PO-Revision-Date: 2010-03-29 14:32+0530\n" +"Last-Translator: \n" +"Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -54,63 +57,63 @@ #: ../libwnck/pager-accessible.c:437 #, c-format msgid "Click this to switch to workspace %s" -msgstr "%s-ാം പണിയറയിലേക്ക് മാറാന്‍ ഇവിടെ അമര്‍ത്തുക" +msgstr "%s പണിയറയിലേക്ക് നീങ്ങുന്നതിനായി ഇവിടെ അമര്‍ത്തുക" -#: ../libwnck/pager.c:1910 +#: ../libwnck/pager.c:1960 #, c-format msgid "Click to start dragging \"%s\"" -msgstr "\"%s\" വലിക്കാന്‍ തുടങ്ങാന്‍ അമര്‍ത്തുക" +msgstr "\"%s\" വലിച്ചിടുന്നതു് ആരംഭിക്കുന്നതിനായി അമര്‍ത്തുക" -#: ../libwnck/pager.c:1913 +#: ../libwnck/pager.c:1963 #, c-format msgid "Current workspace: \"%s\"" -msgstr "ഇപ്പോളത്തെ പണിയറ: \"%s\"" +msgstr "ഇതു \"%s\"" # c-format -#: ../libwnck/pager.c:1918 +#: ../libwnck/pager.c:1968 #, c-format msgid "Click to switch to \"%s\"" -msgstr "%s-ാം പണിയറയിലേക്ക് മാറാന്‍ ഇവിടെ അമര്‍ത്തുക" +msgstr "%s-ലേക്കു് നീങ്ങുവാന്‍ ഇവിടെ അമര്‍ത്തുക" -#: ../libwnck/selector.c:1171 +#: ../libwnck/selector.c:1177 msgid "No Windows Open" msgstr "ജാലകമൊന്നും തുറന്നിട്ടില്ല" -#: ../libwnck/selector.c:1224 +#: ../libwnck/selector.c:1230 msgid "Window Selector" msgstr "ജാലകം തിരഞ്ഞെടുക്കുന്ന സംവിധാനം" -#: ../libwnck/selector.c:1225 +#: ../libwnck/selector.c:1231 msgid "Tool to switch between windows" msgstr "ജാലകങ്ങള്‍ക്കിടയില്‍ മാറുവാനുളള ഉപകരണം" -#: ../libwnck/tasklist.c:729 +#: ../libwnck/tasklist.c:733 msgid "Window List" msgstr "ജാലകത്തിന്റെ പട്ടിക" -#: ../libwnck/tasklist.c:730 +#: ../libwnck/tasklist.c:734 msgid "Tool to switch between visible windows" msgstr "ദൃശ്യമായ ജാലകങ്ങള്‍ക്കിടയിലൂടെ മാറുവാനുള്ള ഉപകരണം" -#: ../libwnck/tasklist.c:3018 +#: ../libwnck/tasklist.c:3062 msgid "Mi_nimize All" -msgstr "എല്ലാം ചെറുതാക്കുക" +msgstr "എല്ലാം ചെ_റുതാക്കുക" -#: ../libwnck/tasklist.c:3029 +#: ../libwnck/tasklist.c:3073 msgid "Un_minimize All" -msgstr "എല്ലാം ചെറുതാക്കിയത് ഒഴിവാക്കുക" +msgstr "ചെറു_താക്കിയതെല്ലാം ഒഴിവാക്കുക" -#: ../libwnck/tasklist.c:3037 +#: ../libwnck/tasklist.c:3081 msgid "Ma_ximize All" -msgstr "വലുതാക്കുക" +msgstr "എല്ലാം _വലുതാക്കുക" -#: ../libwnck/tasklist.c:3048 +#: ../libwnck/tasklist.c:3092 msgid "_Unmaximize All" -msgstr "എല്ലാം ചെറുതാക്കിയത് ഒഴിവാക്കുക" +msgstr "വലുതാക്കിയതെല്ലാം ഃഒഴിവാക്കുക" -#: ../libwnck/tasklist.c:3060 +#: ../libwnck/tasklist.c:3104 msgid "_Close All" -msgstr "എല്ലാം അടയ്ക്കുക" +msgstr "_എല്ലാം അടയ്ക്കുക" #: ../libwnck/test-pager.c:15 msgid "Use N_ROWS rows" @@ -136,8 +139,9 @@ msgid "Use a vertical orientation" msgstr "കുത്തനെയുള്ള അടുക്കാക്കുക" -#. Translators: "tasklist" is the list of running applications (the window list) -#: ../libwnck/test-selector.c:12 ../libwnck/test-tasklist.c:20 +#. Translators: "tasklist" is the list of running applications (the +#. * window list) +#: ../libwnck/test-selector.c:13 ../libwnck/test-tasklist.c:20 msgid "Don't show window in tasklist" msgstr "പ്രയോഗങ്ങളുടെ പട്ടികയില്‍ ജാലകം കാണിയ്ക്കാതിരിയ്ക്കുക" @@ -157,80 +161,80 @@ msgid "Enable Transparency" msgstr "സുതാര്യത സജ്ജമാക്കുക" -#: ../libwnck/window-action-menu.c:417 +#: ../libwnck/window-action-menu.c:419 msgid "Unmi_nimize" -msgstr "ചെറുതാക്കിയത് ഒഴിവാക്കുക" +msgstr "ചെറു_താക്കിയത് ഒഴിവാക്കുക" -#: ../libwnck/window-action-menu.c:424 +#: ../libwnck/window-action-menu.c:426 msgid "Mi_nimize" -msgstr "ചെറുതാക്കുക" +msgstr "ചെറു_താക്കുക" -#: ../libwnck/window-action-menu.c:432 +#: ../libwnck/window-action-menu.c:434 msgid "Unma_ximize" -msgstr "വലുതാക്കിയതൊഴിവാക്കുക" +msgstr "_വലുതാക്കിയതൊഴിവാക്കുക" -#: ../libwnck/window-action-menu.c:439 +#: ../libwnck/window-action-menu.c:441 msgid "Ma_ximize" -msgstr "വലുതാക്കുക" +msgstr "_വലുതാക്കുക" -#: ../libwnck/window-action-menu.c:746 ../libwnck/workspace.c:281 +#: ../libwnck/window-action-menu.c:748 ../libwnck/workspace.c:281 #, c-format msgid "Workspace %d" msgstr "പണിയറ %d" -#: ../libwnck/window-action-menu.c:755 ../libwnck/window-action-menu.c:902 +#: ../libwnck/window-action-menu.c:757 ../libwnck/window-action-menu.c:904 #, c-format msgid "Workspace 1_0" msgstr "പണിയറ 1_0" -#: ../libwnck/window-action-menu.c:757 ../libwnck/window-action-menu.c:904 +#: ../libwnck/window-action-menu.c:759 ../libwnck/window-action-menu.c:906 #, c-format msgid "Workspace %s%d" msgstr "പണിയറ %s%d" -#: ../libwnck/window-action-menu.c:1047 +#: ../libwnck/window-action-menu.c:1049 msgid "_Move" -msgstr "നീക്കുക" +msgstr "_നീക്കുക" -#: ../libwnck/window-action-menu.c:1054 +#: ../libwnck/window-action-menu.c:1056 msgid "_Resize" -msgstr "വലിപ്പം മാറ്റുക" +msgstr "_വലിപ്പം മാറ്റുക" -#: ../libwnck/window-action-menu.c:1063 +#: ../libwnck/window-action-menu.c:1065 msgid "Always On _Top" -msgstr "എപ്പോളും മുകളില്‍" +msgstr "എപ്പോളും _മുകളില്‍" -#: ../libwnck/window-action-menu.c:1071 +#: ../libwnck/window-action-menu.c:1073 msgid "_Always on Visible Workspace" -msgstr "എപ്പോളും ദൃശ്യമായ പണിയറയില്‍" +msgstr "_എപ്പോളും ദൃശ്യമായ പണിയറയില്‍" -#: ../libwnck/window-action-menu.c:1076 +#: ../libwnck/window-action-menu.c:1078 msgid "_Only on This Workspace" -msgstr "ഈ പണിയറയില്‍ മാത്രം" +msgstr "ഈ പണിയറയില്‍ _മാത്രം" -#: ../libwnck/window-action-menu.c:1083 +#: ../libwnck/window-action-menu.c:1085 msgid "Move to Workspace _Left" -msgstr "ഇടത്തുളള പണിയറയിലേക്കു് നീക്കുക" +msgstr "_ഇടത്തുളള പണിയറയിലേക്കു് നീക്കുക" -#: ../libwnck/window-action-menu.c:1089 +#: ../libwnck/window-action-menu.c:1091 msgid "Move to Workspace R_ight" -msgstr "വലത്തുളള പണിയറയിലേക്ക് നീക്കുക" +msgstr "വ_ലത്തുളള പണിയറയിലേക്ക് നീക്കുക" -#: ../libwnck/window-action-menu.c:1095 +#: ../libwnck/window-action-menu.c:1097 msgid "Move to Workspace _Up" -msgstr "മുകളിലുളള പണിയറയിലേക്ക് നീക്കുക" +msgstr "മു_കളിലുളള പണിയറയിലേക്ക് നീക്കുക" -#: ../libwnck/window-action-menu.c:1101 +#: ../libwnck/window-action-menu.c:1103 msgid "Move to Workspace _Down" -msgstr "താഴെയുളള പണിയറയിലേക്ക് നീക്കുക" +msgstr "താഴെ_യുളള പണിയറയിലേക്ക് നീക്കുക" -#: ../libwnck/window-action-menu.c:1104 +#: ../libwnck/window-action-menu.c:1106 msgid "Move to Another _Workspace" -msgstr "മറ്റൊരു പണിയറയിലേക്ക് നീക്കുക" +msgstr "മറ്റൊരു _പണിയറയിലേക്ക് നീക്കുക" -#: ../libwnck/window-action-menu.c:1124 +#: ../libwnck/window-action-menu.c:1126 msgid "_Close" -msgstr "അടയ്ക്കുക" +msgstr "_അടയ്ക്കുക" #. * #. * SECTION:window @@ -249,47 +253,50 @@ msgid "X window ID of the window to examine or modify" msgstr "ജാലകത്തിന്റെ X ജാലകം ID പരിശോധിക്കുക അല്ലെങ്കില്‍ മാറ്റുക" -#: ../libwnck/wnckprop.c:139 ../libwnck/wnckprop.c:145 -#: ../libwnck/wnckprop.c:154 +#: ../libwnck/wnckprop.c:139 ../libwnck/wnckprop.c:146 +#: ../libwnck/wnckprop.c:156 msgid "XID" msgstr "XID" -#. Translators: A group leader is the window that is the "owner" of a group -#. * of windows, ie: if you have multiple windows in one application, one window -#. * has some information about the application (like the application name). -#: ../libwnck/wnckprop.c:144 +#. Translators: A group leader is the window that is the "owner" of a +#. * group of windows, ie: if you have multiple windows in one +#. * application, one window has some information about the application +#. * (like the application name). +#: ../libwnck/wnckprop.c:145 msgid "X window ID of the group leader of an application to examine" msgstr "ഒരു പ്രയോഗത്തിന്റെ പ്രധാന ജാലകത്തിനുള്ള X ജാലകം ID പരിശോധിക്കുക" -#. Translators: A class is like a "family". E.g., all gvim windows are of the same class. -#: ../libwnck/wnckprop.c:148 +#. Translators: A class is like a "family". E.g., all gvim windows +#. * are of the same class. +#: ../libwnck/wnckprop.c:150 msgid "Class resource of the class group to examine" msgstr "ക്ലാസ് ഗ്രൂപ്പിനുള്ള ക്ലാസ് ഉറവിടം പരിശോധിക്കുക" -#: ../libwnck/wnckprop.c:148 +#: ../libwnck/wnckprop.c:150 msgid "CLASS" msgstr "CLASS" -#: ../libwnck/wnckprop.c:150 +#: ../libwnck/wnckprop.c:152 msgid "NUMBER of the workspace to examine or modify" msgstr "പരിശോധിക്കുവാന്‍ അല്ലെങ്കില്‍ മാറ്റുവാനുള്ള പണിയറയുടെ NUMBER" -#: ../libwnck/wnckprop.c:150 ../libwnck/wnckprop.c:152 -#: ../libwnck/wnckprop.c:169 ../libwnck/wnckprop.c:171 -#: ../libwnck/wnckprop.c:173 ../libwnck/wnckprop.c:262 +#: ../libwnck/wnckprop.c:152 ../libwnck/wnckprop.c:154 +#: ../libwnck/wnckprop.c:172 ../libwnck/wnckprop.c:174 +#: ../libwnck/wnckprop.c:176 ../libwnck/wnckprop.c:273 msgid "NUMBER" msgstr "NUMBER" -#: ../libwnck/wnckprop.c:152 +#: ../libwnck/wnckprop.c:154 msgid "NUMBER of the screen to examine or modify" msgstr "പരിശോധിക്കുവാന്‍ അല്ലെങ്കില്‍ മാറ്റുവാനുള്ള സ്ക്രീനിന്റെ NUMBER" -#: ../libwnck/wnckprop.c:154 +#: ../libwnck/wnckprop.c:156 msgid "Alias of --window" msgstr "--window-നു് മറ്റൊരു പേരു്" -#. Translators: A class is like a "family". E.g., all gvim windows are of the same class. -#: ../libwnck/wnckprop.c:161 +#. Translators: A class is like a "family". E.g., all gvim windows +#. * are of the same class. +#: ../libwnck/wnckprop.c:164 msgid "" "List windows of the application/class group/workspace/screen (output format: " "\"XID: Window Name\")" @@ -297,681 +304,696 @@ "application/class group/workspace/screen -നുള്ള ജാലകങ്ങള്‍ ലഭ്യമാക്കുക(ഔട്ട്പുട്ട് രീതി: " "\"XID: Window Name\")" -#: ../libwnck/wnckprop.c:163 -msgid "List workspaces of the screen (output format: \"Number: Workspace Name\")" +#: ../libwnck/wnckprop.c:166 +msgid "" +"List workspaces of the screen (output format: \"Number: Workspace Name\")" msgstr "സ്ക്രീനിനുള്ള പണിയറകള്‍ ലഭ്യമാക്കുക (ഔട്ട്പുട്ട് രീതി: \"Number: Workspace Name\")" -#: ../libwnck/wnckprop.c:169 +#: ../libwnck/wnckprop.c:172 msgid "Change the number of workspaces of the screen to NUMBER" msgstr "സ്ക്രീനിലുള്ള പണിയറകളുടെ എണ്ണം NUMBER ആയി മാറ്റുക" -#: ../libwnck/wnckprop.c:171 +#: ../libwnck/wnckprop.c:174 msgid "Change the workspace layout of the screen to use NUMBER rows" msgstr "NUMBER വരികള്‍ ഉപയോഗിക്കുന്നതിനായി സ്ക്രീനിലുള്ള പണിയറയുടെ ആകൃതി മാറ്റുക" -#: ../libwnck/wnckprop.c:173 +#: ../libwnck/wnckprop.c:176 msgid "Change the workspace layout of the screen to use NUMBER columns" msgstr "NUMBER നിരകള്‍ ഉപയോഗിക്കുന്നതിനായി സ്ക്രീനിലുള്ള പണിയറയുടെ ആകൃതി മാറ്റുക" -#: ../libwnck/wnckprop.c:175 +#: ../libwnck/wnckprop.c:178 msgid "Show the desktop" msgstr "പണിയിടം കാണിയ്ക്കുക" -#: ../libwnck/wnckprop.c:177 +#: ../libwnck/wnckprop.c:180 msgid "Stop showing the desktop" msgstr "പണിയിടം കാണിയ്ക്കാതിരിയ്ക്കുക" -#. Translators: 'viewport' is kind of the viewable area. a viewport can be used to implement -#. a workspace (e.g. compiz is an example); however it is not just the current workspace. -#: ../libwnck/wnckprop.c:181 +#. Translators: 'viewport' is kind of the viewable area. A viewport +#. * can be used to implement workspaces (e.g. compiz is an example); +#. * however it is not just the current workspace. +#: ../libwnck/wnckprop.c:185 msgid "Move the viewport of the current workspace to X coordinate X" msgstr "നിലവിലുള്ള പണിയറയുടെ വ്യൂപോര്‍ട്ട് X കോര്‍ഡിനേറ്റ് X ആയി മാറ്റുക" -#: ../libwnck/wnckprop.c:181 ../libwnck/wnckprop.c:264 +#: ../libwnck/wnckprop.c:185 ../libwnck/wnckprop.c:275 msgid "X" msgstr "X" -#. Translators: 'viewport' is kind of the viewable area. a viewport can be used to implement -#. a workspace (e.g. compiz is an example); however it is not just the current workspace. -#: ../libwnck/wnckprop.c:185 +#. Translators: 'viewport' is kind of the viewable area. A viewport +#. * can be used to implement workspaces (e.g. compiz is an example); +#. * however it is not just the current workspace. +#: ../libwnck/wnckprop.c:190 msgid "Move the viewport of the current workspace to Y coordinate Y" msgstr "നിലവിലുള്ള പണിയറയുടെ വ്യൂപോര്‍ട്ട് Y കോര്‍ഡിനേറ്റ് Y ആയി മാറ്റുക" -#: ../libwnck/wnckprop.c:185 ../libwnck/wnckprop.c:266 +#: ../libwnck/wnckprop.c:190 ../libwnck/wnckprop.c:277 msgid "Y" msgstr "Y" -#: ../libwnck/wnckprop.c:191 +#: ../libwnck/wnckprop.c:196 msgid "Minimize the window" -msgstr "ചെറുതാക്കുക" +msgstr "ജാലകം ചെറുതാക്കുക" -#: ../libwnck/wnckprop.c:193 +#: ../libwnck/wnckprop.c:198 msgid "Unminimize the window" -msgstr "ചെറുതാക്കിയത് ഒഴിവാക്കുക" +msgstr "ജാലകം ചെറുതാക്കിയത് ഒഴിവാക്കുക" -#: ../libwnck/wnckprop.c:195 +#: ../libwnck/wnckprop.c:200 msgid "Maximize the window" -msgstr "വലുതാക്കുക" +msgstr "ജാലകം വലുതാക്കുക" -#: ../libwnck/wnckprop.c:197 +#: ../libwnck/wnckprop.c:202 msgid "Unmaximize the window" -msgstr "വലുതാക്കിയതൊഴിവാക്കുക" +msgstr "ജാലകം വലുതാക്കിയതൊഴിവാക്കുക" -#: ../libwnck/wnckprop.c:199 +#: ../libwnck/wnckprop.c:204 msgid "Maximize horizontally the window" msgstr "ജാലകം നേരെ വലുതാക്കുക" -#: ../libwnck/wnckprop.c:201 +#: ../libwnck/wnckprop.c:206 msgid "Unmaximize horizontally the window" msgstr "തിരശ്ചീനമായി ജാലകം വലുതാക്കുക" -#: ../libwnck/wnckprop.c:203 +#: ../libwnck/wnckprop.c:208 msgid "Maximize vertically the window" msgstr "ലംബദിശയില്‍ ജാലകം വലുതാക്കുക" -#: ../libwnck/wnckprop.c:205 +#: ../libwnck/wnckprop.c:210 msgid "Unmaximize vertically the window" msgstr "ലംബദിശയില്‍ ജാലകം വലുതാക്കിയതില്ലാതാക്കുക" -#: ../libwnck/wnckprop.c:207 +#: ../libwnck/wnckprop.c:212 msgid "Start moving the window via the keyboard" msgstr "കീബോര്‍ഡ് ഉപയോഗിച്ച് ജാലകം നീക്കുക" -#: ../libwnck/wnckprop.c:209 +#: ../libwnck/wnckprop.c:214 msgid "Start resizing the window via the keyboard" msgstr "കീബോര്‍ഡ് ഉപയോഗിച്ച് ജാലകത്തിന്റെ വലിപ്പം മാറ്റൂക" -#: ../libwnck/wnckprop.c:211 +#: ../libwnck/wnckprop.c:216 msgid "Activate the window" msgstr "ജാലകം സജ്ജമാക്കുക" -#: ../libwnck/wnckprop.c:213 +#: ../libwnck/wnckprop.c:218 msgid "Close the window" msgstr "ജാലകം അടയ്ക്കുക" -#: ../libwnck/wnckprop.c:216 +#: ../libwnck/wnckprop.c:221 msgid "Make the window fullscreen" msgstr "ജാലകം മുഴുവന്‍ സ്ക്രീനിലേയ്ക്കും വലുതാക്കുക" -#: ../libwnck/wnckprop.c:218 +#: ../libwnck/wnckprop.c:223 msgid "Make the window quit fullscreen mode" msgstr "മുഴുവന്‍ സ്ക്രീനിലേയ്ക്ക് മാറ്റിയത് വേണ്ടെന്നു് വയ്ക്കുക" -#: ../libwnck/wnckprop.c:220 +#: ../libwnck/wnckprop.c:225 msgid "Make the window always on top" msgstr "ജാലകം എപ്പോളും മുകളിലാക്കുക" -#: ../libwnck/wnckprop.c:222 +#: ../libwnck/wnckprop.c:227 msgid "Make the window not always on top" msgstr "ജാലകം എപ്പോളും മുകളിലല്ലാതാക്കുക" -#: ../libwnck/wnckprop.c:224 +#: ../libwnck/wnckprop.c:229 msgid "Make the window below other windows" msgstr "ജാലകം മറ്റുള്ളവയുടെ അടിയിലാക്കുക" -#: ../libwnck/wnckprop.c:226 +#: ../libwnck/wnckprop.c:231 msgid "Make the window not below other windows" msgstr "ജാലകം മറ്റുള്ളവയുടെ അടിയിലല്ലാതാക്കുക" -#: ../libwnck/wnckprop.c:228 +#: ../libwnck/wnckprop.c:233 msgid "Shade the window" msgstr "ജാലകം ഷെയിഡ് ചെയ്യുക" -#: ../libwnck/wnckprop.c:230 +#: ../libwnck/wnckprop.c:235 msgid "Unshade the window" msgstr "ജാലകം അണ്‍ഷെയിഡ് ചെയ്യുക" -#. Translators: 'viewport' is kind of the viewable area. a viewport can be used to implement -#. a workspace (e.g. compiz is an example); however it is not just the current workspace. -#: ../libwnck/wnckprop.c:234 +#. Translators: 'viewport' is kind of the viewable area. A viewport +#. * can be used to implement workspaces (e.g. compiz is an example); +#. * however it is not just the current workspace. +#: ../libwnck/wnckprop.c:240 msgid "Make the window have a fixed position in the viewport" msgstr "വ്യൂപോര്‍ട്ടില്‍ ജാലകത്തിനു് ഒരു സ്ഥിരമായ സ്ഥാനം നല്‍കുക" -#. Translators: 'viewport' is kind of the viewable area. a viewport can be used to implement -#. a workspace (e.g. compiz is an example); however it is not just the current workspace. -#: ../libwnck/wnckprop.c:238 +#. Translators: 'viewport' is kind of the viewable area. A viewport +#. * can be used to implement workspaces (e.g. compiz is an example); +#. * however it is not just the current workspace. +#: ../libwnck/wnckprop.c:245 msgid "Make the window not have a fixed position in the viewport" msgstr "വ്യൂപോര്‍ട്ടില്‍ ജാലകത്തിനു് സ്ഥിരമല്ലാത്ത ഒരു സ്ഥാനം നല്‍കുക" -#. Translators: A pager is the technical term for the workspace switcher. -#. * It's a representation of all workspaces with windows inside it. -#. * Please make sure that the translation is in sync with gnome-panel, -#. * where this term is also used in translatable strings -#: ../libwnck/wnckprop.c:244 +#. Translators: A pager is the technical term for the workspace +#. * switcher. It's a representation of all workspaces with windows +#. * inside it. Please make sure that the translation is in sync with +#. * gnome-panel, where this term is also used in translatable strings +#. +#: ../libwnck/wnckprop.c:252 msgid "Make the window not appear in pagers" msgstr "പേജറുകളില്‍ ജാലകം ലഭ്യമല്ലാതാക്കുക" -#. Translators: A pager is the technical term for the workspace switcher. -#. * It's a representation of all workspaces with windows inside it. -#. * Please make sure that the translation is in sync with gnome-panel, -#. * where this term is also used in translatable strings -#: ../libwnck/wnckprop.c:250 +#. Translators: A pager is the technical term for the workspace +#. * switcher. It's a representation of all workspaces with windows +#. * inside it. Please make sure that the translation is in sync with +#. * gnome-panel, where this term is also used in translatable strings +#. +#: ../libwnck/wnckprop.c:259 msgid "Make the window appear in pagers" msgstr "പേജറുകളില്‍ ജാലകം ലഭ്യമാക്കുക" -#. Translators: "tasklist" is the list of running applications (the window list) -#: ../libwnck/wnckprop.c:253 +#. Translators: "tasklist" is the list of running applications (the +#. * window list) +#: ../libwnck/wnckprop.c:263 msgid "Make the window not appear in tasklists" msgstr "പ്രവര്‍ത്തനത്തിലുള്ള പ്രയോഗങ്ങളുടെ പട്ടികയില്‍ ജാലകം ലഭ്യമാക്കാതിരിക്കുക" -#. Translators: "tasklist" is the list of running applications (the window list) -#: ../libwnck/wnckprop.c:256 +#. Translators: "tasklist" is the list of running applications (the +#. * window list) +#: ../libwnck/wnckprop.c:267 msgid "Make the window appear in tasklists" msgstr "പ്രവര്‍ത്തനത്തിലുള്ള പ്രയോഗങ്ങളുടെ പട്ടികയില്‍ ജാലകം ലഭ്യമാക്കുക" -#: ../libwnck/wnckprop.c:258 +#: ../libwnck/wnckprop.c:269 msgid "Make the window visible on all workspaces" msgstr "എല്ലാ പണിയറകളിലും ജാലകം ലഭ്യമാക്കുക" -#: ../libwnck/wnckprop.c:260 +#: ../libwnck/wnckprop.c:271 msgid "Make the window visible on the current workspace only" msgstr "നിലവിലുള്ള പണിയറയില്‍ മാത്രം ജാലകം ലഭ്യമാക്കുക" -#: ../libwnck/wnckprop.c:262 +#: ../libwnck/wnckprop.c:273 msgid "Move the window to workspace NUMBER (first workspace is 0)" msgstr "പണിയറ NUMBER-ലേക്ക് ജാലകം നീക്കുക (ആദ്യത്തെ പണിയറ 0)" -#: ../libwnck/wnckprop.c:264 +#: ../libwnck/wnckprop.c:275 msgid "Change the X coordinate of the window to X" msgstr "ജാലകത്തിന്റെ X കോര്‍ഡിനേറ്റ് X ആയി മാറ്റുക" -#: ../libwnck/wnckprop.c:266 +#: ../libwnck/wnckprop.c:277 msgid "Change the Y coordinate of the window to Y" msgstr "ജാലകത്തിന്റെ Y കോര്‍ഡിനേറ്റ് Y ആയി മാറ്റുക" -#: ../libwnck/wnckprop.c:268 +#: ../libwnck/wnckprop.c:279 msgid "Change the width of the window to WIDTH" msgstr "ജാലകത്തിന്റെ വീതി WIDTH ആയി മാറ്റുക" -#: ../libwnck/wnckprop.c:268 +#: ../libwnck/wnckprop.c:279 msgid "WIDTH" msgstr "WIDTH" -#: ../libwnck/wnckprop.c:270 +#: ../libwnck/wnckprop.c:281 msgid "Change the height of the window to HEIGHT" msgstr "ജാലകത്തിന്റെ ഉയരം HEIGHT ആയി മാറ്റുക" -#: ../libwnck/wnckprop.c:270 +#: ../libwnck/wnckprop.c:281 msgid "HEIGHT" msgstr "HEIGHT" #. Translators: do not translate "normal, desktop, dock..." -#: ../libwnck/wnckprop.c:273 +#: ../libwnck/wnckprop.c:284 msgid "" "Change the type of the window to TYPE (valid values: normal, desktop, dock, " "dialog, toolbar, menu, utility, splash)" msgstr "" -"TYPE എന്ന തരമായി ജാലകം മാറ്റുക (ശരിയായ മൂല്ല്യങ്ങള്‍: normal, desktop, dock, " -"dialog, toolbar, menu, utility, splash)" +"TYPE എന്ന തരമായി ജാലകം മാറ്റുക (ശരിയായ മൂല്ല്യങ്ങള്‍: normal, desktop, dock, dialog, " +"toolbar, menu, utility, splash)" -#: ../libwnck/wnckprop.c:273 +#: ../libwnck/wnckprop.c:284 msgid "TYPE" msgstr "TYPE" -#: ../libwnck/wnckprop.c:279 +#: ../libwnck/wnckprop.c:290 msgid "Change the name of the workspace to NAME" msgstr "പണിയറയുടെ പേരു് NAME എന്നു് മാറ്റുക" -#: ../libwnck/wnckprop.c:279 +#: ../libwnck/wnckprop.c:290 msgid "NAME" msgstr "NAME" -#: ../libwnck/wnckprop.c:281 +#: ../libwnck/wnckprop.c:292 msgid "Activate the workspace" msgstr "പണിയിടം സജ്ജമാക്കുക" -#: ../libwnck/wnckprop.c:373 ../libwnck/wnckprop.c:397 -#: ../libwnck/wnckprop.c:433 ../libwnck/wnckprop.c:456 +#: ../libwnck/wnckprop.c:384 ../libwnck/wnckprop.c:408 +#: ../libwnck/wnckprop.c:444 ../libwnck/wnckprop.c:467 #, c-format msgid "Invalid value \"%s\" for --%s" msgstr "--%s -നുള്ള ആര്‍ഗ്യുമെന്റ് \"%s\" തെറ്റാണു്" -#: ../libwnck/wnckprop.c:490 ../libwnck/wnckprop.c:509 +#: ../libwnck/wnckprop.c:501 ../libwnck/wnckprop.c:520 #, c-format msgid "" "Conflicting options are present: screen %d should be interacted with, but --%" "s has been used\n" msgstr "" -"പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: സ്ക്രീന്‍ %d-മായി സംവാദം ആവശ്യമുണ്ടു്, പക്ഷേ " -"ഉപയോഗിച്ചതു് --%s ആണു്\n" +"പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: സ്ക്രീന്‍ %d-മായി സംവാദം ആവശ്യമുണ്ടു്, പക്ഷേ ഉപയോഗിച്ചതു് --%s ആണു്\n" -#: ../libwnck/wnckprop.c:499 +#: ../libwnck/wnckprop.c:510 #, c-format msgid "" "Conflicting options are present: windows or workspaces of screen %d should " "be listed, but --%s has been used\n" msgstr "" -"പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: സ്ക്രീന്‍ %d-നുള്ള ജാലകങ്ങളും പണിയറകളും ആണു് " -"ലഭ്യമാക്കേണ്ടതു്, പക്ഷേ ഉപയോഗിച്ചതു് --%s ആണു്\n" +"പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: സ്ക്രീന്‍ %d-നുള്ള ജാലകങ്ങളും പണിയറകളും ആണു് ലഭ്യമാക്കേണ്ടതു്, പക്ഷേ " +"ഉപയോഗിച്ചതു് --%s ആണു്\n" -#: ../libwnck/wnckprop.c:522 ../libwnck/wnckprop.c:542 +#: ../libwnck/wnckprop.c:533 ../libwnck/wnckprop.c:553 #, c-format msgid "" "Conflicting options are present: workspace %d should be interacted with, but " "--%s has been used\n" msgstr "" -"പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: പണിയറ %d-മായി സംവാദം ആവശ്യമുണ്ടു്, പക്ഷേ " -"ഉപയോഗിച്ചതു് --%s ആണു്\n" +"പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: പണിയറ %d-മായി സംവാദം ആവശ്യമുണ്ടു്, പക്ഷേ ഉപയോഗിച്ചതു് --%s ആണു്\n" -#: ../libwnck/wnckprop.c:532 +#: ../libwnck/wnckprop.c:543 #, c-format msgid "" "Conflicting options are present: windows of workspace %d should be listed, " "but --%s has been used\n" msgstr "" -"പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: പണിയറ %d-നുള്ള ജാലകങ്ങള്‍ ആണു് " -"ലഭ്യമാക്കേണ്ടതു്, പക്ഷേ ഉപയോഗിച്ചതു് --%s ആണു്\n" +"പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: പണിയറ %d-നുള്ള ജാലകങ്ങള്‍ ആണു് ലഭ്യമാക്കേണ്ടതു്, പക്ഷേ ഉപയോഗിച്ചതു് --%" +"s ആണു്\n" -#: ../libwnck/wnckprop.c:554 +#: ../libwnck/wnckprop.c:565 #, c-format msgid "" "Conflicting options are present: an application should be interacted with, " "but --%s has been used\n" msgstr "" -"പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: ഒരു പ്രയോഗവുമായി സംവാദം ആവശ്യമുണ്ടു്, പക്ഷേ " -"ഉപയോഗിച്ചതു് --%s ആണു്\n" +"പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: ഒരു പ്രയോഗവുമായി സംവാദം ആവശ്യമുണ്ടു്, പക്ഷേ ഉപയോഗിച്ചതു് --%s ആണു്\n" -#: ../libwnck/wnckprop.c:564 +#: ../libwnck/wnckprop.c:575 #, c-format msgid "" "Conflicting options are present: windows of an application should be listed, " "but --%s has been used\n" msgstr "" -"പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: ഒരു പ്രയോഗത്തിനുള്ള ജാലകങ്ങള്‍ ആണു് " -"ലഭ്യമാക്കേണ്ടതു്, പക്ഷേ ഉപയോഗിച്ചതു് --%s ആണു്\n" +"പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: ഒരു പ്രയോഗത്തിനുള്ള ജാലകങ്ങള്‍ ആണു് ലഭ്യമാക്കേണ്ടതു്, പക്ഷേ ഉപയോഗിച്ചതു് " +"--%s ആണു്\n" -#. Translators: A class is like a "family". E.g., all gvim windows are of the same class. -#: ../libwnck/wnckprop.c:577 +#. Translators: A class is like a "family". E.g., all gvim windows +#. * are of the same class. +#: ../libwnck/wnckprop.c:589 #, c-format msgid "" "Conflicting options are present: class group \"%s\" should be interacted " "with, but --%s has been used\n" msgstr "" -"പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: ക്ലാസ്സ് ഗ്രൂപ്പ് \"%s\"-മായി സംവാദം ആവശ്യമുണ്ടു്, പക്ഷേ " -"ഉപയോഗിച്ചതു് --%s ആണു്\n" +"പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: ക്ലാസ്സ് ഗ്രൂപ്പ് \"%s\"-മായി സംവാദം ആവശ്യമുണ്ടു്, പക്ഷേ ഉപയോഗിച്ചതു് " +"--%s ആണു്\n" -#. Translators: A class is like a "family". E.g., all gvim windows are of the same class. -#: ../libwnck/wnckprop.c:588 +#. Translators: A class is like a "family". E.g., all gvim windows +#. * are of the same class. +#: ../libwnck/wnckprop.c:601 #, c-format msgid "" "Conflicting options are present: windows of class group \"%s\" should be " "listed, but --%s has been used\n" msgstr "" -"പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: ക്ലാസ്സ് ഗ്രൂപ്പ് \"%s\"-നുള്ള ജാലകങ്ങള്‍ ആണു് " -"ലഭ്യമാക്കേണ്ടതു്, പക്ഷേ ഉപയോഗിച്ചതു് --%s ആണു്\n" +"പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: ക്ലാസ്സ് ഗ്രൂപ്പ് \"%s\"-നുള്ള ജാലകങ്ങള്‍ ആണു് ലഭ്യമാക്കേണ്ടതു്, പക്ഷേ " +"ഉപയോഗിച്ചതു് --%s ആണു്\n" -#: ../libwnck/wnckprop.c:600 ../libwnck/wnckprop.c:609 +#: ../libwnck/wnckprop.c:613 ../libwnck/wnckprop.c:622 #, c-format msgid "" "Conflicting options are present: a window should be interacted with, but --%" "s has been used\n" msgstr "" -"പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: ഒരു ജാലകവുമായി സംവാദം ആവശ്യമുണ്ടു്, പക്ഷേ " -"ഉപയോഗിച്ചതു് --%s ആണു്\n" +"പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: ഒരു ജാലകവുമായി സംവാദം ആവശ്യമുണ്ടു്, പക്ഷേ ഉപയോഗിച്ചതു് --%s ആണു്\n" -#: ../libwnck/wnckprop.c:628 ../libwnck/wnckprop.c:709 -#: ../libwnck/wnckprop.c:756 +#: ../libwnck/wnckprop.c:641 ../libwnck/wnckprop.c:722 +#: ../libwnck/wnckprop.c:769 #, c-format msgid "Conflicting options are present: --%s and --%s\n" msgstr "പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: --%s, --%s\n" -#: ../libwnck/wnckprop.c:667 +#: ../libwnck/wnckprop.c:680 #, c-format -msgid "Invalid argument \"%d\" for --%s: the argument must be strictly positive\n" -msgstr "\"%d\"- --%s-നുള്ള തെറ്റായ ആര്‍ഗ്യുമെന്റ്: ആര്‍ഗ്യുമെന്റ് നിര്‍ബന്ധമായും പോസിറ്റീവ് ആയിരിക്കണം\n" +msgid "" +"Invalid argument \"%d\" for --%s: the argument must be strictly positive\n" +msgstr "" +"\"%d\"- --%s-നുള്ള തെറ്റായ ആര്‍ഗ്യുമെന്റ്: ആര്‍ഗ്യുമെന്റ് നിര്‍ബന്ധമായും പോസിറ്റീവ് ആയിരിക്കണം\n" -#: ../libwnck/wnckprop.c:680 +#: ../libwnck/wnckprop.c:693 #, c-format msgid "Invalid argument \"%d\" for --%s: the argument must be positive\n" msgstr "\"%d\"- --%s-നുള്ള തെറ്റായ ആര്‍ഗ്യുമെന്റ്: ആര്‍ഗ്യുമെന്റ് പോസിറ്റീവ് ആയിരിക്കണം\n" -#: ../libwnck/wnckprop.c:775 +#: ../libwnck/wnckprop.c:788 #, c-format msgid "Conflicting options are present: --%s or --%s, and --%s\n" msgstr "പൊരുത്തപ്പെടാത്ത ഉപാധികള്‍: --%s അല്ലെങ്കില്‍ --%s, --%s\n" -#: ../libwnck/wnckprop.c:807 +#: ../libwnck/wnckprop.c:820 #, c-format msgid "Invalid argument \"%s\" for --%s, valid values are: %s\n" msgstr "--%s-നു് \"%s\" തെറ്റായ ആര്‍ഗ്യുമെന്റാണു്, ശരിയായ മൂല്ല്യങ്ങള്‍: %s\n" -#: ../libwnck/wnckprop.c:850 +#: ../libwnck/wnckprop.c:863 #, c-format msgid "" "Cannot change the workspace layout on the screen: the layout is already " "owned\n" -msgstr "" -"സ്ക്രീനിലുള്ള പണിയറയുടെ ആകൃതി മാറ്റുവാന്‍ സാധ്യമല്ല: ആകൃതി " -"നിലവിലുണ്ടു്\n" +msgstr "സ്ക്രീനിലുള്ള പണിയറയുടെ ആകൃതി മാറ്റുവാന്‍ സാധ്യമല്ല: ആകൃതി നിലവിലുണ്ടു്\n" -#. Translators: 'viewport' is kind of the viewable area. a viewport can be used to implement -#. a workspace (e.g. compiz is an example); however it is not just the current workspace. -#: ../libwnck/wnckprop.c:884 +#. Translators: 'viewport' is kind of the viewable area. A viewport +#. * can be used to implement workspaces (e.g. compiz is an example); +#. * however it is not just the current workspace. +#: ../libwnck/wnckprop.c:898 #, c-format -msgid "Viewport cannot be moved: the current workspace does not contain a viewport\n" +msgid "" +"Viewport cannot be moved: the current workspace does not contain a viewport\n" msgstr "വ്യൂപോര്‍ട്ട് നീക്കുവാന്‍ സാധ്യമല്ല: നിലവിലുള്ള പണിയറയില്‍ ഒരു വ്യൂപോര്‍ട്ട് ലഭ്യമല്ല\n" -#. Translators: 'viewport' is kind of the viewable area. a viewport can be used to implement -#. a workspace (e.g. compiz is an example); however it is not just the current workspace. -#: ../libwnck/wnckprop.c:890 +#. Translators: 'viewport' is kind of the viewable area. A viewport +#. * can be used to implement workspaces (e.g. compiz is an example); +#. * however it is not just the current workspace. +#: ../libwnck/wnckprop.c:905 #, c-format msgid "Viewport cannot be moved: there is no current workspace\n" msgstr "വ്യൂപോര്‍ട്ട് നീക്കുവാന്‍ സാധ്യമല്ല: നിലവില്‍ പണിയറ ലഭ്യമല്ല\n" #. FIXME: why do we have dual & boolean API. This is not consistent! -#: ../libwnck/wnckprop.c:926 ../libwnck/wnckprop.c:935 -#: ../libwnck/wnckprop.c:944 ../libwnck/wnckprop.c:951 -#: ../libwnck/wnckprop.c:961 ../libwnck/wnckprop.c:968 -#: ../libwnck/wnckprop.c:977 ../libwnck/wnckprop.c:1026 +#: ../libwnck/wnckprop.c:941 ../libwnck/wnckprop.c:950 +#: ../libwnck/wnckprop.c:959 ../libwnck/wnckprop.c:966 +#: ../libwnck/wnckprop.c:976 ../libwnck/wnckprop.c:983 +#: ../libwnck/wnckprop.c:992 ../libwnck/wnckprop.c:1041 #, c-format msgid "Action not allowed\n" msgstr "പ്രവര്‍ത്തി അനുവദിക്കുന്നതല്ല\n" -#: ../libwnck/wnckprop.c:1022 +#: ../libwnck/wnckprop.c:1037 #, c-format msgid "Window cannot be moved to workspace %d: the workspace does not exist\n" msgstr "പണിയറ %d-ലേക്കു് ജാലകം നീക്കുവാന്‍ സാധ്യമല്ല: പണിയറ നിലവിലില്ല\n" #. Translators: 'unset' in the sense of "something has not been set". -#: ../libwnck/wnckprop.c:1086 ../libwnck/wnckprop.c:1218 +#: ../libwnck/wnckprop.c:1101 ../libwnck/wnckprop.c:1233 msgid "" msgstr "<പേരു് സജ്ജമല്ല>" #. Translators: %lu is a window number and %s a window name -#: ../libwnck/wnckprop.c:1089 +#: ../libwnck/wnckprop.c:1104 #, c-format msgid "%lu: %s\n" msgstr "%lu: %s\n" #. Translators: %d is a workspace number and %s a workspace name -#: ../libwnck/wnckprop.c:1109 +#: ../libwnck/wnckprop.c:1124 #, c-format msgid "%d: %s\n" msgstr "%d: %s\n" -#: ../libwnck/wnckprop.c:1172 +#: ../libwnck/wnckprop.c:1187 #, c-format msgid "Screen Number: %d\n" msgstr "സ്ക്രീന്‍ നമ്പര്‍: %d\n" -#: ../libwnck/wnckprop.c:1174 ../libwnck/wnckprop.c:1255 +#: ../libwnck/wnckprop.c:1189 ../libwnck/wnckprop.c:1270 #, c-format msgid "Geometry (width, height): %d, %d\n" msgstr "ജ്യോമെട്രി (വീതി, ഉയരം): %d, %d\n" -#: ../libwnck/wnckprop.c:1178 +#: ../libwnck/wnckprop.c:1193 #, c-format msgid "Number of Workspaces: %d\n" msgstr "പണിയറകളുടെ എണ്ണം: %d\n" -#: ../libwnck/wnckprop.c:1184 +#: ../libwnck/wnckprop.c:1199 #, c-format msgid "Workspace Layout (rows, columns, orientation): %d, %d, %s\n" msgstr "പണിയറയുടെ ആകൃതി (rows, columns, orientation): %d, %d, %s\n" -#: ../libwnck/wnckprop.c:1194 ../libwnck/wnckprop.c:1251 -#: ../libwnck/wnckprop.c:1443 +#: ../libwnck/wnckprop.c:1209 ../libwnck/wnckprop.c:1266 +#: ../libwnck/wnckprop.c:1460 msgid "" msgstr "" -#: ../libwnck/wnckprop.c:1195 +#: ../libwnck/wnckprop.c:1210 #, c-format msgid "Window Manager: %s\n" msgstr "ജാലക പാലകന്‍: %s\n" #. Translators: %d is a workspace number and %s a workspace name -#: ../libwnck/wnckprop.c:1200 ../libwnck/wnckprop.c:1279 -#: ../libwnck/wnckprop.c:1291 ../libwnck/wnckprop.c:1303 -#: ../libwnck/wnckprop.c:1315 ../libwnck/wnckprop.c:1428 +#: ../libwnck/wnckprop.c:1215 ../libwnck/wnckprop.c:1296 +#: ../libwnck/wnckprop.c:1308 ../libwnck/wnckprop.c:1320 +#: ../libwnck/wnckprop.c:1332 ../libwnck/wnckprop.c:1445 #, c-format msgid "%d (\"%s\")" msgstr "%d (\"%s\")" #. Translators: "none" here means "no workspace" -#: ../libwnck/wnckprop.c:1205 ../libwnck/wnckprop.c:1284 -#: ../libwnck/wnckprop.c:1296 ../libwnck/wnckprop.c:1308 -#: ../libwnck/wnckprop.c:1320 ../libwnck/wnckprop.c:1435 +#: ../libwnck/wnckprop.c:1220 ../libwnck/wnckprop.c:1301 +#: ../libwnck/wnckprop.c:1313 ../libwnck/wnckprop.c:1325 +#: ../libwnck/wnckprop.c:1337 ../libwnck/wnckprop.c:1452 msgctxt "workspace" msgid "none" msgstr "ഒന്നുമില്ല" -#: ../libwnck/wnckprop.c:1206 +#: ../libwnck/wnckprop.c:1221 #, c-format msgid "Active Workspace: %s\n" msgstr "സജീവ പണിയറ: %s\n" -#: ../libwnck/wnckprop.c:1215 +#: ../libwnck/wnckprop.c:1230 #, c-format msgid "\"%s\"" msgstr "\"%s\"" -#. Translators: %lu is a window number and %s a window name -#: ../libwnck/wnckprop.c:1221 +#. Translators: %lu is a window identifier (number) and %s a window name +#: ../libwnck/wnckprop.c:1236 #, c-format msgid "%lu (%s)" msgstr "%lu (%s)" #. Translators: "none" here means "no window" -#: ../libwnck/wnckprop.c:1227 +#: ../libwnck/wnckprop.c:1242 msgctxt "window" msgid "none" msgstr "ഒന്നുമില്ല" -#: ../libwnck/wnckprop.c:1228 +#: ../libwnck/wnckprop.c:1243 #, c-format msgid "Active Window: %s\n" msgstr "സജീവമായ ജാലകം: %s\n" -#: ../libwnck/wnckprop.c:1231 +#: ../libwnck/wnckprop.c:1246 #, c-format msgid "Showing the desktop: %s\n" msgstr "കാണിക്കുന്ന പണിയിടം: %s\n" -#: ../libwnck/wnckprop.c:1233 +#: ../libwnck/wnckprop.c:1248 msgid "true" msgstr "true" -#: ../libwnck/wnckprop.c:1233 +#: ../libwnck/wnckprop.c:1248 msgid "false" msgstr "false" -#: ../libwnck/wnckprop.c:1244 +#: ../libwnck/wnckprop.c:1259 #, c-format msgid "Workspace Name: %s\n" msgstr "പണിയറ: %s\n" # c-format -#: ../libwnck/wnckprop.c:1245 +#: ../libwnck/wnckprop.c:1260 #, c-format msgid "Workspace Number: %d\n" msgstr "പണിയറ: %d\n" -#: ../libwnck/wnckprop.c:1252 ../libwnck/wnckprop.c:1444 +#: ../libwnck/wnckprop.c:1267 ../libwnck/wnckprop.c:1461 #, c-format msgid "On Screen: %d (Window Manager: %s)\n" msgstr "സ്ക്രീന്‍: %d (ജാലക നിരീക്ഷകന്‍: %s)\n" -#. Translators: 'viewport' is kind of the viewable area. a viewport can be used to implement -#. a workspace (e.g. compiz is an example); however it is not just the current workspace. -#: ../libwnck/wnckprop.c:1266 +#. Translators: 'viewport' is kind of the viewable area. A viewport can be +#. * used to implement workspaces (e.g. compiz is an example); however it is +#. * not just the current workspace. +#: ../libwnck/wnckprop.c:1282 msgid "" msgstr "" -#. Translators: 'viewport' is kind of the viewable area. a viewport can be used to implement -#. a workspace (e.g. compiz is an example); however it is not just the current workspace. -#: ../libwnck/wnckprop.c:1269 +#. Translators: 'viewport' is kind of the viewable area. A viewport can be +#. * used to implement workspaces (e.g. compiz is an example); however it is +#. * not just the current workspace. +#: ../libwnck/wnckprop.c:1286 #, c-format msgid "Viewport position (x, y): %s\n" msgstr "വ്യൂപോര്‍ട്ട് സ്ഥാനം (x, y): %s\n" -#: ../libwnck/wnckprop.c:1272 +#: ../libwnck/wnckprop.c:1289 #, c-format msgid "Position in Layout (row, column): %d, %d\n" msgstr "ആകൃതിയിലെ സ്ഥാനം (വരി, നിര): %d, %d\n" -#: ../libwnck/wnckprop.c:1285 +#: ../libwnck/wnckprop.c:1302 #, c-format msgid "Left Neighbor: %s\n" msgstr "ഇടത്തുള്ളതു്: %s\n" -#: ../libwnck/wnckprop.c:1297 +#: ../libwnck/wnckprop.c:1314 #, c-format msgid "Right Neighbor: %s\n" msgstr "വലത്തുള്ളതു്: %s\n" -#: ../libwnck/wnckprop.c:1309 +#: ../libwnck/wnckprop.c:1326 #, c-format msgid "Top Neighbor: %s\n" msgstr "മുകളിലുള്ളതു്: %s\n" -#: ../libwnck/wnckprop.c:1321 +#: ../libwnck/wnckprop.c:1338 #, c-format msgid "Bottom Neighbor: %s\n" msgstr "താഴെയുള്ളതു്: %s\n" -#. Translators: Ressource class is the name to identify a class. -#: ../libwnck/wnckprop.c:1333 +#. Translators: Resource class is the name to identify a class. +#: ../libwnck/wnckprop.c:1350 #, c-format msgid "Resource Class: %s\n" msgstr "റിസോഴ്സ് ക്ലാസ്സ്: %s\n" -#: ../libwnck/wnckprop.c:1335 +#: ../libwnck/wnckprop.c:1352 #, c-format msgid "Group Name: %s\n" msgstr "ഗ്രൂപ്പ് നാമം: %s\n" #. Translators: 'set' in the sense of "something has been set". -#: ../libwnck/wnckprop.c:1341 ../libwnck/wnckprop.c:1365 -#: ../libwnck/wnckprop.c:1419 +#: ../libwnck/wnckprop.c:1358 ../libwnck/wnckprop.c:1382 +#: ../libwnck/wnckprop.c:1436 msgid "set" msgstr "സജ്ജമാക്കുക" #. Translators: 'unset' in the sense of "something has not been set". -#: ../libwnck/wnckprop.c:1344 ../libwnck/wnckprop.c:1368 -#: ../libwnck/wnckprop.c:1375 ../libwnck/wnckprop.c:1405 -#: ../libwnck/wnckprop.c:1412 ../libwnck/wnckprop.c:1422 -#: ../libwnck/wnckprop.c:1487 ../libwnck/wnckprop.c:1497 -#: ../libwnck/wnckprop.c:1505 +#: ../libwnck/wnckprop.c:1361 ../libwnck/wnckprop.c:1385 +#: ../libwnck/wnckprop.c:1392 ../libwnck/wnckprop.c:1422 +#: ../libwnck/wnckprop.c:1429 ../libwnck/wnckprop.c:1439 +#: ../libwnck/wnckprop.c:1504 ../libwnck/wnckprop.c:1515 +#: ../libwnck/wnckprop.c:1523 msgid "" msgstr "" -#: ../libwnck/wnckprop.c:1345 ../libwnck/wnckprop.c:1369 -#: ../libwnck/wnckprop.c:1423 +#: ../libwnck/wnckprop.c:1362 ../libwnck/wnckprop.c:1386 +#: ../libwnck/wnckprop.c:1440 #, c-format msgid "Icons: %s\n" msgstr "ചിഹ്നങ്ങള്‍: %s\n" -#: ../libwnck/wnckprop.c:1348 ../libwnck/wnckprop.c:1386 +#: ../libwnck/wnckprop.c:1365 ../libwnck/wnckprop.c:1403 #, c-format msgid "Number of Windows: %d\n" msgstr "ജാലകങ്ങളുടെ എണ്ണം: %d\n" -#: ../libwnck/wnckprop.c:1360 ../libwnck/wnckprop.c:1406 +#: ../libwnck/wnckprop.c:1377 ../libwnck/wnckprop.c:1423 #, c-format msgid "Name: %s\n" msgstr "പേര്: %s\n" #. Translators: note that "Icon" here has a specific window #. * management-related meaning. It means minimized. -#: ../libwnck/wnckprop.c:1361 ../libwnck/wnckprop.c:1415 +#: ../libwnck/wnckprop.c:1378 ../libwnck/wnckprop.c:1432 #, c-format msgid "Icon Name: %s\n" msgstr "ചിഹ്നത്തിന്റെ പേരു്: %s\n" -#: ../libwnck/wnckprop.c:1376 ../libwnck/wnckprop.c:1498 +#: ../libwnck/wnckprop.c:1393 ../libwnck/wnckprop.c:1516 #, c-format msgid "PID: %s\n" msgstr "PID: %s\n" #. Translators: "none" here means "no startup ID" -#: ../libwnck/wnckprop.c:1383 +#: ../libwnck/wnckprop.c:1400 msgctxt "startupID" msgid "none" msgstr "ഒന്നുമില്ല" -#: ../libwnck/wnckprop.c:1384 +#: ../libwnck/wnckprop.c:1401 #, c-format msgid "Startup ID: %s\n" msgstr "പ്രാരംഭ ID: %s\n" -#: ../libwnck/wnckprop.c:1432 +#: ../libwnck/wnckprop.c:1449 msgid "all workspaces" msgstr "എല്ലാ പണിയറകളും" # c-format -#: ../libwnck/wnckprop.c:1436 +#: ../libwnck/wnckprop.c:1453 #, c-format msgid "On Workspace: %s\n" msgstr "പണിയറ: %s\n" -#: ../libwnck/wnckprop.c:1451 +#: ../libwnck/wnckprop.c:1468 msgid "normal window" msgstr "സാധാരണ ജാലകം" -#: ../libwnck/wnckprop.c:1454 +#: ../libwnck/wnckprop.c:1471 msgid "desktop" msgstr "പണിയിടം" -#: ../libwnck/wnckprop.c:1457 +#: ../libwnck/wnckprop.c:1474 msgid "dock or panel" msgstr "ഡോക്ക് അല്ലെങ്കില്‍ പാനല്‍" -#: ../libwnck/wnckprop.c:1460 +#: ../libwnck/wnckprop.c:1477 msgid "dialog window" msgstr "ഡയലോഗ് ജാലകം" -#: ../libwnck/wnckprop.c:1463 +#: ../libwnck/wnckprop.c:1480 msgid "tearoff toolbar" msgstr "കീറാവുന്ന ഉപകരണപ്പട്ട" -#: ../libwnck/wnckprop.c:1466 +#: ../libwnck/wnckprop.c:1483 msgid "tearoff menu" msgstr "കീറാവുന്ന മെനു" -#: ../libwnck/wnckprop.c:1469 +#: ../libwnck/wnckprop.c:1486 msgid "utility window" msgstr "ഉപയോഗത്തിനുള്ള ജാലകം" -#: ../libwnck/wnckprop.c:1472 +#: ../libwnck/wnckprop.c:1489 msgid "splash screen" msgstr "മിന്നല്‍ ജാലകം" -#: ../libwnck/wnckprop.c:1477 +#: ../libwnck/wnckprop.c:1494 #, c-format msgid "Window Type: %s\n" msgstr "ഏതു് തരം ജാലകം: %s\n" -#: ../libwnck/wnckprop.c:1480 +#: ../libwnck/wnckprop.c:1497 #, c-format msgid "Geometry (x, y, width, height): %d, %d, %d, %d\n" msgstr "ജ്യോമെട്രി (x, y, വീതി, ഉയരം): %d, %d, %d, %d\n" -#. Translators: A class is like a "family". E.g., all gvim windows are of the same class. -#: ../libwnck/wnckprop.c:1489 +#. Translators: A class is like a "family". E.g., all gvim windows are of the +#. * same class. +#: ../libwnck/wnckprop.c:1507 #, c-format msgid "Class Group: %s\n" msgstr "ക്ലാസ്സ് ഗ്രൂപ്പ്: %s\n" -#: ../libwnck/wnckprop.c:1491 +#: ../libwnck/wnckprop.c:1509 #, c-format msgid "XID: %lu\n" msgstr "XID: %lu\n" -#: ../libwnck/wnckprop.c:1506 +#: ../libwnck/wnckprop.c:1524 #, c-format msgid "Session ID: %s\n" msgstr "സെഷന്‍ ID: %s\n" #. Translators: A group leader is the window that is the "owner" of a group -#. * of windows, ie: if you have multiple windows in one application, one window -#. * has some information about the application (like the application name). -#: ../libwnck/wnckprop.c:1512 +#. * of windows, ie: if you have multiple windows in one application, one +#. * window has some information about the application (like the application +#. * name). +#: ../libwnck/wnckprop.c:1531 #, c-format msgid "Group Leader: %lu\n" msgstr "പ്രധാന ജാലകം: %lu\n" -#. Translators: A window can be transient for another window: it means it's on top of it -#: ../libwnck/wnckprop.c:1517 +#. Translators: A window can be transient for another window: it means it's +#. * on top of it +#: ../libwnck/wnckprop.c:1537 #, c-format msgid "Transient for: %lu\n" msgstr "Transient for: %lu\n" @@ -979,57 +1001,57 @@ #. FIXME: else print something? #. Translators: we're building a list of items here. * For example, the result is "a, b". * In this case, the first string is "a", the second * string is ", " and the third string is "b". * We can then use this information here to also * recursively build longer lists, like "a, b, c, d" #. Translators: we're building a list of items here. * The end result is something like "a, b, c" * In this case, the first string is "a, b", the second * string is ", " and the third string is "c" -#: ../libwnck/wnckprop.c:1532 ../libwnck/wnckprop.c:1579 +#: ../libwnck/wnckprop.c:1552 ../libwnck/wnckprop.c:1600 #, c-format msgid "%1$s%2$s%3$s" msgstr "%1$s%2$s%3$s" #. Translators: see comment for "%1$s%2$s%3$s" in order * to properly translate this -#: ../libwnck/wnckprop.c:1536 ../libwnck/wnckprop.c:1581 +#: ../libwnck/wnckprop.c:1556 ../libwnck/wnckprop.c:1602 msgid ", " msgstr ", " -#: ../libwnck/wnckprop.c:1542 +#: ../libwnck/wnckprop.c:1562 msgid "minimized" msgstr "ചെറുതാക്കിയത്" -#: ../libwnck/wnckprop.c:1543 +#: ../libwnck/wnckprop.c:1563 msgid "maximized" msgstr "വലുതാക്കിയത്" -#: ../libwnck/wnckprop.c:1547 +#: ../libwnck/wnckprop.c:1567 msgid "maximized horizontally" msgstr "തിരശ്ചീനമായി വലുതാക്കിയത്" -#: ../libwnck/wnckprop.c:1549 +#: ../libwnck/wnckprop.c:1569 msgid "maximized vertically" msgstr "ലംബദിശയില്‍ വലുതാക്കിയത്" -#: ../libwnck/wnckprop.c:1551 +#: ../libwnck/wnckprop.c:1571 msgid "shaded" msgstr "shaded" -#: ../libwnck/wnckprop.c:1552 +#: ../libwnck/wnckprop.c:1572 msgid "pinned" msgstr "pinned" -#: ../libwnck/wnckprop.c:1553 +#: ../libwnck/wnckprop.c:1573 msgid "sticky" msgstr "sticky" -#: ../libwnck/wnckprop.c:1554 +#: ../libwnck/wnckprop.c:1574 msgid "above" msgstr "മുകളില്‍" -#: ../libwnck/wnckprop.c:1555 +#: ../libwnck/wnckprop.c:1575 msgid "below" msgstr "താഴെ" -#: ../libwnck/wnckprop.c:1556 +#: ../libwnck/wnckprop.c:1576 msgid "fullscreen" msgstr "മുഴുവന്‍ സ്ക്രീന്‍" -#: ../libwnck/wnckprop.c:1557 +#: ../libwnck/wnckprop.c:1577 msgid "needs attention" msgstr "ശ്രദ്ധിയ്ക്കേണ്ടതു്" @@ -1037,201 +1059,201 @@ #. * It's a representation of all workspaces with windows inside it. #. * Please make sure that the translation is in sync with gnome-panel, #. * where this term is also used in translatable strings -#: ../libwnck/wnckprop.c:1562 +#: ../libwnck/wnckprop.c:1582 msgid "skip pager" msgstr "പേജര്‍ വേണ്ടെന്നു് വയ്ക്കുക" -#. Translators: "tasklist" is the list of running applications (the window list) -#: ../libwnck/wnckprop.c:1564 +#. Translators: "tasklist" is the list of running applications (the window +#. * list) +#: ../libwnck/wnckprop.c:1585 msgid "skip tasklist" msgstr "ടാസ്ക്പട്ടിക വേണ്ടെന്നു് വയ്ക്കുക" -#: ../libwnck/wnckprop.c:1566 +#: ../libwnck/wnckprop.c:1587 msgid "normal" msgstr "സാധാരണ" -#: ../libwnck/wnckprop.c:1567 +#: ../libwnck/wnckprop.c:1588 #, c-format msgid "State: %s\n" msgstr "അവസ്ഥ: %s\n" -#: ../libwnck/wnckprop.c:1588 +#: ../libwnck/wnckprop.c:1609 msgid "move" msgstr "നീക്കുക" -#: ../libwnck/wnckprop.c:1589 +#: ../libwnck/wnckprop.c:1610 msgid "resize" msgstr "വലിപ്പം മാറ്റുക" -#: ../libwnck/wnckprop.c:1590 +#: ../libwnck/wnckprop.c:1611 msgid "shade" msgstr "shade" -#: ../libwnck/wnckprop.c:1591 +#: ../libwnck/wnckprop.c:1612 msgid "unshade" msgstr "unshade" -#: ../libwnck/wnckprop.c:1592 +#: ../libwnck/wnckprop.c:1613 msgid "stick" msgstr "stick" -#: ../libwnck/wnckprop.c:1593 +#: ../libwnck/wnckprop.c:1614 msgid "unstick" msgstr "unstick" -#: ../libwnck/wnckprop.c:1595 +#: ../libwnck/wnckprop.c:1616 msgid "maximize horizontally" msgstr "നേരെ ഏറ്റവും വലുപ്പമുള്ളതാക്കുക" -#: ../libwnck/wnckprop.c:1597 +#: ../libwnck/wnckprop.c:1618 msgid "unmaximize horizontally" msgstr "നേരെ ഏറ്റവും വലുപ്പമില്ലാതാക്കുക" -#: ../libwnck/wnckprop.c:1599 +#: ../libwnck/wnckprop.c:1620 msgid "maximize vertically" msgstr "കുറുകെ ഏറ്റവും വലുപ്പമുള്ളതാക്കുക" -#: ../libwnck/wnckprop.c:1601 +#: ../libwnck/wnckprop.c:1622 msgid "unmaximize vertically" msgstr "കുറുകെ ഏറ്റവും വലുപ്പമില്ലാതാക്കുക" -#: ../libwnck/wnckprop.c:1604 +#: ../libwnck/wnckprop.c:1625 msgid "change workspace" msgstr "പണിയറ മാറുക" -#: ../libwnck/wnckprop.c:1606 +#: ../libwnck/wnckprop.c:1627 msgid "pin" msgstr "pin" -#: ../libwnck/wnckprop.c:1608 +#: ../libwnck/wnckprop.c:1629 msgid "unpin" msgstr "unpin" -#: ../libwnck/wnckprop.c:1609 +#: ../libwnck/wnckprop.c:1630 msgid "minimize" msgstr "ചെറുതാക്കുക" -#: ../libwnck/wnckprop.c:1610 +#: ../libwnck/wnckprop.c:1631 msgid "unminimize" msgstr "ചെറുതാക്കിയത് ഒഴിവാക്കുക" -#: ../libwnck/wnckprop.c:1611 +#: ../libwnck/wnckprop.c:1632 msgid "maximize" msgstr "വലുതാക്കുക" -#: ../libwnck/wnckprop.c:1612 +#: ../libwnck/wnckprop.c:1633 msgid "unmaximize" msgstr "വലുതാക്കിയതൊഴിവാക്കുക" -#: ../libwnck/wnckprop.c:1614 +#: ../libwnck/wnckprop.c:1635 msgid "change fullscreen mode" msgstr "മുഴുവന്‍ സ്ക്രീനില്‍ നിന്ന് മാറുക" -#: ../libwnck/wnckprop.c:1615 +#: ../libwnck/wnckprop.c:1636 msgid "close" msgstr "അടയ്ക്കുക" -#: ../libwnck/wnckprop.c:1617 +#: ../libwnck/wnckprop.c:1638 msgid "make above" msgstr "make above" -#: ../libwnck/wnckprop.c:1619 +#: ../libwnck/wnckprop.c:1640 msgid "unmake above" msgstr "unmake above" -#: ../libwnck/wnckprop.c:1621 +#: ../libwnck/wnckprop.c:1642 msgid "make below" msgstr "make below" -#: ../libwnck/wnckprop.c:1623 +#: ../libwnck/wnckprop.c:1644 msgid "unmake below" msgstr "unmake below" -#: ../libwnck/wnckprop.c:1625 +#: ../libwnck/wnckprop.c:1646 msgid "no action possible" msgstr "ഒരു പ്രവര്‍ത്തിയും സാധ്യമല്ല" -#: ../libwnck/wnckprop.c:1626 +#: ../libwnck/wnckprop.c:1647 #, c-format msgid "Possible Actions: %s\n" msgstr "സാധ്യതയുള്ള പ്രവര്‍ത്തികള്‍: %s\n" -#: ../libwnck/wnckprop.c:1805 +#: ../libwnck/wnckprop.c:1826 msgid "" "Print or modify the properties of a screen/workspace/window, or interact " "with it, following the EWMH specification.\n" "For information about this specification, see:\n" "\thttp://freedesktop.org/wiki/Specifications/wm-spec" msgstr "" -"ഒരു സ്ക്രീന്‍/പണിയറ/ജാലകത്തിന്റെ ഗുണഗണങ്ങള്‍ മാറ്റുക അല്ലെങ്കില്‍ പ്രിന്റ് ചെയ്യുക, അല്ലെങ്കില്‍" -"EWMH വിവരണങ്ങള്‍ അനുസരിച്ചു് സംവാദം നടത്തുക.\n" +"ഒരു സ്ക്രീന്‍/പണിയറ/ജാലകത്തിന്റെ ഗുണഗണങ്ങള്‍ മാറ്റുക അല്ലെങ്കില്‍ പ്രിന്റ് ചെയ്യുക, അല്ലെങ്കില്‍EWMH " +"വിവരണങ്ങള്‍ അനുസരിച്ചു് സംവാദം നടത്തുക.\n" "ഈ വിവരണങ്ങള്‍ സംബന്ധിച്ചുള്ള കൂടുതല്‍ വിവരങ്ങള്‍ക്കായി:\n" "\thttp://freedesktop.org/wiki/Specifications/wm-spec" -#: ../libwnck/wnckprop.c:1815 +#: ../libwnck/wnckprop.c:1836 msgid "Options to list windows or workspaces" msgstr "ജാലകങ്ങള്‍ അല്ലെങ്കില്‍ പണിയറകള്‍ ലഭ്യമാക്കുന്നതിനുള്ള ഉപാധികള്‍" -#: ../libwnck/wnckprop.c:1816 +#: ../libwnck/wnckprop.c:1837 msgid "Show options to list windows or workspaces" msgstr "ജാലകങ്ങള്‍ അല്ലെങ്കില്‍ പണിയറകള്‍ ലഭ്യമാക്കുന്നതിനുള്ള ഉപാധികള്‍ കാണിക്കുക" -#: ../libwnck/wnckprop.c:1823 +#: ../libwnck/wnckprop.c:1844 msgid "Options to modify properties of a window" msgstr "ഒരു ജാലകത്തിന്റെ ഗുണഗണങ്ങള്‍ മാറ്റുന്നതിനുള്ള ഉപാധികള്‍ " -#: ../libwnck/wnckprop.c:1824 +#: ../libwnck/wnckprop.c:1845 msgid "Show options to modify properties of a window" msgstr "ഒരു ജാലകത്തിന്റെ ഗുണഗണങ്ങള്‍ മാറ്റുന്നതിനുള്ള ഉപാധികള്‍ കാണിക്കുക" -#: ../libwnck/wnckprop.c:1831 +#: ../libwnck/wnckprop.c:1852 msgid "Options to modify properties of a workspace" msgstr "ഒരു പണിയറയുടെ ഗുണഗണങ്ങള്‍ മാറ്റുന്നതിനുള്ള ഉപാധികള്‍ " -#: ../libwnck/wnckprop.c:1832 +#: ../libwnck/wnckprop.c:1853 msgid "Show options to modify properties of a workspace" msgstr "ഒരു പണിയറയുടെ ഗുണഗണങ്ങള്‍ മാറ്റുന്നതിനുള്ള ഉപാധികള്‍ കാണിക്കുക" -#: ../libwnck/wnckprop.c:1839 +#: ../libwnck/wnckprop.c:1860 msgid "Options to modify properties of a screen" msgstr "ഒരു സ്ക്രനിന്റെ ഗുണഗണങ്ങള്‍ മാറ്റുന്നതിനുള്ള ഉപാധികള്‍ " -#: ../libwnck/wnckprop.c:1840 +#: ../libwnck/wnckprop.c:1861 msgid "Show options to modify properties of a screen" msgstr "ഒരു സ്ക്രനിന്റെ ഗുണഗണങ്ങള്‍ മാറ്റുന്നതിനുള്ള ഉപാധികള്‍ കാണിക്കുക" -#: ../libwnck/wnckprop.c:1851 +#: ../libwnck/wnckprop.c:1872 #, c-format msgid "Error while parsing arguments: %s\n" msgstr "ആര്‍ഗ്യുമെന്റുകള്‍ പാഴ്സ് ചെയ്യുമ്പോള്‍ പിശക്: %s\n" -#: ../libwnck/wnckprop.c:1874 +#: ../libwnck/wnckprop.c:1895 #, c-format msgid "Cannot interact with screen %d: the screen does not exist\n" msgstr "%d ഉള്ള സ്ക്രീനുമായി സംവാദം സാധ്യമല്ല: സ്ക്രീന്‍ ലഭ്യമല്ല\n" -#: ../libwnck/wnckprop.c:1930 +#: ../libwnck/wnckprop.c:1951 #, c-format msgid "Cannot interact with workspace %d: the workspace cannot be found\n" msgstr "%d ഉള്ള പണിയറയുമായി സംവാദം സാധ്യമല്ല: പണിയറ ലഭ്യമല്ല\n" -#. Translators: A class is like a "family". E.g., all gvim windows are of the same class. -#: ../libwnck/wnckprop.c:1953 +#. Translators: A class is like a "family". E.g., all gvim windows are +#. * of the same class. +#: ../libwnck/wnckprop.c:1975 #, c-format -msgid "Cannot interact with class group \"%s\": the class group cannot be found\n" +msgid "" +"Cannot interact with class group \"%s\": the class group cannot be found\n" msgstr "\"%s\" ഉള്ള ക്ലാസ് ഗ്രൂപ്പുമായി സംവാദം സാധ്യമല്ല: ക്ലാസ് ഗ്രൂപ്പ് ലഭ്യമല്ല\n" -#: ../libwnck/wnckprop.c:1976 +#: ../libwnck/wnckprop.c:1998 #, c-format msgid "" "Cannot interact with application having its group leader with XID %lu: the " "application cannot be found\n" -msgstr "" -"XID %lu ഉള്ള പ്രധാന ജാലകമുള്ള ഒരു പ്രയോഗവുമായി സംവാദം സാധ്യമല്ല: ജാലകം " -"ലഭ്യമല്ല\n" +msgstr "XID %lu ഉള്ള പ്രധാന ജാലകമുള്ള ഒരു പ്രയോഗവുമായി സംവാദം സാധ്യമല്ല: ജാലകം ലഭ്യമല്ല\n" -#: ../libwnck/wnckprop.c:1999 +#: ../libwnck/wnckprop.c:2021 #, c-format msgid "Cannot interact with window with XID %lu: the window cannot be found\n" msgstr "XID %lu ഉള്ള ജാലകവുമായി സംവാദം സാധ്യമല്ല: ജാലകം ലഭ്യമല്ല\n" -