diff -Nru glib2.0-2.26.0/aclocal.m4 glib2.0-2.26.1/aclocal.m4 --- glib2.0-2.26.0/aclocal.m4 2010-09-28 02:10:09.000000000 +1000 +++ glib2.0-2.26.1/aclocal.m4 2010-11-14 17:01:40.000000000 +1100 @@ -13,16 +13,79 @@ m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],, -[m4_warning([this file was generated for autoconf 2.65. +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.66],, +[m4_warning([this file was generated for autoconf 2.66. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) +dnl -*- mode: autoconf -*- + +# serial 1 + +dnl Usage: +dnl GTK_DOC_CHECK([minimum-gtk-doc-version]) +AC_DEFUN([GTK_DOC_CHECK], +[ + AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first + AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first + + dnl check for tools we added during development + AC_PATH_PROG([GTKDOC_CHECK],[gtkdoc-check]) + AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true]) + AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf]) + + dnl for overriding the documentation installation directory + AC_ARG_WITH([html-dir], + AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),, + [with_html_dir='${datadir}/gtk-doc/html']) + HTML_DIR="$with_html_dir" + AC_SUBST([HTML_DIR]) + + dnl enable/disable documentation building + AC_ARG_ENABLE([gtk-doc], + AS_HELP_STRING([--enable-gtk-doc], + [use gtk-doc to build documentation [[default=no]]]),, + [enable_gtk_doc=no]) + + if test x$enable_gtk_doc = xyes; then + ifelse([$1],[], + [PKG_CHECK_EXISTS([gtk-doc],, + AC_MSG_ERROR([gtk-doc not installed and --enable-gtk-doc requested]))], + [PKG_CHECK_EXISTS([gtk-doc >= $1],, + AC_MSG_ERROR([You need to have gtk-doc >= $1 installed to build $PACKAGE_NAME]))]) + fi + + AC_MSG_CHECKING([whether to build gtk-doc documentation]) + AC_MSG_RESULT($enable_gtk_doc) + + dnl enable/disable output formats + AC_ARG_ENABLE([gtk-doc-html], + AS_HELP_STRING([--enable-gtk-doc-html], + [build documentation in html format [[default=yes]]]),, + [enable_gtk_doc_html=yes]) + AC_ARG_ENABLE([gtk-doc-pdf], + AS_HELP_STRING([--enable-gtk-doc-pdf], + [build documentation in pdf format [[default=no]]]),, + [enable_gtk_doc_pdf=no]) + + if test -z "$GTKDOC_MKPDF"; then + enable_gtk_doc_pdf=no + fi + + + AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes]) + AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes]) + AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes]) + AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"]) + AM_CONDITIONAL([GTK_DOC_USE_REBASE], [test -n "$GTKDOC_REBASE"]) +]) + # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, +# Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives @@ -31,7 +94,8 @@ m4_define([_LT_COPYING], [dnl # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, +# Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. @@ -58,7 +122,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ]) -# serial 56 LT_INIT +# serial 57 LT_INIT # LT_PREREQ(VERSION) @@ -87,6 +151,7 @@ # ------------------ AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT +AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl AC_BEFORE([$0], [LT_LANG])dnl AC_BEFORE([$0], [LT_OUTPUT])dnl AC_BEFORE([$0], [LTDL_INIT])dnl @@ -103,6 +168,8 @@ AC_REQUIRE([LTOBSOLETE_VERSION])dnl m4_require([_LT_PROG_LTMAIN])dnl +_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) + dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) @@ -139,7 +206,7 @@ *) break;; esac done -cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` +cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` ]) @@ -159,6 +226,9 @@ m4_defun([_LT_SETUP], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl +AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl + _LT_DECL([], [host_alias], [0], [The host system])dnl _LT_DECL([], [host], [0])dnl _LT_DECL([], [host_os], [0])dnl @@ -200,7 +270,6 @@ _LT_CHECK_OBJDIR m4_require([_LT_TAG_COMPILER])dnl -_LT_PROG_ECHO_BACKSLASH case $host_os in aix3*) @@ -214,23 +283,6 @@ ;; esac -# Sed substitution that helps us do robust quoting. It backslashifies -# metacharacters that are still active within double-quoted strings. -sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' - -# Same as above, but do not quote variable references. -double_quote_subst='s/\([["`\\]]\)/\\\1/g' - -# Sed substitution to delay expansion of an escaped shell variable in a -# double_quote_subst'ed string. -delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' - -# Sed substitution to delay expansion of an escaped single quote. -delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' - -# Sed substitution to avoid accidental globbing in evaled expressions -no_glob_subst='s/\*/\\\*/g' - # Global variables: ofile=libtool can_build_shared=yes @@ -271,6 +323,28 @@ ])# _LT_SETUP +# _LT_PREPARE_SED_QUOTE_VARS +# -------------------------- +# Define a few sed substitution that help us do robust quoting. +m4_defun([_LT_PREPARE_SED_QUOTE_VARS], +[# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\([["`\\]]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' +]) + # _LT_PROG_LTMAIN # --------------- # Note that this code is called both from `configure', and `config.status' @@ -423,7 +497,7 @@ # declaration there will have the same value as in `configure'. VARNAME # must have a single quote delimited value for this to work. m4_define([_LT_CONFIG_STATUS_DECLARE], -[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`']) +[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) # _LT_CONFIG_STATUS_DECLARATIONS @@ -433,7 +507,7 @@ # embedded single quotes properly. In configure, this macro expands # each variable declared with _LT_DECL (and _LT_TAGDECL) into: # -# ='`$ECHO "X$" | $Xsed -e "$delay_single_quote_subst"`' +# ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) @@ -532,12 +606,20 @@ LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$[]1 +_LTECHO_EOF' +} + # Quote evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_quote_varnames); do - case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" @@ -548,9 +630,9 @@ # Double-quote double-evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_dquote_varnames); do - case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" @@ -558,16 +640,38 @@ esac done -# Fix-up fallback echo if it was mangled by the above quoting rules. -case \$lt_ECHO in -*'\\\[$]0 --fallback-echo"')dnl " - lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\` - ;; -esac - _LT_OUTPUT_LIBTOOL_INIT ]) +# _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) +# ------------------------------------ +# Generate a child script FILE with all initialization necessary to +# reuse the environment learned by the parent script, and make the +# file executable. If COMMENT is supplied, it is inserted after the +# `#!' sequence but before initialization text begins. After this +# macro, additional text can be appended to FILE to form the body of +# the child script. The macro ends with non-zero status if the +# file could not be fully written (such as if the disk is full). +m4_ifdef([AS_INIT_GENERATED], +[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], +[m4_defun([_LT_GENERATED_FILE_INIT], +[m4_require([AS_PREPARE])]dnl +[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl +[lt_write_fail=0 +cat >$1 <<_ASEOF || lt_write_fail=1 +#! $SHELL +# Generated by $as_me. +$2 +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$1 <<\_ASEOF || lt_write_fail=1 +AS_SHELL_SANITIZE +_AS_PREPARE +exec AS_MESSAGE_FD>&1 +_ASEOF +test $lt_write_fail = 0 && chmod +x $1[]dnl +m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT # LT_OUTPUT # --------- @@ -577,20 +681,11 @@ AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} AC_MSG_NOTICE([creating $CONFIG_LT]) -cat >"$CONFIG_LT" <<_LTEOF -#! $SHELL -# Generated by $as_me. -# Run this file to recreate a libtool stub with the current configuration. - -lt_cl_silent=false -SHELL=\${CONFIG_SHELL-$SHELL} -_LTEOF +_LT_GENERATED_FILE_INIT(["$CONFIG_LT"], +[# Run this file to recreate a libtool stub with the current configuration.]) cat >>"$CONFIG_LT" <<\_LTEOF -AS_SHELL_SANITIZE -_AS_PREPARE - -exec AS_MESSAGE_FD>&1 +lt_cl_silent=false exec AS_MESSAGE_LOG_FD>>config.log { echo @@ -616,7 +711,7 @@ m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. -Copyright (C) 2008 Free Software Foundation, Inc. +Copyright (C) 2010 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." @@ -661,15 +756,13 @@ # appending to config.log, which fails on DOS, as config.log is still kept # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. -if test "$no_create" != yes; then - lt_cl_success=: - test "$silent" = yes && - lt_config_lt_args="$lt_config_lt_args --quiet" - exec AS_MESSAGE_LOG_FD>/dev/null - $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false - exec AS_MESSAGE_LOG_FD>>config.log - $lt_cl_success || AS_EXIT(1) -fi +lt_cl_success=: +test "$silent" = yes && + lt_config_lt_args="$lt_config_lt_args --quiet" +exec AS_MESSAGE_LOG_FD>/dev/null +$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false +exec AS_MESSAGE_LOG_FD>>config.log +$lt_cl_success || AS_EXIT(1) ])# LT_OUTPUT @@ -846,11 +939,13 @@ AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) +AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_CXX], []) dnl AC_DEFUN([AC_LIBTOOL_F77], []) dnl AC_DEFUN([AC_LIBTOOL_FC], []) dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) +dnl AC_DEFUN([AC_LIBTOOL_RC], []) # _LT_TAG_COMPILER @@ -955,6 +1050,31 @@ [lt_cv_ld_exported_symbols_list=no]) LDFLAGS="$save_LDFLAGS" ]) + AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], + [lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD + echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD + $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD + echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD + $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&AS_MESSAGE_LOG_FD + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + ]) case $host_os in rhapsody* | darwin1.[[012]]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; @@ -982,7 +1102,7 @@ else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' fi - if test "$DSYMUTIL" != ":"; then + if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= @@ -1002,7 +1122,11 @@ _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported - _LT_TAGVAR(whole_archive_flag_spec, $1)='' + if test "$lt_cv_ld_force_load" = "yes"; then + _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)='' + fi _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" case $cc_basename in @@ -1010,7 +1134,7 @@ *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then - output_verbose_link_cmd=echo + output_verbose_link_cmd=func_echo_all _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" @@ -1056,170 +1180,65 @@ # _LT_SHELL_INIT(ARG) # ------------------- m4_define([_LT_SHELL_INIT], -[ifdef([AC_DIVERSION_NOTICE], - [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], - [AC_DIVERT_PUSH(NOTICE)]) -$1 -AC_DIVERT_POP -])# _LT_SHELL_INIT +[m4_divert_text([M4SH-INIT], [$1 +])])# _LT_SHELL_INIT + # _LT_PROG_ECHO_BACKSLASH # ----------------------- -# Add some code to the start of the generated configure script which -# will find an echo command which doesn't interpret backslashes. +# Find how we can fake an echo command that does not interpret backslash. +# In particular, with Autoconf 2.60 or later we add some code to the start +# of the generated configure script which will find a shell with a builtin +# printf (which we can use as an echo command). m4_defun([_LT_PROG_ECHO_BACKSLASH], -[_LT_SHELL_INIT([ -# Check that we are running under the correct shell. -SHELL=${CONFIG_SHELL-/bin/sh} - -case X$lt_ECHO in -X*--fallback-echo) - # Remove one level of quotation (which was required for Make). - ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` - ;; -esac - -ECHO=${lt_ECHO-echo} -if test "X[$]1" = X--no-reexec; then - # Discard the --no-reexec flag, and continue. - shift -elif test "X[$]1" = X--fallback-echo; then - # Avoid inline document here, it may be left over - : -elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then - # Yippee, $ECHO works! - : +[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +AC_MSG_CHECKING([how to print strings]) +# Test print first, because it will be a builtin if present. +if test "X`print -r -- -n 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' else - # Restart under the correct shell. - exec $SHELL "[$]0" --no-reexec ${1+"[$]@"} -fi - -if test "X[$]1" = X--fallback-echo; then - # used as fallback echo - shift - cat <<_LT_EOF -[$]* -_LT_EOF - exit 0 + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$[]1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' fi -# The HP-UX ksh and POSIX shell print the target directory to stdout -# if CDPATH is set. -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH - -if test -z "$lt_ECHO"; then - if test "X${echo_test_string+set}" != Xset; then - # find a string as large as possible, as long as the shell can cope with it - for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do - # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... - if { echo_test_string=`eval $cmd`; } 2>/dev/null && - { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null - then - break - fi - done - fi - - if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && - echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - : - else - # The Solaris, AIX, and Digital Unix default echo programs unquote - # backslashes. This makes it impossible to quote backslashes using - # echo "$something" | sed 's/\\/\\\\/g' - # - # So, first we look for a working echo in the user's PATH. - - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR - for dir in $PATH /usr/ucb; do - IFS="$lt_save_ifs" - if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && - test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && - echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - ECHO="$dir/echo" - break - fi - done - IFS="$lt_save_ifs" - - if test "X$ECHO" = Xecho; then - # We didn't find a better echo, so look for alternatives. - if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && - echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - # This shell has a builtin print -r that does the trick. - ECHO='print -r' - elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } && - test "X$CONFIG_SHELL" != X/bin/ksh; then - # If we have ksh, try running configure again with it. - ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} - export ORIGINAL_CONFIG_SHELL - CONFIG_SHELL=/bin/ksh - export CONFIG_SHELL - exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"} - else - # Try using printf. - ECHO='printf %s\n' - if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && - echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - # Cool, printf works - : - elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && - test "X$echo_testing_string" = 'X\t' && - echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL - export CONFIG_SHELL - SHELL="$CONFIG_SHELL" - export SHELL - ECHO="$CONFIG_SHELL [$]0 --fallback-echo" - elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && - test "X$echo_testing_string" = 'X\t' && - echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - ECHO="$CONFIG_SHELL [$]0 --fallback-echo" - else - # maybe with a smaller string... - prev=: - - for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do - if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null - then - break - fi - prev="$cmd" - done +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "$*" +} - if test "$prev" != 'sed 50q "[$]0"'; then - echo_test_string=`eval $prev` - export echo_test_string - exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"} - else - # Oops. We lost completely, so just stick with echo. - ECHO=echo - fi - fi - fi - fi - fi -fi +case "$ECHO" in + printf*) AC_MSG_RESULT([printf]) ;; + print*) AC_MSG_RESULT([print -r]) ;; + *) AC_MSG_RESULT([cat]) ;; +esac -# Copy echo and quote the copy suitably for passing to libtool from -# the Makefile, instead of quoting the original, which is used later. -lt_ECHO=$ECHO -if test "X$lt_ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then - lt_ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" -fi +m4_ifdef([_AS_DETECT_SUGGESTED], +[_AS_DETECT_SUGGESTED([ + test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test "X`printf %s $ECHO`" = "X$ECHO" \ + || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) -AC_SUBST(lt_ECHO) -]) _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) -_LT_DECL([], [ECHO], [1], - [An echo program that does not interpret backslashes]) +_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) ])# _LT_PROG_ECHO_BACKSLASH @@ -1251,7 +1270,7 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '[#]line __oline__ "configure"' > conftest.$ac_ext + echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in @@ -1403,10 +1422,19 @@ esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" fi + +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac _LT_DECL([], [old_postinstall_cmds], [2]) _LT_DECL([], [old_postuninstall_cmds], [2]) _LT_TAGDECL([], [old_archive_cmds], [2], [Commands used to build an old-style archive]) +_LT_DECL([], [lock_old_archive_extraction], [0], + [Whether to use a lock for old archive extraction]) ])# _LT_CMD_OLD_ARCHIVE @@ -1431,15 +1459,15 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&AS_MESSAGE_LOG_FD - echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. - $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes @@ -1479,7 +1507,7 @@ if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&AS_MESSAGE_LOG_FD - $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then $2=yes @@ -1542,6 +1570,11 @@ lt_cv_sys_max_cmd_len=8192; ;; + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. @@ -1606,8 +1639,8 @@ # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. - while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ - = "XX$teststring$teststring"; } >/dev/null 2>&1 && + while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` @@ -1658,7 +1691,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -[#line __oline__ "configure" +[#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -1699,7 +1732,13 @@ # endif #endif -void fnord() { int i=42;} +/* When -fvisbility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +void fnord () __attribute__((visibility("default"))); +#endif + +void fnord () { int i=42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); @@ -1708,7 +1747,11 @@ if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; - else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } /* dlclose (self); */ } else @@ -1884,16 +1927,16 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&AS_MESSAGE_LOG_FD - echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings - $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes @@ -2052,6 +2095,7 @@ m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_OBJDUMP])dnl m4_require([_LT_DECL_SED])dnl +m4_require([_LT_CHECK_SHELL_FEATURES])dnl AC_MSG_CHECKING([dynamic linker characteristics]) m4_if([$1], [], [ @@ -2060,16 +2104,23 @@ darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac - lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;; + *) lt_sed_strip_eq="s,=/,/,g" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. - lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` - else - lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - fi + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= @@ -2082,7 +2133,7 @@ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done - lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk ' + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; @@ -2102,7 +2153,13 @@ if (lt_foo != "") { lt_freq[[lt_foo]]++; } if (lt_freq[[lt_foo]] == 1) { print lt_foo; } }'` - sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's,/\([[A-Za-z]]:\),\1,g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi]) @@ -2190,7 +2247,7 @@ m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; @@ -2243,23 +2300,12 @@ cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' - sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" +m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' - sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then - # It is most probably a Windows format PATH printed by - # mingw gcc, but we are running on Cygwin. Gcc prints its search - # path with ; separators, and with drive letters. We can handle the - # drive letters (cygwin fileutils understands them), so leave them, - # especially as we might pass files found there to a mingw objdump, - # which wouldn't understand a cygwinified path. Ahh. - sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` - else - sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' @@ -2359,6 +2405,19 @@ hardcode_into_libs=yes ;; +haiku*) + version_type=linux + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=yes + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. @@ -2401,8 +2460,10 @@ soname_spec='${libname}${release}${shared_ext}$major' ;; esac - # HP-UX runs *really* slowly unless shared libraries are mode 555. + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 ;; interix[[3-9]]*) @@ -2460,7 +2521,7 @@ ;; # This must be Linux ELF. -linux* | k*bsd*-gnu) +linux* | k*bsd*-gnu | kopensolaris*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -2469,16 +2530,21 @@ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no + # Some binutils ld are patched to set DT_RUNPATH - save_LDFLAGS=$LDFLAGS - save_libdir=$libdir - eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ - LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" - AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], - [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], - [shlibpath_overrides_runpath=yes])]) - LDFLAGS=$save_LDFLAGS - libdir=$save_libdir + AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], + [lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ + LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" + AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], + [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], + [lt_cv_shlibpath_overrides_runpath=yes])]) + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + ]) + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install @@ -2490,8 +2556,9 @@ # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" + fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -2723,6 +2790,8 @@ The last name is the one that the linker finds with -lNAME]]) _LT_DECL([], [soname_spec], [1], [[The coded name of the library, if different from the real name]]) +_LT_DECL([], [install_override_mode], [1], + [Permission mode override for installation of shared libraries]) _LT_DECL([], [postinstall_cmds], [2], [Command to use after installation of a shared archive]) _LT_DECL([], [postuninstall_cmds], [2], @@ -2835,6 +2904,7 @@ AC_REQUIRE([AC_CANONICAL_BUILD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_PROG_ECHO_BACKSLASH])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], @@ -2964,8 +3034,8 @@ fi ;; esac -_LT_DECL([], [reload_flag], [1], [How to create reloadable object files])dnl -_LT_DECL([], [reload_cmds], [2])dnl +_LT_TAGDECL([], [reload_flag], [1], [How to create reloadable object files])dnl +_LT_TAGDECL([], [reload_cmds], [2])dnl ])# _LT_CMD_RELOAD @@ -3017,16 +3087,18 @@ # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. - if ( file / ) >/dev/null 2>&1; then + # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. + if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else - lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; -cegcc) +cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' @@ -3056,6 +3128,10 @@ lt_cv_deplibs_check_method=pass_all ;; +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in @@ -3064,11 +3140,11 @@ lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) - [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'] + [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'] lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) - lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library' + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac @@ -3090,7 +3166,7 @@ ;; # This must be Linux ELF. -linux* | k*bsd*-gnu) +linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; @@ -3232,7 +3308,19 @@ NM="$lt_cv_path_NM" else # Didn't find any BSD compatible name lister, look for dumpbin. - AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :) + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) + case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols" + ;; + *) + DUMPBIN=: + ;; + esac + fi AC_SUBST([DUMPBIN]) if test "$DUMPBIN" != ":"; then NM="$DUMPBIN" @@ -3245,13 +3333,13 @@ AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], [lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext - (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD) + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&AS_MESSAGE_LOG_FD - (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&AS_MESSAGE_LOG_FD - (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD) + (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) cat conftest.out >&AS_MESSAGE_LOG_FD if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" @@ -3274,7 +3362,7 @@ [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in -*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) +*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) @@ -3302,7 +3390,12 @@ _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= if test "$GCC" = yes; then - _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' + case $cc_basename in + nvcc*) + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; + *) + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; + esac _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], lt_cv_prog_compiler_rtti_exceptions, @@ -3319,6 +3412,7 @@ m4_defun([_LT_CMD_GLOBAL_SYMBOLS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([LT_PATH_NM])dnl AC_REQUIRE([LT_PATH_LD])dnl m4_require([_LT_DECL_SED])dnl @@ -3444,7 +3538,7 @@ if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm - if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then + if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" @@ -3606,6 +3700,11 @@ # DJGPP does not support shared libraries at all _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + _LT_TAGVAR(lt_prog_compiler_static, $1)= + ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. @@ -3711,7 +3810,7 @@ ;; esac ;; - linux* | k*bsd*-gnu) + linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # KAI C++ Compiler @@ -3744,8 +3843,8 @@ _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; - xlc* | xlC*) - # IBM XL 8.0 on PPC + xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) + # IBM XL 8.0, 9.0 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' @@ -3807,7 +3906,7 @@ ;; solaris*) case $cc_basename in - CC*) + CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' @@ -3911,6 +4010,12 @@ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + _LT_TAGVAR(lt_prog_compiler_static, $1)= + ;; + hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag @@ -3953,6 +4058,13 @@ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Xcompiler -fPIC' + ;; + esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in @@ -3995,7 +4107,7 @@ _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; - linux* | k*bsd*-gnu) + linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) @@ -4016,7 +4128,7 @@ _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' ;; - pgcc* | pgf77* | pgf90* | pgf95*) + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' @@ -4028,25 +4140,25 @@ # All Alpha code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; - xl*) - # IBM XL C 8.0/Fortran 10.1 on PPC + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) - # Sun C 5.9 + *Sun\ F* | *Sun*Fortran*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='' ;; - *Sun\ F*) - # Sun Fortran 8.3 passes all unrecognized flags to the linker + *Sun\ C*) + # Sun C 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; esac ;; @@ -4078,7 +4190,7 @@ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' case $cc_basename in - f77* | f90* | f95*) + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; *) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; @@ -4188,8 +4300,10 @@ aix[[4-9]]*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global defined + # symbols, whereas GNU nm marks them as "W". if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then - _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi @@ -4267,7 +4381,33 @@ esac _LT_TAGVAR(ld_shlibs, $1)=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no if test "$with_gnu_ld" = yes; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; + *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test "$lt_use_gnu_ld_interface" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' @@ -4285,6 +4425,7 @@ fi supports_anon_versioning=no case `$LD -v 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... @@ -4300,11 +4441,12 @@ _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 -*** Warning: the GNU linker, at least up to release 2.9.1, is reported +*** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you -*** really care for shared libraries, you may want to modify your PATH -*** so that a non-GNU linker is found, and then restart. +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. _LT_EOF fi @@ -4340,6 +4482,7 @@ # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes @@ -4361,6 +4504,11 @@ fi ;; + haiku*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no @@ -4376,7 +4524,7 @@ _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; - gnu* | linux* | tpf* | k*bsd*-gnu) + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in @@ -4390,11 +4538,12 @@ tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; - pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; @@ -4405,13 +4554,17 @@ lf95*) # Lahey Fortran 8.1 _LT_TAGVAR(whole_archive_flag_spec, $1)= tmp_sharedflag='--shared' ;; - xl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) + xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes + ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 @@ -4427,17 +4580,17 @@ fi case $cc_basename in - xlf*) + xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' - _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ - $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac @@ -4558,8 +4711,10 @@ else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global + # defined symbols, whereas GNU nm marks them as "W". if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then - _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi @@ -4648,7 +4803,7 @@ # empty executable. _LT_SYS_MODULE_PATH_AIX _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' @@ -4663,8 +4818,13 @@ # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' - # Exported symbols can be pulled into shared objects from archives - _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' @@ -4703,7 +4863,7 @@ # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. - _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' + _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' # FIXME: Should let the user specify the lib program. @@ -4770,7 +4930,7 @@ ;; hpux10*) - if test "$GCC" = yes -a "$with_gnu_ld" = no; then + if test "$GCC" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' @@ -4789,7 +4949,7 @@ ;; hpux11*) - if test "$GCC" = yes -a "$with_gnu_ld" = no; then + if test "$GCC" = yes && test "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' @@ -4810,7 +4970,14 @@ _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + m4_if($1, [], [ + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + _LT_LINKER_OPTION([if $CC understands -b], + _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], + [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], + [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], + [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) ;; esac fi @@ -4838,19 +5005,19 @@ irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" AC_LINK_IFELSE(int foo(void) {}, - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' ) LDFLAGS="$save_LDFLAGS" else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' @@ -4912,17 +5079,17 @@ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' + _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' @@ -4932,13 +5099,13 @@ osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ - $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' + $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' @@ -5129,36 +5296,38 @@ # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. - AC_MSG_CHECKING([whether -lc should be explicitly linked in]) - $RM conftest* - echo "$lt_simple_compile_test_code" > conftest.$ac_ext - - if AC_TRY_EVAL(ac_compile) 2>conftest.err; then - soname=conftest - lib=conftest - libobjs=conftest.$ac_objext - deplibs= - wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) - pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) - compiler_flags=-v - linker_flags=-v - verstring= - output_objdir=. - libname=conftest - lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) - _LT_TAGVAR(allow_undefined_flag, $1)= - if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) - then - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - else - _LT_TAGVAR(archive_cmds_need_lc, $1)=yes - fi - _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag - else - cat conftest.err 1>&5 - fi - $RM conftest* - AC_MSG_RESULT([$_LT_TAGVAR(archive_cmds_need_lc, $1)]) + AC_CACHE_CHECK([whether -lc should be explicitly linked in], + [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), + [$RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if AC_TRY_EVAL(ac_compile) 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) + pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) + _LT_TAGVAR(allow_undefined_flag, $1)= + if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) + then + lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no + else + lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes + fi + _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + ]) + _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) ;; esac fi @@ -5324,37 +5493,21 @@ ])# _LT_LANG_C_CONFIG -# _LT_PROG_CXX -# ------------ -# Since AC_PROG_CXX is broken, in that it returns g++ if there is no c++ -# compiler, we have our own version here. -m4_defun([_LT_PROG_CXX], -[ -pushdef([AC_MSG_ERROR], [_lt_caught_CXX_error=yes]) -AC_PROG_CXX -if test -n "$CXX" && ( test "X$CXX" != "Xno" && - ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || - (test "X$CXX" != "Xg++"))) ; then - AC_PROG_CXXCPP -else - _lt_caught_CXX_error=yes -fi -popdef([AC_MSG_ERROR]) -])# _LT_PROG_CXX - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([_LT_PROG_CXX], []) - - # _LT_LANG_CXX_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a C++ compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to `libtool'. m4_defun([_LT_LANG_CXX_CONFIG], -[AC_REQUIRE([_LT_PROG_CXX])dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl +if test -n "$CXX" && ( test "X$CXX" != "Xno" && + ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || + (test "X$CXX" != "Xg++"))) ; then + AC_PROG_CXXCPP +else + _lt_caught_CXX_error=yes +fi AC_LANG_PUSH(C++) _LT_TAGVAR(archive_cmds_need_lc, $1)=no @@ -5376,6 +5529,8 @@ _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no @@ -5478,7 +5633,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else GXX=no @@ -5590,7 +5745,7 @@ _LT_SYS_MODULE_PATH_AIX _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' @@ -5605,8 +5760,13 @@ # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' - # Exported symbols can be pulled into shared objects from archives - _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared # libraries. @@ -5639,6 +5799,7 @@ # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes @@ -5699,6 +5860,11 @@ gnu*) ;; + haiku*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + hpux9*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: @@ -5723,7 +5889,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes; then @@ -5788,7 +5954,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes; then @@ -5831,7 +5997,7 @@ case $cc_basename in CC*) # SGI C++ - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is @@ -5842,9 +6008,9 @@ *) if test "$GXX" = yes; then if test "$with_gnu_ld" = no; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' fi fi _LT_TAGVAR(link_all_deplibs, $1)=yes @@ -5855,7 +6021,7 @@ _LT_TAGVAR(inherit_rpath, $1)=yes ;; - linux* | k*bsd*-gnu) + linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler @@ -5873,7 +6039,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' + output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' @@ -5910,26 +6076,26 @@ pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in - *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*) + *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ - compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"' + compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ - $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~ + $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ $RANLIB $oldlib' _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ - $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ - $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; - *) # Version 6 will use weak symbols + *) # Version 6 and above use weak symbols _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; @@ -5937,7 +6103,7 @@ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' ;; cxx*) # Compaq C++ @@ -5956,9 +6122,9 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' ;; - xl*) + xl* | mpixl* | bgxl*) # IBM XL 8.0 on PPC, with GNU ld _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' @@ -5978,13 +6144,13 @@ _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. - output_verbose_link_cmd='echo' + output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is @@ -6053,7 +6219,7 @@ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' fi - output_verbose_link_cmd=echo + output_verbose_link_cmd=func_echo_all else _LT_TAGVAR(ld_shlibs, $1)=no fi @@ -6088,15 +6254,15 @@ case $host in osf3*) _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ;; *) _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ - $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~ + $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ $RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ;; @@ -6112,17 +6278,17 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' case $host in osf3*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; esac @@ -6132,7 +6298,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # FIXME: insert proper C++ library support @@ -6168,7 +6334,7 @@ solaris*) case $cc_basename in - CC*) + CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(archive_cmds_need_lc,$1)=yes _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' @@ -6189,7 +6355,7 @@ esac _LT_TAGVAR(link_all_deplibs, $1)=yes - output_verbose_link_cmd='echo' + output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is @@ -6216,7 +6382,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # g++ 2.7 appears to require `-G' NOT `-shared' on this # platform. @@ -6227,7 +6393,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' + output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' @@ -6281,6 +6447,10 @@ CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ + '"$_LT_TAGVAR(old_archive_cmds, $1)" + _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ + '"$_LT_TAGVAR(reload_cmds, $1)" ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' @@ -6527,7 +6697,7 @@ solaris*) case $cc_basename in - CC*) + CC* | sunCC*) # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as @@ -6571,32 +6741,16 @@ ])# _LT_SYS_HIDDEN_LIBDEPS -# _LT_PROG_F77 -# ------------ -# Since AC_PROG_F77 is broken, in that it returns the empty string -# if there is no fortran compiler, we have our own version here. -m4_defun([_LT_PROG_F77], -[ -pushdef([AC_MSG_ERROR], [_lt_disable_F77=yes]) -AC_PROG_F77 -if test -z "$F77" || test "X$F77" = "Xno"; then - _lt_disable_F77=yes -fi -popdef([AC_MSG_ERROR]) -])# _LT_PROG_F77 - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([_LT_PROG_F77], []) - - # _LT_LANG_F77_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a Fortran 77 compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_F77_CONFIG], -[AC_REQUIRE([_LT_PROG_F77])dnl -AC_LANG_PUSH(Fortran 77) +[AC_LANG_PUSH(Fortran 77) +if test -z "$F77" || test "X$F77" = "Xno"; then + _lt_disable_F77=yes +fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= @@ -6615,6 +6769,8 @@ _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no @@ -6714,32 +6870,17 @@ ])# _LT_LANG_F77_CONFIG -# _LT_PROG_FC -# ----------- -# Since AC_PROG_FC is broken, in that it returns the empty string -# if there is no fortran compiler, we have our own version here. -m4_defun([_LT_PROG_FC], -[ -pushdef([AC_MSG_ERROR], [_lt_disable_FC=yes]) -AC_PROG_FC -if test -z "$FC" || test "X$FC" = "Xno"; then - _lt_disable_FC=yes -fi -popdef([AC_MSG_ERROR]) -])# _LT_PROG_FC - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([_LT_PROG_FC], []) - - # _LT_LANG_FC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for a Fortran compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_FC_CONFIG], -[AC_REQUIRE([_LT_PROG_FC])dnl -AC_LANG_PUSH(Fortran) +[AC_LANG_PUSH(Fortran) + +if test -z "$FC" || test "X$FC" = "Xno"; then + _lt_disable_FC=yes +fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= @@ -6758,6 +6899,8 @@ _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no @@ -6903,6 +7046,8 @@ _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) @@ -7264,7 +7409,7 @@ func_dirname () { # Extract subdirectory from the argument. - func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` + func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else @@ -7275,7 +7420,7 @@ # func_basename file func_basename () { - func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` + func_basename_result=`$ECHO "${1}" | $SED "$basename"` } dnl func_dirname_and_basename @@ -7291,10 +7436,8 @@ func_stripname () { case ${2} in - .*) func_stripname_result=`$ECHO "X${3}" \ - | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;; - *) func_stripname_result=`$ECHO "X${3}" \ - | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;; + .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; + *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; esac } @@ -7305,20 +7448,20 @@ # func_opt_split func_opt_split () { - func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` - func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` + func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"` + func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"` } # func_lo2o object func_lo2o () { - func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` + func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` } # func_xform libobj-or-source func_xform () { - func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'` + func_xform_result=`$ECHO "${1}" | $SED 's/\.[[^.]]*$/.lo/'` } # func_arith arithmetic-term... @@ -7366,14 +7509,15 @@ # Helper functions for option handling. -*- Autoconf -*- # -# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, +# Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. -# serial 6 ltoptions.m4 +# serial 7 ltoptions.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) @@ -7488,7 +7632,7 @@ [enable_win32_dll=yes case $host in -*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*) +*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) AC_CHECK_TOOL(AS, as, false) AC_CHECK_TOOL(DLLTOOL, dlltool, false) AC_CHECK_TOOL(OBJDUMP, objdump, false) @@ -7496,13 +7640,13 @@ esac test -z "$AS" && AS=as -_LT_DECL([], [AS], [0], [Assembler program])dnl +_LT_DECL([], [AS], [1], [Assembler program])dnl test -z "$DLLTOOL" && DLLTOOL=dlltool -_LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl +_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl test -z "$OBJDUMP" && OBJDUMP=objdump -_LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl +_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl ])# win32-dll AU_DEFUN([AC_LIBTOOL_WIN32_DLL], @@ -7862,29 +8006,29 @@ # Generated from ltversion.in. -# serial 3017 ltversion.m4 +# serial 3175 ltversion.m4 # This file is part of GNU Libtool -m4_define([LT_PACKAGE_VERSION], [2.2.6b]) -m4_define([LT_PACKAGE_REVISION], [1.3017]) +m4_define([LT_PACKAGE_VERSION], [2.2.10]) +m4_define([LT_PACKAGE_REVISION], [1.3175]) AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.2.6b' -macro_revision='1.3017' +[macro_version='2.2.10' +macro_revision='1.3175' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # -# Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004. # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. -# serial 4 lt~obsolete.m4 +# serial 5 lt~obsolete.m4 # These exist entirely to fool aclocal when bootstrapping libtool. # @@ -7954,7 +8098,6 @@ m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) -m4_ifndef([AC_LIBTOOL_RC], [AC_DEFUN([AC_LIBTOOL_RC])]) m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) @@ -7967,8 +8110,16 @@ m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) +m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) +m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) +m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) +m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) +m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) +m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) +m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +# serial 1 (pkg-config-0.24) # # Copyright © 2004 Scott James Remnant . # @@ -7996,7 +8147,10 @@ AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) -AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl +AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) +AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) +AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) + if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) fi @@ -8009,7 +8163,6 @@ AC_MSG_RESULT([no]) PKG_CONFIG="" fi - fi[]dnl ])# PKG_PROG_PKG_CONFIG @@ -8018,21 +8171,20 @@ # Check to see whether a particular set of modules exists. Similar # to PKG_CHECK_MODULES(), but does not set variables or print errors. # -# -# Similar to PKG_CHECK_MODULES, make sure that the first instance of -# this or PKG_CHECK_MODULES is called, or make sure to call -# PKG_CHECK_EXISTS manually +# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +# only at the first occurence in configure.ac, so if the first place +# it's called might be skipped (such as if it is within an "if", you +# have to call PKG_CHECK_EXISTS manually # -------------------------------------------------------------- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl if test -n "$PKG_CONFIG" && \ AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then - m4_ifval([$2], [$2], [:]) + m4_default([$2], [:]) m4_ifvaln([$3], [else $3])dnl fi]) - # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) # --------------------------------------------- m4_define([_PKG_CONFIG], @@ -8085,6 +8237,7 @@ See the pkg-config man page for more details.]) if test $pkg_failed = yes; then + AC_MSG_RESULT([no]) _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1` @@ -8094,7 +8247,7 @@ # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD - ifelse([$4], , [AC_MSG_ERROR(dnl + m4_default([$4], [AC_MSG_ERROR( [Package requirements ($2) were not met: $$1_PKG_ERRORS @@ -8102,25 +8255,24 @@ Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. -_PKG_TEXT -])], - [AC_MSG_RESULT([no]) - $4]) +_PKG_TEXT]) + ]) elif test $pkg_failed = untried; then - ifelse([$4], , [AC_MSG_FAILURE(dnl + AC_MSG_RESULT([no]) + m4_default([$4], [AC_MSG_FAILURE( [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. _PKG_TEXT -To get pkg-config, see .])], - [$4]) +To get pkg-config, see .]) + ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) - ifelse([$3], , :, [$3]) + $3 fi[]dnl ])# PKG_CHECK_MODULES @@ -9401,66 +9553,4 @@ AC_SUBST([am__untar]) ]) # _AM_PROG_TAR -dnl -*- mode: autoconf -*- - -# serial 1 - -dnl Usage: -dnl GTK_DOC_CHECK([minimum-gtk-doc-version]) -AC_DEFUN([GTK_DOC_CHECK], -[ - AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first - AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first - - dnl check for tools we added during development - AC_PATH_PROG([GTKDOC_CHECK],[gtkdoc-check]) - AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true]) - AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf]) - - dnl for overriding the documentation installation directory - AC_ARG_WITH([html-dir], - AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),, - [with_html_dir='${datadir}/gtk-doc/html']) - HTML_DIR="$with_html_dir" - AC_SUBST([HTML_DIR]) - - dnl enable/disable documentation building - AC_ARG_ENABLE([gtk-doc], - AS_HELP_STRING([--enable-gtk-doc], - [use gtk-doc to build documentation [[default=no]]]),, - [enable_gtk_doc=no]) - - if test x$enable_gtk_doc = xyes; then - ifelse([$1],[], - [PKG_CHECK_EXISTS([gtk-doc],, - AC_MSG_ERROR([gtk-doc not installed and --enable-gtk-doc requested]))], - [PKG_CHECK_EXISTS([gtk-doc >= $1],, - AC_MSG_ERROR([You need to have gtk-doc >= $1 installed to build $PACKAGE_NAME]))]) - fi - - AC_MSG_CHECKING([whether to build gtk-doc documentation]) - AC_MSG_RESULT($enable_gtk_doc) - - dnl enable/disable output formats - AC_ARG_ENABLE([gtk-doc-html], - AS_HELP_STRING([--enable-gtk-doc-html], - [build documentation in html format [[default=yes]]]),, - [enable_gtk_doc_html=yes]) - AC_ARG_ENABLE([gtk-doc-pdf], - AS_HELP_STRING([--enable-gtk-doc-pdf], - [build documentation in pdf format [[default=no]]]),, - [enable_gtk_doc_pdf=no]) - - if test -z "$GTKDOC_MKPDF"; then - enable_gtk_doc_pdf=no - fi - - - AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes]) - AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes]) - AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes]) - AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"]) - AM_CONDITIONAL([GTK_DOC_USE_REBASE], [test -n "$GTKDOC_REBASE"]) -]) - m4_include([acinclude.m4]) diff -Nru glib2.0-2.26.0/build/Makefile.in glib2.0-2.26.1/build/Makefile.in --- glib2.0-2.26.0/build/Makefile.in 2010-09-28 02:10:11.000000000 +1000 +++ glib2.0-2.26.1/build/Makefile.in 2010-11-14 17:01:51.000000000 +1100 @@ -234,6 +234,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -305,7 +307,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/build/win32/dirent/Makefile.in glib2.0-2.26.1/build/win32/dirent/Makefile.in --- glib2.0-2.26.0/build/win32/dirent/Makefile.in 2010-09-28 02:10:11.000000000 +1000 +++ glib2.0-2.26.1/build/win32/dirent/Makefile.in 2010-11-14 17:01:52.000000000 +1100 @@ -193,6 +193,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -264,7 +266,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/build/win32/Makefile.in glib2.0-2.26.1/build/win32/Makefile.in --- glib2.0-2.26.0/build/win32/Makefile.in 2010-09-28 02:10:11.000000000 +1000 +++ glib2.0-2.26.1/build/win32/Makefile.in 2010-11-14 17:01:51.000000000 +1100 @@ -233,6 +233,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -304,7 +306,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/build/win32/vs9/Makefile.in glib2.0-2.26.1/build/win32/vs9/Makefile.in --- glib2.0-2.26.0/build/win32/vs9/Makefile.in 2010-09-28 02:10:11.000000000 +1000 +++ glib2.0-2.26.1/build/win32/vs9/Makefile.in 2010-11-14 17:01:52.000000000 +1100 @@ -193,6 +193,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -264,7 +266,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/ChangeLog glib2.0-2.26.1/ChangeLog --- glib2.0-2.26.0/ChangeLog 2010-09-28 02:15:49.000000000 +1000 +++ glib2.0-2.26.1/ChangeLog 2010-11-14 17:48:41.000000000 +1100 @@ -1,3 +1,488 @@ +commit 5ae9936f267f14c296182cbf1786d8a96f2c7f41 +Author: Matthias Clasen +Date: Sun Nov 14 01:01:05 2010 -0500 + + Update NEWS for 2.26.1 + + NEWS | 35 +++++++++++++++++++++++++++++++++++ + 1 files changed, 35 insertions(+), 0 deletions(-) + +commit 719b60e5983800f810c4400008b0d8b68b01dc25 +Author: Matthias Clasen +Date: Sun Nov 14 00:59:58 2010 -0500 + + Bump version to 2.26.1 + + configure.ac | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit bd5df18683d33160d08a28f471fb25d3b12418d5 +Author: Luca Ferretti +Date: Sat Nov 13 14:01:29 2010 +0100 + + [l10n] Updated Italian translation + + po/it.po | 2353 + +++++++++++++++++++++++++++++++++++++++++--------------------- + 1 files changed, 1556 insertions(+), 797 deletions(-) + +commit fe225e7e7c7424fbfbdeb63c41db63c21f8f7751 +Author: Ryan Lortie +Date: Fri Nov 12 10:57:05 2010 -0500 + + GSettings: Big Endian fixes + + Backport a bunch of fixes from master, squashed together into this one + commit. + + gio/glib-compile-schemas.c | 6 +++ + gio/gsettings.c | 15 +++++++++ + gio/gsettingsschema.c | 14 +------- + gio/gvdb/gvdb-reader.c | 73 + ++++++++++++++++++++++++++++++++++++++++--- + gio/gvdb/gvdb-reader.h | 6 +++ + gio/strinfo.c | 4 +- + gio/tests/gsettings.c | 14 +++++--- + glib/gvariant.c | 40 ++++++++++++++++-------- + 8 files changed, 133 insertions(+), 39 deletions(-) + +commit 1d35eb6e55fb0467d2b60ce5a7f399dd4bcff7aa +Author: Ryan Lortie +Date: Mon Oct 4 01:51:11 2010 -0400 + + Bug 627126 - gsettings schemas on FreeBSD + + Rewrite the install rule for GSettings schemas to not depend on an + obscure chunk of non-portable sed that nobody understands the purpose + of. + + Instead, use make's VPATH feature to resolve the paths of the + files that + need to be installed. No need to depend on the .valid targets here + since automake already ensures that 'make all' is complete before + 'make + install' is permitted to run. + + m4macros/gsettings.m4 | 16 ++-------------- + 1 files changed, 2 insertions(+), 14 deletions(-) + +commit 9c02a271927da2773a139fae64407e360120d2c2 +Author: Dan Winship +Date: Thu Oct 28 15:17:17 2010 -0400 + + GNetworkService: fix a small bug + + Fix a small bug in the synchronous lookup code introduced in the fix + for bug 629274 + (cherry picked from commit cd4f818b301bfc6855b27feba5a0dfdca60027c1) + + gio/gnetworkservice.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 3aff43d07ae62961e995237770c820aefa78e5dd +Author: Ryan Lortie +Date: Wed Oct 27 09:08:32 2010 -0400 + + Bug 632169 - manual use of gsettings-data-convert + + Add some words and example code to the documentation about why + you might + want to manually invoke gsettings-data-convert and how you should go + about doing that. + (cherry picked from commit dfb0577ef4947afb32d91a72769bd22d6c1edfaa) + + docs/reference/gio/migrating-gconf.xml | 64 + ++++++++++++++++++++++++++++++++ + 1 files changed, 64 insertions(+), 0 deletions(-) + +commit 54b8e6596e8c3e772fe4744f2a591c5070dade1e +Author: Dan Winship +Date: Wed Sep 15 10:05:03 2010 -0400 + + GNetworkService: fall back when there is no valid SRV record + + RFC 2782 says that if there is no SRV record for + _SERVICE._PROTOCOL.DOMAIN, you should fall back to trying just DOMAIN, + with the default port for SERVICE. Do that. + + https://bugzilla.gnome.org/show_bug.cgi?id=629274 + (cherry picked from commit e410131021036532e6e9622e8b977222389b44e9) + + gio/gnetworkservice.c | 50 + ++++++++++++++++++++++++++++++++++++++++++++---- + 1 files changed, 45 insertions(+), 5 deletions(-) + +commit 207964ad82f973bac1719585b0683e400c77ceaf +Author: Dan Winship +Date: Wed Sep 15 10:22:13 2010 -0400 + + GNetworkService: fix iteration of multiple addresses + + Previously if there were multiple SRV records, only the first would + be iterated by the GSocketConnectable interface + (cherry picked from commit 19243c247d8a89c6467bd21109b7f0d4b1cb081a) + + gio/gnetworkservice.c | 6 ++++++ + 1 files changed, 6 insertions(+), 0 deletions(-) + +commit 619fb5dd27575b495ebee17b06b32d7618e2069b +Author: Dan Winship +Date: Tue Aug 17 18:34:13 2010 -0400 + + GSocket: set protocol when using g_socket_new_from_fd() + + Otherwise, attempting to create a GSocketConnection from the socket + will likely return the wrong type, since the protocol won't match any + of the registered subtypes. + + Also add the start of a GSocket test program (from davidz). + + https://bugzilla.gnome.org/show_bug.cgi?id=627171 + (cherry picked from commit 87d06109ab325a4a68e151015381e7e1b33bdf7d) + + gio/gsocket.c | 29 ++++++++++++++-- + gio/tests/.gitignore | 1 + + gio/tests/Makefile.am | 6 +++- + gio/tests/socket.c | 86 + +++++++++++++++++++++++++++++++++++++++++++++++++ + 4 files changed, 117 insertions(+), 5 deletions(-) + +commit 56e0ff2fb8cf551f330b1d6a7361c5d70d5856bb +Author: Matthias Clasen +Date: Fri Nov 12 09:03:38 2010 -0500 + + Protect access to closure, weak refs and toggle refs arrays + + This fixes https://bugzilla.gnome.org/show_bug.cgi?id=613822 + (cherry picked from commit b7616114c6c1884c3a183a4d83156bdf2151b731) + + gobject/gobject.c | 38 ++++++++++++++++++++++++++++++-------- + 1 files changed, 30 insertions(+), 8 deletions(-) + +commit 633b2bc6113e06c4977cfa2c27bcbb5623bf07a9 +Author: Javier Jardón +Date: Fri Oct 8 17:21:53 2010 +0200 + + gtypemodule: Mention g_object_run_dispose correctly in a warning + + https://bugzilla.gnome.org/show_bug.cgi?id=630797 + (cherry picked from commit 5fa7a1e9cedb33d32049c54f13adc3504d723573) + + gobject/gtypemodule.c | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit 6766c727bb2f0f99a8e5a62a8d71d0b243479b56 +Author: Emmanuele Bassi +Date: Fri Oct 8 16:09:10 2010 +0100 + + gobject: Improve install_properties() + + Cache the parent type outside of the loop, and fix a typo in the + documentation. + (cherry picked from commit 44a8ff2f8f607f725c478793b876742b09f350ef) + + gobject/gobject.c | 7 ++++--- + 1 files changed, 4 insertions(+), 3 deletions(-) + +commit 6791551c896d3cd10a3b2746383cf0627b6250e2 +Author: Christian Dywan +Date: Fri Oct 8 16:33:33 2010 +0200 + + Initialise lengths in GvdbReader to silence warnings + (cherry picked from commit 3035bf40d0d75632b36fa703c3ac2becc98769d8) + + gio/gvdb/gvdb-reader.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 509a53848d841c548a92ec9d765a536899e33d44 +Author: Christian Dywan +Date: Fri Oct 8 16:33:04 2010 +0200 + + Initialise lengths in GDbusAuth to silence warnings + (cherry picked from commit ad363d9aac5a6167121631a1ee8d3cec2784b5c2) + + gio/gdbusauth.c | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit cecd997a5e5ea572b0b036e46cb08a379c41725f +Author: Takayuki KUSANO +Date: Mon Nov 1 01:24:29 2010 +0900 + + Fix error in Japanese translation + + po/ja.po | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit 07e09816227984734ffd0d9685b1e866f35f313a +Author: Carles Ferrando +Date: Fri Oct 29 00:48:48 2010 +0100 + + Updated Catalan (Valencian) translation + + po/ca@valencia.po | 2095 + +++++++++++++++++++++++++++++++++++------------------ + 1 files changed, 1396 insertions(+), 699 deletions(-) + +commit 231ee5eddf98d2d23bda6d69f372892201a0783b +Author: Emilio Pozuelo Monfort +Date: Tue Sep 28 11:53:03 2010 +0200 + + Don't enable dtrace support when dtrace isn't available + + Fixes FTBFS when dtrace isn't available but is. + + configure.ac | 9 +++++---- + 1 files changed, 5 insertions(+), 4 deletions(-) + +commit 216170dca38494c5a0e4cd598e64c807e8f774aa +Author: Ryan Lortie +Date: Sun Oct 3 01:53:09 2010 -0400 + + GSettings: implement .property_get('path') + + This was unimplemented in g_settings_get_property(), leading to + a failed + 'g_assert_not_reached()'. + + gio/gsettings.c | 4 ++++ + 1 files changed, 4 insertions(+), 0 deletions(-) + +commit 1c6fd63f60ffa24aa9ea29d2ac13bb0b2b5b9d4e +Author: Matthias Clasen +Date: Sat Oct 16 23:30:30 2010 -0400 + + Prevent error pileup + + gio/glib-compile-schemas.c | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit 286500db269a95793e717c4156575ce8447119ed +Author: Bruce Cowan +Date: Thu Oct 7 21:27:17 2010 +0100 + + Updated British English translation + + po/en_GB.po | 469 + ++++++++++++++++++++++++++++++++--------------------------- + 1 files changed, 258 insertions(+), 211 deletions(-) + +commit e01a20ceb958a9a43383a2ef236524ba9f79b6d9 +Author: Tor Lillqvist +Date: Thu Oct 7 12:04:52 2010 +0300 + + Don't call close() on -1 + + Of course, a proper implementation of close() will just ignore an + invalid parameter silently, and set errno. But apparently the "debug" + version of the Microsoft C library generates some noise in this + case. So avoid that. Thanks to John Emmas for reporting. + + tests/testglib.c | 3 ++- + 1 files changed, 2 insertions(+), 1 deletions(-) + +commit 8395f59f5fa30b583e8a0b569e7b77f4fb22fdc9 +Author: Žygimantas Beručka +Date: Sun Oct 3 15:42:49 2010 +0200 + + Updated Lithuanian translation by Aurimas Černius + + po/lt.po | 278 + +++++++++++++++++++++++++++++++++++--------------------------- + 1 files changed, 158 insertions(+), 120 deletions(-) + +commit 7e95a36159caa355c6cbd6351f5313502e70272c +Author: Damyan Ivanov +Date: Sat Oct 2 08:52:44 2010 +0300 + + Updated Bulgarian translation + + po/bg.po | 143 + +++++++++++++++++++++++++++++++++++++++++--------------------- + 1 files changed, 95 insertions(+), 48 deletions(-) + +commit 2a9b14c015a05cd8dc16a2c5bce2d531c76824c8 +Author: Matthias Clasen +Date: Thu Sep 30 14:40:50 2010 -0400 + + message_to_write_data_free: Don't unref data->message if it is NULL + + After the recent changes to message filtering, it can happen that + data->message is NULL when we get here. + (cherry picked from commit fe1186a842458dcc647c5f9ab03f17c762354e95) + + gio/gdbusprivate.c | 3 ++- + 1 files changed, 2 insertions(+), 1 deletions(-) + +commit ad5c271d1e42d9d50e7ae70d660c673c63df3026 +Author: Inaki Larranaga Murgoitio +Date: Thu Sep 30 19:55:03 2010 +0200 + + Updated Basque language + + po/eu.po | 808 + +++++++++++++++++++++++++++++++++----------------------------- + 1 files changed, 428 insertions(+), 380 deletions(-) + +commit d2e3109a2179b099e8ef81ac947a392df6957e1e +Author: Giannis Katsampirhs +Date: Thu Sep 30 14:47:58 2010 +0300 + + l10n: Updated Greek translation for glib + + po/el.po | 7535 + ++++++++++++++++++++++++++++++++------------------------------ + 1 files changed, 3835 insertions(+), 3700 deletions(-) + +commit ca077f70fbbfc38c8e404e0df2df06fb7ea06bc2 +Author: Piotr Drąg +Date: Wed Sep 29 18:46:45 2010 +0200 + + Updated Polish translation + + po/pl.po | 1642 + ++++++++++++++++++++++++++++++-------------------------------- + 1 files changed, 794 insertions(+), 848 deletions(-) + +commit fced7b0a44a4dd793745cb87721335d56e10c5d4 +Author: Gabor Kelemen +Date: Wed Sep 29 14:07:05 2010 +0200 + + Updated Hungarian translation + + po/hu.po | 632 + ++++++++++++++++++++++++++++++-------------------------------- + 1 files changed, 310 insertions(+), 322 deletions(-) + +commit b19ed7cca2e80dd27bd951b9edefa769aef35105 +Author: Bruno Brouard +Date: Wed Sep 29 09:02:51 2010 +0200 + + Updated French translation + + po/fr.po | 190 + ++++++++++++++++++++++++++++++++++++++------------------------ + 1 files changed, 116 insertions(+), 74 deletions(-) + +commit 5b3398f33b1ceb82c0b2742d5824548935aa3bb8 +Author: Petr Kovar +Date: Wed Sep 29 04:38:51 2010 +0200 + + Update Czech translation + + po/cs.po | 418 + ++++++++++++++++++++++++++++++++++++-------------------------- + 1 files changed, 242 insertions(+), 176 deletions(-) + +commit 6d8323d4fa95ec5d7da7775961dee840a1ccd674 +Author: Yaron Shahrabani +Date: Wed Sep 29 00:31:48 2010 +0200 + + Updated Hebrew translation. + + po/he.po | 221 + +++++++++++++++++++++++++++++++++++++------------------------ + 1 files changed, 134 insertions(+), 87 deletions(-) + +commit 9ee98341ea3d2c4f5b1bc908146e5ffe6da6b9b2 +Author: Peter Kragelj +Date: Tue Sep 28 21:27:35 2010 +0200 + + Updated Slovenian translation + + po/sl.po | 498 + ++++++++++++++++++++++++++++++++++---------------------------- + 1 files changed, 272 insertions(+), 226 deletions(-) + +commit e5f8d876acf0aed6b04ee6f62b70f6cc93abcb55 +Author: Peter Kragelj +Date: Tue Sep 28 21:22:23 2010 +0200 + + Updated Slovenian translation + + po/sl.po | 218 + +++++++++++++++++++++++++++++++------------------------------- + 1 files changed, 109 insertions(+), 109 deletions(-) + +commit de4af412f825aa5c9ed4b6214a03c5042a90dfe8 +Author: Fran Diéguez +Date: Tue Sep 28 17:41:37 2010 +0200 + + Updated galician translations + + po/gl.po | 553 + ++++++++++++++++++++++++++++++++++---------------------------- + 1 files changed, 303 insertions(+), 250 deletions(-) + +commit 35126d830dde27731c862ae9d7ff082ef5714844 +Author: Peter Kragelj +Date: Tue Sep 28 15:13:33 2010 +0200 + + Updated Slovenian translation + + po/sl.po | 621 + +++++++++++++++++++++++++++++++------------------------------- + 1 files changed, 307 insertions(+), 314 deletions(-) + +commit dbeda225674309ede7b4dfea3919d2c93e6abdb9 +Author: Yuri Kozlov +Date: Tue Sep 28 07:41:49 2010 +0400 + + Updated Russian translation + + po/ru.po | 137 + ++++++++++++++++++++++++++++++++++++++++---------------------- + 1 files changed, 89 insertions(+), 48 deletions(-) + +commit e01224ccbe6a96b40c2e045fae4de1e89235a828 +Author: Duarte Loreto +Date: Mon Sep 27 23:41:13 2010 +0100 + + Updated Portuguese translation + + po/pt.po | 365 + +++++++++++++++++++++++++++++++++++--------------------------- + 1 files changed, 206 insertions(+), 159 deletions(-) + +commit 59521019ac6670560312966159df9ad8286e000c +Author: Gintautas Miliauskas +Date: Tue Sep 28 00:12:42 2010 +0300 + + Updated Lithuanian translation (thanks Aurimas Cernius). + + po/lt.po | 569 + +++++++++++++++++++++++++++++++++----------------------------- + 1 files changed, 307 insertions(+), 262 deletions(-) + +commit f878f522121303163454a66104e0e9418ed899e6 +Author: Mario Blättermann +Date: Mon Sep 27 20:19:03 2010 +0200 + + [i18n] Updated German translation + + po/de.po | 584 + +++++++++++++++++++++++++++++++++----------------------------- + 1 files changed, 312 insertions(+), 272 deletions(-) + +commit f4a5987e22f62d4d68f7f487dee40449d3a5ff1e +Author: Andika Triwidada +Date: Tue Sep 28 00:27:52 2010 +0700 + + Updated Indonesian translation + + po/id.po | 463 + ++++++++++++++++++++++++++++++++++---------------------------- + 1 files changed, 254 insertions(+), 209 deletions(-) + +commit 62bc29421c1715edc62dac6f3081dd7ffdcc2194 +Author: Jonh Wendell +Date: Mon Sep 27 13:56:58 2010 -0300 + + Updated Brazilian Portuguese translation + + po/pt_BR.po | 151 + ++++++++++++++++++++++++++++++++++++++--------------------- + 1 files changed, 98 insertions(+), 53 deletions(-) + commit 3c64200f68e3ab67e2f64b99041882b9d741ca7c Author: Ryan Lortie Date: Mon Sep 27 11:41:31 2010 -0400 diff -Nru glib2.0-2.26.0/config.h.win32 glib2.0-2.26.1/config.h.win32 --- glib2.0-2.26.0/config.h.win32 2010-09-28 02:15:49.000000000 +1000 +++ glib2.0-2.26.1/config.h.win32 2010-11-14 17:48:41.000000000 +1100 @@ -35,13 +35,13 @@ #define GETTEXT_PACKAGE "glib20" /* Define to the GLIB binary age */ -#define GLIB_BINARY_AGE 2600 +#define GLIB_BINARY_AGE 2601 /* Byte contents of gmutex */ /* #undef GLIB_BYTE_CONTENTS_GMUTEX */ /* Define to the GLIB interface age */ -#define GLIB_INTERFACE_AGE 0 +#define GLIB_INTERFACE_AGE 1 /* Define the location where the catalogs will be installed */ #define GLIB_LOCALE_DIR "NONE/share/locale" @@ -50,7 +50,7 @@ #define GLIB_MAJOR_VERSION 2 /* Define to the GLIB micro version */ -#define GLIB_MICRO_VERSION 0 +#define GLIB_MICRO_VERSION 1 /* Define to the GLIB minor version */ #define GLIB_MINOR_VERSION 26 @@ -712,13 +712,13 @@ #define PACKAGE_NAME "glib" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "glib 2.26.0" +#define PACKAGE_STRING "glib 2.26.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "glib" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.26.0" +#define PACKAGE_VERSION "2.26.1" /* Maximum POSIX RT priority */ /* #undef POSIX_MAX_PRIORITY */ diff -Nru glib2.0-2.26.0/configure glib2.0-2.26.1/configure --- glib2.0-2.26.0/configure 2010-09-28 02:10:14.000000000 +1000 +++ glib2.0-2.26.1/configure 2010-11-14 17:02:07.000000000 +1100 @@ -1,13 +1,13 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.65 for glib 2.26.0. +# Generated by GNU Autoconf 2.66 for glib 2.26.1. # # Report bugs to . # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software +# Foundation, Inc. # # # This configure script is free software; the Free Software Foundation @@ -173,7 +173,15 @@ as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 -test \$(( 1 + 1 )) = 2 || exit 1" +test \$(( 1 + 1 )) = 2 || exit 1 + + test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ + || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" if (eval "$as_required") 2>/dev/null; then : as_have_required=yes else @@ -320,7 +328,7 @@ test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p @@ -360,19 +368,19 @@ fi # as_fn_arith -# as_fn_error ERROR [LINENO LOG_FD] -# --------------------------------- +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the -# script with status $?, using 1 if that was 0. +# script with STATUS, using 1 if that was 0. as_fn_error () { - as_status=$?; test $as_status -eq 0 && as_status=1 - if test "$3"; then - as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi - $as_echo "$as_me: error: $1" >&2 + $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error @@ -529,161 +537,14 @@ # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" - - -# Check that we are running under the correct shell. SHELL=${CONFIG_SHELL-/bin/sh} -case X$lt_ECHO in -X*--fallback-echo) - # Remove one level of quotation (which was required for Make). - ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','` - ;; -esac - -ECHO=${lt_ECHO-echo} -if test "X$1" = X--no-reexec; then - # Discard the --no-reexec flag, and continue. - shift -elif test "X$1" = X--fallback-echo; then - # Avoid inline document here, it may be left over - : -elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then - # Yippee, $ECHO works! - : -else - # Restart under the correct shell. - exec $SHELL "$0" --no-reexec ${1+"$@"} -fi - -if test "X$1" = X--fallback-echo; then - # used as fallback echo - shift - cat <<_LT_EOF -$* -_LT_EOF - exit 0 -fi - -# The HP-UX ksh and POSIX shell print the target directory to stdout -# if CDPATH is set. -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH - -if test -z "$lt_ECHO"; then - if test "X${echo_test_string+set}" != Xset; then - # find a string as large as possible, as long as the shell can cope with it - for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do - # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... - if { echo_test_string=`eval $cmd`; } 2>/dev/null && - { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null - then - break - fi - done - fi - - if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && - echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - : - else - # The Solaris, AIX, and Digital Unix default echo programs unquote - # backslashes. This makes it impossible to quote backslashes using - # echo "$something" | sed 's/\\/\\\\/g' - # - # So, first we look for a working echo in the user's PATH. - - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR - for dir in $PATH /usr/ucb; do - IFS="$lt_save_ifs" - if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && - test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && - echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - ECHO="$dir/echo" - break - fi - done - IFS="$lt_save_ifs" - - if test "X$ECHO" = Xecho; then - # We didn't find a better echo, so look for alternatives. - if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && - echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - # This shell has a builtin print -r that does the trick. - ECHO='print -r' - elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } && - test "X$CONFIG_SHELL" != X/bin/ksh; then - # If we have ksh, try running configure again with it. - ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} - export ORIGINAL_CONFIG_SHELL - CONFIG_SHELL=/bin/ksh - export CONFIG_SHELL - exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"} - else - # Try using printf. - ECHO='printf %s\n' - if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && - echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - # Cool, printf works - : - elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && - test "X$echo_testing_string" = 'X\t' && - echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL - export CONFIG_SHELL - SHELL="$CONFIG_SHELL" - export SHELL - ECHO="$CONFIG_SHELL $0 --fallback-echo" - elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && - test "X$echo_testing_string" = 'X\t' && - echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && - test "X$echo_testing_string" = "X$echo_test_string"; then - ECHO="$CONFIG_SHELL $0 --fallback-echo" - else - # maybe with a smaller string... - prev=: - - for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do - if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null - then - break - fi - prev="$cmd" - done - - if test "$prev" != 'sed 50q "$0"'; then - echo_test_string=`eval $prev` - export echo_test_string - exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"} - else - # Oops. We lost completely, so just stick with echo. - ECHO=echo - fi - fi - fi - fi - fi -fi - -# Copy echo and quote the copy suitably for passing to libtool from -# the Makefile, instead of quoting the original, which is used later. -lt_ECHO=$ECHO -if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then - lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" -fi - - - test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. -# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` @@ -702,8 +563,8 @@ # Identity of this package. PACKAGE_NAME='glib' PACKAGE_TARNAME='glib' -PACKAGE_VERSION='2.26.0' -PACKAGE_STRING='glib 2.26.0' +PACKAGE_VERSION='2.26.1' +PACKAGE_STRING='glib 2.26.1' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=glib' PACKAGE_URL='' @@ -853,7 +714,6 @@ LIPO NMEDIT DSYMUTIL -lt_ECHO AR LN_S ac_ct_DUMPBIN @@ -903,6 +763,8 @@ INDENT PERL GLIB_EXTRA_CFLAGS +PKG_CONFIG_LIBDIR +PKG_CONFIG_PATH PKG_CONFIG HAVE_CXX_FALSE HAVE_CXX_TRUE @@ -1059,6 +921,7 @@ enable_fast_install with_gnu_ld enable_libtool_lock +with_gnu_ld enable_included_printf with_gio_module_dir enable_selinux @@ -1088,10 +951,19 @@ LIBS CPPFLAGS CPP +CPPFLAGS CXX CXXFLAGS +LDFLAGS +LIBS +CPPFLAGS CCC +CC +LDFLAGS +LIBS PKG_CONFIG +PKG_CONFIG_PATH +PKG_CONFIG_LIBDIR ZLIB_CFLAGS ZLIB_LIBS CXXCPP @@ -1207,7 +1079,7 @@ ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - as_fn_error "invalid feature name: $ac_useropt" + as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in @@ -1233,7 +1105,7 @@ ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - as_fn_error "invalid feature name: $ac_useropt" + as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in @@ -1437,7 +1309,7 @@ ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - as_fn_error "invalid package name: $ac_useropt" + as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in @@ -1453,7 +1325,7 @@ ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && - as_fn_error "invalid package name: $ac_useropt" + as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in @@ -1483,8 +1355,8 @@ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; - -*) as_fn_error "unrecognized option: \`$ac_option' -Try \`$0 --help' for more information." + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" ;; *=*) @@ -1492,7 +1364,7 @@ # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) - as_fn_error "invalid variable name: \`$ac_envvar'" ;; + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; @@ -1510,13 +1382,13 @@ if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` - as_fn_error "missing argument to $ac_option" + as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; - fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi @@ -1539,7 +1411,7 @@ [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac - as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' @@ -1553,8 +1425,8 @@ if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe - $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. - If a cross compiler is detected then cross compile mode will be used." >&2 + $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. + If a cross compiler is detected then cross compile mode will be used" >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi @@ -1569,9 +1441,9 @@ ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || - as_fn_error "working directory cannot be determined" + as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || - as_fn_error "pwd does not report name of working directory" + as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. @@ -1610,11 +1482,11 @@ fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." - as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( - cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then @@ -1640,7 +1512,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 glib 2.26.0 to adapt to many kinds of systems. +\`configure' configures glib 2.26.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1654,7 +1526,7 @@ --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit - -q, --quiet, --silent do not print \`checking...' messages + -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files @@ -1710,7 +1582,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of glib 2.26.0:";; + short | recursive ) echo "Configuration of glib 2.26.1:";; esac cat <<\_ACEOF @@ -1792,6 +1664,10 @@ CXX C++ compiler command CXXFLAGS C++ compiler flags PKG_CONFIG path to pkg-config utility + PKG_CONFIG_PATH + directories to add to pkg-config's search path + PKG_CONFIG_LIBDIR + path overriding pkg-config's built-in search path ZLIB_CFLAGS C compiler flags for ZLIB, overriding pkg-config ZLIB_LIBS linker flags for ZLIB, overriding pkg-config CXXCPP C++ preprocessor @@ -1867,10 +1743,10 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -glib configure 2.26.0 -generated by GNU Autoconf 2.65 +glib configure 2.26.1 +generated by GNU Autoconf 2.66 -Copyright (C) 2009 Free Software Foundation, Inc. +Copyright (C) 2010 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF @@ -2048,7 +1924,7 @@ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } -if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : +if eval "test \"\${$3+set}\"" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -2115,10 +1991,10 @@ ac_fn_c_check_header_mongrel () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : + if eval "test \"\${$3+set}\"" = set; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } -if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : +if eval "test \"\${$3+set}\"" = set; then : $as_echo_n "(cached) " >&6 fi eval ac_res=\$$3 @@ -2177,17 +2053,15 @@ $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} -( cat <<\_ASBOX -## ------------------------------------------------------------------- ## +( $as_echo "## ------------------------------------------------------------------- ## ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=glib ## -## ------------------------------------------------------------------- ## -_ASBOX +## ------------------------------------------------------------------- ##" ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } -if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : +if eval "test \"\${$3+set}\"" = set; then : $as_echo_n "(cached) " >&6 else eval "$3=\$ac_header_compiler" @@ -2251,7 +2125,7 @@ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } -if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : +if eval "test \"\${$3+set}\"" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -2543,7 +2417,7 @@ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 $as_echo_n "checking for $2.$3... " >&6; } -if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then : +if eval "test \"\${$4+set}\"" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -2600,7 +2474,7 @@ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } -if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : +if eval "test \"\${$3+set}\"" = set; then : $as_echo_n "(cached) " >&6 else eval "$3=no" @@ -2648,8 +2522,8 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by glib $as_me 2.26.0, which was -generated by GNU Autoconf 2.65. Invocation command line was +It was created by glib $as_me 2.26.1, which was +generated by GNU Autoconf 2.66. Invocation command line was $ $0 $@ @@ -2759,11 +2633,9 @@ { echo - cat <<\_ASBOX -## ---------------- ## + $as_echo "## ---------------- ## ## Cache variables. ## -## ---------------- ## -_ASBOX +## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( @@ -2797,11 +2669,9 @@ ) echo - cat <<\_ASBOX -## ----------------- ## + $as_echo "## ----------------- ## ## Output variables. ## -## ----------------- ## -_ASBOX +## ----------------- ##" echo for ac_var in $ac_subst_vars do @@ -2814,11 +2684,9 @@ echo if test -n "$ac_subst_files"; then - cat <<\_ASBOX -## ------------------- ## + $as_echo "## ------------------- ## ## File substitutions. ## -## ------------------- ## -_ASBOX +## ------------------- ##" echo for ac_var in $ac_subst_files do @@ -2832,11 +2700,9 @@ fi if test -s confdefs.h; then - cat <<\_ASBOX -## ----------- ## + $as_echo "## ----------- ## ## confdefs.h. ## -## ----------- ## -_ASBOX +## ----------- ##" echo cat confdefs.h echo @@ -2891,7 +2757,12 @@ ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then - ac_site_file1=$CONFIG_SITE + # We do not want a PATH search for config.site. + case $CONFIG_SITE in #(( + -*) ac_site_file1=./$CONFIG_SITE;; + */*) ac_site_file1=$CONFIG_SITE;; + *) ac_site_file1=./$CONFIG_SITE;; + esac elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site @@ -2906,7 +2777,11 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 - . "$ac_site_file" + . "$ac_site_file" \ + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } fi done @@ -2982,7 +2857,7 @@ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} - as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## @@ -3007,16 +2882,22 @@ ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do - for ac_t in install-sh install.sh shtool; do - if test -f "$ac_dir/$ac_t"; then - ac_aux_dir=$ac_dir - ac_install_sh="$ac_aux_dir/$ac_t -c" - break 2 - fi - done + if test -f "$ac_dir/install-sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f "$ac_dir/install.sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f "$ac_dir/shtool"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi done if test -z "$ac_aux_dir"; then - as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 + as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 fi # These three variables are undocumented and unsupported, @@ -3132,11 +3013,11 @@ ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) - as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) - as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; + as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; esac # Do `set' in a subshell so we don't clobber the current shell's @@ -3158,7 +3039,7 @@ # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". - as_fn_error "ls -t appears to fail. Make sure there is not a broken + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi @@ -3168,7 +3049,7 @@ # Ok. : else - as_fn_error "newly created file is older than distributed files! + as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 @@ -3406,7 +3287,7 @@ $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` -if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : +if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF @@ -3414,7 +3295,7 @@ all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF -# GNU make sometimes prints "make[1]: Entering...", which would confuse us. +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; @@ -3448,7 +3329,7 @@ am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then - as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi @@ -3464,7 +3345,7 @@ # Define the identity of the package. PACKAGE='glib' - VERSION='2.26.0' + VERSION='2.26.1' # Some tools Automake needs. @@ -3514,10 +3395,10 @@ GLIB_MAJOR_VERSION=2 GLIB_MINOR_VERSION=26 -GLIB_MICRO_VERSION=0 -GLIB_INTERFACE_AGE=0 -GLIB_BINARY_AGE=2600 -GLIB_VERSION=2.26.0 +GLIB_MICRO_VERSION=1 +GLIB_INTERFACE_AGE=1 +GLIB_BINARY_AGE=2601 +GLIB_VERSION=2.26.1 @@ -3533,19 +3414,19 @@ $as_echo "#define GLIB_MINOR_VERSION 26" >>confdefs.h -$as_echo "#define GLIB_MICRO_VERSION 0" >>confdefs.h +$as_echo "#define GLIB_MICRO_VERSION 1" >>confdefs.h -$as_echo "#define GLIB_INTERFACE_AGE 0" >>confdefs.h +$as_echo "#define GLIB_INTERFACE_AGE 1" >>confdefs.h -$as_echo "#define GLIB_BINARY_AGE 2600" >>confdefs.h +$as_echo "#define GLIB_BINARY_AGE 2601" >>confdefs.h # libtool versioning LT_RELEASE=2.26 LT_CURRENT=2600 -LT_REVISION=0 +LT_REVISION=1 LT_AGE=2600 LT_CURRENT_MINUS_AGE=0 @@ -3878,8 +3759,8 @@ test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "no acceptable C compiler found in \$PATH -See \`config.log' for more details." "$LINENO" 5; } +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 @@ -3993,9 +3874,8 @@ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -{ as_fn_set_status 77 -as_fn_error "C compiler cannot create executables -See \`config.log' for more details." "$LINENO" 5; }; } +as_fn_error 77 "C compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } @@ -4037,8 +3917,8 @@ else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "cannot compute suffix of executables: cannot compile and link -See \`config.log' for more details." "$LINENO" 5; } +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 @@ -4095,9 +3975,9 @@ else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "cannot run C compiled programs. +as_fn_error $? "cannot run C compiled programs. If you meant to cross compile, use \`--host'. -See \`config.log' for more details." "$LINENO" 5; } +See \`config.log' for more details" "$LINENO" 5; } fi fi fi @@ -4148,8 +4028,8 @@ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "cannot compute suffix of object files: cannot compile -See \`config.log' for more details." "$LINENO" 5; } +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi @@ -4685,8 +4565,8 @@ else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "C preprocessor \"$CPP\" fails sanity check -See \`config.log' for more details." "$LINENO" 5; } +as_fn_error $? "C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c @@ -4698,7 +4578,7 @@ # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || - as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 + as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 $as_echo_n "checking build system type... " >&6; } @@ -4709,16 +4589,16 @@ test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && - as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || - as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 $as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; -*) as_fn_error "invalid value of canonical build" "$LINENO" 5;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' @@ -4743,7 +4623,7 @@ ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || - as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 fi fi @@ -4751,7 +4631,7 @@ $as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; -*) as_fn_error "invalid value of canonical host" "$LINENO" 5;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' @@ -4976,7 +4856,7 @@ fi if test "$WINDRES" = no; then - as_fn_error "*** Could not find an implementation of windres in your PATH." "$LINENO" 5 + as_fn_error $? "*** Could not find an implementation of windres in your PATH." "$LINENO" 5 fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args. @@ -5071,7 +4951,7 @@ fi if test "$NM" = no; then - as_fn_error "*** Could not find an implementation of nm in your PATH." "$LINENO" 5 + as_fn_error $? "*** Could not find an implementation of nm in your PATH." "$LINENO" 5 fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. @@ -6151,8 +6031,8 @@ test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "no acceptable C compiler found in \$PATH -See \`config.log' for more details." "$LINENO" 5; } +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 @@ -6530,7 +6410,7 @@ fi set dummy $CC; ac_cc=`$as_echo "$2" | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` -if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then : +if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -6850,6 +6730,10 @@ + + + + if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. @@ -6962,7 +6846,6 @@ $as_echo "no" >&6; } PKG_CONFIG="" fi - fi if test "x$enable_debug" = "xyes"; then @@ -7237,7 +7120,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else - as_fn_error "too old" "$LINENO" 5 + as_fn_error $? "too old" "$LINENO" 5 fi am_display_PYTHON=$PYTHON else @@ -7644,7 +7527,7 @@ esac if test "x$found_iconv" = "xno" ; then - as_fn_error "*** No iconv() implementation found in C library or libiconv" "$LINENO" 5 + as_fn_error $? "*** No iconv() implementation found in C library or libiconv" "$LINENO" 5 fi fi @@ -7699,7 +7582,7 @@ done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then - as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_GREP=$GREP @@ -7765,7 +7648,7 @@ done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then - as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP=$EGREP @@ -7832,7 +7715,7 @@ ;; yes|no) ;; - *) as_fn_error "Value given to --enable-iconv-cache must be one of yes, no or auto" "$LINENO" 5 + *) as_fn_error $? "Value given to --enable-iconv-cache must be one of yes, no or auto" "$LINENO" 5 ;; esac @@ -7887,6 +7770,8 @@ if test $pkg_failed = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes @@ -7901,10 +7786,10 @@ # Put the nasty error message in config.log where it belongs echo "$ZLIB_PKG_ERRORS" >&5 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - found_zlib=no + found_zlib=no elif test $pkg_failed = untried; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } found_zlib=no else ZLIB_CFLAGS=$pkg_cv_ZLIB_CFLAGS @@ -8033,8 +7918,7 @@ as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " -eval as_val=\$$as_ac_Header - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF @@ -8090,7 +7974,7 @@ fi if test "x$found_zlib" = "xno" ; then - as_fn_error "*** Working zlib library and headers not found ***" "$LINENO" 5 + as_fn_error $? "*** Working zlib library and headers not found ***" "$LINENO" 5 fi ZLIB_LIBS='-lz' @@ -8806,7 +8690,7 @@ if test "$gt_cv_have_gettext" != "yes" ; then - as_fn_error " + as_fn_error $? " *** You must have either have gettext support in your C library, or use the *** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html " "$LINENO" 5 @@ -8876,8 +8760,8 @@ -macro_version='2.2.6b' -macro_revision='1.3017' +macro_version='2.2.10' +macro_revision='1.3175' @@ -8893,6 +8777,75 @@ ltmain="$ac_aux_dir/ltmain.sh" +# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 +$as_echo_n "checking how to print strings... " >&6; } +# Test print first, because it will be a builtin if present. +if test "X`print -r -- -n 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "" +} + +case "$ECHO" in + printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 +$as_echo "printf" >&6; } ;; + print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 +$as_echo "print -r" >&6; } ;; + *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 +$as_echo "cat" >&6; } ;; +esac + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } if test "${ac_cv_path_SED+set}" = set; then : @@ -8950,7 +8903,7 @@ done IFS=$as_save_IFS if test -z "$ac_cv_path_SED"; then - as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 fi else ac_cv_path_SED=$SED @@ -9029,7 +8982,7 @@ done IFS=$as_save_IFS if test -z "$ac_cv_path_FGREP"; then - as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_FGREP=$FGREP @@ -9145,7 +9098,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi -test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 +test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if test "${lt_cv_prog_gnu_ld+set}" = set; then : @@ -9228,8 +9181,11 @@ NM="$lt_cv_path_NM" else # Didn't find any BSD compatible name lister, look for dumpbin. - if test -n "$ac_tool_prefix"; then - for ac_prog in "dumpbin -symbols" "link -dump -symbols" + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + if test -n "$ac_tool_prefix"; then + for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 @@ -9273,7 +9229,7 @@ fi if test -z "$DUMPBIN"; then ac_ct_DUMPBIN=$DUMPBIN - for ac_prog in "dumpbin -symbols" "link -dump -symbols" + for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -9328,6 +9284,15 @@ fi fi + case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols" + ;; + *) + DUMPBIN=: + ;; + esac + fi if test "$DUMPBIN" != ":"; then NM="$DUMPBIN" @@ -9347,13 +9312,13 @@ else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext - (eval echo "\"\$as_me:9350: $ac_compile\"" >&5) + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 - (eval echo "\"\$as_me:9353: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 - (eval echo "\"\$as_me:9356: output\"" >&5) + (eval echo "\"\$as_me:$LINENO: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" @@ -9410,6 +9375,11 @@ lt_cv_sys_max_cmd_len=8192; ;; + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. @@ -9474,8 +9444,8 @@ # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. - while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ - = "XX$teststring$teststring"; } >/dev/null 2>&1 && + while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` @@ -9743,16 +9713,18 @@ # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. - if ( file / ) >/dev/null 2>&1; then + # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. + if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else - lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; -cegcc) +cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' @@ -9782,6 +9754,10 @@ lt_cv_deplibs_check_method=pass_all ;; +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in @@ -9790,11 +9766,11 @@ lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) - lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]' + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) - lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac @@ -9816,7 +9792,7 @@ ;; # This must be Linux ELF. -linux* | k*bsd*-gnu) +linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; @@ -10232,6 +10208,18 @@ old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" fi +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac + + + + + + @@ -10401,8 +10389,8 @@ test $ac_status = 0; }; then # Now try to grab the symbols. nlist=conftest.nm - if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5 - (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 + (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "$nlist"; then @@ -10555,7 +10543,7 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 10558 "configure"' > conftest.$ac_ext + echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -11267,6 +11255,38 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 +$as_echo_n "checking for -force_load linker flag... " >&6; } +if test "${lt_cv_ld_force_load+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 + echo "$AR cru libconftest.a conftest.o" >&5 + $AR cru libconftest.a conftest.o 2>&5 + echo "$RANLIB libconftest.a" >&5 + $RANLIB libconftest.a 2>&5 + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&5 + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 +$as_echo "$lt_cv_ld_force_load" >&6; } case $host_os in rhapsody* | darwin1.[012]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; @@ -11294,7 +11314,7 @@ else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' fi - if test "$DSYMUTIL" != ":"; then + if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= @@ -11317,27 +11337,52 @@ -ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu -if test -z "$CXX"; then - if test -n "$CCC"; then - CXX=$CCC - else - if test -n "$ac_tool_prefix"; then - for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC - do - # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. -set dummy $ac_tool_prefix$ac_prog; ac_word=$2 + + +# Set options +# Check whether --enable-static was given. +if test "${enable_static+set}" = set; then : + enableval=$enable_static; p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + enable_static=no +fi + + + + + + + +enable_win32_dll=yes + +case $host in +*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. +set dummy ${ac_tool_prefix}as; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CXX+set}" = set; then : +if test "${ac_cv_prog_AS+set}" = set; then : $as_echo_n "(cached) " >&6 else - if test -n "$CXX"; then - ac_cv_prog_CXX="$CXX" # Let the user override the test. + if test -n "$AS"; then + ac_cv_prog_AS="$AS" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH @@ -11346,7 +11391,7 @@ test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" + ac_cv_prog_AS="${ac_tool_prefix}as" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi @@ -11356,32 +11401,28 @@ fi fi -CXX=$ac_cv_prog_CXX -if test -n "$CXX"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 -$as_echo "$CXX" >&6; } +AS=$ac_cv_prog_AS +if test -n "$AS"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5 +$as_echo "$AS" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi - test -n "$CXX" && break - done fi -if test -z "$CXX"; then - ac_ct_CXX=$CXX - for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 +if test -z "$ac_cv_prog_AS"; then + ac_ct_AS=$AS + # Extract the first word of "as", so it can be a program name with args. +set dummy as; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then : +if test "${ac_cv_prog_ac_ct_AS+set}" = set; then : $as_echo_n "(cached) " >&6 else - if test -n "$ac_ct_CXX"; then - ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. + if test -n "$ac_ct_AS"; then + ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH @@ -11390,7 +11431,7 @@ test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CXX="$ac_prog" + ac_cv_prog_ac_ct_AS="as" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi @@ -11400,555 +11441,10 @@ fi fi -ac_ct_CXX=$ac_cv_prog_ac_ct_CXX -if test -n "$ac_ct_CXX"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 -$as_echo "$ac_ct_CXX" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - test -n "$ac_ct_CXX" && break -done - - if test "x$ac_ct_CXX" = x; then - CXX="g++" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - CXX=$ac_ct_CXX - fi -fi - - fi -fi -# Provide some information about the compiler. -$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 -set X $ac_compile -ac_compiler=$2 -for ac_option in --version -v -V -qversion; do - { { ac_try="$ac_compiler $ac_option >&5" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" -$as_echo "$ac_try_echo"; } >&5 - (eval "$ac_compiler $ac_option >&5") 2>conftest.err - ac_status=$? - if test -s conftest.err; then - sed '10a\ -... rest of stderr output deleted ... - 10q' conftest.err >conftest.er1 - cat conftest.er1 >&5 - fi - rm -f conftest.er1 conftest.err - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } -done - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 -$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } -if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -#ifndef __GNUC__ - choke me -#endif - - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - ac_compiler_gnu=yes -else - ac_compiler_gnu=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -ac_cv_cxx_compiler_gnu=$ac_compiler_gnu - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 -$as_echo "$ac_cv_cxx_compiler_gnu" >&6; } -if test $ac_compiler_gnu = yes; then - GXX=yes -else - GXX= -fi -ac_test_CXXFLAGS=${CXXFLAGS+set} -ac_save_CXXFLAGS=$CXXFLAGS -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 -$as_echo_n "checking whether $CXX accepts -g... " >&6; } -if test "${ac_cv_prog_cxx_g+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - ac_save_cxx_werror_flag=$ac_cxx_werror_flag - ac_cxx_werror_flag=yes - ac_cv_prog_cxx_g=no - CXXFLAGS="-g" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - ac_cv_prog_cxx_g=yes -else - CXXFLAGS="" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - -else - ac_cxx_werror_flag=$ac_save_cxx_werror_flag - CXXFLAGS="-g" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - ac_cv_prog_cxx_g=yes -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_cxx_werror_flag=$ac_save_cxx_werror_flag -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 -$as_echo "$ac_cv_prog_cxx_g" >&6; } -if test "$ac_test_CXXFLAGS" = set; then - CXXFLAGS=$ac_save_CXXFLAGS -elif test $ac_cv_prog_cxx_g = yes; then - if test "$GXX" = yes; then - CXXFLAGS="-g -O2" - else - CXXFLAGS="-g" - fi -else - if test "$GXX" = yes; then - CXXFLAGS="-O2" - else - CXXFLAGS= - fi -fi -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -depcc="$CXX" am_compiler_list= - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 -$as_echo_n "checking dependency style of $depcc... " >&6; } -if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up - # making bogus files that we don't know about and never remove. For - # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. - mkdir conftest.dir - # Copy depcomp to subdir because otherwise we won't find it if we're - # using a relative directory. - cp "$am_depcomp" conftest.dir - cd conftest.dir - # We will build objects and dependencies in a subdirectory because - # it helps to detect inapplicable dependency modes. For instance - # both Tru64's cc and ICC support -MD to output dependencies as a - # side effect of compilation, but ICC will put the dependencies in - # the current directory while Tru64 will put them in the object - # directory. - mkdir sub - - am_cv_CXX_dependencies_compiler_type=none - if test "$am_compiler_list" = ""; then - am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` - fi - am__universal=false - case " $depcc " in #( - *\ -arch\ *\ -arch\ *) am__universal=true ;; - esac - - for depmode in $am_compiler_list; do - # Setup a source with many dependencies, because some compilers - # like to wrap large dependency lists on column 80 (with \), and - # we should not choose a depcomp mode which is confused by this. - # - # We need to recreate these files for each test, as the compiler may - # overwrite some of them when testing with obscure command lines. - # This happens at least with the AIX C compiler. - : > sub/conftest.c - for i in 1 2 3 4 5 6; do - echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h - done - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - - # We check with `-c' and `-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs - am__obj=sub/conftest.${OBJEXT-o} - am__minus_obj="-o $am__obj" - case $depmode in - gcc) - # This depmode causes a compiler race in universal mode. - test "$am__universal" = false || continue - ;; - nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested - if test "x$enable_dependency_tracking" = xyes; then - continue - else - break - fi - ;; - msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has - # not run yet. These depmodes are late enough in the game, and - # so weak that their functioning should not be impacted. - am__obj=conftest.${OBJEXT-o} - am__minus_obj= - ;; - none) break ;; - esac - if depmode=$depmode \ - source=sub/conftest.c object=$am__obj \ - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ - >/dev/null 2>conftest.err && - grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep $am__obj sub/conftest.Po > /dev/null 2>&1 && - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - # icc doesn't choke on unknown options, it will just issue warnings - # or remarks (even with -Werror). So we grep stderr for any message - # that says an option was ignored or not supported. - # When given -MP, icc 7.0 and 7.1 complain thusly: - # icc: Command line warning: ignoring option '-M'; no argument required - # The diagnosis changed in icc 8.0: - # icc: Command line remark: option '-MP' not supported - if (grep 'ignoring option' conftest.err || - grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else - am_cv_CXX_dependencies_compiler_type=$depmode - break - fi - fi - done - - cd .. - rm -rf conftest.dir -else - am_cv_CXX_dependencies_compiler_type=none -fi - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 -$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } -CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type - - if - test "x$enable_dependency_tracking" != xno \ - && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then - am__fastdepCXX_TRUE= - am__fastdepCXX_FALSE='#' -else - am__fastdepCXX_TRUE='#' - am__fastdepCXX_FALSE= -fi - - -if test -n "$CXX" && ( test "X$CXX" != "Xno" && - ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || - (test "X$CXX" != "Xg++"))) ; then - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 -$as_echo_n "checking how to run the C++ preprocessor... " >&6; } -if test -z "$CXXCPP"; then - if test "${ac_cv_prog_CXXCPP+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - # Double quotes because CXXCPP needs to be expanded - for CXXCPP in "$CXX -E" "/lib/cpp" - do - ac_preproc_ok=false -for ac_cxx_preproc_warn_flag in '' yes -do - # Use a header file that comes with gcc, so configuring glibc - # with a fresh cross-compiler works. - # Prefer to if __STDC__ is defined, since - # exists even on freestanding compilers. - # On the NeXT, cc -E runs the code through the compiler's parser, - # not just through cpp. "Syntax error" is here to catch this case. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#ifdef __STDC__ -# include -#else -# include -#endif - Syntax error -_ACEOF -if ac_fn_cxx_try_cpp "$LINENO"; then : - -else - # Broken: fails on valid input. -continue -fi -rm -f conftest.err conftest.$ac_ext - - # OK, works on sane cases. Now check whether nonexistent headers - # can be detected and how. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -_ACEOF -if ac_fn_cxx_try_cpp "$LINENO"; then : - # Broken: success on invalid input. -continue -else - # Passes both tests. -ac_preproc_ok=: -break -fi -rm -f conftest.err conftest.$ac_ext - -done -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -rm -f conftest.err conftest.$ac_ext -if $ac_preproc_ok; then : - break -fi - - done - ac_cv_prog_CXXCPP=$CXXCPP - -fi - CXXCPP=$ac_cv_prog_CXXCPP -else - ac_cv_prog_CXXCPP=$CXXCPP -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5 -$as_echo "$CXXCPP" >&6; } -ac_preproc_ok=false -for ac_cxx_preproc_warn_flag in '' yes -do - # Use a header file that comes with gcc, so configuring glibc - # with a fresh cross-compiler works. - # Prefer to if __STDC__ is defined, since - # exists even on freestanding compilers. - # On the NeXT, cc -E runs the code through the compiler's parser, - # not just through cpp. "Syntax error" is here to catch this case. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#ifdef __STDC__ -# include -#else -# include -#endif - Syntax error -_ACEOF -if ac_fn_cxx_try_cpp "$LINENO"; then : - -else - # Broken: fails on valid input. -continue -fi -rm -f conftest.err conftest.$ac_ext - - # OK, works on sane cases. Now check whether nonexistent headers - # can be detected and how. - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include -_ACEOF -if ac_fn_cxx_try_cpp "$LINENO"; then : - # Broken: success on invalid input. -continue -else - # Passes both tests. -ac_preproc_ok=: -break -fi -rm -f conftest.err conftest.$ac_ext - -done -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. -rm -f conftest.err conftest.$ac_ext -if $ac_preproc_ok; then : - -else - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -_lt_caught_CXX_error=yes; } -fi - -ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - -else - _lt_caught_CXX_error=yes -fi - - - - -# Set options -# Check whether --enable-static was given. -if test "${enable_static+set}" = set; then : - enableval=$enable_static; p=${PACKAGE-default} - case $enableval in - yes) enable_static=yes ;; - no) enable_static=no ;; - *) - enable_static=no - # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," - for pkg in $enableval; do - IFS="$lt_save_ifs" - if test "X$pkg" = "X$p"; then - enable_static=yes - fi - done - IFS="$lt_save_ifs" - ;; - esac -else - enable_static=no -fi - - - - - - - -enable_win32_dll=yes - -case $host in -*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*) - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. -set dummy ${ac_tool_prefix}as; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_AS+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$AS"; then - ac_cv_prog_AS="$AS" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_AS="${ac_tool_prefix}as" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -AS=$ac_cv_prog_AS -if test -n "$AS"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5 -$as_echo "$AS" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -fi -if test -z "$ac_cv_prog_AS"; then - ac_ct_AS=$AS - # Extract the first word of "as", so it can be a program name with args. -set dummy as; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_AS+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$ac_ct_AS"; then - ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_AS="as" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -ac_ct_AS=$ac_cv_prog_ac_ct_AS -if test -n "$ac_ct_AS"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5 -$as_echo "$ac_ct_AS" >&6; } +ac_ct_AS=$ac_cv_prog_ac_ct_AS +if test -n "$ac_ct_AS"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5 +$as_echo "$ac_ct_AS" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -12292,6 +11788,7 @@ + test -z "$LN_S" && LN_S="ln -s" @@ -12341,19 +11838,6 @@ - - - - - - - - - - - - - case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some @@ -12366,23 +11850,6 @@ ;; esac -# Sed substitution that helps us do robust quoting. It backslashifies -# metacharacters that are still active within double-quoted strings. -sed_quote_subst='s/\(["`$\\]\)/\\\1/g' - -# Same as above, but do not quote variable references. -double_quote_subst='s/\(["`\\]\)/\\\1/g' - -# Sed substitution to delay expansion of an escaped shell variable in a -# double_quote_subst'ed string. -delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' - -# Sed substitution to delay expansion of an escaped single quote. -delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' - -# Sed substitution to avoid accidental globbing in evaled expressions -no_glob_subst='s/\*/\\\*/g' - # Global variables: ofile=libtool can_build_shared=yes @@ -12411,7 +11878,7 @@ *) break;; esac done -cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` +cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` # Only perform the check for file, if the check method requires it @@ -12616,7 +12083,12 @@ lt_prog_compiler_no_builtin_flag= if test "$GCC" = yes; then - lt_prog_compiler_no_builtin_flag=' -fno-builtin' + case $cc_basename in + nvcc*) + lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; + *) + lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; + esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } @@ -12636,15 +12108,15 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:12639: $lt_compile\"" >&5) + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:12643: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. - $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_rtti_exceptions=yes @@ -12722,6 +12194,12 @@ lt_prog_compiler_pic='-fno-common' ;; + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + lt_prog_compiler_static= + ;; + hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag @@ -12764,6 +12242,13 @@ lt_prog_compiler_pic='-fPIC' ;; esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + lt_prog_compiler_wl='-Xlinker ' + lt_prog_compiler_pic='-Xcompiler -fPIC' + ;; + esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in @@ -12805,7 +12290,7 @@ lt_prog_compiler_static='-non_shared' ;; - linux* | k*bsd*-gnu) + linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) @@ -12826,7 +12311,7 @@ lt_prog_compiler_pic='--shared' lt_prog_compiler_static='--static' ;; - pgcc* | pgf77* | pgf90* | pgf95*) + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl='-Wl,' @@ -12838,25 +12323,25 @@ # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; - xl*) - # IBM XL C 8.0/Fortran 10.1 on PPC + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-qpic' lt_prog_compiler_static='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) - # Sun C 5.9 + *Sun\ F* | *Sun*Fortran*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' - lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_wl='' ;; - *Sun\ F*) - # Sun Fortran 8.3 passes all unrecognized flags to the linker + *Sun\ C*) + # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' - lt_prog_compiler_wl='' + lt_prog_compiler_wl='-Wl,' ;; esac ;; @@ -12888,7 +12373,7 @@ lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' case $cc_basename in - f77* | f90* | f95*) + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) lt_prog_compiler_wl='-Qoption ld ';; *) lt_prog_compiler_wl='-Wl,';; @@ -12975,15 +12460,15 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:12978: $lt_compile\"" >&5) + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:12982: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. - $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_pic_works=yes @@ -13031,7 +12516,7 @@ if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 - $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_static_works=yes @@ -13080,16 +12565,16 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13083: $lt_compile\"" >&5) + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:13087: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings - $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes @@ -13135,16 +12620,16 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13138: $lt_compile\"" >&5) + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:13142: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings - $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes @@ -13257,7 +12742,33 @@ esac ld_shlibs=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no if test "$with_gnu_ld" = yes; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; + *\ \(GNU\ Binutils\)\ [3-9]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test "$lt_use_gnu_ld_interface" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' @@ -13275,6 +12786,7 @@ fi supports_anon_versioning=no case `$LD -v 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... @@ -13290,11 +12802,12 @@ ld_shlibs=no cat <<_LT_EOF 1>&2 -*** Warning: the GNU linker, at least up to release 2.9.1, is reported +*** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you -*** really care for shared libraries, you may want to modify your PATH -*** so that a non-GNU linker is found, and then restart. +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. _LT_EOF fi @@ -13330,6 +12843,7 @@ # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' + export_dynamic_flag_spec='${wl}--export-all-symbols' allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes @@ -13351,6 +12865,11 @@ fi ;; + haiku*) + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + link_all_deplibs=yes + ;; + interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no @@ -13366,7 +12885,7 @@ archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; - gnu* | linux* | tpf* | k*bsd*-gnu) + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in @@ -13380,11 +12899,12 @@ tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler - whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; - pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers - whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; @@ -13395,13 +12915,17 @@ lf95*) # Lahey Fortran 8.1 whole_archive_flag_spec= tmp_sharedflag='--shared' ;; - xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) + xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + compiler_needs_object=yes + ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 - whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' compiler_needs_object=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 @@ -13417,17 +12941,17 @@ fi case $cc_basename in - xlf*) + xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' hardcode_libdir_flag_spec= hardcode_libdir_flag_spec_ld='-rpath $libdir' - archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' + archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ - $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac @@ -13548,8 +13072,10 @@ else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global + # defined symbols, whereas GNU nm marks them as "W". if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then - export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi @@ -13667,7 +13193,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" - archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' @@ -13711,8 +13237,13 @@ # -berok will link without error, but may produce a broken library. no_undefined_flag=' ${wl}-bernotok' allow_undefined_flag=' ${wl}-berok' - # Exported symbols can be pulled into shared objects from archives - whole_archive_flag_spec='$convenience' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec='$convenience' + fi archive_cmds_need_lc=yes # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' @@ -13751,7 +13282,7 @@ # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. - archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' + archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_from_new_cmds='true' # FIXME: Should let the user specify the lib program. @@ -13767,7 +13298,11 @@ hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported - whole_archive_flag_spec='' + if test "$lt_cv_ld_force_load" = "yes"; then + whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + else + whole_archive_flag_spec='' + fi link_all_deplibs=yes allow_undefined_flag="$_lt_dar_allow_undefined" case $cc_basename in @@ -13775,7 +13310,7 @@ *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then - output_verbose_link_cmd=echo + output_verbose_link_cmd=func_echo_all archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" @@ -13841,7 +13376,7 @@ ;; hpux10*) - if test "$GCC" = yes -a "$with_gnu_ld" = no; then + if test "$GCC" = yes && test "$with_gnu_ld" = no; then archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' @@ -13860,7 +13395,7 @@ ;; hpux11*) - if test "$GCC" = yes -a "$with_gnu_ld" = no; then + if test "$GCC" = yes && test "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' @@ -13881,7 +13416,46 @@ archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) - archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 +$as_echo_n "checking if $CC understands -b... " >&6; } +if test "${lt_cv_prog_compiler__b+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler__b=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS -b" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler__b=yes + fi + else + lt_cv_prog_compiler__b=yes + fi + fi + $RM -r conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 +$as_echo "$lt_cv_prog_compiler__b" >&6; } + +if test x"$lt_cv_prog_compiler__b" = xyes; then + archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' +else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' +fi + ;; esac fi @@ -13909,7 +13483,7 @@ irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. @@ -13920,15 +13494,15 @@ int foo(void) {} _ACEOF if ac_fn_c_try_link "$LINENO"; then : - archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS="$save_LDFLAGS" else - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' - archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' @@ -13990,17 +13564,17 @@ hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported - archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' + archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' - archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' - archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' @@ -14010,13 +13584,13 @@ osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' - archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else allow_undefined_flag=' -expect_unresolved \*' - archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ - $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' + $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' @@ -14219,44 +13793,50 @@ # to ld, don't add -lc before -lgcc. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } - $RM conftest* - echo "$lt_simple_compile_test_code" > conftest.$ac_ext +if test "${lt_cv_archive_cmds_need_lc+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + $RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext - if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 2>conftest.err; then - soname=conftest - lib=conftest - libobjs=conftest.$ac_objext - deplibs= - wl=$lt_prog_compiler_wl - pic_flag=$lt_prog_compiler_pic - compiler_flags=-v - linker_flags=-v - verstring= - output_objdir=. - libname=conftest - lt_save_allow_undefined_flag=$allow_undefined_flag - allow_undefined_flag= - if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl + pic_flag=$lt_prog_compiler_pic + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag + allow_undefined_flag= + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } - then - archive_cmds_need_lc=no - else - archive_cmds_need_lc=yes - fi - allow_undefined_flag=$lt_save_allow_undefined_flag - else - cat conftest.err 1>&5 - fi - $RM conftest* - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5 -$as_echo "$archive_cmds_need_lc" >&6; } + then + lt_cv_archive_cmds_need_lc=no + else + lt_cv_archive_cmds_need_lc=yes + fi + allow_undefined_flag=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 +$as_echo "$lt_cv_archive_cmds_need_lc" >&6; } + archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc ;; esac fi @@ -14427,16 +14007,23 @@ darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac - lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;; + *) lt_sed_strip_eq="s,=/,/,g" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. - lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` - else - lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - fi + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= @@ -14449,7 +14036,7 @@ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done - lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk ' + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; @@ -14469,7 +14056,13 @@ if (lt_foo != "") { lt_freq[lt_foo]++; } if (lt_freq[lt_foo] == 1) { print lt_foo; } }'` - sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's,/\([A-Za-z]:\),\1,g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi @@ -14557,7 +14150,7 @@ m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; @@ -14610,23 +14203,12 @@ cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' - sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' - sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then - # It is most probably a Windows format PATH printed by - # mingw gcc, but we are running on Cygwin. Gcc prints its search - # path with ; separators, and with drive letters. We can handle the - # drive letters (cygwin fileutils understands them), so leave them, - # especially as we might pass files found there to a mingw objdump, - # which wouldn't understand a cygwinified path. Ahh. - sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` - else - sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' @@ -14726,6 +14308,19 @@ hardcode_into_libs=yes ;; +haiku*) + version_type=linux + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=yes + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. @@ -14768,8 +14363,10 @@ soname_spec='${libname}${release}${shared_ext}$major' ;; esac - # HP-UX runs *really* slowly unless shared libraries are mode 555. + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 ;; interix[3-9]*) @@ -14827,7 +14424,7 @@ ;; # This must be Linux ELF. -linux* | k*bsd*-gnu) +linux* | k*bsd*-gnu | kopensolaris*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -14836,12 +14433,17 @@ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no + # Some binutils ld are patched to set DT_RUNPATH - save_LDFLAGS=$LDFLAGS - save_libdir=$libdir - eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ - LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext + if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ + LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -14854,13 +14456,17 @@ _ACEOF if ac_fn_c_try_link "$LINENO"; then : if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : - shlibpath_overrides_runpath=yes + lt_cv_shlibpath_overrides_runpath=yes fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext - LDFLAGS=$save_LDFLAGS - libdir=$save_libdir + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + +fi + + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install @@ -14872,8 +14478,9 @@ # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" + fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -15175,6 +14782,11 @@ + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action= @@ -15505,7 +15117,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 15508 "configure" +#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -15546,7 +15158,13 @@ # endif #endif -void fnord() { int i=42;} +/* When -fvisbility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +void fnord () __attribute__((visibility("default"))); +#endif + +void fnord () { int i=42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); @@ -15555,7 +15173,11 @@ if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; - else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } /* dlclose (self); */ } else @@ -15601,7 +15223,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 15604 "configure" +#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -15642,7 +15264,13 @@ # endif #endif -void fnord() { int i=42;} +/* When -fvisbility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +void fnord () __attribute__((visibility("default"))); +#endif + +void fnord () { int i=42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); @@ -15651,7 +15279,11 @@ if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; - else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } /* dlclose (self); */ } else @@ -15769,45 +15401,184 @@ $as_echo_n "checking whether to build shared libraries... " >&6; } test "$can_build_shared" = "no" && enable_shared=no - # On AIX, shared libraries and static libraries use the same namespace, and - # are all built from PIC. - case $host_os in - aix3*) - test "$enable_shared" = yes && enable_static=no - if test -n "$RANLIB"; then - archive_cmds="$archive_cmds~\$RANLIB \$lib" - postinstall_cmds='$RANLIB $lib' - fi - ;; + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + + aix[4-9]*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + esac + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 +$as_echo "$enable_shared" >&6; } + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 +$as_echo_n "checking whether to build static libraries... " >&6; } + # Make sure either enable_shared or enable_static is yes. + test "$enable_shared" = yes || enable_static=yes + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 +$as_echo "$enable_static" >&6; } + + + + +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC="$lt_save_CC" + + if test -n "$CXX" && ( test "X$CXX" != "Xno" && + ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || + (test "X$CXX" != "Xg++"))) ; then + ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 +$as_echo_n "checking how to run the C++ preprocessor... " >&6; } +if test -z "$CXXCPP"; then + if test "${ac_cv_prog_CXXCPP+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + # Double quotes because CXXCPP needs to be expanded + for CXXCPP in "$CXX -E" "/lib/cpp" + do + ac_preproc_ok=false +for ac_cxx_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + break +fi - aix[4-9]*) - if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then - test "$enable_shared" = yes && enable_static=no - fi - ;; - esac - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 -$as_echo "$enable_shared" >&6; } + done + ac_cv_prog_CXXCPP=$CXXCPP - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 -$as_echo_n "checking whether to build static libraries... " >&6; } - # Make sure either enable_shared or enable_static is yes. - test "$enable_shared" = yes || enable_static=yes - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 -$as_echo "$enable_static" >&6; } +fi + CXXCPP=$ac_cv_prog_CXXCPP +else + ac_cv_prog_CXXCPP=$CXXCPP +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5 +$as_echo "$CXXCPP" >&6; } +ac_preproc_ok=false +for ac_cxx_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.$ac_ext + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.$ac_ext +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check +See \`config.log' for more details" "$LINENO" 5; } fi + ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -CC="$lt_save_CC" - +else + _lt_caught_CXX_error=yes +fi ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' @@ -15834,6 +15605,8 @@ module_expsym_cmds_CXX= link_all_deplibs_CXX=unknown old_archive_cmds_CXX=$old_archive_cmds +reload_flag_CXX=$reload_flag +reload_cmds_CXX=$reload_cmds no_undefined_flag_CXX= whole_archive_flag_spec_CXX= enable_shared_with_static_runtimes_CXX=no @@ -15916,7 +15689,7 @@ *) break;; esac done -cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` +cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` if test -n "$compiler"; then @@ -16016,7 +15789,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi -test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 +test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if test "${lt_cv_prog_gnu_ld+set}" = set; then : @@ -16078,7 +15851,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else GXX=no @@ -16220,7 +15993,7 @@ hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" - archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib' @@ -16264,8 +16037,13 @@ # -berok will link without error, but may produce a broken library. no_undefined_flag_CXX=' ${wl}-bernotok' allow_undefined_flag_CXX=' ${wl}-berok' - # Exported symbols can be pulled into shared objects from archives - whole_archive_flag_spec_CXX='$convenience' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec_CXX='$convenience' + fi archive_cmds_need_lc_CXX=yes # This is similar to how AIX traditionally builds its shared # libraries. @@ -16298,6 +16076,7 @@ # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec_CXX='-L$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-all-symbols' allow_undefined_flag_CXX=unsupported always_export_symbols_CXX=no enable_shared_with_static_runtimes_CXX=yes @@ -16324,7 +16103,11 @@ hardcode_direct_CXX=no hardcode_automatic_CXX=yes hardcode_shlibpath_var_CXX=unsupported - whole_archive_flag_spec_CXX='' + if test "$lt_cv_ld_force_load" = "yes"; then + whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + else + whole_archive_flag_spec_CXX='' + fi link_all_deplibs_CXX=yes allow_undefined_flag_CXX="$_lt_dar_allow_undefined" case $cc_basename in @@ -16332,7 +16115,7 @@ *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then - output_verbose_link_cmd=echo + output_verbose_link_cmd=func_echo_all archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" @@ -16385,6 +16168,11 @@ gnu*) ;; + haiku*) + archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + link_all_deplibs_CXX=yes + ;; + hpux9*) hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' hardcode_libdir_separator_CXX=: @@ -16409,7 +16197,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes; then @@ -16474,7 +16262,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes; then @@ -16517,7 +16305,7 @@ case $cc_basename in CC*) # SGI C++ - archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is @@ -16528,9 +16316,9 @@ *) if test "$GXX" = yes; then if test "$with_gnu_ld" = no; then - archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else - archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib' + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' fi fi link_all_deplibs_CXX=yes @@ -16541,7 +16329,7 @@ inherit_rpath_CXX=yes ;; - linux* | k*bsd*-gnu) + linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler @@ -16559,7 +16347,7 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' + output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' export_dynamic_flag_spec_CXX='${wl}--export-dynamic' @@ -16596,26 +16384,26 @@ pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in - *pgCC\ [1-5]* | *pgcpp\ [1-5]*) + *pgCC\ [1-5].* | *pgcpp\ [1-5].*) prelink_cmds_CXX='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ - compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"' + compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' old_archive_cmds_CXX='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ - $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~ + $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ $RANLIB $oldlib' archive_cmds_CXX='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ - $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' archive_expsym_cmds_CXX='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ - $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; - *) # Version 6 will use weak symbols + *) # Version 6 and above use weak symbols archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; @@ -16623,7 +16411,7 @@ hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' export_dynamic_flag_spec_CXX='${wl}--export-dynamic' - whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' ;; cxx*) # Compaq C++ @@ -16642,9 +16430,9 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' ;; - xl*) + xl* | mpixl* | bgxl*) # IBM XL 8.0 on PPC, with GNU ld hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' export_dynamic_flag_spec_CXX='${wl}--export-dynamic' @@ -16664,13 +16452,13 @@ archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' hardcode_libdir_flag_spec_CXX='-R$libdir' - whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' + whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' compiler_needs_object_CXX=yes # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. - output_verbose_link_cmd='echo' + output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is @@ -16739,7 +16527,7 @@ export_dynamic_flag_spec_CXX='${wl}-E' whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' fi - output_verbose_link_cmd=echo + output_verbose_link_cmd=func_echo_all else ld_shlibs_CXX=no fi @@ -16774,15 +16562,15 @@ case $host in osf3*) allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' - archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' ;; *) allow_undefined_flag_CXX=' -expect_unresolved \*' - archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' + archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ - $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~ + $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ $RM $lib.exp' hardcode_libdir_flag_spec_CXX='-rpath $libdir' ;; @@ -16798,17 +16586,17 @@ # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' case $host in osf3*) - archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; *) - archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; esac @@ -16818,7 +16606,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # FIXME: insert proper C++ library support @@ -16854,7 +16642,7 @@ solaris*) case $cc_basename in - CC*) + CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ archive_cmds_need_lc_CXX=yes no_undefined_flag_CXX=' -zdefs' @@ -16875,7 +16663,7 @@ esac link_all_deplibs_CXX=yes - output_verbose_link_cmd='echo' + output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is @@ -16902,7 +16690,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # g++ 2.7 appears to require `-G' NOT `-shared' on this # platform. @@ -16913,7 +16701,7 @@ # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. - output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' + output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' fi hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir' @@ -16967,6 +16755,10 @@ CC*) archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~ + '"$old_archive_cmds_CXX" + reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~ + '"$reload_cmds_CXX" ;; *) archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' @@ -17148,7 +16940,7 @@ solaris*) case $cc_basename in - CC*) + CC* | sunCC*) # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as @@ -17264,6 +17056,11 @@ # DJGPP does not support shared libraries at all lt_prog_compiler_pic_CXX= ;; + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + lt_prog_compiler_static_CXX= + ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. @@ -17369,7 +17166,7 @@ ;; esac ;; - linux* | k*bsd*-gnu) + linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # KAI C++ Compiler @@ -17402,8 +17199,8 @@ lt_prog_compiler_pic_CXX= lt_prog_compiler_static_CXX='-non_shared' ;; - xlc* | xlC*) - # IBM XL 8.0 on PPC + xlc* | xlC* | bgxl[cC]* | mpixl[cC]*) + # IBM XL 8.0, 9.0 on PPC and BlueGene lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-qpic' lt_prog_compiler_static_CXX='-qstaticlink' @@ -17465,7 +17262,7 @@ ;; solaris*) case $cc_basename in - CC*) + CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-Bstatic' @@ -17557,15 +17354,15 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17560: $lt_compile\"" >&5) + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:17564: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. - $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_pic_works_CXX=yes @@ -17610,7 +17407,7 @@ if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 - $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_static_works_CXX=yes @@ -17656,16 +17453,16 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17659: $lt_compile\"" >&5) + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:17663: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings - $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o_CXX=yes @@ -17708,16 +17505,16 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17711: $lt_compile\"" >&5) + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:17715: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings - $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o_CXX=yes @@ -17772,8 +17569,10 @@ aix[4-9]*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global defined + # symbols, whereas GNU nm marks them as "W". if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then - export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi @@ -17820,44 +17619,50 @@ # to ld, don't add -lc before -lgcc. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } - $RM conftest* - echo "$lt_simple_compile_test_code" > conftest.$ac_ext +if test "${lt_cv_archive_cmds_need_lc_CXX+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + $RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext - if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 2>conftest.err; then - soname=conftest - lib=conftest - libobjs=conftest.$ac_objext - deplibs= - wl=$lt_prog_compiler_wl_CXX - pic_flag=$lt_prog_compiler_pic_CXX - compiler_flags=-v - linker_flags=-v - verstring= - output_objdir=. - libname=conftest - lt_save_allow_undefined_flag=$allow_undefined_flag_CXX - allow_undefined_flag_CXX= - if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl_CXX + pic_flag=$lt_prog_compiler_pic_CXX + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag_CXX + allow_undefined_flag_CXX= + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } - then - archive_cmds_need_lc_CXX=no - else - archive_cmds_need_lc_CXX=yes - fi - allow_undefined_flag_CXX=$lt_save_allow_undefined_flag - else - cat conftest.err 1>&5 - fi - $RM conftest* - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc_CXX" >&5 -$as_echo "$archive_cmds_need_lc_CXX" >&6; } + then + lt_cv_archive_cmds_need_lc_CXX=no + else + lt_cv_archive_cmds_need_lc_CXX=yes + fi + allow_undefined_flag_CXX=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5 +$as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; } + archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX ;; esac fi @@ -18014,7 +17819,7 @@ m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; @@ -18067,23 +17872,11 @@ cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' - sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" + ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' - sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` - if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then - # It is most probably a Windows format PATH printed by - # mingw gcc, but we are running on Cygwin. Gcc prints its search - # path with ; separators, and with drive letters. We can handle the - # drive letters (cygwin fileutils understands them), so leave them, - # especially as we might pass files found there to a mingw objdump, - # which wouldn't understand a cygwinified path. Ahh. - sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` - else - sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' @@ -18182,6 +17975,19 @@ hardcode_into_libs=yes ;; +haiku*) + version_type=linux + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=yes + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. @@ -18224,8 +18030,10 @@ soname_spec='${libname}${release}${shared_ext}$major' ;; esac - # HP-UX runs *really* slowly unless shared libraries are mode 555. + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 ;; interix[3-9]*) @@ -18283,7 +18091,7 @@ ;; # This must be Linux ELF. -linux* | k*bsd*-gnu) +linux* | k*bsd*-gnu | kopensolaris*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -18292,12 +18100,17 @@ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no + # Some binutils ld are patched to set DT_RUNPATH - save_LDFLAGS=$LDFLAGS - save_libdir=$libdir - eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \ - LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\"" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext + if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \ + LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\"" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -18310,13 +18123,17 @@ _ACEOF if ac_fn_cxx_try_link "$LINENO"; then : if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : - shlibpath_overrides_runpath=yes + lt_cv_shlibpath_overrides_runpath=yes fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext - LDFLAGS=$save_LDFLAGS - libdir=$save_libdir + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + +fi + + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install @@ -18328,8 +18145,9 @@ # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" + fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -18580,6 +18398,8 @@ + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action_CXX= @@ -18666,16 +18486,15 @@ : ${CONFIG_LT=./config.lt} { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_LT" >&5 $as_echo "$as_me: creating $CONFIG_LT" >&6;} -cat >"$CONFIG_LT" <<_LTEOF +as_write_fail=0 +cat >"$CONFIG_LT" <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate a libtool stub with the current configuration. - -lt_cl_silent=false SHELL=\${CONFIG_SHELL-$SHELL} -_LTEOF - -cat >>"$CONFIG_LT" <<\_LTEOF +export SHELL +_ASEOF +cat >>"$CONFIG_LT" <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## @@ -18800,20 +18619,19 @@ (unset CDPATH) >/dev/null 2>&1 && unset CDPATH - -# as_fn_error ERROR [LINENO LOG_FD] -# --------------------------------- +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the -# script with status $?, using 1 if that was 0. +# script with STATUS, using 1 if that was 0. as_fn_error () { - as_status=$?; test $as_status -eq 0 && as_status=1 - if test "$3"; then - as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi - $as_echo "$as_me: error: $1" >&2 + $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error @@ -19009,7 +18827,7 @@ test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" "$LINENO" 5 + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p @@ -19050,8 +18868,15 @@ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" - exec 6>&1 +## --------------------------------- ## +## Main body of "$CONFIG_LT" script. ## +## --------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x "$CONFIG_LT" + +cat >>"$CONFIG_LT" <<\_LTEOF +lt_cl_silent=false exec 5>>config.log { echo @@ -19075,10 +18900,10 @@ Report bugs to ." lt_cl_version="\ -glib config.lt 2.26.0 -configured by $0, generated by GNU Autoconf 2.65. +glib config.lt 2.26.1 +configured by $0, generated by GNU Autoconf 2.66. -Copyright (C) 2008 Free Software Foundation, Inc. +Copyright (C) 2010 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." @@ -19094,10 +18919,10 @@ --quiet | --q* | --silent | --s* | -q ) lt_cl_silent=: ;; - -*) as_fn_error "unrecognized option: $1 + -*) as_fn_error $? "unrecognized option: $1 Try \`$0 --help' for more information." "$LINENO" 5 ;; - *) as_fn_error "unrecognized argument: $1 + *) as_fn_error $? "unrecognized argument: $1 Try \`$0 --help' for more information." "$LINENO" 5 ;; esac shift @@ -19118,186 +18943,203 @@ sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' -macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`' -macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`' -enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`' -AS='`$ECHO "X$AS" | $Xsed -e "$delay_single_quote_subst"`' -DLLTOOL='`$ECHO "X$DLLTOOL" | $Xsed -e "$delay_single_quote_subst"`' -OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`' -enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`' -pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`' -enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`' -host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`' -host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`' -host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`' -build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`' -build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`' -build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`' -SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`' -Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`' -GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`' -EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`' -FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`' -LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`' -NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`' -LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`' -max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`' -ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`' -exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`' -lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`' -lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`' -lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`' -reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`' -reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`' -deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`' -file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`' -AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`' -AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`' -STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`' -RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`' -old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' -old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' -old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' -CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`' -CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`' -compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`' -GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' -objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`' -SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`' -ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`' -MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`' -lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`' -need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`' -DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`' -NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`' -LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`' -OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`' -OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`' -libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`' -shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`' -extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' -archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`' -enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`' -export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' -whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' -compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`' -old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`' -old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' -archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' -archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' -module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`' -module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' -with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`' -allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' -no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`' -inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`' -link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`' -fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`' -always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`' -export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`' -exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`' -include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`' -prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`' -file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`' -variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`' -need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' -need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`' -version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`' -runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`' -shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' -shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`' -libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`' -library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`' -soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`' -postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' -postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' -finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`' -finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`' -sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`' -sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`' -enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`' -enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`' -enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`' -old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`' -striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`' -compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`' -predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`' -postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`' -predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`' -postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`' -compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`' -LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`' -old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' -compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`' -GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`' -lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`' -archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`' -enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`' -export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' -whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' -compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`' -old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' -old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' -archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' -archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' -module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' -module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' -with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`' -allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`' -no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`' -inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`' -link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`' -fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`' -always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`' -export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' -exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`' -include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`' -prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' -file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`' -compiler_lib_search_dirs_CXX='`$ECHO "X$compiler_lib_search_dirs_CXX" | $Xsed -e "$delay_single_quote_subst"`' -predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`' -postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`' -predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`' -postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`' -compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`' +macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' +macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' +enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' +AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`' +DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' +OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' +enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' +pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' +enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' +SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' +ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' +host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' +host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' +host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' +build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' +build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' +build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' +SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' +Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' +GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' +EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' +FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' +LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' +NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' +LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' +max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' +ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' +exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' +lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' +lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' +lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' +reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' +reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' +deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' +file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' +AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' +AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' +STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' +RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' +old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' +old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' +lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' +CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' +CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' +compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' +GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' +objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' +MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' +need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' +DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' +NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' +LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' +OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' +OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' +libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' +shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' +extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' +compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' +module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' +with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' +no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' +hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' +hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' +inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' +link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' +fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`' +always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' +exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' +include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' +prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' +file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' +variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' +need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' +need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' +version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' +runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' +libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' +library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' +soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' +install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' +postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' +postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' +finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' +hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' +sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' +sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' +hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' +enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' +old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' +striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`' +predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`' +postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`' +predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`' +postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`' +LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`' +reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`' +reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`' +old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' +compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' +GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' +compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`' +archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' +module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' +with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' +no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' +inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' +link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' +fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`' +always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`' +exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`' +include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`' +prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`' +file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' +predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`' +postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`' +predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`' +postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`' LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + # Quote evaled strings. -for var in SED \ +for var in AS \ +DLLTOOL \ +OBJDUMP \ +SHELL \ +ECHO \ +SED \ GREP \ EGREP \ FGREP \ @@ -19320,8 +19162,6 @@ lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ -SHELL \ -ECHO \ lt_prog_compiler_no_builtin_flag \ lt_prog_compiler_wl \ lt_prog_compiler_pic \ @@ -19351,6 +19191,7 @@ libname_spec \ library_names_spec \ soname_spec \ +install_override_mode \ finish_eval \ old_striplib \ striplib \ @@ -19361,6 +19202,7 @@ postdeps \ compiler_lib_search_path \ LD_CXX \ +reload_flag_CXX \ compiler_CXX \ lt_prog_compiler_no_builtin_flag_CXX \ lt_prog_compiler_wl_CXX \ @@ -19386,9 +19228,9 @@ predeps_CXX \ postdeps_CXX \ compiler_lib_search_path_CXX; do - case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" @@ -19415,6 +19257,7 @@ finish_cmds \ sys_lib_search_path_spec \ sys_lib_dlsearch_path_spec \ +reload_cmds_CXX \ old_archive_cmds_CXX \ old_archive_from_new_cmds_CXX \ old_archive_from_expsyms_cmds_CXX \ @@ -19424,9 +19267,9 @@ module_expsym_cmds_CXX \ export_symbols_cmds_CXX \ prelink_cmds_CXX; do - case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" @@ -19434,12 +19277,6 @@ esac done -# Fix-up fallback echo if it was mangled by the above quoting rules. -case \$lt_ECHO in -*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\` - ;; -esac - ac_aux_dir='$ac_aux_dir' xsi_shell='$xsi_shell' lt_shell_append='$lt_shell_append' @@ -19487,7 +19324,8 @@ # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, +# Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. @@ -19527,13 +19365,13 @@ build_old_libs=$enable_static # Assembler program. -AS=$AS +AS=$lt_AS # DLL creation program. -DLLTOOL=$DLLTOOL +DLLTOOL=$lt_DLLTOOL # Object dumper program. -OBJDUMP=$OBJDUMP +OBJDUMP=$lt_OBJDUMP # Whether or not to build shared libraries. build_libtool_libs=$enable_shared @@ -19544,6 +19382,12 @@ # Whether or not to optimize for fast installation. fast_install=$enable_fast_install +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# An echo program that protects backslashes. +ECHO=$lt_ECHO + # The host system. host_alias=$host_alias host=$host @@ -19593,10 +19437,6 @@ # turn newlines into spaces. NL2SP=$lt_lt_NL2SP -# How to create reloadable object files. -reload_flag=$lt_reload_flag -reload_cmds=$lt_reload_cmds - # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method @@ -19615,6 +19455,9 @@ old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds +# Whether to use a lock for old archive extraction. +lock_old_archive_extraction=$lock_old_archive_extraction + # A C compiler. LTCC=$lt_CC @@ -19636,12 +19479,6 @@ # The name of the directory that contains temporary libtool files. objdir=$objdir -# Shell to use when invoking shell scripts. -SHELL=$lt_SHELL - -# An echo program that does not interpret backslashes. -ECHO=$lt_ECHO - # Used to examine libraries when file_magic_cmd begins with "file". MAGIC_CMD=$MAGIC_CMD @@ -19704,6 +19541,9 @@ # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec +# Permission mode override for installation of shared libraries. +install_override_mode=$lt_install_override_mode + # Command to use after installation of a shared archive. postinstall_cmds=$lt_postinstall_cmds @@ -19743,6 +19583,10 @@ # The linker used to build libraries. LD=$lt_LD +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds @@ -20016,7 +19860,7 @@ func_dirname () { # Extract subdirectory from the argument. - func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` + func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else @@ -20027,7 +19871,7 @@ # func_basename file func_basename () { - func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` + func_basename_result=`$ECHO "${1}" | $SED "$basename"` } @@ -20040,10 +19884,8 @@ func_stripname () { case ${2} in - .*) func_stripname_result=`$ECHO "X${3}" \ - | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;; - *) func_stripname_result=`$ECHO "X${3}" \ - | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;; + .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; + *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; esac } @@ -20054,20 +19896,20 @@ # func_opt_split func_opt_split () { - func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` - func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` + func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"` + func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"` } # func_lo2o object func_lo2o () { - func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` + func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` } # func_xform libobj-or-source func_xform () { - func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'` + func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` } # func_arith arithmetic-term... @@ -20128,6 +19970,10 @@ # The linker used to build libraries. LD=$lt_LD_CXX +# How to create reloadable object files. +reload_flag=$lt_reload_flag_CXX +reload_cmds=$lt_reload_cmds_CXX + # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds_CXX @@ -20282,15 +20128,13 @@ # appending to config.log, which fails on DOS, as config.log is still kept # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. -if test "$no_create" != yes; then - lt_cl_success=: - test "$silent" = yes && - lt_config_lt_args="$lt_config_lt_args --quiet" - exec 5>/dev/null - $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false - exec 5>>config.log - $lt_cl_success || as_fn_exit 1 -fi +lt_cl_success=: +test "$silent" = yes && + lt_config_lt_args="$lt_config_lt_args --quiet" +exec 5>/dev/null +$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false +exec 5>>config.log +$lt_cl_success || as_fn_exit 1 @@ -20305,7 +20149,7 @@ if test "$glib_native_win32" = "yes"; then if test x$enable_static = xyes -a x$enable_shared = xyes; then - as_fn_error "Can not build both shared and static at the same time on Windows." "$LINENO" 5 + as_fn_error $? "Can not build both shared and static at the same time on Windows." "$LINENO" 5 fi if test x$enable_static = xyes; then glib_win32_static_compilation=yes @@ -20331,8 +20175,8 @@ if test "$cross_compiling" = yes; then : { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "cannot run test program while cross compiling -See \`config.log' for more details." "$LINENO" 5; } +as_fn_error $? "cannot run test program while cross compiling +See \`config.log' for more details" "$LINENO" 5; } else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -20348,8 +20192,8 @@ if test "$cross_compiling" = yes; then : { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "cannot run test program while cross compiling -See \`config.log' for more details." "$LINENO" 5; } +as_fn_error $? "cannot run test program while cross compiling +See \`config.log' for more details" "$LINENO" 5; } else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -20685,8 +20529,7 @@ for ac_func in _getb67 GETB67 getb67; do as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -eval as_val=\$$as_ac_var - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define CRAY_STACKSEG_END $ac_func @@ -20752,8 +20595,7 @@ do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -eval as_val=\$$as_ac_var - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF @@ -20765,8 +20607,7 @@ do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -eval as_val=\$$as_ac_var - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF @@ -20790,9 +20631,8 @@ if test "$ac_cv_type_char" = yes; then { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -{ as_fn_set_status 77 -as_fn_error "cannot compute sizeof (char) -See \`config.log' for more details." "$LINENO" 5; }; } +as_fn_error 77 "cannot compute sizeof (char) +See \`config.log' for more details" "$LINENO" 5; } else ac_cv_sizeof_char=0 fi @@ -20824,9 +20664,8 @@ if test "$ac_cv_type_short" = yes; then { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -{ as_fn_set_status 77 -as_fn_error "cannot compute sizeof (short) -See \`config.log' for more details." "$LINENO" 5; }; } +as_fn_error 77 "cannot compute sizeof (short) +See \`config.log' for more details" "$LINENO" 5; } else ac_cv_sizeof_short=0 fi @@ -20858,9 +20697,8 @@ if test "$ac_cv_type_long" = yes; then { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -{ as_fn_set_status 77 -as_fn_error "cannot compute sizeof (long) -See \`config.log' for more details." "$LINENO" 5; }; } +as_fn_error 77 "cannot compute sizeof (long) +See \`config.log' for more details" "$LINENO" 5; } else ac_cv_sizeof_long=0 fi @@ -20892,9 +20730,8 @@ if test "$ac_cv_type_int" = yes; then { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -{ as_fn_set_status 77 -as_fn_error "cannot compute sizeof (int) -See \`config.log' for more details." "$LINENO" 5; }; } +as_fn_error 77 "cannot compute sizeof (int) +See \`config.log' for more details" "$LINENO" 5; } else ac_cv_sizeof_int=0 fi @@ -20926,9 +20763,8 @@ if test "$ac_cv_type_void_p" = yes; then { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -{ as_fn_set_status 77 -as_fn_error "cannot compute sizeof (void *) -See \`config.log' for more details." "$LINENO" 5; }; } +as_fn_error 77 "cannot compute sizeof (void *) +See \`config.log' for more details" "$LINENO" 5; } else ac_cv_sizeof_void_p=0 fi @@ -20960,9 +20796,8 @@ if test "$ac_cv_type_long_long" = yes; then { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -{ as_fn_set_status 77 -as_fn_error "cannot compute sizeof (long long) -See \`config.log' for more details." "$LINENO" 5; }; } +as_fn_error 77 "cannot compute sizeof (long long) +See \`config.log' for more details" "$LINENO" 5; } else ac_cv_sizeof_long_long=0 fi @@ -20994,9 +20829,8 @@ if test "$ac_cv_type___int64" = yes; then { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -{ as_fn_set_status 77 -as_fn_error "cannot compute sizeof (__int64) -See \`config.log' for more details." "$LINENO" 5; }; } +as_fn_error 77 "cannot compute sizeof (__int64) +See \`config.log' for more details" "$LINENO" 5; } else ac_cv_sizeof___int64=0 fi @@ -21017,7 +20851,7 @@ if test x$ac_cv_sizeof_long = x8 || test x$ac_cv_sizeof_long_long = x8 || test x$ac_cv_sizeof___int64 = x8 ; then : else - as_fn_error " + as_fn_error $? " *** GLib requires a 64 bit type. You might want to consider *** using the GNU C compiler. " "$LINENO" 5 @@ -21218,8 +21052,8 @@ if test "$cross_compiling" = yes; then : { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "cannot run test program while cross compiling -See \`config.log' for more details." "$LINENO" 5; } +as_fn_error $? "cannot run test program while cross compiling +See \`config.log' for more details" "$LINENO" 5; } else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -21839,7 +21673,7 @@ ;; #( *) - as_fn_error "unknown endianness + as_fn_error $? "unknown endianness presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; esac @@ -21894,8 +21728,7 @@ do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -eval as_val=\$$as_ac_Header - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF @@ -21908,8 +21741,7 @@ do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -eval as_val=\$$as_ac_Header - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF @@ -21922,8 +21754,7 @@ do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -eval as_val=\$$as_ac_Header - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF @@ -21936,8 +21767,7 @@ do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -eval as_val=\$$as_ac_Header - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF @@ -21950,8 +21780,7 @@ do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -eval as_val=\$$as_ac_Header - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF @@ -22210,8 +22039,7 @@ do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -eval as_val=\$$as_ac_Header - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF @@ -22248,9 +22076,8 @@ if test "$ac_cv_type_size_t" = yes; then { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -{ as_fn_set_status 77 -as_fn_error "cannot compute sizeof (size_t) -See \`config.log' for more details." "$LINENO" 5; }; } +as_fn_error 77 "cannot compute sizeof (size_t) +See \`config.log' for more details" "$LINENO" 5; } else ac_cv_sizeof_size_t=0 fi @@ -22287,7 +22114,7 @@ $ac_cv_sizeof__int64) glib_size_type='__int64' ;; - *) as_fn_error "No type matching size_t in size" "$LINENO" 5 + *) as_fn_error $? "No type matching size_t in size" "$LINENO" 5 ;; esac @@ -22385,8 +22212,7 @@ do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -eval as_val=\$$as_ac_var - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF @@ -22398,8 +22224,7 @@ do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -eval as_val=\$$as_ac_var - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF @@ -22411,8 +22236,7 @@ do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -eval as_val=\$$as_ac_var - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF @@ -22425,8 +22249,7 @@ do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -eval as_val=\$$as_ac_var - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF @@ -22640,7 +22463,7 @@ $as_echo "$glib_cv_value_AF_UNIX" >&6; } if $glib_failed ; then - as_fn_error "Could not determine values for AF_INET* constants" "$LINENO" 5 + as_fn_error $? "Could not determine values for AF_INET* constants" "$LINENO" 5 fi glib_failed=false @@ -22693,15 +22516,14 @@ $as_echo "$glib_cv_value_MSG_DONTROUTE" >&6; } if $glib_failed ; then - as_fn_error "Could not determine values for MSG_* constants" "$LINENO" 5 + as_fn_error $? "Could not determine values for MSG_* constants" "$LINENO" 5 fi for ac_func in getprotobyname_r endservent do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -eval as_val=\$$as_ac_var - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF @@ -22713,8 +22535,7 @@ do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -eval as_val=\$$as_ac_Header - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF @@ -22730,8 +22551,7 @@ do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -eval as_val=\$$as_ac_var - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF @@ -22743,8 +22563,7 @@ do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -eval as_val=\$$as_ac_Header - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF @@ -22813,7 +22632,7 @@ $as_echo "in -lbind" >&6; } LIBASYNCNS_LIBADD="-lbind" else - as_fn_error "not found" "$LINENO" 5 + as_fn_error $? "not found" "$LINENO" 5 fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext @@ -22912,7 +22731,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: unknown" >&5 $as_echo "unknown" >&6; } - as_fn_error "unable to determine number of arguments to statfs()" "$LINENO" 5 + as_fn_error $? "unable to determine number of arguments to statfs()" "$LINENO" 5 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi @@ -22946,7 +22765,7 @@ if test "x$enable_included_printf" = "xno" && test "x$need_included_printf" = "xyes" ; then - as_fn_error " + as_fn_error $? " *** Your C library's printf doesn't appear to have the features that *** GLib needs, but you specified --enable-included-printf=no." "$LINENO" 5 fi @@ -23261,8 +23080,7 @@ do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -eval as_val=\$$as_ac_var - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF @@ -23345,8 +23163,8 @@ if test "$cross_compiling" = yes; then : { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "cannot run test program while cross compiling -See \`config.log' for more details." "$LINENO" 5; } +as_fn_error $? "cannot run test program while cross compiling +See \`config.log' for more details" "$LINENO" 5; } else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -23381,7 +23199,7 @@ $as_echo "$glib_cv_working_bcopy" >&6; } if test "x${glib_cv_working_bcopy+set}" != "xset" ; then - as_fn_error "glib_cv_working_bcopy must be set in cache file when cross-compiling." "$LINENO" 5 + as_fn_error $? "glib_cv_working_bcopy must be set in cache file when cross-compiling." "$LINENO" 5 fi if test "$glib_cv_working_bcopy" = "yes"; then @@ -24114,8 +23932,8 @@ if test "$cross_compiling" = yes; then : { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "cannot run test program while cross compiling -See \`config.log' for more details." "$LINENO" 5; } +as_fn_error $? "cannot run test program while cross compiling +See \`config.log' for more details" "$LINENO" 5; } else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -24145,7 +23963,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glib_cv_uscore" >&5 $as_echo "$glib_cv_uscore" >&6; } if test "x${glib_cv_uscore+set}" != "xset" ; then - as_fn_error "glib_cv_uscore must be set in cache file when cross-compiling." "$LINENO" 5 + as_fn_error $? "glib_cv_uscore must be set in cache file when cross-compiling." "$LINENO" 5 fi if test "x$glib_cv_uscore" = "xyes"; then @@ -24183,7 +24001,7 @@ $as_echo ".$glib_gmodule_suffix" >&6; } # any reason it may fail? if test "x$glib_gmodule_suffix" = x; then - as_fn_error "Cannot determine shared library suffix from libtool" "$LINENO" 5 + as_fn_error $? "Cannot determine shared library suffix from libtool" "$LINENO" 5 fi @@ -25189,7 +25007,7 @@ fi done if test "x$G_THREAD_LIBS" = xerror; then - as_fn_error "$LIBS_NOT_FOUND_1$have_threads$LIBS_NOT_FOUND_2" "$LINENO" 5 + as_fn_error $? "$LIBS_NOT_FOUND_1$have_threads$LIBS_NOT_FOUND_2" "$LINENO" 5 fi LIBS="$glib_save_LIBS" ;; @@ -25286,7 +25104,7 @@ esac if test "x$G_THREAD_LIBS" = xerror; then - as_fn_error "$LIBS_NOT_FOUND_1$have_threads$LIBS_NOT_FOUND_2" "$LINENO" 5 + as_fn_error $? "$LIBS_NOT_FOUND_1$have_threads$LIBS_NOT_FOUND_2" "$LINENO" 5 fi case $host in @@ -25313,8 +25131,7 @@ do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -eval as_val=\$$as_ac_var - if test "x$as_val" = x""yes; then : +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF @@ -25331,8 +25148,8 @@ if test "$cross_compiling" = yes; then : { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "cannot run test program while cross compiling -See \`config.log' for more details." "$LINENO" 5; } +as_fn_error $? "cannot run test program while cross compiling +See \`config.log' for more details" "$LINENO" 5; } else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -25363,7 +25180,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_posix_getpwuid_r" >&5 $as_echo "$ac_cv_func_posix_getpwuid_r" >&6; } if test "x${ac_cv_func_posix_getpwuid_r+set}" != "xset" ; then - as_fn_error "ac_cv_func_posix_getpwuid_r must be set in cache file when cross-compiling." "$LINENO" 5 + as_fn_error $? "ac_cv_func_posix_getpwuid_r must be set in cache file when cross-compiling." "$LINENO" 5 fi if test "$ac_cv_func_posix_getpwuid_r" = yes; then @@ -25401,7 +25218,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_nonposix_getpwuid_r" >&5 $as_echo "$ac_cv_func_nonposix_getpwuid_r" >&6; } if test "x${ac_cv_func_nonposix_getpwuid_r+set}" != "xset" ; then - as_fn_error "ac_cv_func_nonposix_getpwuid_r must be set in cache file when cross-compiling." "$LINENO" 5 + as_fn_error $? "ac_cv_func_nonposix_getpwuid_r must be set in cache file when cross-compiling." "$LINENO" 5 fi if test "$ac_cv_func_nonposix_getpwuid_r" = yes; then @@ -25420,8 +25237,8 @@ if test "$cross_compiling" = yes; then : { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "cannot run test program while cross compiling -See \`config.log' for more details." "$LINENO" 5; } +as_fn_error $? "cannot run test program while cross compiling +See \`config.log' for more details" "$LINENO" 5; } else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -25452,7 +25269,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_posix_getgrgid_r" >&5 $as_echo "$ac_cv_func_posix_getgrgid_r" >&6; } if test "x${ac_cv_func_posix_getgrgid_r+set}" != "xset" ; then - as_fn_error "ac_cv_func_posix_getgrgid_r must be set in cache file when cross-compiling." "$LINENO" 5 + as_fn_error $? "ac_cv_func_posix_getgrgid_r must be set in cache file when cross-compiling." "$LINENO" 5 fi if test "$ac_cv_func_posix_getgrgid_r" = yes; then @@ -25490,7 +25307,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_nonposix_getgrgid_r" >&5 $as_echo "$ac_cv_func_nonposix_getgrgid_r" >&6; } if test "x${ac_cv_func_nonposix_getgrgid_r+set}" != "xset" ; then - as_fn_error "ac_cv_func_nonposix_getgrgid_r must be set in cache file when cross-compiling." "$LINENO" 5 + as_fn_error $? "ac_cv_func_nonposix_getgrgid_r must be set in cache file when cross-compiling." "$LINENO" 5 fi if test "$ac_cv_func_nonposix_getgrgid_r" = yes; then @@ -25517,7 +25334,7 @@ "; then : else - as_fn_error "cannot compute sizeof (pthread_t), 77" "$LINENO" 5 + as_fn_error $? "cannot compute sizeof (pthread_t), 77" "$LINENO" 5 fi @@ -25711,7 +25528,7 @@ if ac_fn_c_compute_int "$LINENO" "(long) (sizeof (struct _GThreadData *))" "glib_cv_sizeof_system_thread" "$ac_includes_default"; then : else - as_fn_error "cannot compute sizeof (struct _GThreadData *), 77" "$LINENO" 5 + as_fn_error $? "cannot compute sizeof (struct _GThreadData *), 77" "$LINENO" 5 fi @@ -25754,7 +25571,7 @@ if ac_fn_c_compute_int "$LINENO" "(long) (sizeof (void *))" "glib_cv_sizeof_system_thread" "$ac_includes_default"; then : else - as_fn_error "cannot compute sizeof (void *), 77" "$LINENO" 5 + as_fn_error $? "cannot compute sizeof (void *), 77" "$LINENO" 5 fi @@ -25821,7 +25638,7 @@ "; then : else - as_fn_error "cannot compute sizeof ($mutex_default_type), 77" "$LINENO" 5 + as_fn_error $? "cannot compute sizeof ($mutex_default_type), 77" "$LINENO" 5 fi @@ -26341,7 +26158,7 @@ $as_echo "$glib_cv_value_POLLNVAL" >&6; } if $glib_failed ; then - as_fn_error "Could not determine values for POLL* constants" "$LINENO" 5 + as_fn_error $? "Could not determine values for POLL* constants" "$LINENO" 5 fi else glib_cv_value_POLLIN=1 @@ -26402,7 +26219,7 @@ enableval=$enable_regex; case "${enableval}" in yes) enable_regex=true ;; no) enable_regex=false ;; - *) as_fn_error "bad value ${enableval} for --enable-regex" "$LINENO" 5 ;; + *) as_fn_error $? "bad value ${enableval} for --enable-regex" "$LINENO" 5 ;; esac else enable_regex=true @@ -26481,6 +26298,8 @@ if test $pkg_failed = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes @@ -26495,7 +26314,7 @@ # Put the nasty error message in config.log where it belongs echo "$PCRE_PKG_ERRORS" >&5 - as_fn_error "Package requirements (libpcre >= $PCRE_REQUIRED_VERSION) were not met: + as_fn_error $? "Package requirements (libpcre >= $PCRE_REQUIRED_VERSION) were not met: $PCRE_PKG_ERRORS @@ -26504,12 +26323,14 @@ Alternatively, you may set the environment variables PCRE_CFLAGS and PCRE_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details. -" "$LINENO" 5 +See the pkg-config man page for more details." "$LINENO" 5 + elif test $pkg_failed = untried; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error "The pkg-config script could not be found or is too old. Make sure it +as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. @@ -26518,13 +26339,14 @@ See the pkg-config man page for more details. To get pkg-config, see . -See \`config.log' for more details." "$LINENO" 5; } +See \`config.log' for more details" "$LINENO" 5; } + else PCRE_CFLAGS=$pkg_cv_PCRE_CFLAGS PCRE_LIBS=$pkg_cv_PCRE_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } - : + fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Unicode support in PCRE" >&5 $as_echo_n "checking for Unicode support in PCRE... " >&6; } @@ -26568,7 +26390,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glib_cv_pcre_has_unicode" >&5 $as_echo "$glib_cv_pcre_has_unicode" >&6; } if test "$glib_cv_pcre_has_unicode" = "no"; then - as_fn_error "*** The system-supplied PCRE does not support Unicode properties or UTF-8." "$LINENO" 5 + as_fn_error $? "*** The system-supplied PCRE does not support Unicode properties or UTF-8." "$LINENO" 5 fi @@ -26713,7 +26535,7 @@ if test x$GLIB_GENMARSHAL = xno; then - as_fn_error "Could not find a glib-genmarshal in your PATH" "$LINENO" 5 + as_fn_error $? "Could not find a glib-genmarshal in your PATH" "$LINENO" 5 fi # Extract the first word of "glib-compile-schemas", so it can be a program name with args. @@ -26758,7 +26580,7 @@ if test x$GLIB_COMPILE_SCHEMAS = xno; then - as_fn_error "Could not find a glib-compile-schemas in your PATH" "$LINENO" 5 + as_fn_error $? "Could not find a glib-compile-schemas in your PATH" "$LINENO" 5 fi fi @@ -26920,7 +26742,7 @@ test $ac_status = 0; }; then : else - as_fn_error "You need to have gtk-doc >= 1.15 installed to build $PACKAGE_NAME" "$LINENO" 5 + as_fn_error $? "You need to have gtk-doc >= 1.15 installed to build $PACKAGE_NAME" "$LINENO" 5 fi fi @@ -27225,19 +27047,20 @@ if test -z "$DTRACE"; then if test "x$enable_dtrace" = xyes; then - as_fn_error "dtrace not found" "$LINENO" 5 + as_fn_error $? "dtrace not found" "$LINENO" 5 fi - fi - ac_fn_c_check_header_mongrel "$LINENO" "sys/sdt.h" "ac_cv_header_sys_sdt_h" "$ac_includes_default" + else + ac_fn_c_check_header_mongrel "$LINENO" "sys/sdt.h" "ac_cv_header_sys_sdt_h" "$ac_includes_default" if test "x$ac_cv_header_sys_sdt_h" = x""yes; then : have_dtrace=yes else if test "x$enable_dtrace" = xyes; then - as_fn_error "dtrace support needs sys/sdt.h header" "$LINENO" 5 - fi + as_fn_error $? "dtrace support needs sys/sdt.h header" "$LINENO" 5 + fi fi + fi fi else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 @@ -27305,7 +27128,7 @@ if test "x$use_gcov" = "xyes"; then if test "$GCC" != "yes"; then - as_fn_error "GCC is required for --enable-gcov" "$LINENO" 5 + as_fn_error $? "GCC is required for --enable-gcov" "$LINENO" 5 fi # Extract the first word of "shtool", so it can be a program name with args. @@ -27351,7 +27174,7 @@ esac if test "$gcc_ccache" = "yes" && (test -z "$CCACHE_DISABLE" || test "$CCACHE_DISABLE" != "1"); then - as_fn_error "ccache must be disabled when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1." "$LINENO" 5 + as_fn_error $? "ccache must be disabled when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1." "$LINENO" 5 fi ltp_version_list="1.6 1.7 1.8" @@ -27450,19 +27273,19 @@ $as_echo "$glib_cv_ltp_version" >&6; } else ltp_msg="To enable code coverage reporting you must have one of the following LTP versions installed: $ltp_version_list" - as_fn_error "$ltp_msg" "$LINENO" 5 + as_fn_error $? "$ltp_msg" "$LINENO" 5 fi case $glib_cv_ltp_version in ""|invalid) ltp_msg="You must have one of the following versions of LTP: $ltp_version_list (found: $ltp_version)." - as_fn_error "$ltp_msg" "$LINENO" 5 + as_fn_error $? "$ltp_msg" "$LINENO" 5 LTP="exit 0;" ;; esac if test -z "$LTP_GENHTML"; then - as_fn_error "Could not find genhtml from the LTP package" "$LINENO" 5 + as_fn_error $? "Could not find genhtml from the LTP package" "$LINENO" 5 fi @@ -27525,6 +27348,8 @@ if test $pkg_failed = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes @@ -27539,10 +27364,10 @@ # Put the nasty error message in config.log where it belongs echo "$DBUS1_PKG_ERRORS" >&5 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - have_dbus1=no + have_dbus1=no elif test $pkg_failed = untried; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } have_dbus1=no else DBUS1_CFLAGS=$pkg_cv_DBUS1_CFLAGS @@ -27741,6 +27566,7 @@ ac_libobjs= ac_ltlibobjs= +U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' @@ -27764,156 +27590,152 @@ fi if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then - as_fn_error "conditional \"MAINTAINER_MODE\" was never defined. + as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then - as_fn_error "conditional \"AMDEP\" was never defined. + as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then - as_fn_error "conditional \"am__fastdepCC\" was never defined. + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${OS_WIN32_TRUE}" && test -z "${OS_WIN32_FALSE}"; then - as_fn_error "conditional \"OS_WIN32\" was never defined. + as_fn_error $? "conditional \"OS_WIN32\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${OS_WIN32_X64_TRUE}" && test -z "${OS_WIN32_X64_FALSE}"; then - as_fn_error "conditional \"OS_WIN32_X64\" was never defined. + as_fn_error $? "conditional \"OS_WIN32_X64\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${OS_UNIX_TRUE}" && test -z "${OS_UNIX_FALSE}"; then - as_fn_error "conditional \"OS_UNIX\" was never defined. + as_fn_error $? "conditional \"OS_UNIX\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${OS_LINUX_TRUE}" && test -z "${OS_LINUX_FALSE}"; then - as_fn_error "conditional \"OS_LINUX\" was never defined. + as_fn_error $? "conditional \"OS_LINUX\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${OS_CARBON_TRUE}" && test -z "${OS_CARBON_FALSE}"; then - as_fn_error "conditional \"OS_CARBON\" was never defined. + as_fn_error $? "conditional \"OS_CARBON\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${MS_LIB_AVAILABLE_TRUE}" && test -z "${MS_LIB_AVAILABLE_FALSE}"; then - as_fn_error "conditional \"MS_LIB_AVAILABLE\" was never defined. + as_fn_error $? "conditional \"MS_LIB_AVAILABLE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HAVE_GLIB_RUNTIME_LIBDIR_TRUE}" && test -z "${HAVE_GLIB_RUNTIME_LIBDIR_FALSE}"; then - as_fn_error "conditional \"HAVE_GLIB_RUNTIME_LIBDIR\" was never defined. + as_fn_error $? "conditional \"HAVE_GLIB_RUNTIME_LIBDIR\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then - as_fn_error "conditional \"am__fastdepCXX\" was never defined. + as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HAVE_CXX_TRUE}" && test -z "${HAVE_CXX_FALSE}"; then - as_fn_error "conditional \"HAVE_CXX\" was never defined. + as_fn_error $? "conditional \"HAVE_CXX\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then - as_fn_error "conditional \"am__fastdepCC\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi -if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then - as_fn_error "conditional \"am__fastdepCXX\" was never defined. + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${OS_WIN32_AND_DLL_COMPILATION_TRUE}" && test -z "${OS_WIN32_AND_DLL_COMPILATION_FALSE}"; then - as_fn_error "conditional \"OS_WIN32_AND_DLL_COMPILATION\" was never defined. + as_fn_error $? "conditional \"OS_WIN32_AND_DLL_COMPILATION\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HAVE_GNUC_VISIBILITY_TRUE}" && test -z "${HAVE_GNUC_VISIBILITY_FALSE}"; then - as_fn_error "conditional \"HAVE_GNUC_VISIBILITY\" was never defined. + as_fn_error $? "conditional \"HAVE_GNUC_VISIBILITY\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HAVE_SUNSTUDIO_VISIBILITY_TRUE}" && test -z "${HAVE_SUNSTUDIO_VISIBILITY_FALSE}"; then - as_fn_error "conditional \"HAVE_SUNSTUDIO_VISIBILITY\" was never defined. + as_fn_error $? "conditional \"HAVE_SUNSTUDIO_VISIBILITY\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HAVE_GOOD_PRINTF_TRUE}" && test -z "${HAVE_GOOD_PRINTF_FALSE}"; then - as_fn_error "conditional \"HAVE_GOOD_PRINTF\" was never defined. + as_fn_error $? "conditional \"HAVE_GOOD_PRINTF\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HAVE_INOTIFY_TRUE}" && test -z "${HAVE_INOTIFY_FALSE}"; then - as_fn_error "conditional \"HAVE_INOTIFY\" was never defined. + as_fn_error $? "conditional \"HAVE_INOTIFY\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HAVE_FEN_TRUE}" && test -z "${HAVE_FEN_FALSE}"; then - as_fn_error "conditional \"HAVE_FEN\" was never defined. + as_fn_error $? "conditional \"HAVE_FEN\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HAVE_FAM_TRUE}" && test -z "${HAVE_FAM_FALSE}"; then - as_fn_error "conditional \"HAVE_FAM\" was never defined. + as_fn_error $? "conditional \"HAVE_FAM\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${ENABLE_TIMELOOP_TRUE}" && test -z "${ENABLE_TIMELOOP_FALSE}"; then - as_fn_error "conditional \"ENABLE_TIMELOOP\" was never defined. + as_fn_error $? "conditional \"ENABLE_TIMELOOP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${PLATFORM_WIN32_TRUE}" && test -z "${PLATFORM_WIN32_FALSE}"; then - as_fn_error "conditional \"PLATFORM_WIN32\" was never defined. + as_fn_error $? "conditional \"PLATFORM_WIN32\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HAVE_THREADS_TRUE}" && test -z "${HAVE_THREADS_FALSE}"; then - as_fn_error "conditional \"HAVE_THREADS\" was never defined. + as_fn_error $? "conditional \"HAVE_THREADS\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS_TRUE}" && test -z "${HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS_FALSE}"; then - as_fn_error "conditional \"HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS\" was never defined. + as_fn_error $? "conditional \"HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${ENABLE_REGEX_TRUE}" && test -z "${ENABLE_REGEX_FALSE}"; then - as_fn_error "conditional \"ENABLE_REGEX\" was never defined. + as_fn_error $? "conditional \"ENABLE_REGEX\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${USE_SYSTEM_PCRE_TRUE}" && test -z "${USE_SYSTEM_PCRE_FALSE}"; then - as_fn_error "conditional \"USE_SYSTEM_PCRE\" was never defined. + as_fn_error $? "conditional \"USE_SYSTEM_PCRE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${USE_SYSTEM_PCRE_TRUE}" && test -z "${USE_SYSTEM_PCRE_FALSE}"; then - as_fn_error "conditional \"USE_SYSTEM_PCRE\" was never defined. + as_fn_error $? "conditional \"USE_SYSTEM_PCRE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${CROSS_COMPILING_TRUE}" && test -z "${CROSS_COMPILING_FALSE}"; then - as_fn_error "conditional \"CROSS_COMPILING\" was never defined. + as_fn_error $? "conditional \"CROSS_COMPILING\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then - as_fn_error "conditional \"ENABLE_GTK_DOC\" was never defined. + as_fn_error $? "conditional \"ENABLE_GTK_DOC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GTK_DOC_BUILD_HTML_TRUE}" && test -z "${GTK_DOC_BUILD_HTML_FALSE}"; then - as_fn_error "conditional \"GTK_DOC_BUILD_HTML\" was never defined. + as_fn_error $? "conditional \"GTK_DOC_BUILD_HTML\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GTK_DOC_BUILD_PDF_TRUE}" && test -z "${GTK_DOC_BUILD_PDF_FALSE}"; then - as_fn_error "conditional \"GTK_DOC_BUILD_PDF\" was never defined. + as_fn_error $? "conditional \"GTK_DOC_BUILD_PDF\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then - as_fn_error "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined. + as_fn_error $? "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then - as_fn_error "conditional \"GTK_DOC_USE_REBASE\" was never defined. + as_fn_error $? "conditional \"GTK_DOC_USE_REBASE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${ENABLE_MAN_TRUE}" && test -z "${ENABLE_MAN_FALSE}"; then - as_fn_error "conditional \"ENABLE_MAN\" was never defined. + as_fn_error $? "conditional \"ENABLE_MAN\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${ENABLE_DTRACE_TRUE}" && test -z "${ENABLE_DTRACE_FALSE}"; then - as_fn_error "conditional \"ENABLE_DTRACE\" was never defined. + as_fn_error $? "conditional \"ENABLE_DTRACE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${ENABLE_SYSTEMTAP_TRUE}" && test -z "${ENABLE_SYSTEMTAP_FALSE}"; then - as_fn_error "conditional \"ENABLE_SYSTEMTAP\" was never defined. + as_fn_error $? "conditional \"ENABLE_SYSTEMTAP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HAVE_DBUS1_TRUE}" && test -z "${HAVE_DBUS1_FALSE}"; then - as_fn_error "conditional \"HAVE_DBUS1\" was never defined. + as_fn_error $? "conditional \"HAVE_DBUS1\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi @@ -28063,19 +27885,19 @@ (unset CDPATH) >/dev/null 2>&1 && unset CDPATH -# as_fn_error ERROR [LINENO LOG_FD] -# --------------------------------- +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the -# script with status $?, using 1 if that was 0. +# script with STATUS, using 1 if that was 0. as_fn_error () { - as_status=$?; test $as_status -eq 0 && as_status=1 - if test "$3"; then - as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack - $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi - $as_echo "$as_me: error: $1" >&2 + $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error @@ -28271,7 +28093,7 @@ test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p @@ -28324,8 +28146,8 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by glib $as_me 2.26.0, which was -generated by GNU Autoconf 2.65. Invocation command line was +This file was extended by glib $as_me 2.26.1, which was +generated by GNU Autoconf 2.66. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -28390,11 +28212,11 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -glib config.status 2.26.0 -configured by $0, generated by GNU Autoconf 2.65, +glib config.status 2.26.1 +configured by $0, generated by GNU Autoconf 2.66, with options \\"\$ac_cs_config\\" -Copyright (C) 2009 Free Software Foundation, Inc. +Copyright (C) 2010 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." @@ -28450,7 +28272,7 @@ ac_need_defaults=false;; --he | --h) # Conflict between --help and --header - as_fn_error "ambiguous option: \`$1' + as_fn_error $? "ambiguous option: \`$1' Try \`$0 --help' for more information.";; --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; @@ -28459,7 +28281,7 @@ ac_cs_silent=: ;; # This is an error. - -*) as_fn_error "unrecognized option: \`$1' + -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" @@ -28514,186 +28336,203 @@ sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' -macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`' -macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`' -enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`' -AS='`$ECHO "X$AS" | $Xsed -e "$delay_single_quote_subst"`' -DLLTOOL='`$ECHO "X$DLLTOOL" | $Xsed -e "$delay_single_quote_subst"`' -OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`' -enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`' -pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`' -enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`' -host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`' -host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`' -host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`' -build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`' -build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`' -build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`' -SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`' -Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`' -GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`' -EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`' -FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`' -LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`' -NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`' -LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`' -max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`' -ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`' -exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`' -lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`' -lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`' -lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`' -reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`' -reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`' -deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`' -file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`' -AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`' -AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`' -STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`' -RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`' -old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' -old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' -old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' -CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`' -CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`' -compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`' -GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' -objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`' -SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`' -ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`' -MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`' -lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`' -need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`' -DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`' -NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`' -LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`' -OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`' -OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`' -libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`' -shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`' -extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' -archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`' -enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`' -export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' -whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' -compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`' -old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`' -old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' -archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' -archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' -module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`' -module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' -with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`' -allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' -no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`' -inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`' -link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`' -fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`' -always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`' -export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`' -exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`' -include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`' -prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`' -file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`' -variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`' -need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' -need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`' -version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`' -runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`' -shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' -shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`' -libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`' -library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`' -soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`' -postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' -postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' -finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`' -finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`' -sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`' -sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`' -enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`' -enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`' -enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`' -old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`' -striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`' -compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`' -predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`' -postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`' -predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`' -postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`' -compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`' -LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`' -old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' -compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`' -GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`' -lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`' -lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`' -archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`' -enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`' -export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' -whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' -compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`' -old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' -old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' -archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' -archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' -module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' -module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' -with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`' -allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`' -no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`' -inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`' -link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`' -fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`' -always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`' -export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' -exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`' -include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`' -prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' -file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' -hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`' -compiler_lib_search_dirs_CXX='`$ECHO "X$compiler_lib_search_dirs_CXX" | $Xsed -e "$delay_single_quote_subst"`' -predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`' -postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`' -predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`' -postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`' -compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`' +macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' +macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' +enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' +AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`' +DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' +OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' +enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' +pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' +enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' +SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' +ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' +host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' +host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' +host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' +build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' +build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' +build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' +SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' +Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' +GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' +EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' +FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' +LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' +NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' +LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' +max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' +ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' +exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' +lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' +lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' +lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' +reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' +reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' +deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' +file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' +AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' +AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' +STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' +RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' +old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' +old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' +lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' +CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' +CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' +compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' +GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' +objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' +MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' +need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' +DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' +NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' +LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' +OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' +OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' +libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' +shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' +extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' +compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' +module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' +with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' +no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' +hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' +hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' +inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' +link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' +fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`' +always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' +exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' +include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' +prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' +file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' +variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' +need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' +need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' +version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' +runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' +libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' +library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' +soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' +install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' +postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' +postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' +finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' +hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' +sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' +sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' +hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' +enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' +old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' +striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`' +predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`' +postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`' +predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`' +postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`' +LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`' +reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`' +reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`' +old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' +compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' +GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' +compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`' +archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' +module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' +with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' +no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' +inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' +link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' +fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`' +always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`' +exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`' +include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`' +prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`' +file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' +predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`' +postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`' +predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`' +postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`' LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + # Quote evaled strings. -for var in SED \ +for var in AS \ +DLLTOOL \ +OBJDUMP \ +SHELL \ +ECHO \ +SED \ GREP \ EGREP \ FGREP \ @@ -28716,8 +28555,6 @@ lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ -SHELL \ -ECHO \ lt_prog_compiler_no_builtin_flag \ lt_prog_compiler_wl \ lt_prog_compiler_pic \ @@ -28747,6 +28584,7 @@ libname_spec \ library_names_spec \ soname_spec \ +install_override_mode \ finish_eval \ old_striplib \ striplib \ @@ -28757,6 +28595,7 @@ postdeps \ compiler_lib_search_path \ LD_CXX \ +reload_flag_CXX \ compiler_CXX \ lt_prog_compiler_no_builtin_flag_CXX \ lt_prog_compiler_wl_CXX \ @@ -28782,9 +28621,9 @@ predeps_CXX \ postdeps_CXX \ compiler_lib_search_path_CXX; do - case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" @@ -28811,6 +28650,7 @@ finish_cmds \ sys_lib_search_path_spec \ sys_lib_dlsearch_path_spec \ +reload_cmds_CXX \ old_archive_cmds_CXX \ old_archive_from_new_cmds_CXX \ old_archive_from_expsyms_cmds_CXX \ @@ -28820,9 +28660,9 @@ module_expsym_cmds_CXX \ export_symbols_cmds_CXX \ prelink_cmds_CXX; do - case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" @@ -28830,12 +28670,6 @@ esac done -# Fix-up fallback echo if it was mangled by the above quoting rules. -case \$lt_ECHO in -*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\` - ;; -esac - ac_aux_dir='$ac_aux_dir' xsi_shell='$xsi_shell' lt_shell_append='$lt_shell_append' @@ -29286,7 +29120,7 @@ "gio/gio.rc") CONFIG_FILES="$CONFIG_FILES gio/gio.rc" ;; "tests/makefile.msc") CONFIG_FILES="$CONFIG_FILES tests/makefile.msc" ;; - *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done @@ -29324,7 +29158,7 @@ { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") -} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. @@ -29341,7 +29175,7 @@ fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then - ac_cs_awk_cr='\r' + ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi @@ -29355,18 +29189,18 @@ echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || - as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 -ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || - as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then - as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi @@ -29455,20 +29289,28 @@ else cat fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ - || as_fn_error "could not setup config files machinery" "$LINENO" 5 + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF -# VPATH may cause trouble with some makes, so we remove $(srcdir), -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then - ac_vpsub='/^[ ]*VPATH[ ]*=/{ -s/:*\$(srcdir):*/:/ -s/:*\${srcdir}:*/:/ -s/:*@srcdir@:*/:/ -s/^\([^=]*=[ ]*\):*/\1/ + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// s/^[^=]*=[ ]*$// }' fi @@ -29496,7 +29338,7 @@ if test -z "$ac_t"; then break elif $ac_last_try; then - as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi @@ -29581,7 +29423,7 @@ _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - as_fn_error "could not setup config headers machinery" "$LINENO" 5 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 fi # test -n "$CONFIG_HEADERS" @@ -29594,7 +29436,7 @@ esac case $ac_mode$ac_tag in :[FHL]*:*);; - :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac @@ -29622,7 +29464,7 @@ [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || - as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" @@ -29649,7 +29491,7 @@ case $ac_tag in *:-:* | *:-) cat >"$tmp/stdin" \ - || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac @@ -29786,22 +29628,22 @@ $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ - || as_fn_error "could not create $ac_file" "$LINENO" 5 + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' -which seems to be undefined. Please make sure it is defined." >&5 +which seems to be undefined. Please make sure it is defined" >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' -which seems to be undefined. Please make sure it is defined." >&2;} +which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$tmp/stdin" case $ac_file in -) cat "$tmp/out" && rm -f "$tmp/out";; *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; esac \ - || as_fn_error "could not create $ac_file" "$LINENO" 5 + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :H) # @@ -29812,19 +29654,19 @@ $as_echo "/* $configure_input */" \ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" } >"$tmp/config.h" \ - || as_fn_error "could not create $ac_file" "$LINENO" 5 + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" mv "$tmp/config.h" "$ac_file" \ - || as_fn_error "could not create $ac_file" "$LINENO" 5 + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else $as_echo "/* $configure_input */" \ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ - || as_fn_error "could not create -" "$LINENO" 5 + || as_fn_error $? "could not create -" "$LINENO" 5 fi # Compute "$ac_file"'s index in $config_headers. _am_arg="$ac_file" @@ -29988,7 +29830,8 @@ # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, +# Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. @@ -30028,13 +29871,13 @@ build_old_libs=$enable_static # Assembler program. -AS=$AS +AS=$lt_AS # DLL creation program. -DLLTOOL=$DLLTOOL +DLLTOOL=$lt_DLLTOOL # Object dumper program. -OBJDUMP=$OBJDUMP +OBJDUMP=$lt_OBJDUMP # Whether or not to build shared libraries. build_libtool_libs=$enable_shared @@ -30045,6 +29888,12 @@ # Whether or not to optimize for fast installation. fast_install=$enable_fast_install +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# An echo program that protects backslashes. +ECHO=$lt_ECHO + # The host system. host_alias=$host_alias host=$host @@ -30094,10 +29943,6 @@ # turn newlines into spaces. NL2SP=$lt_lt_NL2SP -# How to create reloadable object files. -reload_flag=$lt_reload_flag -reload_cmds=$lt_reload_cmds - # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method @@ -30116,6 +29961,9 @@ old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds +# Whether to use a lock for old archive extraction. +lock_old_archive_extraction=$lock_old_archive_extraction + # A C compiler. LTCC=$lt_CC @@ -30137,12 +29985,6 @@ # The name of the directory that contains temporary libtool files. objdir=$objdir -# Shell to use when invoking shell scripts. -SHELL=$lt_SHELL - -# An echo program that does not interpret backslashes. -ECHO=$lt_ECHO - # Used to examine libraries when file_magic_cmd begins with "file". MAGIC_CMD=$MAGIC_CMD @@ -30205,6 +30047,9 @@ # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec +# Permission mode override for installation of shared libraries. +install_override_mode=$lt_install_override_mode + # Command to use after installation of a shared archive. postinstall_cmds=$lt_postinstall_cmds @@ -30244,6 +30089,10 @@ # The linker used to build libraries. LD=$lt_LD +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds @@ -30517,7 +30366,7 @@ func_dirname () { # Extract subdirectory from the argument. - func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` + func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else @@ -30528,7 +30377,7 @@ # func_basename file func_basename () { - func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` + func_basename_result=`$ECHO "${1}" | $SED "$basename"` } @@ -30541,10 +30390,8 @@ func_stripname () { case ${2} in - .*) func_stripname_result=`$ECHO "X${3}" \ - | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;; - *) func_stripname_result=`$ECHO "X${3}" \ - | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;; + .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; + *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; esac } @@ -30555,20 +30402,20 @@ # func_opt_split func_opt_split () { - func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` - func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` + func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"` + func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"` } # func_lo2o object func_lo2o () { - func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` + func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` } # func_xform libobj-or-source func_xform () { - func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'` + func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` } # func_arith arithmetic-term... @@ -30629,6 +30476,10 @@ # The linker used to build libraries. LD=$lt_LD_CXX +# How to create reloadable object files. +reload_flag=$lt_reload_flag_CXX +reload_cmds=$lt_reload_cmds_CXX + # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds_CXX @@ -31166,7 +31017,7 @@ ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || - as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. @@ -31187,7 +31038,7 @@ exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. - $ac_cs_success || as_fn_exit $? + $ac_cs_success || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 diff -Nru glib2.0-2.26.0/configure.ac glib2.0-2.26.1/configure.ac --- glib2.0-2.26.0/configure.ac 2010-09-28 02:02:28.000000000 +1000 +++ glib2.0-2.26.1/configure.ac 2010-11-14 16:59:52.000000000 +1100 @@ -22,8 +22,8 @@ # m4_define([glib_major_version], [2]) m4_define([glib_minor_version], [26]) -m4_define([glib_micro_version], [0]) -m4_define([glib_interface_age], [0]) +m4_define([glib_micro_version], [1]) +m4_define([glib_interface_age], [1]) m4_define([glib_binary_age], [m4_eval(100 * glib_minor_version + glib_micro_version)]) m4_define([glib_version], @@ -2785,11 +2785,12 @@ if test "x$enable_dtrace" = xyes; then AC_MSG_ERROR([dtrace not found]) fi + else + AC_CHECK_HEADER([sys/sdt.h],have_dtrace=yes, + [if test "x$enable_dtrace" = xyes; then + AC_MSG_ERROR([dtrace support needs sys/sdt.h header]) + fi]) fi - AC_CHECK_HEADER([sys/sdt.h],have_dtrace=yes, - [if test "x$enable_dtrace" = xyes; then - AC_MSG_ERROR([dtrace support needs sys/sdt.h header]) - fi]) fi else AC_MSG_RESULT([no]) diff -Nru glib2.0-2.26.0/debian/changelog glib2.0-2.26.1/debian/changelog --- glib2.0-2.26.0/debian/changelog 2010-11-15 15:41:06.000000000 +1100 +++ glib2.0-2.26.1/debian/changelog 2010-11-15 15:41:07.000000000 +1100 @@ -1,3 +1,12 @@ +glib2.0 (2.26.1-0ubuntu1) maverick-proposed; urgency=low + + * New upstream release + - Fixes (LP: #663384) + * debian/control: + - Update Vcs-Bzr link + + -- Robert Ancell Mon, 15 Nov 2010 13:57:47 +1100 + glib2.0 (2.26.0-0ubuntu1) maverick; urgency=low * New upstream version diff -Nru glib2.0-2.26.0/debian/control glib2.0-2.26.1/debian/control --- glib2.0-2.26.0/debian/control 2010-11-15 15:41:06.000000000 +1100 +++ glib2.0-2.26.1/debian/control 2010-11-15 15:41:07.000000000 +1100 @@ -19,7 +19,7 @@ zlib1g-dev Standards-Version: 3.9.0 Homepage: http://www.gtk.org/ -Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/glib/ubuntu +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/glib/maverick Package: libglib2.0-0 Section: libs diff -Nru glib2.0-2.26.0/debian/control.in glib2.0-2.26.1/debian/control.in --- glib2.0-2.26.0/debian/control.in 2010-11-15 15:41:06.000000000 +1100 +++ glib2.0-2.26.1/debian/control.in 2010-11-15 15:41:07.000000000 +1100 @@ -19,7 +19,7 @@ zlib1g-dev Standards-Version: 3.9.0 Homepage: http://www.gtk.org/ -Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/glib/ubuntu +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/glib/maverick Package: @SHARED_PKG@ Section: libs diff -Nru glib2.0-2.26.0/docs/Makefile.in glib2.0-2.26.1/docs/Makefile.in --- glib2.0-2.26.0/docs/Makefile.in 2010-09-28 02:10:11.000000000 +1000 +++ glib2.0-2.26.1/docs/Makefile.in 2010-11-14 17:01:52.000000000 +1100 @@ -236,6 +236,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -307,7 +309,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/docs/reference/gio/gdbus.1 glib2.0-2.26.1/docs/reference/gio/gdbus.1 --- glib2.0-2.26.0/docs/reference/gio/gdbus.1 2010-09-28 02:12:22.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/gdbus.1 2010-11-14 17:18:26.000000000 +1100 @@ -1,13 +1,22 @@ '\" t .\" Title: gdbus .\" Author: [see the "AUTHOR" section] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 09/27/2010 +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 11/14/2010 .\" Manual: User Commands .\" Source: User Commands .\" Language: English .\" -.TH "GDBUS" "1" "09/27/2010" "User Commands" "User Commands" +.TH "GDBUS" "1" "11/14/2010" "User Commands" "User Commands" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -101,7 +110,7 @@ properties: readonly b Carrier = false; readonly u Speed = 0; - readonly s HwAddress = \'00:1D:72:88:BE:97\'; + readonly s HwAddress = \*(Aq00:1D:72:88:BE:97\*(Aq; }; interface org\&.freedesktop\&.NetworkManager\&.Device { methods: @@ -113,15 +122,15 @@ properties: readonly u DeviceType = 1; readonly b Managed = true; - readwrite o Ip6Config = \'/\'; - readwrite o Dhcp4Config = \'/\'; - readwrite o Ip4Config = \'/\'; + readwrite o Ip6Config = \*(Aq/\*(Aq; + readwrite o Dhcp4Config = \*(Aq/\*(Aq; + readwrite o Ip4Config = \*(Aq/\*(Aq; readonly u State = 2; readwrite u Ip4Address = 0; readonly u Capabilities = 3; - readonly s Driver = \'e1000e\'; - readwrite s Interface = \'eth0\'; - readonly s Udi = \'/sys/devices/pci0000:00/0000:00:19\&.0/net/eth0\'; + readonly s Driver = \*(Aqe1000e\*(Aq; + readwrite s Interface = \*(Aqeth0\*(Aq; + readonly s Udi = \*(Aq/sys/devices/pci0000:00/0000:00:19\&.0/net/eth0\*(Aq; }; }; .fi @@ -164,7 +173,7 @@ .RE .\} .PP -With this information, it\'s easy to use the +With this information, it\*(Aqs easy to use the \fBcall\fR command to display a notification .sp @@ -180,7 +189,7 @@ 42 \e gtk\-dialog\-info \e "The Summary" \e - "Here\'s the body of the notification" \e + "Here\*(Aqs the body of the notification" \e [] \e {} \e 5000 @@ -200,9 +209,9 @@ Monitoring signals from all objects owned by org\&.freedesktop\&.ConsoleKit The name org\&.freedesktop\&.ConsoleKit is owned by :1\&.15 /org/freedesktop/ConsoleKit/Session2: org\&.freedesktop\&.ConsoleKit\&.Session\&.ActiveChanged (false,) -/org/freedesktop/ConsoleKit/Seat1: org\&.freedesktop\&.ConsoleKit\&.Seat\&.ActiveSessionChanged (\'\',) +/org/freedesktop/ConsoleKit/Seat1: org\&.freedesktop\&.ConsoleKit\&.Seat\&.ActiveSessionChanged (\*(Aq\*(Aq,) /org/freedesktop/ConsoleKit/Session2: org\&.freedesktop\&.ConsoleKit\&.Session\&.ActiveChanged (true,) -/org/freedesktop/ConsoleKit/Seat1: org\&.freedesktop\&.ConsoleKit\&.Seat\&.ActiveSessionChanged (\'/org/freedesktop/ConsoleKit/Session2\',) +/org/freedesktop/ConsoleKit/Seat1: org\&.freedesktop\&.ConsoleKit\&.Seat\&.ActiveSessionChanged (\*(Aq/org/freedesktop/ConsoleKit/Session2\*(Aq,) .fi .if n \{\ .RE @@ -217,10 +226,10 @@ $ gdbus monitor \-\-system \-\-dest org\&.freedesktop\&.NetworkManager \-\-object\-path /org/freedesktop/NetworkManager/AccessPoint/4141 Monitoring signals on object /org/freedesktop/NetworkManager/AccessPoint/4141 owned by org\&.freedesktop\&.NetworkManager The name org\&.freedesktop\&.NetworkManager is owned by :1\&.5 -/org/freedesktop/NetworkManager/AccessPoint/4141: org\&.freedesktop\&.NetworkManager\&.AccessPoint\&.PropertiesChanged ({\'Strength\': },) -/org/freedesktop/NetworkManager/AccessPoint/4141: org\&.freedesktop\&.NetworkManager\&.AccessPoint\&.PropertiesChanged ({\'Strength\': },) -/org/freedesktop/NetworkManager/AccessPoint/4141: org\&.freedesktop\&.NetworkManager\&.AccessPoint\&.PropertiesChanged ({\'Strength\': },) -/org/freedesktop/NetworkManager/AccessPoint/4141: org\&.freedesktop\&.NetworkManager\&.AccessPoint\&.PropertiesChanged ({\'Strength\': },) +/org/freedesktop/NetworkManager/AccessPoint/4141: org\&.freedesktop\&.NetworkManager\&.AccessPoint\&.PropertiesChanged ({\*(AqStrength\*(Aq: },) +/org/freedesktop/NetworkManager/AccessPoint/4141: org\&.freedesktop\&.NetworkManager\&.AccessPoint\&.PropertiesChanged ({\*(AqStrength\*(Aq: },) +/org/freedesktop/NetworkManager/AccessPoint/4141: org\&.freedesktop\&.NetworkManager\&.AccessPoint\&.PropertiesChanged ({\*(AqStrength\*(Aq: },) +/org/freedesktop/NetworkManager/AccessPoint/4141: org\&.freedesktop\&.NetworkManager\&.AccessPoint\&.PropertiesChanged ({\*(AqStrength\*(Aq: },) .fi .if n \{\ .RE diff -Nru glib2.0-2.26.0/docs/reference/gio/gio-querymodules.1 glib2.0-2.26.1/docs/reference/gio/gio-querymodules.1 --- glib2.0-2.26.0/docs/reference/gio/gio-querymodules.1 2010-09-28 02:12:22.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/gio-querymodules.1 2010-11-14 17:18:21.000000000 +1100 @@ -1,13 +1,22 @@ '\" t .\" Title: gio-querymodules .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 09/27/2010 +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 11/14/2010 .\" Manual: User Commands .\" Source: User Commands .\" Language: English .\" -.TH "GIO\-QUERYMODULES" "1" "09/27/2010" "User Commands" "User Commands" +.TH "GIO\-QUERYMODULES" "1" "11/14/2010" "User Commands" "User Commands" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- diff -Nru glib2.0-2.26.0/docs/reference/gio/glib-compile-schemas.1 glib2.0-2.26.1/docs/reference/gio/glib-compile-schemas.1 --- glib2.0-2.26.0/docs/reference/gio/glib-compile-schemas.1 2010-09-28 02:12:23.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/glib-compile-schemas.1 2010-11-14 17:18:22.000000000 +1100 @@ -1,13 +1,22 @@ '\" t .\" Title: glib-compile-schemas .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 09/27/2010 +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 11/14/2010 .\" Manual: User Commands .\" Source: User Commands .\" Language: English .\" -.TH "GLIB\-COMPILE\-SCHEM" "1" "09/27/2010" "User Commands" "User Commands" +.TH "GLIB\-COMPILE\-SCHEM" "1" "11/14/2010" "User Commands" "User Commands" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -43,7 +52,7 @@ environment variable\&. The usual location to install schema files is /usr/share/glib\-2\&.0/schemas\&. .PP -In addition to schema files, glib\-compile\-schemas reads \'vendor override\' files, which are key files that can override default values for keys in the schemas\&. The group names in the key files are the schema id, and the values are written in serialized GVariant form\&. +In addition to schema files, glib\-compile\-schemas reads \*(Aqvendor override\*(Aq files, which are key files that can override default values for keys in the schemas\&. The group names in the key files are the schema id, and the values are written in serialized GVariant form\&. .SS "Options" .PP \fB\-h\fR, \fB\-\-help\fR @@ -63,7 +72,7 @@ .PP \fB\-\-dry\-run\fR .RS 4 -Don\'t write +Don\*(Aqt write gschemas\&.compiled\&. This option can be used to check \&.gschema\&.xml sources for errors\&. diff -Nru glib2.0-2.26.0/docs/reference/gio/gsettings.1 glib2.0-2.26.1/docs/reference/gio/gsettings.1 --- glib2.0-2.26.0/docs/reference/gio/gsettings.1 2010-09-28 02:12:22.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/gsettings.1 2010-11-14 17:18:24.000000000 +1100 @@ -1,13 +1,22 @@ '\" t .\" Title: gsettings .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 09/27/2010 +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 11/14/2010 .\" Manual: User Commands .\" Source: User Commands .\" Language: English .\" -.TH "GSETTINGS" "1" "09/27/2010" "User Commands" "User Commands" +.TH "GSETTINGS" "1" "11/14/2010" "User Commands" "User Commands" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -46,7 +55,7 @@ When setting a key, you also need specify a \fIvalue\fR The format for the value is that of a serialized -\fBGVariant\fR, so e\&.g\&. a string must include explicit quotes: "\'foo\'"\&. This format is also used when printing out values\&. +\fBGVariant\fR, so e\&.g\&. a string must include explicit quotes: "\*(Aqfoo\*(Aq"\&. This format is also used when printing out values\&. .SS "Commands" .PP \fBget\fR diff -Nru glib2.0-2.26.0/docs/reference/gio/html/annotation-glossary.html glib2.0-2.26.1/docs/reference/gio/html/annotation-glossary.html --- glib2.0-2.26.0/docs/reference/gio/html/annotation-glossary.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/annotation-glossary.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,11 +3,11 @@ Annotation Glossary - + - + @@ -31,7 +31,7 @@ T -
+

Annotation Glossary

A

@@ -60,6 +60,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/api-index-2-18.html glib2.0-2.26.1/docs/reference/gio/html/api-index-2-18.html --- glib2.0-2.26.0/docs/reference/gio/html/api-index-2-18.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/api-index-2-18.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.18 - + - + @@ -38,7 +38,7 @@ V -
+

Index of new symbols in 2.18

C

@@ -148,6 +148,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/api-index-2-20.html glib2.0-2.26.1/docs/reference/gio/html/api-index-2-20.html --- glib2.0-2.26.0/docs/reference/gio/html/api-index-2-20.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/api-index-2-20.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.20 - + - + @@ -34,7 +34,7 @@ U -
+

Index of new symbols in 2.20

A

@@ -150,6 +150,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/api-index-2-22.html glib2.0-2.26.1/docs/reference/gio/html/api-index-2-22.html --- glib2.0-2.26.0/docs/reference/gio/html/api-index-2-22.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/api-index-2-22.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.22 - + - + @@ -48,7 +48,7 @@ V -
+

Index of new symbols in 2.22

A

@@ -1079,6 +1079,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/api-index-2-24.html glib2.0-2.26.1/docs/reference/gio/html/api-index-2-24.html --- glib2.0-2.26.0/docs/reference/gio/html/api-index-2-24.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/api-index-2-24.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.24 - + - + @@ -42,7 +42,7 @@ Z -
+

Index of new symbols in 2.24

A

@@ -218,6 +218,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/api-index-2-26.html glib2.0-2.26.1/docs/reference/gio/html/api-index-2-26.html --- glib2.0-2.26.0/docs/reference/gio/html/api-index-2-26.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/api-index-2-26.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.26 - + - + @@ -44,7 +44,7 @@ Z -
+

Index of new symbols in 2.26

B

@@ -1593,6 +1593,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/api-index-deprecated.html glib2.0-2.26.1/docs/reference/gio/html/api-index-deprecated.html --- glib2.0-2.26.0/docs/reference/gio/html/api-index-deprecated.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/api-index-deprecated.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Index of deprecated symbols - + - + @@ -32,7 +32,7 @@ V -
+

Index of deprecated symbols

D

@@ -107,6 +107,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/api-index-full.html glib2.0-2.26.1/docs/reference/gio/html/api-index-full.html --- glib2.0-2.26.0/docs/reference/gio/html/api-index-full.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/api-index-full.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Index - + - + @@ -60,7 +60,7 @@ Z -
+

Index

A

@@ -4751,10 +4751,6 @@
-g_settings_list_schemas, function in GSettings -
-
-
g_settings_new, function in GSettings
@@ -6245,6 +6241,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/async.html glib2.0-2.26.1/docs/reference/gio/html/async.html --- glib2.0-2.26.0/docs/reference/gio/html/async.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/async.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ Asynchronous I/O - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

Asynchronous I/O

@@ -39,6 +39,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch01.html glib2.0-2.26.1/docs/reference/gio/html/ch01.html --- glib2.0-2.26.0/docs/reference/gio/html/ch01.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch01.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ Introduction - + - + @@ -19,9 +19,9 @@ GIO Reference Manual Next -
+

-Introduction

+Introduction

GIO is striving to provide a modern, easy-to-use VFS API that sits at the right level in the library stack. The goal is to overcome the @@ -202,6 +202,6 @@

+ Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch02.html glib2.0-2.26.1/docs/reference/gio/html/ch02.html --- glib2.0-2.26.0/docs/reference/gio/html/ch02.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch02.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Compiling GIO applications - + - + @@ -19,9 +19,9 @@ GIO Reference Manual Next -
+

-Compiling GIO applications

+Compiling GIO applications

GIO comes with a gio-2.0.pc file that you should use together with pkg-config to obtain @@ -45,6 +45,6 @@

+ Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch03.html glib2.0-2.26.1/docs/reference/gio/html/ch03.html --- glib2.0-2.26.0/docs/reference/gio/html/ch03.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch03.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Running GIO applications - + - + @@ -19,19 +19,19 @@ GIO Reference Manual Next -
+

-Running GIO applications

+Running GIO applications

GIO inspects a few of environment variables in addition to the ones used by GLib.

-

XDG_DATA_HOME, XDG_DATA_DIRS +

XDG_DATA_HOME, XDG_DATA_DIRS GIO uses these environment variables to locate MIME information. For more information, see the Shared MIME-info Database and the Base Directory Specification.

-

GVFS_DISABLE_FUSE +

GVFS_DISABLE_FUSE This variable can be set to keep Gvfs from starting the fuse backend, which may be unwanted or unnecessary in certain situations.

@@ -40,51 +40,51 @@ GIO itself or modules that it loads. They should not be set in a production environment.

-

GIO_USE_VFS +

GIO_USE_VFS This environment variable can be set to the name of a GVfs implementation to override the default for debugging purposes. The GVfs implementation for local files that is included in GIO has the name "local", the implementation in the gvfs module has the name "gvfs".

-

GIO_USE_VOLUME_MONITOR +

GIO_USE_VOLUME_MONITOR This variable can be set to the name of a GVolumeMonitor implementation to override the default for debugging purposes. The GVolumeMonitor implementation for local files that is included in GIO has the name "unix", the hal-based implementation in the gvfs module has the name "hal".

-

GIO_USE_URI_ASSOCIATION +

GIO_USE_URI_ASSOCIATION This variable can be set to the name of a GDesktopAppInfoLookup implementation to override the default for debugging purposes. GIO does not include a GDesktopAppInfoLookup implementation, the GConf-based implementation in the gvfs module has the name "gconf".

-

GVFS_INOTIFY_DIAG +

GVFS_INOTIFY_DIAG When this environment variable is set and GIO has been built with inotify support, a dump of diagnostic inotify information will be written every 20 seconds to a file named /tmp/gvfsdid.pid.

-

GIO_EXTRA_MODULES +

GIO_EXTRA_MODULES When this environment variable is set to a path, or a set of paths separated by a colon, GIO will attempt to load modules from within the path.

-

GSETTINGS_BACKEND +

GSETTINGS_BACKEND This variable can be set to the name of a GSettingsBackend implementation to override the default for debugging purposes. The memory-based implementation that is included in GIO has the name "memory", the one in dconf has the name "dconf-settings".

-

GSETTINGS_SCHEMA_DIR +

GSETTINGS_SCHEMA_DIR This variable can be set to the name of a directory that is considered in addition to the glib-2.0/schemas subdirectories of the XDG system data dirs when looking for compiled schemas for GSettings.

-

DBUS_SYSTEM_BUS_ADDRESS +

DBUS_SYSTEM_BUS_ADDRESS This variable is consulted to find the address of the D-Bus system bus. For the format of D-Bus addresses, see the D-Bus specification. @@ -92,18 +92,18 @@ Setting this variable overrides platform-specific ways of determining the system bus address.

-

DBUS_SESSION_BUS_ADDRESS +

DBUS_SESSION_BUS_ADDRESS This variable is consulted to find the address of the D-Bus session bus. Setting this variable overrides platform-specific ways of determining the session bus address.

-

DBUS_STARTER_BUS_TYPE +

DBUS_STARTER_BUS_TYPE This variable is consulted to find out the 'starter' bus for an application that has been started via D-Bus activation. The possible values are 'system' or 'session'.

-

G_DBUS_DEBUG +

G_DBUS_DEBUG This variable can be set to a list of debug options, which cause GLib to print out different types of debugging information when using the D-Bus routines. @@ -153,20 +153,20 @@ -

+

The special value all can be used to turn on all debug options. The special value help can be used to print a list of supported options to standard output.

-

G_DBUS_COOKIE_SHA1_KEYRING_DIR +

G_DBUS_COOKIE_SHA1_KEYRING_DIR Can be used to override the directory used to store the keyring used in the DBUS_COOKIE_SHA1 authentication mechanism. Normally the directory used is .dbus-keyrings in the user's home directory.

-

G_DBUS_COOKIE_SHA1_KEYRING_DIR_IGNORE_PERMISSION +

G_DBUS_COOKIE_SHA1_KEYRING_DIR_IGNORE_PERMISSION If set, the permissions of the directory used to store the keyring used in the DBUS_COOKIE_SHA1 authentication mechanism won't be checked. Normally the @@ -175,6 +175,6 @@

+ Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch24.html glib2.0-2.26.1/docs/reference/gio/html/ch24.html --- glib2.0-2.26.0/docs/reference/gio/html/ch24.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch24.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Migrating from POSIX to GIO - + - + @@ -19,9 +19,9 @@ GIO Reference Manual Next -
+

-Migrating from POSIX to GIO

+Migrating from POSIX to GIO

Table 4. Comparison of POSIX and GIO concepts

@@ -70,6 +70,6 @@ + Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch25.html glib2.0-2.26.1/docs/reference/gio/html/ch25.html --- glib2.0-2.26.0/docs/reference/gio/html/ch25.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch25.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Migrating from GnomeVFS to GIO - + - + @@ -19,11 +19,11 @@
GIO Reference Manual Next
-
+

-Migrating from GnomeVFS to GIO

+Migrating from GnomeVFS to GIO
@@ -94,9 +94,9 @@
-
+

-Trash handling

+Trash handling

The handling of trashed files has been changed in GIO, compared to gnome-vfs. gnome-vfs has a home-grown trash implementation that @@ -204,7 +204,7 @@

Moving a file to the trash is much simpler with GIO. Instead of - using gnome_vfs_find_directory() with GNOME_VFS_DIRECTORY_KIND_TRASH + using gnome_vfs_find_directory() with GNOME_VFS_DIRECTORY_KIND_TRASH to find out where to move the trashed file, just use the g_file_trash() function.

@@ -212,6 +212,6 @@ + Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch25s02.html glib2.0-2.26.1/docs/reference/gio/html/ch25s02.html --- glib2.0-2.26.0/docs/reference/gio/html/ch25s02.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch25s02.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Operations on multiple files - + - + @@ -19,11 +19,11 @@ GIO Reference Manual Next -
+

-Operations on multiple files

+Operations on multiple files

- gnome-vfs has the dreaded gnome_vfs_xfer_uri_list() function which + gnome-vfs has the dreaded gnome_vfs_xfer_uri_list() function which has tons of options and offers the equivalent of cp, mv, ln, mkdir and rm at the same time.

@@ -36,6 +36,6 @@ + Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch25s03.html glib2.0-2.26.1/docs/reference/gio/html/ch25s03.html --- glib2.0-2.26.0/docs/reference/gio/html/ch25s03.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch25s03.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Mime monitoring - + - + @@ -19,21 +19,21 @@ GIO Reference Manual Next -
+

-Mime monitoring

+Mime monitoring

gnome-vfs offered a way to monitor the association between mime types - and default handlers for changes, with the GnomeVFSMIMEMonitor object. + and default handlers for changes, with the GnomeVFSMIMEMonitor object. GIO does not offer a replacement for this functionality at this time, since we have not found a compelling use case where - GnomeVFSMIMEMonitor was used. If you think you have such a use + GnomeVFSMIMEMonitor was used. If you think you have such a use case, please report it at bugzilla.gnome.org.

+ Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch26.html glib2.0-2.26.1/docs/reference/gio/html/ch26.html --- glib2.0-2.26.0/docs/reference/gio/html/ch26.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch26.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ Migrating from GConf to GSettings - + - + @@ -19,11 +19,11 @@ GIO Reference Manual Next -
+

-Migrating from GConf to GSettings

+Migrating from GConf to GSettings
-
+

-Before you start

+Before you start

Converting individual applications and their settings from GConf to GSettings can be done at will. But desktop-wide settings like font or @@ -52,6 +52,6 @@

+ Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch26s02.html glib2.0-2.26.1/docs/reference/gio/html/ch26s02.html --- glib2.0-2.26.0/docs/reference/gio/html/ch26s02.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch26s02.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Conceptual differences - + - + @@ -19,9 +19,9 @@ GIO Reference Manual Next -
+

-Conceptual differences

+Conceptual differences

Conceptually, GConf and GSettings are fairly similar. Both have a concept of pluggable backends. Both keep information @@ -31,8 +31,8 @@

There are some differences in the approach to schemas. GConf installs the schemas into the database and has API to handle - schema information (gconf_client_get_default_from_schema(), - gconf_value_get_schema(), etc). GSettings on the other hand + schema information (gconf_client_get_default_from_schema(), + gconf_value_get_schema(), etc). GSettings on the other hand assumes that an application knows its own schemas, and does not provide API to handle schema information at runtime. GSettings is also more strict about requiring a schema whenever @@ -54,6 +54,6 @@

+ Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch26s03.html glib2.0-2.26.1/docs/reference/gio/html/ch26s03.html --- glib2.0-2.26.0/docs/reference/gio/html/ch26s03.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch26s03.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GConfClient (and GConfBridge) API conversion - + - + @@ -19,9 +19,9 @@ GIO Reference Manual Next -
+

-GConfClient (and GConfBridge) API conversion

+GConfClient (and GConfBridge) API conversion

Most people use GConf via the high-level GConfClient API. The corresponding API is the GSettings object. While not @@ -41,86 +41,86 @@ -gconf_client_get_default() +gconf_client_get_default() no direct equivalent, instead you call g_settings_new() for the schemas you use -gconf_client_set() +gconf_client_set() g_settings_set() -gconf_client_get() +gconf_client_get() g_settings_get() -gconf_client_get_bool() +gconf_client_get_bool() g_settings_get_boolean() -gconf_client_set_bool() +gconf_client_set_bool() g_settings_set_boolean() -gconf_client_get_int() +gconf_client_get_int() g_settings_get_int() -gconf_client_set_int() +gconf_client_set_int() g_settings_set_int() -gconf_client_get_float() +gconf_client_get_float() g_settings_get_double() -gconf_client_set_float() +gconf_client_set_float() g_settings_set_double() -gconf_client_get_string() +gconf_client_get_string() g_settings_get_string() -gconf_client_set_string() +gconf_client_set_string() g_settings_set_string() -gconf_client_get_list() +gconf_client_get_list() for string lists, see g_settings_get_strv(), else see g_settings_get_value() and GVariant API -gconf_client_set_list() +gconf_client_set_list() for string lists, see g_settings_set_strv(), else see g_settings_set_value() and GVariant API -gconf_entry_get_is_writable() +gconf_entry_get_is_writable() g_settings_is_writable() -gconf_client_notify_add() +gconf_client_notify_add() not required, the "changed" signal is emitted automatically -gconf_client_add_dir() +gconf_client_add_dir() not required, each GSettings instance automatically watches all keys in its path -GConfChangeSet +GConfChangeSet g_settings_delay(), g_settings_apply() -gconf_client_get_default_from_schema() +gconf_client_get_default_from_schema() no equivalent, applications are expected to know their schema -gconf_client_all_entries() +gconf_client_all_entries() no equivalent, applications are expected to know their schema, and GSettings does not allow schema-less entries -gconf_client_get_without_default() +gconf_client_get_without_default() no equivalent @@ -154,6 +154,6 @@

+ Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch26s04.html glib2.0-2.26.1/docs/reference/gio/html/ch26s04.html --- glib2.0-2.26.0/docs/reference/gio/html/ch26s04.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch26s04.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Change notification - + - + @@ -19,12 +19,12 @@ GIO Reference Manual Next -
+

-Change notification

+Change notification

- GConf requires you to call gconf_client_add_dir() and - gconf_client_notify_add() to get change notification. With + GConf requires you to call gconf_client_add_dir() and + gconf_client_notify_add() to get change notification. With GSettings, this is not necessary; signals get emitted automatically for every change.

@@ -41,6 +41,6 @@ + Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch26s05.html glib2.0-2.26.1/docs/reference/gio/html/ch26s05.html --- glib2.0-2.26.0/docs/reference/gio/html/ch26s05.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch26s05.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ Change sets - + - + @@ -19,12 +19,12 @@ GIO Reference Manual Next -
+

-Change sets

+Change sets

GConf has a a concept of a set of changes which can be applied or reverted - at once: GConfChangeSet (GConf doesn't actually apply changes atomically, + at once: GConfChangeSet (GConf doesn't actually apply changes atomically, which is one of its shortcomings).

@@ -43,6 +43,6 @@

+ Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch26s06.html glib2.0-2.26.1/docs/reference/gio/html/ch26s06.html --- glib2.0-2.26.0/docs/reference/gio/html/ch26s06.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch26s06.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Schema conversion - + - + @@ -19,9 +19,9 @@ GIO Reference Manual Next -
+

-Schema conversion

+Schema conversion

If you are porting your application from GConf, most likely you already have a GConf schema. GConf comes with a commandline tool @@ -31,7 +31,7 @@ may need assistence in some cases.

-

Example 13. An example for using gsettings-schema-convert

+

Example 13. An example for using gsettings-schema-convert

Running gsettings-schema-convert --gconf --xml --schema-id "org.gnome.font-rendering" --output org.gnome.font-rendering.gschema.xml destop_gnome_font_rendering.schemas on the following desktop_gnome_font_rendering.schemas file:

@@ -272,6 +272,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch26s07.html glib2.0-2.26.1/docs/reference/gio/html/ch26s07.html --- glib2.0-2.26.0/docs/reference/gio/html/ch26s07.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch26s07.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Data conversion - + - + @@ -19,9 +19,9 @@ GIO Reference Manual Next -
+

-Data conversion

+Data conversion

GConf comes with a GSettings backend that can be used to facility the transition to the GSettings API until you are @@ -87,9 +87,74 @@ script if you are making use of the GConf backend or the conversion utility.

+

+ If, as an application developer, you are interested in manually + ensuring that gsettings-data-convert has been + invoked (for example, to deal with the case where the user is + logged in during a distribution upgrade or for non-XDG desktop + environments which do not run the command as an autostart) you + may invoke it manually during your program initialisation. This + is not recommended for all application authors -- it is your + choice if this use case concerns you enough. +

+

+ Internally, gsettings-data-convert uses a + keyfile to track which settings have been migrated. The + following code fragment will check that keyfile to see if your + data conversion script has been run yet and, if not, will + attempt to invoke the tool to run it. You should adapt it to + your application as you see fit. +

+

+

+
+
+static void
+ensure_migrated (const gchar *name)
+{
+  gboolean needed = TRUE;
+  GKeyFile *kf;
+  gchar **list;
+  gsize i, n;
+
+  kf = g_key_file_new ();
+
+  g_key_file_load_from_data_dirs (kf, "gsettings-data-convert",
+                                  NULL, G_KEY_FILE_NONE, NULL);
+  list = g_key_file_get_string_list (kf, "State", "converted", &n, NULL);
+
+  if (list)
+    {
+      for (i = 0; i < n; i++)
+        if (strcmp (list[i], name) == 0)
+          {
+            needed = FALSE;
+            break;
+          }
+
+      g_strfreev (list);
+    }
+
+  g_key_file_free (kf);
+
+  if (needed)
+    g_spawn_command_line_sync ("gsettings-data-convert",
+                               NULL, NULL, NULL, NULL);
+}
+
+
+        
+

+

+

+ Although there is the possibility that the + gsettings-data-convert script will end up + running multiple times concurrently with this approach, it is + believed that this is safe. +

+ Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch27.html glib2.0-2.26.1/docs/reference/gio/html/ch27.html --- glib2.0-2.26.0/docs/reference/gio/html/ch27.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch27.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Migrating to GDBus - + - + @@ -19,20 +19,20 @@ GIO Reference Manual Next -
+

-Migrating to GDBus

+Migrating to GDBus
-
+

-Conceptual differences

+Conceptual differences

The central concepts of D-Bus are modelled in a very similar way in dbus-glib and GDBus. Both have a objects representing connections, @@ -65,6 +65,6 @@

+ Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch27s02.html glib2.0-2.26.1/docs/reference/gio/html/ch27s02.html --- glib2.0-2.26.0/docs/reference/gio/html/ch27s02.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch27s02.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ API comparison - + - + @@ -19,9 +19,9 @@ GIO Reference Manual Next -
+

-API comparison

+API comparison

Table 7. dbus-glib APIs and their GDBus counterparts

@@ -35,87 +35,87 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -125,6 +125,6 @@ + Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch27s03.html glib2.0-2.26.1/docs/reference/gio/html/ch27s03.html --- glib2.0-2.26.0/docs/reference/gio/html/ch27s03.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch27s03.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ Owning bus names - + - + @@ -19,9 +19,9 @@
DBusGConnectionDBusGConnection GDBusConnection
DBusGProxyDBusGProxy GDBusProxy
DBusGMethodInvocationDBusGMethodInvocation GDBusMethodInvocation
dbus_g_bus_get()dbus_g_bus_get() g_bus_get_sync(), also see g_bus_get()
dbus_g_proxy_new_for_name()dbus_g_proxy_new_for_name() g_dbus_proxy_new_sync() and g_dbus_proxy_new_for_bus_sync(), also see g_dbus_proxy_new()
dbus_g_proxy_add_signal()dbus_g_proxy_add_signal() not needed, use the generic "g-signal"
dbus_g_proxy_connect_signal()dbus_g_proxy_connect_signal() use g_signal_connect() with "g-signal"
dbus_g_connection_register_g_object()dbus_g_connection_register_g_object() g_dbus_connection_register_object()
dbus_g_connection_unregister_g_object()dbus_g_connection_unregister_g_object() g_dbus_connection_unregister_object()
dbus_g_object_type_install_info()dbus_g_object_type_install_info() introspection data is installed while registering an object, see g_dbus_connection_register_object()
dbus_g_proxy_begin_call()dbus_g_proxy_begin_call() g_dbus_proxy_call()
dbus_g_proxy_end_call()dbus_g_proxy_end_call() g_dbus_proxy_call_finish()
dbus_g_proxy_call()dbus_g_proxy_call() g_dbus_proxy_call_sync()
dbus_g_error_domain_register()dbus_g_error_domain_register() g_dbus_error_register_error_domain()
dbus_g_error_has_name()dbus_g_error_has_name() no direct equivalent, see g_dbus_error_get_remote_error()
dbus_g_method_return()dbus_g_method_return() g_dbus_method_invocation_return_value()
dbus_g_method_return_error()dbus_g_method_return_error() g_dbus_method_invocation_return_error() and variants
dbus_g_method_get_sender()dbus_g_method_get_sender() g_dbus_method_invocation_get_sender()
GIO Reference Manual Next
-
+

-Owning bus names

+Owning bus names

Using dbus-glib, you typically call RequestName manually to own a name, like in the following excerpt: @@ -76,7 +76,7 @@ 44 45

error = NULL;
-res = dbus_g_proxy_call (system_bus_proxy,
+res = dbus_g_proxy_call (system_bus_proxy,
                          "RequestName",
                          &error,
                          G_TYPE_STRING, NAME_TO_CLAIM,
@@ -114,9 +114,9 @@
     exit (1);
   }
 
-dbus_g_proxy_add_signal (system_bus_proxy, "NameLost",
+dbus_g_proxy_add_signal (system_bus_proxy, "NameLost",
                          G_TYPE_STRING, G_TYPE_INVALID);
-dbus_g_proxy_connect_signal (system_bus_proxy, "NameLost",
+dbus_g_proxy_connect_signal (system_bus_proxy, "NameLost",
                              G_CALLBACK (on_name_lost), NULL, NULL);
 
 /* further setup ... */
@@ -197,6 +197,6 @@
+ Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch27s04.html glib2.0-2.26.1/docs/reference/gio/html/ch27s04.html --- glib2.0-2.26.0/docs/reference/gio/html/ch27s04.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch27s04.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Creating proxies for well-known names - + - + @@ -19,9 +19,9 @@ GIO Reference Manual Next -
+

-Creating proxies for well-known names

+Creating proxies for well-known names

dbus-glib lets you create proxy objects for well-known names, like the following example: @@ -34,7 +34,7 @@ 2 3 4 -

proxy = dbus_g_proxy_new_for_name (system_bus_connection,
+        
proxy = dbus_g_proxy_new_for_name (system_bus_connection,
                                    "org.freedesktop.Accounts",
                                    "/org/freedesktop/Accounts",
                                    "org.freedesktop.Accounts");
@@ -44,7 +44,7 @@

- For a DBusGProxy constructed like this, method calls will be sent to + For a DBusGProxy constructed like this, method calls will be sent to the current owner of the name, and that owner can change over time.

@@ -91,6 +91,6 @@

+ Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch27s05.html glib2.0-2.26.1/docs/reference/gio/html/ch27s05.html --- glib2.0-2.26.0/docs/reference/gio/html/ch27s05.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch27s05.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Client-side GObject bindings - + - + @@ -19,9 +19,9 @@ GIO Reference Manual Next -
+

-Client-side GObject bindings

+Client-side GObject bindings

dbus-glib comes with dbus-binding-tool, which can produce somewhat nice client-side wrappers for a D-Bus interface. @@ -498,7 +498,7 @@ { /*< private >*/ GDBusProxyClass parent_class; - void (*changed) (AccountsUser *user); + void (*changed) (AccountsUser *user); }; GType accounts_user_get_type (void) G_GNUC_CONST; @@ -722,7 +722,7 @@ signals[CHANGED_SIGNAL] = g_signal_new ("changed", ACCOUNTS_TYPE_USER, G_SIGNAL_RUN_LAST, - G_STRUCT_OFFSET (AccountsUserClass, changed), + G_STRUCT_OFFSET (AccountsUserClass, changed), NULL, NULL, g_cclosure_marshal_VOID__VOID, @@ -818,6 +818,6 @@

+ Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/ch27s06.html glib2.0-2.26.1/docs/reference/gio/html/ch27s06.html --- glib2.0-2.26.0/docs/reference/gio/html/ch27s06.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/ch27s06.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Exporting objects - + - + @@ -19,9 +19,9 @@ GIO Reference Manual Next -
+

-Exporting objects

+Exporting objects

With dbus-glib, exporting an object over D-Bus works by generating a bunch of glue code from your introspection XML with @@ -34,7 +34,7 @@

1
 2
-
dbus_g_object_type_install_info (TYPE_MYOBJECT,
+        
dbus_g_object_type_install_info (TYPE_MYOBJECT,
                                  &dbus_glib_myobject_object_info);
@@ -52,7 +52,7 @@
1
 2
 3
-
dbus_g_connection_register_g_object (system_bus_connection,
+        
dbus_g_connection_register_g_object (system_bus_connection,
                                      my_object_path,
                                      G_OBJECT (my_object));
@@ -823,6 +823,6 @@ + Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/conversion.html glib2.0-2.26.1/docs/reference/gio/html/conversion.html --- glib2.0-2.26.0/docs/reference/gio/html/conversion.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/conversion.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Data conversion - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

Data conversion

@@ -39,6 +39,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/extending-gio.html glib2.0-2.26.1/docs/reference/gio/html/extending-gio.html --- glib2.0-2.26.0/docs/reference/gio/html/extending-gio.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/extending-gio.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Extending GIO - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

Extending GIO

@@ -32,7 +32,7 @@

The following extension points are currently defined by GIO:

-

G_VFS_EXTENSION_POINT_NAME.  +

G_VFS_EXTENSION_POINT_NAME.  Allows to override the functionality of the GVfs class. Implementations of this extension point must be derived from GVfs. GIO uses the implementation with the highest priority that is active, @@ -41,7 +41,7 @@ GIO implements this extension point for local files, gvfs contains an implementation that supports all the backends in gvfs.

-

G_VOLUME_MONITOR_EXTENSION_POINT_NAME.  +

G_VOLUME_MONITOR_EXTENSION_POINT_NAME.  Allows to add more volume monitors. Implementations of this extension point must be derived from GVolumeMonitor. GIO uses all registered extensions. @@ -49,7 +49,7 @@ gvfs contains an implementation that works together with the GVfs implementation in gvfs.

-

G_NATIVE_VOLUME_MONITOR_EXTENSION_POINT_NAME.  +

G_NATIVE_VOLUME_MONITOR_EXTENSION_POINT_NAME.  Allows to override the 'native' volume monitor. Implementations of this extension point must be derived from GNativeVolumeMonitor. GIO uses the implementation with @@ -59,7 +59,7 @@ GIO implements this extension point for local mounts, gvfs contains a hal-based implementation.

-

G_LOCAL_FILE_MONITOR_EXTENSION_POINT_NAME.  +

G_LOCAL_FILE_MONITOR_EXTENSION_POINT_NAME.  Allows to override the file monitor implementation for local files. Implementations of this extension point must be derived from GLocalFileMonitor. GIO uses the implementation @@ -69,7 +69,7 @@ GIO uses this extension point internally, to switch between its fam-based and inotify-based file monitoring implementations.

-

G_LOCAL_DIRECTORY_MONITOR_EXTENSION_POINT_NAME.  +

G_LOCAL_DIRECTORY_MONITOR_EXTENSION_POINT_NAME.  Allows to override the directory monitor implementation for local files. Implementations of this extension point must be derived from GLocalDirectoryMonitor. GIO uses the implementation @@ -79,7 +79,7 @@ GIO uses this extension point internally, to switch between its fam-based and inotify-based directory monitoring implementations.

-

G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME.  +

G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME.  Unix-only. Allows to provide a way to associate default handlers with URI schemes. Implementations of this extension point must implement the GDesktopAppInfoLookup interface. GIO uses the @@ -88,14 +88,14 @@ gvfs contains a GConf-based implementation that uses the same GConf keys as gnome-vfs.

-

G_SETTINGS_BACKEND_EXTENSION_POINT_NAME.  +

G_SETTINGS_BACKEND_EXTENSION_POINT_NAME.  Allows to provide an alternative storage for GSettings. Implementations of this extension point must derive from the GSettingsBackend type. GIO contains a keyfile-based implementation of this extension point, another one is provided by dconf.

-

G_PROXY_EXTENSION_POINT_NAME.  +

G_PROXY_EXTENSION_POINT_NAME.  Allows to provide implementations for network proxying. Implementations of this extension point must provide the GProxy interface, and must be named after the network @@ -104,6 +104,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/extending.html glib2.0-2.26.1/docs/reference/gio/html/extending.html --- glib2.0-2.26.0/docs/reference/gio/html/extending.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/extending.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Extending GIO - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

Extending GIO

@@ -36,6 +36,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/failable_initialization.html glib2.0-2.26.1/docs/reference/gio/html/failable_initialization.html --- glib2.0-2.26.0/docs/reference/gio/html/failable_initialization.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/failable_initialization.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Failable Initialization - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

Failable Initialization

@@ -33,6 +33,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/file_mon.html glib2.0-2.26.1/docs/reference/gio/html/file_mon.html --- glib2.0-2.26.0/docs/reference/gio/html/file_mon.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/file_mon.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ File System Monitoring - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

File System Monitoring

@@ -28,6 +28,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/file_ops.html glib2.0-2.26.1/docs/reference/gio/html/file_ops.html --- glib2.0-2.26.0/docs/reference/gio/html/file_ops.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/file_ops.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ File Operations - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

File Operations

@@ -45,6 +45,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GAppInfo.html glib2.0-2.26.1/docs/reference/gio/html/GAppInfo.html --- glib2.0-2.26.0/docs/reference/gio/html/GAppInfo.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GAppInfo.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GAppInfo - + - + @@ -32,7 +32,7 @@ Known Implementations -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -113,7 +113,7 @@
 GAppLaunchContext * g_app_launch_context_new            (void);
 
-
+

Object Hierarchy

   GInterface
@@ -124,19 +124,19 @@
    +----GAppLaunchContext
 
-
+

Prerequisites

GAppInfo requires GObject.

-
+

Known Implementations

GAppInfo is implemented by GDesktopAppInfo.

-
+

Description

GAppInfo and GAppLaunchContext are used for describing and launching @@ -197,9 +197,9 @@ managers) may have different ideas of what a given URI means.

-
+

Details

-
+

enum GAppInfoCreateFlags

typedef enum {
   G_APP_INFO_CREATE_NONE                           = 0,         /*< nick=none >*/
@@ -238,7 +238,7 @@
 

-
+

GAppInfo

typedef struct _GAppInfo GAppInfo;

@@ -247,7 +247,7 @@


-
+

GAppInfoIface

typedef struct {
   GTypeInterface g_iface;
@@ -416,7 +416,7 @@
 

-
+

GAppLaunchContext

typedef struct _GAppLaunchContext GAppLaunchContext;

@@ -426,7 +426,7 @@


-
+

g_app_info_create_from_commandline ()

GAppInfo *          g_app_info_create_from_commandline  (const char *commandline,
                                                          const char *application_name,
@@ -467,7 +467,7 @@
 

-
+

g_app_info_dup ()

GAppInfo *          g_app_info_dup                      (GAppInfo *appinfo);

@@ -490,7 +490,7 @@


-
+

g_app_info_equal ()

gboolean            g_app_info_equal                    (GAppInfo *appinfo1,
                                                          GAppInfo *appinfo2);
@@ -519,7 +519,7 @@

-
+

g_app_info_get_id ()

const char *        g_app_info_get_id                   (GAppInfo *appinfo);

@@ -549,7 +549,7 @@


-
+

g_app_info_get_name ()

const char *        g_app_info_get_name                 (GAppInfo *appinfo);

@@ -572,7 +572,7 @@


-
+

g_app_info_get_display_name ()

const char *        g_app_info_get_display_name         (GAppInfo *appinfo);

@@ -599,7 +599,7 @@

Since 2.24


-
+

g_app_info_get_description ()

const char *        g_app_info_get_description          (GAppInfo *appinfo);

@@ -623,7 +623,7 @@


-
+

g_app_info_get_executable ()

const char *        g_app_info_get_executable           (GAppInfo *appinfo);

@@ -647,7 +647,7 @@


-
+

g_app_info_get_commandline ()

const char *        g_app_info_get_commandline          (GAppInfo *appinfo);

@@ -674,7 +674,7 @@

Since 2.20


-
+

g_app_info_get_icon ()

GIcon *             g_app_info_get_icon                 (GAppInfo *appinfo);

@@ -697,7 +697,7 @@


-
+

g_app_info_launch ()

gboolean            g_app_info_launch                   (GAppInfo *appinfo,
                                                          GList *files,
@@ -765,7 +765,7 @@
 

-
+

g_app_info_supports_files ()

gboolean            g_app_info_supports_files           (GAppInfo *appinfo);

@@ -788,7 +788,7 @@


-
+

g_app_info_supports_uris ()

gboolean            g_app_info_supports_uris            (GAppInfo *appinfo);

@@ -811,7 +811,7 @@


-
+

g_app_info_launch_uris ()

gboolean            g_app_info_launch_uris              (GAppInfo *appinfo,
                                                          GList *uris,
@@ -863,7 +863,7 @@
 

-
+

g_app_info_should_show ()

gboolean            g_app_info_should_show              (GAppInfo *appinfo);

@@ -887,7 +887,7 @@


-
+

g_app_info_can_delete ()

gboolean            g_app_info_can_delete               (GAppInfo *appinfo);

@@ -913,7 +913,7 @@

Since 2.20


-
+

g_app_info_delete ()

gboolean            g_app_info_delete                   (GAppInfo *appinfo);

@@ -943,7 +943,7 @@

Since 2.20


-
+

g_app_info_reset_type_associations ()

void                g_app_info_reset_type_associations  (const char *content_type);

@@ -963,7 +963,7 @@

Since 2.20


-
+

g_app_info_set_as_default_for_type ()

gboolean            g_app_info_set_as_default_for_type  (GAppInfo *appinfo,
                                                          const char *content_type,
@@ -998,7 +998,7 @@
 

-
+

g_app_info_set_as_default_for_extension ()

gboolean            g_app_info_set_as_default_for_extension
                                                         (GAppInfo *appinfo,
@@ -1034,7 +1034,7 @@
 

-
+

g_app_info_add_supports_type ()

gboolean            g_app_info_add_supports_type        (GAppInfo *appinfo,
                                                          const char *content_type,
@@ -1070,7 +1070,7 @@
 

-
+

g_app_info_can_remove_supports_type ()

gboolean            g_app_info_can_remove_supports_type (GAppInfo *appinfo);

@@ -1094,7 +1094,7 @@


-
+

g_app_info_remove_supports_type ()

gboolean            g_app_info_remove_supports_type     (GAppInfo *appinfo,
                                                          const char *content_type,
@@ -1129,7 +1129,7 @@
 

-
+

g_app_info_get_all ()

GList *             g_app_info_get_all                  (void);

@@ -1154,7 +1154,7 @@


-
+

g_app_info_get_all_for_type ()

GList *             g_app_info_get_all_for_type         (const char *content_type);

@@ -1178,7 +1178,7 @@


-
+

g_app_info_get_default_for_type ()

GAppInfo *          g_app_info_get_default_for_type     (const char *content_type,
                                                          gboolean must_support_uris);
@@ -1208,7 +1208,7 @@

-
+

g_app_info_get_default_for_uri_scheme ()

GAppInfo *          g_app_info_get_default_for_uri_scheme
                                                         (const char *uri_scheme);
@@ -1235,7 +1235,7 @@

-
+

g_app_info_launch_default_for_uri ()

gboolean            g_app_info_launch_default_for_uri   (const char *uri,
                                                          GAppLaunchContext *launch_context,
@@ -1273,7 +1273,7 @@
 

-
+

g_app_launch_context_get_display ()

char *              g_app_launch_context_get_display    (GAppLaunchContext *context,
                                                          GAppInfo *info,
@@ -1310,7 +1310,7 @@
 

-
+

g_app_launch_context_get_startup_notify_id ()

char *              g_app_launch_context_get_startup_notify_id
                                                         (GAppLaunchContext *context,
@@ -1353,7 +1353,7 @@
 

-
+

g_app_launch_context_launch_failed ()

void                g_app_launch_context_launch_failed  (GAppLaunchContext *context,
                                                          const char *startup_notify_id);
@@ -1378,12 +1378,12 @@

-
+

g_app_launch_context_new ()

GAppLaunchContext * g_app_launch_context_new            (void);

Creates a new application launch context. This is not normally used, -instead you instantiate a subclass of this, such as GdkAppLaunchContext. +instead you instantiate a subclass of this, such as GdkAppLaunchContext.

@@ -1398,6 +1398,6 @@ + Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GAsyncInitable.html glib2.0-2.26.1/docs/reference/gio/html/GAsyncInitable.html --- glib2.0-2.26.0/docs/reference/gio/html/GAsyncInitable.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GAsyncInitable.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ GAsyncInitable - + - + @@ -32,7 +32,7 @@ Known Implementations
-
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -82,26 +82,26 @@
                                                          gpointer user_data);
 
-
+

Object Hierarchy

   GInterface
    +----GAsyncInitable
 
-
+

Prerequisites

GAsyncInitable requires GObject.

-
+

Known Implementations

GAsyncInitable is implemented by GDBusConnection and GDBusProxy.

-
+

Description

This is the asynchronous version of GInitable; it behaves the same @@ -314,9 +314,9 @@

-
+

Details

-
+

GAsyncInitable

typedef struct _GAsyncInitable GAsyncInitable;

@@ -325,7 +325,7 @@

Since 2.22


-
+

GAsyncInitableIface

typedef struct {
   GTypeInterface g_iface;
@@ -369,7 +369,7 @@
 

Since 2.22


-
+

g_async_initable_init_async ()

void                g_async_initable_init_async         (GAsyncInitable *initable,
                                                          int io_priority,
@@ -448,7 +448,7 @@
 

Since 2.22


-
+

g_async_initable_init_finish ()

gboolean            g_async_initable_init_finish        (GAsyncInitable *initable,
                                                          GAsyncResult *res,
@@ -488,7 +488,7 @@
 

Since 2.22


-
+

g_async_initable_new_async ()

void                g_async_initable_new_async          (GType object_type,
                                                          int io_priority,
@@ -553,7 +553,7 @@
 

Since 2.22


-
+

g_async_initable_new_finish ()

GObject *           g_async_initable_new_finish         (GAsyncInitable *initable,
                                                          GAsyncResult *res,
@@ -593,7 +593,7 @@
 

Since 2.22


-
+

g_async_initable_new_valist_async ()

void                g_async_initable_new_valist_async   (GType object_type,
                                                          const gchar *first_property_name,
@@ -658,7 +658,7 @@
 

Since 2.22


-
+

g_async_initable_newv_async ()

void                g_async_initable_newv_async         (GType object_type,
                                                          guint n_parameters,
@@ -721,13 +721,13 @@
 

Since 2.22

-
+

See Also

GInitable
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GAsyncResult.html glib2.0-2.26.1/docs/reference/gio/html/GAsyncResult.html --- glib2.0-2.26.0/docs/reference/gio/html/GAsyncResult.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GAsyncResult.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GAsyncResult - + - + @@ -32,7 +32,7 @@ Known Implementations -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -55,26 +55,26 @@
 GObject *           g_async_result_get_source_object    (GAsyncResult *res);
 
-
+

Object Hierarchy

   GInterface
    +----GAsyncResult
 
-
+

Prerequisites

GAsyncResult requires GObject.

-
+

Known Implementations

GAsyncResult is implemented by GSimpleAsyncResult.

-
+

Description

Provides a base class for implementing asynchronous function results. @@ -206,9 +206,9 @@ initialize GThread.

-
+

Details

-
+

GAsyncResult

typedef struct _GAsyncResult GAsyncResult;

@@ -217,7 +217,7 @@


-
+

GAsyncResultIface

typedef struct {
   GTypeInterface g_iface;
@@ -253,7 +253,7 @@
 

-
+

GAsyncReadyCallback ()

void                (*GAsyncReadyCallback)              (GObject *source_object,
                                                          GAsyncResult *res,
@@ -284,7 +284,7 @@
 

-
+

g_async_result_get_user_data ()

gpointer            g_async_result_get_user_data        (GAsyncResult *res);

@@ -307,7 +307,7 @@


-
+

g_async_result_get_source_object ()

GObject *           g_async_result_get_source_object    (GAsyncResult *res);

@@ -331,13 +331,13 @@

-
+
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GBufferedInputStream.html glib2.0-2.26.1/docs/reference/gio/html/GBufferedInputStream.html --- glib2.0-2.26.0/docs/reference/gio/html/GBufferedInputStream.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GBufferedInputStream.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ GBufferedInputStream - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,14 +39,14 @@
-
+ -
+

Object Hierarchy

   GObject
@@ -89,13 +89,13 @@
                      +----GDataInputStream
 
-
+

Properties

   "buffer-size"              guint                 : Read / Write / Construct
 
-
+

Description

Buffered input stream implements GFilterInputStream and provides @@ -117,9 +117,9 @@ cannot be reduced below the size of the data within the buffer.

-
+

Details

-
+

GBufferedInputStream

typedef struct _GBufferedInputStream GBufferedInputStream;

@@ -127,9 +127,9 @@


-
+

g_buffered_input_stream_new ()

-
GInputStream *      g_buffered_input_stream_new         (GInputStream *base_stream);
+
GInputStream*       g_buffered_input_stream_new         (GInputStream *base_stream);

Creates a new GInputStream from the given base_stream, with a buffer set to the default size (4 kilobytes). @@ -151,9 +151,9 @@


-
+

g_buffered_input_stream_new_sized ()

-
GInputStream *      g_buffered_input_stream_new_sized   (GInputStream *base_stream,
+
GInputStream*       g_buffered_input_stream_new_sized   (GInputStream *base_stream,
                                                          gsize size);

Creates a new GBufferedInputStream from the given base_stream, @@ -181,7 +181,7 @@


-
+

g_buffered_input_stream_get_buffer_size ()

gsize               g_buffered_input_stream_get_buffer_size
                                                         (GBufferedInputStream *stream);
@@ -205,7 +205,7 @@

-
+

g_buffered_input_stream_set_buffer_size ()

void                g_buffered_input_stream_set_buffer_size
                                                         (GBufferedInputStream *stream,
@@ -232,7 +232,7 @@
 

-
+

g_buffered_input_stream_get_available ()

gsize               g_buffered_input_stream_get_available
                                                         (GBufferedInputStream *stream);
@@ -257,9 +257,9 @@

-
+

g_buffered_input_stream_peek_buffer ()

-
const void *        g_buffered_input_stream_peek_buffer (GBufferedInputStream *stream,
+
const void*         g_buffered_input_stream_peek_buffer (GBufferedInputStream *stream,
                                                          gsize *count);

Returns the buffer with the currently available bytes. The returned @@ -288,7 +288,7 @@


-
+

g_buffered_input_stream_peek ()

gsize               g_buffered_input_stream_peek        (GBufferedInputStream *stream,
                                                          void *buffer,
@@ -330,7 +330,7 @@
 

-
+

g_buffered_input_stream_fill ()

gssize              g_buffered_input_stream_fill        (GBufferedInputStream *stream,
                                                          gssize count,
@@ -401,7 +401,7 @@
 

-
+

g_buffered_input_stream_fill_async ()

void                g_buffered_input_stream_fill_async  (GBufferedInputStream *stream,
                                                          gssize count,
@@ -456,7 +456,7 @@
 

-
+

g_buffered_input_stream_fill_finish ()

gssize              g_buffered_input_stream_fill_finish (GBufferedInputStream *stream,
                                                          GAsyncResult *result,
@@ -491,7 +491,7 @@
 

-
+

g_buffered_input_stream_read_byte ()

int                 g_buffered_input_stream_read_byte   (GBufferedInputStream *stream,
                                                          GCancellable *cancellable,
@@ -541,9 +541,9 @@
 
-
+

Property Details

-
+

The "buffer-size" property

  "buffer-size"              guint                 : Read / Write / Construct

The size of the backend buffer.

@@ -551,13 +551,13 @@

Default value: 4096

- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GBufferedOutputStream.html glib2.0-2.26.1/docs/reference/gio/html/GBufferedOutputStream.html --- glib2.0-2.26.0/docs/reference/gio/html/GBufferedOutputStream.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GBufferedOutputStream.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GBufferedOutputStream - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,14 +39,14 @@
-
+ -
+

Object Hierarchy

   GObject
@@ -69,14 +69,14 @@
                +----GBufferedOutputStream
 
-
+

Properties

   "auto-grow"                gboolean              : Read / Write
   "buffer-size"              guint                 : Read / Write / Construct
 
-
+

Description

Buffered output stream implements GFilterOutputStream and provides @@ -98,9 +98,9 @@ size cannot be reduced below the size of the data within the buffer.

-
+

Details

-
+

GBufferedOutputStream

typedef struct _GBufferedOutputStream GBufferedOutputStream;

@@ -108,9 +108,9 @@


-
+

g_buffered_output_stream_new ()

-
GOutputStream *     g_buffered_output_stream_new        (GOutputStream *base_stream);
+
GOutputStream*      g_buffered_output_stream_new        (GOutputStream *base_stream);

Creates a new buffered output stream for a base stream.

@@ -131,9 +131,9 @@

-
+

g_buffered_output_stream_new_sized ()

-
GOutputStream *     g_buffered_output_stream_new_sized  (GOutputStream *base_stream,
+
GOutputStream*      g_buffered_output_stream_new_sized  (GOutputStream *base_stream,
                                                          gsize size);

Creates a new buffered output stream with a given buffer size. @@ -160,7 +160,7 @@


-
+

g_buffered_output_stream_get_buffer_size ()

gsize               g_buffered_output_stream_get_buffer_size
                                                         (GBufferedOutputStream *stream);
@@ -184,7 +184,7 @@

-
+

g_buffered_output_stream_set_buffer_size ()

void                g_buffered_output_stream_set_buffer_size
                                                         (GBufferedOutputStream *stream,
@@ -209,7 +209,7 @@
 

-
+

g_buffered_output_stream_get_auto_grow ()

gboolean            g_buffered_output_stream_get_auto_grow
                                                         (GBufferedOutputStream *stream);
@@ -234,7 +234,7 @@

-
+

g_buffered_output_stream_set_auto_grow ()

void                g_buffered_output_stream_set_auto_grow
                                                         (GBufferedOutputStream *stream,
@@ -262,16 +262,16 @@
 
-
+

Property Details

-
+

The "auto-grow" property

  "auto-grow"                gboolean              : Read / Write

Whether the buffer should automatically grow.

Default value: FALSE


-
+

The "buffer-size" property

  "buffer-size"              guint                 : Read / Write / Construct

The size of the backend buffer.

@@ -279,13 +279,13 @@

Default value: 4096

- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GCancellable.html glib2.0-2.26.1/docs/reference/gio/html/GCancellable.html --- glib2.0-2.26.0/docs/reference/gio/html/GCancellable.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GCancellable.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GCancellable - + - + @@ -30,7 +30,7 @@ Signals -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -67,20 +67,20 @@
 void                g_cancellable_cancel                (GCancellable *cancellable);
 
-
+

Object Hierarchy

   GObject
    +----GCancellable
 
-
+

Signals

   "cancelled"                                      : Run Last
 
-
+

Description

GCancellable is a thread-safe operation cancellation stack used @@ -88,9 +88,9 @@ asynchronous operations.

-
+

Details

-
+

GCancellable

typedef struct _GCancellable GCancellable;

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


-
+

g_cancellable_new ()

GCancellable *      g_cancellable_new                   (void);

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


-
+

g_cancellable_is_cancelled ()

gboolean            g_cancellable_is_cancelled          (GCancellable *cancellable);

@@ -147,7 +147,7 @@


-
+

g_cancellable_set_error_if_cancelled ()

gboolean            g_cancellable_set_error_if_cancelled
                                                         (GCancellable *cancellable,
@@ -179,7 +179,7 @@
 

-
+

g_cancellable_get_fd ()

int                 g_cancellable_get_fd                (GCancellable *cancellable);

@@ -218,7 +218,7 @@


-
+

g_cancellable_make_pollfd ()

gboolean            g_cancellable_make_pollfd           (GCancellable *cancellable,
                                                          GPollFD *pollfd);
@@ -270,7 +270,7 @@

Since 2.22


-
+

g_cancellable_release_fd ()

void                g_cancellable_release_fd            (GCancellable *cancellable);

@@ -296,7 +296,7 @@

Since 2.22


-
+

g_cancellable_get_current ()

GCancellable *      g_cancellable_get_current           (void);

@@ -313,7 +313,7 @@


-
+

g_cancellable_pop_current ()

void                g_cancellable_pop_current           (GCancellable *cancellable);

@@ -330,7 +330,7 @@


-
+

g_cancellable_push_current ()

void                g_cancellable_push_current          (GCancellable *cancellable);

@@ -355,7 +355,7 @@


-
+

g_cancellable_reset ()

void                g_cancellable_reset                 (GCancellable *cancellable);

@@ -371,7 +371,7 @@


-
+

g_cancellable_connect ()

gulong              g_cancellable_connect               (GCancellable *cancellable,
                                                          GCallback callback,
@@ -430,7 +430,7 @@
 

Since 2.22


-
+

g_cancellable_disconnect ()

void                g_cancellable_disconnect            (GCancellable *cancellable,
                                                          gulong handler_id);
@@ -470,7 +470,7 @@

Since 2.22


-
+

g_cancellable_cancel ()

void                g_cancellable_cancel                (GCancellable *cancellable);

@@ -501,9 +501,9 @@

-
+

Signal Details

-
+

The "cancelled" signal

void                user_function                      (GCancellable *cancellable,
                                                         gpointer      user_data)        : Run Last
@@ -615,6 +615,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GCharsetConverter.html glib2.0-2.26.1/docs/reference/gio/html/GCharsetConverter.html --- glib2.0-2.26.0/docs/reference/gio/html/GCharsetConverter.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GCharsetConverter.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GCharsetConverter - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -59,20 +59,20 @@
                                                         (GCharsetConverter *converter);
 
-
+

Object Hierarchy

   GObject
    +----GCharsetConverter
 
-
+

Implemented Interfaces

GCharsetConverter implements GConverter and GInitable.

-
+

Properties

   "from-charset"             gchar*                : Read / Write / Construct Only
@@ -80,16 +80,16 @@
   "use-fallback"             gboolean              : Read / Write / Construct
 
-
+

Description

GCharsetConverter is an implementation of GConverter based on GIConv.

-
+

Details

-
+

GCharsetConverter

typedef struct _GCharsetConverter GCharsetConverter;

@@ -97,7 +97,7 @@


-
+

g_charset_converter_new ()

GCharsetConverter * g_charset_converter_new             (const gchar *to_charset,
                                                          const gchar *from_charset,
@@ -135,7 +135,7 @@
 

Since 2.24


-
+

g_charset_converter_set_use_fallback ()

void                g_charset_converter_set_use_fallback
                                                         (GCharsetConverter *converter,
@@ -162,7 +162,7 @@
 

Since 2.24


-
+

g_charset_converter_get_use_fallback ()

gboolean            g_charset_converter_get_use_fallback
                                                         (GCharsetConverter *converter);
@@ -188,7 +188,7 @@

Since 2.24


-
+

g_charset_converter_get_num_fallbacks ()

guint               g_charset_converter_get_num_fallbacks
                                                         (GCharsetConverter *converter);
@@ -214,23 +214,23 @@

Since 2.24

-
+

Property Details

-
+

The "from-charset" property

  "from-charset"             gchar*                : Read / Write / Construct Only

The character encoding to convert from.

Default value: NULL


-
+

The "to-charset" property

  "to-charset"               gchar*                : Read / Write / Construct Only

The character encoding to convert to.

Default value: NULL


-
+

The "use-fallback" property

  "use-fallback"             gboolean              : Read / Write / Construct

Use fallback (of form \<hexval>) for invalid bytes.

@@ -240,6 +240,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GConverter.html glib2.0-2.26.1/docs/reference/gio/html/GConverter.html --- glib2.0-2.26.0/docs/reference/gio/html/GConverter.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GConverter.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GConverter - + - + @@ -32,7 +32,7 @@ Known Implementations -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -62,26 +62,26 @@
 void                g_converter_reset                   (GConverter *converter);
 
-
+

Object Hierarchy

   GInterface
    +----GConverter
 
-
+

Prerequisites

GConverter requires GObject.

-
+

Known Implementations

GConverter is implemented by GCharsetConverter, GZlibCompressor and GZlibDecompressor.

-
+

Description

GConverter is implemented by objects that convert @@ -94,9 +94,9 @@ replace.

-
+

Details

-
+

GConverter

typedef struct _GConverter GConverter;

@@ -105,7 +105,7 @@

Since 2.24


-
+

GConverterIface

typedef struct {
   GTypeInterface g_iface;
@@ -152,7 +152,7 @@
 

Since 2.24


-
+

enum GConverterResult

typedef enum {
   G_CONVERTER_ERROR     = 0,  /*< nick=error >*/
@@ -192,7 +192,7 @@
 

Since 2.24


-
+

enum GConverterFlags

typedef enum {
   G_CONVERTER_NO_FLAGS     = 0,         /*< nick=none >*/
@@ -226,7 +226,7 @@
 

Since 2.24


-
+

g_converter_convert ()

GConverterResult    g_converter_convert                 (GConverter *converter,
                                                          const void *inbuf,
@@ -392,7 +392,7 @@
 

Since 2.24


-
+

g_converter_reset ()

void                g_converter_reset                   (GConverter *converter);

@@ -411,13 +411,13 @@

Since 2.24

- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GCredentials.html glib2.0-2.26.1/docs/reference/gio/html/GCredentials.html --- glib2.0-2.26.0/docs/reference/gio/html/GCredentials.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GCredentials.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ GCredentials - + - + @@ -28,7 +28,7 @@ Object Hierarchy -
+
@@ -37,7 +37,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -61,14 +61,14 @@
                                                          GError **error);
 
-
+

Object Hierarchy

   GObject
    +----GCredentials
 
-
+

Description

The GCredentials type is a reference-counted wrapper for native @@ -98,9 +98,9 @@ This corresponds to G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED.

-
+

Details

-
+

GCredentials

typedef struct _GCredentials GCredentials;

@@ -110,7 +110,7 @@

Since 2.26


-
+

enum GCredentialsType

typedef enum
 {
@@ -145,7 +145,7 @@
 

Since 2.26


-
+

g_credentials_new ()

GCredentials *      g_credentials_new                   (void);

@@ -164,7 +164,7 @@

Since 2.26


-
+

g_credentials_to_string ()

gchar *             g_credentials_to_string             (GCredentials *credentials);

@@ -191,7 +191,7 @@

Since 2.26


-
+

g_credentials_get_native ()

gpointer            g_credentials_get_native            (GCredentials *credentials,
                                                          GCredentialsType native_type);
@@ -231,7 +231,7 @@

Since 2.26


-
+

g_credentials_set_native ()

void                g_credentials_set_native            (GCredentials *credentials,
                                                          GCredentialsType native_type,
@@ -268,7 +268,7 @@
 

Since 2.26


-
+

g_credentials_is_same_user ()

gboolean            g_credentials_is_same_user          (GCredentials *credentials,
                                                          GCredentials *other_credentials,
@@ -310,7 +310,7 @@
 

Since 2.26


-
+

g_credentials_get_unix_user ()

uid_t               g_credentials_get_unix_user         (GCredentials *credentials,
                                                          GError **error);
@@ -347,7 +347,7 @@

Since 2.26


-
+

g_credentials_set_unix_user ()

gboolean            g_credentials_set_unix_user         (GCredentials *credentials,
                                                          uid_t uid,
@@ -393,6 +393,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GDataInputStream.html glib2.0-2.26.1/docs/reference/gio/html/GDataInputStream.html --- glib2.0-2.26.0/docs/reference/gio/html/GDataInputStream.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GDataInputStream.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ GDataInputStream - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -47,7 +47,7 @@
                     GDataInputStream;
 enum                GDataStreamByteOrder;
 enum                GDataStreamNewlineType;
-GDataInputStream *      g_data_input_stream_new         (GInputStream *base_stream);
+GDataInputStream *  g_data_input_stream_new             (GInputStream *base_stream);
 void                g_data_input_stream_set_byte_order  (GDataInputStream *stream,
                                                          GDataStreamByteOrder order);
 GDataStreamByteOrder  g_data_input_stream_get_byte_order
@@ -78,7 +78,7 @@
 guint64             g_data_input_stream_read_uint64     (GDataInputStream *stream,
                                                          GCancellable *cancellable,
                                                          GError **error);
-char *                  g_data_input_stream_read_line   (GDataInputStream *stream,
+char *              g_data_input_stream_read_line       (GDataInputStream *stream,
                                                          gsize *length,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -87,12 +87,12 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-char *                  g_data_input_stream_read_line_finish
+char *              g_data_input_stream_read_line_finish
                                                         (GDataInputStream *stream,
                                                          GAsyncResult *result,
                                                          gsize *length,
                                                          GError **error);
-char *                  g_data_input_stream_read_upto   (GDataInputStream *stream,
+char *              g_data_input_stream_read_upto       (GDataInputStream *stream,
                                                          const gchar *stop_chars,
                                                          gssize stop_chars_len,
                                                          gsize *length,
@@ -105,12 +105,12 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-char *                  g_data_input_stream_read_upto_finish
+char *              g_data_input_stream_read_upto_finish
                                                         (GDataInputStream *stream,
                                                          GAsyncResult *result,
                                                          gsize *length,
                                                          GError **error);
-char *                  g_data_input_stream_read_until  (GDataInputStream *stream,
+char *              g_data_input_stream_read_until      (GDataInputStream *stream,
                                                          const gchar *stop_chars,
                                                          gsize *length,
                                                          GCancellable *cancellable,
@@ -122,14 +122,14 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-char *                  g_data_input_stream_read_until_finish
+char *              g_data_input_stream_read_until_finish
                                                         (GDataInputStream *stream,
                                                          GAsyncResult *result,
                                                          gsize *length,
                                                          GError **error);
 
-
+

Object Hierarchy

   GObject
@@ -139,23 +139,23 @@
                      +----GDataInputStream
 
-
+

Properties

   "byte-order"               GDataStreamByteOrder  : Read / Write
   "newline-type"             GDataStreamNewlineType  : Read / Write
 
-
+

Description

Data input stream implements GInputStream and includes functions for reading structured data directly from a binary input stream.

-
+

Details

-
+

GDataInputStream

typedef struct _GDataInputStream GDataInputStream;

@@ -164,7 +164,7 @@


-
+

enum GDataStreamByteOrder

typedef enum {
   G_DATA_STREAM_BYTE_ORDER_BIG_ENDIAN,
@@ -198,7 +198,7 @@
 

-
+

enum GDataStreamNewlineType

typedef enum {
   G_DATA_STREAM_NEWLINE_TYPE_LF,
@@ -237,9 +237,9 @@
 

-
+

g_data_input_stream_new ()

-
GDataInputStream *      g_data_input_stream_new         (GInputStream *base_stream);
+
GDataInputStream *  g_data_input_stream_new             (GInputStream *base_stream);

Creates a new data input stream for the base_stream.

@@ -260,7 +260,7 @@

-
+

g_data_input_stream_set_byte_order ()

void                g_data_input_stream_set_byte_order  (GDataInputStream *stream,
                                                          GDataStreamByteOrder order);
@@ -285,7 +285,7 @@

-
+

g_data_input_stream_get_byte_order ()

GDataStreamByteOrder  g_data_input_stream_get_byte_order
                                                         (GDataInputStream *stream);
@@ -309,7 +309,7 @@

-
+

g_data_input_stream_set_newline_type ()

void                g_data_input_stream_set_newline_type
                                                         (GDataInputStream *stream,
@@ -339,7 +339,7 @@
 

-
+

g_data_input_stream_get_newline_type ()

GDataStreamNewlineType  g_data_input_stream_get_newline_type
                                                         (GDataInputStream *stream);
@@ -363,7 +363,7 @@

-
+

g_data_input_stream_read_byte ()

guchar              g_data_input_stream_read_byte       (GDataInputStream *stream,
                                                          GCancellable *cancellable,
@@ -400,7 +400,7 @@
 

-
+

g_data_input_stream_read_int16 ()

gint16              g_data_input_stream_read_int16      (GDataInputStream *stream,
                                                          GCancellable *cancellable,
@@ -441,7 +441,7 @@
 

-
+

g_data_input_stream_read_uint16 ()

guint16             g_data_input_stream_read_uint16     (GDataInputStream *stream,
                                                          GCancellable *cancellable,
@@ -482,7 +482,7 @@
 

-
+

g_data_input_stream_read_int32 ()

gint32              g_data_input_stream_read_int32      (GDataInputStream *stream,
                                                          GCancellable *cancellable,
@@ -528,7 +528,7 @@
 

-
+

g_data_input_stream_read_uint32 ()

guint32             g_data_input_stream_read_uint32     (GDataInputStream *stream,
                                                          GCancellable *cancellable,
@@ -574,7 +574,7 @@
 

-
+

g_data_input_stream_read_int64 ()

gint64              g_data_input_stream_read_int64      (GDataInputStream *stream,
                                                          GCancellable *cancellable,
@@ -620,7 +620,7 @@
 

-
+

g_data_input_stream_read_uint64 ()

guint64             g_data_input_stream_read_uint64     (GDataInputStream *stream,
                                                          GCancellable *cancellable,
@@ -666,9 +666,9 @@
 

-
+

g_data_input_stream_read_line ()

-
char *                  g_data_input_stream_read_line   (GDataInputStream *stream,
+
char *              g_data_input_stream_read_line       (GDataInputStream *stream,
                                                          gsize *length,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -716,7 +716,7 @@

-
+

g_data_input_stream_read_line_async ()

void                g_data_input_stream_read_line_async (GDataInputStream *stream,
                                                          gint io_priority,
@@ -766,9 +766,9 @@
 

Since 2.20


-
+

g_data_input_stream_read_line_finish ()

-
char *                  g_data_input_stream_read_line_finish
+
char *              g_data_input_stream_read_line_finish
                                                         (GDataInputStream *stream,
                                                          GAsyncResult *result,
                                                          gsize *length,
@@ -815,9 +815,9 @@
 

Since 2.20


-
+

g_data_input_stream_read_upto ()

-
char *                  g_data_input_stream_read_upto   (GDataInputStream *stream,
+
char *              g_data_input_stream_read_upto       (GDataInputStream *stream,
                                                          const gchar *stop_chars,
                                                          gssize stop_chars_len,
                                                          gsize *length,
@@ -885,7 +885,7 @@
 

Since 2.24


-
+

g_data_input_stream_read_upto_async ()

void                g_data_input_stream_read_upto_async (GDataInputStream *stream,
                                                          const gchar *stop_chars,
@@ -957,9 +957,9 @@
 

Since 2.24


-
+

g_data_input_stream_read_upto_finish ()

-
char *                  g_data_input_stream_read_upto_finish
+
char *              g_data_input_stream_read_upto_finish
                                                         (GDataInputStream *stream,
                                                          GAsyncResult *result,
                                                          gsize *length,
@@ -1010,9 +1010,9 @@
 

Since 2.24


-
+

g_data_input_stream_read_until ()

-
char *                  g_data_input_stream_read_until  (GDataInputStream *stream,
+
char *              g_data_input_stream_read_until      (GDataInputStream *stream,
                                                          const gchar *stop_chars,
                                                          gsize *length,
                                                          GCancellable *cancellable,
@@ -1072,7 +1072,7 @@
 

-
+

g_data_input_stream_read_until_async ()

void                g_data_input_stream_read_until_async
                                                         (GDataInputStream *stream,
@@ -1140,9 +1140,9 @@
 

Since 2.20


-
+

g_data_input_stream_read_until_finish ()

-
char *                  g_data_input_stream_read_until_finish
+
char *              g_data_input_stream_read_until_finish
                                                         (GDataInputStream *stream,
                                                          GAsyncResult *result,
                                                          gsize *length,
@@ -1187,29 +1187,29 @@
 

Since 2.20

-
+

Property Details

-
+

The "byte-order" property

  "byte-order"               GDataStreamByteOrder  : Read / Write

The byte order.

Default value: G_DATA_STREAM_BYTE_ORDER_BIG_ENDIAN


-
+

The "newline-type" property

  "newline-type"             GDataStreamNewlineType  : Read / Write

The accepted types of line ending.

Default value: G_DATA_STREAM_NEWLINE_TYPE_LF

-
+

See Also

GInputStream
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GDataOutputStream.html glib2.0-2.26.1/docs/reference/gio/html/GDataOutputStream.html --- glib2.0-2.26.0/docs/reference/gio/html/GDataOutputStream.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GDataOutputStream.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GDataOutputStream - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,13 +39,13 @@
-
+ -
+

Object Hierarchy

   GObject
@@ -93,22 +93,22 @@
                +----GDataOutputStream
 
-
+

Properties

   "byte-order"               GDataStreamByteOrder  : Read / Write
 
-
+

Description

Data output stream implements GOutputStream and includes functions for writing data directly to an output stream.

-
+

Details

-
+

GDataOutputStream

typedef struct _GDataOutputStream GDataOutputStream;

@@ -117,9 +117,9 @@


-
+

g_data_output_stream_new ()

-
GDataOutputStream *   g_data_output_stream_new          (GOutputStream *base_stream);
+
GDataOutputStream * g_data_output_stream_new            (GOutputStream *base_stream);

Creates a new data output stream for base_stream.

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

-
+

g_data_output_stream_set_byte_order ()

void                g_data_output_stream_set_byte_order (GDataOutputStream *stream,
                                                          GDataStreamByteOrder order);
@@ -164,7 +164,7 @@

-
+

g_data_output_stream_get_byte_order ()

GDataStreamByteOrder  g_data_output_stream_get_byte_order
                                                         (GDataOutputStream *stream);
@@ -188,7 +188,7 @@

-
+

g_data_output_stream_put_byte ()

gboolean            g_data_output_stream_put_byte       (GDataOutputStream *stream,
                                                          guchar data,
@@ -229,7 +229,7 @@
 

-
+

g_data_output_stream_put_int16 ()

gboolean            g_data_output_stream_put_int16      (GDataOutputStream *stream,
                                                          gint16 data,
@@ -270,7 +270,7 @@
 

-
+

g_data_output_stream_put_uint16 ()

gboolean            g_data_output_stream_put_uint16     (GDataOutputStream *stream,
                                                          guint16 data,
@@ -311,7 +311,7 @@
 

-
+

g_data_output_stream_put_int32 ()

gboolean            g_data_output_stream_put_int32      (GDataOutputStream *stream,
                                                          gint32 data,
@@ -352,7 +352,7 @@
 

-
+

g_data_output_stream_put_uint32 ()

gboolean            g_data_output_stream_put_uint32     (GDataOutputStream *stream,
                                                          guint32 data,
@@ -393,7 +393,7 @@
 

-
+

g_data_output_stream_put_int64 ()

gboolean            g_data_output_stream_put_int64      (GDataOutputStream *stream,
                                                          gint64 data,
@@ -434,7 +434,7 @@
 

-
+

g_data_output_stream_put_uint64 ()

gboolean            g_data_output_stream_put_uint64     (GDataOutputStream *stream,
                                                          guint64 data,
@@ -475,7 +475,7 @@
 

-
+

g_data_output_stream_put_string ()

gboolean            g_data_output_stream_put_string     (GDataOutputStream *stream,
                                                          const char *str,
@@ -516,9 +516,9 @@
 
-
+

Property Details

-
+

The "byte-order" property

  "byte-order"               GDataStreamByteOrder  : Read / Write

@@ -528,13 +528,13 @@

Default value: G_DATA_STREAM_BYTE_ORDER_BIG_ENDIAN

-
+

See Also

GOutputStream
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GDBusAuthObserver.html glib2.0-2.26.1/docs/reference/gio/html/GDBusAuthObserver.html --- glib2.0-2.26.0/docs/reference/gio/html/GDBusAuthObserver.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GDBusAuthObserver.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ GDBusAuthObserver - + - + @@ -30,7 +30,7 @@ Signals -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -52,20 +52,20 @@
                                                          GCredentials *credentials);
 
-
+

Object Hierarchy

   GObject
    +----GDBusAuthObserver
 
-
+

Signals

   "authorize-authenticated-peer"                   : Run Last
 
-
+

Description

The GDBusAuthObserver type provides a mechanism for participating @@ -134,9 +134,9 @@


-
+

Details

-
+

GDBusAuthObserver

typedef struct _GDBusAuthObserver GDBusAuthObserver;

@@ -146,7 +146,7 @@

Since 2.26


-
+

g_dbus_auth_observer_new ()

GDBusAuthObserver * g_dbus_auth_observer_new            (void);

@@ -164,7 +164,7 @@

Since 2.26


-
+

g_dbus_auth_observer_authorize_authenticated_peer ()

gboolean            g_dbus_auth_observer_authorize_authenticated_peer
                                                         (GDBusAuthObserver *observer,
@@ -202,9 +202,9 @@
 

Since 2.26

-
+

Signal Details

-
+

The "authorize-authenticated-peer" signal

gboolean            user_function                      (GDBusAuthObserver *observer,
                                                         GIOStream         *stream,
@@ -249,6 +249,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GDBusConnection.html glib2.0-2.26.1/docs/reference/gio/html/GDBusConnection.html --- glib2.0-2.26.0/docs/reference/gio/html/GDBusConnection.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GDBusConnection.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GDBusConnection - + - + @@ -34,7 +34,7 @@ Signals -
+
@@ -43,7 +43,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -280,20 +280,20 @@
                                                          guint registration_id);
 
-
+

Object Hierarchy

   GObject
    +----GDBusConnection
 
-
+

Implemented Interfaces

GDBusConnection implements GInitable and GAsyncInitable.

-
+

Properties

   "address"                  gchar*                : Write / Construct Only
@@ -307,13 +307,13 @@
   "unique-name"              gchar*                : Read
 
-
+

Signals

   "closed"                                         : Run Last
 
-
+

Description

The GDBusConnection type is used for D-Bus connections to remote @@ -2913,9 +2913,9 @@


-
+

Details

-
+

enum GBusType

typedef enum
 {
@@ -2956,7 +2956,7 @@
 

Since 2.26


-
+

g_bus_get ()

void                g_bus_get                           (GBusType bus_type,
                                                          GCancellable *cancellable,
@@ -3001,7 +3001,7 @@
 

Since 2.26


-
+

g_bus_get_finish ()

GDBusConnection *   g_bus_get_finish                    (GAsyncResult *res,
                                                          GError **error);
@@ -3043,7 +3043,7 @@

Since 2.26


-
+

g_bus_get_sync ()

GDBusConnection *   g_bus_get_sync                      (GBusType bus_type,
                                                          GCancellable *cancellable,
@@ -3098,7 +3098,7 @@
 

Since 2.26


-
+

GDBusConnection

typedef struct _GDBusConnection GDBusConnection;

@@ -3108,7 +3108,7 @@

Since 2.26


-
+

enum GDBusConnectionFlags

typedef enum {
   G_DBUS_CONNECTION_FLAGS_NONE = 0,
@@ -3164,7 +3164,7 @@
 

Since 2.26


-
+

g_dbus_connection_new ()

void                g_dbus_connection_new               (GIOStream *stream,
                                                          const gchar *guid,
@@ -3234,7 +3234,7 @@
 

Since 2.26


-
+

g_dbus_connection_new_finish ()

GDBusConnection *   g_dbus_connection_new_finish        (GAsyncResult *res,
                                                          GError **error);
@@ -3265,7 +3265,7 @@

Since 2.26


-
+

g_dbus_connection_new_sync ()

GDBusConnection *   g_dbus_connection_new_sync          (GIOStream *stream,
                                                          const gchar *guid,
@@ -3329,7 +3329,7 @@
 

Since 2.26


-
+

g_dbus_connection_new_for_address ()

void                g_dbus_connection_new_for_address   (const gchar *address,
                                                          GDBusConnectionFlags flags,
@@ -3401,7 +3401,7 @@
 

Since 2.26


-
+

g_dbus_connection_new_for_address_finish ()

GDBusConnection *   g_dbus_connection_new_for_address_finish
                                                         (GAsyncResult *res,
@@ -3433,7 +3433,7 @@
 

Since 2.26


-
+

g_dbus_connection_new_for_address_sync ()

GDBusConnection *   g_dbus_connection_new_for_address_sync
                                                         (const gchar *address,
@@ -3500,7 +3500,7 @@
 

Since 2.26


-
+

g_dbus_connection_start_message_processing ()

void                g_dbus_connection_start_message_processing
                                                         (GDBusConnection *connection);
@@ -3521,7 +3521,7 @@

Since 2.26


-
+

g_dbus_connection_close ()

void                g_dbus_connection_close             (GDBusConnection *connection,
                                                          GCancellable *cancellable,
@@ -3584,7 +3584,7 @@
 

Since 2.26


-
+

g_dbus_connection_close_finish ()

gboolean            g_dbus_connection_close_finish      (GDBusConnection *connection,
                                                          GAsyncResult *res,
@@ -3621,7 +3621,7 @@
 

Since 2.26


-
+

g_dbus_connection_close_sync ()

gboolean            g_dbus_connection_close_sync        (GDBusConnection *connection,
                                                          GCancellable *cancellable,
@@ -3661,7 +3661,7 @@
 

Since 2.26


-
+

g_dbus_connection_is_closed ()

gboolean            g_dbus_connection_is_closed         (GDBusConnection *connection);

@@ -3686,7 +3686,7 @@

Since 2.26


-
+

g_dbus_connection_flush ()

void                g_dbus_connection_flush             (GDBusConnection *connection,
                                                          GCancellable *cancellable,
@@ -3738,7 +3738,7 @@
 

Since 2.26


-
+

g_dbus_connection_flush_finish ()

gboolean            g_dbus_connection_flush_finish      (GDBusConnection *connection,
                                                          GAsyncResult *res,
@@ -3775,7 +3775,7 @@
 

Since 2.26


-
+

g_dbus_connection_flush_sync ()

gboolean            g_dbus_connection_flush_sync        (GDBusConnection *connection,
                                                          GCancellable *cancellable,
@@ -3815,7 +3815,7 @@
 

Since 2.26


-
+

g_dbus_connection_get_exit_on_close ()

gboolean            g_dbus_connection_get_exit_on_close (GDBusConnection *connection);

@@ -3843,7 +3843,7 @@

Since 2.26


-
+

g_dbus_connection_set_exit_on_close ()

void                g_dbus_connection_set_exit_on_close (GDBusConnection *connection,
                                                          gboolean exit_on_close);
@@ -3871,7 +3871,7 @@

Since 2.26


-
+

g_dbus_connection_get_stream ()

GIOStream *         g_dbus_connection_get_stream        (GDBusConnection *connection);

@@ -3896,7 +3896,7 @@

Since 2.26


-
+

g_dbus_connection_get_guid ()

const gchar *       g_dbus_connection_get_guid          (GDBusConnection *connection);

@@ -3923,7 +3923,7 @@

Since 2.26


-
+

g_dbus_connection_get_unique_name ()

const gchar *       g_dbus_connection_get_unique_name   (GDBusConnection *connection);

@@ -3952,7 +3952,7 @@

Since 2.26


-
+

enum GDBusCapabilityFlags

typedef enum {
   G_DBUS_CAPABILITY_FLAGS_NONE = 0,
@@ -3981,7 +3981,7 @@
 

Since 2.26


-
+

g_dbus_connection_get_capabilities ()

GDBusCapabilityFlags  g_dbus_connection_get_capabilities
                                                         (GDBusConnection *connection);
@@ -4007,7 +4007,7 @@

Since 2.26


-
+

g_dbus_connection_get_peer_credentials ()

GCredentials *      g_dbus_connection_get_peer_credentials
                                                         (GDBusConnection *connection);
@@ -4043,7 +4043,7 @@

Since 2.26


-
+

enum GDBusCallFlags

typedef enum {
   G_DBUS_CALL_FLAGS_NONE = 0,
@@ -4073,7 +4073,7 @@
 

Since 2.26


-
+

g_dbus_connection_call ()

void                g_dbus_connection_call              (GDBusConnection *connection,
                                                          const gchar *bus_name,
@@ -4224,7 +4224,7 @@
 

Since 2.26


-
+

g_dbus_connection_call_finish ()

GVariant *          g_dbus_connection_call_finish       (GDBusConnection *connection,
                                                          GAsyncResult *res,
@@ -4262,7 +4262,7 @@
 

Since 2.26


-
+

g_dbus_connection_call_sync ()

GVariant *          g_dbus_connection_call_sync         (GDBusConnection *connection,
                                                          const gchar *bus_name,
@@ -4409,7 +4409,7 @@
 

Since 2.26


-
+

g_dbus_connection_emit_signal ()

gboolean            g_dbus_connection_emit_signal       (GDBusConnection *connection,
                                                          const gchar *destination_bus_name,
@@ -4476,7 +4476,7 @@
 

Since 2.26


-
+

enum GDBusSignalFlags

typedef enum /*< flags >*/
 {
@@ -4497,7 +4497,7 @@
 

Since 2.26


-
+

GDBusSignalCallback ()

void                (*GDBusSignalCallback)              (GDBusConnection *connection,
                                                          const gchar *sender_name,
@@ -4552,7 +4552,7 @@
 

Since 2.26


-
+

g_dbus_connection_signal_subscribe ()

guint               g_dbus_connection_signal_subscribe  (GDBusConnection *connection,
                                                          const gchar *sender,
@@ -4646,7 +4646,7 @@
 

Since 2.26


-
+

g_dbus_connection_signal_unsubscribe ()

void                g_dbus_connection_signal_unsubscribe
                                                         (GDBusConnection *connection,
@@ -4672,7 +4672,7 @@
 

Since 2.26


-
+

enum GDBusSendMessageFlags

typedef enum
 {
@@ -4703,7 +4703,7 @@
 

Since 2.26


-
+

g_dbus_connection_send_message ()

gboolean            g_dbus_connection_send_message      (GDBusConnection *connection,
                                                          GDBusMessage *message,
@@ -4774,7 +4774,7 @@
 

Since 2.26


-
+

g_dbus_connection_send_message_with_reply ()

void                g_dbus_connection_send_message_with_reply
                                                         (GDBusConnection *connection,
@@ -4866,7 +4866,7 @@
 

Since 2.26


-
+

g_dbus_connection_send_message_with_reply_finish ()

GDBusMessage *      g_dbus_connection_send_message_with_reply_finish
                                                         (GDBusConnection *connection,
@@ -4914,7 +4914,7 @@
 

Since 2.26


-
+

g_dbus_connection_send_message_with_reply_sync ()

GDBusMessage *      g_dbus_connection_send_message_with_reply_sync
                                                         (GDBusConnection *connection,
@@ -5007,7 +5007,7 @@
 

Since 2.26


-
+

GDBusMessageFilterFunction ()

GDBusMessage *      (*GDBusMessageFilterFunction)       (GDBusConnection *connection,
                                                          GDBusMessage *message,
@@ -5179,7 +5179,7 @@
 

Since 2.26


-
+

g_dbus_connection_add_filter ()

guint               g_dbus_connection_add_filter        (GDBusConnection *connection,
                                                          GDBusMessageFilterFunction filter_function,
@@ -5247,7 +5247,7 @@
 

Since 2.26


-
+

g_dbus_connection_remove_filter ()

void                g_dbus_connection_remove_filter     (GDBusConnection *connection,
                                                          guint filter_id);
@@ -5272,7 +5272,7 @@

Since 2.26


-
+

GDBusInterfaceVTable

typedef struct {
   GDBusInterfaceMethodCallFunc  method_call;
@@ -5312,7 +5312,7 @@
 

Since 2.26


-
+

GDBusInterfaceMethodCallFunc ()

void                (*GDBusInterfaceMethodCallFunc)     (GDBusConnection *connection,
                                                          const gchar *sender,
@@ -5373,7 +5373,7 @@
 

Since 2.26


-
+

GDBusInterfaceGetPropertyFunc ()

GVariant *          (*GDBusInterfaceGetPropertyFunc)    (GDBusConnection *connection,
                                                          const gchar *sender,
@@ -5436,7 +5436,7 @@
 

Since 2.26


-
+

GDBusInterfaceSetPropertyFunc ()

gboolean            (*GDBusInterfaceSetPropertyFunc)    (GDBusConnection *connection,
                                                          const gchar *sender,
@@ -5503,7 +5503,7 @@
 

Since 2.26


-
+

g_dbus_connection_register_object ()

guint               g_dbus_connection_register_object   (GDBusConnection *connection,
                                                          const gchar *object_path,
@@ -5610,7 +5610,7 @@
 

Since 2.26


-
+

g_dbus_connection_unregister_object ()

gboolean            g_dbus_connection_unregister_object (GDBusConnection *connection,
                                                          guint registration_id);
@@ -5641,7 +5641,7 @@

Since 2.26


-
+

GDBusSubtreeVTable

typedef struct {
   GDBusSubtreeEnumerateFunc  enumerate;
@@ -5675,7 +5675,7 @@
 

Since 2.26


-
+

GDBusSubtreeEnumerateFunc ()

gchar **            (*GDBusSubtreeEnumerateFunc)        (GDBusConnection *connection,
                                                          const gchar *sender,
@@ -5731,7 +5731,7 @@
 

Since 2.26


-
+

GDBusSubtreeIntrospectFunc ()

GDBusInterfaceInfo ** (*GDBusSubtreeIntrospectFunc)     (GDBusConnection *connection,
                                                          const gchar *sender,
@@ -5801,7 +5801,7 @@
 

Since 2.26


-
+

GDBusSubtreeDispatchFunc ()

const GDBusInterfaceVTable * (*GDBusSubtreeDispatchFunc)
                                                         (GDBusConnection *connection,
@@ -5867,7 +5867,7 @@
 

Since 2.26


-
+

enum GDBusSubtreeFlags

typedef enum
 {
@@ -5898,7 +5898,7 @@
 

Since 2.26


-
+

g_dbus_connection_register_subtree ()

guint               g_dbus_connection_register_subtree  (GDBusConnection *connection,
                                                          const gchar *object_path,
@@ -5999,7 +5999,7 @@
 

Since 2.26


-
+

g_dbus_connection_unregister_subtree ()

gboolean            g_dbus_connection_unregister_subtree
                                                         (GDBusConnection *connection,
@@ -6031,9 +6031,9 @@
 

Since 2.26

-
+

Property Details

-
+

The "address" property

  "address"                  gchar*                : Write / Construct Only

@@ -6044,7 +6044,7 @@

Since 2.26


-
+

The "authentication-observer" property

  "authentication-observer"  GDBusAuthObserver*    : Write / Construct Only

@@ -6053,7 +6053,7 @@

Since 2.26


-
+

The "capabilities" property

  "capabilities"             GDBusCapabilityFlags  : Read

@@ -6063,7 +6063,7 @@

Since 2.26


-
+

The "closed" property

  "closed"                   gboolean              : Read

@@ -6073,7 +6073,7 @@

Since 2.26


-
+

The "exit-on-close" property

  "exit-on-close"            gboolean              : Read / Write

@@ -6085,7 +6085,7 @@

Since 2.26


-
+

The "flags" property

  "flags"                    GDBusConnectionFlags  : Write / Construct Only

@@ -6094,7 +6094,7 @@

Since 2.26


-
+

The "guid" property

  "guid"                     gchar*                : Read / Write / Construct Only

@@ -6118,7 +6118,7 @@

Since 2.26


-
+

The "stream" property

  "stream"                   GIOStream*            : Read / Write / Construct Only

@@ -6127,7 +6127,7 @@

Since 2.26


-
+

The "unique-name" property

  "unique-name"              gchar*                : Read

@@ -6138,9 +6138,9 @@

Since 2.26

-
+

Signal Details

-
+

The "closed" signal

void                user_function                      (GDBusConnection *connection,
                                                         gboolean         remote_peer_vanished,
@@ -6206,6 +6206,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gdbus-convenience.html glib2.0-2.26.1/docs/reference/gio/html/gdbus-convenience.html --- glib2.0-2.26.0/docs/reference/gio/html/gdbus-convenience.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gdbus-convenience.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Highlevel D-Bus Support - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

Highlevel D-Bus Support

@@ -36,6 +36,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gdbus.html glib2.0-2.26.1/docs/reference/gio/html/gdbus.html --- glib2.0-2.26.0/docs/reference/gio/html/gdbus.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gdbus.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ gdbus - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+
@@ -28,21 +28,21 @@
-
+

Synopsis

gdbus introspect [ --system | --session | --address address ] --dest bus_name --object-path /path/to/object --xml

gdbus monitor [ --system | --session | --address address ] --dest bus_name [ --object-path /path/to/object ]

gdbus call [ --system | --session | --address address ] --dest bus_name --object-path /path/to/object --method org.project.InterfaceName.MethodName ARG1 ARG2...

gdbus help

-
-

Description

+
+

Description

gdbus offers a simple commandline utility for introspecting and calling methods on remote objects.

-
-

Commands

+
+

Commands

@@ -82,16 +82,16 @@
-
-

Bash Completion

+
+

Bash Completion

gdbus ships with a bash completion script to complete commands, destinations, bus names, object paths and interface/method names.

-
-

Examples

+
+

Examples

This shows how to introspect an object - note that the value of each property is displayed:
@@ -214,23 +214,23 @@
 /org/freedesktop/NetworkManager/AccessPoint/4141: org.freedesktop.NetworkManager.AccessPoint.PropertiesChanged ({'Strength': <byte 0x64>},)
 
-
-

AUTHOR

+
+

AUTHOR

Written by David Zeuthen with a lot of help from many others.

-
-

BUGS

+
+

BUGS

Please send bug reports to either the distribution bug tracker or the upstream bug tracker at https://bugzilla.gnome.org/enter_bug.cgi?product=glib.

-
-

SEE ALSO

+
+

SEE ALSO

dbus-send(1)

@@ -238,6 +238,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gdbus-lowlevel.html glib2.0-2.26.1/docs/reference/gio/html/gdbus-lowlevel.html --- glib2.0-2.26.0/docs/reference/gio/html/gdbus-lowlevel.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gdbus-lowlevel.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ Lowlevel D-Bus Support - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

Lowlevel D-Bus Support

@@ -54,6 +54,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GDBusMessage.html glib2.0-2.26.1/docs/reference/gio/html/GDBusMessage.html --- glib2.0-2.26.0/docs/reference/gio/html/GDBusMessage.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GDBusMessage.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ GDBusMessage - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -144,29 +144,29 @@
                                                          GError **error);
 
-
+

Object Hierarchy

   GObject
    +----GDBusMessage
 
-
+

Properties

   "locked"                   gboolean              : Read
 
-
+

Description

A type for representing D-Bus messages that can be sent or received on a GDBusConnection.

-
+

Details

-
+

GDBusMessage

typedef struct _GDBusMessage GDBusMessage;

@@ -176,7 +176,7 @@

Since 2.26


-
+

enum GDBusMessageType

typedef enum {
   G_DBUS_MESSAGE_TYPE_INVALID,
@@ -222,7 +222,7 @@
 

Since 2.26


-
+

enum GDBusMessageFlags

typedef enum {
   G_DBUS_MESSAGE_FLAGS_NONE = 0,
@@ -257,7 +257,7 @@
 

Since 2.26


-
+

enum GDBusMessageHeaderField

typedef enum {
   G_DBUS_MESSAGE_HEADER_FIELD_INVALID,
@@ -333,7 +333,7 @@
 

Since 2.26


-
+

enum GDBusMessageByteOrder

typedef enum
 {
@@ -362,7 +362,7 @@
 

Since 2.26


-
+

g_dbus_message_new ()

GDBusMessage *      g_dbus_message_new                  (void);

@@ -380,7 +380,7 @@

Since 2.26


-
+

g_dbus_message_new_signal ()

GDBusMessage *      g_dbus_message_new_signal           (const gchar *path,
                                                          const gchar *interface_,
@@ -417,7 +417,7 @@
 

Since 2.26


-
+

g_dbus_message_new_method_call ()

GDBusMessage *      g_dbus_message_new_method_call      (const gchar *name,
                                                          const gchar *path,
@@ -460,7 +460,7 @@
 

Since 2.26


-
+

g_dbus_message_new_method_reply ()

GDBusMessage *      g_dbus_message_new_method_reply     (GDBusMessage *method_call_message);

@@ -486,7 +486,7 @@

Since 2.26


-
+

g_dbus_message_new_method_error ()

GDBusMessage *      g_dbus_message_new_method_error     (GDBusMessage *method_call_message,
                                                          const gchar *error_name,
@@ -530,7 +530,7 @@
 

Since 2.26


-
+

g_dbus_message_new_method_error_valist ()

GDBusMessage *      g_dbus_message_new_method_error_valist
                                                         (GDBusMessage *method_call_message,
@@ -575,7 +575,7 @@
 

Since 2.26


-
+

g_dbus_message_new_method_error_literal ()

GDBusMessage *      g_dbus_message_new_method_error_literal
                                                         (GDBusMessage *method_call_message,
@@ -614,7 +614,7 @@
 

Since 2.26


-
+

g_dbus_message_print ()

gchar *             g_dbus_message_print                (GDBusMessage *message,
                                                          guint indent);
@@ -683,7 +683,7 @@

Since 2.26


-
+

g_dbus_message_get_locked ()

gboolean            g_dbus_message_get_locked           (GDBusMessage *message);

@@ -710,7 +710,7 @@

Since 2.26


-
+

g_dbus_message_lock ()

void                g_dbus_message_lock                 (GDBusMessage *message);

@@ -727,7 +727,7 @@

Since 2.26


-
+

g_dbus_message_copy ()

GDBusMessage *      g_dbus_message_copy                 (GDBusMessage *message,
                                                          GError **error);
@@ -765,7 +765,7 @@

Since 2.26


-
+

g_dbus_message_get_byte_order ()

GDBusMessageByteOrder  g_dbus_message_get_byte_order    (GDBusMessage *message);

@@ -788,7 +788,7 @@


-
+

g_dbus_message_set_byte_order ()

void                g_dbus_message_set_byte_order       (GDBusMessage *message,
                                                          GDBusMessageByteOrder byte_order);
@@ -812,7 +812,7 @@

-
+

g_dbus_message_get_message_type ()

GDBusMessageType    g_dbus_message_get_message_type     (GDBusMessage *message);

@@ -837,7 +837,7 @@

Since 2.26


-
+

g_dbus_message_set_message_type ()

void                g_dbus_message_set_message_type     (GDBusMessage *message,
                                                          GDBusMessageType type);
@@ -862,7 +862,7 @@

Since 2.26


-
+

g_dbus_message_get_serial ()

guint32             g_dbus_message_get_serial           (GDBusMessage *message);

@@ -887,7 +887,7 @@

Since 2.26


-
+

g_dbus_message_set_serial ()

void                g_dbus_message_set_serial           (GDBusMessage *message,
                                                          guint32 serial);
@@ -912,7 +912,7 @@

Since 2.26


-
+

g_dbus_message_get_flags ()

GDBusMessageFlags   g_dbus_message_get_flags            (GDBusMessage *message);

@@ -937,7 +937,7 @@

Since 2.26


-
+

g_dbus_message_set_flags ()

void                g_dbus_message_set_flags            (GDBusMessage *message,
                                                          GDBusMessageFlags flags);
@@ -963,7 +963,7 @@

Since 2.26


-
+

g_dbus_message_get_body ()

GVariant *          g_dbus_message_get_body             (GDBusMessage *message);

@@ -988,7 +988,7 @@

Since 2.26


-
+

g_dbus_message_set_body ()

void                g_dbus_message_set_body             (GDBusMessage *message,
                                                          GVariant *body);
@@ -1018,7 +1018,7 @@

Since 2.26


-
+

g_dbus_message_get_unix_fd_list ()

GUnixFDList *       g_dbus_message_get_unix_fd_list     (GDBusMessage *message);

@@ -1047,7 +1047,7 @@

Since 2.26


-
+

g_dbus_message_set_unix_fd_list ()

void                g_dbus_message_set_unix_fd_list     (GDBusMessage *message,
                                                          GUnixFDList *fd_list);
@@ -1078,7 +1078,7 @@

Since 2.26


-
+

g_dbus_message_get_num_unix_fds ()

guint32             g_dbus_message_get_num_unix_fds     (GDBusMessage *message);

@@ -1103,7 +1103,7 @@

Since 2.26


-
+

g_dbus_message_set_num_unix_fds ()

void                g_dbus_message_set_num_unix_fds     (GDBusMessage *message,
                                                          guint32 value);
@@ -1128,7 +1128,7 @@

Since 2.26


-
+

g_dbus_message_get_header_fields ()

guchar *            g_dbus_message_get_header_fields    (GDBusMessage *message);

@@ -1155,7 +1155,7 @@

Since 2.26


-
+

g_dbus_message_get_header ()

GVariant *          g_dbus_message_get_header           (GDBusMessage *message,
                                                          GDBusMessageHeaderField header_field);
@@ -1187,7 +1187,7 @@

Since 2.26


-
+

g_dbus_message_set_header ()

void                g_dbus_message_set_header           (GDBusMessage *message,
                                                          GDBusMessageHeaderField header_field,
@@ -1221,7 +1221,7 @@
 

Since 2.26


-
+

g_dbus_message_get_destination ()

const gchar *       g_dbus_message_get_destination      (GDBusMessage *message);

@@ -1246,7 +1246,7 @@

Since 2.26


-
+

g_dbus_message_set_destination ()

void                g_dbus_message_set_destination      (GDBusMessage *message,
                                                          const gchar *value);
@@ -1271,7 +1271,7 @@

Since 2.26


-
+

g_dbus_message_get_error_name ()

const gchar *       g_dbus_message_get_error_name       (GDBusMessage *message);

@@ -1296,7 +1296,7 @@

Since 2.26


-
+

g_dbus_message_set_error_name ()

void                g_dbus_message_set_error_name       (GDBusMessage *message,
                                                          const gchar *value);
@@ -1321,7 +1321,7 @@

Since 2.26


-
+

g_dbus_message_get_interface ()

const gchar *       g_dbus_message_get_interface        (GDBusMessage *message);

@@ -1346,7 +1346,7 @@

Since 2.26


-
+

g_dbus_message_set_interface ()

void                g_dbus_message_set_interface        (GDBusMessage *message,
                                                          const gchar *value);
@@ -1371,7 +1371,7 @@

Since 2.26


-
+

g_dbus_message_get_member ()

const gchar *       g_dbus_message_get_member           (GDBusMessage *message);

@@ -1396,7 +1396,7 @@

Since 2.26


-
+

g_dbus_message_set_member ()

void                g_dbus_message_set_member           (GDBusMessage *message,
                                                          const gchar *value);
@@ -1421,7 +1421,7 @@

Since 2.26


-
+

g_dbus_message_get_path ()

const gchar *       g_dbus_message_get_path             (GDBusMessage *message);

@@ -1446,7 +1446,7 @@

Since 2.26


-
+

g_dbus_message_set_path ()

void                g_dbus_message_set_path             (GDBusMessage *message,
                                                          const gchar *value);
@@ -1471,7 +1471,7 @@

Since 2.26


-
+

g_dbus_message_get_reply_serial ()

guint32             g_dbus_message_get_reply_serial     (GDBusMessage *message);

@@ -1496,7 +1496,7 @@

Since 2.26


-
+

g_dbus_message_set_reply_serial ()

void                g_dbus_message_set_reply_serial     (GDBusMessage *message,
                                                          guint32 value);
@@ -1521,7 +1521,7 @@

Since 2.26


-
+

g_dbus_message_get_sender ()

const gchar *       g_dbus_message_get_sender           (GDBusMessage *message);

@@ -1546,7 +1546,7 @@

Since 2.26


-
+

g_dbus_message_set_sender ()

void                g_dbus_message_set_sender           (GDBusMessage *message,
                                                          const gchar *value);
@@ -1571,7 +1571,7 @@

Since 2.26


-
+

g_dbus_message_get_signature ()

const gchar *       g_dbus_message_get_signature        (GDBusMessage *message);

@@ -1596,7 +1596,7 @@

Since 2.26


-
+

g_dbus_message_set_signature ()

void                g_dbus_message_set_signature        (GDBusMessage *message,
                                                          const gchar *value);
@@ -1621,7 +1621,7 @@

Since 2.26


-
+

g_dbus_message_get_arg0 ()

const gchar *       g_dbus_message_get_arg0             (GDBusMessage *message);

@@ -1647,7 +1647,7 @@

Since 2.26


-
+

g_dbus_message_to_blob ()

guchar *            g_dbus_message_to_blob              (GDBusMessage *message,
                                                          gsize *out_size,
@@ -1692,7 +1692,7 @@
 

Since 2.26


-
+

g_dbus_message_bytes_needed ()

gssize              g_dbus_message_bytes_needed         (guchar *blob,
                                                          gsize blob_len,
@@ -1732,7 +1732,7 @@
 

Since 2.26


-
+

g_dbus_message_new_from_blob ()

GDBusMessage *      g_dbus_message_new_from_blob        (guchar *blob,
                                                          gsize blob_len,
@@ -1778,7 +1778,7 @@
 

Since 2.26


-
+

g_dbus_message_to_gerror ()

gboolean            g_dbus_message_to_gerror            (GDBusMessage *message,
                                                          GError **error);
@@ -1816,9 +1816,9 @@

Since 2.26

-
+

Property Details

-
+

The "locked" property

  "locked"                   gboolean              : Read

Whether the message is locked.

@@ -1828,6 +1828,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GDBusMethodInvocation.html glib2.0-2.26.1/docs/reference/gio/html/GDBusMethodInvocation.html --- glib2.0-2.26.0/docs/reference/gio/html/GDBusMethodInvocation.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GDBusMethodInvocation.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GDBusMethodInvocation - + - + @@ -28,7 +28,7 @@ Object Hierarchy -
+
@@ -37,7 +37,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -89,14 +89,14 @@
                                                          const gchar *error_message);
 
-
+

Object Hierarchy

   GObject
    +----GDBusMethodInvocation
 
-
+

Description

Instances of the GDBusMethodInvocation class are used when @@ -109,9 +109,9 @@ GDBusInterfaceVTable that was passed to g_dbus_connection_register_object().

-
+

Details

-
+

GDBusMethodInvocation

typedef struct _GDBusMethodInvocation GDBusMethodInvocation;

@@ -121,7 +121,7 @@

Since 2.26


-
+

g_dbus_method_invocation_get_sender ()

const gchar *       g_dbus_method_invocation_get_sender (GDBusMethodInvocation *invocation);

@@ -146,7 +146,7 @@

Since 2.26


-
+

g_dbus_method_invocation_get_object_path ()

const gchar *       g_dbus_method_invocation_get_object_path
                                                         (GDBusMethodInvocation *invocation);
@@ -172,7 +172,7 @@

Since 2.26


-
+

g_dbus_method_invocation_get_interface_name ()

const gchar *       g_dbus_method_invocation_get_interface_name
                                                         (GDBusMethodInvocation *invocation);
@@ -198,7 +198,7 @@

Since 2.26


-
+

g_dbus_method_invocation_get_method_name ()

const gchar *       g_dbus_method_invocation_get_method_name
                                                         (GDBusMethodInvocation *invocation);
@@ -224,7 +224,7 @@

Since 2.26


-
+

g_dbus_method_invocation_get_method_info ()

const GDBusMethodInfo * g_dbus_method_invocation_get_method_info
                                                         (GDBusMethodInvocation *invocation);
@@ -250,7 +250,7 @@

Since 2.26


-
+

g_dbus_method_invocation_get_connection ()

GDBusConnection *   g_dbus_method_invocation_get_connection
                                                         (GDBusMethodInvocation *invocation);
@@ -276,7 +276,7 @@

Since 2.26


-
+

g_dbus_method_invocation_get_message ()

GDBusMessage *      g_dbus_method_invocation_get_message
                                                         (GDBusMethodInvocation *invocation);
@@ -309,7 +309,7 @@

Since 2.26


-
+

g_dbus_method_invocation_get_parameters ()

GVariant *          g_dbus_method_invocation_get_parameters
                                                         (GDBusMethodInvocation *invocation);
@@ -335,7 +335,7 @@

Since 2.26


-
+

g_dbus_method_invocation_get_user_data ()

gpointer            g_dbus_method_invocation_get_user_data
                                                         (GDBusMethodInvocation *invocation);
@@ -361,7 +361,7 @@

Since 2.26


-
+

g_dbus_method_invocation_return_value ()

void                g_dbus_method_invocation_return_value
                                                         (GDBusMethodInvocation *invocation,
@@ -394,7 +394,7 @@
 

Since 2.26


-
+

g_dbus_method_invocation_return_error ()

void                g_dbus_method_invocation_return_error
                                                         (GDBusMethodInvocation *invocation,
@@ -455,7 +455,7 @@
 

Since 2.26


-
+

g_dbus_method_invocation_return_error_valist ()

void                g_dbus_method_invocation_return_error_valist
                                                         (GDBusMethodInvocation *invocation,
@@ -504,7 +504,7 @@
 

Since 2.26


-
+

g_dbus_method_invocation_return_error_literal ()

void                g_dbus_method_invocation_return_error_literal
                                                         (GDBusMethodInvocation *invocation,
@@ -545,7 +545,7 @@
 

Since 2.26


-
+

g_dbus_method_invocation_return_gerror ()

void                g_dbus_method_invocation_return_gerror
                                                         (GDBusMethodInvocation *invocation,
@@ -575,7 +575,7 @@
 

Since 2.26


-
+

g_dbus_method_invocation_return_dbus_error ()

void                g_dbus_method_invocation_return_dbus_error
                                                         (GDBusMethodInvocation *invocation,
@@ -613,6 +613,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GDBusProxy.html glib2.0-2.26.1/docs/reference/gio/html/GDBusProxy.html --- glib2.0-2.26.0/docs/reference/gio/html/GDBusProxy.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GDBusProxy.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GDBusProxy - + - + @@ -34,7 +34,7 @@ Signals -
+
@@ -43,7 +43,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -128,20 +128,20 @@
                                                          GError **error);
 
-
+

Object Hierarchy

   GObject
    +----GDBusProxy
 
-
+

Implemented Interfaces

GDBusProxy implements GInitable and GAsyncInitable.

-
+

Properties

   "g-bus-type"               GBusType              : Write / Construct Only
@@ -155,14 +155,14 @@
   "g-object-path"            gchar*                : Read / Write / Construct Only
 
-
+

Signals

   "g-properties-changed"                           : Run Last
   "g-signal"                                       : Run Last
 
-
+

Description

GDBusProxy is a base class used for proxies to access a D-Bus @@ -680,9 +680,9 @@


-
+

Details

-
+

enum GDBusProxyFlags

typedef enum
 {
@@ -725,7 +725,7 @@
 

Since 2.26


-
+

GDBusProxy

typedef struct _GDBusProxy GDBusProxy;

@@ -735,7 +735,7 @@

Since 2.26


-
+

GDBusProxyClass

typedef struct {
   /* Signals */
@@ -769,7 +769,7 @@
 

Since 2.26


-
+

g_dbus_proxy_new ()

void                g_dbus_proxy_new                    (GDBusConnection *connection,
                                                          GDBusProxyFlags flags,
@@ -863,7 +863,7 @@
 

Since 2.26


-
+

g_dbus_proxy_new_finish ()

GDBusProxy *        g_dbus_proxy_new_finish             (GAsyncResult *res,
                                                          GError **error);
@@ -894,7 +894,7 @@

Since 2.26


-
+

g_dbus_proxy_new_sync ()

GDBusProxy *        g_dbus_proxy_new_sync               (GDBusConnection *connection,
                                                          GDBusProxyFlags flags,
@@ -982,7 +982,7 @@
 

Since 2.26


-
+

g_dbus_proxy_new_for_bus ()

void                g_dbus_proxy_new_for_bus            (GBusType bus_type,
                                                          GDBusProxyFlags flags,
@@ -1052,7 +1052,7 @@
 

Since 2.26


-
+

g_dbus_proxy_new_for_bus_finish ()

GDBusProxy *        g_dbus_proxy_new_for_bus_finish     (GAsyncResult *res,
                                                          GError **error);
@@ -1083,7 +1083,7 @@

Since 2.26


-
+

g_dbus_proxy_new_for_bus_sync ()

GDBusProxy *        g_dbus_proxy_new_for_bus_sync       (GBusType bus_type,
                                                          GDBusProxyFlags flags,
@@ -1153,7 +1153,7 @@
 

Since 2.26


-
+

g_dbus_proxy_get_flags ()

GDBusProxyFlags     g_dbus_proxy_get_flags              (GDBusProxy *proxy);

@@ -1178,7 +1178,7 @@

Since 2.26


-
+

g_dbus_proxy_get_connection ()

GDBusConnection *   g_dbus_proxy_get_connection         (GDBusProxy *proxy);

@@ -1203,7 +1203,7 @@

Since 2.26


-
+

g_dbus_proxy_get_name ()

const gchar *       g_dbus_proxy_get_name               (GDBusProxy *proxy);

@@ -1228,7 +1228,7 @@

Since 2.26


-
+

g_dbus_proxy_get_name_owner ()

gchar *             g_dbus_proxy_get_name_owner         (GDBusProxy *proxy);

@@ -1256,7 +1256,7 @@

Since 2.26


-
+

g_dbus_proxy_get_object_path ()

const gchar *       g_dbus_proxy_get_object_path        (GDBusProxy *proxy);

@@ -1281,7 +1281,7 @@

Since 2.26


-
+

g_dbus_proxy_get_interface_name ()

const gchar *       g_dbus_proxy_get_interface_name     (GDBusProxy *proxy);

@@ -1306,7 +1306,7 @@

Since 2.26


-
+

g_dbus_proxy_get_default_timeout ()

gint                g_dbus_proxy_get_default_timeout    (GDBusProxy *proxy);

@@ -1336,7 +1336,7 @@

Since 2.26


-
+

g_dbus_proxy_set_default_timeout ()

void                g_dbus_proxy_set_default_timeout    (GDBusProxy *proxy,
                                                          gint timeout_msec);
@@ -1366,7 +1366,7 @@

Since 2.26


-
+

g_dbus_proxy_get_cached_property ()

GVariant *          g_dbus_proxy_get_cached_property    (GDBusProxy *proxy,
                                                          const gchar *property_name);
@@ -1405,7 +1405,7 @@

Since 2.26


-
+

g_dbus_proxy_set_cached_property ()

void                g_dbus_proxy_set_cached_property    (GDBusProxy *proxy,
                                                          const gchar *property_name,
@@ -1488,7 +1488,7 @@
 

Since 2.26


-
+

g_dbus_proxy_get_cached_property_names ()

gchar **            g_dbus_proxy_get_cached_property_names
                                                         (GDBusProxy *proxy);
@@ -1515,7 +1515,7 @@

Since 2.26


-
+

g_dbus_proxy_set_interface_info ()

void                g_dbus_proxy_set_interface_info     (GDBusProxy *proxy,
                                                          GDBusInterfaceInfo *info);
@@ -1547,7 +1547,7 @@

Since 2.26


-
+

g_dbus_proxy_get_interface_info ()

GDBusInterfaceInfo * g_dbus_proxy_get_interface_info    (GDBusProxy *proxy);

@@ -1577,7 +1577,7 @@

Since 2.26


-
+

g_dbus_proxy_call ()

void                g_dbus_proxy_call                   (GDBusProxy *proxy,
                                                          const gchar *method_name,
@@ -1696,7 +1696,7 @@
 

Since 2.26


-
+

g_dbus_proxy_call_finish ()

GVariant *          g_dbus_proxy_call_finish            (GDBusProxy *proxy,
                                                          GAsyncResult *res,
@@ -1734,7 +1734,7 @@
 

Since 2.26


-
+

g_dbus_proxy_call_sync ()

GVariant *          g_dbus_proxy_call_sync              (GDBusProxy *proxy,
                                                          const gchar *method_name,
@@ -1847,9 +1847,9 @@
 

Since 2.26

-
+

Property Details

-
+

The "g-bus-type" property

  "g-bus-type"               GBusType              : Write / Construct Only

@@ -1862,7 +1862,7 @@

Since 2.26


-
+

The "g-connection" property

  "g-connection"             GDBusConnection*      : Read / Write / Construct Only

@@ -1871,7 +1871,7 @@

Since 2.26


-
+

The "g-default-timeout" property

  "g-default-timeout"        gint                  : Read / Write / Construct

@@ -1890,7 +1890,7 @@

Since 2.26


-
+

The "g-flags" property

  "g-flags"                  GDBusProxyFlags       : Read / Write / Construct Only

@@ -1899,7 +1899,7 @@

Since 2.26


-
+

The "g-interface-info" property

  "g-interface-info"         GDBusInterfaceInfo*   : Read / Write

@@ -1912,7 +1912,7 @@

Since 2.26


-
+

The "g-interface-name" property

  "g-interface-name"         gchar*                : Read / Write / Construct Only

@@ -1922,7 +1922,7 @@

Since 2.26


-
+

The "g-name" property

  "g-name"                   gchar*                : Read / Write / Construct Only

@@ -1932,7 +1932,7 @@

Since 2.26


-
+

The "g-name-owner" property

  "g-name-owner"             gchar*                : Read

@@ -1944,7 +1944,7 @@

Since 2.26


-
+

The "g-object-path" property

  "g-object-path"            gchar*                : Read / Write / Construct Only

@@ -1954,13 +1954,13 @@

Since 2.26

-
+

Signal Details

-
+

The "g-properties-changed" signal

void                user_function                      (GDBusProxy *proxy,
-                                                        GVariant   *changed_properties,
-                                                        GStrv       invalidated_properties,
+                                                        GVariant    changed_properties,
+                                                        GStrv      *invalidated_properties,
                                                         gpointer    user_data)                   : Run Last

Emitted when one or more D-Bus properties on proxy changes. The @@ -2000,12 +2000,12 @@

Since 2.26


-
+

The "g-signal" signal

void                user_function                      (GDBusProxy *proxy,
                                                         gchar      *sender_name,
                                                         gchar      *signal_name,
-                                                        GVariant   *parameters,
+                                                        GVariant    parameters,
                                                         gpointer    user_data)        : Run Last

Emitted when a signal from the remote object and interface that proxy is for, has been received. @@ -2045,6 +2045,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GDBusServer.html glib2.0-2.26.1/docs/reference/gio/html/GDBusServer.html --- glib2.0-2.26.0/docs/reference/gio/html/GDBusServer.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GDBusServer.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GDBusServer - + - + @@ -34,7 +34,7 @@ Signals -
+
@@ -43,7 +43,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -64,20 +64,20 @@
 const gchar *       g_dbus_server_get_client_address    (GDBusServer *server);
 
-
+

Object Hierarchy

   GObject
    +----GDBusServer
 
-
+

Implemented Interfaces

GDBusServer implements GInitable.

-
+

Properties

   "active"                   gboolean              : Read
@@ -88,13 +88,13 @@
   "guid"                     gchar*                : Read / Write / Construct Only
 
-
+

Signals

   "new-connection"                                 : Run Last
 
-
+

Description

GDBusServer is a helper for listening to and accepting D-Bus @@ -733,9 +733,9 @@


-
+

Details

-
+

GDBusServer

typedef struct _GDBusServer GDBusServer;

@@ -745,7 +745,7 @@

Since 2.26


-
+

enum GDBusServerFlags

typedef enum
 {
@@ -783,7 +783,7 @@
 

Since 2.26


-
+

g_dbus_server_new_sync ()

GDBusServer *       g_dbus_server_new_sync              (const gchar *address,
                                                          GDBusServerFlags flags,
@@ -860,7 +860,7 @@
 

Since 2.26


-
+

g_dbus_server_start ()

void                g_dbus_server_start                 (GDBusServer *server);

@@ -877,7 +877,7 @@

Since 2.26


-
+

g_dbus_server_stop ()

void                g_dbus_server_stop                  (GDBusServer *server);

@@ -894,7 +894,7 @@

Since 2.26


-
+

g_dbus_server_is_active ()

gboolean            g_dbus_server_is_active             (GDBusServer *server);

@@ -919,7 +919,7 @@

Since 2.26


-
+

g_dbus_server_get_guid ()

const gchar *       g_dbus_server_get_guid              (GDBusServer *server);

@@ -944,7 +944,7 @@

Since 2.26


-
+

g_dbus_server_get_flags ()

GDBusServerFlags    g_dbus_server_get_flags             (GDBusServer *server);

@@ -969,7 +969,7 @@

Since 2.26


-
+

g_dbus_server_get_client_address ()

const gchar *       g_dbus_server_get_client_address    (GDBusServer *server);

@@ -996,9 +996,9 @@

Since 2.26

-
+

Property Details

-
+

The "active" property

  "active"                   gboolean              : Read

@@ -1008,7 +1008,7 @@

Since 2.26


-
+

The "address" property

  "address"                  gchar*                : Read / Write / Construct Only

@@ -1018,7 +1018,7 @@

Since 2.26


-
+

The "authentication-observer" property

  "authentication-observer"  GDBusAuthObserver*    : Read / Write / Construct Only

@@ -1027,7 +1027,7 @@

Since 2.26


-
+

The "client-address" property

  "client-address"           gchar*                : Read

@@ -1037,7 +1037,7 @@

Since 2.26


-
+

The "flags" property

  "flags"                    GDBusServerFlags      : Read / Write / Construct Only

@@ -1046,7 +1046,7 @@

Since 2.26


-
+

The "guid" property

  "guid"                     gchar*                : Read / Write / Construct Only

@@ -1056,9 +1056,9 @@

Since 2.26

-
+

Signal Details

-
+

The "new-connection" signal

gboolean            user_function                      (GDBusServer     *server,
                                                         GDBusConnection *connection,
@@ -1119,6 +1119,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GDrive.html glib2.0-2.26.1/docs/reference/gio/html/GDrive.html --- glib2.0-2.26.0/docs/reference/gio/html/GDrive.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GDrive.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ GDrive - + - + @@ -32,7 +32,7 @@ Signals -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -110,20 +110,20 @@
                                                          const char *kind);
 
-
+

Object Hierarchy

   GInterface
    +----GDrive
 
-
+

Prerequisites

GDrive requires GObject.

-
+

Signals

   "changed"                                        : Run Last
@@ -132,7 +132,7 @@
   "stop-button"                                    : Run Last
 
-
+

Description

GDrive - this represent a piece of hardware connected to the machine. @@ -167,9 +167,9 @@ GDrive in that API.

-
+

Details

-
+

GDrive

typedef struct _GDrive GDrive;

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


-
+

GDriveIface

typedef struct {
   GTypeInterface g_iface;
@@ -417,7 +417,7 @@
 

-
+

enum GDriveStartFlags

typedef enum {
   G_DRIVE_START_NONE = 0
@@ -437,7 +437,7 @@
 

Since 2.22


-
+

enum GDriveStartStopType

typedef enum {
   G_DRIVE_START_STOP_TYPE_UNKNOWN,
@@ -491,7 +491,7 @@
 

Since 2.22


-
+

g_drive_get_name ()

char *              g_drive_get_name                    (GDrive *drive);

@@ -515,7 +515,7 @@


-
+

g_drive_get_icon ()

GIcon *             g_drive_get_icon                    (GDrive *drive);

@@ -539,7 +539,7 @@


-
+

g_drive_has_volumes ()

gboolean            g_drive_has_volumes                 (GDrive *drive);

@@ -562,7 +562,7 @@


-
+

g_drive_get_volumes ()

GList *             g_drive_get_volumes                 (GDrive *drive);

@@ -589,7 +589,7 @@


-
+

g_drive_can_eject ()

gboolean            g_drive_can_eject                   (GDrive *drive);

@@ -612,7 +612,7 @@


-
+

g_drive_get_start_stop_type ()

GDriveStartStopType  g_drive_get_start_stop_type        (GDrive *drive);

@@ -637,7 +637,7 @@

Since 2.22


-
+

g_drive_can_start ()

gboolean            g_drive_can_start                   (GDrive *drive);

@@ -662,7 +662,7 @@

Since 2.22


-
+

g_drive_can_start_degraded ()

gboolean            g_drive_can_start_degraded          (GDrive *drive);

@@ -687,7 +687,7 @@

Since 2.22


-
+

g_drive_can_stop ()

gboolean            g_drive_can_stop                    (GDrive *drive);

@@ -712,7 +712,7 @@

Since 2.22


-
+

g_drive_can_poll_for_media ()

gboolean            g_drive_can_poll_for_media          (GDrive *drive);

@@ -736,7 +736,7 @@


-
+

g_drive_poll_for_media ()

void                g_drive_poll_for_media              (GDrive *drive,
                                                          GCancellable *cancellable,
@@ -777,7 +777,7 @@
 

-
+

g_drive_poll_for_media_finish ()

gboolean            g_drive_poll_for_media_finish       (GDrive *drive,
                                                          GAsyncResult *result,
@@ -813,7 +813,7 @@
 

-
+

g_drive_has_media ()

gboolean            g_drive_has_media                   (GDrive *drive);

@@ -838,7 +838,7 @@


-
+

g_drive_is_media_check_automatic ()

gboolean            g_drive_is_media_check_automatic    (GDrive *drive);

@@ -862,7 +862,7 @@


-
+

g_drive_is_media_removable ()

gboolean            g_drive_is_media_removable          (GDrive *drive);

@@ -885,14 +885,14 @@


-
+

g_drive_eject ()

void                g_drive_eject                       (GDrive *drive,
                                                          GMountUnmountFlags flags,
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-
+

Warning

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

@@ -936,12 +936,12 @@

-
+

g_drive_eject_finish ()

gboolean            g_drive_eject_finish                (GDrive *drive,
                                                          GAsyncResult *result,
                                                          GError **error);
-
+

Warning

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

@@ -977,7 +977,7 @@

-
+

g_drive_eject_with_operation ()

void                g_drive_eject_with_operation        (GDrive *drive,
                                                          GMountUnmountFlags flags,
@@ -1028,7 +1028,7 @@
 

Since 2.22


-
+

g_drive_eject_with_operation_finish ()

gboolean            g_drive_eject_with_operation_finish (GDrive *drive,
                                                          GAsyncResult *result,
@@ -1067,7 +1067,7 @@
 

Since 2.22


-
+

g_drive_start ()

void                g_drive_start                       (GDrive *drive,
                                                          GDriveStartFlags flags,
@@ -1121,7 +1121,7 @@
 

Since 2.22


-
+

g_drive_start_finish ()

gboolean            g_drive_start_finish                (GDrive *drive,
                                                          GAsyncResult *result,
@@ -1159,7 +1159,7 @@
 

Since 2.22


-
+

g_drive_stop ()

void                g_drive_stop                        (GDrive *drive,
                                                          GMountUnmountFlags flags,
@@ -1213,7 +1213,7 @@
 

Since 2.22


-
+

g_drive_stop_finish ()

gboolean            g_drive_stop_finish                 (GDrive *drive,
                                                          GAsyncResult *result,
@@ -1251,7 +1251,7 @@
 

Since 2.22


-
+

g_drive_enumerate_identifiers ()

char **             g_drive_enumerate_identifiers       (GDrive *drive);

@@ -1277,7 +1277,7 @@


-
+

g_drive_get_identifier ()

char *              g_drive_get_identifier              (GDrive *drive,
                                                          const char *kind);
@@ -1308,9 +1308,9 @@
-
+

Signal Details

-
+

The "changed" signal

void                user_function                      (GDrive  *drive,
                                                         gpointer user_data)      : Run Last
@@ -1333,7 +1333,7 @@

-
+

The "disconnected" signal

void                user_function                      (GDrive  *drive,
                                                         gpointer user_data)      : Run Last
@@ -1359,7 +1359,7 @@

-
+

The "eject-button" signal

void                user_function                      (GDrive  *drive,
                                                         gpointer user_data)      : Run Last
@@ -1383,7 +1383,7 @@

-
+

The "stop-button" signal

void                user_function                      (GDrive  *drive,
                                                         gpointer user_data)      : Run Last
@@ -1411,6 +1411,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GEmblemedIcon.html glib2.0-2.26.1/docs/reference/gio/html/GEmblemedIcon.html --- glib2.0-2.26.0/docs/reference/gio/html/GEmblemedIcon.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GEmblemedIcon.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GEmblemedIcon - + - + @@ -30,7 +30,7 @@ Implemented Interfaces -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -53,20 +53,20 @@
                                                          GEmblem *emblem);
 
-
+

Object Hierarchy

   GObject
    +----GEmblemedIcon
 
-
+

Implemented Interfaces

GEmblemedIcon implements GIcon.

-
+

Description

GEmblemedIcon is an implementation of GIcon that supports @@ -78,9 +78,9 @@ of the emblems. See also GEmblem for more information.

-
+

Details

-
+

GEmblemedIcon

typedef struct _GEmblemedIcon GEmblemedIcon;

@@ -88,7 +88,7 @@


-
+

g_emblemed_icon_new ()

GIcon *             g_emblemed_icon_new                 (GIcon *icon,
                                                          GEmblem *emblem);
@@ -119,7 +119,7 @@

Since 2.18


-
+

g_emblemed_icon_get_icon ()

GIcon *             g_emblemed_icon_get_icon            (GEmblemedIcon *emblemed);

@@ -144,7 +144,7 @@

Since 2.18


-
+

g_emblemed_icon_get_emblems ()

GList *             g_emblemed_icon_get_emblems         (GEmblemedIcon *emblemed);

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

Since 2.18


-
+

g_emblemed_icon_add_emblem ()

void                g_emblemed_icon_add_emblem          (GEmblemedIcon *emblemed,
                                                          GEmblem *emblem);
@@ -194,13 +194,13 @@

Since 2.18

- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GEmblem.html glib2.0-2.26.1/docs/reference/gio/html/GEmblem.html --- glib2.0-2.26.0/docs/reference/gio/html/GEmblem.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GEmblem.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GEmblem - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -55,27 +55,27 @@
 GEmblemOrigin       g_emblem_get_origin                 (GEmblem *emblem);
 
-
+

Object Hierarchy

   GObject
    +----GEmblem
 
-
+

Implemented Interfaces

GEmblem implements GIcon.

-
+

Properties

   "icon"                     GObject*              : Read / Write / Construct Only
   "origin"                   GEmblemOrigin         : Read / Write / Construct Only
 
-
+

Description

GEmblem is an implementation of GIcon that supports @@ -87,9 +87,9 @@ supported. More may be added in the future.

-
+

Details

-
+

GEmblem

typedef struct _GEmblem GEmblem;

@@ -97,7 +97,7 @@


-
+

enum GEmblemOrigin

typedef enum  {
   G_EMBLEM_ORIGIN_UNKNOWN,
@@ -138,7 +138,7 @@
 

Since 2.18


-
+

g_emblem_new ()

GEmblem *           g_emblem_new                        (GIcon *icon);

@@ -163,7 +163,7 @@

Since 2.18


-
+

g_emblem_new_with_origin ()

GEmblem *           g_emblem_new_with_origin            (GIcon *icon,
                                                          GEmblemOrigin origin);
@@ -194,7 +194,7 @@

Since 2.18


-
+

g_emblem_get_icon ()

GIcon *             g_emblem_get_icon                   (GEmblem *emblem);

@@ -220,7 +220,7 @@

Since 2.18


-
+

g_emblem_get_origin ()

GEmblemOrigin       g_emblem_get_origin                 (GEmblem *emblem);

@@ -245,28 +245,28 @@

Since 2.18

-
+

Property Details

-
+

The "icon" property

  "icon"                     GObject*              : Read / Write / Construct Only

The actual icon of the emblem.


-
+

The "origin" property

  "origin"                   GEmblemOrigin         : Read / Write / Construct Only

Tells which origin the emblem is derived from.

Default value: G_EMBLEM_ORIGIN_UNKNOWN

- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GFileDescriptorBased.html glib2.0-2.26.1/docs/reference/gio/html/GFileDescriptorBased.html --- glib2.0-2.26.0/docs/reference/gio/html/GFileDescriptorBased.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GFileDescriptorBased.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GFileDescriptorBased - + - + @@ -30,7 +30,7 @@ Prerequisites -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gfiledescriptorbased.h>
@@ -48,20 +48,20 @@
 int                 g_file_descriptor_based_get_fd      (GFileDescriptorBased *fd_based);
 
-
+

Object Hierarchy

   GInterface
    +----GFileDescriptorBased
 
-
+

Prerequisites

GFileDescriptorBased requires GObject.

-
+

Description

GFileDescriptorBased is implemented by streams (implementations of @@ -73,9 +73,9 @@ gio-unix-2.0.pc pkg-config file when using it.

-
+

Details

-
+

GFileDescriptorBased

typedef struct _GFileDescriptorBased GFileDescriptorBased;

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


-
+

g_file_descriptor_based_get_fd ()

int                 g_file_descriptor_based_get_fd      (GFileDescriptorBased *fd_based);

@@ -108,13 +108,13 @@

Since 2.24

- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GFileEnumerator.html glib2.0-2.26.1/docs/reference/gio/html/GFileEnumerator.html --- glib2.0-2.26.0/docs/reference/gio/html/GFileEnumerator.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GFileEnumerator.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GFileEnumerator - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -75,20 +75,20 @@
 GFile *             g_file_enumerator_get_container     (GFileEnumerator *enumerator);
 
-
+

Object Hierarchy

   GObject
    +----GFileEnumerator
 
-
+

Properties

   "container"                GFile*                : Write / Construct Only
 
-
+

Description

GFileEnumerator allows you to operate on a set of GFiles, @@ -110,9 +110,9 @@ on it, and it should be freed with g_object_unref().

-
+

Details

-
+

GFileEnumerator

typedef struct _GFileEnumerator GFileEnumerator;

@@ -120,7 +120,7 @@


-
+

g_file_enumerator_next_file ()

GFileInfo *         g_file_enumerator_next_file         (GFileEnumerator *enumerator,
                                                          GCancellable *cancellable,
@@ -164,7 +164,7 @@
 

-
+

g_file_enumerator_close ()

gboolean            g_file_enumerator_close             (GFileEnumerator *enumerator,
                                                          GCancellable *cancellable,
@@ -205,7 +205,7 @@
 

-
+

g_file_enumerator_next_files_async ()

void                g_file_enumerator_next_files_async  (GFileEnumerator *enumerator,
                                                          int num_files,
@@ -272,7 +272,7 @@
 

-
+

g_file_enumerator_next_files_finish ()

GList *             g_file_enumerator_next_files_finish (GFileEnumerator *enumerator,
                                                          GAsyncResult *result,
@@ -310,7 +310,7 @@
 

-
+

g_file_enumerator_close_async ()

void                g_file_enumerator_close_async       (GFileEnumerator *enumerator,
                                                          int io_priority,
@@ -359,7 +359,7 @@
 

-
+

g_file_enumerator_close_finish ()

gboolean            g_file_enumerator_close_finish      (GFileEnumerator *enumerator,
                                                          GAsyncResult *result,
@@ -405,7 +405,7 @@
 

-
+

g_file_enumerator_is_closed ()

gboolean            g_file_enumerator_is_closed         (GFileEnumerator *enumerator);

@@ -428,7 +428,7 @@


-
+

g_file_enumerator_has_pending ()

gboolean            g_file_enumerator_has_pending       (GFileEnumerator *enumerator);

@@ -451,7 +451,7 @@


-
+

g_file_enumerator_set_pending ()

void                g_file_enumerator_set_pending       (GFileEnumerator *enumerator,
                                                          gboolean pending);
@@ -475,7 +475,7 @@

-
+

g_file_enumerator_get_container ()

GFile *             g_file_enumerator_get_container     (GFileEnumerator *enumerator);

@@ -500,9 +500,9 @@

Since 2.18

-
+

Property Details

-
+

The "container" property

  "container"                GFile*                : Write / Construct Only

The container that is being enumerated.

@@ -511,6 +511,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GFile.html glib2.0-2.26.1/docs/reference/gio/html/GFile.html --- glib2.0-2.26.0/docs/reference/gio/html/GFile.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GFile.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ GFile - + - + @@ -30,7 +30,7 @@ Prerequisites -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -57,38 +57,37 @@
 gboolean            (*GFileReadMoreCallback)            (const char *file_contents,
                                                          goffset file_size,
                                                          gpointer callback_data);
-GFile *                  g_file_new_for_path            (const char *path);
-GFile *                  g_file_new_for_uri             (const char *uri);
-GFile *                  g_file_new_for_commandline_arg (const char *arg);
-GFile *                  g_file_parse_name              (const char *parse_name);
-GFile *                  g_file_dup                     (GFile *file);
+GFile *             g_file_new_for_path                 (const char *path);
+GFile *             g_file_new_for_uri                  (const char *uri);
+GFile *             g_file_new_for_commandline_arg      (const char *arg);
+GFile *             g_file_parse_name                   (const char *parse_name);
+GFile *             g_file_dup                          (GFile *file);
 guint               g_file_hash                         (gconstpointer file);
 gboolean            g_file_equal                        (GFile *file1,
                                                          GFile *file2);
-char *                   g_file_get_basename            (GFile *file);
-char *                   g_file_get_path                (GFile *file);
-char *                   g_file_get_uri                 (GFile *file);
-char *                   g_file_get_parse_name          (GFile *file);
-GFile *                  g_file_get_parent              (GFile *file);
+char *              g_file_get_basename                 (GFile *file);
+char *              g_file_get_path                     (GFile *file);
+char *              g_file_get_uri                      (GFile *file);
+char *              g_file_get_parse_name               (GFile *file);
+GFile *             g_file_get_parent                   (GFile *file);
 gboolean            g_file_has_parent                   (GFile *file,
                                                          GFile *parent);
-GFile *                  g_file_get_child               (GFile *file,
+GFile *             g_file_get_child                    (GFile *file,
                                                          const char *name);
-GFile *                  g_file_get_child_for_display_name
-                                                        (GFile *file,
+GFile *             g_file_get_child_for_display_name   (GFile *file,
                                                          const char *display_name,
                                                          GError **error);
 gboolean            g_file_has_prefix                   (GFile *file,
                                                          GFile *prefix);
-char *                   g_file_get_relative_path       (GFile *parent,
+char *              g_file_get_relative_path            (GFile *parent,
                                                          GFile *descendant);
-GFile *                  g_file_resolve_relative_path   (GFile *file,
+GFile *             g_file_resolve_relative_path        (GFile *file,
                                                          const char *relative_path);
 gboolean            g_file_is_native                    (GFile *file);
 gboolean            g_file_has_uri_scheme               (GFile *file,
                                                          const char *uri_scheme);
-char *                   g_file_get_uri_scheme          (GFile *file);
-GFileInputStream *       g_file_read                    (GFile *file,
+char *              g_file_get_uri_scheme               (GFile *file);
+GFileInputStream *  g_file_read                         (GFile *file,
                                                          GCancellable *cancellable,
                                                          GError **error);
 void                g_file_read_async                   (GFile *file,
@@ -96,18 +95,18 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-GFileInputStream *       g_file_read_finish             (GFile *file,
+GFileInputStream *  g_file_read_finish                  (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);
-GFileOutputStream *      g_file_append_to               (GFile *file,
+GFileOutputStream * g_file_append_to                    (GFile *file,
                                                          GFileCreateFlags flags,
                                                          GCancellable *cancellable,
                                                          GError **error);
-GFileOutputStream *      g_file_create                  (GFile *file,
+GFileOutputStream * g_file_create                       (GFile *file,
                                                          GFileCreateFlags flags,
                                                          GCancellable *cancellable,
                                                          GError **error);
-GFileOutputStream *      g_file_replace                 (GFile *file,
+GFileOutputStream * g_file_replace                      (GFile *file,
                                                          const char *etag,
                                                          gboolean make_backup,
                                                          GFileCreateFlags flags,
@@ -119,7 +118,7 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-GFileOutputStream *      g_file_append_to_finish        (GFile *file,
+GFileOutputStream * g_file_append_to_finish             (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);
 void                g_file_create_async                 (GFile *file,
@@ -128,7 +127,7 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-GFileOutputStream *      g_file_create_finish           (GFile *file,
+GFileOutputStream * g_file_create_finish                (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);
 void                g_file_replace_async                (GFile *file,
@@ -139,10 +138,10 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-GFileOutputStream *      g_file_replace_finish          (GFile *file,
+GFileOutputStream * g_file_replace_finish               (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);
-GFileInfo *              g_file_query_info              (GFile *file,
+GFileInfo *         g_file_query_info                   (GFile *file,
                                                          const char *attributes,
                                                          GFileQueryInfoFlags flags,
                                                          GCancellable *cancellable,
@@ -154,7 +153,7 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-GFileInfo *              g_file_query_info_finish       (GFile *file,
+GFileInfo *         g_file_query_info_finish            (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);
 gboolean            g_file_query_exists                 (GFile *file,
@@ -162,7 +161,7 @@
 GFileType           g_file_query_file_type              (GFile *file,
                                                          GFileQueryInfoFlags flags,
                                                          GCancellable *cancellable);
-GFileInfo *              g_file_query_filesystem_info   (GFile *file,
+GFileInfo *         g_file_query_filesystem_info        (GFile *file,
                                                          const char *attributes,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -172,14 +171,13 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-GFileInfo *              g_file_query_filesystem_info_finish
-                                                        (GFile *file,
+GFileInfo *         g_file_query_filesystem_info_finish (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);
 GAppInfo *          g_file_query_default_handler        (GFile *file,
                                                          GCancellable *cancellable,
                                                          GError **error);
-GMount *                 g_file_find_enclosing_mount    (GFile *file,
+GMount *            g_file_find_enclosing_mount         (GFile *file,
                                                          GCancellable *cancellable,
                                                          GError **error);
 void                g_file_find_enclosing_mount_async   (GFile *file,
@@ -187,11 +185,10 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-GMount *                 g_file_find_enclosing_mount_finish
-                                                        (GFile *file,
+GMount *            g_file_find_enclosing_mount_finish  (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);
-GFileEnumerator *        g_file_enumerate_children      (GFile *file,
+GFileEnumerator *   g_file_enumerate_children           (GFile *file,
                                                          const char *attributes,
                                                          GFileQueryInfoFlags flags,
                                                          GCancellable *cancellable,
@@ -203,11 +200,10 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-GFileEnumerator *        g_file_enumerate_children_finish
-                                                        (GFile *file,
+GFileEnumerator *   g_file_enumerate_children_finish    (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);
-GFile *                  g_file_set_display_name        (GFile *file,
+GFile *             g_file_set_display_name             (GFile *file,
                                                          const char *display_name,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -217,7 +213,7 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-GFile *                  g_file_set_display_name_finish (GFile *file,
+GFile *             g_file_set_display_name_finish      (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);
 gboolean            g_file_delete                       (GFile *file,
@@ -335,7 +331,7 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-GFile *                  g_file_mount_mountable_finish  (GFile *file,
+GFile *             g_file_mount_mountable_finish       (GFile *file,
                                                          GAsyncResult *result,
                                                          GError **error);
 void                g_file_unmount_mountable            (GFile *file,
@@ -411,15 +407,15 @@
                                                         (GFile *location,
                                                          GAsyncResult *result,
                                                          GError **error);
-GFileMonitor *            g_file_monitor_directory      (GFile *file,
+GFileMonitor*       g_file_monitor_directory            (GFile *file,
                                                          GFileMonitorFlags flags,
                                                          GCancellable *cancellable,
                                                          GError **error);
-GFileMonitor *            g_file_monitor_file           (GFile *file,
+GFileMonitor*       g_file_monitor_file                 (GFile *file,
                                                          GFileMonitorFlags flags,
                                                          GCancellable *cancellable,
                                                          GError **error);
-GFileMonitor *            g_file_monitor                (GFile *file,
+GFileMonitor*       g_file_monitor                      (GFile *file,
                                                          GFileMonitorFlags flags,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -477,7 +473,7 @@
                                                          GFileCopyFlags flags,
                                                          GCancellable *cancellable,
                                                          GError **error);
-GFileIOStream *          g_file_create_readwrite        (GFile *file,
+GFileIOStream *     g_file_create_readwrite             (GFile *file,
                                                          GFileCreateFlags flags,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -487,10 +483,10 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-GFileIOStream *          g_file_create_readwrite_finish (GFile *file,
+GFileIOStream *     g_file_create_readwrite_finish      (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);
-GFileIOStream *          g_file_open_readwrite          (GFile *file,
+GFileIOStream *     g_file_open_readwrite               (GFile *file,
                                                          GCancellable *cancellable,
                                                          GError **error);
 void                g_file_open_readwrite_async         (GFile *file,
@@ -498,10 +494,10 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-GFileIOStream *          g_file_open_readwrite_finish   (GFile *file,
+GFileIOStream *     g_file_open_readwrite_finish        (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);
-GFileIOStream *          g_file_replace_readwrite       (GFile *file,
+GFileIOStream *     g_file_replace_readwrite            (GFile *file,
                                                          const char *etag,
                                                          gboolean make_backup,
                                                          GFileCreateFlags flags,
@@ -515,27 +511,26 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-GFileIOStream *          g_file_replace_readwrite_finish
-                                                        (GFile *file,
+GFileIOStream *     g_file_replace_readwrite_finish     (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);
 gboolean            g_file_supports_thread_contexts     (GFile *file);
 
-
+

Object Hierarchy

   GInterface
    +----GFile
 
-
+

Prerequisites

GFile requires GObject.

-
+

Description

GFile is a high level abstraction for manipulating files on a @@ -619,9 +614,9 @@

-
+

Details

-
+

GFile

typedef struct _GFile GFile;

@@ -631,7 +626,7 @@


-
+

GFileIface

typedef struct {
   GTypeInterface g_iface;
@@ -1537,7 +1532,7 @@
 

-
+

enum GFileQueryInfoFlags

typedef enum {
   G_FILE_QUERY_INFO_NONE              = 0,
@@ -1564,7 +1559,7 @@
 

-
+

enum GFileCreateFlags

typedef enum {
   G_FILE_CREATE_NONE    = 0,
@@ -1605,7 +1600,7 @@
 

-
+

enum GFileCopyFlags

typedef enum {
   G_FILE_COPY_NONE                 = 0,          /*< nick=none >*/
@@ -1662,7 +1657,7 @@
 

-
+

enum GFileMonitorFlags

typedef enum {
   G_FILE_MONITOR_NONE         = 0,
@@ -1699,7 +1694,7 @@
 

-
+

enum GFilesystemPreviewType

typedef enum {
   G_FILESYSTEM_PREVIEW_TYPE_IF_ALWAYS = 0,
@@ -1734,7 +1729,7 @@
 

-
+

GFileProgressCallback ()

void                (*GFileProgressCallback)            (goffset current_num_bytes,
                                                          goffset total_num_bytes,
@@ -1766,7 +1761,7 @@
 

-
+

GFileReadMoreCallback ()

gboolean            (*GFileReadMoreCallback)            (const char *file_contents,
                                                          goffset file_size,
@@ -1804,9 +1799,9 @@
 

-
+

g_file_new_for_path ()

-
GFile *                  g_file_new_for_path            (const char *path);
+
GFile *             g_file_new_for_path                 (const char *path);

Constructs a GFile for a given path. This operation never fails, but the returned object might not support any I/O @@ -1830,9 +1825,9 @@


-
+

g_file_new_for_uri ()

-
GFile *                  g_file_new_for_uri             (const char *uri);
+
GFile *             g_file_new_for_uri                  (const char *uri);

Constructs a GFile for a given URI. This operation never fails, but the returned object might not support any I/O @@ -1856,9 +1851,9 @@


-
+

g_file_new_for_commandline_arg ()

-
GFile *                  g_file_new_for_commandline_arg (const char *arg);
+
GFile *             g_file_new_for_commandline_arg      (const char *arg);

Creates a GFile with the given argument from the command line. The value of arg can be either a URI, an absolute path or a relative path resolved @@ -1883,9 +1878,9 @@


-
+

g_file_parse_name ()

-
GFile *                  g_file_parse_name              (const char *parse_name);
+
GFile *             g_file_parse_name                   (const char *parse_name);

Constructs a GFile with the given parse_name (i.e. something given by g_file_get_parse_name()). This operation never fails, but the returned object might not support any I/O @@ -1908,9 +1903,9 @@


-
+

g_file_dup ()

-
GFile *                  g_file_dup                     (GFile *file);
+
GFile *             g_file_dup                          (GFile *file);

Duplicates a GFile handle. This operation does not duplicate the actual file or directory represented by the GFile; see @@ -1936,7 +1931,7 @@


-
+

g_file_hash ()

guint               g_file_hash                         (gconstpointer file);

@@ -1966,7 +1961,7 @@


-
+

g_file_equal ()

gboolean            g_file_equal                        (GFile *file1,
                                                          GFile *file2);
@@ -2002,9 +1997,9 @@

-
+

g_file_get_basename ()

-
char *                   g_file_get_basename            (GFile *file);
+
char *              g_file_get_basename                 (GFile *file);

Gets the base name (the last component of the path) for a given GFile.

@@ -2042,9 +2037,9 @@

-
+

g_file_get_path ()

-
char *                   g_file_get_path                (GFile *file);
+
char *              g_file_get_path                     (GFile *file);

Gets the local pathname for GFile, if one exists.

@@ -2070,9 +2065,9 @@

-
+

g_file_get_uri ()

-
char *                   g_file_get_uri                 (GFile *file);
+
char *              g_file_get_uri                      (GFile *file);

Gets the URI for the file.

@@ -2097,9 +2092,9 @@

-
+

g_file_get_parse_name ()

-
char *                   g_file_get_parse_name          (GFile *file);
+
char *              g_file_get_parse_name               (GFile *file);

Gets the parse name of the file. A parse name is a UTF-8 string that describes the @@ -2137,9 +2132,9 @@


-
+

g_file_get_parent ()

-
GFile *                  g_file_get_parent              (GFile *file);
+
GFile *             g_file_get_parent                   (GFile *file);

Gets the parent directory for the file. If the file represents the root directory of the @@ -2167,7 +2162,7 @@


-
+

g_file_has_parent ()

gboolean            g_file_has_parent                   (GFile *file,
                                                          GFile *parent);
@@ -2204,9 +2199,9 @@

Since 2.24


-
+

g_file_get_child ()

-
GFile *                  g_file_get_child               (GFile *file,
+
GFile *             g_file_get_child                    (GFile *file,
                                                          const char *name);

Gets a child of file with basename equal to name. @@ -2242,10 +2237,9 @@


-
+

g_file_get_child_for_display_name ()

-
GFile *                  g_file_get_child_for_display_name
-                                                        (GFile *file,
+
GFile *             g_file_get_child_for_display_name   (GFile *file,
                                                          const char *display_name,
                                                          GError **error);

@@ -2288,7 +2282,7 @@


-
+

g_file_has_prefix ()

gboolean            g_file_has_prefix                   (GFile *file,
                                                          GFile *prefix);
@@ -2327,9 +2321,9 @@

-
+

g_file_get_relative_path ()

-
char *                   g_file_get_relative_path       (GFile *parent,
+
char *              g_file_get_relative_path            (GFile *parent,
                                                          GFile *descendant);

Gets the path for descendant relative to parent. @@ -2361,9 +2355,9 @@


-
+

g_file_resolve_relative_path ()

-
GFile *                  g_file_resolve_relative_path   (GFile *file,
+
GFile *             g_file_resolve_relative_path        (GFile *file,
                                                          const char *relative_path);

Resolves a relative path for file to an absolute path. @@ -2395,7 +2389,7 @@


-
+

g_file_is_native ()

gboolean            g_file_is_native                    (GFile *file);

@@ -2432,7 +2426,7 @@


-
+

g_file_has_uri_scheme ()

gboolean            g_file_has_uri_scheme               (GFile *file,
                                                          const char *uri_scheme);
@@ -2466,9 +2460,9 @@

-
+

g_file_get_uri_scheme ()

-
char *                   g_file_get_uri_scheme          (GFile *file);
+
char *              g_file_get_uri_scheme               (GFile *file);

Gets the URI scheme for a GFile. RFC 3986 decodes the scheme as: @@ -2501,9 +2495,9 @@


-
+

g_file_read ()

-
GFileInputStream *       g_file_read                    (GFile *file,
+
GFileInputStream *  g_file_read                         (GFile *file,
                                                          GCancellable *cancellable,
                                                          GError **error);

@@ -2549,7 +2543,7 @@


-
+

g_file_read_async ()

void                g_file_read_async                   (GFile *file,
                                                          int io_priority,
@@ -2600,9 +2594,9 @@
 

-
+

g_file_read_finish ()

-
GFileInputStream *       g_file_read_finish             (GFile *file,
+
GFileInputStream *  g_file_read_finish                  (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);

@@ -2637,9 +2631,9 @@


-
+

g_file_append_to ()

-
GFileOutputStream *      g_file_append_to               (GFile *file,
+
GFileOutputStream * g_file_append_to                    (GFile *file,
                                                          GFileCreateFlags flags,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -2698,9 +2692,9 @@

-
+

g_file_create ()

-
GFileOutputStream *      g_file_create                  (GFile *file,
+
GFileOutputStream * g_file_create                       (GFile *file,
                                                          GFileCreateFlags flags,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -2762,9 +2756,9 @@

-
+

g_file_replace ()

-
GFileOutputStream *      g_file_replace                 (GFile *file,
+
GFileOutputStream * g_file_replace                      (GFile *file,
                                                          const char *etag,
                                                          gboolean make_backup,
                                                          GFileCreateFlags flags,
@@ -2864,7 +2858,7 @@
 

-
+

g_file_append_to_async ()

void                g_file_append_to_async              (GFile *file,
                                                          GFileCreateFlags flags,
@@ -2921,9 +2915,9 @@
 

-
+

g_file_append_to_finish ()

-
GFileOutputStream *      g_file_append_to_finish        (GFile *file,
+
GFileOutputStream * g_file_append_to_finish             (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);

@@ -2959,7 +2953,7 @@


-
+

g_file_create_async ()

void                g_file_create_async                 (GFile *file,
                                                          GFileCreateFlags flags,
@@ -3017,9 +3011,9 @@
 

-
+

g_file_create_finish ()

-
GFileOutputStream *      g_file_create_finish           (GFile *file,
+
GFileOutputStream * g_file_create_finish                (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);

@@ -3054,7 +3048,7 @@


-
+

g_file_replace_async ()

void                g_file_replace_async                (GFile *file,
                                                          const char *etag,
@@ -3126,9 +3120,9 @@
 

-
+

g_file_replace_finish ()

-
GFileOutputStream *      g_file_replace_finish          (GFile *file,
+
GFileOutputStream * g_file_replace_finish               (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);

@@ -3163,9 +3157,9 @@


-
+

g_file_query_info ()

-
GFileInfo *              g_file_query_info              (GFile *file,
+
GFileInfo *         g_file_query_info                   (GFile *file,
                                                          const char *attributes,
                                                          GFileQueryInfoFlags flags,
                                                          GCancellable *cancellable,
@@ -3239,7 +3233,7 @@
 

-
+

g_file_query_info_async ()

void                g_file_query_info_async             (GFile *file,
                                                          const char *attributes,
@@ -3304,9 +3298,9 @@
 

-
+

g_file_query_info_finish ()

-
GFileInfo *              g_file_query_info_finish       (GFile *file,
+
GFileInfo *         g_file_query_info_finish            (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);

@@ -3341,7 +3335,7 @@


-
+

g_file_query_exists ()

gboolean            g_file_query_exists                 (GFile *file,
                                                          GCancellable *cancellable);
@@ -3394,7 +3388,7 @@

-
+

g_file_query_file_type ()

GFileType           g_file_query_file_type              (GFile *file,
                                                          GFileQueryInfoFlags flags,
@@ -3437,9 +3431,9 @@
 

Since 2.18


-
+

g_file_query_filesystem_info ()

-
GFileInfo *              g_file_query_filesystem_info   (GFile *file,
+
GFileInfo *         g_file_query_filesystem_info        (GFile *file,
                                                          const char *attributes,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -3502,7 +3496,7 @@

-
+

g_file_query_filesystem_info_async ()

void                g_file_query_filesystem_info_async  (GFile *file,
                                                          const char *attributes,
@@ -3563,10 +3557,9 @@
 

-
+

g_file_query_filesystem_info_finish ()

-
GFileInfo *              g_file_query_filesystem_info_finish
-                                                        (GFile *file,
+
GFileInfo *         g_file_query_filesystem_info_finish (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);

@@ -3601,7 +3594,7 @@


-
+

g_file_query_default_handler ()

GAppInfo *          g_file_query_default_handler        (GFile *file,
                                                          GCancellable *cancellable,
@@ -3643,9 +3636,9 @@
 

-
+

g_file_find_enclosing_mount ()

-
GMount *                 g_file_find_enclosing_mount    (GFile *file,
+
GMount *            g_file_find_enclosing_mount         (GFile *file,
                                                          GCancellable *cancellable,
                                                          GError **error);

@@ -3689,7 +3682,7 @@


-
+

g_file_find_enclosing_mount_async ()

void                g_file_find_enclosing_mount_async   (GFile *file,
                                                          int io_priority,
@@ -3740,10 +3733,9 @@
 

-
+

g_file_find_enclosing_mount_finish ()

-
GMount *                 g_file_find_enclosing_mount_finish
-                                                        (GFile *file,
+
GMount *            g_file_find_enclosing_mount_finish  (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);

@@ -3778,9 +3770,9 @@


-
+

g_file_enumerate_children ()

-
GFileEnumerator *        g_file_enumerate_children      (GFile *file,
+
GFileEnumerator *   g_file_enumerate_children           (GFile *file,
                                                          const char *attributes,
                                                          GFileQueryInfoFlags flags,
                                                          GCancellable *cancellable,
@@ -3848,7 +3840,7 @@
 

-
+

g_file_enumerate_children_async ()

void                g_file_enumerate_children_async     (GFile *file,
                                                          const char *attributes,
@@ -3913,10 +3905,9 @@
 

-
+

g_file_enumerate_children_finish ()

-
GFileEnumerator *        g_file_enumerate_children_finish
-                                                        (GFile *file,
+
GFileEnumerator *   g_file_enumerate_children_finish    (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);

@@ -3951,9 +3942,9 @@


-
+

g_file_set_display_name ()

-
GFile *                  g_file_set_display_name        (GFile *file,
+
GFile *             g_file_set_display_name             (GFile *file,
                                                          const char *display_name,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -4011,7 +4002,7 @@

-
+

g_file_set_display_name_async ()

void                g_file_set_display_name_async       (GFile *file,
                                                          const char *display_name,
@@ -4068,9 +4059,9 @@
 

-
+

g_file_set_display_name_finish ()

-
GFile *                  g_file_set_display_name_finish (GFile *file,
+
GFile *             g_file_set_display_name_finish      (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);

@@ -4105,7 +4096,7 @@


-
+

g_file_delete ()

gboolean            g_file_delete                       (GFile *file,
                                                          GCancellable *cancellable,
@@ -4146,7 +4137,7 @@
 

-
+

g_file_trash ()

gboolean            g_file_trash                        (GFile *file,
                                                          GCancellable *cancellable,
@@ -4190,7 +4181,7 @@
 

-
+

g_file_copy ()

gboolean            g_file_copy                         (GFile *source,
                                                          GFile *destination,
@@ -4294,7 +4285,7 @@
 

-
+

g_file_copy_async ()

void                g_file_copy_async                   (GFile *source,
                                                          GFile *destination,
@@ -4371,7 +4362,7 @@
 

-
+

g_file_copy_finish ()

gboolean            g_file_copy_finish                  (GFile *file,
                                                          GAsyncResult *res,
@@ -4407,7 +4398,7 @@
 

-
+

g_file_move ()

gboolean            g_file_move                         (GFile *source,
                                                          GFile *destination,
@@ -4512,7 +4503,7 @@
 

-
+

g_file_make_directory ()

gboolean            g_file_make_directory               (GFile *file,
                                                          GCancellable *cancellable,
@@ -4562,7 +4553,7 @@
 

-
+

g_file_make_directory_with_parents ()

gboolean            g_file_make_directory_with_parents  (GFile *file,
                                                          GCancellable *cancellable,
@@ -4611,7 +4602,7 @@
 

Since 2.18


-
+

g_file_make_symbolic_link ()

gboolean            g_file_make_symbolic_link           (GFile *file,
                                                          const char *symlink_value,
@@ -4658,7 +4649,7 @@
 

-
+

g_file_query_settable_attributes ()

GFileAttributeInfoList * g_file_query_settable_attributes
                                                         (GFile *file,
@@ -4706,7 +4697,7 @@
 

-
+

g_file_query_writable_namespaces ()

GFileAttributeInfoList * g_file_query_writable_namespaces
                                                         (GFile *file,
@@ -4750,7 +4741,7 @@
 

-
+

g_file_set_attribute ()

gboolean            g_file_set_attribute                (GFile *file,
                                                          const char *attribute,
@@ -4814,7 +4805,7 @@
 

-
+

g_file_set_attributes_from_info ()

gboolean            g_file_set_attributes_from_info     (GFile *file,
                                                          GFileInfo *info,
@@ -4875,7 +4866,7 @@
 

-
+

g_file_set_attributes_async ()

void                g_file_set_attributes_async         (GFile *file,
                                                          GFileInfo *info,
@@ -4938,7 +4929,7 @@
 

-
+

g_file_set_attributes_finish ()

gboolean            g_file_set_attributes_finish        (GFile *file,
                                                          GAsyncResult *result,
@@ -4979,7 +4970,7 @@
 

-
+

g_file_set_attribute_string ()

gboolean            g_file_set_attribute_string         (GFile *file,
                                                          const char *attribute,
@@ -5039,7 +5030,7 @@
 

-
+

g_file_set_attribute_byte_string ()

gboolean            g_file_set_attribute_byte_string    (GFile *file,
                                                          const char *attribute,
@@ -5100,7 +5091,7 @@
 

-
+

g_file_set_attribute_uint32 ()

gboolean            g_file_set_attribute_uint32         (GFile *file,
                                                          const char *attribute,
@@ -5160,7 +5151,7 @@
 

-
+

g_file_set_attribute_int32 ()

gboolean            g_file_set_attribute_int32          (GFile *file,
                                                          const char *attribute,
@@ -5220,7 +5211,7 @@
 

-
+

g_file_set_attribute_uint64 ()

gboolean            g_file_set_attribute_uint64         (GFile *file,
                                                          const char *attribute,
@@ -5280,7 +5271,7 @@
 

-
+

g_file_set_attribute_int64 ()

gboolean            g_file_set_attribute_int64          (GFile *file,
                                                          const char *attribute,
@@ -5339,7 +5330,7 @@
 

-
+

g_file_mount_mountable ()

void                g_file_mount_mountable              (GFile *file,
                                                          GMountMountFlags flags,
@@ -5398,9 +5389,9 @@
 

-
+

g_file_mount_mountable_finish ()

-
GFile *                  g_file_mount_mountable_finish  (GFile *file,
+
GFile *             g_file_mount_mountable_finish       (GFile *file,
                                                          GAsyncResult *result,
                                                          GError **error);

@@ -5438,14 +5429,14 @@


-
+

g_file_unmount_mountable ()

void                g_file_unmount_mountable            (GFile *file,
                                                          GMountUnmountFlags flags,
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-
+

Warning

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

@@ -5493,12 +5484,12 @@

-
+

g_file_unmount_mountable_finish ()

gboolean            g_file_unmount_mountable_finish     (GFile *file,
                                                          GAsyncResult *result,
                                                          GError **error);
-
+

Warning

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

@@ -5538,7 +5529,7 @@

-
+

g_file_unmount_mountable_with_operation ()

void                g_file_unmount_mountable_with_operation
                                                         (GFile *file,
@@ -5597,7 +5588,7 @@
 

Since 2.22


-
+

g_file_unmount_mountable_with_operation_finish ()

gboolean            g_file_unmount_mountable_with_operation_finish
                                                         (GFile *file,
@@ -5640,14 +5631,14 @@
 

Since 2.22


-
+

g_file_eject_mountable ()

void                g_file_eject_mountable              (GFile *file,
                                                          GMountUnmountFlags flags,
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-
+

Warning

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

@@ -5694,12 +5685,12 @@

-
+

g_file_eject_mountable_finish ()

gboolean            g_file_eject_mountable_finish       (GFile *file,
                                                          GAsyncResult *result,
                                                          GError **error);
-
+

Warning

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

@@ -5736,7 +5727,7 @@

-
+

g_file_eject_mountable_with_operation ()

void                g_file_eject_mountable_with_operation
                                                         (GFile *file,
@@ -5794,7 +5785,7 @@
 

Since 2.22


-
+

g_file_eject_mountable_with_operation_finish ()

gboolean            g_file_eject_mountable_with_operation_finish
                                                         (GFile *file,
@@ -5834,7 +5825,7 @@
 

Since 2.22


-
+

g_file_start_mountable ()

void                g_file_start_mountable              (GFile *file,
                                                          GDriveStartFlags flags,
@@ -5894,7 +5885,7 @@
 

Since 2.22


-
+

g_file_start_mountable_finish ()

gboolean            g_file_start_mountable_finish       (GFile *file,
                                                          GAsyncResult *result,
@@ -5936,7 +5927,7 @@
 

Since 2.22


-
+

g_file_stop_mountable ()

void                g_file_stop_mountable               (GFile *file,
                                                          GMountUnmountFlags flags,
@@ -5994,7 +5985,7 @@
 

Since 2.22


-
+

g_file_stop_mountable_finish ()

gboolean            g_file_stop_mountable_finish        (GFile *file,
                                                          GAsyncResult *result,
@@ -6036,7 +6027,7 @@
 

Since 2.22


-
+

g_file_poll_mountable ()

void                g_file_poll_mountable               (GFile *file,
                                                          GCancellable *cancellable,
@@ -6082,7 +6073,7 @@
 

Since 2.22


-
+

g_file_poll_mountable_finish ()

gboolean            g_file_poll_mountable_finish        (GFile *file,
                                                          GAsyncResult *result,
@@ -6124,7 +6115,7 @@
 

Since 2.22


-
+

g_file_mount_enclosing_volume ()

void                g_file_mount_enclosing_volume       (GFile *location,
                                                          GMountMountFlags flags,
@@ -6182,7 +6173,7 @@
 

-
+

g_file_mount_enclosing_volume_finish ()

gboolean            g_file_mount_enclosing_volume_finish
                                                         (GFile *location,
@@ -6220,9 +6211,9 @@
 

-
+

g_file_monitor_directory ()

-
GFileMonitor *            g_file_monitor_directory      (GFile *file,
+
GFileMonitor*       g_file_monitor_directory            (GFile *file,
                                                          GFileMonitorFlags flags,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -6268,9 +6259,9 @@

-
+

g_file_monitor_file ()

-
GFileMonitor *            g_file_monitor_file           (GFile *file,
+
GFileMonitor*       g_file_monitor_file                 (GFile *file,
                                                          GFileMonitorFlags flags,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -6316,9 +6307,9 @@

-
+

g_file_monitor ()

-
GFileMonitor *            g_file_monitor                (GFile *file,
+
GFileMonitor*       g_file_monitor                      (GFile *file,
                                                          GFileMonitorFlags flags,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -6366,7 +6357,7 @@

Since 2.18


-
+

g_file_load_contents ()

gboolean            g_file_load_contents                (GFile *file,
                                                          GCancellable *cancellable,
@@ -6430,7 +6421,7 @@
 

-
+

g_file_load_contents_async ()

void                g_file_load_contents_async          (GFile *file,
                                                          GCancellable *cancellable,
@@ -6481,7 +6472,7 @@
 

-
+

g_file_load_contents_finish ()

gboolean            g_file_load_contents_finish         (GFile *file,
                                                          GAsyncResult *res,
@@ -6541,7 +6532,7 @@
 

-
+

g_file_load_partial_contents_async ()

void                g_file_load_partial_contents_async  (GFile *file,
                                                          GCancellable *cancellable,
@@ -6595,7 +6586,7 @@
 

-
+

g_file_load_partial_contents_finish ()

gboolean            g_file_load_partial_contents_finish (GFile *file,
                                                          GAsyncResult *res,
@@ -6655,7 +6646,7 @@
 

-
+

g_file_replace_contents ()

gboolean            g_file_replace_contents             (GFile *file,
                                                          const char *contents,
@@ -6747,7 +6738,7 @@
 

-
+

g_file_replace_contents_async ()

void                g_file_replace_contents_async       (GFile *file,
                                                          const char *contents,
@@ -6830,7 +6821,7 @@
 

-
+

g_file_replace_contents_finish ()

gboolean            g_file_replace_contents_finish      (GFile *file,
                                                          GAsyncResult *res,
@@ -6875,7 +6866,7 @@
 

-
+

g_file_copy_attributes ()

gboolean            g_file_copy_attributes              (GFile *source,
                                                          GFile *destination,
@@ -6930,9 +6921,9 @@
 

-
+

g_file_create_readwrite ()

-
GFileIOStream *          g_file_create_readwrite        (GFile *file,
+
GFileIOStream *     g_file_create_readwrite             (GFile *file,
                                                          GFileCreateFlags flags,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -6998,7 +6989,7 @@

Since 2.22


-
+

g_file_create_readwrite_async ()

void                g_file_create_readwrite_async       (GFile *file,
                                                          GFileCreateFlags flags,
@@ -7057,9 +7048,9 @@
 

Since 2.22


-
+

g_file_create_readwrite_finish ()

-
GFileIOStream *          g_file_create_readwrite_finish (GFile *file,
+
GFileIOStream *     g_file_create_readwrite_finish      (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);

@@ -7096,9 +7087,9 @@

Since 2.22


-
+

g_file_open_readwrite ()

-
GFileIOStream *          g_file_open_readwrite          (GFile *file,
+
GFileIOStream *     g_file_open_readwrite               (GFile *file,
                                                          GCancellable *cancellable,
                                                          GError **error);

@@ -7149,7 +7140,7 @@

Since 2.22


-
+

g_file_open_readwrite_async ()

void                g_file_open_readwrite_async         (GFile *file,
                                                          int io_priority,
@@ -7201,9 +7192,9 @@
 

Since 2.22


-
+

g_file_open_readwrite_finish ()

-
GFileIOStream *          g_file_open_readwrite_finish   (GFile *file,
+
GFileIOStream *     g_file_open_readwrite_finish        (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);

@@ -7240,9 +7231,9 @@

Since 2.22


-
+

g_file_replace_readwrite ()

-
GFileIOStream *          g_file_replace_readwrite       (GFile *file,
+
GFileIOStream *     g_file_replace_readwrite            (GFile *file,
                                                          const char *etag,
                                                          gboolean make_backup,
                                                          GFileCreateFlags flags,
@@ -7309,7 +7300,7 @@
 

Since 2.22


-
+

g_file_replace_readwrite_async ()

void                g_file_replace_readwrite_async      (GFile *file,
                                                          const char *etag,
@@ -7382,10 +7373,9 @@
 

Since 2.22


-
+

g_file_replace_readwrite_finish ()

-
GFileIOStream *          g_file_replace_readwrite_finish
-                                                        (GFile *file,
+
GFileIOStream *     g_file_replace_readwrite_finish     (GFile *file,
                                                          GAsyncResult *res,
                                                          GError **error);

@@ -7422,7 +7412,7 @@

Since 2.22


-
+

g_file_supports_thread_contexts ()

gboolean            g_file_supports_thread_contexts     (GFile *file);

@@ -7450,13 +7440,13 @@

Since 2.22

- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GFileIcon.html glib2.0-2.26.1/docs/reference/gio/html/GFileIcon.html --- glib2.0-2.26.0/docs/reference/gio/html/GFileIcon.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GFileIcon.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ GFileIcon - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -51,35 +51,35 @@
 GFile *             g_file_icon_get_file                (GFileIcon *icon);
 
-
+

Object Hierarchy

   GObject
    +----GFileIcon
 
-
+

Implemented Interfaces

GFileIcon implements GIcon and GLoadableIcon.

-
+

Properties

   "file"                     GFile*                : Read / Write / Construct Only
 
-
+

Description

GFileIcon specifies an icon by pointing to an image file to be used as icon.

-
+

Details

-
+

GFileIcon

typedef struct _GFileIcon GFileIcon;

@@ -87,7 +87,7 @@


-
+

g_file_icon_new ()

GIcon *             g_file_icon_new                     (GFile *file);

@@ -110,7 +110,7 @@


-
+

g_file_icon_get_file ()

GFile *             g_file_icon_get_file                (GFileIcon *icon);

@@ -133,9 +133,9 @@

-
+

Property Details

-
+

The "file" property

  "file"                     GFile*                : Read / Write / Construct Only

@@ -143,13 +143,13 @@

-
+

See Also

GIcon, GLoadableIcon
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GFileInfo.html glib2.0-2.26.1/docs/reference/gio/html/GFileInfo.html --- glib2.0-2.26.0/docs/reference/gio/html/GFileInfo.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GFileInfo.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GFileInfo - + - + @@ -28,7 +28,7 @@ Object Hierarchy -
+
@@ -37,7 +37,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -251,18 +251,18 @@
 gboolean            g_file_attribute_matcher_enumerate_namespace
                                                         (GFileAttributeMatcher *matcher,
                                                          const char *ns);
-const char *            g_file_attribute_matcher_enumerate_next
+const char *        g_file_attribute_matcher_enumerate_next
                                                         (GFileAttributeMatcher *matcher);
 
-
+

Object Hierarchy

   GObject
    +----GFileInfo
 
-
+

Description

Functionality for manipulating basic metadata for files. GFileInfo @@ -296,9 +296,9 @@ attributes.

-
+

Details

-
+

GFileAttributeMatcher

typedef struct _GFileAttributeMatcher GFileAttributeMatcher;

@@ -306,7 +306,7 @@


-
+

enum GFileType

typedef enum {
   G_FILE_TYPE_UNKNOWN = 0,
@@ -365,7 +365,7 @@
 

-
+

GFileInfo

typedef struct _GFileInfo GFileInfo;

@@ -373,7 +373,7 @@


-
+

G_FILE_ATTRIBUTE_STANDARD_TYPE

#define G_FILE_ATTRIBUTE_STANDARD_TYPE "standard::type"                     /* uint32 (GFileType) */
 
@@ -384,7 +384,7 @@


-
+

G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN

#define G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN "standard::is-hidden"           /* boolean */
 
@@ -394,7 +394,7 @@


-
+

G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP

#define G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP "standard::is-backup"           /* boolean */
 
@@ -404,7 +404,7 @@


-
+

G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK

#define G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK "standard::is-symlink"         /* boolean */
 
@@ -416,7 +416,7 @@


-
+

G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL

#define G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL "standard::is-virtual"         /* boolean */
 
@@ -426,7 +426,7 @@


-
+

G_FILE_ATTRIBUTE_STANDARD_NAME

#define G_FILE_ATTRIBUTE_STANDARD_NAME "standard::name"                     /* byte string */
 
@@ -440,7 +440,7 @@


-
+

G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME

#define G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME "standard::display-name"     /* string */
 
@@ -452,7 +452,7 @@


-
+

G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME

#define G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME "standard::edit-name"           /* string */
 
@@ -468,7 +468,7 @@


-
+

G_FILE_ATTRIBUTE_STANDARD_COPY_NAME

#define G_FILE_ATTRIBUTE_STANDARD_COPY_NAME "standard::copy-name"           /* string */
 
@@ -485,7 +485,7 @@


-
+

G_FILE_ATTRIBUTE_STANDARD_ICON

#define G_FILE_ATTRIBUTE_STANDARD_ICON "standard::icon"                     /* object (GIcon) */
 
@@ -496,7 +496,7 @@


-
+

G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE

#define G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE "standard::content-type"     /* string */
 
@@ -507,7 +507,7 @@


-
+

G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE

#define G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE "standard::fast-content-type" /* string */
 
@@ -520,7 +520,7 @@


-
+

G_FILE_ATTRIBUTE_STANDARD_SIZE

#define G_FILE_ATTRIBUTE_STANDARD_SIZE "standard::size"                     /* uint64 */
 
@@ -530,7 +530,7 @@


-
+

G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE

#define G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE "standard::allocated-size" /* uint64 */
 
@@ -544,7 +544,7 @@

Since 2.20


-
+

G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET

#define G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET "standard::symlink-target" /* byte string */
 
@@ -555,7 +555,7 @@


-
+

G_FILE_ATTRIBUTE_STANDARD_TARGET_URI

#define G_FILE_ATTRIBUTE_STANDARD_TARGET_URI "standard::target-uri"         /* string */
 
@@ -566,7 +566,7 @@


-
+

G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER

#define G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER "standard::sort-order"         /* int32  */
 
@@ -580,7 +580,7 @@


-
+

G_FILE_ATTRIBUTE_ETAG_VALUE

#define G_FILE_ATTRIBUTE_ETAG_VALUE "etag::value"                 /* string */
 
@@ -591,7 +591,7 @@


-
+

G_FILE_ATTRIBUTE_ID_FILE

#define G_FILE_ATTRIBUTE_ID_FILE "id::file"                     /* string */
 
@@ -603,7 +603,7 @@


-
+

G_FILE_ATTRIBUTE_ID_FILESYSTEM

#define G_FILE_ATTRIBUTE_ID_FILESYSTEM "id::filesystem"         /* string */
 
@@ -616,7 +616,7 @@


-
+

G_FILE_ATTRIBUTE_ACCESS_CAN_READ

#define G_FILE_ATTRIBUTE_ACCESS_CAN_READ "access::can-read"       /* boolean */
 
@@ -627,7 +627,7 @@


-
+

G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE

#define G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE "access::can-write"     /* boolean */
 
@@ -638,7 +638,7 @@


-
+

G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE

#define G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE "access::can-execute" /* boolean */
 
@@ -649,7 +649,7 @@


-
+

G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE

#define G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE "access::can-delete"   /* boolean */
 
@@ -660,7 +660,7 @@


-
+

G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH

#define G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH "access::can-trash"     /* boolean */
 
@@ -672,7 +672,7 @@


-
+

G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME

#define G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME "access::can-rename"   /* boolean */
 
@@ -683,7 +683,7 @@


-
+

G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT

#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT "mountable::can-mount"     /* boolean */
 
@@ -693,7 +693,7 @@


-
+

G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT

#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT "mountable::can-unmount" /* boolean */
 
@@ -703,7 +703,7 @@


-
+

G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT

#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT "mountable::can-eject"     /* boolean */
 
@@ -713,7 +713,7 @@


-
+

G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE

#define G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE "mountable::unix-device" /* uint32 */
 
@@ -723,7 +723,7 @@


-
+

G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE

#define G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE "mountable::unix-device-file" /* string */
 
@@ -734,7 +734,7 @@

Since 2.22


-
+

G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI

#define G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI "mountable::hal-udi"         /* string */
 
@@ -744,7 +744,7 @@


-
+

G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL

#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL "mountable::can-poll"      /* boolean */
 
@@ -755,7 +755,7 @@

Since 2.22


-
+

G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC

#define G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC "mountable::is-media-check-automatic"      /* boolean */
 
@@ -767,7 +767,7 @@

Since 2.22


-
+

G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START

#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START "mountable::can-start"     /* boolean */
 
@@ -778,7 +778,7 @@

Since 2.22


-
+

G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED

#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED "mountable::can-start-degraded"     /* boolean */
 
@@ -790,7 +790,7 @@

Since 2.22


-
+

G_FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP

#define G_FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP "mountable::can-stop"      /* boolean */
 
@@ -801,7 +801,7 @@

Since 2.22


-
+

G_FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE

#define G_FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE "mountable::start-stop-type" /* uint32 (GDriveStartStopType) */
 
@@ -812,7 +812,7 @@

Since 2.22


-
+

G_FILE_ATTRIBUTE_TIME_MODIFIED

#define G_FILE_ATTRIBUTE_TIME_MODIFIED "time::modified"           /* uint64 */
 
@@ -824,7 +824,7 @@


-
+

G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC

#define G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC "time::modified-usec" /* uint32 */
 
@@ -836,7 +836,7 @@


-
+

G_FILE_ATTRIBUTE_TIME_ACCESS

#define G_FILE_ATTRIBUTE_TIME_ACCESS "time::access"               /* uint64 */
 
@@ -848,7 +848,7 @@


-
+

G_FILE_ATTRIBUTE_TIME_ACCESS_USEC

#define G_FILE_ATTRIBUTE_TIME_ACCESS_USEC "time::access-usec"     /* uint32 */
 
@@ -860,7 +860,7 @@


-
+

G_FILE_ATTRIBUTE_TIME_CHANGED

#define G_FILE_ATTRIBUTE_TIME_CHANGED "time::changed"             /* uint64 */
 
@@ -874,7 +874,7 @@


-
+

G_FILE_ATTRIBUTE_TIME_CHANGED_USEC

#define G_FILE_ATTRIBUTE_TIME_CHANGED_USEC "time::changed-usec"   /* uint32 */
 
@@ -886,7 +886,7 @@


-
+

G_FILE_ATTRIBUTE_TIME_CREATED

#define G_FILE_ATTRIBUTE_TIME_CREATED "time::created"             /* uint64 */
 
@@ -900,7 +900,7 @@


-
+

G_FILE_ATTRIBUTE_TIME_CREATED_USEC

#define G_FILE_ATTRIBUTE_TIME_CREATED_USEC "time::created-usec"   /* uint32 */
 
@@ -912,7 +912,7 @@


-
+

G_FILE_ATTRIBUTE_UNIX_DEVICE

#define G_FILE_ATTRIBUTE_UNIX_DEVICE "unix::device"               /* uint32 */
 
@@ -924,7 +924,7 @@


-
+

G_FILE_ATTRIBUTE_UNIX_INODE

#define G_FILE_ATTRIBUTE_UNIX_INODE "unix::inode"                 /* uint64 */
 
@@ -935,7 +935,7 @@


-
+

G_FILE_ATTRIBUTE_UNIX_MODE

#define G_FILE_ATTRIBUTE_UNIX_MODE "unix::mode"                   /* uint32 */
 
@@ -947,7 +947,7 @@


-
+

G_FILE_ATTRIBUTE_UNIX_NLINK

#define G_FILE_ATTRIBUTE_UNIX_NLINK "unix::nlink"                 /* uint32 */
 
@@ -959,7 +959,7 @@


-
+

G_FILE_ATTRIBUTE_UNIX_UID

#define G_FILE_ATTRIBUTE_UNIX_UID "unix::uid"                     /* uint32 */
 
@@ -970,7 +970,7 @@


-
+

G_FILE_ATTRIBUTE_UNIX_GID

#define G_FILE_ATTRIBUTE_UNIX_GID "unix::gid"                     /* uint32 */
 
@@ -981,7 +981,7 @@


-
+

G_FILE_ATTRIBUTE_UNIX_RDEV

#define G_FILE_ATTRIBUTE_UNIX_RDEV "unix::rdev"                   /* uint32 */
 
@@ -993,7 +993,7 @@


-
+

G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE

#define G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE "unix::block-size"       /* uint32 */
 
@@ -1004,7 +1004,7 @@


-
+

G_FILE_ATTRIBUTE_UNIX_BLOCKS

#define G_FILE_ATTRIBUTE_UNIX_BLOCKS "unix::blocks"               /* uint64 */
 
@@ -1015,7 +1015,7 @@


-
+

G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT

#define G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT "unix::is-mountpoint" /* boolean */
 
@@ -1027,7 +1027,7 @@


-
+

G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE

#define G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE "dos::is-archive"         /* boolean */
 
@@ -1039,7 +1039,7 @@


-
+

G_FILE_ATTRIBUTE_DOS_IS_SYSTEM

#define G_FILE_ATTRIBUTE_DOS_IS_SYSTEM "dos::is-system"           /* boolean */
 
@@ -1051,7 +1051,7 @@


-
+

G_FILE_ATTRIBUTE_OWNER_USER

#define G_FILE_ATTRIBUTE_OWNER_USER "owner::user"                 /* string */
 
@@ -1062,7 +1062,7 @@


-
+

G_FILE_ATTRIBUTE_OWNER_USER_REAL

#define G_FILE_ATTRIBUTE_OWNER_USER_REAL "owner::user-real"       /* string */
 
@@ -1073,7 +1073,7 @@


-
+

G_FILE_ATTRIBUTE_OWNER_GROUP

#define G_FILE_ATTRIBUTE_OWNER_GROUP "owner::group"               /* string */
 
@@ -1083,7 +1083,7 @@


-
+

G_FILE_ATTRIBUTE_THUMBNAIL_PATH

#define G_FILE_ATTRIBUTE_THUMBNAIL_PATH "thumbnail::path"         /* bytestring */
 
@@ -1094,7 +1094,7 @@


-
+

G_FILE_ATTRIBUTE_THUMBNAILING_FAILED

#define G_FILE_ATTRIBUTE_THUMBNAILING_FAILED "thumbnail::failed"         /* boolean */
 
@@ -1105,7 +1105,7 @@


-
+

G_FILE_ATTRIBUTE_PREVIEW_ICON

#define G_FILE_ATTRIBUTE_PREVIEW_ICON "preview::icon"         /* object (GIcon) */
 
@@ -1119,7 +1119,7 @@

Since 2.20


-
+

G_FILE_ATTRIBUTE_FILESYSTEM_SIZE

#define G_FILE_ATTRIBUTE_FILESYSTEM_SIZE "filesystem::size"                       /* uint64 */
 
@@ -1130,7 +1130,7 @@


-
+

G_FILE_ATTRIBUTE_FILESYSTEM_FREE

#define G_FILE_ATTRIBUTE_FILESYSTEM_FREE "filesystem::free"                       /* uint64 */
 
@@ -1141,7 +1141,7 @@


-
+

G_FILE_ATTRIBUTE_FILESYSTEM_TYPE

#define G_FILE_ATTRIBUTE_FILESYSTEM_TYPE "filesystem::type"                       /* string */
 
@@ -1151,7 +1151,7 @@


-
+

G_FILE_ATTRIBUTE_FILESYSTEM_READONLY

#define G_FILE_ATTRIBUTE_FILESYSTEM_READONLY "filesystem::readonly"               /* boolean */
 
@@ -1162,7 +1162,7 @@


-
+

G_FILE_ATTRIBUTE_GVFS_BACKEND

#define G_FILE_ATTRIBUTE_GVFS_BACKEND "gvfs::backend"             /* string */
 
@@ -1173,7 +1173,7 @@


-
+

G_FILE_ATTRIBUTE_SELINUX_CONTEXT

#define G_FILE_ATTRIBUTE_SELINUX_CONTEXT "selinux::context"       /* string */
 
@@ -1185,7 +1185,7 @@


-
+

G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT

#define G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT "trash::item-count"     /* uint32 */
 
@@ -1196,7 +1196,7 @@


-
+

G_FILE_ATTRIBUTE_TRASH_DELETION_DATE

#define G_FILE_ATTRIBUTE_TRASH_DELETION_DATE "trash::deletion-date"  /* string */
 
@@ -1209,7 +1209,7 @@

Since 2.24.


-
+

G_FILE_ATTRIBUTE_TRASH_ORIG_PATH

#define G_FILE_ATTRIBUTE_TRASH_ORIG_PATH "trash::orig-path"     /* string */
 
@@ -1222,7 +1222,7 @@

Since 2.24.


-
+

G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW

#define G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW "filesystem::use-preview"        /* uint32 (GFilesystemPreviewType) */
 
@@ -1234,7 +1234,7 @@


-
+

G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION

#define G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION "standard::description"        /* string */
 
@@ -1251,7 +1251,7 @@


-
+

g_file_info_new ()

GFileInfo *         g_file_info_new                     (void);

@@ -1267,7 +1267,7 @@


-
+

g_file_info_dup ()

GFileInfo *         g_file_info_dup                     (GFileInfo *other);

@@ -1290,7 +1290,7 @@


-
+

g_file_info_copy_into ()

void                g_file_info_copy_into               (GFileInfo *src_info,
                                                          GFileInfo *dest_info);
@@ -1314,7 +1314,7 @@

-
+

g_file_info_has_attribute ()

gboolean            g_file_info_has_attribute           (GFileInfo *info,
                                                          const char *attribute);
@@ -1344,7 +1344,7 @@

-
+

g_file_info_has_namespace ()

gboolean            g_file_info_has_namespace           (GFileInfo *info,
                                                          const char *name_space);
@@ -1377,7 +1377,7 @@

Since 2.22


-
+

g_file_info_list_attributes ()

char **             g_file_info_list_attributes         (GFileInfo *info,
                                                          const char *name_space);
@@ -1408,7 +1408,7 @@

-
+

g_file_info_get_attribute_type ()

GFileAttributeType  g_file_info_get_attribute_type      (GFileInfo *info,
                                                          const char *attribute);
@@ -1438,7 +1438,7 @@

-
+

g_file_info_remove_attribute ()

void                g_file_info_remove_attribute        (GFileInfo *info,
                                                          const char *attribute);
@@ -1462,7 +1462,7 @@

-
+

g_file_info_get_attribute_as_string ()

char *              g_file_info_get_attribute_as_string (GFileInfo *info,
                                                          const char *attribute);
@@ -1494,7 +1494,7 @@

-
+

g_file_info_get_attribute_data ()

gboolean            g_file_info_get_attribute_data      (GFileInfo *info,
                                                          const char *attribute,
@@ -1542,7 +1542,7 @@
 

-
+

g_file_info_get_attribute_status ()

GFileAttributeStatus  g_file_info_get_attribute_status  (GFileInfo *info,
                                                          const char *attribute);
@@ -1573,7 +1573,7 @@

-
+

g_file_info_get_attribute_string ()

const char *        g_file_info_get_attribute_string    (GFileInfo *info,
                                                          const char *attribute);
@@ -1604,7 +1604,7 @@

-
+

g_file_info_get_attribute_stringv ()

char **             g_file_info_get_attribute_stringv   (GFileInfo *info,
                                                          const char *attribute);
@@ -1637,7 +1637,7 @@

Since 2.22


-
+

g_file_info_get_attribute_byte_string ()

const char *        g_file_info_get_attribute_byte_string
                                                         (GFileInfo *info,
@@ -1669,7 +1669,7 @@
 

-
+

g_file_info_get_attribute_boolean ()

gboolean            g_file_info_get_attribute_boolean   (GFileInfo *info,
                                                          const char *attribute);
@@ -1699,7 +1699,7 @@

-
+

g_file_info_get_attribute_uint32 ()

guint32             g_file_info_get_attribute_uint32    (GFileInfo *info,
                                                          const char *attribute);
@@ -1730,7 +1730,7 @@

-
+

g_file_info_get_attribute_int32 ()

gint32              g_file_info_get_attribute_int32     (GFileInfo *info,
                                                          const char *attribute);
@@ -1761,7 +1761,7 @@

-
+

g_file_info_get_attribute_uint64 ()

guint64             g_file_info_get_attribute_uint64    (GFileInfo *info,
                                                          const char *attribute);
@@ -1792,7 +1792,7 @@

-
+

g_file_info_get_attribute_int64 ()

gint64              g_file_info_get_attribute_int64     (GFileInfo *info,
                                                          const char *attribute);
@@ -1823,7 +1823,7 @@

-
+

g_file_info_get_attribute_object ()

GObject *           g_file_info_get_attribute_object    (GFileInfo *info,
                                                          const char *attribute);
@@ -1854,7 +1854,7 @@

-
+

g_file_info_set_attribute ()

void                g_file_info_set_attribute           (GFileInfo *info,
                                                          const char *attribute,
@@ -1890,7 +1890,7 @@
 

-
+

g_file_info_set_attribute_status ()

gboolean            g_file_info_set_attribute_status    (GFileInfo *info,
                                                          const char *attribute,
@@ -1933,7 +1933,7 @@
 

Since 2.22


-
+

g_file_info_set_attribute_string ()

void                g_file_info_set_attribute_string    (GFileInfo *info,
                                                          const char *attribute,
@@ -1964,7 +1964,7 @@
 

-
+

g_file_info_set_attribute_stringv ()

void                g_file_info_set_attribute_stringv   (GFileInfo *info,
                                                          const char *attribute,
@@ -1998,7 +1998,7 @@
 

-
+

g_file_info_set_attribute_byte_string ()

void                g_file_info_set_attribute_byte_string
                                                         (GFileInfo *info,
@@ -2030,7 +2030,7 @@
 

-
+

g_file_info_set_attribute_boolean ()

void                g_file_info_set_attribute_boolean   (GFileInfo *info,
                                                          const char *attribute,
@@ -2061,7 +2061,7 @@
 

-
+

g_file_info_set_attribute_uint32 ()

void                g_file_info_set_attribute_uint32    (GFileInfo *info,
                                                          const char *attribute,
@@ -2092,7 +2092,7 @@
 

-
+

g_file_info_set_attribute_int32 ()

void                g_file_info_set_attribute_int32     (GFileInfo *info,
                                                          const char *attribute,
@@ -2123,7 +2123,7 @@
 

-
+

g_file_info_set_attribute_uint64 ()

void                g_file_info_set_attribute_uint64    (GFileInfo *info,
                                                          const char *attribute,
@@ -2154,7 +2154,7 @@
 

-
+

g_file_info_set_attribute_int64 ()

void                g_file_info_set_attribute_int64     (GFileInfo *info,
                                                          const char *attribute,
@@ -2185,7 +2185,7 @@
 

-
+

g_file_info_set_attribute_object ()

void                g_file_info_set_attribute_object    (GFileInfo *info,
                                                          const char *attribute,
@@ -2216,7 +2216,7 @@
 

-
+

g_file_info_clear_status ()

void                g_file_info_clear_status            (GFileInfo *info);

@@ -2232,7 +2232,7 @@


-
+

g_file_info_get_file_type ()

GFileType           g_file_info_get_file_type           (GFileInfo *info);

@@ -2256,7 +2256,7 @@


-
+

g_file_info_get_is_hidden ()

gboolean            g_file_info_get_is_hidden           (GFileInfo *info);

@@ -2279,7 +2279,7 @@


-
+

g_file_info_get_is_backup ()

gboolean            g_file_info_get_is_backup           (GFileInfo *info);

@@ -2302,7 +2302,7 @@


-
+

g_file_info_get_is_symlink ()

gboolean            g_file_info_get_is_symlink          (GFileInfo *info);

@@ -2325,7 +2325,7 @@


-
+

g_file_info_get_name ()

const char *        g_file_info_get_name                (GFileInfo *info);

@@ -2348,7 +2348,7 @@


-
+

g_file_info_get_display_name ()

const char *        g_file_info_get_display_name        (GFileInfo *info);

@@ -2371,7 +2371,7 @@


-
+

g_file_info_get_edit_name ()

const char *        g_file_info_get_edit_name           (GFileInfo *info);

@@ -2394,7 +2394,7 @@


-
+

g_file_info_get_icon ()

GIcon *             g_file_info_get_icon                (GFileInfo *info);

@@ -2417,7 +2417,7 @@


-
+

g_file_info_get_content_type ()

const char *        g_file_info_get_content_type        (GFileInfo *info);

@@ -2440,7 +2440,7 @@


-
+

g_file_info_get_size ()

goffset             g_file_info_get_size                (GFileInfo *info);

@@ -2463,7 +2463,7 @@


-
+

g_file_info_get_modification_time ()

void                g_file_info_get_modification_time   (GFileInfo *info,
                                                          GTimeVal *result);
@@ -2488,7 +2488,7 @@

-
+

g_file_info_get_symlink_target ()

const char *        g_file_info_get_symlink_target      (GFileInfo *info);

@@ -2511,7 +2511,7 @@


-
+

g_file_info_get_etag ()

const char *        g_file_info_get_etag                (GFileInfo *info);

@@ -2535,7 +2535,7 @@


-
+

g_file_info_get_sort_order ()

gint32              g_file_info_get_sort_order          (GFileInfo *info);

@@ -2559,7 +2559,7 @@


-
+

g_file_info_set_attribute_mask ()

void                g_file_info_set_attribute_mask      (GFileInfo *info,
                                                          GFileAttributeMatcher *mask);
@@ -2583,7 +2583,7 @@

-
+

g_file_info_unset_attribute_mask ()

void                g_file_info_unset_attribute_mask    (GFileInfo *info);

@@ -2601,7 +2601,7 @@


-
+

g_file_info_set_file_type ()

void                g_file_info_set_file_type           (GFileInfo *info,
                                                          GFileType type);
@@ -2626,7 +2626,7 @@

-
+

g_file_info_set_is_hidden ()

void                g_file_info_set_is_hidden           (GFileInfo *info,
                                                          gboolean is_hidden);
@@ -2651,7 +2651,7 @@

-
+

g_file_info_set_is_symlink ()

void                g_file_info_set_is_symlink          (GFileInfo *info,
                                                          gboolean is_symlink);
@@ -2676,7 +2676,7 @@

-
+

g_file_info_set_name ()

void                g_file_info_set_name                (GFileInfo *info,
                                                          const char *name);
@@ -2701,7 +2701,7 @@

-
+

g_file_info_set_display_name ()

void                g_file_info_set_display_name        (GFileInfo *info,
                                                          const char *display_name);
@@ -2726,7 +2726,7 @@

-
+

g_file_info_set_edit_name ()

void                g_file_info_set_edit_name           (GFileInfo *info,
                                                          const char *edit_name);
@@ -2751,7 +2751,7 @@

-
+

g_file_info_set_icon ()

void                g_file_info_set_icon                (GFileInfo *info,
                                                          GIcon *icon);
@@ -2776,7 +2776,7 @@

-
+

g_file_info_set_content_type ()

void                g_file_info_set_content_type        (GFileInfo *info,
                                                          const char *content_type);
@@ -2801,7 +2801,7 @@

-
+

g_file_info_set_size ()

void                g_file_info_set_size                (GFileInfo *info,
                                                          goffset size);
@@ -2826,7 +2826,7 @@

-
+

g_file_info_set_modification_time ()

void                g_file_info_set_modification_time   (GFileInfo *info,
                                                          GTimeVal *mtime);
@@ -2851,7 +2851,7 @@

-
+

g_file_info_set_symlink_target ()

void                g_file_info_set_symlink_target      (GFileInfo *info,
                                                          const char *symlink_target);
@@ -2876,7 +2876,7 @@

-
+

g_file_info_set_sort_order ()

void                g_file_info_set_sort_order          (GFileInfo *info,
                                                          gint32 sort_order);
@@ -2901,7 +2901,7 @@

-
+

g_file_attribute_matcher_new ()

GFileAttributeMatcher * g_file_attribute_matcher_new    (const char *attributes);

@@ -2922,7 +2922,7 @@ Examples of strings to use:

-

Table 3. File Attribute Matcher strings and results

+

Table 3. File Attribute Matcher strings and results

@@ -2968,7 +2968,7 @@

-
+

g_file_attribute_matcher_ref ()

GFileAttributeMatcher * g_file_attribute_matcher_ref    (GFileAttributeMatcher *matcher);

@@ -2991,7 +2991,7 @@


-
+

g_file_attribute_matcher_unref ()

void                g_file_attribute_matcher_unref      (GFileAttributeMatcher *matcher);

@@ -3008,7 +3008,7 @@


-
+

g_file_attribute_matcher_matches ()

gboolean            g_file_attribute_matcher_matches    (GFileAttributeMatcher *matcher,
                                                          const char *attribute);
@@ -3039,7 +3039,7 @@

-
+

g_file_attribute_matcher_matches_only ()

gboolean            g_file_attribute_matcher_matches_only
                                                         (GFileAttributeMatcher *matcher,
@@ -3070,7 +3070,7 @@
 

-
+

g_file_attribute_matcher_enumerate_namespace ()

gboolean            g_file_attribute_matcher_enumerate_namespace
                                                         (GFileAttributeMatcher *matcher,
@@ -3107,9 +3107,9 @@
 

-
+

g_file_attribute_matcher_enumerate_next ()

-
const char *            g_file_attribute_matcher_enumerate_next
+
const char *        g_file_attribute_matcher_enumerate_next
                                                         (GFileAttributeMatcher *matcher);

Gets the next matched attribute from a GFileAttributeMatcher. @@ -3132,13 +3132,13 @@

-
+

See Also

GFile, GFileAttribute
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GFileInputStream.html glib2.0-2.26.1/docs/reference/gio/html/GFileInputStream.html --- glib2.0-2.26.0/docs/reference/gio/html/GFileInputStream.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GFileInputStream.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GFileInputStream - + - + @@ -30,7 +30,7 @@ Implemented Interfaces -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -62,7 +62,7 @@
                                                          GError **error);
 
-
+

Object Hierarchy

   GObject
@@ -70,13 +70,13 @@
          +----GFileInputStream
 
-
+

Implemented Interfaces

GFileInputStream implements GSeekable.

-
+

Description

GFileInputStream provides input streams that take their @@ -91,9 +91,9 @@ To position a file input stream, use g_seekable_seek().

-
+

Details

-
+

GFileInputStream

typedef struct _GFileInputStream GFileInputStream;

@@ -105,7 +105,7 @@


-
+

g_file_input_stream_query_info ()

GFileInfo *         g_file_input_stream_query_info      (GFileInputStream *stream,
                                                          const char *attributes,
@@ -151,7 +151,7 @@
 

-
+

g_file_input_stream_query_info_async ()

void                g_file_input_stream_query_info_async
                                                         (GFileInputStream *stream,
@@ -213,7 +213,7 @@
 

-
+

g_file_input_stream_query_info_finish ()

GFileInfo *         g_file_input_stream_query_info_finish
                                                         (GFileInputStream *stream,
@@ -250,13 +250,13 @@
 
- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GFileIOStream.html glib2.0-2.26.1/docs/reference/gio/html/GFileIOStream.html --- glib2.0-2.26.0/docs/reference/gio/html/GFileIOStream.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GFileIOStream.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ GFileIOStream - + - + @@ -30,7 +30,7 @@ Implemented Interfaces -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -61,7 +61,7 @@
                                                          GError **error);
 
-
+

Object Hierarchy

   GObject
@@ -69,13 +69,13 @@
          +----GFileIOStream
 
-
+

Implemented Interfaces

GFileIOStream implements GSeekable.

-
+

Description

GFileIOStream provides io streams that both read and write to the same @@ -104,9 +104,9 @@ on the output stream.

-
+

Details

-
+

GFileIOStream

typedef struct _GFileIOStream GFileIOStream;

@@ -118,7 +118,7 @@


-
+

g_file_io_stream_get_etag ()

char *              g_file_io_stream_get_etag           (GFileIOStream *stream);

@@ -145,7 +145,7 @@

Since 2.22


-
+

g_file_io_stream_query_info ()

GFileInfo *         g_file_io_stream_query_info         (GFileIOStream *stream,
                                                          const char *attributes,
@@ -206,7 +206,7 @@
 

Since 2.22


-
+

g_file_io_stream_query_info_async ()

void                g_file_io_stream_query_info_async   (GFileIOStream *stream,
                                                          const char *attributes,
@@ -262,7 +262,7 @@
 

Since 2.22


-
+

g_file_io_stream_query_info_finish ()

GFileInfo *         g_file_io_stream_query_info_finish  (GFileIOStream *stream,
                                                          GAsyncResult *result,
@@ -300,13 +300,13 @@
 

Since 2.22

- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GFileMonitor.html glib2.0-2.26.1/docs/reference/gio/html/GFileMonitor.html --- glib2.0-2.26.0/docs/reference/gio/html/GFileMonitor.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GFileMonitor.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GFileMonitor - + - + @@ -32,7 +32,7 @@ Signals -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -58,27 +58,27 @@
                                                          GFileMonitorEvent event_type);
 
-
+

Object Hierarchy

   GObject
    +----GFileMonitor
 
-
+

Properties

   "cancelled"                gboolean              : Read
   "rate-limit"               gint                  : Read / Write
 
-
+

Signals

   "changed"                                        : Run Last
 
-
+

Description

Monitors a file or directory for changes. @@ -98,9 +98,9 @@ context is still running).

-
+

Details

-
+

enum GFileMonitorEvent

typedef enum {
   G_FILE_MONITOR_EVENT_CHANGED,
@@ -163,7 +163,7 @@
 

-
+

GFileMonitor

typedef struct _GFileMonitor GFileMonitor;

@@ -171,7 +171,7 @@


-
+

g_file_monitor_cancel ()

gboolean            g_file_monitor_cancel               (GFileMonitor *monitor);

@@ -194,7 +194,7 @@


-
+

g_file_monitor_is_cancelled ()

gboolean            g_file_monitor_is_cancelled         (GFileMonitor *monitor);

@@ -217,7 +217,7 @@


-
+

g_file_monitor_set_rate_limit ()

void                g_file_monitor_set_rate_limit       (GFileMonitor *monitor,
                                                          int limit_msecs);
@@ -243,7 +243,7 @@

-
+

g_file_monitor_emit_event ()

void                g_file_monitor_emit_event           (GFileMonitor *monitor,
                                                          GFile *child,
@@ -285,16 +285,16 @@
 
-
+

Property Details

-
+

The "cancelled" property

  "cancelled"                gboolean              : Read

Whether the monitor has been cancelled.

Default value: FALSE


-
+

The "rate-limit" property

  "rate-limit"               gint                  : Read / Write

The limit of the monitor to watch for changes, in milliseconds.

@@ -302,9 +302,9 @@

Default value: 800

-
+

Signal Details

-
+

The "changed" signal

void                user_function                      (GFileMonitor     *monitor,
                                                         GFile            *file,
@@ -348,6 +348,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GFilenameCompleter.html glib2.0-2.26.1/docs/reference/gio/html/GFilenameCompleter.html --- glib2.0-2.26.0/docs/reference/gio/html/GFilenameCompleter.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GFilenameCompleter.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GFilenameCompleter - + - + @@ -30,7 +30,7 @@ Signals -
+
@@ -39,37 +39,37 @@
-
+ -
+

Object Hierarchy

   GObject
    +----GFilenameCompleter
 
-
+

Signals

   "got-completion-data"                            : Run Last
 
-
+

Description

Completes partial file and directory names given a partial string by @@ -77,9 +77,9 @@ completion strings for widget implementations.

-
+

Details

-
+

GFilenameCompleter

typedef struct _GFilenameCompleter GFilenameCompleter;

@@ -87,7 +87,7 @@


-
+

g_filename_completer_new ()

GFilenameCompleter * g_filename_completer_new           (void);

@@ -103,9 +103,9 @@


-
+

g_filename_completer_get_completion_suffix ()

-
char *               g_filename_completer_get_completion_suffix
+
char *              g_filename_completer_get_completion_suffix
                                                         (GFilenameCompleter *completer,
                                                          const char *initial_text);

@@ -135,9 +135,9 @@


-
+

g_filename_completer_get_completions ()

-
char **              g_filename_completer_get_completions
+
char **             g_filename_completer_get_completions
                                                         (GFilenameCompleter *completer,
                                                          const char *initial_text);

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


-
+

g_filename_completer_set_dirs_only ()

void                g_filename_completer_set_dirs_only  (GFilenameCompleter *completer,
                                                          gboolean dirs_only);
@@ -191,9 +191,9 @@
-
+

Signal Details

-
+

The "got-completion-data" signal

void                user_function                      (GFilenameCompleter *arg0,
                                                         gpointer            user_data)      : Run Last
@@ -212,6 +212,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GFileOutputStream.html glib2.0-2.26.1/docs/reference/gio/html/GFileOutputStream.html --- glib2.0-2.26.0/docs/reference/gio/html/GFileOutputStream.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GFileOutputStream.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GFileOutputStream - + - + @@ -30,7 +30,7 @@ Implemented Interfaces -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -63,7 +63,7 @@
 char *              g_file_output_stream_get_etag       (GFileOutputStream *stream);
 
-
+

Object Hierarchy

   GObject
@@ -71,13 +71,13 @@
          +----GFileOutputStream
 
-
+

Implemented Interfaces

GFileOutputStream implements GSeekable.

-
+

Description

GFileOutputStream provides output streams that write their @@ -98,9 +98,9 @@ stream, use g_seekable_truncate().

-
+

Details

-
+

GFileOutputStream

typedef struct _GFileOutputStream GFileOutputStream;

@@ -112,7 +112,7 @@


-
+

g_file_output_stream_query_info ()

GFileInfo *         g_file_output_stream_query_info     (GFileOutputStream *stream,
                                                          const char *attributes,
@@ -171,7 +171,7 @@
 

-
+

g_file_output_stream_query_info_async ()

void                g_file_output_stream_query_info_async
                                                         (GFileOutputStream *stream,
@@ -227,7 +227,7 @@
 

-
+

g_file_output_stream_query_info_finish ()

GFileInfo *         g_file_output_stream_query_info_finish
                                                         (GFileOutputStream *stream,
@@ -264,7 +264,7 @@
 

-
+

g_file_output_stream_get_etag ()

char *              g_file_output_stream_get_etag       (GFileOutputStream *stream);

@@ -289,13 +289,13 @@

- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GFilterInputStream.html glib2.0-2.26.1/docs/reference/gio/html/GFilterInputStream.html --- glib2.0-2.26.0/docs/reference/gio/html/GFilterInputStream.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GFilterInputStream.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GFilterInputStream - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -54,7 +54,7 @@
                                                          gboolean close_base);
 
-
+

Object Hierarchy

   GObject
@@ -64,14 +64,14 @@
                +----GConverterInputStream
 
-
+

Properties

   "base-stream"              GInputStream*         : Read / Write / Construct Only
   "close-base-stream"        gboolean              : Read / Write / Construct Only
 
-
+

Description

Base class for input stream implementations that perform some @@ -80,9 +80,9 @@ and byte order flipping.

-
+

Details

-
+

GFilterInputStream

typedef struct _GFilterInputStream GFilterInputStream;

@@ -90,7 +90,7 @@


-
+

g_filter_input_stream_get_base_stream ()

GInputStream *      g_filter_input_stream_get_base_stream
                                                         (GFilterInputStream *stream);
@@ -114,7 +114,7 @@

-
+

g_filter_input_stream_get_close_base_stream ()

gboolean            g_filter_input_stream_get_close_base_stream
                                                         (GFilterInputStream *stream);
@@ -139,7 +139,7 @@

-
+

g_filter_input_stream_set_close_base_stream ()

void                g_filter_input_stream_set_close_base_stream
                                                         (GFilterInputStream *stream,
@@ -165,15 +165,15 @@
 
-
+

Property Details

-
+

The "base-stream" property

  "base-stream"              GInputStream*         : Read / Write / Construct Only

The underlying base stream on which the io ops will be done.


-
+

The "close-base-stream" property

  "close-base-stream"        gboolean              : Read / Write / Construct Only

If the base stream should be closed when the filter stream is closed.

@@ -183,6 +183,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GFilterOutputStream.html glib2.0-2.26.1/docs/reference/gio/html/GFilterOutputStream.html --- glib2.0-2.26.0/docs/reference/gio/html/GFilterOutputStream.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GFilterOutputStream.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GFilterOutputStream - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -54,7 +54,7 @@
                                                          gboolean close_base);
 
-
+

Object Hierarchy

   GObject
@@ -65,14 +65,14 @@
                +----GDataOutputStream
 
-
+

Properties

   "base-stream"              GOutputStream*        : Read / Write / Construct Only
   "close-base-stream"        gboolean              : Read / Write / Construct Only
 
-
+

Description

Base class for output stream implementations that perform some @@ -81,9 +81,9 @@ and byte order flipping.

-
+

Details

-
+

GFilterOutputStream

typedef struct _GFilterOutputStream GFilterOutputStream;

@@ -91,7 +91,7 @@


-
+

g_filter_output_stream_get_base_stream ()

GOutputStream *     g_filter_output_stream_get_base_stream
                                                         (GFilterOutputStream *stream);
@@ -115,7 +115,7 @@

-
+

g_filter_output_stream_get_close_base_stream ()

gboolean            g_filter_output_stream_get_close_base_stream
                                                         (GFilterOutputStream *stream);
@@ -140,7 +140,7 @@

-
+

g_filter_output_stream_set_close_base_stream ()

void                g_filter_output_stream_set_close_base_stream
                                                         (GFilterOutputStream *stream,
@@ -166,15 +166,15 @@
 
-
+

Property Details

-
+

The "base-stream" property

  "base-stream"              GOutputStream*        : Read / Write / Construct Only

The underlying base stream on which the io ops will be done.


-
+

The "close-base-stream" property

  "close-base-stream"        gboolean              : Read / Write / Construct Only

If the base stream should be closed when the filter stream is closed.

@@ -184,6 +184,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GIcon.html glib2.0-2.26.1/docs/reference/gio/html/GIcon.html --- glib2.0-2.26.0/docs/reference/gio/html/GIcon.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GIcon.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GIcon - + - + @@ -34,7 +34,7 @@ Known Implementations -
+
@@ -43,7 +43,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -58,32 +58,32 @@
                                                          GError **error);
 
-
+

Object Hierarchy

   GInterface
    +----GIcon
 
-
+

Prerequisites

GIcon requires GObject.

-
+

Known Derived Interfaces

GIcon is required by GLoadableIcon.

-
+

Known Implementations

GIcon is implemented by GEmblem, GEmblemedIcon, GFileIcon and GThemedIcon.

-
+

Description

GIcon is a very minimal interface for icons. It provides functions @@ -111,9 +111,9 @@ with the type system prior to calling g_icon_new_for_string().

-
+

Details

-
+

GIcon

typedef struct _GIcon GIcon;

@@ -121,7 +121,7 @@


-
+

GIconIface

typedef struct {
   GTypeInterface g_iface;
@@ -181,7 +181,7 @@
 

-
+

g_icon_hash ()

guint               g_icon_hash                         (gconstpointer icon);

@@ -206,7 +206,7 @@


-
+

g_icon_equal ()

gboolean            g_icon_equal                        (GIcon *icon1,
                                                          GIcon *icon2);
@@ -235,7 +235,7 @@

-
+

g_icon_to_string ()

gchar *             g_icon_to_string                    (GIcon *icon);

@@ -285,7 +285,7 @@

Since 2.20


-
+

g_icon_new_for_string ()

GIcon *             g_icon_new_for_string               (const gchar *str,
                                                          GError **error);
@@ -326,6 +326,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GInetAddress.html glib2.0-2.26.1/docs/reference/gio/html/GInetAddress.html --- glib2.0-2.26.0/docs/reference/gio/html/GInetAddress.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GInetAddress.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GInetAddress - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,17 +39,17 @@
-
+ -
+

Object Hierarchy

   GObject
    +----GInetAddress
 
-
+

Properties

   "bytes"                    gpointer              : Read / Write / Construct Only
@@ -87,7 +87,7 @@
   "is-site-local"            gboolean              : Read
 
-
+

Description

GInetAddress represents an IPv4 or IPv6 internet address. Use @@ -103,9 +103,9 @@ port number).

-
+

Details

-
+

GInetAddress

typedef struct _GInetAddress GInetAddress;

@@ -113,9 +113,9 @@


-
+

g_inet_address_new_from_string ()

-
GInetAddress *         g_inet_address_new_from_string   (const gchar *string);
+
GInetAddress *      g_inet_address_new_from_string      (const gchar *string);

Parses string as an IP address and creates a new GInetAddress.

@@ -139,9 +139,9 @@

Since 2.22


-
+

g_inet_address_new_from_bytes ()

-
GInetAddress *         g_inet_address_new_from_bytes    (const guint8 *bytes,
+
GInetAddress *      g_inet_address_new_from_bytes       (const guint8 *bytes,
                                                          GSocketFamily family);

Creates a new GInetAddress from the given family and bytes. @@ -172,9 +172,9 @@

Since 2.22


-
+

g_inet_address_new_any ()

-
GInetAddress *         g_inet_address_new_any           (GSocketFamily family);
+
GInetAddress *      g_inet_address_new_any              (GSocketFamily family);

Creates a GInetAddress for the "any" address (unassigned/"don't care") for family. @@ -199,9 +199,9 @@

Since 2.22


-
+

g_inet_address_new_loopback ()

-
GInetAddress *         g_inet_address_new_loopback      (GSocketFamily family);
+
GInetAddress *      g_inet_address_new_loopback         (GSocketFamily family);

Creates a GInetAddress for the loopback address for family.

@@ -225,9 +225,9 @@

Since 2.22


-
+

g_inet_address_to_bytes ()

-
const guint8 *         g_inet_address_to_bytes          (GInetAddress *address);
+
const guint8 *      g_inet_address_to_bytes             (GInetAddress *address);

Gets the raw binary address data from address.

@@ -252,7 +252,7 @@

Since 2.22


-
+

g_inet_address_get_native_size ()

gsize               g_inet_address_get_native_size      (GInetAddress *address);

@@ -278,9 +278,9 @@

Since 2.22


-
+

g_inet_address_to_string ()

-
gchar *                g_inet_address_to_string         (GInetAddress *address);
+
gchar *             g_inet_address_to_string            (GInetAddress *address);

Converts address to string form.

@@ -304,7 +304,7 @@

Since 2.22


-
+

g_inet_address_get_family ()

GSocketFamily       g_inet_address_get_family           (GInetAddress *address);

@@ -329,7 +329,7 @@

Since 2.22


-
+

g_inet_address_get_is_any ()

gboolean            g_inet_address_get_is_any           (GInetAddress *address);

@@ -354,7 +354,7 @@

Since 2.22


-
+

g_inet_address_get_is_loopback ()

gboolean            g_inet_address_get_is_loopback      (GInetAddress *address);

@@ -379,7 +379,7 @@

Since 2.22


-
+

g_inet_address_get_is_link_local ()

gboolean            g_inet_address_get_is_link_local    (GInetAddress *address);

@@ -406,7 +406,7 @@

Since 2.22


-
+

g_inet_address_get_is_site_local ()

gboolean            g_inet_address_get_is_site_local    (GInetAddress *address);

@@ -434,7 +434,7 @@

Since 2.22


-
+

g_inet_address_get_is_multicast ()

gboolean            g_inet_address_get_is_multicast     (GInetAddress *address);

@@ -459,7 +459,7 @@

Since 2.22


-
+

g_inet_address_get_is_mc_link_local ()

gboolean            g_inet_address_get_is_mc_link_local (GInetAddress *address);

@@ -484,7 +484,7 @@

Since 2.22


-
+

g_inet_address_get_is_mc_node_local ()

gboolean            g_inet_address_get_is_mc_node_local (GInetAddress *address);

@@ -509,7 +509,7 @@

Since 2.22


-
+

g_inet_address_get_is_mc_site_local ()

gboolean            g_inet_address_get_is_mc_site_local (GInetAddress *address);

@@ -534,7 +534,7 @@

Since 2.22


-
+

g_inet_address_get_is_mc_org_local ()

gboolean            g_inet_address_get_is_mc_org_local  (GInetAddress *address);

@@ -559,7 +559,7 @@

Since 2.22


-
+

g_inet_address_get_is_mc_global ()

gboolean            g_inet_address_get_is_mc_global     (GInetAddress *address);

@@ -584,22 +584,22 @@

Since 2.22

-
+

Property Details

-
+

The "bytes" property

  "bytes"                    gpointer              : Read / Write / Construct Only

The raw address data.


-
+

The "family" property

  "family"                   GSocketFamily         : Read / Write / Construct Only

The address family (IPv4 or IPv6).

Default value: G_SOCKET_FAMILY_INVALID


-
+

The "is-any" property

  "is-any"                   gboolean              : Read

@@ -610,7 +610,7 @@

Since 2.22


-
+

The "is-link-local" property

  "is-link-local"            gboolean              : Read

@@ -621,7 +621,7 @@

Since 2.22


-
+

The "is-loopback" property

  "is-loopback"              gboolean              : Read

@@ -632,7 +632,7 @@

Since 2.22


-
+

The "is-mc-global" property

  "is-mc-global"             gboolean              : Read

@@ -643,7 +643,7 @@

Since 2.22


-
+

The "is-mc-link-local" property

  "is-mc-link-local"         gboolean              : Read

@@ -654,7 +654,7 @@

Since 2.22


-
+

The "is-mc-node-local" property

  "is-mc-node-local"         gboolean              : Read

@@ -665,7 +665,7 @@

Since 2.22


-
+

The "is-mc-org-local" property

  "is-mc-org-local"          gboolean              : Read

@@ -676,7 +676,7 @@

Since 2.22


-
+

The "is-mc-site-local" property

  "is-mc-site-local"         gboolean              : Read

@@ -687,7 +687,7 @@

Since 2.22


-
+

The "is-multicast" property

  "is-multicast"             gboolean              : Read

@@ -698,7 +698,7 @@

Since 2.22


-
+

The "is-site-local" property

  "is-site-local"            gboolean              : Read

@@ -712,6 +712,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GInetSocketAddress.html glib2.0-2.26.1/docs/reference/gio/html/GInetSocketAddress.html --- glib2.0-2.26.0/docs/reference/gio/html/GInetSocketAddress.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GInetSocketAddress.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GInetSocketAddress - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,7 +41,7 @@
-
+ -
+

Object Hierarchy

   GObject
@@ -59,29 +59,29 @@
                +----GProxyAddress
 
-
+

Implemented Interfaces

GInetSocketAddress implements GSocketConnectable.

-
+

Properties

   "address"                  GInetAddress*         : Read / Write / Construct Only
   "port"                     guint                 : Read / Write / Construct Only
 
-
+

Description

An IPv4 or IPv6 socket address; that is, the combination of a GInetAddress and a port number.

-
+

Details

-
+

GInetSocketAddress

typedef struct _GInetSocketAddress GInetSocketAddress;

@@ -90,7 +90,7 @@


-
+

g_inet_socket_address_new ()

GSocketAddress *    g_inet_socket_address_new           (GInetAddress *address,
                                                          guint16 port);
@@ -121,7 +121,7 @@

Since 2.22


-
+

g_inet_socket_address_get_address ()

GInetAddress *      g_inet_socket_address_get_address   (GInetSocketAddress *address);

@@ -147,7 +147,7 @@

Since 2.22


-
+

g_inet_socket_address_get_port ()

guint16             g_inet_socket_address_get_port      (GInetSocketAddress *address);

@@ -172,15 +172,15 @@

Since 2.22

-
+

Property Details

-
+

The "address" property

  "address"                  GInetAddress*         : Read / Write / Construct Only

The address.


-
+

The "port" property

  "port"                     guint                 : Read / Write / Construct Only

The port.

@@ -191,6 +191,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GInitable.html glib2.0-2.26.1/docs/reference/gio/html/GInitable.html --- glib2.0-2.26.0/docs/reference/gio/html/GInitable.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GInitable.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GInitable - + - + @@ -32,7 +32,7 @@ Known Implementations -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -56,7 +56,7 @@
                                                          GError **error,
                                                          const gchar *first_property_name,
                                                          ...);
-GObject *           g_initable_new_valist               (GType object_type,
+GObject*            g_initable_new_valist               (GType object_type,
                                                          const gchar *first_property_name,
                                                          va_list var_args,
                                                          GCancellable *cancellable,
@@ -68,26 +68,26 @@
                                                          GError **error);
 
-
+

Object Hierarchy

   GInterface
    +----GInitable
 
-
+

Prerequisites

GInitable requires GObject.

-
+

Known Implementations

GInitable is implemented by GCharsetConverter, GDBusConnection, GDBusProxy, GDBusServer and GSocket.

-
+

Description

GInitable is implemented by objects that can fail during @@ -112,9 +112,9 @@ an exception on failure.

-
+

Details

-
+

GInitable

typedef struct _GInitable GInitable;

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

Since 2.22


-
+

GInitableIface

typedef struct {
   GTypeInterface g_iface;
@@ -157,7 +157,7 @@
 

Since 2.22


-
+

g_initable_init ()

gboolean            g_initable_init                     (GInitable *initable,
                                                          GCancellable *cancellable,
@@ -217,7 +217,7 @@
 

Since 2.22


-
+

g_initable_new ()

gpointer            g_initable_new                      (GType object_type,
                                                          GCancellable *cancellable,
@@ -271,9 +271,9 @@
 

Since 2.22


-
+

g_initable_new_valist ()

-
GObject *           g_initable_new_valist               (GType object_type,
+
GObject*            g_initable_new_valist               (GType object_type,
                                                          const gchar *first_property_name,
                                                          va_list var_args,
                                                          GCancellable *cancellable,
@@ -324,7 +324,7 @@
 

Since 2.22


-
+

g_initable_newv ()

gpointer            g_initable_newv                     (GType object_type,
                                                          guint n_parameters,
@@ -376,13 +376,13 @@
 

Since 2.22

-
+

See Also

GAsyncInitable
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GInputStream.html glib2.0-2.26.1/docs/reference/gio/html/GInputStream.html --- glib2.0-2.26.0/docs/reference/gio/html/GInputStream.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GInputStream.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GInputStream - + - + @@ -28,7 +28,7 @@ Object Hierarchy -
+
@@ -37,7 +37,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -95,7 +95,7 @@
 void                g_input_stream_clear_pending        (GInputStream *stream);
 
-
+

Object Hierarchy

   GObject
@@ -106,7 +106,7 @@
          +----GUnixInputStream
 
-
+

Description

GInputStream has functions to read from a stream (g_input_stream_read()), @@ -121,9 +121,9 @@ All of these functions have async variants too.

-
+

Details

-
+

GInputStream

typedef struct _GInputStream GInputStream;

@@ -131,7 +131,7 @@


-
+

g_input_stream_read ()

gssize              g_input_stream_read                 (GInputStream *stream,
                                                          void *buffer,
@@ -199,7 +199,7 @@
 

-
+

g_input_stream_read_all ()

gboolean            g_input_stream_read_all             (GInputStream *stream,
                                                          void *buffer,
@@ -267,7 +267,7 @@
 

-
+

g_input_stream_skip ()

gssize              g_input_stream_skip                 (GInputStream *stream,
                                                          gsize count,
@@ -324,7 +324,7 @@
 

-
+

g_input_stream_close ()

gboolean            g_input_stream_close                (GInputStream *stream,
                                                          GCancellable *cancellable,
@@ -386,7 +386,7 @@
 

-
+

g_input_stream_read_async ()

void                g_input_stream_read_async           (GInputStream *stream,
                                                          void *buffer,
@@ -468,7 +468,7 @@
 

-
+

g_input_stream_read_finish ()

gssize              g_input_stream_read_finish          (GInputStream *stream,
                                                          GAsyncResult *result,
@@ -504,7 +504,7 @@
 

-
+

g_input_stream_skip_async ()

void                g_input_stream_skip_async           (GInputStream *stream,
                                                          gsize count,
@@ -580,7 +580,7 @@
 

-
+

g_input_stream_skip_finish ()

gssize              g_input_stream_skip_finish          (GInputStream *stream,
                                                          GAsyncResult *result,
@@ -616,7 +616,7 @@
 

-
+

g_input_stream_close_async ()

void                g_input_stream_close_async          (GInputStream *stream,
                                                          int io_priority,
@@ -670,7 +670,7 @@
 

-
+

g_input_stream_close_finish ()

gboolean            g_input_stream_close_finish         (GInputStream *stream,
                                                          GAsyncResult *result,
@@ -706,7 +706,7 @@
 

-
+

g_input_stream_is_closed ()

gboolean            g_input_stream_is_closed            (GInputStream *stream);

@@ -729,7 +729,7 @@


-
+

g_input_stream_has_pending ()

gboolean            g_input_stream_has_pending          (GInputStream *stream);

@@ -752,7 +752,7 @@


-
+

g_input_stream_set_pending ()

gboolean            g_input_stream_set_pending          (GInputStream *stream,
                                                          GError **error);
@@ -784,7 +784,7 @@

-
+

g_input_stream_clear_pending ()

void                g_input_stream_clear_pending        (GInputStream *stream);

@@ -803,6 +803,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio-D-Bus-Addresses.html glib2.0-2.26.1/docs/reference/gio/html/gio-D-Bus-Addresses.html --- glib2.0-2.26.0/docs/reference/gio/html/gio-D-Bus-Addresses.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio-D-Bus-Addresses.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ D-Bus Addresses - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -59,7 +59,7 @@
                                                          GError **error);
 
-
+

Description

Routines for working with D-Bus addresses. A D-Bus address is a string @@ -67,9 +67,9 @@ is explained in detail in the D-Bus specification.

-
+

Details

-
+

g_dbus_is_address ()

gboolean            g_dbus_is_address                   (const gchar *string);

@@ -99,7 +99,7 @@

Since 2.26


-
+

g_dbus_is_supported_address ()

gboolean            g_dbus_is_supported_address         (const gchar *string,
                                                          GError **error);
@@ -133,7 +133,7 @@

Since 2.26


-
+

g_dbus_address_get_stream ()

void                g_dbus_address_get_stream           (const gchar *address,
                                                          GCancellable *cancellable,
@@ -181,7 +181,7 @@
 

Since 2.26


-
+

g_dbus_address_get_stream_finish ()

GIOStream *         g_dbus_address_get_stream_finish    (GAsyncResult *res,
                                                          gchar **out_guid,
@@ -219,7 +219,7 @@
 

Since 2.26


-
+

g_dbus_address_get_stream_sync ()

GIOStream *         g_dbus_address_get_stream_sync      (const gchar *address,
                                                          gchar **out_guid,
@@ -269,7 +269,7 @@
 

Since 2.26


-
+

g_dbus_address_get_for_bus_sync ()

gchar *             g_dbus_address_get_for_bus_sync     (GBusType bus_type,
                                                          GCancellable *cancellable,
@@ -311,6 +311,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio-D-Bus-Introspection-Data.html glib2.0-2.26.1/docs/reference/gio/html/gio-D-Bus-Introspection-Data.html --- glib2.0-2.26.0/docs/reference/gio/html/gio-D-Bus-Introspection-Data.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio-D-Bus-Introspection-Data.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ D-Bus Introspection Data - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -90,7 +90,7 @@
 void                g_dbus_annotation_info_unref        (GDBusAnnotationInfo *info);
 
-
+

Description

Various data structures and convenience routines to parse and @@ -102,9 +102,9 @@ D-Bus specification.

-
+

Details

-
+

GDBusAnnotationInfo

typedef struct {
   volatile gint         ref_count;
@@ -144,7 +144,7 @@
 

Since 2.26


-
+

GDBusArgInfo

typedef struct {
   volatile gint         ref_count;
@@ -184,7 +184,7 @@
 

Since 2.26


-
+

GDBusMethodInfo

typedef struct {
   volatile gint         ref_count;
@@ -230,7 +230,7 @@
 

Since 2.26


-
+

GDBusSignalInfo

typedef struct {
   volatile gint         ref_count;
@@ -270,7 +270,7 @@
 

Since 2.26


-
+

enum GDBusPropertyInfoFlags

typedef enum
 {
@@ -305,7 +305,7 @@
 

Since 2.26


-
+

GDBusPropertyInfo

typedef struct {
   volatile gint             ref_count;
@@ -351,7 +351,7 @@
 

Since 2.26


-
+

GDBusInterfaceInfo

typedef struct {
   volatile gint         ref_count;
@@ -403,7 +403,7 @@
 

Since 2.26


-
+

GDBusNodeInfo

typedef struct {
   volatile gint         ref_count;
@@ -449,7 +449,7 @@
 

Since 2.26


-
+

g_dbus_annotation_info_lookup ()

const gchar *       g_dbus_annotation_info_lookup       (GDBusAnnotationInfo **annotations,
                                                          const gchar *name);
@@ -483,7 +483,7 @@

Since 2.26


-
+

g_dbus_interface_info_lookup_method ()

GDBusMethodInfo *   g_dbus_interface_info_lookup_method (GDBusInterfaceInfo *info,
                                                          const gchar *name);
@@ -517,7 +517,7 @@

Since 2.26


-
+

g_dbus_interface_info_lookup_signal ()

GDBusSignalInfo *   g_dbus_interface_info_lookup_signal (GDBusInterfaceInfo *info,
                                                          const gchar *name);
@@ -551,7 +551,7 @@

Since 2.26


-
+

g_dbus_interface_info_lookup_property ()

GDBusPropertyInfo * g_dbus_interface_info_lookup_property
                                                         (GDBusInterfaceInfo *info,
@@ -586,7 +586,7 @@
 

Since 2.26


-
+

g_dbus_interface_info_generate_xml ()

void                g_dbus_interface_info_generate_xml  (GDBusInterfaceInfo *info,
                                                          guint indent,
@@ -623,7 +623,7 @@
 

Since 2.26


-
+

g_dbus_node_info_new_for_xml ()

GDBusNodeInfo *     g_dbus_node_info_new_for_xml        (const gchar *xml_data,
                                                          GError **error);
@@ -655,7 +655,7 @@

Since 2.26


-
+

g_dbus_node_info_lookup_interface ()

GDBusInterfaceInfo * g_dbus_node_info_lookup_interface  (GDBusNodeInfo *info,
                                                          const gchar *name);
@@ -689,7 +689,7 @@

Since 2.26


-
+

g_dbus_node_info_generate_xml ()

void                g_dbus_node_info_generate_xml       (GDBusNodeInfo *info,
                                                          guint indent,
@@ -724,7 +724,7 @@
 

Since 2.26


-
+

G_TYPE_DBUS_NODE_INFO

#define G_TYPE_DBUS_NODE_INFO       (g_dbus_node_info_get_type ())
 
@@ -734,7 +734,7 @@

Since 2.26


-
+

G_TYPE_DBUS_INTERFACE_INFO

#define G_TYPE_DBUS_INTERFACE_INFO  (g_dbus_interface_info_get_type ())
 
@@ -744,7 +744,7 @@

Since 2.26


-
+

G_TYPE_DBUS_METHOD_INFO

#define G_TYPE_DBUS_METHOD_INFO     (g_dbus_method_info_get_type ())
 
@@ -754,7 +754,7 @@

Since 2.26


-
+

G_TYPE_DBUS_SIGNAL_INFO

#define G_TYPE_DBUS_SIGNAL_INFO     (g_dbus_signal_info_get_type ())
 
@@ -764,7 +764,7 @@

Since 2.26


-
+

G_TYPE_DBUS_PROPERTY_INFO

#define G_TYPE_DBUS_PROPERTY_INFO   (g_dbus_property_info_get_type ())
 
@@ -774,7 +774,7 @@

Since 2.26


-
+

G_TYPE_DBUS_ARG_INFO

#define G_TYPE_DBUS_ARG_INFO        (g_dbus_arg_info_get_type ())
 
@@ -784,7 +784,7 @@

Since 2.26


-
+

G_TYPE_DBUS_ANNOTATION_INFO

#define G_TYPE_DBUS_ANNOTATION_INFO (g_dbus_annotation_info_get_type ())
 
@@ -794,7 +794,7 @@

Since 2.26


-
+

g_dbus_node_info_ref ()

GDBusNodeInfo *     g_dbus_node_info_ref                (GDBusNodeInfo *info);

@@ -820,7 +820,7 @@

Since 2.26


-
+

g_dbus_interface_info_ref ()

GDBusInterfaceInfo * g_dbus_interface_info_ref          (GDBusInterfaceInfo *info);

@@ -846,7 +846,7 @@

Since 2.26


-
+

g_dbus_method_info_ref ()

GDBusMethodInfo *   g_dbus_method_info_ref              (GDBusMethodInfo *info);

@@ -872,7 +872,7 @@

Since 2.26


-
+

g_dbus_signal_info_ref ()

GDBusSignalInfo *   g_dbus_signal_info_ref              (GDBusSignalInfo *info);

@@ -898,7 +898,7 @@

Since 2.26


-
+

g_dbus_property_info_ref ()

GDBusPropertyInfo * g_dbus_property_info_ref            (GDBusPropertyInfo *info);

@@ -924,7 +924,7 @@

Since 2.26


-
+

g_dbus_arg_info_ref ()

GDBusArgInfo *      g_dbus_arg_info_ref                 (GDBusArgInfo *info);

@@ -950,7 +950,7 @@

Since 2.26


-
+

g_dbus_annotation_info_ref ()

GDBusAnnotationInfo * g_dbus_annotation_info_ref        (GDBusAnnotationInfo *info);

@@ -976,7 +976,7 @@

Since 2.26


-
+

g_dbus_node_info_unref ()

void                g_dbus_node_info_unref              (GDBusNodeInfo *info);

@@ -995,7 +995,7 @@

Since 2.26


-
+

g_dbus_interface_info_unref ()

void                g_dbus_interface_info_unref         (GDBusInterfaceInfo *info);

@@ -1014,7 +1014,7 @@

Since 2.26


-
+

g_dbus_method_info_unref ()

void                g_dbus_method_info_unref            (GDBusMethodInfo *info);

@@ -1033,7 +1033,7 @@

Since 2.26


-
+

g_dbus_signal_info_unref ()

void                g_dbus_signal_info_unref            (GDBusSignalInfo *info);

@@ -1052,7 +1052,7 @@

Since 2.26


-
+

g_dbus_property_info_unref ()

void                g_dbus_property_info_unref          (GDBusPropertyInfo *info);

@@ -1071,7 +1071,7 @@

Since 2.26


-
+

g_dbus_arg_info_unref ()

void                g_dbus_arg_info_unref               (GDBusArgInfo *info);

@@ -1090,7 +1090,7 @@

Since 2.26


-
+

g_dbus_annotation_info_unref ()

void                g_dbus_annotation_info_unref        (GDBusAnnotationInfo *info);

@@ -1112,6 +1112,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio-D-Bus-Utilities.html glib2.0-2.26.1/docs/reference/gio/html/gio-D-Bus-Utilities.html --- glib2.0-2.26.0/docs/reference/gio/html/gio-D-Bus-Utilities.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio-D-Bus-Utilities.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ D-Bus Utilities - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -48,15 +48,15 @@
 gboolean            g_dbus_is_interface_name            (const gchar *string);
 
-
+

Description

Various utility routines related to D-Bus.

-
+

Details

-
+

g_dbus_generate_guid ()

gchar *             g_dbus_generate_guid                (void);

@@ -79,7 +79,7 @@

Since 2.26


-
+

g_dbus_is_guid ()

gboolean            g_dbus_is_guid                      (const gchar *string);

@@ -108,7 +108,7 @@

Since 2.26


-
+

g_dbus_is_name ()

gboolean            g_dbus_is_name                      (const gchar *string);

@@ -133,7 +133,7 @@

Since 2.26


-
+

g_dbus_is_unique_name ()

gboolean            g_dbus_is_unique_name               (const gchar *string);

@@ -158,7 +158,7 @@

Since 2.26


-
+

g_dbus_is_member_name ()

gboolean            g_dbus_is_member_name               (const gchar *string);

@@ -183,7 +183,7 @@

Since 2.26


-
+

g_dbus_is_interface_name ()

gboolean            g_dbus_is_interface_name            (const gchar *string);

@@ -211,6 +211,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio-Desktop-file-based-GAppInfo.html glib2.0-2.26.1/docs/reference/gio/html/gio-Desktop-file-based-GAppInfo.html --- glib2.0-2.26.0/docs/reference/gio/html/gio-Desktop-file-based-GAppInfo.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio-Desktop-file-based-GAppInfo.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Desktop file based GAppInfo - + - + @@ -32,7 +32,7 @@ Prerequisites -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gdesktopappinfo.h>
@@ -61,7 +61,7 @@
                                                          const char *uri_scheme);
 
-
+

Object Hierarchy

   GObject
@@ -72,19 +72,19 @@
    +----GDesktopAppInfoLookup
 
-
+

Prerequisites

GDesktopAppInfoLookup requires GObject.

-
+

Implemented Interfaces

GDesktopAppInfo implements GAppInfo.

-
+

Description

GDesktopAppInfo is an implementation of GAppInfo based on @@ -96,9 +96,9 @@ gio-unix-2.0.pc pkg-config file when using it.

-
+

Details

-
+

GDesktopAppInfo

typedef struct _GDesktopAppInfo GDesktopAppInfo;

@@ -106,7 +106,7 @@


-
+

g_desktop_app_info_new_from_filename ()

GDesktopAppInfo *   g_desktop_app_info_new_from_filename
                                                         (const char *filename);
@@ -130,7 +130,7 @@

-
+

g_desktop_app_info_new_from_keyfile ()

GDesktopAppInfo *   g_desktop_app_info_new_from_keyfile (GKeyFile *key_file);

@@ -155,7 +155,7 @@

Since 2.18


-
+

g_desktop_app_info_new ()

GDesktopAppInfo *   g_desktop_app_info_new              (const char *desktop_id);

@@ -189,7 +189,7 @@


-
+

g_desktop_app_info_get_filename ()

const char *        g_desktop_app_info_get_filename     (GDesktopAppInfo *info);

@@ -215,7 +215,7 @@

Since 2.24


-
+

g_desktop_app_info_get_is_hidden ()

gboolean            g_desktop_app_info_get_is_hidden    (GDesktopAppInfo *info);

@@ -239,7 +239,7 @@


-
+

g_desktop_app_info_set_desktop_env ()

void                g_desktop_app_info_set_desktop_env  (const char *desktop_env);

@@ -274,7 +274,7 @@


-
+

GDesktopAppInfoLookup

typedef struct _GDesktopAppInfoLookup GDesktopAppInfoLookup;

@@ -283,7 +283,7 @@


-
+

G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME

#define G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME "gio-desktop-app-info-lookup"
 
@@ -293,7 +293,7 @@


-
+

g_desktop_app_info_lookup_get_default_for_uri_scheme ()

GAppInfo *          g_desktop_app_info_lookup_get_default_for_uri_scheme
                                                         (GDesktopAppInfoLookup *lookup,
@@ -334,6 +334,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio.devhelp glib2.0-2.26.1/docs/reference/gio/html/gio.devhelp --- glib2.0-2.26.0/docs/reference/gio/html/gio.devhelp 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio.devhelp 2010-11-14 17:48:16.000000000 +1100 @@ -153,12 +153,12 @@ - + - + @@ -167,7 +167,7 @@ - + @@ -1621,8 +1621,8 @@ - - + + @@ -1638,7 +1638,6 @@ - @@ -1728,9 +1727,9 @@ - - - - + + + + diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio.devhelp2 glib2.0-2.26.1/docs/reference/gio/html/gio.devhelp2 --- glib2.0-2.26.0/docs/reference/gio/html/gio.devhelp2 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio.devhelp2 2010-11-14 17:48:16.000000000 +1100 @@ -153,12 +153,12 @@ - + - + @@ -167,7 +167,7 @@ - + @@ -1621,8 +1621,8 @@ - - + + @@ -1638,7 +1638,6 @@ - @@ -1728,10 +1727,10 @@ - - - - + + + + diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio-Extension-Points.html glib2.0-2.26.1/docs/reference/gio/html/gio-Extension-Points.html --- glib2.0-2.26.0/docs/reference/gio/html/gio-Extension-Points.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio-Extension-Points.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Extension Points - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <gio.h>
@@ -60,10 +60,10 @@
 void                g_io_extension_point_set_required_type
                                                         (GIOExtensionPoint *extension_point,
                                                          GType type);
-GTypeClass *         g_io_extension_ref_class           (GIOExtension *extension);
+GTypeClass*         g_io_extension_ref_class            (GIOExtension *extension);
 
-
+

Description

GIOExtensionPoint provides a mechanism for modules to extend the @@ -146,23 +146,23 @@ GIO module.

-
+

Details

-
+

GIOExtension

typedef struct _GIOExtension GIOExtension;


-
+

GIOExtensionPoint

typedef struct _GIOExtensionPoint GIOExtensionPoint;


-
+

g_io_extension_get_name ()

const char *        g_io_extension_get_name             (GIOExtension *extension);

@@ -189,7 +189,7 @@


-
+

g_io_extension_get_priority ()

gint                g_io_extension_get_priority         (GIOExtension *extension);

@@ -212,7 +212,7 @@


-
+

g_io_extension_get_type ()

GType               g_io_extension_get_type             (GIOExtension *extension);

@@ -235,7 +235,7 @@


-
+

g_io_extension_point_get_extension_by_name ()

GIOExtension *      g_io_extension_point_get_extension_by_name
                                                         (GIOExtensionPoint *extension_point,
@@ -266,7 +266,7 @@
 

-
+

g_io_extension_point_get_extensions ()

GList *             g_io_extension_point_get_extensions (GIOExtensionPoint *extension_point);

@@ -292,7 +292,7 @@


-
+

g_io_extension_point_get_required_type ()

GType               g_io_extension_point_get_required_type
                                                         (GIOExtensionPoint *extension_point);
@@ -317,7 +317,7 @@

-
+

g_io_extension_point_implement ()

GIOExtension *      g_io_extension_point_implement      (const char *extension_point_name,
                                                          GType type,
@@ -363,7 +363,7 @@
 

-
+

g_io_extension_point_lookup ()

GIOExtensionPoint * g_io_extension_point_lookup         (const char *name);

@@ -387,7 +387,7 @@


-
+

g_io_extension_point_register ()

GIOExtensionPoint * g_io_extension_point_register       (const char *name);

@@ -411,7 +411,7 @@


-
+

g_io_extension_point_set_required_type ()

void                g_io_extension_point_set_required_type
                                                         (GIOExtensionPoint *extension_point,
@@ -437,9 +437,9 @@
 

-
+

g_io_extension_ref_class ()

-
GTypeClass *         g_io_extension_ref_class           (GIOExtension *extension);
+
GTypeClass*         g_io_extension_ref_class            (GIOExtension *extension);

Gets a reference to the class for the type that is associated with extension. @@ -461,13 +461,13 @@

-
+

See Also

Extending GIO
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio-GContentType.html glib2.0-2.26.1/docs/reference/gio/html/gio-GContentType.html --- glib2.0-2.26.0/docs/reference/gio/html/gio-GContentType.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio-GContentType.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GContentType - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -58,7 +58,7 @@
 GList *             g_content_types_get_registered      (void);
 
-
+

Description

A content type is a platform specific string that defines the type @@ -67,9 +67,9 @@ can be looked up in the registry at HKEY_CLASSES_ROOT.

-
+

Details

-
+

g_content_type_equals ()

gboolean            g_content_type_equals               (const gchar *type1,
                                                          const gchar *type2);
@@ -99,7 +99,7 @@

-
+

g_content_type_is_a ()

gboolean            g_content_type_is_a                 (const gchar *type,
                                                          const gchar *supertype);
@@ -129,7 +129,7 @@

-
+

g_content_type_is_unknown ()

gboolean            g_content_type_is_unknown           (const gchar *type);

@@ -154,7 +154,7 @@


-
+

g_content_type_get_description ()

gchar *             g_content_type_get_description      (const gchar *type);

@@ -178,7 +178,7 @@


-
+

g_content_type_get_mime_type ()

gchar *             g_content_type_get_mime_type        (const gchar *type);

@@ -202,7 +202,7 @@


-
+

g_content_type_get_icon ()

GIcon *             g_content_type_get_icon             (const gchar *type);

@@ -226,7 +226,7 @@


-
+

g_content_type_can_be_executable ()

gboolean            g_content_type_can_be_executable    (const gchar *type);

@@ -251,7 +251,7 @@


-
+

g_content_type_from_mime_type ()

gchar *             g_content_type_from_mime_type       (const gchar *mime_type);

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

Since 2.18


-
+

g_content_type_guess ()

gchar *             g_content_type_guess                (const gchar *filename,
                                                          const guchar *data,
@@ -322,7 +322,7 @@
 

-
+

g_content_type_guess_for_tree ()

gchar **            g_content_type_guess_for_tree       (GFile *root);

@@ -360,7 +360,7 @@

Since 2.18


-
+

g_content_types_get_registered ()

GList *             g_content_types_get_registered      (void);

@@ -386,6 +386,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio-GConverterInputstream.html glib2.0-2.26.1/docs/reference/gio/html/gio-GConverterInputstream.html --- glib2.0-2.26.0/docs/reference/gio/html/gio-GConverterInputstream.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio-GConverterInputstream.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GConverterInputstream - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -51,7 +51,7 @@
                                                         (GConverterInputStream *converter_stream);
 
-
+

Object Hierarchy

   GObject
@@ -60,22 +60,22 @@
                +----GConverterInputStream
 
-
+

Properties

   "converter"                GConverter*           : Read / Write / Construct Only
 
-
+

Description

Converter input stream implements GInputStream and allows conversion of data of various types during reading.

-
+

Details

-
+

GConverterInputStream

typedef struct _GConverterInputStream GConverterInputStream;

@@ -84,7 +84,7 @@


-
+

g_converter_input_stream_new ()

GInputStream *      g_converter_input_stream_new        (GInputStream *base_stream,
                                                          GConverter *converter);
@@ -113,7 +113,7 @@

-
+

g_converter_input_stream_get_converter ()

GConverter *        g_converter_input_stream_get_converter
                                                         (GConverterInputStream *converter_stream);
@@ -139,21 +139,21 @@

Since 2.24

-
+

Property Details

-
+

The "converter" property

  "converter"                GConverter*           : Read / Write / Construct Only

The converter object.

-
+
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio-GConverterOutputstream.html glib2.0-2.26.1/docs/reference/gio/html/gio-GConverterOutputstream.html --- glib2.0-2.26.0/docs/reference/gio/html/gio-GConverterOutputstream.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio-GConverterOutputstream.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GConverterOutputstream - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -51,7 +51,7 @@
                                                         (GConverterOutputStream *converter_stream);
 
-
+

Object Hierarchy

   GObject
@@ -60,22 +60,22 @@
                +----GConverterOutputStream
 
-
+

Properties

   "converter"                GConverter*           : Read / Write / Construct Only
 
-
+

Description

Converter output stream implements GOutputStream and allows conversion of data of various types during reading.

-
+

Details

-
+

GConverterOutputStream

typedef struct _GConverterOutputStream GConverterOutputStream;

@@ -84,7 +84,7 @@


-
+

g_converter_output_stream_new ()

GOutputStream *     g_converter_output_stream_new       (GOutputStream *base_stream,
                                                          GConverter *converter);
@@ -113,7 +113,7 @@

-
+

g_converter_output_stream_get_converter ()

GConverter *        g_converter_output_stream_get_converter
                                                         (GConverterOutputStream *converter_stream);
@@ -139,21 +139,21 @@

Since 2.24

-
+

Property Details

-
+

The "converter" property

  "converter"                GConverter*           : Read / Write / Construct Only

The converter object.

- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio-GDBusError.html glib2.0-2.26.1/docs/reference/gio/html/gio-GDBusError.html --- glib2.0-2.26.0/docs/reference/gio/html/gio-GDBusError.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio-GDBusError.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GDBusError - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -71,7 +71,7 @@
 gchar *             g_dbus_error_encode_gerror          (const GError *error);
 
-
+

Description

All facilities that return errors from remote methods (such as @@ -186,9 +186,9 @@ G_IO_ERROR domain.

-
+

Details

-
+

enum GDBusError

typedef enum
 {
@@ -462,7 +462,7 @@
 

Since 2.26


-
+

G_DBUS_ERROR

#define G_DBUS_ERROR g_dbus_error_quark()
 
@@ -480,7 +480,7 @@

Since 2.26


-
+

g_dbus_error_is_remote_error ()

gboolean            g_dbus_error_is_remote_error        (const GError *error);

@@ -507,7 +507,7 @@

Since 2.26


-
+

g_dbus_error_get_remote_error ()

gchar *             g_dbus_error_get_remote_error       (const GError *error);

@@ -538,7 +538,7 @@

Since 2.26


-
+

g_dbus_error_strip_remote_error ()

gboolean            g_dbus_error_strip_remote_error     (GError *error);

@@ -569,7 +569,7 @@

Since 2.26


-
+

GDBusErrorEntry

typedef struct {
   gint         error_code;
@@ -597,7 +597,7 @@
 

Since 2.26


-
+

g_dbus_error_register_error_domain ()

void                g_dbus_error_register_error_domain  (const gchar *error_domain_quark_name,
                                                          volatile gsize *quark_volatile,
@@ -634,7 +634,7 @@
 

Since 2.26


-
+

g_dbus_error_register_error ()

gboolean            g_dbus_error_register_error         (GQuark error_domain,
                                                          gint error_code,
@@ -677,7 +677,7 @@
 

Since 2.26


-
+

g_dbus_error_unregister_error ()

gboolean            g_dbus_error_unregister_error       (GQuark error_domain,
                                                          gint error_code,
@@ -714,7 +714,7 @@
 

Since 2.26


-
+

g_dbus_error_new_for_dbus_error ()

GError *            g_dbus_error_new_for_dbus_error     (const gchar *dbus_error_name,
                                                          const gchar *dbus_error_message);
@@ -775,7 +775,7 @@

Since 2.26


-
+

g_dbus_error_set_dbus_error ()

void                g_dbus_error_set_dbus_error         (GError **error,
                                                          const gchar *dbus_error_name,
@@ -820,7 +820,7 @@
 

Since 2.26


-
+

g_dbus_error_set_dbus_error_valist ()

void                g_dbus_error_set_dbus_error_valist  (GError **error,
                                                          const gchar *dbus_error_name,
@@ -863,7 +863,7 @@
 

Since 2.26


-
+

g_dbus_error_encode_gerror ()

gchar *             g_dbus_error_encode_gerror          (const GError *error);

@@ -903,6 +903,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio-GFileAttribute.html glib2.0-2.26.1/docs/reference/gio/html/gio-GFileAttribute.html --- glib2.0-2.26.0/docs/reference/gio/html/gio-GFileAttribute.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio-GFileAttribute.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GFileAttribute - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+ -
+

Description

File attributes in GIO consist of a list of key-value pairs. @@ -95,7 +92,7 @@

-

Table 1. GFileAttributes Default Namespaces

+

Table 1. GFileAttributes Default Namespaces

@@ -222,7 +219,7 @@

-

Table 2. GFileAttributes Built-in Keys and Value Types

+

Table 2. GFileAttributes Built-in Keys and Value Types

@@ -566,9 +563,9 @@ \xnn.

-
+

Details

-
+

enum GFileAttributeType

typedef enum {
   G_FILE_ATTRIBUTE_TYPE_INVALID = 0,
@@ -643,7 +640,7 @@
 

-
+

enum GFileAttributeInfoFlags

typedef enum {
   G_FILE_ATTRIBUTE_INFO_NONE            = 0,
@@ -676,7 +673,7 @@
 

-
+

enum GFileAttributeStatus

typedef enum {
   G_FILE_ATTRIBUTE_STATUS_UNSET = 0,
@@ -709,7 +706,7 @@
 

-
+

GFileAttributeInfo

typedef struct {
   char                    *name;
@@ -742,7 +739,7 @@
 

-
+

GFileAttributeInfoList

typedef struct {
   GFileAttributeInfo *infos;
@@ -770,10 +767,9 @@
 

-
+

g_file_attribute_info_list_new ()

-
GFileAttributeInfoList *   g_file_attribute_info_list_new
-                                                        (void);
+
GFileAttributeInfoList * g_file_attribute_info_list_new (void);

Creates a new file attribute info list.

@@ -787,10 +783,9 @@

-
+

g_file_attribute_info_list_ref ()

-
GFileAttributeInfoList *   g_file_attribute_info_list_ref
-                                                        (GFileAttributeInfoList *list);
+
GFileAttributeInfoList * g_file_attribute_info_list_ref (GFileAttributeInfoList *list);

References a file attribute info list.

@@ -811,7 +806,7 @@

-
+

g_file_attribute_info_list_unref ()

void                g_file_attribute_info_list_unref    (GFileAttributeInfoList *list);

@@ -828,10 +823,9 @@


-
+

g_file_attribute_info_list_dup ()

-
GFileAttributeInfoList *   g_file_attribute_info_list_dup
-                                                        (GFileAttributeInfoList *list);
+
GFileAttributeInfoList * g_file_attribute_info_list_dup (GFileAttributeInfoList *list);

Makes a duplicate of a file attribute info list.

@@ -852,7 +846,7 @@

-
+

g_file_attribute_info_list_lookup ()

const GFileAttributeInfo * g_file_attribute_info_list_lookup
                                                         (GFileAttributeInfoList *list,
@@ -883,7 +877,7 @@
 

-
+

g_file_attribute_info_list_add ()

void                g_file_attribute_info_list_add      (GFileAttributeInfoList *list,
                                                          const char *name,
@@ -921,13 +915,13 @@
 
-
+

See Also

GFile, GFileInfo
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio-GIOError.html glib2.0-2.26.1/docs/reference/gio/html/gio-GIOError.html --- glib2.0-2.26.0/docs/reference/gio/html/gio-GIOError.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio-GIOError.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GIOError - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -46,15 +46,15 @@
 GIOErrorEnum        g_io_error_from_win32_error         (gint error_code);
 
-
+

Description

Contains helper functions for reporting errors to the user.

-
+

Details

-
+

G_IO_ERROR

#define G_IO_ERROR g_io_error_quark()
 
@@ -64,7 +64,7 @@


-
+

enum GIOErrorEnum

typedef enum {
   G_IO_ERROR_FAILED,
@@ -351,7 +351,7 @@
 

-
+

g_io_error_from_errno ()

GIOErrorEnum        g_io_error_from_errno               (gint err_no);

@@ -374,7 +374,7 @@


-
+

g_io_error_from_win32_error ()

GIOErrorEnum        g_io_error_from_win32_error         (gint error_code);

@@ -404,6 +404,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio-GIOScheduler.html glib2.0-2.26.1/docs/reference/gio/html/gio-GIOScheduler.html --- glib2.0-2.26.0/docs/reference/gio/html/gio-GIOScheduler.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio-GIOScheduler.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GIOScheduler - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -61,7 +61,7 @@
                                                          GDestroyNotify notify);
 
-
+

Description

Schedules asynchronous I/O operations. GIOScheduler integrates @@ -81,9 +81,9 @@

-
+

Details

-
+

GIOSchedulerJob

typedef struct _GIOSchedulerJob GIOSchedulerJob;

@@ -91,7 +91,7 @@


-
+

GIOSchedulerJobFunc ()

gboolean            (*GIOSchedulerJobFunc)              (GIOSchedulerJob *job,
                                                          GCancellable *cancellable,
@@ -136,7 +136,7 @@
 

-
+

g_io_scheduler_push_job ()

void                g_io_scheduler_push_job             (GIOSchedulerJobFunc job_func,
                                                          gpointer user_data,
@@ -188,7 +188,7 @@
 

-
+

g_io_scheduler_cancel_all_jobs ()

void                g_io_scheduler_cancel_all_jobs      (void);

@@ -200,7 +200,7 @@


-
+

g_io_scheduler_job_send_to_mainloop ()

gboolean            g_io_scheduler_job_send_to_mainloop (GIOSchedulerJob *job,
                                                          GSourceFunc func,
@@ -243,7 +243,7 @@
 

-
+

g_io_scheduler_job_send_to_mainloop_async ()

void                g_io_scheduler_job_send_to_mainloop_async
                                                         (GIOSchedulerJob *job,
@@ -292,6 +292,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio-GSrvTarget.html glib2.0-2.26.1/docs/reference/gio/html/gio-GSrvTarget.html --- glib2.0-2.26.0/docs/reference/gio/html/gio-GSrvTarget.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio-GSrvTarget.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GSrvTarget - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -54,7 +54,7 @@
 GList *             g_srv_target_list_sort              (GList *targets);
 
-
+

Description

SRV (service) records are used by some network protocols to provide @@ -74,9 +74,9 @@ GSrvTarget at all.

-
+

Details

-
+

GSrvTarget

typedef struct _GSrvTarget GSrvTarget;

@@ -84,7 +84,7 @@


-
+

g_srv_target_new ()

GSrvTarget *        g_srv_target_new                    (const gchar *hostname,
                                                          guint16 port,
@@ -131,7 +131,7 @@
 

Since 2.22


-
+

g_srv_target_copy ()

GSrvTarget *        g_srv_target_copy                   (GSrvTarget *target);

@@ -156,7 +156,7 @@

Since 2.22


-
+

g_srv_target_free ()

void                g_srv_target_free                   (GSrvTarget *target);

@@ -173,7 +173,7 @@

Since 2.22


-
+

g_srv_target_get_hostname ()

const gchar *       g_srv_target_get_hostname           (GSrvTarget *target);

@@ -201,7 +201,7 @@

Since 2.22


-
+

g_srv_target_get_port ()

guint16             g_srv_target_get_port               (GSrvTarget *target);

@@ -226,7 +226,7 @@

Since 2.22


-
+

g_srv_target_get_priority ()

guint16             g_srv_target_get_priority           (GSrvTarget *target);

@@ -253,7 +253,7 @@

Since 2.22


-
+

g_srv_target_get_weight ()

guint16             g_srv_target_get_weight             (GSrvTarget *target);

@@ -280,7 +280,7 @@

Since 2.22


-
+

g_srv_target_list_sort ()

GList *             g_srv_target_list_sort              (GList *targets);

@@ -308,6 +308,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio-hierarchy.html glib2.0-2.26.1/docs/reference/gio/html/gio-hierarchy.html --- glib2.0-2.26.0/docs/reference/gio/html/gio-hierarchy.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio-hierarchy.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Object Hierarchy - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

Object Hierarchy

@@ -118,6 +118,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GIOModule.html glib2.0-2.26.1/docs/reference/gio/html/GIOModule.html --- glib2.0-2.26.0/docs/reference/gio/html/GIOModule.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GIOModule.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GIOModule - + - + @@ -30,7 +30,7 @@ Implemented Interfaces -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -53,7 +53,7 @@
 char **             g_io_module_query                   (void);
 
-
+

Object Hierarchy

   GObject
@@ -61,13 +61,13 @@
          +----GIOModule
 
-
+

Implemented Interfaces

GIOModule implements GTypePlugin.

-
+

Description

Provides an interface and default functions for loading and unloading @@ -75,9 +75,9 @@ be used by others to implement module loading.

-
+

Details

-
+

GIOModule

typedef struct _GIOModule GIOModule;

@@ -85,7 +85,7 @@


-
+

g_io_module_new ()

GIOModule *         g_io_module_new                     (const gchar *filename);

@@ -110,7 +110,7 @@


-
+

g_io_modules_load_all_in_directory ()

GList *             g_io_modules_load_all_in_directory  (const gchar *dirname);

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


-
+

g_io_modules_scan_all_in_directory ()

void                g_io_modules_scan_all_in_directory  (const char *dirname);

@@ -171,7 +171,7 @@

Since 2.24


-
+

g_io_module_load ()

void                g_io_module_load                    (GIOModule *module);

@@ -189,7 +189,7 @@


-
+

g_io_module_unload ()

void                g_io_module_unload                  (GIOModule *module);

@@ -207,7 +207,7 @@


-
+

g_io_module_query ()

char **             g_io_module_query                   (void);

@@ -256,6 +256,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio-Owning-Bus-Names.html glib2.0-2.26.1/docs/reference/gio/html/gio-Owning-Bus-Names.html --- glib2.0-2.26.0/docs/reference/gio/html/gio-Owning-Bus-Names.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio-Owning-Bus-Names.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Owning Bus Names - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -80,7 +80,7 @@
                                                          GClosure *name_lost_closure);
 
-
+

Description

Convenience API for owning bus names. @@ -274,9 +274,9 @@


-
+

Details

-
+

GBusAcquiredCallback ()

void                (*GBusAcquiredCallback)             (GDBusConnection *connection,
                                                          const gchar *name,
@@ -307,7 +307,7 @@
 

Since 2.26


-
+

GBusNameAcquiredCallback ()

void                (*GBusNameAcquiredCallback)         (GDBusConnection *connection,
                                                          const gchar *name,
@@ -338,7 +338,7 @@
 

Since 2.26


-
+

GBusNameLostCallback ()

void                (*GBusNameLostCallback)             (GDBusConnection *connection,
                                                          const gchar *name,
@@ -370,7 +370,7 @@
 

Since 2.26


-
+

enum GBusNameOwnerFlags

typedef enum
 {
@@ -406,7 +406,7 @@
 

Since 2.26


-
+

g_bus_own_name ()

guint               g_bus_own_name                      (GBusType bus_type,
                                                          const gchar *name,
@@ -530,7 +530,7 @@
 

Since 2.26


-
+

g_bus_own_name_on_connection ()

guint               g_bus_own_name_on_connection        (GDBusConnection *connection,
                                                          const gchar *name,
@@ -593,7 +593,7 @@
 

Since 2.26


-
+

g_bus_unown_name ()

void                g_bus_unown_name                    (guint owner_id);

@@ -610,7 +610,7 @@

Since 2.26


-
+

g_bus_own_name_with_closures ()

guint               g_bus_own_name_with_closures        (GBusType bus_type,
                                                          const gchar *name,
@@ -672,7 +672,7 @@
 

Since 2.26


-
+

g_bus_own_name_on_connection_with_closures ()

guint               g_bus_own_name_on_connection_with_closures
                                                         (GDBusConnection *connection,
@@ -731,6 +731,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio-querymodules.html glib2.0-2.26.1/docs/reference/gio/html/gio-querymodules.html --- glib2.0-2.26.0/docs/reference/gio/html/gio-querymodules.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio-querymodules.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ gio-querymodules - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+
@@ -28,12 +28,12 @@
-
+

Synopsis

gio-querymodules {directory...}

-
-

Description

+
+

Description

gio-querymodules creates a giomodule.cache file in the listed directories. This file lists the implemented extension points for each module @@ -48,6 +48,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GIOStream.html glib2.0-2.26.1/docs/reference/gio/html/GIOStream.html --- glib2.0-2.26.0/docs/reference/gio/html/GIOStream.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GIOStream.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ GIOStream - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -65,7 +65,7 @@
 void                g_io_stream_clear_pending           (GIOStream *stream);
 
-
+

Object Hierarchy

   GObject
@@ -74,7 +74,7 @@
          +----GSocketConnection
 
-
+

Properties

   "closed"                   gboolean              : Read / Write
@@ -82,7 +82,7 @@
   "output-stream"            GOutputStream*        : Read
 
-
+

Description

GIOStream represents an object that has both read and write streams. @@ -115,9 +115,9 @@ is actually shut down.

-
+

Details

-
+

GIOStream

typedef struct _GIOStream GIOStream;

@@ -125,7 +125,7 @@


-
+

g_io_stream_get_input_stream ()

GInputStream *      g_io_stream_get_input_stream        (GIOStream *stream);

@@ -151,7 +151,7 @@

Since 2.22


-
+

g_io_stream_get_output_stream ()

GOutputStream *     g_io_stream_get_output_stream       (GIOStream *stream);

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

Since 2.22


-
+

g_io_stream_close ()

gboolean            g_io_stream_close                   (GIOStream *stream,
                                                          GCancellable *cancellable,
@@ -253,7 +253,7 @@
 

Since 2.22


-
+

g_io_stream_close_async ()

void                g_io_stream_close_async             (GIOStream *stream,
                                                          int io_priority,
@@ -307,7 +307,7 @@
 

Since 2.22


-
+

g_io_stream_close_finish ()

gboolean            g_io_stream_close_finish            (GIOStream *stream,
                                                          GAsyncResult *result,
@@ -345,7 +345,7 @@
 

Since 2.22


-
+

g_io_stream_is_closed ()

gboolean            g_io_stream_is_closed               (GIOStream *stream);

@@ -370,7 +370,7 @@

Since 2.22


-
+

g_io_stream_has_pending ()

gboolean            g_io_stream_has_pending             (GIOStream *stream);

@@ -395,7 +395,7 @@

Since 2.22


-
+

g_io_stream_set_pending ()

gboolean            g_io_stream_set_pending             (GIOStream *stream,
                                                          GError **error);
@@ -429,7 +429,7 @@

Since 2.22


-
+

g_io_stream_clear_pending ()

void                g_io_stream_clear_pending           (GIOStream *stream);

@@ -446,34 +446,34 @@

Since 2.22

-
+

Property Details

-
+

The "closed" property

  "closed"                   gboolean              : Read / Write

Is the stream closed.

Default value: FALSE


-
+

The "input-stream" property

  "input-stream"             GInputStream*         : Read

The GInputStream to read from.


-
+

The "output-stream" property

  "output-stream"            GOutputStream*        : Read

The GOutputStream to write to.

- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio-Unix-Mounts.html glib2.0-2.26.1/docs/reference/gio/html/gio-Unix-Mounts.html --- glib2.0-2.26.0/docs/reference/gio/html/gio-Unix-Mounts.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio-Unix-Mounts.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Unix Mounts - + - + @@ -30,7 +30,7 @@ Signals -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gunixmounts.h>
@@ -85,21 +85,21 @@
                                                         (const char *mount_path);
 
-
+

Object Hierarchy

   GObject
    +----GUnixMountMonitor
 
-
+

Signals

   "mountpoints-changed"                            : Run Last
   "mounts-changed"                                 : Run Last
 
-
+

Description

Routines for managing mounted UNIX mount points and paths. @@ -110,9 +110,9 @@ gio-unix-2.0.pc pkg-config file when using it.

-
+

Details

-
+

GUnixMountPoint

typedef struct _GUnixMountPoint GUnixMountPoint;

@@ -121,7 +121,7 @@


-
+

GUnixMountEntry

typedef struct _GUnixMountEntry GUnixMountEntry;

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


-
+

GUnixMountMonitor

typedef struct _GUnixMountMonitor GUnixMountMonitor;

@@ -138,7 +138,7 @@


-
+

g_unix_mount_free ()

void                g_unix_mount_free                   (GUnixMountEntry *mount_entry);

@@ -154,7 +154,7 @@


-
+

g_unix_mount_compare ()

gint                g_unix_mount_compare                (GUnixMountEntry *mount1,
                                                          GUnixMountEntry *mount2);
@@ -184,7 +184,7 @@

-
+

g_unix_mount_get_mount_path ()

const char *        g_unix_mount_get_mount_path         (GUnixMountEntry *mount_entry);

@@ -207,7 +207,7 @@


-
+

g_unix_mount_get_device_path ()

const char *        g_unix_mount_get_device_path        (GUnixMountEntry *mount_entry);

@@ -230,7 +230,7 @@


-
+

g_unix_mount_get_fs_type ()

const char *        g_unix_mount_get_fs_type            (GUnixMountEntry *mount_entry);

@@ -253,7 +253,7 @@


-
+

g_unix_mount_is_readonly ()

gboolean            g_unix_mount_is_readonly            (GUnixMountEntry *mount_entry);

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


-
+

g_unix_mount_is_system_internal ()

gboolean            g_unix_mount_is_system_internal     (GUnixMountEntry *mount_entry);

@@ -299,7 +299,7 @@


-
+

g_unix_mount_guess_icon ()

GIcon *             g_unix_mount_guess_icon             (GUnixMountEntry *mount_entry);

@@ -322,7 +322,7 @@


-
+

g_unix_mount_guess_name ()

char *              g_unix_mount_guess_name             (GUnixMountEntry *mount_entry);

@@ -347,7 +347,7 @@


-
+

g_unix_mount_guess_can_eject ()

gboolean            g_unix_mount_guess_can_eject        (GUnixMountEntry *mount_entry);

@@ -370,7 +370,7 @@


-
+

g_unix_mount_guess_should_display ()

gboolean            g_unix_mount_guess_should_display   (GUnixMountEntry *mount_entry);

@@ -393,7 +393,7 @@


-
+

g_unix_mount_point_free ()

void                g_unix_mount_point_free             (GUnixMountPoint *mount_point);

@@ -409,7 +409,7 @@


-
+

g_unix_mount_point_compare ()

gint                g_unix_mount_point_compare          (GUnixMountPoint *mount1,
                                                          GUnixMountPoint *mount2);
@@ -439,7 +439,7 @@

-
+

g_unix_mount_point_get_mount_path ()

const char *        g_unix_mount_point_get_mount_path   (GUnixMountPoint *mount_point);

@@ -462,7 +462,7 @@


-
+

g_unix_mount_point_get_device_path ()

const char *        g_unix_mount_point_get_device_path  (GUnixMountPoint *mount_point);

@@ -485,7 +485,7 @@


-
+

g_unix_mount_point_get_fs_type ()

const char *        g_unix_mount_point_get_fs_type      (GUnixMountPoint *mount_point);

@@ -508,7 +508,7 @@


-
+

g_unix_mount_point_is_readonly ()

gboolean            g_unix_mount_point_is_readonly      (GUnixMountPoint *mount_point);

@@ -531,7 +531,7 @@


-
+

g_unix_mount_point_is_user_mountable ()

gboolean            g_unix_mount_point_is_user_mountable
                                                         (GUnixMountPoint *mount_point);
@@ -555,7 +555,7 @@

-
+

g_unix_mount_point_is_loopback ()

gboolean            g_unix_mount_point_is_loopback      (GUnixMountPoint *mount_point);

@@ -578,7 +578,7 @@


-
+

g_unix_mount_point_guess_icon ()

GIcon *             g_unix_mount_point_guess_icon       (GUnixMountPoint *mount_point);

@@ -601,7 +601,7 @@


-
+

g_unix_mount_point_guess_name ()

char *              g_unix_mount_point_guess_name       (GUnixMountPoint *mount_point);

@@ -626,7 +626,7 @@


-
+

g_unix_mount_point_guess_can_eject ()

gboolean            g_unix_mount_point_guess_can_eject  (GUnixMountPoint *mount_point);

@@ -649,7 +649,7 @@


-
+

g_unix_mount_points_get ()

GList *             g_unix_mount_points_get             (guint64 *time_read);

@@ -675,7 +675,7 @@


-
+

g_unix_mounts_get ()

GList *             g_unix_mounts_get                   (guint64 *time_read);

@@ -701,7 +701,7 @@


-
+

g_unix_mount_at ()

GUnixMountEntry *   g_unix_mount_at                     (const char *mount_path,
                                                          guint64 *time_read);
@@ -732,7 +732,7 @@

-
+

g_unix_mounts_changed_since ()

gboolean            g_unix_mounts_changed_since         (guint64 time);

@@ -755,7 +755,7 @@


-
+

g_unix_mount_points_changed_since ()

gboolean            g_unix_mount_points_changed_since   (guint64 time);

@@ -778,7 +778,7 @@


-
+

g_unix_mount_monitor_new ()

GUnixMountMonitor * g_unix_mount_monitor_new            (void);

@@ -797,7 +797,7 @@


-
+

g_unix_mount_monitor_set_rate_limit ()

void                g_unix_mount_monitor_set_rate_limit (GUnixMountMonitor *mount_monitor,
                                                          int limit_msec);
@@ -824,7 +824,7 @@

Since 2.18


-
+

g_unix_is_mount_path_system_internal ()

gboolean            g_unix_is_mount_path_system_internal
                                                         (const char *mount_path);
@@ -853,9 +853,9 @@
-
+

Signal Details

-
+

The "mountpoints-changed" signal

void                user_function                      (GUnixMountMonitor *monitor,
                                                         gpointer           user_data)      : Run Last
@@ -878,7 +878,7 @@

-
+

The "mounts-changed" signal

void                user_function                      (GUnixMountMonitor *monitor,
                                                         gpointer           user_data)      : Run Last
@@ -904,6 +904,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gio-Watching-Bus-Names.html glib2.0-2.26.1/docs/reference/gio/html/gio-Watching-Bus-Names.html --- glib2.0-2.26.0/docs/reference/gio/html/gio-Watching-Bus-Names.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gio-Watching-Bus-Names.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Watching Bus Names - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -76,7 +76,7 @@
                                                          GClosure *name_vanished_closure);
 
-
+

Description

Convenience API for watching bus names. @@ -274,9 +274,9 @@


-
+

Details

-
+

GBusNameAppearedCallback ()

void                (*GBusNameAppearedCallback)         (GDBusConnection *connection,
                                                          const gchar *name,
@@ -313,7 +313,7 @@
 

Since 2.26


-
+

GBusNameVanishedCallback ()

void                (*GBusNameVanishedCallback)         (GDBusConnection *connection,
                                                          const gchar *name,
@@ -344,7 +344,7 @@
 

Since 2.26


-
+

enum GBusNameWatcherFlags

typedef enum
 {
@@ -375,7 +375,7 @@
 

Since 2.26


-
+

g_bus_watch_name ()

guint               g_bus_watch_name                    (GBusType bus_type,
                                                          const gchar *name,
@@ -467,7 +467,7 @@
 

Since 2.26


-
+

g_bus_watch_name_on_connection ()

guint               g_bus_watch_name_on_connection      (GDBusConnection *connection,
                                                          const gchar *name,
@@ -530,7 +530,7 @@
 

Since 2.26


-
+

g_bus_unwatch_name ()

void                g_bus_unwatch_name                  (guint watcher_id);

@@ -547,7 +547,7 @@

Since 2.26


-
+

g_bus_watch_name_with_closures ()

guint               g_bus_watch_name_with_closures      (GBusType bus_type,
                                                          const gchar *name,
@@ -602,7 +602,7 @@
 

Since 2.26


-
+

g_bus_watch_name_on_connection_with_closures ()

guint               g_bus_watch_name_on_connection_with_closures
                                                         (GDBusConnection *connection,
@@ -661,6 +661,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/glib-compile-schemas.html glib2.0-2.26.1/docs/reference/gio/html/glib-compile-schemas.html --- glib2.0-2.26.0/docs/reference/gio/html/glib-compile-schemas.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/glib-compile-schemas.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ glib-compile-schemas - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+
@@ -28,12 +28,12 @@
-
+

Synopsis

glib-compile-schemas [option...] {directory}

-
-

Description

+
+

Description

glib-compile-schemas compiles all the GSettings XML schema files in directory into a binary file with the name gschemas.compiled that can be used @@ -55,8 +55,8 @@ the schemas. The group names in the key files are the schema id, and the values are written in serialized GVariant form.

-
-

Options

+
+

Options

@@ -91,12 +91,12 @@
-
-

See also

+
+

See also

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GLoadableIcon.html glib2.0-2.26.1/docs/reference/gio/html/GLoadableIcon.html --- glib2.0-2.26.0/docs/reference/gio/html/GLoadableIcon.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GLoadableIcon.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ GLoadableIcon - + - + @@ -32,7 +32,7 @@ Known Implementations -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -64,35 +64,35 @@
                                                          GError **error);
 
-
+

Object Hierarchy

   GInterface
    +----GLoadableIcon
 
-
+

Prerequisites

GLoadableIcon requires GIcon and GObject.

-
+

Known Implementations

GLoadableIcon is implemented by GFileIcon.

-
+

Description

Extends the GIcon interface and adds the ability to load icons from streams.

-
+

Details

-
+

GLoadableIcon

typedef struct _GLoadableIcon GLoadableIcon;

@@ -101,7 +101,7 @@


-
+

GLoadableIconIface

typedef struct {
   GTypeInterface g_iface;
@@ -154,7 +154,7 @@
 

-
+

g_loadable_icon_load ()

GInputStream *      g_loadable_icon_load                (GLoadableIcon *icon,
                                                          int size,
@@ -203,7 +203,7 @@
 

-
+

g_loadable_icon_load_async ()

void                g_loadable_icon_load_async          (GLoadableIcon *icon,
                                                          int size,
@@ -247,7 +247,7 @@
 

-
+

g_loadable_icon_load_finish ()

GInputStream *      g_loadable_icon_load_finish         (GLoadableIcon *icon,
                                                          GAsyncResult *res,
@@ -289,13 +289,13 @@
 
-
+

See Also

GIcon, GThemedIcon
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GMemoryInputStream.html glib2.0-2.26.1/docs/reference/gio/html/GMemoryInputStream.html --- glib2.0-2.26.0/docs/reference/gio/html/GMemoryInputStream.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GMemoryInputStream.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GMemoryInputStream - + - + @@ -30,7 +30,7 @@ Implemented Interfaces -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -55,7 +55,7 @@
                                                          GDestroyNotify destroy);
 
-
+

Object Hierarchy

   GObject
@@ -63,22 +63,22 @@
          +----GMemoryInputStream
 
-
+

Implemented Interfaces

GMemoryInputStream implements GSeekable.

-
+

Description

GMemoryInputStream is a class for using arbitrary memory chunks as input for GIO streaming input operations.

-
+

Details

-
+

GMemoryInputStream

typedef struct _GMemoryInputStream GMemoryInputStream;

@@ -86,7 +86,7 @@


-
+

g_memory_input_stream_new ()

GInputStream *      g_memory_input_stream_new           (void);

@@ -102,7 +102,7 @@


-
+

g_memory_input_stream_new_from_data ()

GInputStream *      g_memory_input_stream_new_from_data (const void *data,
                                                          gssize len,
@@ -137,7 +137,7 @@
 

-
+

g_memory_input_stream_add_data ()

void                g_memory_input_stream_add_data      (GMemoryInputStream *stream,
                                                          const void *data,
@@ -173,13 +173,13 @@
 
-
+
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GMemoryOutputStream.html glib2.0-2.26.1/docs/reference/gio/html/GMemoryOutputStream.html --- glib2.0-2.26.0/docs/reference/gio/html/GMemoryOutputStream.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GMemoryOutputStream.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GMemoryOutputStream - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -60,7 +60,7 @@
 gpointer            g_memory_output_stream_steal_data   (GMemoryOutputStream *ostream);
 
-
+

Object Hierarchy

   GObject
@@ -68,13 +68,13 @@
          +----GMemoryOutputStream
 
-
+

Implemented Interfaces

GMemoryOutputStream implements GSeekable.

-
+

Properties

   "data"                     gpointer              : Read / Write / Construct Only
@@ -84,16 +84,16 @@
   "size"                     gulong                : Read / Write / Construct Only
 
-
+

Description

GMemoryOutputStream is a class for using arbitrary memory chunks as output for GIO streaming output operations.

-
+

Details

-
+

GReallocFunc ()

gpointer            (*GReallocFunc)                     (gpointer data,
                                                          gsize size);
@@ -126,7 +126,7 @@

-
+

GMemoryOutputStream

typedef struct _GMemoryOutputStream GMemoryOutputStream;

@@ -134,7 +134,7 @@


-
+

g_memory_output_stream_new ()

GOutputStream *     g_memory_output_stream_new          (gpointer data,
                                                          gsize size,
@@ -214,7 +214,7 @@
 

-
+

g_memory_output_stream_get_data ()

gpointer            g_memory_output_stream_get_data     (GMemoryOutputStream *ostream);

@@ -241,7 +241,7 @@


-
+

g_memory_output_stream_get_size ()

gsize               g_memory_output_stream_get_size     (GMemoryOutputStream *ostream);

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


-
+

g_memory_output_stream_get_data_size ()

gsize               g_memory_output_stream_get_data_size
                                                         (GMemoryOutputStream *ostream);
@@ -304,7 +304,7 @@

Since 2.18


-
+

g_memory_output_stream_steal_data ()

gpointer            g_memory_output_stream_steal_data   (GMemoryOutputStream *ostream);

@@ -334,9 +334,9 @@

Since 2.26

-
+

Property Details

-
+

The "data" property

  "data"                     gpointer              : Read / Write / Construct Only

@@ -345,7 +345,7 @@

Since 2.24


-
+

The "data-size" property

  "data-size"                gulong                : Read

@@ -354,7 +354,7 @@

Since 2.24


-
+

The "destroy-function" property

  "destroy-function"         gpointer              : Read / Write / Construct Only

@@ -363,7 +363,7 @@

Since 2.24


-
+

The "realloc-function" property

  "realloc-function"         gpointer              : Read / Write / Construct Only

@@ -372,7 +372,7 @@

Since 2.24


-
+

The "size" property

  "size"                     gulong                : Read / Write / Construct Only

@@ -381,13 +381,13 @@

Since 2.24

-
+
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GMount.html glib2.0-2.26.1/docs/reference/gio/html/GMount.html --- glib2.0-2.26.0/docs/reference/gio/html/GMount.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GMount.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GMount - + - + @@ -32,7 +32,7 @@ Signals -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h
@@ -122,20 +122,20 @@
 void                g_mount_unshadow                    (GMount *mount);
 
-
+

Object Hierarchy

   GInterface
    +----GMount
 
-
+

Prerequisites

GMount requires GObject.

-
+

Signals

   "changed"                                        : Run Last
@@ -143,11 +143,11 @@
   "unmounted"                                      : Run Last
 
-
+

Description

The GMount interface represents user-visible mounts. Note, when -porting from GnomeVFS, GMount is the moral equivalent of GnomeVFSVolume. +porting from GnomeVFS, GMount is the moral equivalent of GnomeVFSVolume.

GMount is a "mounted" filesystem that you can access. Mounted is in @@ -169,9 +169,9 @@ is called, then it will be filled with any error information.

-
+

Details

-
+

GMount

typedef struct _GMount GMount;

@@ -179,7 +179,7 @@


-
+

GMountIface

typedef struct {
   GTypeInterface g_iface;
@@ -408,7 +408,7 @@
 

-
+

g_mount_get_name ()

char *              g_mount_get_name                    (GMount *mount);

@@ -433,7 +433,7 @@


-
+

g_mount_get_uuid ()

char *              g_mount_get_uuid                    (GMount *mount);

@@ -461,7 +461,7 @@


-
+

g_mount_get_icon ()

GIcon *             g_mount_get_icon                    (GMount *mount);

@@ -486,7 +486,7 @@


-
+

g_mount_get_drive ()

GDrive *            g_mount_get_drive                   (GMount *mount);

@@ -515,7 +515,7 @@


-
+

g_mount_get_root ()

GFile *             g_mount_get_root                    (GMount *mount);

@@ -540,7 +540,7 @@


-
+

g_mount_get_volume ()

GVolume *           g_mount_get_volume                  (GMount *mount);

@@ -565,7 +565,7 @@


-
+

g_mount_get_default_location ()

GFile *             g_mount_get_default_location        (GMount *mount);

@@ -592,7 +592,7 @@


-
+

g_mount_can_unmount ()

gboolean            g_mount_can_unmount                 (GMount *mount);

@@ -615,7 +615,7 @@


-
+

enum GMountMountFlags

typedef enum {
   G_MOUNT_MOUNT_NONE = 0
@@ -634,7 +634,7 @@
 

-
+

enum GMountUnmountFlags

typedef enum {
   G_MOUNT_UNMOUNT_NONE  = 0,
@@ -662,14 +662,14 @@
 

-
+

g_mount_unmount ()

void                g_mount_unmount                     (GMount *mount,
                                                          GMountUnmountFlags flags,
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-
+

Warning

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

@@ -710,12 +710,12 @@

-
+

g_mount_unmount_finish ()

gboolean            g_mount_unmount_finish              (GMount *mount,
                                                          GAsyncResult *result,
                                                          GError **error);
-
+

Warning

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

@@ -752,7 +752,7 @@

-
+

g_mount_unmount_with_operation ()

void                g_mount_unmount_with_operation      (GMount *mount,
                                                          GMountUnmountFlags flags,
@@ -803,7 +803,7 @@
 

Since 2.22


-
+

g_mount_unmount_with_operation_finish ()

gboolean            g_mount_unmount_with_operation_finish
                                                         (GMount *mount,
@@ -843,7 +843,7 @@
 

Since 2.22


-
+

g_mount_remount ()

void                g_mount_remount                     (GMount *mount,
                                                          GMountMountFlags flags,
@@ -900,7 +900,7 @@
 

-
+

g_mount_remount_finish ()

gboolean            g_mount_remount_finish              (GMount *mount,
                                                          GAsyncResult *result,
@@ -937,7 +937,7 @@
 

-
+

g_mount_can_eject ()

gboolean            g_mount_can_eject                   (GMount *mount);

@@ -960,14 +960,14 @@


-
+

g_mount_eject ()

void                g_mount_eject                       (GMount *mount,
                                                          GMountUnmountFlags flags,
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-
+

Warning

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

@@ -1008,12 +1008,12 @@

-
+

g_mount_eject_finish ()

gboolean            g_mount_eject_finish                (GMount *mount,
                                                          GAsyncResult *result,
                                                          GError **error);
-
+

Warning

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

@@ -1050,7 +1050,7 @@

-
+

g_mount_eject_with_operation ()

void                g_mount_eject_with_operation        (GMount *mount,
                                                          GMountUnmountFlags flags,
@@ -1101,7 +1101,7 @@
 

Since 2.22


-
+

g_mount_eject_with_operation_finish ()

gboolean            g_mount_eject_with_operation_finish (GMount *mount,
                                                          GAsyncResult *result,
@@ -1140,7 +1140,7 @@
 

Since 2.22


-
+

g_mount_guess_content_type ()

void                g_mount_guess_content_type          (GMount *mount,
                                                          gboolean force_rescan,
@@ -1194,7 +1194,7 @@
 

Since 2.18


-
+

g_mount_guess_content_type_finish ()

gchar **            g_mount_guess_content_type_finish   (GMount *mount,
                                                          GAsyncResult *result,
@@ -1237,7 +1237,7 @@
 

Since 2.18


-
+

g_mount_guess_content_type_sync ()

gchar **            g_mount_guess_content_type_sync     (GMount *mount,
                                                          gboolean force_rescan,
@@ -1291,7 +1291,7 @@
 

Since 2.18


-
+

g_mount_is_shadowed ()

gboolean            g_mount_is_shadowed                 (GMount *mount);

@@ -1341,7 +1341,7 @@

Since 2.20


-
+

g_mount_shadow ()

void                g_mount_shadow                      (GMount *mount);

@@ -1361,7 +1361,7 @@

Since 2.20


-
+

g_mount_unshadow ()

void                g_mount_unshadow                    (GMount *mount);

@@ -1381,9 +1381,9 @@

Since 2.20

-
+

Signal Details

-
+

The "changed" signal

void                user_function                      (GMount  *mount,
                                                         gpointer user_data)      : Run Last
@@ -1406,7 +1406,7 @@

-
+

The "pre-unmount" signal

void                user_function                      (GMount  *mount,
                                                         gpointer user_data)      : Run Last
@@ -1431,7 +1431,7 @@

Since 2.22


-
+

The "unmounted" signal

void                user_function                      (GMount  *mount,
                                                         gpointer user_data)      : Run Last
@@ -1460,6 +1460,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GMountOperation.html glib2.0-2.26.1/docs/reference/gio/html/GMountOperation.html --- glib2.0-2.26.0/docs/reference/gio/html/GMountOperation.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GMountOperation.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GMountOperation - + - + @@ -32,7 +32,7 @@ Signals -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -73,14 +73,14 @@
                                                          GMountOperationResult result);
 
-
+

Object Hierarchy

   GObject
    +----GMountOperation
 
-
+

Properties

   "anonymous"                gboolean              : Read / Write
@@ -91,7 +91,7 @@
   "username"                 gchar*                : Read / Write
 
-
+

Signals

   "aborted"                                        : Run Last
@@ -101,7 +101,7 @@
   "show-processes"                                 : Run Last
 
-
+

Description

GMountOperation provides a mechanism for interacting with the user. @@ -123,9 +123,9 @@ passed, see each method taking a GMountOperation for details.

-
+

Details

-
+

enum GAskPasswordFlags

typedef enum {
   G_ASK_PASSWORD_NEED_PASSWORD       = (1 << 0),
@@ -172,7 +172,7 @@
 

-
+

enum GPasswordSave

typedef enum {
   G_PASSWORD_SAVE_NEVER,
@@ -209,7 +209,7 @@
 

-
+

GMountOperation

typedef struct _GMountOperation GMountOperation;

@@ -218,7 +218,7 @@


-
+

enum GMountOperationResult

typedef enum {
   G_MOUNT_OPERATION_HANDLED,
@@ -255,7 +255,7 @@
 

-
+

g_mount_operation_new ()

GMountOperation *   g_mount_operation_new               (void);

@@ -271,7 +271,7 @@


-
+

g_mount_operation_get_username ()

const char *        g_mount_operation_get_username      (GMountOperation *op);

@@ -294,7 +294,7 @@


-
+

g_mount_operation_set_username ()

void                g_mount_operation_set_username      (GMountOperation *op,
                                                          const char *username);
@@ -318,7 +318,7 @@

-
+

g_mount_operation_get_password ()

const char *        g_mount_operation_get_password      (GMountOperation *op);

@@ -341,7 +341,7 @@


-
+

g_mount_operation_set_password ()

void                g_mount_operation_set_password      (GMountOperation *op,
                                                          const char *password);
@@ -365,7 +365,7 @@

-
+

g_mount_operation_get_anonymous ()

gboolean            g_mount_operation_get_anonymous     (GMountOperation *op);

@@ -389,7 +389,7 @@


-
+

g_mount_operation_set_anonymous ()

void                g_mount_operation_set_anonymous     (GMountOperation *op,
                                                          gboolean anonymous);
@@ -413,7 +413,7 @@

-
+

g_mount_operation_get_domain ()

const char *        g_mount_operation_get_domain        (GMountOperation *op);

@@ -436,7 +436,7 @@


-
+

g_mount_operation_set_domain ()

void                g_mount_operation_set_domain        (GMountOperation *op,
                                                          const char *domain);
@@ -460,7 +460,7 @@

-
+

g_mount_operation_get_password_save ()

GPasswordSave       g_mount_operation_get_password_save (GMountOperation *op);

@@ -483,7 +483,7 @@


-
+

g_mount_operation_set_password_save ()

void                g_mount_operation_set_password_save (GMountOperation *op,
                                                          GPasswordSave save);
@@ -507,7 +507,7 @@

-
+

g_mount_operation_get_choice ()

int                 g_mount_operation_get_choice        (GMountOperation *op);

@@ -531,7 +531,7 @@


-
+

g_mount_operation_set_choice ()

void                g_mount_operation_set_choice        (GMountOperation *op,
                                                          int choice);
@@ -555,7 +555,7 @@

-
+

g_mount_operation_reply ()

void                g_mount_operation_reply             (GMountOperation *op,
                                                          GMountOperationResult result);
@@ -579,9 +579,9 @@
-
+

Property Details

-
+

The "anonymous" property

  "anonymous"                gboolean              : Read / Write

@@ -590,7 +590,7 @@

Default value: FALSE


-
+

The "choice" property

  "choice"                   gint                  : Read / Write

@@ -601,7 +601,7 @@

Default value: 0


-
+

The "domain" property

  "domain"                   gchar*                : Read / Write

@@ -610,7 +610,7 @@

Default value: NULL


-
+

The "password" property

  "password"                 gchar*                : Read / Write

@@ -620,7 +620,7 @@

Default value: NULL


-
+

The "password-save" property

  "password-save"            GPasswordSave         : Read / Write

@@ -629,7 +629,7 @@

Default value: G_PASSWORD_SAVE_NEVER


-
+

The "username" property

  "username"                 gchar*                : Read / Write

@@ -639,9 +639,9 @@

Default value: NULL

-
+

Signal Details

-
+

The "aborted" signal

void                user_function                      (GMountOperation *arg0,
                                                         gpointer         user_data)      : Run Last
@@ -663,7 +663,7 @@

Since 2.20


-
+

The "ask-password" signal

void                user_function                      (GMountOperation  *op,
                                                         gchar            *message,
@@ -715,11 +715,11 @@
 

-
+

The "ask-question" signal

void                user_function                      (GMountOperation *op,
                                                         gchar           *message,
-                                                        GStrv            choices,
+                                                        GStrv           *choices,
                                                         gpointer         user_data)      : Run Last

Emitted when asking the user a question and gives a list of @@ -756,7 +756,7 @@


-
+

The "reply" signal

void                user_function                      (GMountOperation      *op,
                                                         GMountOperationResult result,
@@ -785,12 +785,12 @@
 

-
+

The "show-processes" signal

void                user_function                      (GMountOperation *op,
                                                         gchar           *message,
                                                         GArray          *processes,
-                                                        GStrv            choices,
+                                                        GStrv           *choices,
                                                         gpointer         user_data)      : Run Last

Emitted when one or more processes are blocking an operation @@ -843,6 +843,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GNetworkAddress.html glib2.0-2.26.1/docs/reference/gio/html/GNetworkAddress.html --- glib2.0-2.26.0/docs/reference/gio/html/GNetworkAddress.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GNetworkAddress.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GNetworkAddress - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -60,20 +60,20 @@
                                                          GError **error);
 
-
+

Object Hierarchy

   GObject
    +----GNetworkAddress
 
-
+

Implemented Interfaces

GNetworkAddress implements GSocketConnectable.

-
+

Properties

   "hostname"                 gchar*                : Read / Write / Construct Only
@@ -81,7 +81,7 @@
   "scheme"                   gchar*                : Read / Write / Construct Only
 
-
+

Description

GNetworkAddress provides an easy way to resolve a hostname and @@ -93,9 +93,9 @@ interface.

-
+

Details

-
+

GNetworkAddress

typedef struct _GNetworkAddress GNetworkAddress;

@@ -104,7 +104,7 @@


-
+

g_network_address_new ()

GSocketConnectable * g_network_address_new              (const gchar *hostname,
                                                          guint16 port);
@@ -136,7 +136,7 @@

Since 2.22


-
+

g_network_address_get_hostname ()

const gchar *       g_network_address_get_hostname      (GNetworkAddress *addr);

@@ -162,7 +162,7 @@

Since 2.22


-
+

g_network_address_get_port ()

guint16             g_network_address_get_port          (GNetworkAddress *addr);

@@ -187,7 +187,7 @@

Since 2.22


-
+

g_network_address_get_scheme ()

const gchar *       g_network_address_get_scheme        (GNetworkAddress *addr);

@@ -212,7 +212,7 @@

Since 2.26


-
+

g_network_address_parse ()

GSocketConnectable * g_network_address_parse            (const gchar *host_and_port,
                                                          guint16 default_port,
@@ -268,7 +268,7 @@
 

Since 2.22


-
+

g_network_address_parse_uri ()

GSocketConnectable * g_network_address_parse_uri        (const gchar *uri,
                                                          guint16 default_port,
@@ -311,16 +311,16 @@
 

Since 2.26

-
+

Property Details

-
+

The "hostname" property

  "hostname"                 gchar*                : Read / Write / Construct Only

Hostname to resolve.

Default value: NULL


-
+

The "port" property

  "port"                     guint                 : Read / Write / Construct Only

Network port.

@@ -328,7 +328,7 @@

Default value: 0


-
+

The "scheme" property

  "scheme"                   gchar*                : Read / Write / Construct Only

URI Scheme.

@@ -338,6 +338,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GNetworkService.html glib2.0-2.26.1/docs/reference/gio/html/GNetworkService.html --- glib2.0-2.26.0/docs/reference/gio/html/GNetworkService.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GNetworkService.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ GNetworkService - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -58,20 +58,20 @@
                                                          const gchar *scheme);
 
-
+

Object Hierarchy

   GObject
    +----GNetworkService
 
-
+

Implemented Interfaces

GNetworkService implements GSocketConnectable.

-
+

Properties

   "domain"                   gchar*                : Read / Write / Construct Only
@@ -80,7 +80,7 @@
   "service"                  gchar*                : Read / Write / Construct Only
 
-
+

Description

Like GNetworkAddress does with hostnames, GNetworkService @@ -95,9 +95,9 @@ interface.

-
+

Details

-
+

GNetworkService

typedef struct _GNetworkService GNetworkService;

@@ -106,7 +106,7 @@


-
+

g_network_service_new ()

GSocketConnectable * g_network_service_new              (const gchar *service,
                                                          const gchar *protocol,
@@ -145,7 +145,7 @@
 

Since 2.22


-
+

g_network_service_get_service ()

const gchar *       g_network_service_get_service       (GNetworkService *srv);

@@ -170,7 +170,7 @@

Since 2.22


-
+

g_network_service_get_protocol ()

const gchar *       g_network_service_get_protocol      (GNetworkService *srv);

@@ -195,7 +195,7 @@

Since 2.22


-
+

g_network_service_get_domain ()

const gchar *       g_network_service_get_domain        (GNetworkService *srv);

@@ -221,7 +221,7 @@

Since 2.22


-
+

g_network_service_get_scheme ()

const gchar *       g_network_service_get_scheme        (GNetworkService *srv);

@@ -247,7 +247,7 @@

Since 2.26


-
+

g_network_service_set_scheme ()

void                g_network_service_set_scheme        (GNetworkService *srv,
                                                          const gchar *scheme);
@@ -273,30 +273,30 @@

Since 2.26

-
+

Property Details

-
+

The "domain" property

  "domain"                   gchar*                : Read / Write / Construct Only

Network domain, eg, "example.com".

Default value: NULL


-
+

The "protocol" property

  "protocol"                 gchar*                : Read / Write / Construct Only

Network protocol, eg "tcp".

Default value: NULL


-
+

The "scheme" property

  "scheme"                   gchar*                : Read / Write

Network scheme (default is to use service).

Default value: NULL


-
+

The "service" property

  "service"                  gchar*                : Read / Write / Construct Only

Service name, eg "ldap".

@@ -306,6 +306,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GOutputStream.html glib2.0-2.26.1/docs/reference/gio/html/GOutputStream.html --- glib2.0-2.26.0/docs/reference/gio/html/GOutputStream.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GOutputStream.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ GOutputStream - + - + @@ -28,7 +28,7 @@ Object Hierarchy -
+
@@ -37,7 +37,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -110,7 +110,7 @@
 void                g_output_stream_clear_pending       (GOutputStream *stream);
 
-
+

Object Hierarchy

   GObject
@@ -121,7 +121,7 @@
          +----GUnixOutputStream
 
-
+

Description

GOutputStream has functions to write to a stream (g_output_stream_write()), @@ -136,9 +136,9 @@ All of these functions have async variants too.

-
+

Details

-
+

enum GOutputStreamSpliceFlags

typedef enum {
   G_OUTPUT_STREAM_SPLICE_NONE         = 0,
@@ -173,7 +173,7 @@
 

-
+

GOutputStream

typedef struct _GOutputStream GOutputStream;

@@ -186,7 +186,7 @@


-
+

g_output_stream_write ()

gssize              g_output_stream_write               (GOutputStream *stream,
                                                          const void *buffer,
@@ -256,7 +256,7 @@
 

-
+

g_output_stream_write_all ()

gboolean            g_output_stream_write_all           (GOutputStream *stream,
                                                          const void *buffer,
@@ -324,7 +324,7 @@
 

-
+

g_output_stream_splice ()

gssize              g_output_stream_splice              (GOutputStream *stream,
                                                          GInputStream *source,
@@ -373,7 +373,7 @@
 

-
+

g_output_stream_flush ()

gboolean            g_output_stream_flush               (GOutputStream *stream,
                                                          GCancellable *cancellable,
@@ -417,7 +417,7 @@
 

-
+

g_output_stream_close ()

gboolean            g_output_stream_close               (GOutputStream *stream,
                                                          GCancellable *cancellable,
@@ -486,7 +486,7 @@
 

-
+

g_output_stream_write_async ()

void                g_output_stream_write_async         (GOutputStream *stream,
                                                          const void *buffer,
@@ -576,7 +576,7 @@
 

-
+

g_output_stream_write_finish ()

gssize              g_output_stream_write_finish        (GOutputStream *stream,
                                                          GAsyncResult *result,
@@ -612,7 +612,7 @@
 

-
+

g_output_stream_splice_async ()

void                g_output_stream_splice_async        (GOutputStream *stream,
                                                          GInputStream *source,
@@ -673,7 +673,7 @@
 

-
+

g_output_stream_splice_finish ()

gssize              g_output_stream_splice_finish       (GOutputStream *stream,
                                                          GAsyncResult *result,
@@ -709,7 +709,7 @@
 

-
+

g_output_stream_flush_async ()

void                g_output_stream_flush_async         (GOutputStream *stream,
                                                          int io_priority,
@@ -757,7 +757,7 @@
 

-
+

g_output_stream_flush_finish ()

gboolean            g_output_stream_flush_finish        (GOutputStream *stream,
                                                          GAsyncResult *result,
@@ -793,7 +793,7 @@
 

-
+

g_output_stream_close_async ()

void                g_output_stream_close_async         (GOutputStream *stream,
                                                          int io_priority,
@@ -846,7 +846,7 @@
 

-
+

g_output_stream_close_finish ()

gboolean            g_output_stream_close_finish        (GOutputStream *stream,
                                                          GAsyncResult *result,
@@ -882,7 +882,7 @@
 

-
+

g_output_stream_is_closing ()

gboolean            g_output_stream_is_closing          (GOutputStream *stream);

@@ -910,7 +910,7 @@

Since 2.24


-
+

g_output_stream_is_closed ()

gboolean            g_output_stream_is_closed           (GOutputStream *stream);

@@ -933,7 +933,7 @@


-
+

g_output_stream_has_pending ()

gboolean            g_output_stream_has_pending         (GOutputStream *stream);

@@ -956,7 +956,7 @@


-
+

g_output_stream_set_pending ()

gboolean            g_output_stream_set_pending         (GOutputStream *stream,
                                                          GError **error);
@@ -988,7 +988,7 @@

-
+

g_output_stream_clear_pending ()

void                g_output_stream_clear_pending       (GOutputStream *stream);

@@ -1007,6 +1007,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GPermission.html glib2.0-2.26.1/docs/reference/gio/html/GPermission.html --- glib2.0-2.26.0/docs/reference/gio/html/GPermission.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GPermission.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GPermission - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -40,7 +40,7 @@
-
+

Synopsis

                    GPermission;
 gboolean            g_permission_get_allowed            (GPermission *permission);
@@ -74,7 +74,7 @@
                                                          gboolean can_release);
 
-
+

Object Hierarchy

   GObject
@@ -82,7 +82,7 @@
          +----GSimplePermission
 
-
+

Properties

   "allowed"                  gboolean              : Read
@@ -90,7 +90,7 @@
   "can-release"              gboolean              : Read
 
-
+

Description

A GPermission represents the status of the caller's permission to @@ -113,9 +113,9 @@ when that button is clicked.

-
+

Details

-
+

GPermission

typedef struct _GPermission GPermission;

@@ -124,7 +124,7 @@


-
+

g_permission_get_allowed ()

gboolean            g_permission_get_allowed            (GPermission *permission);

@@ -150,7 +150,7 @@

Since 2.26


-
+

g_permission_get_can_acquire ()

gboolean            g_permission_get_can_acquire        (GPermission *permission);

@@ -176,7 +176,7 @@

Since 2.26


-
+

g_permission_get_can_release ()

gboolean            g_permission_get_can_release        (GPermission *permission);

@@ -202,7 +202,7 @@

Since 2.26


-
+

g_permission_acquire ()

gboolean            g_permission_acquire                (GPermission *permission,
                                                          GCancellable *cancellable,
@@ -257,7 +257,7 @@
 

Since 2.26


-
+

g_permission_acquire_async ()

void                g_permission_acquire_async          (GPermission *permission,
                                                          GCancellable *cancellable,
@@ -298,7 +298,7 @@
 

Since 2.26


-
+

g_permission_acquire_finish ()

gboolean            g_permission_acquire_finish         (GPermission *permission,
                                                          GAsyncResult *result,
@@ -340,7 +340,7 @@
 

Since 2.26


-
+

g_permission_release ()

gboolean            g_permission_release                (GPermission *permission,
                                                          GCancellable *cancellable,
@@ -395,7 +395,7 @@
 

Since 2.26


-
+

g_permission_release_async ()

void                g_permission_release_async          (GPermission *permission,
                                                          GCancellable *cancellable,
@@ -436,7 +436,7 @@
 

Since 2.26


-
+

g_permission_release_finish ()

gboolean            g_permission_release_finish         (GPermission *permission,
                                                          GAsyncResult *result,
@@ -478,7 +478,7 @@
 

Since 2.26


-
+

g_permission_impl_update ()

void                g_permission_impl_update            (GPermission *permission,
                                                          gboolean allowed,
@@ -520,9 +520,9 @@
 

Since 2.26

-
+

Property Details

-
+

The "allowed" property

  "allowed"                  gboolean              : Read

@@ -532,7 +532,7 @@

Default value: FALSE


-
+

The "can-acquire" property

  "can-acquire"              gboolean              : Read

@@ -542,7 +542,7 @@

Default value: FALSE


-
+

The "can-release" property

  "can-release"              gboolean              : Read

@@ -555,6 +555,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GProxyAddress.html glib2.0-2.26.1/docs/reference/gio/html/GProxyAddress.html --- glib2.0-2.26.0/docs/reference/gio/html/GProxyAddress.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GProxyAddress.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GProxyAddress - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

                    GProxyAddress;
                     GProxyAddressClass;
@@ -61,7 +61,7 @@
                                                          const gchar *password);
 
-
+

Object Hierarchy

   GObject
@@ -70,13 +70,13 @@
                +----GProxyAddress
 
-
+

Implemented Interfaces

GProxyAddress implements GSocketConnectable.

-
+

Properties

   "destination-hostname"     gchar*                : Read / Write / Construct Only
@@ -86,15 +86,15 @@
   "username"                 gchar*                : Read / Write / Construct Only
 
-
+

Description

Support for proxied GInetSocketAddress.

-
+

Details

-
+

GProxyAddress

typedef struct _GProxyAddress GProxyAddress;

@@ -103,7 +103,7 @@

Since 2.26


-
+

GProxyAddressClass

typedef struct {
   GInetSocketAddressClass parent_class;
@@ -113,7 +113,7 @@
 


-
+

g_proxy_address_get_destination_hostname ()

const gchar *       g_proxy_address_get_destination_hostname
                                                         (GProxyAddress *proxy);
@@ -139,7 +139,7 @@

Since 2.26


-
+

g_proxy_address_get_destination_port ()

guint16             g_proxy_address_get_destination_port
                                                         (GProxyAddress *proxy);
@@ -165,7 +165,7 @@

Since 2.26


-
+

g_proxy_address_get_password ()

const gchar *       g_proxy_address_get_password        (GProxyAddress *proxy);

@@ -190,7 +190,7 @@

Since 2.26


-
+

g_proxy_address_get_protocol ()

const gchar *       g_proxy_address_get_protocol        (GProxyAddress *proxy);

@@ -215,7 +215,7 @@

Since 2.26


-
+

g_proxy_address_get_username ()

const gchar *       g_proxy_address_get_username        (GProxyAddress *proxy);

@@ -240,7 +240,7 @@

Since 2.26


-
+

g_proxy_address_new ()

GSocketAddress *    g_proxy_address_new                 (GInetAddress *inetaddr,
                                                          guint16 port,
@@ -302,16 +302,16 @@
 

Since 2.26

-
+

Property Details

-
+

The "destination-hostname" property

  "destination-hostname"     gchar*                : Read / Write / Construct Only

The proxy destination hostname.

Default value: NULL


-
+

The "destination-port" property

  "destination-port"         guint                 : Read / Write / Construct Only

The proxy destination port.

@@ -319,21 +319,21 @@

Default value: 0


-
+

The "password" property

  "password"                 gchar*                : Read / Write / Construct Only

The proxy password.

Default value: NULL


-
+

The "protocol" property

  "protocol"                 gchar*                : Read / Write / Construct Only

The proxy protocol.

Default value: NULL


-
+

The "username" property

  "username"                 gchar*                : Read / Write / Construct Only

The proxy username.

@@ -343,6 +343,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GProxy.html glib2.0-2.26.1/docs/reference/gio/html/GProxy.html --- glib2.0-2.26.0/docs/reference/gio/html/GProxy.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GProxy.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GProxy - + - + @@ -30,7 +30,7 @@ Prerequisites -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

                    GProxy;
 #define             G_PROXY_EXTENSION_POINT_NAME
@@ -61,20 +61,20 @@
 gboolean            g_proxy_supports_hostname           (GProxy *proxy);
 
-
+

Object Hierarchy

   GInterface
    +----GProxy
 
-
+

Prerequisites

GProxy requires GObject.

-
+

Description

A GProxy handles connecting to a remote host via a given type of @@ -85,9 +85,9 @@ g_io_extension_point_get_extension_by_name().

-
+

Details

-
+

GProxy

typedef struct _GProxy GProxy;

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

Since 2.26


-
+

G_PROXY_EXTENSION_POINT_NAME

#define G_PROXY_EXTENSION_POINT_NAME "gio-proxy"
 
@@ -107,7 +107,7 @@

Since 2.26


-
+

g_proxy_connect ()

GIOStream *         g_proxy_connect                     (GProxy *proxy,
                                                          GIOStream *connection,
@@ -161,7 +161,7 @@
 

Since 2.26


-
+

g_proxy_connect_async ()

void                g_proxy_connect_async               (GProxy *proxy,
                                                          GIOStream *connection,
@@ -210,7 +210,7 @@
 

Since 2.26


-
+

g_proxy_connect_finish ()

GIOStream *         g_proxy_connect_finish              (GProxy *proxy,
                                                          GAsyncResult *result,
@@ -247,7 +247,7 @@
 

Since 2.26


-
+

g_proxy_get_default_for_protocol ()

GProxy *            g_proxy_get_default_for_protocol    (const gchar *protocol);

@@ -273,7 +273,7 @@

Since 2.26


-
+

g_proxy_supports_hostname ()

gboolean            g_proxy_supports_hostname           (GProxy *proxy);

@@ -307,6 +307,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GProxyResolver.html glib2.0-2.26.1/docs/reference/gio/html/GProxyResolver.html --- glib2.0-2.26.0/docs/reference/gio/html/GProxyResolver.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GProxyResolver.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GProxyResolver - + - + @@ -30,7 +30,7 @@ Prerequisites -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -62,20 +62,20 @@
                                                          GError **error);
 
-
+

Object Hierarchy

   GInterface
    +----GProxyResolver
 
-
+

Prerequisites

GProxyResolver requires GObject.

-
+

Description

GProxyResolver provides synchronous and asynchronous network proxy @@ -83,18 +83,18 @@ the method g_socket_connectable_proxy_enumerate().

-
+

Details

-
+

GProxyResolver

typedef struct _GProxyResolver GProxyResolver;

-A helper class to enumerate proxies base on URI. +Interface that can be used to resolve proxy address.

Since 2.26


-
+

G_PROXY_RESOLVER_EXTENSION_POINT_NAME

#define G_PROXY_RESOLVER_EXTENSION_POINT_NAME "gio-proxy-resolver"
 
@@ -104,7 +104,7 @@


-
+

g_proxy_resolver_get_default ()

GProxyResolver *    g_proxy_resolver_get_default        (void);

@@ -122,7 +122,7 @@

Since 2.26


-
+

g_proxy_resolver_is_supported ()

gboolean            g_proxy_resolver_is_supported       (GProxyResolver *resolver);

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

Since 2.26


-
+

g_proxy_resolver_lookup ()

gchar **            g_proxy_resolver_lookup             (GProxyResolver *resolver,
                                                          const gchar *uri,
@@ -209,7 +209,7 @@
 

Since 2.26


-
+

g_proxy_resolver_lookup_async ()

void                g_proxy_resolver_lookup_async       (GProxyResolver *resolver,
                                                          const gchar *uri,
@@ -253,7 +253,7 @@
 

Since 2.26


-
+

g_proxy_resolver_lookup_finish ()

gchar **            g_proxy_resolver_lookup_finish      (GProxyResolver *resolver,
                                                          GAsyncResult *result,
@@ -296,6 +296,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GResolver.html glib2.0-2.26.1/docs/reference/gio/html/GResolver.html --- glib2.0-2.26.0/docs/reference/gio/html/GResolver.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GResolver.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GResolver - + - + @@ -30,7 +30,7 @@ Signals -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -94,20 +94,20 @@
 enum                GResolverError;
 
-
+

Object Hierarchy

   GObject
    +----GResolver
 
-
+

Signals

   "reload"                                         : Run Last
 
-
+

Description

GResolver provides cancellable synchronous and asynchronous DNS @@ -121,9 +121,9 @@ making it easy to connect to a remote host/service.

-
+

Details

-
+

GResolver

typedef struct _GResolver GResolver;

@@ -132,7 +132,7 @@


-
+

g_resolver_get_default ()

GResolver *         g_resolver_get_default              (void);

@@ -153,7 +153,7 @@

Since 2.22


-
+

g_resolver_set_default ()

void                g_resolver_set_default              (GResolver *resolver);

@@ -179,7 +179,7 @@

Since 2.22


-
+

g_resolver_lookup_by_name ()

GList *             g_resolver_lookup_by_name           (GResolver *resolver,
                                                          const gchar *hostname,
@@ -247,7 +247,7 @@
 

Since 2.22


-
+

g_resolver_lookup_by_name_async ()

void                g_resolver_lookup_by_name_async     (GResolver *resolver,
                                                          const gchar *hostname,
@@ -293,7 +293,7 @@
 

Since 2.22


-
+

g_resolver_lookup_by_name_finish ()

GList *             g_resolver_lookup_by_name_finish    (GResolver *resolver,
                                                          GAsyncResult *result,
@@ -337,7 +337,7 @@
 

Since 2.22


-
+

g_resolver_free_addresses ()

void                g_resolver_free_addresses           (GList *addresses);

@@ -357,7 +357,7 @@

Since 2.22


-
+

g_resolver_lookup_by_address ()

gchar *             g_resolver_lookup_by_address        (GResolver *resolver,
                                                          GInetAddress *address,
@@ -411,7 +411,7 @@
 

Since 2.22


-
+

g_resolver_lookup_by_address_async ()

void                g_resolver_lookup_by_address_async  (GResolver *resolver,
                                                          GInetAddress *address,
@@ -456,7 +456,7 @@
 

Since 2.22


-
+

g_resolver_lookup_by_address_finish ()

gchar *             g_resolver_lookup_by_address_finish (GResolver *resolver,
                                                          GAsyncResult *result,
@@ -500,7 +500,7 @@
 

Since 2.22


-
+

g_resolver_lookup_service ()

GList *             g_resolver_lookup_service           (GResolver *resolver,
                                                          const gchar *service,
@@ -582,7 +582,7 @@
 

Since 2.22


-
+

g_resolver_lookup_service_async ()

void                g_resolver_lookup_service_async     (GResolver *resolver,
                                                          const gchar *service,
@@ -641,7 +641,7 @@
 

Since 2.22


-
+

g_resolver_lookup_service_finish ()

GList *             g_resolver_lookup_service_finish    (GResolver *resolver,
                                                          GAsyncResult *result,
@@ -685,7 +685,7 @@
 

Since 2.22


-
+

g_resolver_free_targets ()

void                g_resolver_free_targets             (GList *targets);

@@ -705,7 +705,7 @@

Since 2.22


-
+

G_RESOLVER_ERROR

#define G_RESOLVER_ERROR (g_resolver_error_quark ())
 
@@ -716,7 +716,7 @@


-
+

enum GResolverError

typedef enum {
   G_RESOLVER_ERROR_NOT_FOUND,
@@ -753,9 +753,9 @@
 

Since 2.22

-
+

Signal Details

-
+

The "reload" signal

void                user_function                      (GResolver *resolver,
                                                         gpointer   user_data)      : Run Last
@@ -782,6 +782,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GSeekable.html glib2.0-2.26.1/docs/reference/gio/html/GSeekable.html --- glib2.0-2.26.0/docs/reference/gio/html/GSeekable.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GSeekable.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GSeekable - + - + @@ -32,7 +32,7 @@ Known Implementations -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -62,35 +62,35 @@
                                                          GError **error);
 
-
+

Object Hierarchy

   GInterface
    +----GSeekable
 
-
+

Prerequisites

GSeekable requires GObject.

-
+

Known Implementations

GSeekable is implemented by GFileIOStream, GFileInputStream, GFileOutputStream, GMemoryInputStream and GMemoryOutputStream.

-
+

Description

GSeekable is implemented by streams (implementations of GInputStream or GOutputStream) that support seeking.

-
+

Details

-
+

GSeekable

typedef struct _GSeekable GSeekable;

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


-
+

GSeekableIface

typedef struct {
   GTypeInterface g_iface;
@@ -163,7 +163,7 @@
 

-
+

g_seekable_tell ()

goffset             g_seekable_tell                     (GSeekable *seekable);

@@ -186,7 +186,7 @@


-
+

g_seekable_can_seek ()

gboolean            g_seekable_can_seek                 (GSeekable *seekable);

@@ -209,7 +209,7 @@


-
+

g_seekable_seek ()

gboolean            g_seekable_seek                     (GSeekable *seekable,
                                                          goffset offset,
@@ -264,7 +264,7 @@
 

-
+

g_seekable_can_truncate ()

gboolean            g_seekable_can_truncate             (GSeekable *seekable);

@@ -287,7 +287,7 @@


-
+

g_seekable_truncate ()

gboolean            g_seekable_truncate                 (GSeekable *seekable,
                                                          goffset offset,
@@ -338,13 +338,13 @@
 
- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GSettingsBackend.html glib2.0-2.26.1/docs/reference/gio/html/GSettingsBackend.html --- glib2.0-2.26.0/docs/reference/gio/html/GSettingsBackend.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GSettingsBackend.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GSettingsBackend - + - + @@ -28,7 +28,7 @@ Object Hierarchy -
+
@@ -37,7 +37,7 @@
-
+

Synopsis

 #include <gio/gsettingsbackend.h>
@@ -67,19 +67,19 @@
                                                          gchar **path,
                                                          const gchar ***keys,
                                                          GVariant ***values);
-GSettingsBackend *       g_keyfile_settings_backend_new (const gchar *filename,
+GSettingsBackend *  g_keyfile_settings_backend_new      (const gchar *filename,
                                                          const gchar *root_path,
                                                          const gchar *root_group);
 
-
+

Object Hierarchy

   GObject
    +----GSettingsBackend
 
-
+

Description

The GSettingsBackend interface defines a generic interface for @@ -106,7 +106,7 @@

-
+

Note

The GSettingsBackend API is exported to allow third-party @@ -119,9 +119,9 @@

-
+

Details

-
+

GSettingsBackend

typedef struct _GSettingsBackend GSettingsBackend;

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


-
+

GSettingsBackendClass

typedef struct {
   GObjectClass parent_class;
@@ -169,7 +169,7 @@
 


-
+

G_SETTINGS_BACKEND_EXTENSION_POINT_NAME

#define G_SETTINGS_BACKEND_EXTENSION_POINT_NAME "gsettings-backend"
 
@@ -178,7 +178,7 @@


-
+

g_settings_backend_changed ()

void                g_settings_backend_changed          (GSettingsBackend *backend,
                                                          const gchar *key,
@@ -234,7 +234,7 @@
 

Since 2.26


-
+

g_settings_backend_path_changed ()

void                g_settings_backend_path_changed     (GSettingsBackend *backend,
                                                          const gchar *path,
@@ -289,7 +289,7 @@
 

Since 2.26


-
+

g_settings_backend_keys_changed ()

void                g_settings_backend_keys_changed     (GSettingsBackend *backend,
                                                          const gchar *path,
@@ -350,7 +350,7 @@
 

Since 2.26


-
+

g_settings_backend_path_writable_changed ()

void                g_settings_backend_path_writable_changed
                                                         (GSettingsBackend *backend,
@@ -381,7 +381,7 @@
 

Since 2.26


-
+

g_settings_backend_writable_changed ()

void                g_settings_backend_writable_changed (GSettingsBackend *backend,
                                                          const gchar *key);
@@ -410,7 +410,7 @@

Since 2.26


-
+

g_settings_backend_changed_tree ()

void                g_settings_backend_changed_tree     (GSettingsBackend *backend,
                                                          GTree *tree,
@@ -443,7 +443,7 @@
 

Since 2.26


-
+

g_settings_backend_flatten_tree ()

void                g_settings_backend_flatten_tree     (GTree *tree,
                                                          gchar **path,
@@ -487,9 +487,9 @@
 

Since 2.26


-
+

g_keyfile_settings_backend_new ()

-
GSettingsBackend *       g_keyfile_settings_backend_new (const gchar *filename,
+
GSettingsBackend *  g_keyfile_settings_backend_new      (const gchar *filename,
                                                          const gchar *root_path,
                                                          const gchar *root_group);

@@ -597,13 +597,13 @@

- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/gsettings.html glib2.0-2.26.1/docs/reference/gio/html/gsettings.html --- glib2.0-2.26.0/docs/reference/gio/html/gsettings.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/gsettings.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ gsettings - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+
@@ -28,7 +28,7 @@
-
+

Synopsis

gsettings get [option...] {schema} {key}

gsettings monitor [option...] {schema} {key}

@@ -36,8 +36,8 @@

gsettings set [option...] {schema} {key} {value}

gsettings help

-
-

Description

+
+

Description

gsettings offers a simple commandline interface to GSettings. It lets you get, set or monitor an individual key for changes. @@ -55,8 +55,8 @@ must include explicit quotes: "'foo'". This format is also used when printing out values.

-
-

Commands

+
+

Commands

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

-
-

Options

+
+

Options

@@ -124,6 +124,6 @@ + Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GSettings.html glib2.0-2.26.1/docs/reference/gio/html/GSettings.html --- glib2.0-2.26.0/docs/reference/gio/html/GSettings.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GSettings.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GSettings - + - + @@ -32,7 +32,7 @@ Signals
-
+
@@ -41,20 +41,20 @@
-
+

Synopsis

                    GSettings;
-GSettings *              g_settings_new                 (const gchar *schema);
-GSettings *              g_settings_new_with_path       (const gchar *schema,
+GSettings *         g_settings_new                      (const gchar *schema);
+GSettings *         g_settings_new_with_path            (const gchar *schema,
                                                          const gchar *path);
-GSettings *              g_settings_new_with_backend    (const gchar *schema,
+GSettings *         g_settings_new_with_backend         (const gchar *schema,
                                                          GSettingsBackend *backend);
-GSettings *              g_settings_new_with_backend_and_path
+GSettings *         g_settings_new_with_backend_and_path
                                                         (const gchar *schema,
                                                          GSettingsBackend *backend,
                                                          const gchar *path);
 void                g_settings_sync                     (void);
-GVariant *               g_settings_get_value           (GSettings *settings,
+GVariant *          g_settings_get_value                (GSettings *settings,
                                                          const gchar *key);
 gboolean            g_settings_set_value                (GSettings *settings,
                                                          const gchar *key,
@@ -65,12 +65,11 @@
 void                g_settings_apply                    (GSettings *settings);
 void                g_settings_revert                   (GSettings *settings);
 gboolean            g_settings_get_has_unapplied        (GSettings *settings);
-GSettings *              g_settings_get_child           (GSettings *settings,
+GSettings *         g_settings_get_child                (GSettings *settings,
                                                          const gchar *name);
 void                g_settings_reset                    (GSettings *settings,
                                                          const gchar *key);
 
-const gchar * const * g_settings_list_schemas           (void);
 
 void                g_settings_get                      (GSettings *settings,
                                                          const gchar *key,
@@ -95,12 +94,12 @@
 gboolean            g_settings_set_double               (GSettings *settings,
                                                          const gchar *key,
                                                          gdouble value);
-gchar *                  g_settings_get_string          (GSettings *settings,
+gchar *             g_settings_get_string               (GSettings *settings,
                                                          const gchar *key);
 gboolean            g_settings_set_string               (GSettings *settings,
                                                          const gchar *key,
                                                          const gchar *value);
-gchar **                 g_settings_get_strv            (GSettings *settings,
+gchar **            g_settings_get_strv                 (GSettings *settings,
                                                          const gchar *key);
 gboolean            g_settings_set_strv                 (GSettings *settings,
                                                          const gchar *key,
@@ -154,14 +153,14 @@
                                                          gpointer user_data);
 
-
+

Object Hierarchy

   GObject
    +----GSettings
 
-
+

Properties

   "backend"                  GSettingsBackend*     : Read / Write / Construct Only
@@ -170,7 +169,7 @@
   "schema"                   gchar*                : Read / Write / Construct Only
 
-
+

Signals

   "change-event"                                   : Run Last
@@ -179,7 +178,7 @@
   "writable-changed"                               : Run Last / Has Details
 
-
+

Description

The GSettings class provides a convenient API for storing and retrieving @@ -362,7 +361,7 @@

-

Example 11. Default values

+

Example 11. Default values

@@ -412,7 +411,7 @@

-

Example 12. Ranges, choices and enumerated types

+

Example 12. Ranges, choices and enumerated types

@@ -491,10 +490,8 @@


-

-

-
-

Vendor overrides

+
+

Vendor overrides

Default values are defined in the schemas that get installed by an application. Sometimes, it is necessary for a vendor or distributor @@ -524,12 +521,9 @@

-

-

-

-

-
-

Binding

+
+
+

Binding

A very convenient feature of GSettings lets you bind GObject properties directly to settings, using g_settings_bind(). Once a GObject property @@ -547,21 +541,19 @@ G_SETTINGS_BIND_NO_SENSITIVITY flag.

-

-

-
+

Details

-
+

GSettings

typedef struct _GSettings GSettings;


-
+

g_settings_new ()

-
GSettings *              g_settings_new                 (const gchar *schema);
+
GSettings *         g_settings_new                      (const gchar *schema);

Creates a new GSettings object with a given schema.

@@ -589,9 +581,9 @@

Since 2.26


-
+

g_settings_new_with_path ()

-
GSettings *              g_settings_new_with_path       (const gchar *schema,
+
GSettings *         g_settings_new_with_path            (const gchar *schema,
                                                          const gchar *path);

Creates a new GSettings object with a given schema and path. @@ -628,9 +620,9 @@

Since 2.26


-
+

g_settings_new_with_backend ()

-
GSettings *              g_settings_new_with_backend    (const gchar *schema,
+
GSettings *         g_settings_new_with_backend         (const gchar *schema,
                                                          GSettingsBackend *backend);

Creates a new GSettings object with a given schema and backend. @@ -665,9 +657,9 @@

Since 2.26


-
+

g_settings_new_with_backend_and_path ()

-
GSettings *              g_settings_new_with_backend_and_path
+
GSettings *         g_settings_new_with_backend_and_path
                                                         (const gchar *schema,
                                                          GSettingsBackend *backend,
                                                          const gchar *path);
@@ -707,7 +699,7 @@

Since 2.26


-
+

g_settings_sync ()

void                g_settings_sync                     (void);

@@ -727,9 +719,9 @@


-
+

g_settings_get_value ()

-
GVariant *               g_settings_get_value           (GSettings *settings,
+
GVariant *          g_settings_get_value                (GSettings *settings,
                                                          const gchar *key);

Gets the value that is stored in settings for key. @@ -761,7 +753,7 @@

Since 2.26


-
+

g_settings_set_value ()

gboolean            g_settings_set_value                (GSettings *settings,
                                                          const gchar *key,
@@ -807,7 +799,7 @@
 

Since 2.26


-
+

g_settings_is_writable ()

gboolean            g_settings_is_writable              (GSettings *settings,
                                                          const gchar *name);
@@ -838,7 +830,7 @@

Since 2.26


-
+

g_settings_delay ()

void                g_settings_delay                    (GSettings *settings);

@@ -857,7 +849,7 @@

Since 2.26


-
+

g_settings_apply ()

void                g_settings_apply                    (GSettings *settings);

@@ -876,7 +868,7 @@


-
+

g_settings_revert ()

void                g_settings_revert                   (GSettings *settings);

@@ -898,7 +890,7 @@


-
+

g_settings_get_has_unapplied ()

gboolean            g_settings_get_has_unapplied        (GSettings *settings);

@@ -924,9 +916,9 @@

Since 2.26


-
+

g_settings_get_child ()

-
GSettings *              g_settings_get_child           (GSettings *settings,
+
GSettings *         g_settings_get_child                (GSettings *settings,
                                                          const gchar *name);

Creates a 'child' settings object which has a base path of @@ -960,7 +952,7 @@

Since 2.26


-
+

g_settings_reset ()

void                g_settings_reset                    (GSettings *settings,
                                                          const gchar *key);
@@ -989,24 +981,7 @@

-
-

g_settings_list_schemas ()

-
const gchar * const * g_settings_list_schemas           (void);
-

-Returns a list of GSettings schemas that are available. The list -must not be modified or freed. -

-
-- - - - -

Returns :

a list of the schemas installed on the system -
-
-
-
+

g_settings_get ()

void                g_settings_get                      (GSettings *settings,
                                                          const gchar *key,
@@ -1052,7 +1027,7 @@
 

Since 2.26


-
+

g_settings_set ()

gboolean            g_settings_set                      (GSettings *settings,
                                                          const gchar *key,
@@ -1105,7 +1080,7 @@
 

Since 2.26


-
+

g_settings_get_boolean ()

gboolean            g_settings_get_boolean              (GSettings *settings,
                                                          const gchar *key);
@@ -1142,7 +1117,7 @@

Since 2.26


-
+

g_settings_set_boolean ()

gboolean            g_settings_set_boolean              (GSettings *settings,
                                                          const gchar *key,
@@ -1187,7 +1162,7 @@
 

Since 2.26


-
+

g_settings_get_int ()

gint                g_settings_get_int                  (GSettings *settings,
                                                          const gchar *key);
@@ -1224,7 +1199,7 @@

Since 2.26


-
+

g_settings_set_int ()

gboolean            g_settings_set_int                  (GSettings *settings,
                                                          const gchar *key,
@@ -1269,7 +1244,7 @@
 

Since 2.26


-
+

g_settings_get_double ()

gdouble             g_settings_get_double               (GSettings *settings,
                                                          const gchar *key);
@@ -1306,7 +1281,7 @@

Since 2.26


-
+

g_settings_set_double ()

gboolean            g_settings_set_double               (GSettings *settings,
                                                          const gchar *key,
@@ -1351,9 +1326,9 @@
 

Since 2.26


-
+

g_settings_get_string ()

-
gchar *                  g_settings_get_string          (GSettings *settings,
+
gchar *             g_settings_get_string               (GSettings *settings,
                                                          const gchar *key);

Gets the value that is stored at key in settings. @@ -1388,7 +1363,7 @@

Since 2.26


-
+

g_settings_set_string ()

gboolean            g_settings_set_string               (GSettings *settings,
                                                          const gchar *key,
@@ -1433,9 +1408,9 @@
 

Since 2.26


-
+

g_settings_get_strv ()

-
gchar **                 g_settings_get_strv            (GSettings *settings,
+
gchar **            g_settings_get_strv                 (GSettings *settings,
                                                          const gchar *key);

Gets the value that is stored at key in settings. @@ -1470,7 +1445,7 @@

Since 2.26


-
+

g_settings_set_strv ()

gboolean            g_settings_set_strv                 (GSettings *settings,
                                                          const gchar *key,
@@ -1516,7 +1491,7 @@
 

Since 2.26


-
+

g_settings_get_enum ()

gint                g_settings_get_enum                 (GSettings *settings,
                                                          const gchar *key);
@@ -1560,7 +1535,7 @@

Since 2.26


-
+

g_settings_set_enum ()

gboolean            g_settings_set_enum                 (GSettings *settings,
                                                          const gchar *key,
@@ -1607,7 +1582,7 @@
 

-
+

g_settings_get_flags ()

guint               g_settings_get_flags                (GSettings *settings,
                                                          const gchar *key);
@@ -1651,7 +1626,7 @@

Since 2.26


-
+

g_settings_set_flags ()

gboolean            g_settings_set_flags                (GSettings *settings,
                                                          const gchar *key,
@@ -1699,7 +1674,7 @@
 

-
+

GSettingsGetMapping ()

gboolean            (*GSettingsGetMapping)              (GVariant *value,
                                                          gpointer *result,
@@ -1746,7 +1721,7 @@
 

-
+

g_settings_get_mapped ()

gpointer            g_settings_get_mapped               (GSettings *settings,
                                                          const gchar *key,
@@ -1819,7 +1794,7 @@
 

-
+

enum GSettingsBindFlags

typedef enum
 {
@@ -1878,7 +1853,7 @@
 

-
+

g_settings_bind ()

void                g_settings_bind                     (GSettings *settings,
                                                          const gchar *key,
@@ -1943,7 +1918,7 @@
 

Since 2.26


-
+

g_settings_bind_with_mapping ()

void                g_settings_bind_with_mapping        (GSettings *settings,
                                                          const gchar *key,
@@ -2024,7 +1999,7 @@
 

Since 2.26


-
+

g_settings_bind_writable ()

void                g_settings_bind_writable            (GSettings *settings,
                                                          const gchar *key,
@@ -2087,7 +2062,7 @@
 

Since 2.26


-
+

g_settings_unbind ()

void                g_settings_unbind                   (gpointer object,
                                                          const gchar *property);
@@ -2117,7 +2092,7 @@

Since 2.26


-
+

GSettingsBindSetMapping ()

GVariant *          (*GSettingsBindSetMapping)          (const GValue *value,
                                                          const GVariantType *expected_type,
@@ -2154,7 +2129,7 @@
 

-
+

GSettingsBindGetMapping ()

gboolean            (*GSettingsBindGetMapping)          (GValue *value,
                                                          GVariant *variant,
@@ -2192,15 +2167,15 @@
 
-
+

Property Details

-
+

The "backend" property

  "backend"                  GSettingsBackend*     : Read / Write / Construct Only

The GSettingsBackend for this settings object.


-
+

The "has-unapplied" property

  "has-unapplied"            gboolean              : Read

@@ -2210,7 +2185,7 @@

Default value: FALSE


-
+

The "path" property

  "path"                     gchar*                : Read / Write / Construct Only

@@ -2219,7 +2194,7 @@

Default value: NULL


-
+

The "schema" property

  "schema"                   gchar*                : Read / Write / Construct Only

@@ -2229,9 +2204,9 @@

Default value: NULL

-
+

Signal Details

-
+

The "change-event" signal

gboolean            user_function                      (GSettings *settings,
                                                         gpointer   keys,
@@ -2289,7 +2264,7 @@
 

-
+

The "changed" signal

void                user_function                      (GSettings *settings,
                                                         gchar     *key,
@@ -2325,7 +2300,7 @@
 

-
+

The "writable-change-event" signal

gboolean            user_function                      (GSettings *settings,
                                                         guint      key,
@@ -2380,7 +2355,7 @@
 

-
+

The "writable-changed" signal

void                user_function                      (GSettings *settings,
                                                         gchar     *key,
@@ -2419,6 +2394,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GSimpleAsyncResult.html glib2.0-2.26.1/docs/reference/gio/html/GSimpleAsyncResult.html --- glib2.0-2.26.0/docs/reference/gio/html/GSimpleAsyncResult.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GSimpleAsyncResult.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GSimpleAsyncResult - + - + @@ -30,7 +30,7 @@ Implemented Interfaces -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -125,20 +125,20 @@
                                                          GError *error);
 
-
+

Object Hierarchy

   GObject
    +----GSimpleAsyncResult
 
-
+

Implemented Interfaces

GSimpleAsyncResult implements GAsyncResult.

-
+

Description

Implements GAsyncResult for simple cases. Most of the time, this @@ -422,9 +422,9 @@

-
+

Details

-
+

GSimpleAsyncResult

typedef struct _GSimpleAsyncResult GSimpleAsyncResult;

@@ -432,7 +432,7 @@


-
+

GSimpleAsyncThreadFunc ()

void                (*GSimpleAsyncThreadFunc)           (GSimpleAsyncResult *res,
                                                          GObject *object,
@@ -463,7 +463,7 @@
 

-
+

g_simple_async_result_new ()

GSimpleAsyncResult * g_simple_async_result_new          (GObject *source_object,
                                                          GAsyncReadyCallback callback,
@@ -505,7 +505,7 @@
 

-
+

g_simple_async_result_new_error ()

GSimpleAsyncResult * g_simple_async_result_new_error    (GObject *source_object,
                                                          GAsyncReadyCallback callback,
@@ -564,7 +564,7 @@
 

-
+

g_simple_async_result_new_from_error ()

GSimpleAsyncResult * g_simple_async_result_new_from_error
                                                         (GObject *source_object,
@@ -606,7 +606,7 @@
 

-
+

g_simple_async_result_set_op_res_gpointer ()

void                g_simple_async_result_set_op_res_gpointer
                                                         (GSimpleAsyncResult *simple,
@@ -637,7 +637,7 @@
 

-
+

g_simple_async_result_get_op_res_gpointer ()

gpointer            g_simple_async_result_get_op_res_gpointer
                                                         (GSimpleAsyncResult *simple);
@@ -661,7 +661,7 @@

-
+

g_simple_async_result_set_op_res_gssize ()

void                g_simple_async_result_set_op_res_gssize
                                                         (GSimpleAsyncResult *simple,
@@ -687,7 +687,7 @@
 

-
+

g_simple_async_result_get_op_res_gssize ()

gssize              g_simple_async_result_get_op_res_gssize
                                                         (GSimpleAsyncResult *simple);
@@ -711,7 +711,7 @@

-
+

g_simple_async_result_set_op_res_gboolean ()

void                g_simple_async_result_set_op_res_gboolean
                                                         (GSimpleAsyncResult *simple,
@@ -736,7 +736,7 @@
 

-
+

g_simple_async_result_get_op_res_gboolean ()

gboolean            g_simple_async_result_get_op_res_gboolean
                                                         (GSimpleAsyncResult *simple);
@@ -761,7 +761,7 @@

-
+

g_simple_async_result_get_source_tag ()

gpointer            g_simple_async_result_get_source_tag
                                                         (GSimpleAsyncResult *simple);
@@ -785,7 +785,7 @@

-
+

g_simple_async_result_is_valid ()

gboolean            g_simple_async_result_is_valid      (GAsyncResult *result,
                                                          GObject *source,
@@ -832,7 +832,7 @@
 

-
+

g_simple_async_result_set_handle_cancellation ()

void                g_simple_async_result_set_handle_cancellation
                                                         (GSimpleAsyncResult *simple,
@@ -857,7 +857,7 @@
 

-
+

g_simple_async_result_complete ()

void                g_simple_async_result_complete      (GSimpleAsyncResult *simple);

@@ -880,7 +880,7 @@


-
+

g_simple_async_result_complete_in_idle ()

void                g_simple_async_result_complete_in_idle
                                                         (GSimpleAsyncResult *simple);
@@ -902,7 +902,7 @@

-
+

g_simple_async_result_run_in_thread ()

void                g_simple_async_result_run_in_thread (GSimpleAsyncResult *simple,
                                                          GSimpleAsyncThreadFunc func,
@@ -944,7 +944,7 @@
 

-
+

g_simple_async_result_set_from_error ()

void                g_simple_async_result_set_from_error
                                                         (GSimpleAsyncResult *simple,
@@ -970,7 +970,7 @@
 

-
+

g_simple_async_result_propagate_error ()

gboolean            g_simple_async_result_propagate_error
                                                         (GSimpleAsyncResult *simple,
@@ -1001,7 +1001,7 @@
 

-
+

g_simple_async_result_set_error ()

void                g_simple_async_result_set_error     (GSimpleAsyncResult *simple,
                                                          GQuark domain,
@@ -1043,7 +1043,7 @@
 

-
+

g_simple_async_result_set_error_va ()

void                g_simple_async_result_set_error_va  (GSimpleAsyncResult *simple,
                                                          GQuark domain,
@@ -1086,7 +1086,7 @@
 

-
+

g_simple_async_report_error_in_idle ()

void                g_simple_async_report_error_in_idle (GObject *object,
                                                          GAsyncReadyCallback callback,
@@ -1142,7 +1142,7 @@
 

-
+

g_simple_async_report_gerror_in_idle ()

void                g_simple_async_report_gerror_in_idle
                                                         (GObject *object,
@@ -1181,13 +1181,13 @@
 
-
+

See Also

GAsyncResult
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GSimplePermission.html glib2.0-2.26.1/docs/reference/gio/html/GSimplePermission.html --- glib2.0-2.26.0/docs/reference/gio/html/GSimplePermission.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GSimplePermission.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GSimplePermission - + - + @@ -28,7 +28,7 @@ Object Hierarchy -
+
@@ -37,13 +37,13 @@
-
+ -
+

Object Hierarchy

   GObject
@@ -51,7 +51,7 @@
          +----GSimplePermission
 
-
+

Description

GSimplePermission is a trivial implementation of GPermission that @@ -62,9 +62,9 @@ Calling request or release will result in errors.

-
+

Details

-
+

GSimplePermission

typedef struct _GSimplePermission GSimplePermission;

@@ -73,9 +73,9 @@


-
+

g_simple_permission_new ()

-
GPermission *            g_simple_permission_new        (gboolean allowed);
+
GPermission *       g_simple_permission_new             (gboolean allowed);

Creates a new GPermission instance that represents an action that is either always or never allowed. @@ -102,6 +102,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GSocketAddress.html glib2.0-2.26.1/docs/reference/gio/html/GSocketAddress.html --- glib2.0-2.26.0/docs/reference/gio/html/GSocketAddress.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GSocketAddress.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GSocketAddress - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -42,11 +42,11 @@
-
+ -
+

Object Hierarchy

   GObject
@@ -65,19 +65,19 @@
          +----GUnixSocketAddress
 
-
+

Implemented Interfaces

GSocketAddress implements GSocketConnectable.

-
+

Properties

   "family"                   GSocketFamily         : Read
 
-
+

Description

GSocketAddress is the equivalent of struct sockaddr @@ -86,9 +86,9 @@ for UNIX domain sockets.

-
+

Details

-
+

GSocketAddress

typedef struct _GSocketAddress GSocketAddress;

@@ -97,7 +97,7 @@


-
+

enum GSocketFamily

typedef enum {
   G_SOCKET_FAMILY_INVALID,
@@ -141,9 +141,9 @@
 

Since 2.22


-
+

g_socket_address_new_from_native ()

-
GSocketAddress *       g_socket_address_new_from_native (gpointer native,
+
GSocketAddress *    g_socket_address_new_from_native    (gpointer native,
                                                          gsize len);

Creates a GSocketAddress subclass corresponding to the native @@ -174,7 +174,7 @@

Since 2.22


-
+

g_socket_address_get_family ()

GSocketFamily       g_socket_address_get_family         (GSocketAddress *address);

@@ -199,7 +199,7 @@

Since 2.22


-
+

g_socket_address_to_native ()

gboolean            g_socket_address_to_native          (GSocketAddress *address,
                                                          gpointer dest,
@@ -252,7 +252,7 @@
 

Since 2.22


-
+

g_socket_address_get_native_size ()

gssize              g_socket_address_get_native_size    (GSocketAddress *address);

@@ -280,9 +280,9 @@

Since 2.22

-
+

Property Details

-
+

The "family" property

  "family"                   GSocketFamily         : Read

The family of the socket address.

@@ -292,6 +292,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GSocketClient.html glib2.0-2.26.1/docs/reference/gio/html/GSocketClient.html --- glib2.0-2.26.0/docs/reference/gio/html/GSocketClient.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GSocketClient.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GSocketClient - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -49,7 +49,7 @@
                                                         (GSocketClient *client,
                                                          const gchar *protocol);
 GSocketClient *     g_socket_client_new                 (void);
-GSocketConnection *      g_socket_client_connect        (GSocketClient *client,
+GSocketConnection * g_socket_client_connect             (GSocketClient *client,
                                                          GSocketConnectable *connectable,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -58,11 +58,10 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-GSocketConnection *      g_socket_client_connect_finish (GSocketClient *client,
+GSocketConnection * g_socket_client_connect_finish      (GSocketClient *client,
                                                          GAsyncResult *result,
                                                          GError **error);
-GSocketConnection *      g_socket_client_connect_to_host
-                                                        (GSocketClient *client,
+GSocketConnection * g_socket_client_connect_to_host     (GSocketClient *client,
                                                          const gchar *host_and_port,
                                                          guint16 default_port,
                                                          GCancellable *cancellable,
@@ -74,12 +73,11 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-GSocketConnection *      g_socket_client_connect_to_host_finish
+GSocketConnection * g_socket_client_connect_to_host_finish
                                                         (GSocketClient *client,
                                                          GAsyncResult *result,
                                                          GError **error);
-GSocketConnection *      g_socket_client_connect_to_service
-                                                        (GSocketClient *client,
+GSocketConnection * g_socket_client_connect_to_service  (GSocketClient *client,
                                                          const gchar *domain,
                                                          const gchar *service,
                                                          GCancellable *cancellable,
@@ -91,11 +89,11 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-GSocketConnection *      g_socket_client_connect_to_service_finish
+GSocketConnection * g_socket_client_connect_to_service_finish
                                                         (GSocketClient *client,
                                                          GAsyncResult *result,
                                                          GError **error);
-GSocketConnection *      g_socket_client_connect_to_uri (GSocketClient *client,
+GSocketConnection * g_socket_client_connect_to_uri      (GSocketClient *client,
                                                          const gchar *uri,
                                                          guint16 default_port,
                                                          GCancellable *cancellable,
@@ -107,7 +105,7 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-GSocketConnection *      g_socket_client_connect_to_uri_finish
+GSocketConnection * g_socket_client_connect_to_uri_finish
                                                         (GSocketClient *client,
                                                          GAsyncResult *result,
                                                          GError **error);
@@ -131,14 +129,14 @@
                                                          gboolean enable);
 
-
+

Object Hierarchy

   GObject
    +----GSocketClient
 
-
+

Properties

   "enable-proxy"             gboolean              : Read / Write / Construct
@@ -149,7 +147,7 @@
   "type"                     GSocketType           : Read / Write / Construct
 
-
+

Description

GSocketClient is a high-level utility class for connecting to a @@ -166,9 +164,9 @@ it will be a GTcpConnection.

-
+

Details

-
+

GSocketClient

typedef struct _GSocketClient GSocketClient;

@@ -177,7 +175,7 @@

Since 2.22


-
+

g_socket_client_add_application_proxy ()

void                g_socket_client_add_application_proxy
                                                         (GSocketClient *client,
@@ -217,7 +215,7 @@
 

-
+

g_socket_client_new ()

GSocketClient *     g_socket_client_new                 (void);

@@ -236,9 +234,9 @@

Since 2.22


-
+

g_socket_client_connect ()

-
GSocketConnection *      g_socket_client_connect        (GSocketClient *client,
+
GSocketConnection * g_socket_client_connect             (GSocketClient *client,
                                                          GSocketConnectable *connectable,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -301,7 +299,7 @@

Since 2.22


-
+

g_socket_client_connect_async ()

void                g_socket_client_connect_async       (GSocketClient *client,
                                                          GSocketConnectable *connectable,
@@ -349,9 +347,9 @@
 

Since 2.22


-
+

g_socket_client_connect_finish ()

-
GSocketConnection *      g_socket_client_connect_finish (GSocketClient *client,
+
GSocketConnection * g_socket_client_connect_finish      (GSocketClient *client,
                                                          GAsyncResult *result,
                                                          GError **error);

@@ -387,10 +385,9 @@

Since 2.22


-
+

g_socket_client_connect_to_host ()

-
GSocketConnection *      g_socket_client_connect_to_host
-                                                        (GSocketClient *client,
+
GSocketConnection * g_socket_client_connect_to_host     (GSocketClient *client,
                                                          const gchar *host_and_port,
                                                          guint16 default_port,
                                                          GCancellable *cancellable,
@@ -473,7 +470,7 @@
 

Since 2.22


-
+

g_socket_client_connect_to_host_async ()

void                g_socket_client_connect_to_host_async
                                                         (GSocketClient *client,
@@ -528,9 +525,9 @@
 

Since 2.22


-
+

g_socket_client_connect_to_host_finish ()

-
GSocketConnection *      g_socket_client_connect_to_host_finish
+
GSocketConnection * g_socket_client_connect_to_host_finish
                                                         (GSocketClient *client,
                                                          GAsyncResult *result,
                                                          GError **error);
@@ -567,10 +564,9 @@

Since 2.22


-
+

g_socket_client_connect_to_service ()

-
GSocketConnection *      g_socket_client_connect_to_service
-                                                        (GSocketClient *client,
+
GSocketConnection * g_socket_client_connect_to_service  (GSocketClient *client,
                                                          const gchar *domain,
                                                          const gchar *service,
                                                          GCancellable *cancellable,
@@ -631,7 +627,7 @@
 

-
+

g_socket_client_connect_to_service_async ()

void                g_socket_client_connect_to_service_async
                                                         (GSocketClient *client,
@@ -682,9 +678,9 @@
 

Since 2.22


-
+

g_socket_client_connect_to_service_finish ()

-
GSocketConnection *      g_socket_client_connect_to_service_finish
+
GSocketConnection * g_socket_client_connect_to_service_finish
                                                         (GSocketClient *client,
                                                          GAsyncResult *result,
                                                          GError **error);
@@ -721,9 +717,9 @@

Since 2.22


-
+

g_socket_client_connect_to_uri ()

-
GSocketConnection *      g_socket_client_connect_to_uri (GSocketClient *client,
+
GSocketConnection * g_socket_client_connect_to_uri      (GSocketClient *client,
                                                          const gchar *uri,
                                                          guint16 default_port,
                                                          GCancellable *cancellable,
@@ -793,7 +789,7 @@
 

Since 2.26


-
+

g_socket_client_connect_to_uri_async ()

void                g_socket_client_connect_to_uri_async
                                                         (GSocketClient *client,
@@ -848,9 +844,9 @@
 

Since 2.26


-
+

g_socket_client_connect_to_uri_finish ()

-
GSocketConnection *      g_socket_client_connect_to_uri_finish
+
GSocketConnection * g_socket_client_connect_to_uri_finish
                                                         (GSocketClient *client,
                                                          GAsyncResult *result,
                                                          GError **error);
@@ -887,7 +883,7 @@

Since 2.26


-
+

g_socket_client_set_family ()

void                g_socket_client_set_family          (GSocketClient *client,
                                                          GSocketFamily family);
@@ -920,7 +916,7 @@

Since 2.22


-
+

g_socket_client_set_local_address ()

void                g_socket_client_set_local_address   (GSocketClient *client,
                                                          GSocketAddress *address);
@@ -952,7 +948,7 @@

Since 2.22


-
+

g_socket_client_set_protocol ()

void                g_socket_client_set_protocol        (GSocketClient *client,
                                                          GSocketProtocol protocol);
@@ -983,7 +979,7 @@

Since 2.22


-
+

g_socket_client_set_socket_type ()

void                g_socket_client_set_socket_type     (GSocketClient *client,
                                                          GSocketType type);
@@ -1014,7 +1010,7 @@

Since 2.22


-
+

g_socket_client_set_timeout ()

void                g_socket_client_set_timeout         (GSocketClient *client,
                                                          guint timeout);
@@ -1045,7 +1041,7 @@

Since 2.26


-
+

g_socket_client_get_family ()

GSocketFamily       g_socket_client_get_family          (GSocketClient *client);

@@ -1073,7 +1069,7 @@

Since 2.22


-
+

g_socket_client_get_local_address ()

GSocketAddress *    g_socket_client_get_local_address   (GSocketClient *client);

@@ -1100,7 +1096,7 @@

Since 2.22


-
+

g_socket_client_get_protocol ()

GSocketProtocol     g_socket_client_get_protocol        (GSocketClient *client);

@@ -1128,7 +1124,7 @@

Since 2.22


-
+

g_socket_client_get_socket_type ()

GSocketType         g_socket_client_get_socket_type     (GSocketClient *client);

@@ -1156,7 +1152,7 @@

Since 2.22


-
+

g_socket_client_get_timeout ()

guint               g_socket_client_get_timeout         (GSocketClient *client);

@@ -1184,7 +1180,7 @@

Since 2.26


-
+

g_socket_client_get_enable_proxy ()

gboolean            g_socket_client_get_enable_proxy    (GSocketClient *client);

@@ -1209,7 +1205,7 @@

Since 2.26


-
+

g_socket_client_set_enable_proxy ()

void                g_socket_client_set_enable_proxy    (GSocketClient *client,
                                                          gboolean enable);
@@ -1237,56 +1233,56 @@

Since 2.26

-
+

Property Details

-
+

The "enable-proxy" property

  "enable-proxy"             gboolean              : Read / Write / Construct

Enable proxy support.

Default value: TRUE


-
+

The "family" property

  "family"                   GSocketFamily         : Read / Write / Construct

The sockets address family to use for socket construction.

Default value: G_SOCKET_FAMILY_INVALID


-
+

The "local-address" property

  "local-address"            GSocketAddress*       : Read / Write / Construct

The local address constructed sockets will be bound to.


-
+

The "protocol" property

  "protocol"                 GSocketProtocol       : Read / Write / Construct

The protocol to use for socket construction, or 0 for default.

Default value: G_SOCKET_PROTOCOL_DEFAULT


-
+

The "timeout" property

  "timeout"                  guint                 : Read / Write / Construct

The I/O timeout for sockets, or 0 for none.

Default value: 0


-
+

The "type" property

  "type"                     GSocketType           : Read / Write / Construct

The sockets type to use for socket construction.

Default value: G_SOCKET_TYPE_STREAM

- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GSocketConnectable.html glib2.0-2.26.1/docs/reference/gio/html/GSocketConnectable.html --- glib2.0-2.26.0/docs/reference/gio/html/GSocketConnectable.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GSocketConnectable.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GSocketConnectable - + - + @@ -34,7 +34,7 @@ Properties -
+
@@ -43,7 +43,7 @@
-
+ -
+

Object Hierarchy

   GInterface
@@ -86,26 +86,26 @@
          +----GProxyAddressEnumerator
 
-
+

Prerequisites

GSocketConnectable requires GObject.

-
+

Known Implementations

GSocketConnectable is implemented by GInetSocketAddress, GNetworkAddress, GNetworkService, GProxyAddress, GSocketAddress and GUnixSocketAddress.

-
+

Properties

   "connectable"              GSocketConnectable*   : Read / Write / Construct Only
   "uri"                      gchar*                : Read / Write / Construct Only
 
-
+

Description

Objects that describe one or more potential socket endpoints @@ -234,9 +234,9 @@

-
+

Details

-
+

GSocketConnectable

typedef struct _GSocketConnectable GSocketConnectable;

@@ -244,7 +244,7 @@


-
+

GSocketConnectableIface

typedef struct {
   GTypeInterface g_iface;
@@ -282,7 +282,7 @@
 

-
+

g_socket_connectable_enumerate ()

GSocketAddressEnumerator * g_socket_connectable_enumerate
                                                         (GSocketConnectable *connectable);
@@ -308,7 +308,7 @@

Since 2.22


-
+

g_socket_connectable_proxy_enumerate ()

GSocketAddressEnumerator * g_socket_connectable_proxy_enumerate
                                                         (GSocketConnectable *connectable);
@@ -341,7 +341,7 @@

Since 2.26


-
+

GSocketAddressEnumerator

typedef struct _GSocketAddressEnumerator GSocketAddressEnumerator;

@@ -350,7 +350,7 @@


-
+

g_socket_address_enumerator_next ()

GSocketAddress *    g_socket_address_enumerator_next    (GSocketAddressEnumerator *enumerator,
                                                          GCancellable *cancellable,
@@ -400,7 +400,7 @@
 

-
+

g_socket_address_enumerator_next_async ()

void                g_socket_address_enumerator_next_async
                                                         (GSocketAddressEnumerator *enumerator,
@@ -439,7 +439,7 @@
 

-
+

g_socket_address_enumerator_next_finish ()

GSocketAddress *    g_socket_address_enumerator_next_finish
                                                         (GSocketAddressEnumerator *enumerator,
@@ -480,7 +480,7 @@
 

-
+

GProxyAddressEnumerator

typedef struct _GProxyAddressEnumerator GProxyAddressEnumerator;

@@ -490,15 +490,15 @@

-
+

Property Details

-
+

The "connectable" property

  "connectable"              GSocketConnectable*   : Read / Write / Construct Only

The connectable being enumerated.


-
+

The "uri" property

  "uri"                      gchar*                : Read / Write / Construct Only

The destination URI, use none:// for generic socket.

@@ -508,6 +508,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GSocketConnection.html glib2.0-2.26.1/docs/reference/gio/html/GSocketConnection.html --- glib2.0-2.26.0/docs/reference/gio/html/GSocketConnection.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GSocketConnection.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GSocketConnection - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -66,7 +66,7 @@
                                                          gint protocol);
 
-
+

Object Hierarchy

   GObject
@@ -76,13 +76,13 @@
                +----GUnixConnection
 
-
+

Properties

   "socket"                   GSocket*              : Read / Write / Construct Only
 
-
+

Description

GSocketConnection is a GIOStream for a connected socket. They @@ -101,9 +101,9 @@ family/type/protocol using g_socket_connection_factory_register_type().

-
+

Details

-
+

GSocketConnection

typedef struct _GSocketConnection GSocketConnection;

@@ -112,7 +112,7 @@

Since 2.22


-
+

g_socket_connection_get_local_address ()

GSocketAddress *    g_socket_connection_get_local_address
                                                         (GSocketConnection *connection,
@@ -146,7 +146,7 @@
 

Since 2.22


-
+

g_socket_connection_get_remote_address ()

GSocketAddress *    g_socket_connection_get_remote_address
                                                         (GSocketConnection *connection,
@@ -180,7 +180,7 @@
 

Since 2.22


-
+

g_socket_connection_get_socket ()

GSocket *           g_socket_connection_get_socket      (GSocketConnection *connection);

@@ -206,7 +206,7 @@

Since 2.22


-
+

g_socket_connection_factory_create_connection ()

GSocketConnection * g_socket_connection_factory_create_connection
                                                         (GSocket *socket);
@@ -233,7 +233,7 @@

Since 2.22


-
+

g_socket_connection_factory_lookup_type ()

GType               g_socket_connection_factory_lookup_type
                                                         (GSocketFamily family,
@@ -275,7 +275,7 @@
 

Since 2.22


-
+

g_socket_connection_factory_register_type ()

void                g_socket_connection_factory_register_type
                                                         (GType g_type,
@@ -317,21 +317,21 @@
 

Since 2.22

-
+

Property Details

-
+

The "socket" property

  "socket"                   GSocket*              : Read / Write / Construct Only

The underlying GSocket.

- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GSocketControlMessage.html glib2.0-2.26.1/docs/reference/gio/html/GSocketControlMessage.html --- glib2.0-2.26.0/docs/reference/gio/html/GSocketControlMessage.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GSocketControlMessage.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GSocketControlMessage - + - + @@ -28,7 +28,7 @@ Object Hierarchy -
+
@@ -37,7 +37,7 @@
-
+ -
+

Object Hierarchy

   GObject
@@ -62,7 +62,7 @@
          +----GUnixCredentialsMessage
 
-
+

Description

A GSocketControlMessage is a special-purpose utility message that @@ -91,9 +91,9 @@ g_socket_receive_message() to read such a message.

-
+

Details

-
+

GSocketControlMessage

typedef struct _GSocketControlMessage GSocketControlMessage;

@@ -102,7 +102,7 @@


-
+

g_socket_control_message_deserialize ()

GSocketControlMessage * g_socket_control_message_deserialize
                                                         (int level,
@@ -153,7 +153,7 @@
 

Since 2.22


-
+

g_socket_control_message_get_level ()

int                 g_socket_control_message_get_level  (GSocketControlMessage *message);

@@ -179,7 +179,7 @@

Since 2.22


-
+

g_socket_control_message_get_msg_type ()

int                 g_socket_control_message_get_msg_type
                                                         (GSocketControlMessage *message);
@@ -206,7 +206,7 @@

Since 2.22


-
+

g_socket_control_message_get_size ()

gsize               g_socket_control_message_get_size   (GSocketControlMessage *message);

@@ -232,7 +232,7 @@

Since 2.22


-
+

g_socket_control_message_serialize ()

void                g_socket_control_message_serialize  (GSocketControlMessage *message,
                                                          gpointer data);
@@ -263,13 +263,13 @@

Since 2.22

-
+

See Also

GSocket.
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GSocket.html glib2.0-2.26.1/docs/reference/gio/html/GSocket.html --- glib2.0-2.26.0/docs/reference/gio/html/GSocket.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GSocket.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GSocket - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -55,11 +55,11 @@
 enum                GSocketMsgFlags;
                     GInputVector;
                     GOutputVector;
-GSocket *               g_socket_new                    (GSocketFamily family,
+GSocket *           g_socket_new                        (GSocketFamily family,
                                                          GSocketType type,
                                                          GSocketProtocol protocol,
                                                          GError **error);
-GSocket *               g_socket_new_from_fd            (gint fd,
+GSocket *           g_socket_new_from_fd                (gint fd,
                                                          GError **error);
 gboolean            g_socket_bind                       (GSocket *socket,
                                                          GSocketAddress *address,
@@ -67,7 +67,7 @@
                                                          GError **error);
 gboolean            g_socket_listen                     (GSocket *socket,
                                                          GError **error);
-GSocket *               g_socket_accept                 (GSocket *socket,
+GSocket *           g_socket_accept                     (GSocket *socket,
                                                          GCancellable *cancellable,
                                                          GError **error);
 gboolean            g_socket_connect                    (GSocket *socket,
@@ -136,7 +136,7 @@
                                                          gboolean shutdown_write,
                                                          GError **error);
 gboolean            g_socket_is_connected               (GSocket *socket);
-GSource *               g_socket_create_source          (GSocket *socket,
+GSource *           g_socket_create_source              (GSocket *socket,
                                                          GIOCondition condition,
                                                          GCancellable *cancellable);
 GIOCondition        g_socket_condition_check            (GSocket *socket,
@@ -159,10 +159,10 @@
                                                          guint timeout);
 GSocketFamily       g_socket_get_family                 (GSocket *socket);
 int                 g_socket_get_fd                     (GSocket *socket);
-GSocketAddress *        g_socket_get_local_address      (GSocket *socket,
+GSocketAddress *    g_socket_get_local_address          (GSocket *socket,
                                                          GError **error);
 GSocketProtocol     g_socket_get_protocol               (GSocket *socket);
-GSocketAddress *        g_socket_get_remote_address     (GSocket *socket,
+GSocketAddress *    g_socket_get_remote_address         (GSocket *socket,
                                                          GError **error);
 GSocketType         g_socket_get_socket_type            (GSocket *socket);
 gboolean            g_socket_speaks_ipv4                (GSocket *socket);
@@ -170,20 +170,20 @@
                                                          GError **error);
 
-
+

Object Hierarchy

   GObject
    +----GSocket
 
-
+

Implemented Interfaces

GSocket implements GInitable.

-
+

Properties

   "blocking"                 gboolean              : Read / Write
@@ -198,7 +198,7 @@
   "type"                     GSocketType           : Read / Write / Construct Only
 
-
+

Description

A GSocket is a low-level networking primitive. It is a more or less @@ -256,9 +256,9 @@ if it tries to write to stdout after it has been closed.

-
+

Details

-
+

GSocket

typedef struct _GSocket GSocket;

@@ -267,7 +267,7 @@

Since 2.22


-
+

GSocketSourceFunc ()

gboolean            (*GSocketSourceFunc)                (GSocket *socket,
                                                          GIOCondition condition,
@@ -305,7 +305,7 @@
 

Since 2.22


-
+

enum GSocketType

typedef enum
 {
@@ -349,7 +349,7 @@
 

Since 2.22


-
+

enum GSocketProtocol

typedef enum {
   G_SOCKET_PROTOCOL_UNKNOWN = -1,
@@ -402,7 +402,7 @@
 

Since 2.22


-
+

enum GSocketMsgFlags

typedef enum
 {
@@ -449,7 +449,7 @@
 

Since 2.22


-
+

GInputVector

typedef struct {
   gpointer buffer;
@@ -480,7 +480,7 @@
 

Since 2.22


-
+

GOutputVector

typedef struct {
   gconstpointer buffer;
@@ -511,9 +511,9 @@
 

Since 2.22


-
+

g_socket_new ()

-
GSocket *               g_socket_new                    (GSocketFamily family,
+
GSocket *           g_socket_new                        (GSocketFamily family,
                                                          GSocketType type,
                                                          GSocketProtocol protocol,
                                                          GError **error);
@@ -570,9 +570,9 @@

Since 2.22


-
+

g_socket_new_from_fd ()

-
GSocket *               g_socket_new_from_fd            (gint fd,
+
GSocket *           g_socket_new_from_fd                (gint fd,
                                                          GError **error);

Creates a new GSocket from a native file descriptor @@ -610,7 +610,7 @@

Since 2.22


-
+

g_socket_bind ()

gboolean            g_socket_bind                       (GSocket *socket,
                                                          GSocketAddress *address,
@@ -672,7 +672,7 @@
 

Since 2.22


-
+

g_socket_listen ()

gboolean            g_socket_listen                     (GSocket *socket,
                                                          GError **error);
@@ -713,9 +713,9 @@

Since 2.22


-
+

g_socket_accept ()

-
GSocket *               g_socket_accept                 (GSocket *socket,
+
GSocket *           g_socket_accept                     (GSocket *socket,
                                                          GCancellable *cancellable,
                                                          GError **error);

@@ -763,7 +763,7 @@

Since 2.22


-
+

g_socket_connect ()

gboolean            g_socket_connect                    (GSocket *socket,
                                                          GSocketAddress *address,
@@ -825,7 +825,7 @@
 

Since 2.22


-
+

g_socket_check_connect_result ()

gboolean            g_socket_check_connect_result       (GSocket *socket,
                                                          GError **error);
@@ -859,7 +859,7 @@

Since 2.22


-
+

g_socket_receive ()

gssize              g_socket_receive                    (GSocket *socket,
                                                          gchar *buffer,
@@ -935,7 +935,7 @@
 

Since 2.22


-
+

g_socket_receive_from ()

gssize              g_socket_receive_from               (GSocket *socket,
                                                          GSocketAddress **address,
@@ -1000,7 +1000,7 @@
 

Since 2.22


-
+

g_socket_receive_message ()

gssize              g_socket_receive_message            (GSocket *socket,
                                                          GSocketAddress **address,
@@ -1140,7 +1140,7 @@
 

Since 2.22


-
+

g_socket_receive_with_blocking ()

gssize              g_socket_receive_with_blocking      (GSocket *socket,
                                                          gchar *buffer,
@@ -1199,7 +1199,7 @@
 

Since 2.26


-
+

g_socket_send ()

gssize              g_socket_send                       (GSocket *socket,
                                                          const gchar *buffer,
@@ -1265,7 +1265,7 @@
 

Since 2.22


-
+

g_socket_send_to ()

gssize              g_socket_send_to                    (GSocket *socket,
                                                          GSocketAddress *address,
@@ -1327,7 +1327,7 @@
 

Since 2.22


-
+

g_socket_send_message ()

gssize              g_socket_send_message               (GSocket *socket,
                                                          GSocketAddress *address,
@@ -1445,7 +1445,7 @@
 

Since 2.22


-
+

g_socket_send_with_blocking ()

gssize              g_socket_send_with_blocking         (GSocket *socket,
                                                          const gchar *buffer,
@@ -1504,7 +1504,7 @@
 

Since 2.26


-
+

g_socket_close ()

gboolean            g_socket_close                      (GSocket *socket,
                                                          GError **error);
@@ -1568,7 +1568,7 @@

Since 2.22


-
+

g_socket_is_closed ()

gboolean            g_socket_is_closed                  (GSocket *socket);

@@ -1593,7 +1593,7 @@

Since 2.22


-
+

g_socket_shutdown ()

gboolean            g_socket_shutdown                   (GSocket *socket,
                                                          gboolean shutdown_read,
@@ -1653,7 +1653,7 @@
 

Since 2.22


-
+

g_socket_is_connected ()

gboolean            g_socket_is_connected               (GSocket *socket);

@@ -1679,9 +1679,9 @@

Since 2.22


-
+

g_socket_create_source ()

-
GSource *               g_socket_create_source          (GSocket *socket,
+
GSource *           g_socket_create_source              (GSocket *socket,
                                                          GIOCondition condition,
                                                          GCancellable *cancellable);

@@ -1738,7 +1738,7 @@

Since 2.22


-
+

g_socket_condition_check ()

GIOCondition        g_socket_condition_check            (GSocket *socket,
                                                          GIOCondition condition);
@@ -1788,7 +1788,7 @@

Since 2.22


-
+

g_socket_condition_wait ()

gboolean            g_socket_condition_wait             (GSocket *socket,
                                                          GIOCondition condition,
@@ -1839,7 +1839,7 @@
 

Since 2.22


-
+

g_socket_set_listen_backlog ()

void                g_socket_set_listen_backlog         (GSocket *socket,
                                                          gint backlog);
@@ -1871,7 +1871,7 @@

Since 2.22


-
+

g_socket_get_listen_backlog ()

gint                g_socket_get_listen_backlog         (GSocket *socket);

@@ -1897,7 +1897,7 @@

Since 2.22


-
+

g_socket_get_blocking ()

gboolean            g_socket_get_blocking               (GSocket *socket);

@@ -1923,7 +1923,7 @@

Since 2.22


-
+

g_socket_set_blocking ()

void                g_socket_set_blocking               (GSocket *socket,
                                                          gboolean blocking);
@@ -1956,7 +1956,7 @@

Since 2.22


-
+

g_socket_get_keepalive ()

gboolean            g_socket_get_keepalive              (GSocket *socket);

@@ -1982,7 +1982,7 @@

Since 2.22


-
+

g_socket_set_keepalive ()

void                g_socket_set_keepalive              (GSocket *socket,
                                                          gboolean keepalive);
@@ -2023,7 +2023,7 @@

Since 2.22


-
+

g_socket_get_timeout ()

guint               g_socket_get_timeout                (GSocket *socket);

@@ -2049,7 +2049,7 @@

Since 2.26


-
+

g_socket_set_timeout ()

void                g_socket_set_timeout                (GSocket *socket,
                                                          guint timeout);
@@ -2097,7 +2097,7 @@

Since 2.26


-
+

g_socket_get_family ()

GSocketFamily       g_socket_get_family                 (GSocket *socket);

@@ -2122,7 +2122,7 @@

Since 2.22


-
+

g_socket_get_fd ()

int                 g_socket_get_fd                     (GSocket *socket);

@@ -2151,9 +2151,9 @@

Since 2.22


-
+

g_socket_get_local_address ()

-
GSocketAddress *        g_socket_get_local_address      (GSocket *socket,
+
GSocketAddress *    g_socket_get_local_address          (GSocket *socket,
                                                          GError **error);

Try to get the local address of a bound socket. This is only @@ -2186,7 +2186,7 @@

Since 2.22


-
+

g_socket_get_protocol ()

GSocketProtocol     g_socket_get_protocol               (GSocket *socket);

@@ -2212,9 +2212,9 @@

Since 2.22


-
+

g_socket_get_remote_address ()

-
GSocketAddress *        g_socket_get_remote_address     (GSocket *socket,
+
GSocketAddress *    g_socket_get_remote_address         (GSocket *socket,
                                                          GError **error);

Try to get the remove address of a connected socket. This is only @@ -2246,7 +2246,7 @@

Since 2.22


-
+

g_socket_get_socket_type ()

GSocketType         g_socket_get_socket_type            (GSocket *socket);

@@ -2271,7 +2271,7 @@

Since 2.22


-
+

g_socket_speaks_ipv4 ()

gboolean            g_socket_speaks_ipv4                (GSocket *socket);

@@ -2306,7 +2306,7 @@

Since 2.22


-
+

g_socket_get_credentials ()

GCredentials *      g_socket_get_credentials            (GSocket *socket,
                                                          GError **error);
@@ -2352,37 +2352,37 @@

Since 2.26

-
+

Property Details

-
+

The "blocking" property

  "blocking"                 gboolean              : Read / Write

Whether or not I/O on this socket is blocking.

Default value: TRUE


-
+

The "family" property

  "family"                   GSocketFamily         : Read / Write / Construct Only

The sockets address family.

Default value: G_SOCKET_FAMILY_INVALID


-
+

The "fd" property

  "fd"                       gint                  : Read / Write / Construct Only

The sockets file descriptor.

Default value: -1


-
+

The "keepalive" property

  "keepalive"                gboolean              : Read / Write

Keep connection alive by sending periodic pings.

Default value: FALSE


-
+

The "listen-backlog" property

  "listen-backlog"           gint                  : Read / Write

Outstanding connections in the listen queue.

@@ -2390,26 +2390,26 @@

Default value: 10


-
+

The "local-address" property

  "local-address"            GSocketAddress*       : Read

The local address the socket is bound to.


-
+

The "protocol" property

  "protocol"                 GSocketProtocol       : Read / Write / Construct Only

The id of the protocol to use, or -1 for unknown.

Default value: G_SOCKET_PROTOCOL_UNKNOWN


-
+

The "remote-address" property

  "remote-address"           GSocketAddress*       : Read

The remote address the socket is connected to.


-
+

The "timeout" property

  "timeout"                  guint                 : Read / Write

@@ -2419,20 +2419,20 @@

Since 2.26


-
+

The "type" property

  "type"                     GSocketType           : Read / Write / Construct Only

The sockets type.

Default value: G_SOCKET_TYPE_STREAM

-
+

See Also

GInitable
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GSocketListener.html glib2.0-2.26.1/docs/reference/gio/html/GSocketListener.html --- glib2.0-2.26.0/docs/reference/gio/html/GSocketListener.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GSocketListener.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GSocketListener - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,10 +39,10 @@
-
+

Synopsis

                    GSocketListener;
-GSocketListener *        g_socket_listener_new          (void);
+GSocketListener *   g_socket_listener_new               (void);
 gboolean            g_socket_listener_add_socket        (GSocketListener *listener,
                                                          GSocket *socket,
                                                          GObject *source_object,
@@ -61,7 +61,7 @@
 guint16             g_socket_listener_add_any_inet_port (GSocketListener *listener,
                                                          GObject *source_object,
                                                          GError **error);
-GSocketConnection *      g_socket_listener_accept       (GSocketListener *listener,
+GSocketConnection * g_socket_listener_accept            (GSocketListener *listener,
                                                          GObject **source_object,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -69,13 +69,11 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-GSocketConnection *      g_socket_listener_accept_finish
-                                                        (GSocketListener *listener,
+GSocketConnection * g_socket_listener_accept_finish     (GSocketListener *listener,
                                                          GAsyncResult *result,
                                                          GObject **source_object,
                                                          GError **error);
-GSocket *                g_socket_listener_accept_socket
-                                                        (GSocketListener *listener,
+GSocket *           g_socket_listener_accept_socket     (GSocketListener *listener,
                                                          GObject **source_object,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -84,7 +82,7 @@
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-GSocket *                g_socket_listener_accept_socket_finish
+GSocket *           g_socket_listener_accept_socket_finish
                                                         (GSocketListener *listener,
                                                          GAsyncResult *result,
                                                          GObject **source_object,
@@ -94,7 +92,7 @@
                                                          int listen_backlog);
 
-
+

Object Hierarchy

   GObject
@@ -102,13 +100,13 @@
          +----GSocketService
 
-
+

Properties

   "listen-backlog"           gint                  : Read / Write / Construct
 
-
+

Description

A GSocketListener is an object that keeps track of a set @@ -121,18 +119,18 @@ that makes this even easier.

-
+

Details

-
+

GSocketListener

typedef struct _GSocketListener GSocketListener;


-
+

g_socket_listener_new ()

-
GSocketListener *        g_socket_listener_new          (void);
+
GSocketListener *   g_socket_listener_new               (void);

Creates a new GSocketListener with no sockets to listen for. New listeners can be added with e.g. g_socket_listener_add_address() @@ -150,7 +148,7 @@

Since 2.22


-
+

g_socket_listener_add_socket ()

gboolean            g_socket_listener_add_socket        (GSocketListener *listener,
                                                          GSocket *socket,
@@ -202,7 +200,7 @@
 

Since 2.22


-
+

g_socket_listener_add_address ()

gboolean            g_socket_listener_add_address       (GSocketListener *listener,
                                                          GSocketAddress *address,
@@ -285,7 +283,7 @@
 

Since 2.22


-
+

g_socket_listener_add_inet_port ()

gboolean            g_socket_listener_add_inet_port     (GSocketListener *listener,
                                                          guint16 port,
@@ -337,7 +335,7 @@
 

Since 2.22


-
+

g_socket_listener_add_any_inet_port ()

guint16             g_socket_listener_add_any_inet_port (GSocketListener *listener,
                                                          GObject *source_object,
@@ -386,9 +384,9 @@
 

Since 2.24


-
+

g_socket_listener_accept ()

-
GSocketConnection *      g_socket_listener_accept       (GSocketListener *listener,
+
GSocketConnection * g_socket_listener_accept            (GSocketListener *listener,
                                                          GObject **source_object,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -442,7 +440,7 @@

Since 2.22


-
+

g_socket_listener_accept_async ()

void                g_socket_listener_accept_async      (GSocketListener *listener,
                                                          GCancellable *cancellable,
@@ -484,10 +482,9 @@
 

Since 2.22


-
+

g_socket_listener_accept_finish ()

-
GSocketConnection *      g_socket_listener_accept_finish
-                                                        (GSocketListener *listener,
+
GSocketConnection * g_socket_listener_accept_finish     (GSocketListener *listener,
                                                          GAsyncResult *result,
                                                          GObject **source_object,
                                                          GError **error);
@@ -529,10 +526,9 @@

Since 2.22


-
+

g_socket_listener_accept_socket ()

-
GSocket *                g_socket_listener_accept_socket
-                                                        (GSocketListener *listener,
+
GSocket *           g_socket_listener_accept_socket     (GSocketListener *listener,
                                                          GObject **source_object,
                                                          GCancellable *cancellable,
                                                          GError **error);
@@ -590,7 +586,7 @@

Since 2.22


-
+

g_socket_listener_accept_socket_async ()

void                g_socket_listener_accept_socket_async
                                                         (GSocketListener *listener,
@@ -633,9 +629,9 @@
 

Since 2.22


-
+

g_socket_listener_accept_socket_finish ()

-
GSocket *                g_socket_listener_accept_socket_finish
+
GSocket *           g_socket_listener_accept_socket_finish
                                                         (GSocketListener *listener,
                                                          GAsyncResult *result,
                                                          GObject **source_object,
@@ -678,7 +674,7 @@
 

Since 2.22


-
+

g_socket_listener_close ()

void                g_socket_listener_close             (GSocketListener *listener);

@@ -695,7 +691,7 @@

Since 2.22


-
+

g_socket_listener_set_backlog ()

void                g_socket_listener_set_backlog       (GSocketListener *listener,
                                                          int listen_backlog);
@@ -723,9 +719,9 @@

Since 2.22

-
+

Property Details

-
+

The "listen-backlog" property

  "listen-backlog"           gint                  : Read / Write / Construct

outstanding connections in the listen queue.

@@ -733,13 +729,13 @@

Default value: 10

- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GSocketService.html glib2.0-2.26.1/docs/reference/gio/html/GSocketService.html --- glib2.0-2.26.0/docs/reference/gio/html/GSocketService.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GSocketService.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GSocketService - + - + @@ -30,7 +30,7 @@ Signals -
+
@@ -39,7 +39,7 @@
-
+ -
+

Object Hierarchy

   GObject
@@ -57,13 +57,13 @@
                +----GThreadedSocketService
 
-
+

Signals

   "incoming"                                       : Run Last
 
-
+

Description

A GSocketService is an object that represents a service that is @@ -96,9 +96,9 @@ handle incoming clients.

-
+

Details

-
+

GSocketService

typedef struct _GSocketService GSocketService;

@@ -108,7 +108,7 @@

Since 2.22


-
+

g_socket_service_new ()

GSocketService *    g_socket_service_new                (void);

@@ -128,7 +128,7 @@

Since 2.22


-
+

g_socket_service_start ()

void                g_socket_service_start              (GSocketService *service);

@@ -150,7 +150,7 @@

Since 2.22


-
+

g_socket_service_stop ()

void                g_socket_service_stop               (GSocketService *service);

@@ -172,7 +172,7 @@

Since 2.22


-
+

g_socket_service_is_active ()

gboolean            g_socket_service_is_active          (GSocketService *service);

@@ -200,9 +200,9 @@

Since 2.22

-
+

Signal Details

-
+

The "incoming" signal

gboolean            user_function                      (GSocketService    *service,
                                                         GSocketConnection *connection,
@@ -246,13 +246,13 @@
 

Since 2.22

- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GTcpConnection.html glib2.0-2.26.1/docs/reference/gio/html/GTcpConnection.html --- glib2.0-2.26.0/docs/reference/gio/html/GTcpConnection.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GTcpConnection.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GTcpConnection - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

                    GTcpConnection;
 void                g_tcp_connection_set_graceful_disconnect
@@ -49,7 +49,7 @@
                                                         (GTcpConnection *connection);
 
-
+

Object Hierarchy

   GObject
@@ -58,31 +58,31 @@
                +----GTcpConnection
 
-
+

Properties

   "graceful-disconnect"      gboolean              : Read / Write
 
-
+

Description

This is the subclass of GSocketConnection that is created for TCP/IP sockets.

-
+

Details

-
+

GTcpConnection

typedef struct _GTcpConnection GTcpConnection;

-A GSocketConnection for TCP/IP connections. +A GSocketConnection for UNIX domain socket connections.

Since 2.22


-
+

g_tcp_connection_set_graceful_disconnect ()

void                g_tcp_connection_set_graceful_disconnect
                                                         (GTcpConnection *connection,
@@ -117,7 +117,7 @@
 

Since 2.22


-
+

g_tcp_connection_get_graceful_disconnect ()

gboolean            g_tcp_connection_get_graceful_disconnect
                                                         (GTcpConnection *connection);
@@ -144,22 +144,22 @@

Since 2.22

-
+

Property Details

-
+

The "graceful-disconnect" property

  "graceful-disconnect"      gboolean              : Read / Write

Whether or not close does a graceful disconnect.

Default value: FALSE

-
+

See Also

GSocketConnection.
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GThemedIcon.html glib2.0-2.26.1/docs/reference/gio/html/GThemedIcon.html --- glib2.0-2.26.0/docs/reference/gio/html/GThemedIcon.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GThemedIcon.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GThemedIcon - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -56,31 +56,31 @@
                                                          const char *iconname);
 void                g_themed_icon_append_name           (GThemedIcon *icon,
                                                          const char *iconname);
-const gchar * const * g_themed_icon_get_names           (GThemedIcon *icon);
+const gchar* const * g_themed_icon_get_names            (GThemedIcon *icon);
 
-
+

Object Hierarchy

   GObject
    +----GThemedIcon
 
-
+

Implemented Interfaces

GThemedIcon implements GIcon.

-
+

Properties

   "name"                     gchar*                : Write / Construct Only
-  "names"                    GStrv                 : Read / Write / Construct Only
+  "names"                    GStrv*                : Read / Write / Construct Only
   "use-default-fallbacks"    gboolean              : Read / Write / Construct Only
 
-
+

Description

GThemedIcon is an implementation of GIcon that supports icon themes. @@ -92,9 +92,9 @@ themes that inherit other themes.

-
+

Details

-
+

GThemedIcon

typedef struct _GThemedIcon GThemedIcon;

@@ -102,7 +102,7 @@


-
+

g_themed_icon_new ()

GIcon *             g_themed_icon_new                   (const char *iconname);

@@ -125,7 +125,7 @@


-
+

g_themed_icon_new_from_names ()

GIcon *             g_themed_icon_new_from_names        (char **iconnames,
                                                          int len);
@@ -155,7 +155,7 @@

-
+

g_themed_icon_new_with_default_fallbacks ()

GIcon *             g_themed_icon_new_with_default_fallbacks
                                                         (const char *iconname);
@@ -212,7 +212,7 @@

-
+

g_themed_icon_prepend_name ()

void                g_themed_icon_prepend_name          (GThemedIcon *icon,
                                                          const char *iconname);
@@ -221,7 +221,7 @@

-
+

Note

Note that doing so invalidates the hash computed by prior calls @@ -248,7 +248,7 @@

Since 2.18


-
+

g_themed_icon_append_name ()

void                g_themed_icon_append_name           (GThemedIcon *icon,
                                                          const char *iconname);
@@ -257,7 +257,7 @@

-
+

Note

Note that doing so invalidates the hash computed by prior calls @@ -283,9 +283,9 @@


-
+

g_themed_icon_get_names ()

-
const gchar * const * g_themed_icon_get_names           (GThemedIcon *icon);
+
const gchar* const * g_themed_icon_get_names            (GThemedIcon *icon);

Gets the names of icons from within icon.

@@ -306,9 +306,9 @@
-
+

Property Details

-
+

The "name" property

  "name"                     gchar*                : Write / Construct Only

@@ -317,15 +317,15 @@

Default value: NULL


-
+

The "names" property

-
  "names"                    GStrv                 : Read / Write / Construct Only
+
  "names"                    GStrv*                : Read / Write / Construct Only

A NULL-terminated array of icon names.


-
+

The "use-default-fallbacks" property

  "use-default-fallbacks"    gboolean              : Read / Write / Construct Only

@@ -365,13 +365,13 @@

Default value: FALSE

-
+

See Also

GIcon, GLoadableIcon
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GThreadedSocketService.html glib2.0-2.26.1/docs/reference/gio/html/GThreadedSocketService.html --- glib2.0-2.26.0/docs/reference/gio/html/GThreadedSocketService.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GThreadedSocketService.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GThreadedSocketService - + - + @@ -32,7 +32,7 @@ Signals -
+
@@ -41,13 +41,13 @@
-
+ -
+

Object Hierarchy

   GObject
@@ -56,19 +56,19 @@
                +----GThreadedSocketService
 
-
+

Properties

   "max-threads"              gint                  : Read / Write / Construct Only
 
-
+

Signals

   "run"                                            : Run Last
 
-
+

Description

A GThreadedSocketService is a simple subclass of GSocketService @@ -91,9 +91,9 @@ or subclass and override the default handler.

-
+

Details

-
+

GThreadedSocketService

typedef struct _GThreadedSocketService GThreadedSocketService;

@@ -103,9 +103,9 @@

Since 2.22


-
+

g_threaded_socket_service_new ()

-
GSocketService *         g_threaded_socket_service_new  (int max_threads);
+
GSocketService *    g_threaded_socket_service_new       (int max_threads);

Creates a new GThreadedSocketService with no listeners. Listeners must be added with g_socket_service_add_listeners(). @@ -130,9 +130,9 @@

Since 2.22

-
+

Property Details

-
+

The "max-threads" property

  "max-threads"              gint                  : Read / Write / Construct Only

The max number of threads handling clients for this service.

@@ -140,9 +140,9 @@

Default value: 10

-
+

Signal Details

-
+

The "run" signal

gboolean            user_function                      (GThreadedSocketService *service,
                                                         GSocketConnection      *connection,
@@ -185,13 +185,13 @@
 
-
+

See Also

GSocketService.
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GUnixConnection.html glib2.0-2.26.1/docs/reference/gio/html/GUnixConnection.html --- glib2.0-2.26.0/docs/reference/gio/html/GUnixConnection.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GUnixConnection.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GUnixConnection - + - + @@ -28,7 +28,7 @@ Object Hierarchy -
+
@@ -37,7 +37,7 @@
-
+

Synopsis

 #include <gio/gunixconnection.h>
@@ -59,7 +59,7 @@
                                                          GError **error);
 
-
+

Object Hierarchy

   GObject
@@ -68,7 +68,7 @@
                +----GUnixConnection
 
-
+

Description

This is the subclass of GSocketConnection that is created @@ -84,16 +84,16 @@ gio-unix-2.0.pc pkg-config file when using it.

-
+

Details

-
+

GUnixConnection

typedef struct _GUnixConnection GUnixConnection;


-
+

g_unix_connection_receive_fd ()

gint                g_unix_connection_receive_fd        (GUnixConnection *connection,
                                                          GCancellable *cancellable,
@@ -137,7 +137,7 @@
 

Since 2.22


-
+

g_unix_connection_send_fd ()

gboolean            g_unix_connection_send_fd           (GUnixConnection *connection,
                                                          gint fd,
@@ -187,7 +187,7 @@
 

Since 2.22


-
+

g_unix_connection_receive_credentials ()

GCredentials *      g_unix_connection_receive_credentials
                                                         (GUnixConnection *connection,
@@ -237,7 +237,7 @@
 

Since 2.26


-
+

g_unix_connection_send_credentials ()

gboolean            g_unix_connection_send_credentials  (GUnixConnection *connection,
                                                          GCancellable *cancellable,
@@ -286,13 +286,13 @@
 

Since 2.26

-
+

See Also

GSocketConnection.
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GUnixCredentialsMessage.html glib2.0-2.26.1/docs/reference/gio/html/GUnixCredentialsMessage.html --- glib2.0-2.26.0/docs/reference/gio/html/GUnixCredentialsMessage.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GUnixCredentialsMessage.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ GUnixCredentialsMessage - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gunixcredentialsmessage.h>
@@ -55,7 +55,7 @@
                                                         (void);
 
-
+

Object Hierarchy

   GObject
@@ -63,13 +63,13 @@
          +----GUnixCredentialsMessage
 
-
+

Properties

   "credentials"              GCredentials*         : Read / Write / Construct Only
 
-
+

Description

This GSocketControlMessage contains a GCredentials instance. It @@ -86,9 +86,9 @@ g_socket_get_credentials().

-
+

Details

-
+

GUnixCredentialsMessage

typedef struct _GUnixCredentialsMessage GUnixCredentialsMessage;

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

Since 2.26


-
+

GUnixCredentialsMessageClass

typedef struct {
   GSocketControlMessageClass parent_class;
@@ -110,7 +110,7 @@
 

Since 2.26


-
+

g_unix_credentials_message_new ()

GSocketControlMessage * g_unix_credentials_message_new  (void);

@@ -128,7 +128,7 @@

Since 2.26


-
+

g_unix_credentials_message_new_with_credentials ()

GSocketControlMessage * g_unix_credentials_message_new_with_credentials
                                                         (GCredentials *credentials);
@@ -154,7 +154,7 @@

Since 2.26


-
+

g_unix_credentials_message_get_credentials ()

GCredentials *      g_unix_credentials_message_get_credentials
                                                         (GUnixCredentialsMessage *message);
@@ -180,7 +180,7 @@

Since 2.26


-
+

g_unix_credentials_message_is_supported ()

gboolean            g_unix_credentials_message_is_supported
                                                         (void);
@@ -199,9 +199,9 @@

Since 2.26

-
+

Property Details

-
+

The "credentials" property

  "credentials"              GCredentials*         : Read / Write / Construct Only

@@ -210,13 +210,13 @@

Since 2.26

- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GUnixFDList.html glib2.0-2.26.1/docs/reference/gio/html/GUnixFDList.html --- glib2.0-2.26.0/docs/reference/gio/html/GUnixFDList.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GUnixFDList.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ GUnixFDList - + - + @@ -28,7 +28,7 @@ Object Hierarchy -
+
@@ -37,36 +37,36 @@
-
+ -
+

Object Hierarchy

   GObject
    +----GUnixFDList
 
-
+

Description

A GUnixFDList contains a list of file descriptors. It owns the file @@ -83,18 +83,18 @@ gio-unix-2.0.pc pkg-config file when using it.

-
+

Details

-
+

GUnixFDList

typedef struct _GUnixFDList GUnixFDList;


-
+

g_unix_fd_list_new_from_array ()

-
GUnixFDList *            g_unix_fd_list_new_from_array  (const gint *fds,
+
GUnixFDList *       g_unix_fd_list_new_from_array       (const gint *fds,
                                                          gint n_fds);

Creates a new GUnixFDList containing the file descriptors given in @@ -132,9 +132,9 @@

Since 2.24


-
+

g_unix_fd_list_new ()

-
GUnixFDList *            g_unix_fd_list_new             (void);
+
GUnixFDList *       g_unix_fd_list_new                  (void);

Creates a new GUnixFDList containing no file descriptors.

@@ -150,7 +150,7 @@

Since 2.24


-
+

g_unix_fd_list_get_length ()

gint                g_unix_fd_list_get_length           (GUnixFDList *list);

@@ -176,7 +176,7 @@

Since 2.24


-
+

g_unix_fd_list_get ()

gint                g_unix_fd_list_get                  (GUnixFDList *list,
                                                          gint index_,
@@ -227,9 +227,9 @@
 

Since 2.24


-
+

g_unix_fd_list_peek_fds ()

-
const gint *             g_unix_fd_list_peek_fds        (GUnixFDList *list,
+
const gint *        g_unix_fd_list_peek_fds             (GUnixFDList *list,
                                                          gint *length);

Returns the array of file descriptors that is contained in this @@ -273,9 +273,9 @@

Since 2.24


-
+

g_unix_fd_list_steal_fds ()

-
gint *                   g_unix_fd_list_steal_fds       (GUnixFDList *list,
+
gint *              g_unix_fd_list_steal_fds            (GUnixFDList *list,
                                                          gint *length);

Returns the array of file descriptors that is contained in this @@ -325,7 +325,7 @@

Since 2.24


-
+

g_unix_fd_list_append ()

gint                g_unix_fd_list_append               (GUnixFDList *list,
                                                          gint fd,
@@ -377,13 +377,13 @@
 

Since 2.24

-
+

See Also

GUnixFDMessage
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GUnixFDMessage.html glib2.0-2.26.1/docs/reference/gio/html/GUnixFDMessage.html --- glib2.0-2.26.0/docs/reference/gio/html/GUnixFDMessage.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GUnixFDMessage.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ GUnixFDMessage - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,24 +39,24 @@
-
+ -
+

Object Hierarchy

   GObject
@@ -64,13 +64,13 @@
          +----GUnixFDMessage
 
-
+

Properties

   "fd-list"                  GUnixFDList*          : Read / Write / Construct Only
 
-
+

Description

This GSocketControlMessage contains a GUnixFDList. @@ -90,18 +90,18 @@ gio-unix-2.0.pc pkg-config file when using it.

-
+

Details

-
+

GUnixFDMessage

typedef struct _GUnixFDMessage GUnixFDMessage;


-
+

g_unix_fd_message_new_with_fd_list ()

-
GSocketControlMessage *  g_unix_fd_message_new_with_fd_list
+
GSocketControlMessage * g_unix_fd_message_new_with_fd_list
                                                         (GUnixFDList *fd_list);

Creates a new GUnixFDMessage containing list. @@ -125,9 +125,9 @@

Since 2.24


-
+

g_unix_fd_message_new ()

-
GSocketControlMessage *  g_unix_fd_message_new          (void);
+
GSocketControlMessage * g_unix_fd_message_new           (void);

Creates a new GUnixFDMessage containing an empty file descriptor list. @@ -144,9 +144,9 @@

Since 2.22


-
+

g_unix_fd_message_get_fd_list ()

-
GUnixFDList *            g_unix_fd_message_get_fd_list  (GUnixFDMessage *message);
+
GUnixFDList *       g_unix_fd_message_get_fd_list       (GUnixFDMessage *message);

Gets the GUnixFDList contained in message. This function does not return a reference to the caller, but the returned list is valid for @@ -171,7 +171,7 @@

Since 2.24


-
+

g_unix_fd_message_append_fd ()

gboolean            g_unix_fd_message_append_fd         (GUnixFDMessage *message,
                                                          gint fd,
@@ -217,9 +217,9 @@
 

Since 2.22


-
+

g_unix_fd_message_steal_fds ()

-
gint *                   g_unix_fd_message_steal_fds    (GUnixFDMessage *message,
+
gint *              g_unix_fd_message_steal_fds         (GUnixFDMessage *message,
                                                          gint *length);

Returns the array of file descriptors that is contained in this @@ -268,21 +268,21 @@

Since 2.22

-
+

Property Details

-
+

The "fd-list" property

  "fd-list"                  GUnixFDList*          : Read / Write / Construct Only

The GUnixFDList object to send with the message.

- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GUnixInputStream.html glib2.0-2.26.1/docs/reference/gio/html/GUnixInputStream.html --- glib2.0-2.26.0/docs/reference/gio/html/GUnixInputStream.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GUnixInputStream.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GUnixInputStream - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gunixinputstream.h>
@@ -53,7 +53,7 @@
 gint                g_unix_input_stream_get_fd          (GUnixInputStream *stream);
 
-
+

Object Hierarchy

   GObject
@@ -61,14 +61,14 @@
          +----GUnixInputStream
 
-
+

Properties

   "close-fd"                 gboolean              : Read / Write
   "fd"                       gint                  : Read / Write / Construct Only
 
-
+

Description

GUnixInputStream implements GInputStream for reading from a @@ -81,9 +81,9 @@ gio-unix-2.0.pc pkg-config file when using it.

-
+

Details

-
+

GUnixInputStream

typedef struct _GUnixInputStream GUnixInputStream;

@@ -91,7 +91,7 @@


-
+

g_unix_input_stream_new ()

GInputStream *      g_unix_input_stream_new             (gint fd,
                                                          gboolean close_fd);
@@ -125,7 +125,7 @@

-
+

g_unix_input_stream_set_close_fd ()

void                g_unix_input_stream_set_close_fd    (GUnixInputStream *stream,
                                                          gboolean close_fd);
@@ -152,7 +152,7 @@

Since 2.20


-
+

g_unix_input_stream_get_close_fd ()

gboolean            g_unix_input_stream_get_close_fd    (GUnixInputStream *stream);

@@ -178,7 +178,7 @@

Since 2.20


-
+

g_unix_input_stream_get_fd ()

gint                g_unix_input_stream_get_fd          (GUnixInputStream *stream);

@@ -203,9 +203,9 @@

Since 2.20

-
+

Property Details

-
+

The "close-fd" property

  "close-fd"                 gboolean              : Read / Write

@@ -215,7 +215,7 @@

Since 2.20


-
+

The "fd" property

  "fd"                       gint                  : Read / Write / Construct Only

@@ -225,13 +225,13 @@

Since 2.20

-
+

See Also

GInputStream
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GUnixOutputStream.html glib2.0-2.26.1/docs/reference/gio/html/GUnixOutputStream.html --- glib2.0-2.26.0/docs/reference/gio/html/GUnixOutputStream.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GUnixOutputStream.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GUnixOutputStream - + - + @@ -30,7 +30,7 @@ Properties -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gunixoutputstream.h>
@@ -53,7 +53,7 @@
 gint                g_unix_output_stream_get_fd         (GUnixOutputStream *stream);
 
-
+

Object Hierarchy

   GObject
@@ -61,14 +61,14 @@
          +----GUnixOutputStream
 
-
+

Properties

   "close-fd"                 gboolean              : Read / Write
   "fd"                       gint                  : Read / Write / Construct Only
 
-
+

Description

GUnixOutputStream implements GOutputStream for writing to a @@ -81,9 +81,9 @@ gio-unix-2.0.pc pkg-config file when using it.

-
+

Details

-
+

GUnixOutputStream

typedef struct _GUnixOutputStream GUnixOutputStream;

@@ -91,7 +91,7 @@


-
+

g_unix_output_stream_new ()

GOutputStream *     g_unix_output_stream_new            (gint fd,
                                                          gboolean close_fd);
@@ -125,7 +125,7 @@

-
+

g_unix_output_stream_set_close_fd ()

void                g_unix_output_stream_set_close_fd   (GUnixOutputStream *stream,
                                                          gboolean close_fd);
@@ -152,7 +152,7 @@

Since 2.20


-
+

g_unix_output_stream_get_close_fd ()

gboolean            g_unix_output_stream_get_close_fd   (GUnixOutputStream *stream);

@@ -178,7 +178,7 @@

Since 2.20


-
+

g_unix_output_stream_get_fd ()

gint                g_unix_output_stream_get_fd         (GUnixOutputStream *stream);

@@ -203,9 +203,9 @@

Since 2.20

-
+

Property Details

-
+

The "close-fd" property

  "close-fd"                 gboolean              : Read / Write

@@ -215,7 +215,7 @@

Since 2.20


-
+

The "fd" property

  "fd"                       gint                  : Read / Write / Construct Only

@@ -225,13 +225,13 @@

Since 2.20

-
+

See Also

GOutputStream
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GUnixSocketAddress.html glib2.0-2.26.1/docs/reference/gio/html/GUnixSocketAddress.html --- glib2.0-2.26.0/docs/reference/gio/html/GUnixSocketAddress.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GUnixSocketAddress.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GUnixSocketAddress - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gunixsocketaddress.h>
@@ -64,7 +64,7 @@
                                                         (void);
 
-
+

Object Hierarchy

   GObject
@@ -72,13 +72,13 @@
          +----GUnixSocketAddress
 
-
+

Implemented Interfaces

GUnixSocketAddress implements GSocketConnectable.

-
+

Properties

   "abstract"                 gboolean              : Read / Write / Construct Only
@@ -87,7 +87,7 @@
   "path-as-array"            GByteArray*           : Read / Write / Construct Only
 
-
+

Description

Support for UNIX-domain (also known as local) sockets. @@ -108,9 +108,9 @@ gio-unix-2.0.pc pkg-config file when using it.

-
+

Details

-
+

GUnixSocketAddress

typedef struct _GUnixSocketAddress GUnixSocketAddress;

@@ -119,7 +119,7 @@


-
+

enum GUnixSocketAddressType

typedef enum {
   G_UNIX_SOCKET_ADDRESS_INVALID,
@@ -180,7 +180,7 @@
 

Since 2.26


-
+

g_unix_socket_address_new ()

GSocketAddress *    g_unix_socket_address_new           (const gchar *path);

@@ -209,11 +209,11 @@

Since 2.22


-
+

g_unix_socket_address_new_abstract ()

GSocketAddress *    g_unix_socket_address_new_abstract  (const gchar *path,
                                                          gint path_len);
-
+

Warning

g_unix_socket_address_new_abstract is deprecated and should not be used in newly-written code. Use g_unix_socket_address_new_with_type().

@@ -244,7 +244,7 @@

-
+

g_unix_socket_address_new_with_type ()

GSocketAddress *    g_unix_socket_address_new_with_type (const gchar *path,
                                                          gint path_len,
@@ -312,11 +312,11 @@
 

Since 2.26


-
+

g_unix_socket_address_get_is_abstract ()

gboolean            g_unix_socket_address_get_is_abstract
                                                         (GUnixSocketAddress *address);
-
+

Warning

g_unix_socket_address_get_is_abstract is deprecated and should not be used in newly-written code. Use g_unix_socket_address_get_address_type()

@@ -342,7 +342,7 @@

Since 2.22


-
+

g_unix_socket_address_get_address_type ()

GUnixSocketAddressType  g_unix_socket_address_get_address_type
                                                         (GUnixSocketAddress *address);
@@ -368,7 +368,7 @@

Since 2.26


-
+

g_unix_socket_address_get_path ()

const char *        g_unix_socket_address_get_path      (GUnixSocketAddress *address);

@@ -399,7 +399,7 @@

Since 2.22


-
+

g_unix_socket_address_get_path_len ()

gsize               g_unix_socket_address_get_path_len  (GUnixSocketAddress *address);

@@ -427,7 +427,7 @@

Since 2.22


-
+

g_unix_socket_address_abstract_names_supported ()

gboolean            g_unix_socket_address_abstract_names_supported
                                                         (void);
@@ -446,12 +446,12 @@

Since 2.22

-
+

Property Details

-
+

The "abstract" property

  "abstract"                 gboolean              : Read / Write / Construct Only
-
+

Warning

GUnixSocketAddress:abstract is deprecated and should not be used in newly-written code. Use "address-type", which distinguishes between zero-padded and non-zero-padded @@ -463,21 +463,21 @@

Default value: FALSE


-
+

The "address-type" property

  "address-type"             GUnixSocketAddressType  : Read / Write / Construct Only

The type of UNIX socket address.

Default value: G_UNIX_SOCKET_ADDRESS_PATH


-
+

The "path" property

  "path"                     gchar*                : Read / Write / Construct Only

UNIX socket path.

Default value: NULL


-
+

The "path-as-array" property

  "path-as-array"            GByteArray*           : Read / Write / Construct Only

UNIX socket path, as byte array.

@@ -486,6 +486,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GVfs.html glib2.0-2.26.1/docs/reference/gio/html/GVfs.html --- glib2.0-2.26.0/docs/reference/gio/html/GVfs.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GVfs.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GVfs - + - + @@ -28,7 +28,7 @@ Object Hierarchy -
+
@@ -37,41 +37,41 @@
-
+

Synopsis

 #include <gio/gio.h>
 
                     GVfs;
 #define             G_VFS_EXTENSION_POINT_NAME
-GFile *                g_vfs_get_file_for_path          (GVfs *vfs,
+GFile *             g_vfs_get_file_for_path             (GVfs *vfs,
                                                          const char *path);
-GFile *                g_vfs_get_file_for_uri           (GVfs *vfs,
+GFile *             g_vfs_get_file_for_uri              (GVfs *vfs,
                                                          const char *uri);
-GFile *                g_vfs_parse_name                 (GVfs *vfs,
+GFile *             g_vfs_parse_name                    (GVfs *vfs,
                                                          const char *parse_name);
-GVfs *                 g_vfs_get_default                (void);
-GVfs *                 g_vfs_get_local                  (void);
+GVfs *              g_vfs_get_default                   (void);
+GVfs *              g_vfs_get_local                     (void);
 gboolean            g_vfs_is_active                     (GVfs *vfs);
-const gchar * const * g_vfs_get_supported_uri_schemes   (GVfs *vfs);
+const gchar* const * g_vfs_get_supported_uri_schemes    (GVfs *vfs);
 
-
+

Object Hierarchy

   GObject
    +----GVfs
 
-
+

Description

Entry point for using GIO functionality.

-
+

Details

-
+

GVfs

typedef struct _GVfs GVfs;

@@ -79,7 +79,7 @@


-
+

G_VFS_EXTENSION_POINT_NAME

#define G_VFS_EXTENSION_POINT_NAME "gio-vfs"
 
@@ -89,9 +89,9 @@


-
+

g_vfs_get_file_for_path ()

-
GFile *                g_vfs_get_file_for_path          (GVfs *vfs,
+
GFile *             g_vfs_get_file_for_path             (GVfs *vfs,
                                                          const char *path);

Gets a GFile for path. @@ -119,9 +119,9 @@


-
+

g_vfs_get_file_for_uri ()

-
GFile *                g_vfs_get_file_for_uri           (GVfs *vfs,
+
GFile *             g_vfs_get_file_for_uri              (GVfs *vfs,
                                                          const char *uri);

Gets a GFile for uri. @@ -154,9 +154,9 @@


-
+

g_vfs_parse_name ()

-
GFile *                g_vfs_parse_name                 (GVfs *vfs,
+
GFile *             g_vfs_parse_name                    (GVfs *vfs,
                                                          const char *parse_name);

This operation never fails, but the returned object might @@ -186,9 +186,9 @@


-
+

g_vfs_get_default ()

-
GVfs *                 g_vfs_get_default                (void);
+
GVfs *              g_vfs_get_default                   (void);

Gets the default GVfs for the system.

@@ -202,9 +202,9 @@

-
+

g_vfs_get_local ()

-
GVfs *                 g_vfs_get_local                  (void);
+
GVfs *              g_vfs_get_local                     (void);

Gets the local GVfs for the system.

@@ -218,7 +218,7 @@

-
+

g_vfs_is_active ()

gboolean            g_vfs_is_active                     (GVfs *vfs);

@@ -241,9 +241,9 @@


-
+

g_vfs_get_supported_uri_schemes ()

-
const gchar * const * g_vfs_get_supported_uri_schemes   (GVfs *vfs);
+
const gchar* const * g_vfs_get_supported_uri_schemes    (GVfs *vfs);

Gets a list of URI schemes supported by vfs.

@@ -269,6 +269,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GVolume.html glib2.0-2.26.1/docs/reference/gio/html/GVolume.html --- glib2.0-2.26.0/docs/reference/gio/html/GVolume.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GVolume.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GVolume - + - + @@ -32,7 +32,7 @@ Signals -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -94,32 +94,32 @@
                                                          const char *kind);
 
-
+

Object Hierarchy

   GInterface
    +----GVolume
 
-
+

Prerequisites

GVolume requires GObject.

-
+

Signals

   "changed"                                        : Run Last
   "removed"                                        : Run Last
 
-
+

Description

The GVolume interface represents user-visible objects that can be mounted. Note, when porting from GnomeVFS, GVolume is the moral -equivalent of GnomeVFSDrive. +equivalent of GnomeVFSDrive.

Mounting a GVolume instance is an asynchronous operation. For more @@ -167,9 +167,9 @@ libhal_manger_find_device_string_match().

-
+

Details

-
+

GVolume

typedef struct _GVolume GVolume;

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


-
+

GVolumeIface

typedef struct {
   GTypeInterface g_iface;
@@ -349,7 +349,7 @@
 

-
+

g_volume_get_name ()

char *              g_volume_get_name                   (GVolume *volume);

@@ -373,7 +373,7 @@


-
+

g_volume_get_uuid ()

char *              g_volume_get_uuid                   (GVolume *volume);

@@ -401,7 +401,7 @@


-
+

g_volume_get_icon ()

GIcon *             g_volume_get_icon                   (GVolume *volume);

@@ -426,7 +426,7 @@


-
+

g_volume_get_drive ()

GDrive *            g_volume_get_drive                  (GVolume *volume);

@@ -451,7 +451,7 @@


-
+

g_volume_get_mount ()

GMount *            g_volume_get_mount                  (GVolume *volume);

@@ -476,7 +476,7 @@


-
+

g_volume_can_mount ()

gboolean            g_volume_can_mount                  (GVolume *volume);

@@ -499,7 +499,7 @@


-
+

g_volume_should_automount ()

gboolean            g_volume_should_automount           (GVolume *volume);

@@ -522,7 +522,7 @@


-
+

g_volume_get_activation_root ()

GFile *             g_volume_get_activation_root        (GVolume *volume);

@@ -585,7 +585,7 @@

Since 2.18


-
+

g_volume_mount ()

void                g_volume_mount                      (GVolume *volume,
                                                          GMountMountFlags flags,
@@ -635,7 +635,7 @@
 

-
+

g_volume_mount_finish ()

gboolean            g_volume_mount_finish               (GVolume *volume,
                                                          GAsyncResult *result,
@@ -677,7 +677,7 @@
 

-
+

g_volume_can_eject ()

gboolean            g_volume_can_eject                  (GVolume *volume);

@@ -700,14 +700,14 @@


-
+

g_volume_eject ()

void                g_volume_eject                      (GVolume *volume,
                                                          GMountUnmountFlags flags,
                                                          GCancellable *cancellable,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
-
+

Warning

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

@@ -748,12 +748,12 @@

-
+

g_volume_eject_finish ()

gboolean            g_volume_eject_finish               (GVolume *volume,
                                                          GAsyncResult *result,
                                                          GError **error);
-
+

Warning

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

@@ -789,7 +789,7 @@

-
+

g_volume_eject_with_operation ()

void                g_volume_eject_with_operation       (GVolume *volume,
                                                          GMountUnmountFlags flags,
@@ -840,7 +840,7 @@
 

Since 2.22


-
+

g_volume_eject_with_operation_finish ()

gboolean            g_volume_eject_with_operation_finish
                                                         (GVolume *volume,
@@ -880,7 +880,7 @@
 

Since 2.22


-
+

G_VOLUME_IDENTIFIER_KIND_HAL_UDI

#define G_VOLUME_IDENTIFIER_KIND_HAL_UDI "hal-udi"
 
@@ -889,7 +889,7 @@


-
+

G_VOLUME_IDENTIFIER_KIND_LABEL

#define G_VOLUME_IDENTIFIER_KIND_LABEL "label"
 
@@ -898,7 +898,7 @@


-
+

G_VOLUME_IDENTIFIER_KIND_NFS_MOUNT

#define G_VOLUME_IDENTIFIER_KIND_NFS_MOUNT "nfs-mount"
 
@@ -907,7 +907,7 @@


-
+

G_VOLUME_IDENTIFIER_KIND_UNIX_DEVICE

#define G_VOLUME_IDENTIFIER_KIND_UNIX_DEVICE "unix-device"
 
@@ -916,7 +916,7 @@


-
+

G_VOLUME_IDENTIFIER_KIND_UUID

#define G_VOLUME_IDENTIFIER_KIND_UUID "uuid"
 
@@ -925,7 +925,7 @@


-
+

g_volume_enumerate_identifiers ()

char **             g_volume_enumerate_identifiers      (GVolume *volume);

@@ -951,7 +951,7 @@


-
+

g_volume_get_identifier ()

char *              g_volume_get_identifier             (GVolume *volume,
                                                          const char *kind);
@@ -984,9 +984,9 @@
-
+

Signal Details

-
+

The "changed" signal

void                user_function                      (GVolume *arg0,
                                                         gpointer user_data)      : Run Last
@@ -1002,7 +1002,7 @@

-
+

The "removed" signal

void                user_function                      (GVolume *arg0,
                                                         gpointer user_data)      : Run Last
@@ -1023,6 +1023,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GVolumeMonitor.html glib2.0-2.26.1/docs/reference/gio/html/GVolumeMonitor.html --- glib2.0-2.26.0/docs/reference/gio/html/GVolumeMonitor.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GVolumeMonitor.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GVolumeMonitor - + - + @@ -30,7 +30,7 @@ Signals -
+
@@ -39,7 +39,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -59,14 +59,14 @@
                                                          const char *uuid);
 
-
+

Object Hierarchy

   GObject
    +----GVolumeMonitor
 
-
+

Signals

   "drive-changed"                                  : Run Last
@@ -83,7 +83,7 @@
   "volume-removed"                                 : Run Last
 
-
+

Description

GVolumeMonitor is for listing the user interesting devices and volumes @@ -96,9 +96,9 @@ thread, with no thread-default-context active.

-
+

Details

-
+

GVolumeMonitor

typedef struct _GVolumeMonitor GVolumeMonitor;

@@ -106,7 +106,7 @@


-
+

G_VOLUME_MONITOR_EXTENSION_POINT_NAME

#define G_VOLUME_MONITOR_EXTENSION_POINT_NAME "gio-volume-monitor"
 
@@ -116,7 +116,7 @@


-
+

g_volume_monitor_get ()

GVolumeMonitor *    g_volume_monitor_get                (void);

@@ -133,7 +133,7 @@


-
+

g_volume_monitor_get_connected_drives ()

GList *             g_volume_monitor_get_connected_drives
                                                         (GVolumeMonitor *volume_monitor);
@@ -161,7 +161,7 @@

-
+

g_volume_monitor_get_volumes ()

GList *             g_volume_monitor_get_volumes        (GVolumeMonitor *volume_monitor);

@@ -188,7 +188,7 @@


-
+

g_volume_monitor_get_mounts ()

GList *             g_volume_monitor_get_mounts         (GVolumeMonitor *volume_monitor);

@@ -215,10 +215,10 @@


-
+

g_volume_monitor_adopt_orphan_mount ()

GVolume *           g_volume_monitor_adopt_orphan_mount (GMount *mount);
-
+

Warning

g_volume_monitor_adopt_orphan_mount has been deprecated since version 2.20 and should not be used in newly-written code. Instead of using this function, GVolumeMonitor implementations should instead create shadow mounts with the URI of @@ -280,7 +280,7 @@


-
+

g_volume_monitor_get_mount_for_uuid ()

GMount *            g_volume_monitor_get_mount_for_uuid (GVolumeMonitor *volume_monitor,
                                                          const char *uuid);
@@ -310,7 +310,7 @@

-
+

g_volume_monitor_get_volume_for_uuid ()

GVolume *           g_volume_monitor_get_volume_for_uuid
                                                         (GVolumeMonitor *volume_monitor,
@@ -341,9 +341,9 @@
 
-
+

Signal Details

-
+

The "drive-changed" signal

void                user_function                      (GVolumeMonitor *volume_monitor,
                                                         GDrive         *drive,
@@ -372,7 +372,7 @@
 

-
+

The "drive-connected" signal

void                user_function                      (GVolumeMonitor *volume_monitor,
                                                         GDrive         *drive,
@@ -401,7 +401,7 @@
 

-
+

The "drive-disconnected" signal

void                user_function                      (GVolumeMonitor *volume_monitor,
                                                         GDrive         *drive,
@@ -430,7 +430,7 @@
 

-
+

The "drive-eject-button" signal

void                user_function                      (GVolumeMonitor *volume_monitor,
                                                         GDrive         *drive,
@@ -460,7 +460,7 @@
 

Since 2.18


-
+

The "drive-stop-button" signal

void                user_function                      (GVolumeMonitor *volume_monitor,
                                                         GDrive         *drive,
@@ -490,7 +490,7 @@
 

Since 2.22


-
+

The "mount-added" signal

void                user_function                      (GVolumeMonitor *volume_monitor,
                                                         GMount         *mount,
@@ -519,7 +519,7 @@
 

-
+

The "mount-changed" signal

void                user_function                      (GVolumeMonitor *volume_monitor,
                                                         GMount         *mount,
@@ -548,7 +548,7 @@
 

-
+

The "mount-pre-unmount" signal

void                user_function                      (GVolumeMonitor *volume_monitor,
                                                         GMount         *mount,
@@ -577,7 +577,7 @@
 

-
+

The "mount-removed" signal

void                user_function                      (GVolumeMonitor *volume_monitor,
                                                         GMount         *mount,
@@ -606,7 +606,7 @@
 

-
+

The "volume-added" signal

void                user_function                      (GVolumeMonitor *volume_monitor,
                                                         GVolume        *volume,
@@ -635,7 +635,7 @@
 

-
+

The "volume-changed" signal

void                user_function                      (GVolumeMonitor *volume_monitor,
                                                         GVolume        *volume,
@@ -664,7 +664,7 @@
 

-
+

The "volume-removed" signal

void                user_function                      (GVolumeMonitor *volume_monitor,
                                                         GVolume        *volume,
@@ -693,13 +693,13 @@
 
-
+

See Also

GFileMonitor
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GZlibCompressor.html glib2.0-2.26.1/docs/reference/gio/html/GZlibCompressor.html --- glib2.0-2.26.0/docs/reference/gio/html/GZlibCompressor.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GZlibCompressor.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GZlibCompressor - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -55,20 +55,20 @@
                                                          GFileInfo *file_info);
 
-
+

Object Hierarchy

   GObject
    +----GZlibCompressor
 
-
+

Implemented Interfaces

GZlibCompressor implements GConverter.

-
+

Properties

   "file-info"                GFileInfo*            : Read / Write
@@ -76,16 +76,16 @@
   "level"                    gint                  : Read / Write / Construct Only
 
-
+

Description

GZlibCompressor is an implementation of GConverter that compresses data using zlib.

-
+

Details

-
+

GZlibCompressor

typedef struct _GZlibCompressor GZlibCompressor;

@@ -93,7 +93,7 @@


-
+

enum GZlibCompressorFormat

typedef enum {
   G_ZLIB_COMPRESSOR_FORMAT_ZLIB,
@@ -128,7 +128,7 @@
 

Since 2.24


-
+

g_zlib_compressor_new ()

GZlibCompressor *   g_zlib_compressor_new               (GZlibCompressorFormat format,
                                                          int level);
@@ -159,7 +159,7 @@

Since 2.24


-
+

g_zlib_compressor_get_file_info ()

GFileInfo *         g_zlib_compressor_get_file_info     (GZlibCompressor *compressor);

@@ -183,7 +183,7 @@

Since 2.26


-
+

g_zlib_compressor_set_file_info ()

void                g_zlib_compressor_set_file_info     (GZlibCompressor *compressor,
                                                          GFileInfo *file_info);
@@ -216,9 +216,9 @@

Since 2.26

-
+

Property Details

-
+

The "file-info" property

  "file-info"                GFileInfo*            : Read / Write

@@ -229,14 +229,14 @@

Since 2.26


-
+

The "format" property

  "format"                   GZlibCompressorFormat  : Read / Write / Construct Only

The format of the compressed data.

Default value: G_ZLIB_COMPRESSOR_FORMAT_ZLIB


-
+

The "level" property

  "level"                    gint                  : Read / Write / Construct Only

The level of compression from 0 (no compression) to 9 (most compression), -1 for the default level.

@@ -247,6 +247,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/GZlibDecompressor.html glib2.0-2.26.1/docs/reference/gio/html/GZlibDecompressor.html --- glib2.0-2.26.0/docs/reference/gio/html/GZlibDecompressor.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/GZlibDecompressor.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GZlibDecompressor - + - + @@ -32,7 +32,7 @@ Properties -
+
@@ -41,7 +41,7 @@
-
+

Synopsis

 #include <gio/gio.h>
@@ -51,36 +51,36 @@
 GFileInfo *         g_zlib_decompressor_get_file_info   (GZlibDecompressor *decompressor);
 
-
+

Object Hierarchy

   GObject
    +----GZlibDecompressor
 
-
+

Implemented Interfaces

GZlibDecompressor implements GConverter.

-
+

Properties

   "file-info"                GFileInfo*            : Read
   "format"                   GZlibCompressorFormat  : Read / Write / Construct Only
 
-
+

Description

GZlibDecompressor is an implementation of GConverter that decompresses data compressed with zlib.

-
+

Details

-
+

GZlibDecompressor

typedef struct _GZlibDecompressor GZlibDecompressor;

@@ -88,7 +88,7 @@


-
+

g_zlib_decompressor_new ()

GZlibDecompressor * g_zlib_decompressor_new             (GZlibCompressorFormat format);

@@ -113,7 +113,7 @@

Since 2.24


-
+

g_zlib_decompressor_get_file_info ()

GFileInfo *         g_zlib_decompressor_get_file_info   (GZlibDecompressor *decompressor);

@@ -141,9 +141,9 @@

Since 2.26

-
+

Property Details

-
+

The "file-info" property

  "file-info"                GFileInfo*            : Read

@@ -155,7 +155,7 @@

Since 2.26


-
+

The "format" property

  "format"                   GZlibCompressorFormat  : Read / Write / Construct Only

The format of the compressed data.

@@ -165,6 +165,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/highlevel-socket.html glib2.0-2.26.1/docs/reference/gio/html/highlevel-socket.html --- glib2.0-2.26.0/docs/reference/gio/html/highlevel-socket.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/highlevel-socket.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Highlevel network functionallity - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

Highlevel network functionallity

@@ -48,6 +48,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/icons.html glib2.0-2.26.1/docs/reference/gio/html/icons.html --- glib2.0-2.26.0/docs/reference/gio/html/icons.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/icons.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Icons - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

Icons

@@ -45,6 +45,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/index.html glib2.0-2.26.1/docs/reference/gio/html/index.html --- glib2.0-2.26.0/docs/reference/gio/html/index.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/index.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,19 +3,19 @@ GIO Reference Manual - + - + -
+
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/index.sgml glib2.0-2.26.1/docs/reference/gio/html/index.sgml --- glib2.0-2.26.0/docs/reference/gio/html/index.sgml 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/index.sgml 2010-11-14 17:48:16.000000000 +1100 @@ -2369,7 +2369,6 @@ - diff -Nru glib2.0-2.26.0/docs/reference/gio/html/migrating.html glib2.0-2.26.1/docs/reference/gio/html/migrating.html --- glib2.0-2.26.0/docs/reference/gio/html/migrating.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/migrating.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Part III. Migrating to GIO - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+ \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/networking.html glib2.0-2.26.1/docs/reference/gio/html/networking.html --- glib2.0-2.26.0/docs/reference/gio/html/networking.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/networking.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Lowlevel network support - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

Lowlevel network support

@@ -64,6 +64,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/permissions.html glib2.0-2.26.1/docs/reference/gio/html/permissions.html --- glib2.0-2.26.0/docs/reference/gio/html/permissions.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/permissions.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ Permissions - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

Permissions

@@ -34,6 +34,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/pt01.html glib2.0-2.26.1/docs/reference/gio/html/pt01.html --- glib2.0-2.26.0/docs/reference/gio/html/pt01.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/pt01.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Part I. GIO Overview - + - + @@ -19,9 +19,9 @@ GIO Reference Manual Next -
+

-Part I. GIO Overview

+Part I. GIO Overview

Table of Contents

@@ -34,6 +34,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/pt02.html glib2.0-2.26.1/docs/reference/gio/html/pt02.html --- glib2.0-2.26.0/docs/reference/gio/html/pt02.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/pt02.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Part II. API Reference - + - + @@ -19,9 +19,9 @@ GIO Reference Manual Next -
+

-Part II. API Reference

+Part II. API Reference

Table of Contents

@@ -385,6 +385,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/resolver.html glib2.0-2.26.1/docs/reference/gio/html/resolver.html --- glib2.0-2.26.0/docs/reference/gio/html/resolver.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/resolver.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ DNS resolution - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

DNS resolution

@@ -45,6 +45,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/settings.html glib2.0-2.26.1/docs/reference/gio/html/settings.html --- glib2.0-2.26.0/docs/reference/gio/html/settings.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/settings.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ Settings - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

Settings

@@ -33,6 +33,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/streaming.html glib2.0-2.26.1/docs/reference/gio/html/streaming.html --- glib2.0-2.26.0/docs/reference/gio/html/streaming.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/streaming.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ Streaming I/O - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

Streaming I/O

@@ -87,6 +87,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/tools.html glib2.0-2.26.1/docs/reference/gio/html/tools.html --- glib2.0-2.26.0/docs/reference/gio/html/tools.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/tools.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ GIO Tools - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

GIO Tools

@@ -39,6 +39,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/types.html glib2.0-2.26.1/docs/reference/gio/html/types.html --- glib2.0-2.26.0/docs/reference/gio/html/types.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/types.html 2010-11-14 17:48:17.000000000 +1100 @@ -3,12 +3,12 @@ File types and applications - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

File types and applications

@@ -36,6 +36,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/utils.html glib2.0-2.26.1/docs/reference/gio/html/utils.html --- glib2.0-2.26.0/docs/reference/gio/html/utils.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/utils.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ Utilities - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

Utilities

@@ -28,6 +28,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/html/volume_mon.html glib2.0-2.26.1/docs/reference/gio/html/volume_mon.html --- glib2.0-2.26.0/docs/reference/gio/html/volume_mon.html 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/html/volume_mon.html 2010-11-14 17:48:16.000000000 +1100 @@ -3,12 +3,12 @@ Volumes and Drives - + - + @@ -19,7 +19,7 @@ GIO Reference Manual Next -
+

Volumes and Drives

@@ -42,6 +42,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gio/Makefile.in glib2.0-2.26.1/docs/reference/gio/Makefile.in --- glib2.0-2.26.0/docs/reference/gio/Makefile.in 2010-09-28 02:10:12.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/Makefile.in 2010-11-14 17:01:53.000000000 +1100 @@ -228,6 +228,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -299,7 +301,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/docs/reference/gio/migrating-gconf.xml glib2.0-2.26.1/docs/reference/gio/migrating-gconf.xml --- glib2.0-2.26.0/docs/reference/gio/migrating-gconf.xml 2010-08-09 23:34:46.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/migrating-gconf.xml 2010-11-13 01:06:19.000000000 +1100 @@ -449,5 +449,69 @@ script if you are making use of the GConf backend or the conversion utility. + + + If, as an application developer, you are interested in manually + ensuring that gsettings-data-convert has been + invoked (for example, to deal with the case where the user is + logged in during a distribution upgrade or for non-XDG desktop + environments which do not run the command as an autostart) you + may invoke it manually during your program initialisation. This + is not recommended for all application authors -- it is your + choice if this use case concerns you enough. + + + Internally, gsettings-data-convert uses a + keyfile to track which settings have been migrated. The + following code fragment will check that keyfile to see if your + data conversion script has been run yet and, if not, will + attempt to invoke the tool to run it. You should adapt it to + your application as you see fit. + + + + + + + + Although there is the possibility that the + gsettings-data-convert script will end up + running multiple times concurrently with this approach, it is + believed that this is safe. + diff -Nru glib2.0-2.26.0/docs/reference/gio/tmpl/gsettings.sgml glib2.0-2.26.1/docs/reference/gio/tmpl/gsettings.sgml --- glib2.0-2.26.0/docs/reference/gio/tmpl/gsettings.sgml 2010-09-28 02:15:43.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/tmpl/gsettings.sgml 2010-11-14 17:48:16.000000000 +1100 @@ -212,15 +212,6 @@ @key: - - - - - -@void: -@Returns: - - diff -Nru glib2.0-2.26.0/docs/reference/gio/version.xml glib2.0-2.26.1/docs/reference/gio/version.xml --- glib2.0-2.26.0/docs/reference/gio/version.xml 2010-09-28 02:10:29.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gio/version.xml 2010-11-14 17:03:59.000000000 +1100 @@ -1 +1 @@ -2.26.0 +2.26.1 diff -Nru glib2.0-2.26.0/docs/reference/glib/glib-gettextize.1 glib2.0-2.26.1/docs/reference/glib/glib-gettextize.1 --- glib2.0-2.26.0/docs/reference/glib/glib-gettextize.1 2010-09-28 02:11:08.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/glib-gettextize.1 2010-11-14 17:11:58.000000000 +1100 @@ -1,13 +1,22 @@ '\" t .\" Title: glib-gettextize .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 09/27/2010 +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 11/14/2010 .\" Manual: User Commands .\" Source: User Commands .\" Language: English .\" -.TH "GLIB\-GETTEXTIZE" "1" "09/27/2010" "User Commands" "User Commands" +.TH "GLIB\-GETTEXTIZE" "1" "11/14/2010" "User Commands" "User Commands" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -35,9 +44,9 @@ \fBglib\-gettextize\fR differs from \fBgettextize\fR -in that it doesn\'t create an +in that it doesn\*(Aqt create an intl/ -subdirectory and doesn\'t modify +subdirectory and doesn\*(Aqt modify po/ChangeLog (note that newer versions of \fBgettextize\fR diff -Nru glib2.0-2.26.0/docs/reference/glib/gtester.1 glib2.0-2.26.1/docs/reference/glib/gtester.1 --- glib2.0-2.26.0/docs/reference/glib/gtester.1 2010-09-28 02:11:08.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/gtester.1 2010-11-14 17:12:00.000000000 +1100 @@ -1,13 +1,22 @@ '\" t .\" Title: gtester .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 09/27/2010 +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 11/14/2010 .\" Manual: User Commands .\" Source: User Commands .\" Language: English .\" -.TH "GTESTER" "1" "09/27/2010" "User Commands" "User Commands" +.TH "GTESTER" "1" "11/14/2010" "User Commands" "User Commands" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- diff -Nru glib2.0-2.26.0/docs/reference/glib/gtester-report.1 glib2.0-2.26.1/docs/reference/glib/gtester-report.1 --- glib2.0-2.26.0/docs/reference/glib/gtester-report.1 2010-09-28 02:11:08.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/gtester-report.1 2010-11-14 17:12:01.000000000 +1100 @@ -1,13 +1,22 @@ '\" t .\" Title: gtester-report .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 09/27/2010 +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 11/14/2010 .\" Manual: User Commands .\" Source: User Commands .\" Language: English .\" -.TH "GTESTER\-REPORT" "1" "09/27/2010" "User Commands" "User Commands" +.TH "GTESTER\-REPORT" "1" "11/14/2010" "User Commands" "User Commands" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- diff -Nru glib2.0-2.26.0/docs/reference/glib/html/annotation-glossary.html glib2.0-2.26.1/docs/reference/glib/html/annotation-glossary.html --- glib2.0-2.26.0/docs/reference/glib/html/annotation-glossary.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/annotation-glossary.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,11 +3,11 @@ Annotation Glossary - + - + @@ -22,6 +22,8 @@ O  |  + S +  |  A  |  D @@ -35,13 +37,17 @@ T -
+

Annotation Glossary

O

out

Parameter for returning results. Default is transfer full.

+

S

+
+shadows
+

A

allow-none
@@ -72,6 +78,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/api-index-2-10.html glib2.0-2.26.1/docs/reference/glib/html/api-index-2-10.html --- glib2.0-2.26.0/docs/reference/glib/html/api-index-2-10.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/api-index-2-10.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.10 - + - + @@ -40,7 +40,7 @@ T -
+

Index of new symbols in 2.10

A

@@ -175,6 +175,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/api-index-2-12.html glib2.0-2.26.1/docs/reference/glib/html/api-index-2-12.html --- glib2.0-2.26.0/docs/reference/glib/html/api-index-2-12.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/api-index-2-12.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.12 - + - + @@ -40,7 +40,7 @@ U -
+

Index of new symbols in 2.12

A

@@ -307,6 +307,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/api-index-2-14.html glib2.0-2.26.1/docs/reference/glib/html/api-index-2-14.html --- glib2.0-2.26.0/docs/reference/glib/html/api-index-2-14.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/api-index-2-14.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.14 - + - + @@ -42,7 +42,7 @@ U -
+

Index of new symbols in 2.14

G

@@ -554,6 +554,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/api-index-2-16.html glib2.0-2.26.1/docs/reference/glib/html/api-index-2-16.html --- glib2.0-2.26.0/docs/reference/glib/html/api-index-2-16.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/api-index-2-16.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.16 - + - + @@ -44,7 +44,7 @@ W -
+

Index of new symbols in 2.16

A

@@ -357,6 +357,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/api-index-2-18.html glib2.0-2.26.1/docs/reference/glib/html/api-index-2-18.html --- glib2.0-2.26.0/docs/reference/glib/html/api-index-2-18.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/api-index-2-18.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.18 - + - + @@ -36,7 +36,7 @@ U -
+

Index of new symbols in 2.18

C

@@ -97,6 +97,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/api-index-2-20.html glib2.0-2.26.1/docs/reference/glib/html/api-index-2-20.html --- glib2.0-2.26.0/docs/reference/glib/html/api-index-2-20.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/api-index-2-20.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.20 - + - + @@ -34,7 +34,7 @@ T -
+

Index of new symbols in 2.20

A

@@ -78,6 +78,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/api-index-2-22.html glib2.0-2.26.1/docs/reference/glib/html/api-index-2-22.html --- glib2.0-2.26.0/docs/reference/glib/html/api-index-2-22.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/api-index-2-22.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.22 - + - + @@ -44,7 +44,7 @@ T -
+

Index of new symbols in 2.22

A

@@ -189,6 +189,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/api-index-2-24.html glib2.0-2.26.1/docs/reference/glib/html/api-index-2-24.html --- glib2.0-2.26.0/docs/reference/glib/html/api-index-2-24.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/api-index-2-24.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.24 - + - + @@ -32,7 +32,7 @@ V -
+

Index of new symbols in 2.24

B

@@ -415,6 +415,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/api-index-2-26.html glib2.0-2.26.1/docs/reference/glib/html/api-index-2-26.html --- glib2.0-2.26.0/docs/reference/glib/html/api-index-2-26.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/api-index-2-26.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.26 - + - + @@ -34,7 +34,7 @@ V -
+

Index of new symbols in 2.26

D

@@ -354,6 +354,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/api-index-2-2.html glib2.0-2.26.1/docs/reference/glib/html/api-index-2-2.html --- glib2.0-2.26.0/docs/reference/glib/html/api-index-2-2.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/api-index-2-2.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.2 - + - + @@ -40,7 +40,7 @@ V -
+

Index of new symbols in 2.2

A

@@ -119,6 +119,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/api-index-2-4.html glib2.0-2.26.1/docs/reference/glib/html/api-index-2-4.html --- glib2.0-2.26.0/docs/reference/glib/html/api-index-2-4.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/api-index-2-4.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.4 - + - + @@ -56,7 +56,7 @@ _ -
+

Index of new symbols in 2.4

A

@@ -391,6 +391,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/api-index-2-6.html glib2.0-2.26.1/docs/reference/glib/html/api-index-2-6.html --- glib2.0-2.26.0/docs/reference/glib/html/api-index-2-6.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/api-index-2-6.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.6 - + - + @@ -46,7 +46,7 @@ W -
+

Index of new symbols in 2.6

D

@@ -55,7 +55,7 @@
-g_debug, function in Message Logging +g_debug, macro in Message Logging

F

@@ -268,10 +268,6 @@

L

-glib_check_version, function in Version Information -
-
-
g_log_set_default_handler, function in Message Logging
@@ -412,6 +408,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/api-index-2-8.html glib2.0-2.26.1/docs/reference/glib/html/api-index-2-8.html --- glib2.0-2.26.0/docs/reference/glib/html/api-index-2-8.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/api-index-2-8.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.8 - + - + @@ -44,7 +44,7 @@ W -
+

Index of new symbols in 2.8

A

@@ -153,6 +153,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/api-index-deprecated.html glib2.0-2.26.1/docs/reference/glib/html/api-index-deprecated.html --- glib2.0-2.26.0/docs/reference/glib/html/api-index-deprecated.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/api-index-deprecated.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Index of deprecated symbols - + - + @@ -50,7 +50,7 @@ W -
+

Index of deprecated symbols

A

@@ -414,6 +414,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/api-index-full.html glib2.0-2.26.1/docs/reference/glib/html/api-index-full.html --- glib2.0-2.26.0/docs/reference/glib/html/api-index-full.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/api-index-full.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Index - + - + @@ -68,7 +68,7 @@ _ -
+

Index

A

@@ -1027,7 +1027,7 @@
-g_critical, function in Message Logging +g_critical, macro in Message Logging
@@ -1604,7 +1604,7 @@
-g_debug, function in Message Logging +g_debug, macro in Message Logging
@@ -1701,7 +1701,7 @@
-g_error, function in Message Logging +g_error, macro in Message Logging
@@ -3055,26 +3055,10 @@

L

-glib_binary_age, variable in Version Information -
-
-
GLIB_CHECK_VERSION, macro in Version Information
-glib_check_version, function in Version Information -
-
-
-glib_interface_age, variable in Version Information -
-
-
-glib_major_version, variable in Version Information -
-
-
GLIB_MAJOR_VERSION, macro in Version Information
@@ -3083,18 +3067,10 @@
-glib_micro_version, variable in Version Information -
-
-
GLIB_MICRO_VERSION, macro in Version Information
-glib_minor_version, variable in Version Information -
-
-
GLIB_MINOR_VERSION, macro in Version Information
@@ -3880,7 +3856,7 @@
-g_message, function in Message Logging +g_message, macro in Message Logging
@@ -8150,7 +8126,7 @@

W

-g_warning, function in Message Logging +g_warning, macro in Message Logging
@@ -8209,6 +8185,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Arrays.html glib2.0-2.26.1/docs/reference/glib/html/glib-Arrays.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Arrays.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Arrays.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Arrays - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -36,16 +36,16 @@
-
+

Synopsis

 #include <glib.h>
 
                     GArray;
-GArray *            g_array_new                         (gboolean zero_terminated,
+GArray*             g_array_new                         (gboolean zero_terminated,
                                                          gboolean clear_,
                                                          guint element_size);
-GArray *            g_array_sized_new                   (gboolean zero_terminated,
+GArray*             g_array_sized_new                   (gboolean zero_terminated,
                                                          gboolean clear_,
                                                          guint element_size,
                                                          guint reserved_size);
@@ -54,26 +54,26 @@
 guint               g_array_get_element_size            (GArray *array);
 #define             g_array_append_val                  (a,
                                                          v)
-GArray *            g_array_append_vals                 (GArray *array,
+GArray*             g_array_append_vals                 (GArray *array,
                                                          gconstpointer data,
                                                          guint len);
 #define             g_array_prepend_val                 (a,
                                                          v)
-GArray *            g_array_prepend_vals                (GArray *array,
+GArray*             g_array_prepend_vals                (GArray *array,
                                                          gconstpointer data,
                                                          guint len);
 #define             g_array_insert_val                  (a,
                                                          i,
                                                          v)
-GArray *            g_array_insert_vals                 (GArray *array,
+GArray*             g_array_insert_vals                 (GArray *array,
                                                          guint index_,
                                                          gconstpointer data,
                                                          guint len);
-GArray *            g_array_remove_index                (GArray *array,
+GArray*             g_array_remove_index                (GArray *array,
                                                          guint index_);
-GArray *            g_array_remove_index_fast           (GArray *array,
+GArray*             g_array_remove_index_fast           (GArray *array,
                                                          guint index_);
-GArray *            g_array_remove_range                (GArray *array,
+GArray*             g_array_remove_range                (GArray *array,
                                                          guint index_,
                                                          guint length);
 void                g_array_sort                        (GArray *array,
@@ -84,13 +84,13 @@
 #define             g_array_index                       (a,
                                                          t,
                                                          i)
-GArray *            g_array_set_size                    (GArray *array,
+GArray*             g_array_set_size                    (GArray *array,
                                                          guint length);
-gchar *             g_array_free                        (GArray *array,
+gchar*              g_array_free                        (GArray *array,
                                                          gboolean free_segment);
 
-
+

Description

Arrays are similar to standard C arrays, except that they grow @@ -121,7 +121,7 @@

-

Example 19. Using a GArray to store gint values

+

Example 19. Using a GArray to store gint values

@@ -159,9 +159,9 @@


-
+

Details

-
+

GArray

typedef struct {
   gchar *data;
@@ -190,9 +190,9 @@
 

-
+

g_array_new ()

-
GArray *            g_array_new                         (gboolean zero_terminated,
+
GArray*             g_array_new                         (gboolean zero_terminated,
                                                          gboolean clear_,
                                                          guint element_size);

@@ -229,9 +229,9 @@


-
+

g_array_sized_new ()

-
GArray *            g_array_sized_new                   (gboolean zero_terminated,
+
GArray*             g_array_sized_new                   (gboolean zero_terminated,
                                                          gboolean clear_,
                                                          guint element_size,
                                                          guint reserved_size);
@@ -277,7 +277,7 @@

-
+

g_array_ref ()

GArray *            g_array_ref                         (GArray *array);

@@ -303,7 +303,7 @@

Since 2.22


-
+

g_array_unref ()

void                g_array_unref                       (GArray *array);

@@ -323,7 +323,7 @@

Since 2.22


-
+

g_array_get_element_size ()

guint               g_array_get_element_size            (GArray *array);

@@ -348,7 +348,7 @@

Since 2.22


-
+

g_array_append_val()

#define             g_array_append_val(a,v)

@@ -357,7 +357,7 @@

-
+

Note

g_array_append_val() is a macro which uses a reference to the value parameter v. This means that you cannot use it with @@ -387,9 +387,9 @@


-
+

g_array_append_vals ()

-
GArray *            g_array_append_vals                 (GArray *array,
+
GArray*             g_array_append_vals                 (GArray *array,
                                                          gconstpointer data,
                                                          guint len);

@@ -422,7 +422,7 @@


-
+

g_array_prepend_val()

#define             g_array_prepend_val(a,v)

@@ -436,7 +436,7 @@

-
+

Note

g_array_prepend_val() is a macro which uses a reference to the value parameter v. This means that you cannot use it with @@ -466,9 +466,9 @@


-
+

g_array_prepend_vals ()

-
GArray *            g_array_prepend_vals                (GArray *array,
+
GArray*             g_array_prepend_vals                (GArray *array,
                                                          gconstpointer data,
                                                          guint len);

@@ -507,7 +507,7 @@


-
+

g_array_insert_val()

#define             g_array_insert_val(a,i,v)

@@ -515,7 +515,7 @@

-
+

Note

g_array_insert_val() is a macro which uses a reference to the value parameter v. This means that you cannot use it with @@ -550,9 +550,9 @@


-
+

g_array_insert_vals ()

-
GArray *            g_array_insert_vals                 (GArray *array,
+
GArray*             g_array_insert_vals                 (GArray *array,
                                                          guint index_,
                                                          gconstpointer data,
                                                          guint len);
@@ -591,9 +591,9 @@

-
+

g_array_remove_index ()

-
GArray *            g_array_remove_index                (GArray *array,
+
GArray*             g_array_remove_index                (GArray *array,
                                                          guint index_);

Removes the element at the given index from a GArray. The following @@ -621,9 +621,9 @@


-
+

g_array_remove_index_fast ()

-
GArray *            g_array_remove_index_fast           (GArray *array,
+
GArray*             g_array_remove_index_fast           (GArray *array,
                                                          guint index_);

Removes the element at the given index from a GArray. The last @@ -653,9 +653,9 @@


-
+

g_array_remove_range ()

-
GArray *            g_array_remove_range                (GArray *array,
+
GArray*             g_array_remove_range                (GArray *array,
                                                          guint index_,
                                                          guint length);

@@ -690,7 +690,7 @@

Since 2.4


-
+

g_array_sort ()

void                g_array_sort                        (GArray *array,
                                                          GCompareFunc compare_func);
@@ -721,7 +721,7 @@

-
+

g_array_sort_with_data ()

void                g_array_sort_with_data              (GArray *array,
                                                          GCompareDataFunc compare_func,
@@ -752,7 +752,7 @@
 

-
+

g_array_index()

#define             g_array_index(a,t,i)

@@ -762,7 +762,7 @@

-

Example 20. Getting a pointer to an element in a GArray

+

Example 20. Getting a pointer to an element in a GArray

@@ -810,9 +810,9 @@

-
+

g_array_set_size ()

-
GArray *            g_array_set_size                    (GArray *array,
+
GArray*             g_array_set_size                    (GArray *array,
                                                          guint length);

Sets the size of the array, expanding it if necessary. If the array @@ -840,9 +840,9 @@


-
+

g_array_free ()

-
gchar *             g_array_free                        (GArray *array,
+
gchar*              g_array_free                        (GArray *array,
                                                          gboolean free_segment);

Frees the memory allocated for the GArray. If free_segment is @@ -855,7 +855,7 @@

-
+

Note

If array elements contain dynamically-allocated memory, they should be freed separately.

@@ -888,6 +888,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Asynchronous-Queues.html glib2.0-2.26.1/docs/reference/glib/html/glib-Asynchronous-Queues.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Asynchronous-Queues.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Asynchronous-Queues.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Asynchronous Queues - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,15 +35,15 @@
-
+ -
+

Description

Often you need to communicate between different threads. In general @@ -130,9 +130,9 @@ variants (those without the suffix _unlocked)

-
+

Details

-
+

GAsyncQueue

typedef struct _GAsyncQueue GAsyncQueue;

@@ -142,9 +142,9 @@


-
+

g_async_queue_new ()

-
GAsyncQueue *       g_async_queue_new                   (void);
+
GAsyncQueue*        g_async_queue_new                   (void);

Creates a new asynchronous queue with the initial reference count of 1.

@@ -158,9 +158,9 @@

-
+

g_async_queue_new_full ()

-
GAsyncQueue *       g_async_queue_new_full              (GDestroyNotify item_free_func);
+
GAsyncQueue*        g_async_queue_new_full              (GDestroyNotify item_free_func);

Creates a new asynchronous queue with an initial reference count of 1 and sets up a destroy notify function that is used to free any remaining @@ -185,9 +185,9 @@

Since 2.16


-
+

g_async_queue_ref ()

-
GAsyncQueue *       g_async_queue_ref                   (GAsyncQueue *queue);
+
GAsyncQueue*        g_async_queue_ref                   (GAsyncQueue *queue);

Increases the reference count of the asynchronous queue by 1. You do not need to hold the lock to call this function. @@ -209,7 +209,7 @@


-
+

g_async_queue_unref ()

void                g_async_queue_unref                 (GAsyncQueue *queue);

@@ -229,7 +229,7 @@


-
+

g_async_queue_push ()

void                g_async_queue_push                  (GAsyncQueue *queue,
                                                          gpointer data);
@@ -254,7 +254,7 @@

-
+

g_async_queue_push_sorted ()

void                g_async_queue_push_sorted           (GAsyncQueue *queue,
                                                          gpointer data,
@@ -307,7 +307,7 @@
 

Since 2.10


-
+

g_async_queue_pop ()

gpointer            g_async_queue_pop                   (GAsyncQueue *queue);

@@ -331,7 +331,7 @@


-
+

g_async_queue_try_pop ()

gpointer            g_async_queue_try_pop               (GAsyncQueue *queue);

@@ -356,7 +356,7 @@


-
+

g_async_queue_timed_pop ()

gpointer            g_async_queue_timed_pop             (GAsyncQueue *queue,
                                                          GTimeVal *end_time);
@@ -391,7 +391,7 @@

-
+

g_async_queue_length ()

gint                g_async_queue_length                (GAsyncQueue *queue);

@@ -420,7 +420,7 @@


-
+

g_async_queue_sort ()

void                g_async_queue_sort                  (GAsyncQueue *queue,
                                                          GCompareDataFunc func,
@@ -489,7 +489,7 @@
 

Since 2.10


-
+

g_async_queue_lock ()

void                g_async_queue_lock                  (GAsyncQueue *queue);

@@ -507,7 +507,7 @@


-
+

g_async_queue_unlock ()

void                g_async_queue_unlock                (GAsyncQueue *queue);

@@ -523,10 +523,10 @@


-
+

g_async_queue_ref_unlocked ()

void                g_async_queue_ref_unlocked          (GAsyncQueue *queue);
-
+

Warning

g_async_queue_ref_unlocked is deprecated and should not be used in newly-written code.

@@ -548,10 +548,10 @@

-
+

g_async_queue_unref_and_unlock ()

void                g_async_queue_unref_and_unlock      (GAsyncQueue *queue);
-
+

Warning

g_async_queue_unref_and_unlock is deprecated and should not be used in newly-written code.

@@ -576,7 +576,7 @@

-
+

g_async_queue_push_unlocked ()

void                g_async_queue_push_unlocked         (GAsyncQueue *queue,
                                                          gpointer data);
@@ -602,7 +602,7 @@

-
+

g_async_queue_push_sorted_unlocked ()

void                g_async_queue_push_sorted_unlocked  (GAsyncQueue *queue,
                                                          gpointer data,
@@ -654,7 +654,7 @@
 

Since 2.10


-
+

g_async_queue_pop_unlocked ()

gpointer            g_async_queue_pop_unlocked          (GAsyncQueue *queue);

@@ -679,7 +679,7 @@


-
+

g_async_queue_try_pop_unlocked ()

gpointer            g_async_queue_try_pop_unlocked      (GAsyncQueue *queue);

@@ -705,7 +705,7 @@


-
+

g_async_queue_timed_pop_unlocked ()

gpointer            g_async_queue_timed_pop_unlocked    (GAsyncQueue *queue,
                                                          GTimeVal *end_time);
@@ -741,7 +741,7 @@

-
+

g_async_queue_length_unlocked ()

gint                g_async_queue_length_unlocked       (GAsyncQueue *queue);

@@ -771,7 +771,7 @@


-
+

g_async_queue_sort_unlocked ()

void                g_async_queue_sort_unlocked         (GAsyncQueue *queue,
                                                          GCompareDataFunc func,
@@ -813,6 +813,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Atomic-Operations.html glib2.0-2.26.1/docs/reference/glib/html/glib-Atomic-Operations.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Atomic-Operations.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Atomic-Operations.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Atomic Operations - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -61,7 +61,7 @@
 gboolean            g_atomic_int_dec_and_test           (gint *atomic);
 
-
+

Description

The following functions can be used to atomically access integers and @@ -77,7 +77,7 @@

-
+

Note

You must not directly read integers or pointers concurrently accessed by multiple threads, but use the atomic accessor functions @@ -90,7 +90,7 @@

-
+

Note

If you are using those functions for anything apart from simple reference counting, you should really be aware of the implications @@ -104,7 +104,7 @@

-
+

Note

It is not safe to set an integer or pointer just by assigning to it, when it is concurrently accessed by other threads with the following @@ -115,9 +115,9 @@

-
+

Details

-
+

g_atomic_int_get ()

gint                g_atomic_int_get                    (volatile gint G_GNUC_MAY_ALIAS *atomic);

@@ -143,7 +143,7 @@

Since 2.4


-
+

g_atomic_int_set ()

void                g_atomic_int_set                    (volatile gint G_GNUC_MAY_ALIAS *atomic,
                                                          gint newval);
@@ -169,7 +169,7 @@

Since 2.10


-
+

g_atomic_int_add ()

void                g_atomic_int_add                    (volatile gint G_GNUC_MAY_ALIAS *atomic,
                                                          gint val);
@@ -195,7 +195,7 @@

Since 2.4


-
+

g_atomic_int_exchange_and_add ()

gint                g_atomic_int_exchange_and_add       (volatile gint G_GNUC_MAY_ALIAS *atomic,
                                                          gint val);
@@ -228,7 +228,7 @@

Since 2.4


-
+

g_atomic_int_compare_and_exchange ()

gboolean            g_atomic_int_compare_and_exchange   (volatile gint G_GNUC_MAY_ALIAS *atomic,
                                                          gint oldval,
@@ -267,7 +267,7 @@
 

Since 2.4


-
+

g_atomic_pointer_get ()

gpointer            g_atomic_pointer_get                (volatile gpointer G_GNUC_MAY_ALIAS *atomic);

@@ -293,7 +293,7 @@

Since 2.4


-
+

g_atomic_pointer_set ()

void                g_atomic_pointer_set                (volatile gpointer G_GNUC_MAY_ALIAS *atomic,
                                                          gpointer newval);
@@ -319,7 +319,7 @@

Since 2.10


-
+

g_atomic_pointer_compare_and_exchange ()

gboolean            g_atomic_pointer_compare_and_exchange
                                                         (volatile gpointer G_GNUC_MAY_ALIAS *atomic,
@@ -359,7 +359,7 @@
 

Since 2.4


-
+

g_atomic_int_inc ()

void                g_atomic_int_inc                    (gint *atomic);

@@ -376,7 +376,7 @@

Since 2.4


-
+

g_atomic_int_dec_and_test ()

gboolean            g_atomic_int_dec_and_test           (gint *atomic);

@@ -402,13 +402,13 @@

Since 2.4

-
+

See Also

GMutex
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Automatic-String-Completion.html glib2.0-2.26.1/docs/reference/glib/html/glib-Automatic-String-Completion.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Automatic-String-Completion.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Automatic-String-Completion.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ Automatic String Completion - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -36,23 +36,23 @@
-
+ -
+

Description

GCompletion provides support for automatic completion of a string @@ -91,9 +91,9 @@ used and not very actively maintained.

-
+

Details

-
+

GCompletion

typedef struct {
   GList* items;
@@ -142,10 +142,10 @@
 

-
+

g_completion_new ()

-
GCompletion *       g_completion_new                    (GCompletionFunc func);
-
+
GCompletion*        g_completion_new                    (GCompletionFunc func);
+

Warning

g_completion_new is deprecated and should not be used in newly-written code.

@@ -171,7 +171,7 @@

-
+

GCompletionFunc ()

gchar *             (*GCompletionFunc)                  (gpointer Param1);

@@ -196,11 +196,11 @@


-
+

g_completion_add_items ()

void                g_completion_add_items              (GCompletion *cmp,
                                                          GList *items);
-
+

Warning

g_completion_add_items has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API

@@ -224,11 +224,11 @@

-
+

g_completion_remove_items ()

void                g_completion_remove_items           (GCompletion *cmp,
                                                          GList *items);
-
+

Warning

g_completion_remove_items has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API

@@ -252,10 +252,10 @@

-
+

g_completion_clear_items ()

void                g_completion_clear_items            (GCompletion *cmp);
-
+

Warning

g_completion_clear_items has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API

@@ -272,12 +272,12 @@

-
+

g_completion_complete ()

-
GList *             g_completion_complete               (GCompletion *cmp,
+
GList*              g_completion_complete               (GCompletion *cmp,
                                                          const gchar *prefix,
                                                          gchar **new_prefix);
-
+

Warning

g_completion_complete has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API

@@ -317,12 +317,12 @@

-
+

g_completion_complete_utf8 ()

-
GList *             g_completion_complete_utf8          (GCompletion *cmp,
+
GList*              g_completion_complete_utf8          (GCompletion *cmp,
                                                          const gchar *prefix,
                                                          gchar **new_prefix);
-
+

Warning

g_completion_complete_utf8 has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API

@@ -369,11 +369,11 @@

Since 2.4


-
+

g_completion_set_compare ()

void                g_completion_set_compare            (GCompletion *cmp,
                                                          GCompletionStrncmpFunc strncmp_func);
-
+

Warning

g_completion_set_compare has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API

@@ -398,7 +398,7 @@

-
+

GCompletionStrncmpFunc ()

gint                (*GCompletionStrncmpFunc)           (const gchar *s1,
                                                          const gchar *s2,
@@ -438,10 +438,10 @@
 

-
+

g_completion_free ()

void                g_completion_free                   (GCompletion *cmp);
-
+

Warning

g_completion_free has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API

@@ -461,6 +461,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Balanced-Binary-Trees.html glib2.0-2.26.1/docs/reference/glib/html/glib-Balanced-Binary-Trees.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Balanced-Binary-Trees.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Balanced-Binary-Trees.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Balanced Binary Trees - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -36,18 +36,18 @@
-
+

Synopsis

 #include <glib.h>
 
                     GTree;
-GTree *             g_tree_new                          (GCompareFunc key_compare_func);
-GTree *             g_tree_ref                          (GTree *tree);
+GTree*              g_tree_new                          (GCompareFunc key_compare_func);
+GTree*              g_tree_ref                          (GTree *tree);
 void                g_tree_unref                        (GTree *tree);
-GTree *             g_tree_new_with_data                (GCompareDataFunc key_compare_func,
+GTree*              g_tree_new_with_data                (GCompareDataFunc key_compare_func,
                                                          gpointer key_compare_data);
-GTree *             g_tree_new_full                     (GCompareDataFunc key_compare_func,
+GTree*              g_tree_new_full                     (GCompareDataFunc key_compare_func,
                                                          gpointer key_compare_data,
                                                          GDestroyNotify key_destroy_func,
                                                          GDestroyNotify value_destroy_func);
@@ -86,7 +86,7 @@
 void                g_tree_destroy                      (GTree *tree);
 
-
+

Description

The GTree structure and its associated functions provide a sorted @@ -118,9 +118,9 @@ To destroy a GTree, use g_tree_destroy().

-
+

Details

-
+

GTree

typedef struct _GTree GTree;

@@ -130,9 +130,9 @@


-
+

g_tree_new ()

-
GTree *             g_tree_new                          (GCompareFunc key_compare_func);
+
GTree*              g_tree_new                          (GCompareFunc key_compare_func);

Creates a new GTree.

@@ -157,9 +157,9 @@

-
+

g_tree_ref ()

-
GTree *             g_tree_ref                          (GTree *tree);
+
GTree*              g_tree_ref                          (GTree *tree);

Increments the reference count of tree by one. It is safe to call this function from any thread. @@ -183,7 +183,7 @@

Since 2.22


-
+

g_tree_unref ()

void                g_tree_unref                        (GTree *tree);

@@ -206,9 +206,9 @@

Since 2.22


-
+

g_tree_new_with_data ()

-
GTree *             g_tree_new_with_data                (GCompareDataFunc key_compare_func,
+
GTree*              g_tree_new_with_data                (GCompareDataFunc key_compare_func,
                                                          gpointer key_compare_data);

Creates a new GTree with a comparison function that accepts user data. @@ -236,9 +236,9 @@


-
+

g_tree_new_full ()

-
GTree *             g_tree_new_full                     (GCompareDataFunc key_compare_func,
+
GTree*              g_tree_new_full                     (GCompareDataFunc key_compare_func,
                                                          gpointer key_compare_data,
                                                          GDestroyNotify key_destroy_func,
                                                          GDestroyNotify value_destroy_func);
@@ -283,7 +283,7 @@

-
+

g_tree_insert ()

void                g_tree_insert                       (GTree *tree,
                                                          gpointer key,
@@ -321,7 +321,7 @@
 

-
+

g_tree_replace ()

void                g_tree_replace                      (GTree *tree,
                                                          gpointer key,
@@ -360,7 +360,7 @@
 

-
+

g_tree_nnodes ()

gint                g_tree_nnodes                       (GTree *tree);

@@ -383,7 +383,7 @@


-
+

g_tree_height ()

gint                g_tree_height                       (GTree *tree);

@@ -411,7 +411,7 @@


-
+

g_tree_lookup ()

gpointer            g_tree_lookup                       (GTree *tree,
                                                          gconstpointer key);
@@ -443,7 +443,7 @@

-
+

g_tree_lookup_extended ()

gboolean            g_tree_lookup_extended              (GTree *tree,
                                                          gconstpointer lookup_key,
@@ -487,7 +487,7 @@
 

-
+

g_tree_foreach ()

void                g_tree_foreach                      (GTree *tree,
                                                          GTraverseFunc func,
@@ -526,13 +526,13 @@
 

-
+

g_tree_traverse ()

void                g_tree_traverse                     (GTree *tree,
                                                          GTraverseFunc traverse_func,
                                                          GTraverseType traverse_type,
                                                          gpointer user_data);
-
+

Warning

g_tree_traverse has been deprecated since version 2.2 and should not be used in newly-written code. The order of a balanced tree is somewhat arbitrary. If you just want to visit all nodes in sorted order, use g_tree_foreach() @@ -571,7 +571,7 @@


-
+

GTraverseFunc ()

gboolean            (*GTraverseFunc)                    (gpointer key,
                                                          gpointer value,
@@ -610,7 +610,7 @@
 

-
+

enum GTraverseType

typedef enum
 {
@@ -658,7 +658,7 @@
 

-
+

g_tree_search ()

gpointer            g_tree_search                       (GTree *tree,
                                                          GCompareFunc search_func,
@@ -703,7 +703,7 @@
 

-
+

g_tree_remove ()

gboolean            g_tree_remove                       (GTree *tree,
                                                          gconstpointer key);
@@ -739,7 +739,7 @@

-
+

g_tree_steal ()

gboolean            g_tree_steal                        (GTree *tree,
                                                          gconstpointer key);
@@ -773,7 +773,7 @@

-
+

g_tree_destroy ()

void                g_tree_destroy                      (GTree *tree);

@@ -797,6 +797,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Base64-Encoding.html glib2.0-2.26.1/docs/reference/glib/html/glib-Base64-Encoding.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Base64-Encoding.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Base64-Encoding.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Base64 Encoding - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -50,7 +50,7 @@
                                                          gchar *out,
                                                          gint *state,
                                                          gint *save);
-gchar *             g_base64_encode                     (const guchar *data,
+gchar*              g_base64_encode                     (const guchar *data,
                                                          gsize len);
 gsize               g_base64_decode_step                (const gchar *in,
                                                          gsize len,
@@ -63,7 +63,7 @@
                                                          gsize *out_len);
 
-
+

Description

Base64 is an encoding that allows a sequence of arbitrary bytes to be @@ -84,9 +84,9 @@ Support for Base64 encoding has been added in GLib 2.12.

-
+

Details

-
+

g_base64_encode_step ()

gsize               g_base64_encode_step                (const guchar *in,
                                                          gsize len,
@@ -159,7 +159,7 @@
 

Since 2.12


-
+

g_base64_encode_close ()

gsize               g_base64_encode_close               (gboolean break_lines,
                                                          gchar *out,
@@ -207,9 +207,9 @@
 

Since 2.12


-
+

g_base64_encode ()

-
gchar *             g_base64_encode                     (const guchar *data,
+
gchar*              g_base64_encode                     (const guchar *data,
                                                          gsize len);

Encode a sequence of binary data into its Base-64 stringified @@ -241,7 +241,7 @@

Since 2.12


-
+

g_base64_decode_step ()

gsize               g_base64_decode_step                (const gchar *in,
                                                          gsize len,
@@ -298,7 +298,7 @@
 

Since 2.12


-
+

g_base64_decode ()

guchar *            g_base64_decode                     (const gchar *text,
                                                          gsize *out_len);
@@ -331,7 +331,7 @@

Since 2.12


-
+

g_base64_decode_inplace ()

guchar *            g_base64_decode_inplace             (gchar *text,
                                                          gsize *out_len);
@@ -367,6 +367,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Basic-Types.html glib2.0-2.26.1/docs/reference/glib/html/glib-Basic-Types.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Basic-Types.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Basic-Types.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Basic Types - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -78,7 +78,7 @@
 typedef             guintptr;
 
-
+

Description

GLib defines a number of commonly used types, which can be divided into @@ -106,9 +106,9 @@

-
+

Details

-
+

gboolean

typedef gint   gboolean;
 
@@ -118,7 +118,7 @@


-
+

gpointer

typedef void* gpointer;
 
@@ -128,7 +128,7 @@


-
+

gconstpointer

typedef const void *gconstpointer;
 
@@ -142,7 +142,7 @@


-
+

gchar

typedef char   gchar;
 
@@ -151,7 +151,7 @@


-
+

guchar

typedef unsigned char   guchar;
 
@@ -160,7 +160,7 @@


-
+

gint

typedef int    gint;
 
@@ -170,7 +170,7 @@


-
+

guint

typedef unsigned int    guint;
 
@@ -180,7 +180,7 @@


-
+

gshort

typedef short  gshort;
 
@@ -190,7 +190,7 @@


-
+

gushort

typedef unsigned short  gushort;
 
@@ -200,7 +200,7 @@


-
+

glong

typedef long   glong;
 
@@ -210,7 +210,7 @@


-
+

gulong

typedef unsigned long   gulong;
 
@@ -220,7 +220,7 @@


-
+

gint8

typedef signed char gint8;
 
@@ -231,7 +231,7 @@


-
+

guint8

typedef unsigned char guint8;
 
@@ -241,7 +241,7 @@


-
+

gint16

typedef signed short gint16;
 
@@ -256,7 +256,7 @@


-
+

guint16

typedef unsigned short guint16;
 
@@ -270,7 +270,7 @@


-
+

gint32

typedef signed int gint32;
 
@@ -285,7 +285,7 @@


-
+

guint32

typedef unsigned int guint32;
 
@@ -299,11 +299,11 @@


-
+

G_HAVE_GINT64

#define G_HAVE_GINT64 1          /* deprecated, always true */
 
-
+

Warning

G_HAVE_GINT64 is deprecated and should not be used in newly-written code. GLib requires 64-bit integer support since version 2.0, therefore G_HAVE_GINT64 is always defined.

@@ -314,7 +314,7 @@


-
+

gint64

typedef signed long gint64;
 
@@ -329,7 +329,7 @@


-
+

guint64

typedef unsigned long guint64;
 
@@ -343,7 +343,7 @@


-
+

G_GINT64_CONSTANT()

#define G_GINT64_CONSTANT(val) (val##L)
 
@@ -360,7 +360,7 @@

-
+

G_GUINT64_CONSTANT()

#define G_GUINT64_CONSTANT(val) (val##UL)
 
@@ -379,7 +379,7 @@

Since 2.10


-
+

gfloat

typedef float   gfloat;
 
@@ -389,7 +389,7 @@


-
+

gdouble

typedef double  gdouble;
 
@@ -399,7 +399,7 @@


-
+

gsize

typedef unsigned long gsize;
 
@@ -416,7 +416,7 @@


-
+

gssize

typedef signed long gssize;
 
@@ -430,7 +430,7 @@


-
+

goffset

typedef gint64 goffset;
 
@@ -445,7 +445,7 @@

Since: 2.14

-
+

G_GOFFSET_CONSTANT()

#define G_GOFFSET_CONSTANT(val) G_GINT64_CONSTANT(val)
 
@@ -464,7 +464,7 @@

-
+

gintptr

typedef signed long gintptr;
 
@@ -478,7 +478,7 @@

Since: 2.18

-
+

guintptr

typedef unsigned long guintptr;
 
@@ -495,6 +495,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Bookmark-file-parser.html glib2.0-2.26.1/docs/reference/glib/html/glib-Bookmark-file-parser.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Bookmark-file-parser.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Bookmark-file-parser.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Bookmark file parser - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -178,7 +178,7 @@
                                                          GError **error);
 
-
+

Description

GBookmarkFile lets you parse, edit or create files containing bookmarks @@ -280,9 +280,9 @@ The GBookmarkFile parser was added in GLib 2.12.

-
+

Details

-
+

GBookmarkFile

typedef struct _GBookmarkFile GBookmarkFile;

@@ -291,7 +291,7 @@


-
+

G_BOOKMARK_FILE_ERROR

#define G_BOOKMARK_FILE_ERROR (g_bookmark_file_error_quark ())
 
@@ -302,7 +302,7 @@


-
+

enum GBookmarkFileError

typedef enum
 {
@@ -368,7 +368,7 @@
 

-
+

g_bookmark_file_new ()

GBookmarkFile *     g_bookmark_file_new                 (void);

@@ -391,7 +391,7 @@

Since 2.12


-
+

g_bookmark_file_free ()

void                g_bookmark_file_free                (GBookmarkFile *bookmark);

@@ -408,7 +408,7 @@

Since 2.12


-
+

g_bookmark_file_load_from_file ()

gboolean            g_bookmark_file_load_from_file      (GBookmarkFile *bookmark,
                                                          const gchar *filename,
@@ -447,7 +447,7 @@
 

Since 2.12


-
+

g_bookmark_file_load_from_data ()

gboolean            g_bookmark_file_load_from_data      (GBookmarkFile *bookmark,
                                                          const gchar *data,
@@ -492,7 +492,7 @@
 

Since 2.12


-
+

g_bookmark_file_load_from_data_dirs ()

gboolean            g_bookmark_file_load_from_data_dirs (GBookmarkFile *bookmark,
                                                          const gchar *file,
@@ -540,7 +540,7 @@
 

Since 2.12


-
+

g_bookmark_file_to_data ()

gchar *             g_bookmark_file_to_data             (GBookmarkFile *bookmark,
                                                          gsize *length,
@@ -578,7 +578,7 @@
 

Since 2.12


-
+

g_bookmark_file_to_file ()

gboolean            g_bookmark_file_to_file             (GBookmarkFile *bookmark,
                                                          const gchar *filename,
@@ -616,7 +616,7 @@
 

Since 2.12


-
+

g_bookmark_file_has_item ()

gboolean            g_bookmark_file_has_item            (GBookmarkFile *bookmark,
                                                          const gchar *uri);
@@ -647,7 +647,7 @@

Since 2.12


-
+

g_bookmark_file_has_group ()

gboolean            g_bookmark_file_has_group           (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -695,7 +695,7 @@
 

Since 2.12


-
+

g_bookmark_file_has_application ()

gboolean            g_bookmark_file_has_application     (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -743,7 +743,7 @@
 

Since 2.12


-
+

g_bookmark_file_get_size ()

gint                g_bookmark_file_get_size            (GBookmarkFile *bookmark);

@@ -768,7 +768,7 @@

Since 2.12


-
+

g_bookmark_file_get_uris ()

gchar **            g_bookmark_file_get_uris            (GBookmarkFile *bookmark,
                                                          gsize *length);
@@ -802,7 +802,7 @@

Since 2.12


-
+

g_bookmark_file_get_title ()

gchar *             g_bookmark_file_get_title           (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -847,7 +847,7 @@
 

Since 2.12


-
+

g_bookmark_file_get_description ()

gchar *             g_bookmark_file_get_description     (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -889,7 +889,7 @@
 

Since 2.12


-
+

g_bookmark_file_get_mime_type ()

gchar *             g_bookmark_file_get_mime_type       (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -933,7 +933,7 @@
 

Since 2.12


-
+

g_bookmark_file_get_is_private ()

gboolean            g_bookmark_file_get_is_private      (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -976,7 +976,7 @@
 

Since 2.12


-
+

g_bookmark_file_get_icon ()

gboolean            g_bookmark_file_get_icon            (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1030,7 +1030,7 @@
 

Since 2.12


-
+

g_bookmark_file_get_added ()

time_t              g_bookmark_file_get_added           (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1071,7 +1071,7 @@
 

Since 2.12


-
+

g_bookmark_file_get_modified ()

time_t              g_bookmark_file_get_modified        (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1112,7 +1112,7 @@
 

Since 2.12


-
+

g_bookmark_file_get_visited ()

time_t              g_bookmark_file_get_visited         (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1153,7 +1153,7 @@
 

Since 2.12


-
+

g_bookmark_file_get_groups ()

gchar **            g_bookmark_file_get_groups          (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1205,7 +1205,7 @@
 

Since 2.12


-
+

g_bookmark_file_get_applications ()

gchar **            g_bookmark_file_get_applications    (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1254,7 +1254,7 @@
 

Since 2.12


-
+

g_bookmark_file_get_app_info ()

gboolean            g_bookmark_file_get_app_info        (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1329,7 +1329,7 @@
 

Since 2.12


-
+

g_bookmark_file_set_title ()

void                g_bookmark_file_set_title           (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1367,7 +1367,7 @@
 

Since 2.12


-
+

g_bookmark_file_set_description ()

void                g_bookmark_file_set_description     (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1404,7 +1404,7 @@
 

Since 2.12


-
+

g_bookmark_file_set_mime_type ()

void                g_bookmark_file_set_mime_type       (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1438,7 +1438,7 @@
 

Since 2.12


-
+

g_bookmark_file_set_is_private ()

void                g_bookmark_file_set_is_private      (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1473,7 +1473,7 @@
 

Since 2.12


-
+

g_bookmark_file_set_icon ()

void                g_bookmark_file_set_icon            (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1515,7 +1515,7 @@
 

Since 2.12


-
+

g_bookmark_file_set_added ()

void                g_bookmark_file_set_added           (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1549,7 +1549,7 @@
 

Since 2.12


-
+

g_bookmark_file_set_groups ()

void                g_bookmark_file_set_groups          (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1590,7 +1590,7 @@
 

Since 2.12


-
+

g_bookmark_file_set_modified ()

void                g_bookmark_file_set_modified        (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1630,7 +1630,7 @@
 

Since 2.12


-
+

g_bookmark_file_set_visited ()

void                g_bookmark_file_set_visited         (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1671,7 +1671,7 @@
 

Since 2.12


-
+

g_bookmark_file_set_app_info ()

gboolean            g_bookmark_file_set_app_info        (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1763,7 +1763,7 @@
 

Since 2.12


-
+

g_bookmark_file_add_group ()

void                g_bookmark_file_add_group           (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1798,7 +1798,7 @@
 

Since 2.12


-
+

g_bookmark_file_add_application ()

void                g_bookmark_file_add_application     (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1861,7 +1861,7 @@
 

Since 2.12


-
+

g_bookmark_file_remove_group ()

gboolean            g_bookmark_file_remove_group        (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1911,7 +1911,7 @@
 

Since 2.12


-
+

g_bookmark_file_remove_application ()

gboolean            g_bookmark_file_remove_application  (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1962,7 +1962,7 @@
 

Since 2.12


-
+

g_bookmark_file_remove_item ()

gboolean            g_bookmark_file_remove_item         (GBookmarkFile *bookmark,
                                                          const gchar *uri,
@@ -1999,7 +1999,7 @@
 

Since 2.12


-
+

g_bookmark_file_move_item ()

gboolean            g_bookmark_file_move_item           (GBookmarkFile *bookmark,
                                                          const gchar *old_uri,
@@ -2051,6 +2051,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-building.html glib2.0-2.26.1/docs/reference/glib/html/glib-building.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-building.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-building.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Compiling the GLib package - + - + @@ -19,7 +19,7 @@ GLib Reference Manual Next -
+
@@ -30,7 +30,7 @@
-
+

Building the Library on UNIX

On UNIX, GLib uses the standard GNU build system, @@ -60,11 +60,11 @@

The GTK+ documentation contains - further details + further details about the build process and ways to influence it.

-
+

Dependencies

Before you can compile the GLib library, you need to have @@ -186,7 +186,7 @@

-
+

Extra Configuration Options

In addition to the normal options, the @@ -197,7 +197,7 @@

configure [[--enable-debug=[no|minimum|yes]]] [[--disable-gc-friendly] | [--enable-gc-friendly]] [[--disable-mem-pools] | [--enable-mem-pools]] [[--disable-threads] | [--enable-threads]] [[--with-threads=[none|posix|dce|win32]]] [[--disable-regex] | [--enable-regex]] [[--with-pcre=[internal|system]]] [[--disable-included-printf] | [--enable-included-printf]] [[--disable-visibility] | [--enable-visibility]] [[--disable-gtk-doc] | [--enable-gtk-doc]] [[--disable-man] | [--enable-man]] [[--disable-xattr] | [--enable-xattr]] [[--disable-selinux] | [--enable-selinux]] [[--disable-dtrace] | [--enable-dtrace]] [[--disable-systemtap] | [--enable-systemtap]] [[--enable-gcov] | [--disable-gcov]] [[--with-runtime-libdir=RELPATH]]

-

--enable-debug +

--enable-debug Turns on various amounts of debugging support. Setting this to 'no' disables g_assert(), g_return_if_fail(), g_return_val_if_fail() and all cast checks between different object types. Setting it to 'minimum' disables only cast checks. Setting it to 'yes' enables @@ -209,7 +209,7 @@ --enable-debug=no should not be used for stable releases of GLib.

-

--disable-gc-friendly and +

--disable-gc-friendly and --enable-gc-friendly By default, and with --disable-gc-friendly as well, Glib does not clear the memory for certain objects before they @@ -250,7 +250,7 @@ Since clearing the memory has a cost, --disable-gc-friendly is the default.

-

--disable-mem-pools and +

--disable-mem-pools and --enable-mem-pools Many small chunks of memory are often allocated via collective pools in GLib and are cached after release to speed up reallocations. @@ -286,16 +286,16 @@ G_BSEARCH_ALIGN_POWER2 becomes non-functional

-

+

-

--disable-threads and +

--disable-threads and --enable-threads Do not compile GLib to be multi thread safe. GLib will be slightly faster then. This is however not recommended, as many programs rely on GLib being multi thread safe.

-

--with-threads +

--with-threads Specify a thread implementation to use.

    @@ -312,17 +312,17 @@ g_thread_init() by the programmer.

-

+

-

--disable-regex and +

--disable-regex and --enable-regex Do not compile GLib with regular expression support. GLib will be smaller because it will not need the PCRE library. This is however not recommended, as programs may need GRegex.

-

--with-pcre +

--with-pcre Specify whether to use the internal or the system-supplied PCRE library.

@@ -336,7 +336,7 @@ the system-supplied PCRE library.

-

+

Using the internal PCRE is the preferred solution:

    @@ -355,9 +355,9 @@ this variables could lead to problems when they are modified.

-

+

-

--disable-included-printf and +

--disable-included-printf and --enable-included-printf By default the configure script will try to auto-detect whether the C library provides a suitable set @@ -372,7 +372,7 @@ an implementation fo the printf() family should be included or not.

-

--disable-visibility and +

--disable-visibility and --enable-visibility By default, GLib uses ELF visibility attributes to optimize PLT table entries if the compiler supports ELF visibility @@ -384,7 +384,7 @@ visibility attributes. The --disable-visibility option allows to do that.

-

--disable-gtk-doc and +

--disable-gtk-doc and --enable-gtk-doc By default the configure script will try to auto-detect whether the @@ -397,7 +397,7 @@ pre-generated HTML files will be installed instead of building them on your machine.

-

--disable-man and +

--disable-man and --enable-man By default the configure script will try to auto-detect whether xsltproc @@ -408,7 +408,7 @@ used or not. The distribution includes pre-generated man pages.

-

--disable-xattr and +

--disable-xattr and --enable-xattr By default the configure script will try to auto-detect whether the getxattr() family of functions @@ -418,7 +418,7 @@ should be included or not. getxattr() and friends can be provided by glibc or by the standalone libattr library.

-

--disable-selinux and +

--disable-selinux and --enable-selinux By default the configure script will auto-detect if libselinux is available and include @@ -426,18 +426,18 @@ used to explicitly control whether SELinux support should be included.

-

--disable-dtrace and +

--disable-dtrace and --enable-dtrace By default the configure script will detect if DTrace support is available, and use it.

-

--disable-systemtap and +

--disable-systemtap and --enable-systemtap This option requires DTrace support. If it is available, then the configure script will also check for the presence of SystemTap.

-

--enable-gcov and +

--enable-gcov and --disable-gcov Enable the generation of coverage reports for the GLib tests. This requires the lcov frontend to gcov from the @@ -445,7 +445,7 @@ To generate a coverage report, use the lcov make target. The report is placed in the glib-lcov directory.

-

--with-runtime-libdir=RELPATH +

--with-runtime-libdir=RELPATH Allows specifying a relative path to where to install the runtime libraries (meaning library files used for running, not developing, GLib applications). This can be used in operating system setups where @@ -461,6 +461,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Byte-Arrays.html glib2.0-2.26.1/docs/reference/glib/html/glib-Byte-Arrays.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Byte-Arrays.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Byte-Arrays.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Byte Arrays - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -36,27 +36,27 @@
-
+ -
+

Description

GByteArray is based on GArray, to provide arrays of bytes which @@ -92,7 +92,7 @@

-

Example 22. Using a GByteArray

+

Example 22. Using a GByteArray

@@ -138,9 +138,9 @@


-
+

Details

-
+

GByteArray

typedef struct {
   guint8 *data;
@@ -169,9 +169,9 @@
 

-
+

g_byte_array_new ()

-
GByteArray *        g_byte_array_new                    (void);
+
GByteArray*         g_byte_array_new                    (void);

Creates a new GByteArray with a reference count of 1.

@@ -185,9 +185,9 @@

-
+

g_byte_array_sized_new ()

-
GByteArray *        g_byte_array_sized_new              (guint reserved_size);
+
GByteArray*         g_byte_array_sized_new              (guint reserved_size);

Creates a new GByteArray with reserved_size bytes preallocated. This avoids frequent reallocation, if you are going to add many @@ -211,7 +211,7 @@


-
+

g_byte_array_ref ()

GByteArray *        g_byte_array_ref                    (GByteArray *array);

@@ -237,7 +237,7 @@

Since 2.22


-
+

g_byte_array_unref ()

void                g_byte_array_unref                  (GByteArray *array);

@@ -257,9 +257,9 @@

Since 2.22


-
+

g_byte_array_append ()

-
GByteArray *        g_byte_array_append                 (GByteArray *array,
+
GByteArray*         g_byte_array_append                 (GByteArray *array,
                                                          const guint8 *data,
                                                          guint len);

@@ -293,9 +293,9 @@


-
+

g_byte_array_prepend ()

-
GByteArray *        g_byte_array_prepend                (GByteArray *array,
+
GByteArray*         g_byte_array_prepend                (GByteArray *array,
                                                          const guint8 *data,
                                                          guint len);

@@ -329,9 +329,9 @@


-
+

g_byte_array_remove_index ()

-
GByteArray *        g_byte_array_remove_index           (GByteArray *array,
+
GByteArray*         g_byte_array_remove_index           (GByteArray *array,
                                                          guint index_);

Removes the byte at the given index from a GByteArray. The @@ -359,9 +359,9 @@


-
+

g_byte_array_remove_index_fast ()

-
GByteArray *        g_byte_array_remove_index_fast      (GByteArray *array,
+
GByteArray*         g_byte_array_remove_index_fast      (GByteArray *array,
                                                          guint index_);

Removes the byte at the given index from a GByteArray. The last @@ -391,9 +391,9 @@


-
+

g_byte_array_remove_range ()

-
GByteArray *        g_byte_array_remove_range           (GByteArray *array,
+
GByteArray*         g_byte_array_remove_range           (GByteArray *array,
                                                          guint index_,
                                                          guint length);

@@ -428,7 +428,7 @@

Since 2.4


-
+

g_byte_array_sort ()

void                g_byte_array_sort                   (GByteArray *array,
                                                          GCompareFunc compare_func);
@@ -459,7 +459,7 @@

-
+

g_byte_array_sort_with_data ()

void                g_byte_array_sort_with_data         (GByteArray *array,
                                                          GCompareDataFunc compare_func,
@@ -490,9 +490,9 @@
 

-
+

g_byte_array_set_size ()

-
GByteArray *        g_byte_array_set_size               (GByteArray *array,
+
GByteArray*         g_byte_array_set_size               (GByteArray *array,
                                                          guint length);

Sets the size of the GByteArray, expanding it if necessary. @@ -519,9 +519,9 @@


-
+

g_byte_array_free ()

-
guint8 *            g_byte_array_free                   (GByteArray *array,
+
guint8*             g_byte_array_free                   (GByteArray *array,
                                                          gboolean free_segment);

Frees the memory allocated by the GByteArray. If free_segment is @@ -555,6 +555,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Byte-Order-Macros.html glib2.0-2.26.1/docs/reference/glib/html/glib-Byte-Order-Macros.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Byte-Order-Macros.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Byte-Order-Macros.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ Byte Order Macros - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -121,7 +121,7 @@
 #define             GUINT64_SWAP_LE_BE                  (val)
 
-
+

Description

These macros provide a portable way to determine the host byte order @@ -162,9 +162,9 @@ side-effects.

-
+

Details

-
+

G_BYTE_ORDER

#define G_BYTE_ORDER G_LITTLE_ENDIAN
 
@@ -175,7 +175,7 @@


-
+

G_LITTLE_ENDIAN

#define G_LITTLE_ENDIAN 1234
 
@@ -185,7 +185,7 @@


-
+

G_BIG_ENDIAN

#define G_BIG_ENDIAN    4321
 
@@ -195,7 +195,7 @@


-
+

G_PDP_ENDIAN

#define G_PDP_ENDIAN    3412		/* unused, need specific PDP check */	
 
@@ -205,7 +205,7 @@


-
+

g_htonl()

#define             g_htonl(val)

@@ -229,7 +229,7 @@


-
+

g_htons()

#define             g_htons(val)

@@ -253,7 +253,7 @@


-
+

g_ntohl()

#define             g_ntohl(val)

@@ -277,7 +277,7 @@


-
+

g_ntohs()

#define             g_ntohs(val)

@@ -301,7 +301,7 @@


-
+

GINT_FROM_BE()

#define GINT_FROM_BE(val) (GINT_TO_BE (val))
 
@@ -326,7 +326,7 @@

-
+

GINT_FROM_LE()

#define GINT_FROM_LE(val) (GINT_TO_LE (val))
 
@@ -351,7 +351,7 @@

-
+

GINT_TO_BE()

#define GINT_TO_BE(val)		((gint) GINT32_TO_BE (val))
 
@@ -376,7 +376,7 @@

-
+

GINT_TO_LE()

#define GINT_TO_LE(val)		((gint) GINT32_TO_LE (val))
 
@@ -401,7 +401,7 @@

-
+

GUINT_FROM_BE()

#define GUINT_FROM_BE(val) (GUINT_TO_BE (val))
 
@@ -426,7 +426,7 @@

-
+

GUINT_FROM_LE()

#define GUINT_FROM_LE(val) (GUINT_TO_LE (val))
 
@@ -451,7 +451,7 @@

-
+

GUINT_TO_BE()

#define GUINT_TO_BE(val) ((guint) GUINT32_TO_BE (val))
 
@@ -476,7 +476,7 @@

-
+

GUINT_TO_LE()

#define GUINT_TO_LE(val) ((guint) GUINT32_TO_LE (val))
 
@@ -501,7 +501,7 @@

-
+

GLONG_FROM_BE()

#define GLONG_FROM_BE(val) (GLONG_TO_BE (val))
 
@@ -526,7 +526,7 @@

-
+

GLONG_FROM_LE()

#define GLONG_FROM_LE(val) (GLONG_TO_LE (val))
 
@@ -551,7 +551,7 @@

-
+

GLONG_TO_BE()

#define GLONG_TO_BE(val) ((glong) GINT64_TO_BE (val))
 
@@ -576,7 +576,7 @@

-
+

GLONG_TO_LE()

#define GLONG_TO_LE(val) ((glong) GINT64_TO_LE (val))
 
@@ -601,7 +601,7 @@

-
+

GULONG_FROM_BE()

#define GULONG_FROM_BE(val) (GULONG_TO_BE (val))
 
@@ -626,7 +626,7 @@

-
+

GULONG_FROM_LE()

#define GULONG_FROM_LE(val) (GULONG_TO_LE (val))
 
@@ -651,7 +651,7 @@

-
+

GULONG_TO_BE()

#define GULONG_TO_BE(val) ((gulong) GUINT64_TO_BE (val))
 
@@ -676,7 +676,7 @@

-
+

GULONG_TO_LE()

#define GULONG_TO_LE(val) ((gulong) GUINT64_TO_LE (val))
 
@@ -701,7 +701,7 @@

-
+

GSIZE_FROM_BE()

#define GSIZE_FROM_BE(val) (GSIZE_TO_BE (val))
 
@@ -726,7 +726,7 @@

-
+

GSIZE_FROM_LE()

#define GSIZE_FROM_LE(val) (GSIZE_TO_LE (val))
 
@@ -751,7 +751,7 @@

-
+

GSIZE_TO_BE()

#define GSIZE_TO_BE(val) ((gsize) GUINT64_TO_BE (val))
 
@@ -776,7 +776,7 @@

-
+

GSIZE_TO_LE()

#define GSIZE_TO_LE(val) ((gsize) GUINT64_TO_LE (val))
 
@@ -801,7 +801,7 @@

-
+

GSSIZE_FROM_BE()

#define GSSIZE_FROM_BE(val) (GSSIZE_TO_BE (val))
 
@@ -826,7 +826,7 @@

-
+

GSSIZE_FROM_LE()

#define GSSIZE_FROM_LE(val) (GSSIZE_TO_LE (val))
 
@@ -851,7 +851,7 @@

-
+

GSSIZE_TO_BE()

#define GSSIZE_TO_BE(val) ((gssize) GINT64_TO_BE (val))
 
@@ -876,7 +876,7 @@

-
+

GSSIZE_TO_LE()

#define GSSIZE_TO_LE(val) ((gssize) GINT64_TO_LE (val))
 
@@ -901,7 +901,7 @@

-
+

GINT16_FROM_BE()

#define GINT16_FROM_BE(val) (GINT16_TO_BE (val))
 
@@ -926,7 +926,7 @@

-
+

GINT16_FROM_LE()

#define GINT16_FROM_LE(val) (GINT16_TO_LE (val))
 
@@ -951,7 +951,7 @@

-
+

GINT16_TO_BE()

#define GINT16_TO_BE(val) ((gint16) GUINT16_SWAP_LE_BE (val))
 
@@ -976,7 +976,7 @@

-
+

GINT16_TO_LE()

#define GINT16_TO_LE(val) ((gint16) (val))
 
@@ -1001,7 +1001,7 @@

-
+

GUINT16_FROM_BE()

#define GUINT16_FROM_BE(val) (GUINT16_TO_BE (val))
 
@@ -1026,7 +1026,7 @@

-
+

GUINT16_FROM_LE()

#define GUINT16_FROM_LE(val) (GUINT16_TO_LE (val))
 
@@ -1051,7 +1051,7 @@

-
+

GUINT16_TO_BE()

#define GUINT16_TO_BE(val) (GUINT16_SWAP_LE_BE (val))
 
@@ -1076,7 +1076,7 @@

-
+

GUINT16_TO_LE()

#define GUINT16_TO_LE(val) ((guint16) (val))
 
@@ -1101,7 +1101,7 @@

-
+

GINT32_FROM_BE()

#define GINT32_FROM_BE(val) (GINT32_TO_BE (val))
 
@@ -1126,7 +1126,7 @@

-
+

GINT32_FROM_LE()

#define GINT32_FROM_LE(val) (GINT32_TO_LE (val))
 
@@ -1151,7 +1151,7 @@

-
+

GINT32_TO_BE()

#define GINT32_TO_BE(val) ((gint32) GUINT32_SWAP_LE_BE (val))
 
@@ -1176,7 +1176,7 @@

-
+

GINT32_TO_LE()

#define GINT32_TO_LE(val) ((gint32) (val))
 
@@ -1201,7 +1201,7 @@

-
+

GUINT32_FROM_BE()

#define GUINT32_FROM_BE(val) (GUINT32_TO_BE (val))
 
@@ -1226,7 +1226,7 @@

-
+

GUINT32_FROM_LE()

#define GUINT32_FROM_LE(val) (GUINT32_TO_LE (val))
 
@@ -1251,7 +1251,7 @@

-
+

GUINT32_TO_BE()

#define GUINT32_TO_BE(val) (GUINT32_SWAP_LE_BE (val))
 
@@ -1276,7 +1276,7 @@

-
+

GUINT32_TO_LE()

#define GUINT32_TO_LE(val) ((guint32) (val))
 
@@ -1301,7 +1301,7 @@

-
+

GINT64_FROM_BE()

#define GINT64_FROM_BE(val) (GINT64_TO_BE (val))
 
@@ -1326,7 +1326,7 @@

-
+

GINT64_FROM_LE()

#define GINT64_FROM_LE(val) (GINT64_TO_LE (val))
 
@@ -1351,7 +1351,7 @@

-
+

GINT64_TO_BE()

#define GINT64_TO_BE(val) ((gint64) GUINT64_SWAP_LE_BE (val))
 
@@ -1376,7 +1376,7 @@

-
+

GINT64_TO_LE()

#define GINT64_TO_LE(val) ((gint64) (val))
 
@@ -1401,7 +1401,7 @@

-
+

GUINT64_FROM_BE()

#define GUINT64_FROM_BE(val) (GUINT64_TO_BE (val))
 
@@ -1426,7 +1426,7 @@

-
+

GUINT64_FROM_LE()

#define GUINT64_FROM_LE(val) (GUINT64_TO_LE (val))
 
@@ -1451,7 +1451,7 @@

-
+

GUINT64_TO_BE()

#define GUINT64_TO_BE(val) (GUINT64_SWAP_LE_BE (val))
 
@@ -1476,7 +1476,7 @@

-
+

GUINT64_TO_LE()

#define GUINT64_TO_LE(val) ((guint64) (val))
 
@@ -1501,7 +1501,7 @@

-
+

GUINT16_SWAP_BE_PDP()

#define GUINT16_SWAP_BE_PDP(val) (GUINT16_SWAP_LE_BE (val))
 
@@ -1527,7 +1527,7 @@

-
+

GUINT16_SWAP_LE_BE()

#define             GUINT16_SWAP_LE_BE(val)

@@ -1552,7 +1552,7 @@


-
+

GUINT16_SWAP_LE_PDP()

#define GUINT16_SWAP_LE_PDP(val) ((guint16) (val))
 
@@ -1578,7 +1578,7 @@

-
+

GUINT32_SWAP_BE_PDP()

#define             GUINT32_SWAP_BE_PDP(val)

@@ -1603,7 +1603,7 @@


-
+

GUINT32_SWAP_LE_BE()

#define             GUINT32_SWAP_LE_BE(val)

@@ -1628,7 +1628,7 @@


-
+

GUINT32_SWAP_LE_PDP()

#define             GUINT32_SWAP_LE_PDP(val)

@@ -1653,7 +1653,7 @@


-
+

GUINT64_SWAP_LE_BE()

#define             GUINT64_SWAP_LE_BE(val)

@@ -1681,6 +1681,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Caches.html glib2.0-2.26.1/docs/reference/glib/html/glib-Caches.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Caches.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Caches.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Caches - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -36,13 +36,13 @@
-
+

Synopsis

 #include <glib.h>
 
                     GCache;
-GCache *            g_cache_new                         (GCacheNewFunc value_new_func,
+GCache*             g_cache_new                         (GCacheNewFunc value_new_func,
                                                          GCacheDestroyFunc value_destroy_func,
                                                          GCacheDupFunc key_dup_func,
                                                          GCacheDestroyFunc key_destroy_func,
@@ -67,15 +67,15 @@
 gpointer            (*GCacheNewFunc)                    (gpointer key);
 
-
+

Description

A GCache allows sharing of complex data structures, in order to save system resources.

-GTK+ uses caches for GtkStyles and GdkGCs. These consume a lot of -resources, so a GCache is used to see if a GtkStyle or GdkGC with +GTK+ uses caches for GtkStyles and GdkGCs. These consume a lot of +resources, so a GCache is used to see if a GtkStyle or GdkGC with the required properties already exists. If it does, then the existing object is used instead of creating a new one.

@@ -84,9 +84,9 @@ of a particular resource. A GCache value is the actual resource.

-
+

Details

-
+

GCache

typedef struct _GCache GCache;

@@ -96,9 +96,9 @@


-
+

g_cache_new ()

-
GCache *            g_cache_new                         (GCacheNewFunc value_new_func,
+
GCache*             g_cache_new                         (GCacheNewFunc value_new_func,
                                                          GCacheDestroyFunc value_destroy_func,
                                                          GCacheDupFunc key_dup_func,
                                                          GCacheDestroyFunc key_destroy_func,
@@ -165,7 +165,7 @@
 

-
+

g_cache_insert ()

gpointer            g_cache_insert                      (GCache *cache,
                                                          gpointer key);
@@ -201,7 +201,7 @@

-
+

g_cache_remove ()

void                g_cache_remove                      (GCache *cache,
                                                          gconstpointer value);
@@ -227,7 +227,7 @@

-
+

g_cache_destroy ()

void                g_cache_destroy                     (GCache *cache);

@@ -247,7 +247,7 @@


-
+

g_cache_key_foreach ()

void                g_cache_key_foreach                 (GCache *cache,
                                                          GHFunc func,
@@ -283,12 +283,12 @@
 

-
+

g_cache_value_foreach ()

void                g_cache_value_foreach               (GCache *cache,
                                                          GHFunc func,
                                                          gpointer user_data);
-
+

Warning

g_cache_value_foreach has been deprecated since version 2.10 and should not be used in newly-written code. The reason is that it passes pointers to internal data structures to func; use g_cache_key_foreach() @@ -319,7 +319,7 @@


-
+

GCacheDestroyFunc ()

void                (*GCacheDestroyFunc)                (gpointer value);

@@ -338,7 +338,7 @@


-
+

GCacheDupFunc ()

gpointer            (*GCacheDupFunc)                    (gpointer value);

@@ -365,7 +365,7 @@


-
+

GCacheNewFunc ()

gpointer            (*GCacheNewFunc)                    (gpointer key);

@@ -393,6 +393,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-changes.html glib2.0-2.26.1/docs/reference/glib/html/glib-changes.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-changes.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-changes.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Changes to GLib - + - + @@ -19,7 +19,7 @@ GLib Reference Manual Next -
+
@@ -30,8 +30,8 @@
-
-

Incompatible changes from 2.0 to 2.2

+
+

Incompatible changes from 2.0 to 2.2

  • GLib changed the seeding algorithm for the pseudo-random number @@ -55,8 +55,8 @@

-
-

Incompatible changes from 1.2 to 2.0

+
+

Incompatible changes from 1.2 to 2.0

The GNOME 2.0 porting guide on http://developer.gnome.org @@ -154,6 +154,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Character-Set-Conversion.html glib2.0-2.26.1/docs/reference/glib/html/glib-Character-Set-Conversion.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Character-Set-Conversion.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Character-Set-Conversion.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ Character Set Conversion - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,19 +35,19 @@
-
+

Synopsis

 #include <glib.h>
 
-gchar *             g_convert                           (const gchar *str,
+gchar*              g_convert                           (const gchar *str,
                                                          gssize len,
                                                          const gchar *to_codeset,
                                                          const gchar *from_codeset,
                                                          gsize *bytes_read,
                                                          gsize *bytes_written,
                                                          GError **error);
-gchar *             g_convert_with_fallback             (const gchar *str,
+gchar*              g_convert_with_fallback             (const gchar *str,
                                                          gssize len,
                                                          const gchar *to_codeset,
                                                          const gchar *from_codeset,
@@ -56,7 +56,7 @@
                                                          gsize *bytes_written,
                                                          GError **error);
                     GIConv;
-gchar *             g_convert_with_iconv                (const gchar *str,
+gchar*              g_convert_with_iconv                (const gchar *str,
                                                          gssize len,
                                                          GIConv converter,
                                                          gsize *bytes_read,
@@ -71,17 +71,17 @@
                                                          gchar **outbuf,
                                                          gsize *outbytes_left);
 gint                g_iconv_close                       (GIConv converter);
-gchar *             g_locale_to_utf8                    (const gchar *opsysstring,
+gchar*              g_locale_to_utf8                    (const gchar *opsysstring,
                                                          gssize len,
                                                          gsize *bytes_read,
                                                          gsize *bytes_written,
                                                          GError **error);
-gchar *             g_filename_to_utf8                  (const gchar *opsysstring,
+gchar*              g_filename_to_utf8                  (const gchar *opsysstring,
                                                          gssize len,
                                                          gsize *bytes_read,
                                                          gsize *bytes_written,
                                                          GError **error);
-gchar *             g_filename_from_utf8                (const gchar *utf8string,
+gchar*              g_filename_from_utf8                (const gchar *utf8string,
                                                          gssize len,
                                                          gsize *bytes_read,
                                                          gsize *bytes_written,
@@ -89,7 +89,7 @@
 gboolean            g_get_filename_charsets             (G_CONST_RETURN gchar ***charsets);
 gchar *             g_filename_display_name             (const gchar *filename);
 gchar *             g_filename_display_basename         (const gchar *filename);
-gchar *             g_locale_from_utf8                  (const gchar *utf8string,
+gchar*              g_locale_from_utf8                  (const gchar *utf8string,
                                                          gssize len,
                                                          gsize *bytes_read,
                                                          gsize *bytes_written,
@@ -99,16 +99,14 @@
 gboolean            g_get_charset                       (G_CONST_RETURN char **charset);
 
-
+

Description

The g_convert() family of function wraps the functionality of iconv(). In addition to pure character set conversions, GLib has functions to deal with the extra complications of encodings for file names.

-

-

-
+

File Name Encodings

Historically, Unix has not had a defined encoding for file @@ -175,7 +173,7 @@

Figure 2. Conversion between File Name Encodings

Conversion between File Name Encodings
-
+

Checklist for Application Writers

This section is a practical summary of the detailed @@ -217,14 +215,12 @@

-

-

-
+

Details

-
+

g_convert ()

-
gchar *             g_convert                           (const gchar *str,
+
gchar*              g_convert                           (const gchar *str,
                                                          gssize len,
                                                          const gchar *to_codeset,
                                                          const gchar *from_codeset,
@@ -297,9 +293,9 @@
 

-
+

g_convert_with_fallback ()

-
gchar *             g_convert_with_fallback             (const gchar *str,
+
gchar*              g_convert_with_fallback             (const gchar *str,
                                                          gssize len,
                                                          const gchar *to_codeset,
                                                          const gchar *from_codeset,
@@ -385,16 +381,16 @@
 

-
+

GIConv

typedef struct _GIConv GIConv;


-
+

g_convert_with_iconv ()

-
gchar *             g_convert_with_iconv                (const gchar *str,
+
gchar*              g_convert_with_iconv                (const gchar *str,
                                                          gssize len,
                                                          GIConv converter,
                                                          gsize *bytes_read,
@@ -461,7 +457,7 @@
 

-
+

G_CONVERT_ERROR

#define G_CONVERT_ERROR g_convert_error_quark()
 
@@ -472,7 +468,7 @@


-
+

g_iconv_open ()

GIConv              g_iconv_open                        (const gchar *to_codeset,
                                                          const gchar *from_codeset);
@@ -508,7 +504,7 @@

-
+

g_iconv ()

gsize               g_iconv                             (GIConv converter,
                                                          gchar **inbuf,
@@ -561,7 +557,7 @@
 

-
+

g_iconv_close ()

gint                g_iconv_close                       (GIConv converter);

@@ -592,9 +588,9 @@


-
+

g_locale_to_utf8 ()

-
gchar *             g_locale_to_utf8                    (const gchar *opsysstring,
+
gchar*              g_locale_to_utf8                    (const gchar *opsysstring,
                                                          gssize len,
                                                          gsize *bytes_read,
                                                          gsize *bytes_written,
@@ -653,9 +649,9 @@
 

-
+

g_filename_to_utf8 ()

-
gchar *             g_filename_to_utf8                  (const gchar *opsysstring,
+
gchar*              g_filename_to_utf8                  (const gchar *opsysstring,
                                                          gssize len,
                                                          gsize *bytes_read,
                                                          gsize *bytes_written,
@@ -713,9 +709,9 @@
 

-
+

g_filename_from_utf8 ()

-
gchar *             g_filename_from_utf8                (const gchar *utf8string,
+
gchar*              g_filename_from_utf8                (const gchar *utf8string,
                                                          gssize len,
                                                          gsize *bytes_read,
                                                          gsize *bytes_written,
@@ -773,7 +769,7 @@
 

-
+

g_get_filename_charsets ()

gboolean            g_get_filename_charsets             (G_CONST_RETURN gchar ***charsets);

@@ -826,7 +822,7 @@

Since 2.6


-
+

g_filename_display_name ()

gchar *             g_filename_display_name             (const gchar *filename);

@@ -868,7 +864,7 @@

Since 2.6


-
+

g_filename_display_basename ()

gchar *             g_filename_display_basename         (const gchar *filename);

@@ -912,9 +908,9 @@

Since 2.6


-
+

g_locale_from_utf8 ()

-
gchar *             g_locale_from_utf8                  (const gchar *utf8string,
+
gchar*              g_locale_from_utf8                  (const gchar *utf8string,
                                                          gssize len,
                                                          gsize *bytes_read,
                                                          gsize *bytes_written,
@@ -972,7 +968,7 @@
 

-
+

enum GConvertError

typedef enum
 {
@@ -1025,7 +1021,7 @@
 

-
+

g_get_charset ()

gboolean            g_get_charset                       (G_CONST_RETURN char **charset);

@@ -1069,12 +1065,12 @@



-

[1] +

[1] Note that some encodings may allow nul bytes to occur inside strings. In that case, using -1 for the len parameter is unsafe.

-

[2] +

[2] Despite the fact that byes_read can return information about partial characters, the g_convert_... functions are not generally suitable for streaming. If the underlying converter @@ -1089,6 +1085,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Commandline-option-parser.html glib2.0-2.26.1/docs/reference/glib/html/glib-Commandline-option-parser.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Commandline-option-parser.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Commandline-option-parser.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Commandline option parser - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -122,7 +122,7 @@
                                                          const gchar *domain);
 
-
+

Description

The GOption commandline parser is intended to be a simpler replacement @@ -275,7 +275,7 @@ GOptionContext *context; context = g_option_context_new ("- test tree model performance"); - g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE); + g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE); g_option_context_add_group (context, gtk_get_option_group (TRUE)); if (!g_option_context_parse (context, &argc, &argv, &error)) { @@ -294,9 +294,9 @@

-
+

Details

-
+

enum GOptionError

typedef enum
 {
@@ -332,7 +332,7 @@
 

-
+

G_OPTION_ERROR

#define G_OPTION_ERROR (g_option_error_quark ())
 
@@ -343,7 +343,7 @@


-
+

GOptionArgFunc ()

gboolean            (*GOptionArgFunc)                   (const gchar *option_name,
                                                          const gchar *value,
@@ -390,7 +390,7 @@
 

-
+

GOptionContext

typedef struct _GOptionContext GOptionContext;

@@ -400,7 +400,7 @@


-
+

g_option_context_new ()

GOptionContext *    g_option_context_new                (const gchar *parameter_string);

@@ -450,7 +450,7 @@

Since 2.6


-
+

g_option_context_set_summary ()

void                g_option_context_set_summary        (GOptionContext *context,
                                                          const gchar *summary);
@@ -483,7 +483,7 @@

Since 2.12


-
+

g_option_context_get_summary ()

const gchar *       g_option_context_get_summary        (GOptionContext *context);

@@ -508,7 +508,7 @@

Since 2.12


-
+

g_option_context_set_description ()

void                g_option_context_set_description    (GOptionContext *context,
                                                          const gchar *description);
@@ -540,7 +540,7 @@

Since 2.12


-
+

g_option_context_get_description ()

const gchar *       g_option_context_get_description    (GOptionContext *context);

@@ -565,7 +565,7 @@

Since 2.12


-
+

GTranslateFunc ()

const gchar *       (*GTranslateFunc)                   (const gchar *str,
                                                          gpointer data);
@@ -597,7 +597,7 @@

-
+

g_option_context_set_translate_func ()

void                g_option_context_set_translate_func (GOptionContext *context,
                                                          GTranslateFunc func,
@@ -646,7 +646,7 @@
 

Since 2.12


-
+

g_option_context_set_translation_domain ()

void                g_option_context_set_translation_domain
                                                         (GOptionContext *context,
@@ -673,7 +673,7 @@
 

Since 2.12


-
+

g_option_context_free ()

void                g_option_context_free               (GOptionContext *context);

@@ -695,7 +695,7 @@

Since 2.6


-
+

g_option_context_parse ()

gboolean            g_option_context_parse              (GOptionContext *context,
                                                          gint *argc,
@@ -763,7 +763,7 @@
 

Since 2.6


-
+

g_option_context_set_help_enabled ()

void                g_option_context_set_help_enabled   (GOptionContext *context,
                                                          gboolean help_enabled);
@@ -794,7 +794,7 @@

Since 2.6


-
+

g_option_context_get_help_enabled ()

gboolean            g_option_context_get_help_enabled   (GOptionContext *context);

@@ -820,7 +820,7 @@

Since 2.6


-
+

g_option_context_set_ignore_unknown_options ()

void                g_option_context_set_ignore_unknown_options
                                                         (GOptionContext *context,
@@ -855,7 +855,7 @@
 

Since 2.6


-
+

g_option_context_get_ignore_unknown_options ()

gboolean            g_option_context_get_ignore_unknown_options
                                                         (GOptionContext *context);
@@ -882,7 +882,7 @@

Since 2.6


-
+

g_option_context_get_help ()

gchar *             g_option_context_get_help           (GOptionContext *context,
                                                          gboolean main_help,
@@ -925,7 +925,7 @@
 

Since 2.14


-
+

enum GOptionArg

typedef enum
 {
@@ -1006,7 +1006,7 @@
 

-
+

enum GOptionFlags

typedef enum
 {
@@ -1078,7 +1078,7 @@
 

-
+

G_OPTION_REMAINING

#define G_OPTION_REMAINING ""
 
@@ -1097,7 +1097,7 @@

Since 2.6


-
+

GOptionEntry

typedef struct {
   const gchar *long_name;
@@ -1212,7 +1212,7 @@
 

-
+

g_option_context_add_main_entries ()

void                g_option_context_add_main_entries   (GOptionContext *context,
                                                          const GOptionEntry *entries,
@@ -1246,7 +1246,7 @@
 

Since 2.6


-
+

GOptionGroup

typedef struct _GOptionGroup GOptionGroup;

@@ -1261,7 +1261,7 @@


-
+

g_option_context_add_group ()

void                g_option_context_add_group          (GOptionContext *context,
                                                          GOptionGroup *group);
@@ -1290,7 +1290,7 @@

Since 2.6


-
+

g_option_context_set_main_group ()

void                g_option_context_set_main_group     (GOptionContext *context,
                                                          GOptionGroup *group);
@@ -1318,7 +1318,7 @@

Since 2.6


-
+

g_option_context_get_main_group ()

GOptionGroup *      g_option_context_get_main_group     (GOptionContext *context);

@@ -1345,7 +1345,7 @@

Since 2.6


-
+

g_option_group_new ()

GOptionGroup *      g_option_group_new                  (const gchar *name,
                                                          const gchar *description,
@@ -1401,7 +1401,7 @@
 

Since 2.6


-
+

g_option_group_free ()

void                g_option_group_free                 (GOptionGroup *group);

@@ -1419,7 +1419,7 @@

Since 2.6


-
+

g_option_group_add_entries ()

void                g_option_group_add_entries          (GOptionGroup *group,
                                                          const GOptionEntry *entries);
@@ -1444,7 +1444,7 @@

Since 2.6


-
+

GOptionParseFunc ()

gboolean            (*GOptionParseFunc)                 (GOptionContext *context,
                                                          GOptionGroup *group,
@@ -1487,7 +1487,7 @@
 

-
+

g_option_group_set_parse_hooks ()

void                g_option_group_set_parse_hooks      (GOptionGroup *group,
                                                          GOptionParseFunc pre_parse_func,
@@ -1525,7 +1525,7 @@
 

Since 2.6


-
+

GOptionErrorFunc ()

void                (*GOptionErrorFunc)                 (GOptionContext *context,
                                                          GOptionGroup *group,
@@ -1562,7 +1562,7 @@
 

-
+

g_option_group_set_error_hook ()

void                g_option_group_set_error_hook       (GOptionGroup *group,
                                                          GOptionErrorFunc error_func);
@@ -1592,7 +1592,7 @@

Since 2.6


-
+

g_option_group_set_translate_func ()

void                g_option_group_set_translate_func   (GOptionGroup *group,
                                                          GTranslateFunc func,
@@ -1636,7 +1636,7 @@
 

Since 2.6


-
+

g_option_group_set_translation_domain ()

void                g_option_group_set_translation_domain
                                                         (GOptionGroup *group,
@@ -1666,6 +1666,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-compiling.html glib2.0-2.26.1/docs/reference/glib/html/glib-compiling.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-compiling.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-compiling.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Compiling GLib Applications - + - + @@ -19,7 +19,7 @@ GLib Reference Manual Next -
+
@@ -30,8 +30,8 @@
-
-

Compiling GLib Applications on UNIX

+
+

Compiling GLib Applications on UNIX

To compile a GLib application, you need to tell the compiler where to find the GLib header files and libraries. This is done with the @@ -113,6 +113,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-core.html glib2.0-2.26.1/docs/reference/glib/html/glib-core.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-core.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-core.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ GLib Core Application Support - + - + @@ -19,7 +19,7 @@ GLib Reference Manual Next -
+

GLib Core Application Support

@@ -59,6 +59,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-cross-compiling.html glib2.0-2.26.1/docs/reference/glib/html/glib-cross-compiling.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-cross-compiling.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-cross-compiling.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Cross-compiling the GLib package - + - + @@ -19,7 +19,7 @@ GLib Reference Manual Next -
+
@@ -30,7 +30,7 @@
-
+

Building the Library for a different architecture

Cross-compilation is the process of compiling a program or @@ -74,9 +74,9 @@ of these won't need to be set in most cases.

-
+

Cache file variables

-

glib_cv_long_long_format=[ll/q/I64].  +

glib_cv_long_long_format=[ll/q/I64].  Format used by printf() and scanf() for 64 bit integers. "ll" is the C99 standard, and what is used by the 'trio' library @@ -84,68 +84,68 @@ insufficiently capable. Doesn't need to be set if you are compiling using trio.

-

glib_cv_stack_grows=[yes/no].  +

glib_cv_stack_grows=[yes/no].  Whether the stack grows up or down. Most places will want "no", A few architectures, such as PA-RISC need "yes".

-

glib_cv_working_bcopy=[yes/no].  +

glib_cv_working_bcopy=[yes/no].  Whether your bcopy() can handle overlapping copies. Only needs to be set if you don't have memmove(). (Very unlikely)

-

glib_cv_sane_realloc=[yes/np].  +

glib_cv_sane_realloc=[yes/np].  Whether your realloc() conforms to ANSI C and can handle NULL as the first argument. Defaults to "yes" and probably doesn't need to be set.

-

glib_cv_have_strlcpy=[yes/no].  +

glib_cv_have_strlcpy=[yes/no].  Whether you have strlcpy() that matches OpenBSD. Defaults to "no", which is safe, since GLib uses a built-in version in that case.

-

glib_cv_va_val_copy=[yes/no].  +

glib_cv_va_val_copy=[yes/no].  Whether va_list can be copied as a pointer. If set to "no", then memcopy() will be used. Only matters if you don't have va_copy() or __va_copy(). (So, doesn't matter for GCC.) Defaults to "yes" which is slightly more common than "no".

-

glib_cv_rtldglobal_broken=[yes/no].  +

glib_cv_rtldglobal_broken=[yes/no].  Whether you have a bug found in OSF/1 v5.0. Defaults to "no".

-

glib_cv_uscore=[yes/no].  +

glib_cv_uscore=[yes/no].  Whether an underscore needs to be prepended to symbols when looking them up via dlsym(). Only needs to be set if your system uses dlopen()/dlsym().

-

ac_cv_func_posix_getpwuid_r=[yes/no].  +

ac_cv_func_posix_getpwuid_r=[yes/no].  Whether you have a getpwuid_r function (in your C library, not your thread library) that conforms to the POSIX spec. (Takes a 'struct passwd **' as the final argument)

-

ac_cv_func_nonposix_getpwuid_r=[yes/no].  +

ac_cv_func_nonposix_getpwuid_r=[yes/no].  Whether you have some variant of getpwuid_r() that doesn't conform to to the POSIX spec, but GLib might be able to use (or might segfault.) Only needs to be set if ac_cv_func_posix_getpwuid_r is not set. It's safest to set this to "no".

-

ac_cv_func_posix_getgrgid_r=[yes/no].  +

ac_cv_func_posix_getgrgid_r=[yes/no].  Whether you have a getgrgid_r function that conforms to the POSIX spec.

-

glib_cv_use_pid_surrogate=[yes/no].  +

glib_cv_use_pid_surrogate=[yes/no].  Whether to use a setpriority() on the PID of the thread as a method for setting the priority of threads. This only needs to be set when using POSIX threads.

-

ac_cv_func_printf_unix98=[yes/no].  +

ac_cv_func_printf_unix98=[yes/no].  Whether your printf() family supports Unix98 style %N$ positional parameters. Defaults to "no".

-

ac_cv_func_vsnprintf_c99=[yes/no].  +

ac_cv_func_vsnprintf_c99=[yes/no].  Whether you have a vsnprintf() with C99 semantics. (C99 semantics means returning the number of bytes that would have been written had the output buffer had enough @@ -155,6 +155,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Data-Checksums.html glib2.0-2.26.1/docs/reference/glib/html/glib-Data-Checksums.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Data-Checksums.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Data-Checksums.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Data Checksums - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -43,8 +43,8 @@
 enum                GChecksumType;
 gssize              g_checksum_type_get_length          (GChecksumType checksum_type);
                     GChecksum;
-GChecksum *            g_checksum_new                   (GChecksumType checksum_type);
-GChecksum *            g_checksum_copy                  (const GChecksum *checksum);
+GChecksum *         g_checksum_new                      (GChecksumType checksum_type);
+GChecksum *         g_checksum_copy                     (const GChecksum *checksum);
 void                g_checksum_free                     (GChecksum *checksum);
 void                g_checksum_reset                    (GChecksum *checksum);
 void                g_checksum_update                   (GChecksum *checksum,
@@ -63,7 +63,7 @@
                                                          gssize length);
 
-
+

Description

GLib provides a generic API for computing checksums (or "digests") @@ -85,9 +85,9 @@ Support for checksums has been added in GLib 2.16

-
+

Details

-
+

enum GChecksumType

typedef enum {
   G_CHECKSUM_MD5,
@@ -126,7 +126,7 @@
 

Since 2.16


-
+

g_checksum_type_get_length ()

gssize              g_checksum_type_get_length          (GChecksumType checksum_type);

@@ -152,7 +152,7 @@

Since 2.16


-
+

GChecksum

typedef struct _GChecksum GChecksum;

@@ -163,9 +163,9 @@

Since 2.16


-
+

g_checksum_new ()

-
GChecksum *            g_checksum_new                   (GChecksumType checksum_type);
+
GChecksum *         g_checksum_new                      (GChecksumType checksum_type);

Creates a new GChecksum, using the checksum algorithm checksum_type. If the checksum_type is not known, NULL is returned. @@ -202,9 +202,9 @@

Since 2.16


-
+

g_checksum_copy ()

-
GChecksum *            g_checksum_copy                  (const GChecksum *checksum);
+
GChecksum *         g_checksum_copy                     (const GChecksum *checksum);

Copies a GChecksum. If checksum has been closed, by calling g_checksum_get_string() or g_checksum_get_digest(), the copied @@ -230,7 +230,7 @@

Since 2.16


-
+

g_checksum_free ()

void                g_checksum_free                     (GChecksum *checksum);

@@ -247,7 +247,7 @@

Since 2.16


-
+

g_checksum_reset ()

void                g_checksum_reset                    (GChecksum *checksum);

@@ -264,7 +264,7 @@

Since 2.18


-
+

g_checksum_update ()

void                g_checksum_update                   (GChecksum *checksum,
                                                          const guchar *data,
@@ -297,7 +297,7 @@
 

Since 2.16


-
+

g_checksum_get_string ()

const gchar *       g_checksum_get_string               (GChecksum *checksum);

@@ -331,7 +331,7 @@

Since 2.16


-
+

g_checksum_get_digest ()

void                g_checksum_get_digest               (GChecksum *checksum,
                                                          guint8 *buffer,
@@ -368,7 +368,7 @@
 

Since 2.16


-
+

g_compute_checksum_for_data ()

gchar *             g_compute_checksum_for_data         (GChecksumType checksum_type,
                                                          const guchar *data,
@@ -411,7 +411,7 @@
 

Since 2.16


-
+

g_compute_checksum_for_string ()

gchar *             g_compute_checksum_for_string       (GChecksumType checksum_type,
                                                          const gchar *str,
@@ -455,6 +455,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Datasets.html glib2.0-2.26.1/docs/reference/glib/html/glib-Datasets.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Datasets.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Datasets.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Datasets - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -36,7 +36,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -79,7 +79,7 @@
 void                g_dataset_destroy                   (gconstpointer dataset_location);
 
-
+

Description

Datasets associate groups of data elements with particular memory @@ -122,9 +122,9 @@ To destroy a dataset, use g_dataset_destroy().

-
+

Details

-
+

g_dataset_id_set_data()

#define             g_dataset_id_set_data(l, k, d)

@@ -154,7 +154,7 @@


-
+

g_dataset_id_set_data_full ()

void                g_dataset_id_set_data_full          (gconstpointer dataset_location,
                                                          GQuark key_id,
@@ -196,7 +196,7 @@
 

-
+

GDestroyNotify ()

void                (*GDestroyNotify)                   (gpointer data);

@@ -214,7 +214,7 @@


-
+

g_dataset_id_get_data ()

gpointer            g_dataset_id_get_data               (gconstpointer dataset_location,
                                                          GQuark key_id);
@@ -244,7 +244,7 @@

-
+

g_dataset_id_remove_data()

#define             g_dataset_id_remove_data(l, k)

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


-
+

g_dataset_id_remove_no_notify ()

gpointer            g_dataset_id_remove_no_notify       (gconstpointer dataset_location,
                                                          GQuark key_id);
@@ -298,7 +298,7 @@

-
+

g_dataset_set_data()

#define             g_dataset_set_data(l, k, d)

@@ -326,7 +326,7 @@


-
+

g_dataset_set_data_full()

#define             g_dataset_set_data_full(l, k, d, f)

@@ -362,7 +362,7 @@


-
+

g_dataset_get_data()

#define             g_dataset_get_data(l, k)

@@ -391,7 +391,7 @@


-
+

g_dataset_remove_data()

#define             g_dataset_remove_data(l, k)

@@ -415,7 +415,7 @@


-
+

g_dataset_remove_no_notify()

#define             g_dataset_remove_no_notify(l, k)

@@ -438,7 +438,7 @@


-
+

g_dataset_foreach ()

void                g_dataset_foreach                   (gconstpointer dataset_location,
                                                          GDataForeachFunc func,
@@ -471,7 +471,7 @@
 

-
+

GDataForeachFunc ()

void                (*GDataForeachFunc)                 (GQuark key_id,
                                                          gpointer data,
@@ -503,7 +503,7 @@
 

-
+

g_dataset_destroy ()

void                g_dataset_destroy                   (gconstpointer dataset_location);

@@ -523,6 +523,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-data-types.html glib2.0-2.26.1/docs/reference/glib/html/glib-data-types.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-data-types.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-data-types.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ GLib Data Types - + - + @@ -19,7 +19,7 @@ GLib Reference Manual Next -
+

GLib Data Types

@@ -115,6 +115,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Date-and-Time-Functions.html glib2.0-2.26.1/docs/reference/glib/html/glib-Date-and-Time-Functions.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Date-and-Time-Functions.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Date-and-Time-Functions.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Date and Time Functions - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -48,7 +48,7 @@
                                                          glong microseconds);
 gboolean            g_time_val_from_iso8601             (const gchar *iso_date,
                                                          GTimeVal *time_);
-gchar *             g_time_val_to_iso8601               (GTimeVal *time_);
+gchar*              g_time_val_to_iso8601               (GTimeVal *time_);
 
                     GDate;
 typedef             GTime;
@@ -62,11 +62,11 @@
 #define             G_DATE_BAD_JULIAN
 #define             G_DATE_BAD_YEAR
 
-GDate *             g_date_new                          (void);
-GDate *             g_date_new_dmy                      (GDateDay day,
+GDate*              g_date_new                          (void);
+GDate*              g_date_new_dmy                      (GDateDay day,
                                                          GDateMonth month,
                                                          GDateYear year);
-GDate *             g_date_new_julian                   (guint32 julian_day);
+GDate*              g_date_new_julian                   (guint32 julian_day);
 void                g_date_clear                        (GDate *date,
                                                          guint n_dates);
 void                g_date_free                         (GDate *date);
@@ -150,7 +150,7 @@
 gboolean            g_date_valid_weekday                (GDateWeekday weekday);
 
-
+

Description

The GDate data structure represents a day between January 1, Year 1, @@ -201,9 +201,9 @@ a GTimeVal with g_get_current_time().

-
+

Details

-
+

G_USEC_PER_SEC

#define G_USEC_PER_SEC 1000000
 
@@ -213,7 +213,7 @@


-
+

GTimeVal

typedef struct {
   glong tv_sec;
@@ -242,7 +242,7 @@
 

-
+

g_get_current_time ()

void                g_get_current_time                  (GTimeVal *result);

@@ -259,7 +259,7 @@


-
+

g_usleep ()

void                g_usleep                            (gulong microseconds);

@@ -279,7 +279,7 @@


-
+

g_time_val_add ()

void                g_time_val_add                      (GTimeVal *time_,
                                                          glong microseconds);
@@ -304,7 +304,7 @@

-
+

g_time_val_from_iso8601 ()

gboolean            g_time_val_from_iso8601             (const gchar *iso_date,
                                                          GTimeVal *time_);
@@ -336,9 +336,9 @@

Since 2.12


-
+

g_time_val_to_iso8601 ()

-
gchar *             g_time_val_to_iso8601               (GTimeVal *time_);
+
gchar*              g_time_val_to_iso8601               (GTimeVal *time_);

Converts time_ into an ISO 8601 encoded string, relative to the Coordinated Universal Time (UTC). @@ -362,7 +362,7 @@

Since 2.12


-
+

GDate

typedef struct {
   guint julian_days : 32; /* julian days representation - we use a
@@ -430,7 +430,7 @@
 

-
+

GTime

typedef gint32  GTime;
 
@@ -468,7 +468,7 @@


-
+

enum GDateDMY

typedef enum
 {
@@ -503,7 +503,7 @@
 

-
+

GDateDay

typedef guint8  GDateDay;   /* day of the month */
 
@@ -513,7 +513,7 @@


-
+

enum GDateMonth

typedef enum
 {
@@ -608,7 +608,7 @@
 

-
+

GDateYear

typedef guint16 GDateYear;
 
@@ -619,7 +619,7 @@


-
+

enum GDateWeekday

typedef enum
 {
@@ -684,7 +684,7 @@
 

-
+

G_DATE_BAD_DAY

#define G_DATE_BAD_DAY    0U
 
@@ -693,7 +693,7 @@


-
+

G_DATE_BAD_JULIAN

#define G_DATE_BAD_JULIAN 0U
 
@@ -702,7 +702,7 @@


-
+

G_DATE_BAD_YEAR

#define G_DATE_BAD_YEAR   0U
 
@@ -711,9 +711,9 @@


-
+

g_date_new ()

-
GDate *             g_date_new                          (void);
+
GDate*              g_date_new                          (void);

Allocates a GDate and initializes it to a sane state. The new date will be cleared (as if you'd called g_date_clear()) but invalid (it won't @@ -729,9 +729,9 @@


-
+

g_date_new_dmy ()

-
GDate *             g_date_new_dmy                      (GDateDay day,
+
GDate*              g_date_new_dmy                      (GDateDay day,
                                                          GDateMonth month,
                                                          GDateYear year);

@@ -766,9 +766,9 @@


-
+

g_date_new_julian ()

-
GDate *             g_date_new_julian                   (guint32 julian_day);
+
GDate*              g_date_new_julian                   (guint32 julian_day);

Like g_date_new(), but also sets the value of the date. Assuming the Julian day number you pass in is valid (greater than 0, less than an @@ -791,7 +791,7 @@


-
+

g_date_clear ()

void                g_date_clear                        (GDate *date,
                                                          guint n_dates);
@@ -818,7 +818,7 @@

-
+

g_date_free ()

void                g_date_free                         (GDate *date);

@@ -834,7 +834,7 @@


-
+

g_date_set_day ()

void                g_date_set_day                      (GDate *date,
                                                          GDateDay day);
@@ -859,7 +859,7 @@

-
+

g_date_set_month ()

void                g_date_set_month                    (GDate *date,
                                                          GDateMonth month);
@@ -884,7 +884,7 @@

-
+

g_date_set_year ()

void                g_date_set_year                     (GDate *date,
                                                          GDateYear year);
@@ -909,7 +909,7 @@

-
+

g_date_set_dmy ()

void                g_date_set_dmy                      (GDate *date,
                                                          GDateDay day,
@@ -947,7 +947,7 @@
 

-
+

g_date_set_julian ()

void                g_date_set_julian                   (GDate *date,
                                                          guint32 julian_date);
@@ -971,11 +971,11 @@

-
+

g_date_set_time ()

void                g_date_set_time                     (GDate *date,
                                                          GTime time_);
-
+

Warning

g_date_set_time has been deprecated since version 2.10 and should not be used in newly-written code. Use g_date_set_time_t() instead.

@@ -1001,7 +1001,7 @@

-
+

g_date_set_time_t ()

void                g_date_set_time_t                   (GDate *date,
                                                          time_t timet);
@@ -1045,7 +1045,7 @@

Since 2.10


-
+

g_date_set_time_val ()

void                g_date_set_time_val                 (GDate *date,
                                                          GTimeVal *timeval);
@@ -1076,7 +1076,7 @@

Since 2.10


-
+

g_date_set_parse ()

void                g_date_set_parse                    (GDate *date,
                                                          const gchar *str);
@@ -1111,7 +1111,7 @@

-
+

g_date_add_days ()

void                g_date_add_days                     (GDate *date,
                                                          guint n_days);
@@ -1136,7 +1136,7 @@

-
+

g_date_subtract_days ()

void                g_date_subtract_days                (GDate *date,
                                                          guint n_days);
@@ -1161,7 +1161,7 @@

-
+

g_date_add_months ()

void                g_date_add_months                   (GDate *date,
                                                          guint n_months);
@@ -1188,7 +1188,7 @@

-
+

g_date_subtract_months ()

void                g_date_subtract_months              (GDate *date,
                                                          guint n_months);
@@ -1214,7 +1214,7 @@

-
+

g_date_add_years ()

void                g_date_add_years                    (GDate *date,
                                                          guint n_years);
@@ -1240,7 +1240,7 @@

-
+

g_date_subtract_years ()

void                g_date_subtract_years               (GDate *date,
                                                          guint n_years);
@@ -1267,7 +1267,7 @@

-
+

g_date_days_between ()

gint                g_date_days_between                 (const GDate *date1,
                                                          const GDate *date2);
@@ -1298,7 +1298,7 @@

-
+

g_date_compare ()

gint                g_date_compare                      (const GDate *lhs,
                                                          const GDate *rhs);
@@ -1329,7 +1329,7 @@

-
+

g_date_clamp ()

void                g_date_clamp                        (GDate *date,
                                                          const GDate *min_date,
@@ -1363,7 +1363,7 @@
 

-
+

g_date_order ()

void                g_date_order                        (GDate *date1,
                                                          GDate *date2);
@@ -1388,7 +1388,7 @@

-
+

g_date_get_day ()

GDateDay            g_date_get_day                      (const GDate *date);

@@ -1411,7 +1411,7 @@


-
+

g_date_get_month ()

GDateMonth          g_date_get_month                    (const GDate *date);

@@ -1434,7 +1434,7 @@


-
+

g_date_get_year ()

GDateYear           g_date_get_year                     (const GDate *date);

@@ -1457,7 +1457,7 @@


-
+

g_date_get_julian ()

guint32             g_date_get_julian                   (const GDate *date);

@@ -1483,7 +1483,7 @@


-
+

g_date_get_weekday ()

GDateWeekday        g_date_get_weekday                  (const GDate *date);

@@ -1506,7 +1506,7 @@


-
+

g_date_get_day_of_year ()

guint               g_date_get_day_of_year              (const GDate *date);

@@ -1530,7 +1530,7 @@


-
+

g_date_get_days_in_month ()

guint8              g_date_get_days_in_month            (GDateMonth month,
                                                          GDateYear year);
@@ -1559,7 +1559,7 @@

-
+

g_date_is_first_of_month ()

gboolean            g_date_is_first_of_month            (const GDate *date);

@@ -1583,7 +1583,7 @@


-
+

g_date_is_last_of_month ()

gboolean            g_date_is_last_of_month             (const GDate *date);

@@ -1607,11 +1607,11 @@


-
+

g_date_is_leap_year ()

gboolean            g_date_is_leap_year                 (GDateYear year);

-Returns TRUE if the year is a leap year.[4] +Returns TRUE if the year is a leap year.[4]

@@ -1631,7 +1631,7 @@

-
+

g_date_get_monday_week_of_year ()

guint               g_date_get_monday_week_of_year      (const GDate *date);

@@ -1656,7 +1656,7 @@


-
+

g_date_get_monday_weeks_in_year ()

guint8              g_date_get_monday_weeks_in_year     (GDateYear year);

@@ -1684,7 +1684,7 @@


-
+

g_date_get_sunday_week_of_year ()

guint               g_date_get_sunday_week_of_year      (const GDate *date);

@@ -1709,7 +1709,7 @@


-
+

g_date_get_sunday_weeks_in_year ()

guint8              g_date_get_sunday_weeks_in_year     (GDateYear year);

@@ -1737,7 +1737,7 @@


-
+

g_date_get_iso8601_week_of_year ()

guint               g_date_get_iso8601_week_of_year     (const GDate *date);

@@ -1763,7 +1763,7 @@

Since 2.6


-
+

g_date_strftime ()

gsize               g_date_strftime                     (gchar *s,
                                                          gsize slen,
@@ -1815,7 +1815,7 @@
 

-
+

g_date_to_struct_tm ()

void                g_date_to_struct_tm                 (const GDate *date,
                                                          struct tm *tm);
@@ -1842,7 +1842,7 @@

-
+

g_date_valid ()

gboolean            g_date_valid                        (const GDate *date);

@@ -1867,7 +1867,7 @@


-
+

g_date_valid_day ()

gboolean            g_date_valid_day                    (GDateDay day);

@@ -1892,7 +1892,7 @@


-
+

g_date_valid_month ()

gboolean            g_date_valid_month                  (GDateMonth month);

@@ -1917,7 +1917,7 @@


-
+

g_date_valid_year ()

gboolean            g_date_valid_year                   (GDateYear year);

@@ -1942,7 +1942,7 @@


-
+

g_date_valid_dmy ()

gboolean            g_date_valid_dmy                    (GDateDay day,
                                                          GDateMonth month,
@@ -1980,7 +1980,7 @@
 

-
+

g_date_valid_julian ()

gboolean            g_date_valid_julian                 (guint32 julian_date);

@@ -2005,7 +2005,7 @@


-
+

g_date_valid_weekday ()

gboolean            g_date_valid_weekday                (GDateWeekday weekday);

@@ -2032,7 +2032,7 @@



-

[4] +

[4] For the purposes of this function, leap year is every year divisible by 4 unless that year is divisible by 100. If it is divisible by 100 it would be a leap year only if that year is also divisible by 400.

@@ -2040,6 +2040,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib.devhelp glib2.0-2.26.1/docs/reference/glib/html/glib.devhelp --- glib2.0-2.26.0/docs/reference/glib/html/glib.devhelp 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib.devhelp 2010-11-14 17:44:34.000000000 +1100 @@ -113,32 +113,26 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -366,8 +360,8 @@ - - + + @@ -716,11 +710,11 @@ - - - - - + + + + + @@ -2065,7 +2059,7 @@ - + @@ -2176,8 +2170,8 @@ - - - + + + diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib.devhelp2 glib2.0-2.26.1/docs/reference/glib/html/glib.devhelp2 --- glib2.0-2.26.0/docs/reference/glib/html/glib.devhelp2 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib.devhelp2 2010-11-14 17:44:34.000000000 +1100 @@ -113,32 +113,26 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -366,8 +360,8 @@ - - + + @@ -716,11 +710,11 @@ - - - - - + + + + + @@ -2065,7 +2059,7 @@ - + @@ -2176,9 +2170,9 @@ - - - + + + diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Double-ended-Queues.html glib2.0-2.26.1/docs/reference/glib/html/glib-Double-ended-Queues.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Double-ended-Queues.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Double-ended-Queues.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Double-ended Queues - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,13 +35,13 @@
-
+

Synopsis

 #include <glib.h>
 
                     GQueue;
-GQueue *            g_queue_new                         (void);
+GQueue*             g_queue_new                         (void);
 void                g_queue_free                        (GQueue *queue);
 #define             G_QUEUE_INIT
 void                g_queue_init                        (GQueue *queue);
@@ -99,13 +99,13 @@
 void                g_queue_push_nth_link               (GQueue *queue,
                                                          gint n,
                                                          GList *link_);
-GList *             g_queue_pop_head_link               (GQueue *queue);
-GList *             g_queue_pop_tail_link               (GQueue *queue);
-GList *             g_queue_pop_nth_link                (GQueue *queue,
+GList*              g_queue_pop_head_link               (GQueue *queue);
+GList*              g_queue_pop_tail_link               (GQueue *queue);
+GList*              g_queue_pop_nth_link                (GQueue *queue,
                                                          guint n);
-GList *             g_queue_peek_head_link              (GQueue *queue);
-GList *             g_queue_peek_tail_link              (GQueue *queue);
-GList *             g_queue_peek_nth_link               (GQueue *queue,
+GList*              g_queue_peek_head_link              (GQueue *queue);
+GList*              g_queue_peek_tail_link              (GQueue *queue);
+GList*              g_queue_peek_nth_link               (GQueue *queue,
                                                          guint n);
 gint                g_queue_link_index                  (GQueue *queue,
                                                          GList *link_);
@@ -115,7 +115,7 @@
                                                          GList *link_);
 
-
+

Description

The GQueue structure and its associated functions provide a standard @@ -146,9 +146,9 @@ To free the entire queue, use g_queue_free().

-
+

Details

-
+

GQueue

typedef struct {
   GList *head;
@@ -181,9 +181,9 @@
 

-
+

g_queue_new ()

-
GQueue *            g_queue_new                         (void);
+
GQueue*             g_queue_new                         (void);

Creates a new GQueue.

@@ -197,7 +197,7 @@

-
+

g_queue_free ()

void                g_queue_free                        (GQueue *queue);

@@ -215,7 +215,7 @@


-
+

G_QUEUE_INIT

#define G_QUEUE_INIT { NULL, NULL, 0 }
 
@@ -238,7 +238,7 @@

Since 2.14


-
+

g_queue_init ()

void                g_queue_init                        (GQueue *queue);

@@ -258,7 +258,7 @@

Since 2.14


-
+

g_queue_clear ()

void                g_queue_clear                       (GQueue *queue);

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

Since 2.14


-
+

g_queue_is_empty ()

gboolean            g_queue_is_empty                    (GQueue *queue);

@@ -299,7 +299,7 @@


-
+

g_queue_get_length ()

guint               g_queue_get_length                  (GQueue *queue);

@@ -324,7 +324,7 @@

Since 2.4


-
+

g_queue_reverse ()

void                g_queue_reverse                     (GQueue *queue);

@@ -341,7 +341,7 @@

Since 2.4


-
+

g_queue_copy ()

GQueue *            g_queue_copy                        (GQueue *queue);

@@ -368,7 +368,7 @@

Since 2.4


-
+

g_queue_foreach ()

void                g_queue_foreach                     (GQueue *queue,
                                                          GFunc func,
@@ -400,7 +400,7 @@
 

Since 2.4


-
+

g_queue_find ()

GList *             g_queue_find                        (GQueue *queue,
                                                          gconstpointer data);
@@ -431,7 +431,7 @@

Since 2.4


-
+

g_queue_find_custom ()

GList *             g_queue_find_custom                 (GQueue *queue,
                                                          gconstpointer data,
@@ -473,7 +473,7 @@
 

Since 2.4


-
+

g_queue_sort ()

void                g_queue_sort                        (GQueue *queue,
                                                          GCompareDataFunc compare_func,
@@ -507,7 +507,7 @@
 

Since 2.4


-
+

g_queue_push_head ()

void                g_queue_push_head                   (GQueue *queue,
                                                          gpointer data);
@@ -531,7 +531,7 @@

-
+

g_queue_push_tail ()

void                g_queue_push_tail                   (GQueue *queue,
                                                          gpointer data);
@@ -555,7 +555,7 @@

-
+

g_queue_push_nth ()

void                g_queue_push_nth                    (GQueue *queue,
                                                          gpointer data,
@@ -588,7 +588,7 @@
 

Since 2.4


-
+

g_queue_pop_head ()

gpointer            g_queue_pop_head                    (GQueue *queue);

@@ -612,7 +612,7 @@


-
+

g_queue_pop_tail ()

gpointer            g_queue_pop_tail                    (GQueue *queue);

@@ -636,7 +636,7 @@


-
+

g_queue_pop_nth ()

gpointer            g_queue_pop_nth                     (GQueue *queue,
                                                          guint n);
@@ -667,7 +667,7 @@

Since 2.4


-
+

g_queue_peek_head ()

gpointer            g_queue_peek_head                   (GQueue *queue);

@@ -691,7 +691,7 @@


-
+

g_queue_peek_tail ()

gpointer            g_queue_peek_tail                   (GQueue *queue);

@@ -715,7 +715,7 @@


-
+

g_queue_peek_nth ()

gpointer            g_queue_peek_nth                    (GQueue *queue,
                                                          guint n);
@@ -747,7 +747,7 @@

Since 2.4


-
+

g_queue_index ()

gint                g_queue_index                       (GQueue *queue,
                                                          gconstpointer data);
@@ -778,7 +778,7 @@

Since 2.4


-
+

g_queue_remove ()

void                g_queue_remove                      (GQueue *queue,
                                                          gconstpointer data);
@@ -803,7 +803,7 @@

Since 2.4


-
+

g_queue_remove_all ()

void                g_queue_remove_all                  (GQueue *queue,
                                                          gconstpointer data);
@@ -828,7 +828,7 @@

Since 2.4


-
+

g_queue_insert_before ()

void                g_queue_insert_before               (GQueue *queue,
                                                          GList *sibling,
@@ -862,7 +862,7 @@
 

Since 2.4


-
+

g_queue_insert_after ()

void                g_queue_insert_after                (GQueue *queue,
                                                          GList *sibling,
@@ -896,7 +896,7 @@
 

Since 2.4


-
+

g_queue_insert_sorted ()

void                g_queue_insert_sorted               (GQueue *queue,
                                                          gpointer data,
@@ -937,7 +937,7 @@
 

Since 2.4


-
+

g_queue_push_head_link ()

void                g_queue_push_head_link              (GQueue *queue,
                                                          GList *link_);
@@ -962,7 +962,7 @@

-
+

g_queue_push_tail_link ()

void                g_queue_push_tail_link              (GQueue *queue,
                                                          GList *link_);
@@ -987,7 +987,7 @@

-
+

g_queue_push_nth_link ()

void                g_queue_push_nth_link               (GQueue *queue,
                                                          gint n,
@@ -1020,9 +1020,9 @@
 

Since 2.4


-
+

g_queue_pop_head_link ()

-
GList *             g_queue_pop_head_link               (GQueue *queue);
+
GList*              g_queue_pop_head_link               (GQueue *queue);

Removes the first element of the queue.

@@ -1044,9 +1044,9 @@

-
+

g_queue_pop_tail_link ()

-
GList *             g_queue_pop_tail_link               (GQueue *queue);
+
GList*              g_queue_pop_tail_link               (GQueue *queue);

Removes the last element of the queue.

@@ -1068,9 +1068,9 @@

-
+

g_queue_pop_nth_link ()

-
GList *             g_queue_pop_nth_link                (GQueue *queue,
+
GList*              g_queue_pop_nth_link                (GQueue *queue,
                                                          guint n);

Removes and returns the link at the given position. @@ -1099,9 +1099,9 @@

Since 2.4


-
+

g_queue_peek_head_link ()

-
GList *             g_queue_peek_head_link              (GQueue *queue);
+
GList*              g_queue_peek_head_link              (GQueue *queue);

Returns the first link in queue

@@ -1124,9 +1124,9 @@

Since 2.4


-
+

g_queue_peek_tail_link ()

-
GList *             g_queue_peek_tail_link              (GQueue *queue);
+
GList*              g_queue_peek_tail_link              (GQueue *queue);

Returns the last link queue.

@@ -1149,9 +1149,9 @@

Since 2.4


-
+

g_queue_peek_nth_link ()

-
GList *             g_queue_peek_nth_link               (GQueue *queue,
+
GList*              g_queue_peek_nth_link               (GQueue *queue,
                                                          guint n);

Returns the link at the given position @@ -1181,7 +1181,7 @@

Since 2.4


-
+

g_queue_link_index ()

gint                g_queue_link_index                  (GQueue *queue,
                                                          GList *link_);
@@ -1213,7 +1213,7 @@

Since 2.4


-
+

g_queue_unlink ()

void                g_queue_unlink                      (GQueue *queue,
                                                          GList *link_);
@@ -1242,7 +1242,7 @@

Since 2.4


-
+

g_queue_delete_link ()

void                g_queue_delete_link                 (GQueue *queue,
                                                          GList *link_);
@@ -1273,6 +1273,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Doubly-Linked-Lists.html glib2.0-2.26.1/docs/reference/glib/html/glib-Doubly-Linked-Lists.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Doubly-Linked-Lists.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Doubly-Linked-Lists.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Doubly-Linked Lists - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -37,58 +37,58 @@
-
+

Synopsis

 #include <glib.h>
 
                     GList;
 
-GList *             g_list_append                       (GList *list,
+GList*              g_list_append                       (GList *list,
                                                          gpointer data);
-GList *             g_list_prepend                      (GList *list,
+GList*              g_list_prepend                      (GList *list,
                                                          gpointer data);
-GList *             g_list_insert                       (GList *list,
+GList*              g_list_insert                       (GList *list,
                                                          gpointer data,
                                                          gint position);
-GList *             g_list_insert_before                (GList *list,
+GList*              g_list_insert_before                (GList *list,
                                                          GList *sibling,
                                                          gpointer data);
-GList *             g_list_insert_sorted                (GList *list,
+GList*              g_list_insert_sorted                (GList *list,
                                                          gpointer data,
                                                          GCompareFunc func);
-GList *             g_list_remove                       (GList *list,
+GList*              g_list_remove                       (GList *list,
                                                          gconstpointer data);
-GList *             g_list_remove_link                  (GList *list,
+GList*              g_list_remove_link                  (GList *list,
                                                          GList *llink);
-GList *             g_list_delete_link                  (GList *list,
+GList*              g_list_delete_link                  (GList *list,
                                                          GList *link_);
-GList *             g_list_remove_all                   (GList *list,
+GList*              g_list_remove_all                   (GList *list,
                                                          gconstpointer data);
 void                g_list_free                         (GList *list);
 
-GList *             g_list_alloc                        (void);
+GList*              g_list_alloc                        (void);
 void                g_list_free_1                       (GList *list);
 #define             g_list_free1
 
 guint               g_list_length                       (GList *list);
-GList *             g_list_copy                         (GList *list);
-GList *             g_list_reverse                      (GList *list);
-GList *             g_list_sort                         (GList *list,
+GList*              g_list_copy                         (GList *list);
+GList*              g_list_reverse                      (GList *list);
+GList*              g_list_sort                         (GList *list,
                                                          GCompareFunc compare_func);
 gint                (*GCompareFunc)                     (gconstpointer a,
                                                          gconstpointer b);
-GList *             g_list_insert_sorted_with_data      (GList *list,
+GList*              g_list_insert_sorted_with_data      (GList *list,
                                                          gpointer data,
                                                          GCompareDataFunc func,
                                                          gpointer user_data);
-GList *             g_list_sort_with_data               (GList *list,
+GList*              g_list_sort_with_data               (GList *list,
                                                          GCompareDataFunc compare_func,
                                                          gpointer user_data);
 gint                (*GCompareDataFunc)                 (gconstpointer a,
                                                          gconstpointer b,
                                                          gpointer user_data);
-GList *             g_list_concat                       (GList *list1,
+GList*              g_list_concat                       (GList *list1,
                                                          GList *list2);
 void                g_list_foreach                      (GList *list,
                                                          GFunc func,
@@ -96,20 +96,20 @@
 void                (*GFunc)                            (gpointer data,
                                                          gpointer user_data);
 
-GList *             g_list_first                        (GList *list);
-GList *             g_list_last                         (GList *list);
+GList*              g_list_first                        (GList *list);
+GList*              g_list_last                         (GList *list);
 #define             g_list_previous                     (list)
 #define             g_list_next                         (list)
-GList *             g_list_nth                          (GList *list,
+GList*              g_list_nth                          (GList *list,
                                                          guint n);
 gpointer            g_list_nth_data                     (GList *list,
                                                          guint n);
-GList *             g_list_nth_prev                     (GList *list,
+GList*              g_list_nth_prev                     (GList *list,
                                                          guint n);
 
-GList *             g_list_find                         (GList *list,
+GList*              g_list_find                         (GList *list,
                                                          gconstpointer data);
-GList *             g_list_find_custom                  (GList *list,
+GList*              g_list_find_custom                  (GList *list,
                                                          gconstpointer data,
                                                          GCompareFunc func);
 gint                g_list_position                     (GList *list,
@@ -121,7 +121,7 @@
 void                g_list_pop_allocator                (void);
 
-
+

Description

The GList structure and its associated functions provide a standard @@ -175,9 +175,9 @@ To free the entire list, use g_list_free().

-
+

Details

-
+

GList

typedef struct {
   gpointer data;
@@ -212,16 +212,16 @@
 

-
+

g_list_append ()

-
GList *             g_list_append                       (GList *list,
+
GList*              g_list_append                       (GList *list,
                                                          gpointer data);

Adds a new element on to the end of the list.

-
+

Note

The return value is the new start of the list, which @@ -232,7 +232,7 @@

-
+

Note

Note that g_list_append() has to traverse the entire list @@ -298,16 +298,16 @@


-
+

g_list_prepend ()

-
GList *             g_list_prepend                      (GList *list,
+
GList*              g_list_prepend                      (GList *list,
                                                          gpointer data);

Adds a new element on to the start of the list.

-
+

Note

The return value is the new start of the list, which @@ -359,9 +359,9 @@


-
+

g_list_insert ()

-
GList *             g_list_insert                       (GList *list,
+
GList*              g_list_insert                       (GList *list,
                                                          gpointer data,
                                                          gint position);

@@ -396,9 +396,9 @@


-
+

g_list_insert_before ()

-
GList *             g_list_insert_before                (GList *list,
+
GList*              g_list_insert_before                (GList *list,
                                                          GList *sibling,
                                                          gpointer data);

@@ -432,9 +432,9 @@


-
+

g_list_insert_sorted ()

-
GList *             g_list_insert_sorted                (GList *list,
+
GList*              g_list_insert_sorted                (GList *list,
                                                          gpointer data,
                                                          GCompareFunc func);

@@ -470,9 +470,9 @@


-
+

g_list_remove ()

-
GList *             g_list_remove                       (GList *list,
+
GList*              g_list_remove                       (GList *list,
                                                          gconstpointer data);

Removes an element from a GList. @@ -501,9 +501,9 @@


-
+

g_list_remove_link ()

-
GList *             g_list_remove_link                  (GList *list,
+
GList*              g_list_remove_link                  (GList *list,
                                                          GList *llink);

Removes an element from a GList, without freeing the element. @@ -532,9 +532,9 @@


-
+

g_list_delete_link ()

-
GList *             g_list_delete_link                  (GList *list,
+
GList*              g_list_delete_link                  (GList *list,
                                                          GList *link_);

Removes the node link_ from the list and frees it. @@ -563,9 +563,9 @@


-
+

g_list_remove_all ()

-
GList *             g_list_remove_all                   (GList *list,
+
GList*              g_list_remove_all                   (GList *list,
                                                          gconstpointer data);

Removes all list nodes with data equal to data. @@ -595,7 +595,7 @@


-
+

g_list_free ()

void                g_list_free                         (GList *list);

@@ -604,7 +604,7 @@

-
+

Note

If list elements contain dynamically-allocated memory, @@ -623,9 +623,9 @@


-
+

g_list_alloc ()

-
GList *             g_list_alloc                        (void);
+
GList*              g_list_alloc                        (void);

Allocates space for one GList element. It is called by g_list_append(), g_list_prepend(), g_list_insert() and @@ -641,7 +641,7 @@


-
+

g_list_free_1 ()

void                g_list_free_1                       (GList *list);

@@ -658,7 +658,7 @@


-
+

g_list_free1

#define             g_list_free1

@@ -666,7 +666,7 @@


-
+

g_list_length ()

guint               g_list_length                       (GList *list);

@@ -674,7 +674,7 @@

-
+

Note

This function iterates over the whole list to @@ -700,15 +700,15 @@


-
+

g_list_copy ()

-
GList *             g_list_copy                         (GList *list);
+
GList*              g_list_copy                         (GList *list);

Copies a GList.

-
+

Note

Note that this is a "shallow" copy. If the list elements @@ -735,9 +735,9 @@


-
+

g_list_reverse ()

-
GList *             g_list_reverse                      (GList *list);
+
GList*              g_list_reverse                      (GList *list);

Reverses a GList. It simply switches the next and prev pointers of each element. @@ -759,9 +759,9 @@


-
+

g_list_sort ()

-
GList *             g_list_sort                         (GList *list,
+
GList*              g_list_sort                         (GList *list,
                                                          GCompareFunc compare_func);

Sorts a GList using the given comparison function. @@ -792,7 +792,7 @@


-
+

GCompareFunc ()

gint                (*GCompareFunc)                     (gconstpointer a,
                                                          gconstpointer b);
@@ -825,9 +825,9 @@

-
+

g_list_insert_sorted_with_data ()

-
GList *             g_list_insert_sorted_with_data      (GList *list,
+
GList*              g_list_insert_sorted_with_data      (GList *list,
                                                          gpointer data,
                                                          GCompareDataFunc func,
                                                          gpointer user_data);
@@ -871,9 +871,9 @@

Since 2.10


-
+

g_list_sort_with_data ()

-
GList *             g_list_sort_with_data               (GList *list,
+
GList*              g_list_sort_with_data               (GList *list,
                                                          GCompareDataFunc compare_func,
                                                          gpointer user_data);

@@ -907,7 +907,7 @@


-
+

GCompareDataFunc ()

gint                (*GCompareDataFunc)                 (gconstpointer a,
                                                          gconstpointer b,
@@ -946,9 +946,9 @@
 

-
+

g_list_concat ()

-
GList *             g_list_concat                       (GList *list1,
+
GList*              g_list_concat                       (GList *list1,
                                                          GList *list2);

Adds the second GList onto the end of the first GList. @@ -977,7 +977,7 @@


-
+

g_list_foreach ()

void                g_list_foreach                      (GList *list,
                                                          GFunc func,
@@ -1007,7 +1007,7 @@
 

-
+

GFunc ()

void                (*GFunc)                            (gpointer data,
                                                          gpointer user_data);
@@ -1033,9 +1033,9 @@

-
+

g_list_first ()

-
GList *             g_list_first                        (GList *list);
+
GList*              g_list_first                        (GList *list);

Gets the first element in a GList.

@@ -1057,9 +1057,9 @@

-
+

g_list_last ()

-
GList *             g_list_last                         (GList *list);
+
GList*              g_list_last                         (GList *list);

Gets the last element in a GList.

@@ -1081,7 +1081,7 @@

-
+

g_list_previous()

#define             g_list_previous(list)

@@ -1105,7 +1105,7 @@


-
+

g_list_next()

#define             g_list_next(list)

@@ -1128,9 +1128,9 @@


-
+

g_list_nth ()

-
GList *             g_list_nth                          (GList *list,
+
GList*              g_list_nth                          (GList *list,
                                                          guint n);

Gets the element at the given position in a GList. @@ -1158,7 +1158,7 @@


-
+

g_list_nth_data ()

gpointer            g_list_nth_data                     (GList *list,
                                                          guint n);
@@ -1188,9 +1188,9 @@

-
+

g_list_nth_prev ()

-
GList *             g_list_nth_prev                     (GList *list,
+
GList*              g_list_nth_prev                     (GList *list,
                                                          guint n);

Gets the element n places before list. @@ -1218,9 +1218,9 @@


-
+

g_list_find ()

-
GList *             g_list_find                         (GList *list,
+
GList*              g_list_find                         (GList *list,
                                                          gconstpointer data);

Finds the element in a GList which @@ -1249,9 +1249,9 @@


-
+

g_list_find_custom ()

-
GList *             g_list_find_custom                  (GList *list,
+
GList*              g_list_find_custom                  (GList *list,
                                                          gconstpointer data,
                                                          GCompareFunc func);

@@ -1290,7 +1290,7 @@


-
+

g_list_position ()

gint                g_list_position                     (GList *list,
                                                          GList *llink);
@@ -1321,7 +1321,7 @@

-
+

g_list_index ()

gint                g_list_index                        (GList *list,
                                                          gconstpointer data);
@@ -1352,10 +1352,10 @@

-
+

g_list_push_allocator ()

void                g_list_push_allocator               (gpointer allocator);
-
+

Warning

g_list_push_allocator has been deprecated since version 2.10 and should not be used in newly-written code. It does nothing, since GList has been converted to the slice @@ -1379,10 +1379,10 @@


-
+

g_list_pop_allocator ()

void                g_list_pop_allocator                (void);
-
+

Warning

g_list_pop_allocator has been deprecated since version 2.10 and should not be used in newly-written code. It does nothing, since GList has been converted to the slice @@ -1401,6 +1401,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Dynamic-Loading-of-Modules.html glib2.0-2.26.1/docs/reference/glib/html/glib-Dynamic-Loading-of-Modules.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Dynamic-Loading-of-Modules.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Dynamic-Loading-of-Modules.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Dynamic Loading of Modules - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,25 +35,25 @@
-
+

Synopsis

 #include <gmodule.h>
 
                     GModule;
 gboolean            g_module_supported                  (void);
-gchar *                 g_module_build_path             (const gchar *directory,
+gchar*              g_module_build_path                 (const gchar *directory,
                                                          const gchar *module_name);
-GModule *               g_module_open                   (const gchar *file_name,
+GModule*            g_module_open                       (const gchar *file_name,
                                                          GModuleFlags flags);
 enum                GModuleFlags;
 gboolean            g_module_symbol                     (GModule *module,
                                                          const gchar *symbol_name,
                                                          gpointer *symbol);
-const gchar *       g_module_name                       (GModule *module);
+const gchar*        g_module_name                       (GModule *module);
 void                g_module_make_resident              (GModule *module);
 gboolean            g_module_close                      (GModule *module);
-const gchar *       g_module_error                      (void);
+const gchar*        g_module_error                      (void);
 
 const gchar *       (*GModuleCheckInit)                 (GModule *module);
 void                (*GModuleUnload)                    (GModule *module);
@@ -62,7 +62,7 @@
 #define             G_MODULE_IMPORT
 
-
+

Description

These functions provide a portable way to dynamically load object files @@ -100,7 +100,7 @@

-

Example 11. Calling a function defined in a GModule

+

Example 11. Calling a function defined in a GModule

@@ -184,9 +184,9 @@


-
+

Details

-
+

GModule

typedef struct _GModule GModule;

@@ -196,7 +196,7 @@


-
+

g_module_supported ()

gboolean            g_module_supported                  (void);

@@ -213,9 +213,9 @@


-
+

g_module_build_path ()

-
gchar *                 g_module_build_path             (const gchar *directory,
+
gchar*              g_module_build_path                 (const gchar *directory,
                                                          const gchar *module_name);

A portable way to build the filename of a module. The platform-specific @@ -260,9 +260,9 @@


-
+

g_module_open ()

-
GModule *               g_module_open                   (const gchar *file_name,
+
GModule*            g_module_open                       (const gchar *file_name,
                                                          GModuleFlags flags);

Opens a module. If the module has already been opened, its reference @@ -302,7 +302,7 @@


-
+

enum GModuleFlags

typedef enum
 {
@@ -341,7 +341,7 @@
 

-
+

g_module_symbol ()

gboolean            g_module_symbol                     (GModule *module,
                                                          const gchar *symbol_name,
@@ -380,9 +380,9 @@
 

-
+

g_module_name ()

-
const gchar *       g_module_name                       (GModule *module);
+
const gchar*        g_module_name                       (GModule *module);

Gets the filename from a GModule.

@@ -404,7 +404,7 @@

-
+

g_module_make_resident ()

void                g_module_make_resident              (GModule *module);

@@ -421,7 +421,7 @@


-
+

g_module_close ()

gboolean            g_module_close                      (GModule *module);

@@ -445,9 +445,9 @@


-
+

g_module_error ()

-
const gchar *       g_module_error                      (void);
+
const gchar*        g_module_error                      (void);

Gets a string describing the last module error.

@@ -461,7 +461,7 @@

-
+

GModuleCheckInit ()

const gchar *       (*GModuleCheckInit)                 (GModule *module);

@@ -490,7 +490,7 @@


-
+

GModuleUnload ()

void                (*GModuleUnload)                    (GModule *module);

@@ -510,7 +510,7 @@


-
+

G_MODULE_SUFFIX

#define G_MODULE_SUFFIX "so"
 
@@ -521,7 +521,7 @@


-
+

G_MODULE_EXPORT

#define             G_MODULE_EXPORT

@@ -531,7 +531,7 @@


-
+

G_MODULE_IMPORT

#define G_MODULE_IMPORT		extern
 
@@ -543,6 +543,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Error-Reporting.html glib2.0-2.26.1/docs/reference/glib/html/glib-Error-Reporting.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Error-Reporting.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Error-Reporting.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Error Reporting - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,25 +35,25 @@
-
+

Synopsis

 #include <glib.h>
 
                     GError;
-GError *            g_error_new                         (GQuark domain,
+GError*             g_error_new                         (GQuark domain,
                                                          gint code,
                                                          const gchar *format,
                                                          ...);
-GError *            g_error_new_literal                 (GQuark domain,
+GError*             g_error_new_literal                 (GQuark domain,
                                                          gint code,
                                                          const gchar *message);
-GError *            g_error_new_valist                  (GQuark domain,
+GError*             g_error_new_valist                  (GQuark domain,
                                                          gint code,
                                                          const gchar *format,
                                                          va_list args);
 void                g_error_free                        (GError *error);
-GError *            g_error_copy                        (const GError *error);
+GError*             g_error_copy                        (const GError *error);
 gboolean            g_error_matches                     (const GError *error,
                                                          GQuark domain,
                                                          gint code);
@@ -78,7 +78,7 @@
                                                          ...);
 
-
+

Description

GLib provides a standard method of reporting errors from a called function to @@ -92,9 +92,9 @@

First and foremost: GError should only be used to report recoverable runtime errors, never to report programming errors. If -the programmer has screwed up, then you should use g_warning(), -g_return_if_fail(), g_assert(), g_error(), or some similar facility. -(Incidentally, remember that the g_error() function should +the programmer has screwed up, then you should use g_warning(), +g_return_if_fail(), g_assert(), g_error(), or some similar facility. +(Incidentally, remember that the g_error() function should only be used for programming errors, it should not be used to print any error reportable via GError.)

@@ -574,9 +574,9 @@

-
+

Details

-
+

GError

typedef struct {
   GQuark       domain;
@@ -610,9 +610,9 @@
 

-
+

g_error_new ()

-
GError *            g_error_new                         (GQuark domain,
+
GError*             g_error_new                         (GQuark domain,
                                                          gint code,
                                                          const gchar *format,
                                                          ...);
@@ -652,9 +652,9 @@

-
+

g_error_new_literal ()

-
GError *            g_error_new_literal                 (GQuark domain,
+
GError*             g_error_new_literal                 (GQuark domain,
                                                          gint code,
                                                          const gchar *message);

@@ -690,9 +690,9 @@


-
+

g_error_new_valist ()

-
GError *            g_error_new_valist                  (GQuark domain,
+
GError*             g_error_new_valist                  (GQuark domain,
                                                          gint code,
                                                          const gchar *format,
                                                          va_list args);
@@ -735,7 +735,7 @@

Since 2.22


-
+

g_error_free ()

void                g_error_free                        (GError *error);

@@ -751,9 +751,9 @@


-
+

g_error_copy ()

-
GError *            g_error_copy                        (const GError *error);
+
GError*             g_error_copy                        (const GError *error);

Makes a copy of error.

@@ -774,7 +774,7 @@

-
+

g_error_matches ()

gboolean            g_error_matches                     (const GError *error,
                                                          GQuark domain,
@@ -811,7 +811,7 @@
 

-
+

g_set_error ()

void                g_set_error                         (GError **err,
                                                          GQuark domain,
@@ -854,7 +854,7 @@
 

-
+

g_set_error_literal ()

void                g_set_error_literal                 (GError **err,
                                                          GQuark domain,
@@ -895,7 +895,7 @@
 

Since 2.18


-
+

g_propagate_error ()

void                g_propagate_error                   (GError **dest,
                                                          GError *src);
@@ -920,7 +920,7 @@

-
+

g_clear_error ()

void                g_clear_error                       (GError **err);

@@ -937,7 +937,7 @@


-
+

g_prefix_error ()

void                g_prefix_error                      (GError **err,
                                                          const gchar *format,
@@ -978,7 +978,7 @@
 

Since 2.16


-
+

g_propagate_prefixed_error ()

void                g_propagate_prefixed_error          (GError **dest,
                                                          GError *src,
@@ -1021,6 +1021,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-File-Utilities.html glib2.0-2.26.1/docs/reference/glib/html/glib-File-Utilities.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-File-Utilities.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-File-Utilities.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ File Utilities - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -68,7 +68,7 @@
                                                          int mode);
 
                     GDir;
-GDir *                 g_dir_open                       (const gchar *path,
+GDir *              g_dir_open                          (const gchar *path,
                                                          guint flags,
                                                          GError **error);
 const gchar *       g_dir_read_name                     (GDir *dir);
@@ -116,7 +116,7 @@
                                                          struct utimbuf *utb);
 
-
+

Description

There is a group of functions which wrap the common POSIX functions @@ -145,9 +145,9 @@ g_dir_read_name(), g_dir_rewind(), g_dir_close().

-
+

Details

-
+

enum GFileError

typedef enum
 {
@@ -367,7 +367,7 @@
 

-
+

G_FILE_ERROR

#define G_FILE_ERROR g_file_error_quark ()
 
@@ -378,7 +378,7 @@


-
+

enum GFileTest

typedef enum
 {
@@ -432,7 +432,7 @@
 

-
+

g_file_error_from_errno ()

GFileError          g_file_error_from_errno             (gint err_no);

@@ -463,7 +463,7 @@


-
+

g_file_get_contents ()

gboolean            g_file_get_contents                 (const gchar *filename,
                                                          gchar **contents,
@@ -515,7 +515,7 @@
 

-
+

g_file_set_contents ()

gboolean            g_file_set_contents                 (const gchar *filename,
                                                          const gchar *contents,
@@ -593,7 +593,7 @@
 

Since 2.8


-
+

g_file_test ()

gboolean            g_file_test                         (const gchar *filename,
                                                          GFileTest test);
@@ -682,7 +682,7 @@

-
+

g_mkstemp ()

gint                g_mkstemp                           (gchar *tmpl);

@@ -719,7 +719,7 @@


-
+

g_mkstemp_full ()

gint                g_mkstemp_full                      (gchar *tmpl,
                                                          int flags,
@@ -770,7 +770,7 @@
 

Since 2.22


-
+

g_file_open_tmp ()

gint                g_file_open_tmp                     (const gchar *tmpl,
                                                          gchar **name_used,
@@ -827,7 +827,7 @@
 

-
+

g_file_read_link ()

gchar *             g_file_read_link                    (const gchar *filename,
                                                          GError **error);
@@ -861,7 +861,7 @@

Since 2.4


-
+

g_mkdir_with_parents ()

int                 g_mkdir_with_parents                (const gchar *pathname,
                                                          int mode);
@@ -894,7 +894,7 @@

Since 2.8


-
+

GDir

typedef struct _GDir GDir;

@@ -902,9 +902,9 @@


-
+

g_dir_open ()

-
GDir *                 g_dir_open                       (const gchar *path,
+
GDir *              g_dir_open                          (const gchar *path,
                                                          guint flags,
                                                          GError **error);

@@ -944,7 +944,7 @@


-
+

g_dir_read_name ()

const gchar *       g_dir_read_name                     (GDir *dir);

@@ -980,7 +980,7 @@


-
+

g_dir_rewind ()

void                g_dir_rewind                        (GDir *dir);

@@ -997,7 +997,7 @@


-
+

g_dir_close ()

void                g_dir_close                         (GDir *dir);

@@ -1013,7 +1013,7 @@


-
+

GMappedFile

typedef struct _GMappedFile GMappedFile;

@@ -1023,7 +1023,7 @@


-
+

g_mapped_file_new ()

GMappedFile *       g_mapped_file_new                   (const gchar *filename,
                                                          gboolean writable,
@@ -1073,7 +1073,7 @@
 

Since 2.8


-
+

g_mapped_file_ref ()

GMappedFile *       g_mapped_file_ref                   (GMappedFile *file);

@@ -1099,7 +1099,7 @@

Since 2.22


-
+

g_mapped_file_unref ()

void                g_mapped_file_unref                 (GMappedFile *file);

@@ -1122,10 +1122,10 @@


-
+

g_mapped_file_free ()

void                g_mapped_file_free                  (GMappedFile *file);
-
+

Warning

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

@@ -1144,7 +1144,7 @@

Since 2.8


-
+

g_mapped_file_get_length ()

gsize               g_mapped_file_get_length            (GMappedFile *file);

@@ -1169,7 +1169,7 @@

Since 2.8


-
+

g_mapped_file_get_contents ()

gchar *             g_mapped_file_get_contents          (GMappedFile *file);

@@ -1201,7 +1201,7 @@

Since 2.8


-
+

g_open ()

int                 g_open                              (const gchar *filename,
                                                          int flags,
@@ -1259,7 +1259,7 @@
 

Since 2.6


-
+

g_rename ()

int                 g_rename                            (const gchar *oldfilename,
                                                          const gchar *newfilename);
@@ -1296,7 +1296,7 @@

Since 2.6


-
+

g_mkdir ()

int                 g_mkdir                             (const gchar *filename,
                                                          int mode);
@@ -1333,7 +1333,7 @@

Since 2.6


-
+

GStatBuf

A type corresponding to the appropriate struct type for the stat @@ -1344,7 +1344,7 @@


-
+

g_stat ()

int                 g_stat                              (const gchar *filename,
                                                          GStatBuf *buf);
@@ -1400,7 +1400,7 @@

Since 2.6


-
+

g_lstat ()

int                 g_lstat                             (const gchar *filename,
                                                          GStatBuf *buf);
@@ -1440,7 +1440,7 @@

Since 2.6


-
+

g_unlink ()

int                 g_unlink                            (const gchar *filename);

@@ -1474,7 +1474,7 @@

Since 2.6


-
+

g_remove ()

int                 g_remove                            (const gchar *filename);

@@ -1517,7 +1517,7 @@

Since 2.6


-
+

g_rmdir ()

int                 g_rmdir                             (const gchar *filename);

@@ -1548,7 +1548,7 @@

Since 2.6


-
+

g_fopen ()

FILE *              g_fopen                             (const gchar *filename,
                                                          const gchar *mode);
@@ -1594,7 +1594,7 @@

Since 2.6


-
+

g_freopen ()

FILE *              g_freopen                           (const gchar *filename,
                                                          const gchar *mode,
@@ -1637,7 +1637,7 @@
 

Since 2.6


-
+

g_chmod ()

int                 g_chmod                             (const gchar *filename,
                                                          int mode);
@@ -1679,7 +1679,7 @@

Since 2.8


-
+

g_access ()

int                 g_access                            (const gchar *filename,
                                                          int mode);
@@ -1725,7 +1725,7 @@

Since 2.8


-
+

g_creat ()

int                 g_creat                             (const gchar *filename,
                                                          int mode);
@@ -1778,7 +1778,7 @@

Since 2.8


-
+

g_chdir ()

int                 g_chdir                             (const gchar *path);

@@ -1807,7 +1807,7 @@

Since 2.8


-
+

g_utime ()

int                 g_utime                             (const gchar *filename,
                                                          struct utimbuf *utb);
@@ -1847,6 +1847,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-fundamentals.html glib2.0-2.26.1/docs/reference/glib/html/glib-fundamentals.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-fundamentals.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-fundamentals.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ GLib Fundamentals - + - + @@ -19,7 +19,7 @@ GLib Reference Manual Next -
+

GLib Fundamentals

@@ -54,6 +54,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-GDateTime.html glib2.0-2.26.1/docs/reference/glib/html/glib-GDateTime.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-GDateTime.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-GDateTime.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ GDateTime - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -49,61 +49,58 @@
 
                     GDateTime;
 void                g_date_time_unref                   (GDateTime *datetime);
-GDateTime *              g_date_time_ref                (GDateTime *datetime);
+GDateTime *         g_date_time_ref                     (GDateTime *datetime);
 
-GDateTime *              g_date_time_new_now            (GTimeZone *tz);
-GDateTime *              g_date_time_new_now_local      (void);
-GDateTime *              g_date_time_new_now_utc        (void);
-
-GDateTime *              g_date_time_new_from_unix_local
-                                                        (gint64 t);
-GDateTime *              g_date_time_new_from_unix_utc  (gint64 t);
-
-GDateTime *              g_date_time_new_from_timeval_local
-                                                        (const GTimeVal *tv);
-GDateTime *              g_date_time_new_from_timeval_utc
-                                                        (const GTimeVal *tv);
+GDateTime *         g_date_time_new_now                 (GTimeZone *tz);
+GDateTime *         g_date_time_new_now_local           (void);
+GDateTime *         g_date_time_new_now_utc             (void);
 
-GDateTime *              g_date_time_new                (GTimeZone *tz,
+GDateTime *         g_date_time_new_from_unix_local     (gint64 t);
+GDateTime *         g_date_time_new_from_unix_utc       (gint64 t);
+
+GDateTime *         g_date_time_new_from_timeval_local  (const GTimeVal *tv);
+GDateTime *         g_date_time_new_from_timeval_utc    (const GTimeVal *tv);
+
+GDateTime *         g_date_time_new                     (GTimeZone *tz,
                                                          gint year,
                                                          gint month,
                                                          gint day,
                                                          gint hour,
                                                          gint minute,
                                                          gdouble seconds);
-GDateTime *              g_date_time_new_local          (gint year,
+GDateTime *         g_date_time_new_local               (gint year,
                                                          gint month,
                                                          gint day,
                                                          gint hour,
                                                          gint minute,
                                                          gdouble seconds);
-GDateTime *              g_date_time_new_utc            (gint year,
+GDateTime *         g_date_time_new_utc                 (gint year,
                                                          gint month,
                                                          gint day,
                                                          gint hour,
                                                          gint minute,
                                                          gdouble seconds);
 
-GDateTime *              g_date_time_add                (GDateTime *datetime,
+GDateTime *         g_date_time_add                     (GDateTime *datetime,
                                                          GTimeSpan timespan);
 
-GDateTime *              g_date_time_add_years          (GDateTime *datetime,
+GDateTime *         g_date_time_add_years               (GDateTime *datetime,
                                                          gint years);
-GDateTime *              g_date_time_add_months         (GDateTime *datetime,
+GDateTime *         g_date_time_add_months              (GDateTime *datetime,
                                                          gint months);
-GDateTime *              g_date_time_add_weeks          (GDateTime *datetime,
+GDateTime *         g_date_time_add_weeks               (GDateTime *datetime,
                                                          gint weeks);
-GDateTime *              g_date_time_add_days           (GDateTime *datetime,
+GDateTime *         g_date_time_add_days                (GDateTime *datetime,
                                                          gint days);
 
-GDateTime *              g_date_time_add_hours          (GDateTime *datetime,
+GDateTime *         g_date_time_add_hours               (GDateTime *datetime,
                                                          gint hours);
-GDateTime *              g_date_time_add_minutes        (GDateTime *datetime,
+GDateTime *         g_date_time_add_minutes             (GDateTime *datetime,
                                                          gint minutes);
-GDateTime *              g_date_time_add_seconds        (GDateTime *datetime,
+GDateTime *         g_date_time_add_seconds             (GDateTime *datetime,
                                                          gdouble seconds);
 
-GDateTime *              g_date_time_add_full           (GDateTime *datetime,
+GDateTime *         g_date_time_add_full                (GDateTime *datetime,
                                                          gint years,
                                                          gint months,
                                                          gint days,
@@ -145,20 +142,20 @@
                                                          GTimeVal *tv);
 
 GTimeSpan           g_date_time_get_utc_offset          (GDateTime *datetime);
-const gchar *            g_date_time_get_timezone_abbreviation
+const gchar *       g_date_time_get_timezone_abbreviation
                                                         (GDateTime *datetime);
 gboolean            g_date_time_is_daylight_savings     (GDateTime *datetime);
 
-GDateTime *              g_date_time_to_timezone        (GDateTime *datetime,
+GDateTime *         g_date_time_to_timezone             (GDateTime *datetime,
                                                          GTimeZone *tz);
-GDateTime *              g_date_time_to_local           (GDateTime *datetime);
-GDateTime *              g_date_time_to_utc             (GDateTime *datetime);
+GDateTime *         g_date_time_to_local                (GDateTime *datetime);
+GDateTime *         g_date_time_to_utc                  (GDateTime *datetime);
 
-gchar *                  g_date_time_format             (GDateTime *datetime,
+gchar *             g_date_time_format                  (GDateTime *datetime,
                                                          const gchar *format);
 
-
+

Description

GDateTime is a structure that combines a Gregorian date and time @@ -192,9 +189,9 @@ GDateTime is available since GLib 2.26.

-
+

Details

-
+

GTimeSpan

typedef gint64 GTimeSpan;
 
@@ -204,7 +201,7 @@

Since 2.26


-
+

G_TIME_SPAN_DAY

#define G_TIME_SPAN_DAY                 (G_GINT64_CONSTANT (86400000000))
 
@@ -214,7 +211,7 @@

Since 2.26


-
+

G_TIME_SPAN_HOUR

#define G_TIME_SPAN_HOUR                (G_GINT64_CONSTANT (3600000000))
 
@@ -224,7 +221,7 @@

Since 2.26


-
+

G_TIME_SPAN_MINUTE

#define G_TIME_SPAN_MINUTE              (G_GINT64_CONSTANT (60000000))
 
@@ -234,7 +231,7 @@

Since 2.26


-
+

G_TIME_SPAN_SECOND

#define G_TIME_SPAN_SECOND              (G_GINT64_CONSTANT (1000000))
 
@@ -244,7 +241,7 @@

Since 2.26


-
+

G_TIME_SPAN_MILLISECOND

#define G_TIME_SPAN_MILLISECOND         (G_GINT64_CONSTANT (1000))
 
@@ -254,7 +251,7 @@

Since 2.26


-
+

GDateTime

typedef struct _GDateTime GDateTime;

@@ -264,7 +261,7 @@

Since 2.26


-
+

g_date_time_unref ()

void                g_date_time_unref                   (GDateTime *datetime);

@@ -285,9 +282,9 @@

Since 2.26


-
+

g_date_time_ref ()

-
GDateTime *              g_date_time_ref                (GDateTime *datetime);
+
GDateTime *         g_date_time_ref                     (GDateTime *datetime);

Atomically increments the reference count of datetime by one.

@@ -310,9 +307,9 @@

Since 2.26


-
+

g_date_time_new_now ()

-
GDateTime *              g_date_time_new_now            (GTimeZone *tz);
+
GDateTime *         g_date_time_new_now                 (GTimeZone *tz);

Creates a GDateTime corresponding to this exact instant in the given time zone tz. The time is as accurate as the system allows, to a @@ -346,9 +343,9 @@

Since 2.26


-
+

g_date_time_new_now_local ()

-
GDateTime *              g_date_time_new_now_local      (void);
+
GDateTime *         g_date_time_new_now_local           (void);

Creates a GDateTime corresponding to this exact instant in the local time zone. @@ -369,9 +366,9 @@

Since 2.26


-
+

g_date_time_new_now_utc ()

-
GDateTime *              g_date_time_new_now_utc        (void);
+
GDateTime *         g_date_time_new_now_utc             (void);

Creates a GDateTime corresponding to this exact instant in UTC.

@@ -391,10 +388,9 @@

Since 2.26


-
+

g_date_time_new_from_unix_local ()

-
GDateTime *              g_date_time_new_from_unix_local
-                                                        (gint64 t);
+
GDateTime *         g_date_time_new_from_unix_local     (gint64 t);

Creates a GDateTime corresponding to the given Unix time t in the local time zone. @@ -430,9 +426,9 @@

Since 2.26


-
+

g_date_time_new_from_unix_utc ()

-
GDateTime *              g_date_time_new_from_unix_utc  (gint64 t);
+
GDateTime *         g_date_time_new_from_unix_utc       (gint64 t);

Creates a GDateTime corresponding to the given Unix time t in UTC.

@@ -467,10 +463,9 @@

Since 2.26


-
+

g_date_time_new_from_timeval_local ()

-
GDateTime *              g_date_time_new_from_timeval_local
-                                                        (const GTimeVal *tv);
+
GDateTime *         g_date_time_new_from_timeval_local  (const GTimeVal *tv);

Creates a GDateTime corresponding to the given GTimeVal tv in the local time zone. @@ -507,10 +502,9 @@

Since 2.26


-
+

g_date_time_new_from_timeval_utc ()

-
GDateTime *              g_date_time_new_from_timeval_utc
-                                                        (const GTimeVal *tv);
+
GDateTime *         g_date_time_new_from_timeval_utc    (const GTimeVal *tv);

Creates a GDateTime corresponding to the given GTimeVal tv in UTC.

@@ -545,9 +539,9 @@

Since 2.26


-
+

g_date_time_new ()

-
GDateTime *              g_date_time_new                (GTimeZone *tz,
+
GDateTime *         g_date_time_new                     (GTimeZone *tz,
                                                          gint year,
                                                          gint month,
                                                          gint day,
@@ -640,9 +634,9 @@
 

Since 2.26


-
+

g_date_time_new_local ()

-
GDateTime *              g_date_time_new_local          (gint year,
+
GDateTime *         g_date_time_new_local               (gint year,
                                                          gint month,
                                                          gint day,
                                                          gint hour,
@@ -700,9 +694,9 @@
 

Since 2.26.


-
+

g_date_time_new_utc ()

-
GDateTime *              g_date_time_new_utc            (gint year,
+
GDateTime *         g_date_time_new_utc                 (gint year,
                                                          gint month,
                                                          gint day,
                                                          gint hour,
@@ -760,9 +754,9 @@
 

Since 2.26.


-
+

g_date_time_add ()

-
GDateTime *              g_date_time_add                (GDateTime *datetime,
+
GDateTime *         g_date_time_add                     (GDateTime *datetime,
                                                          GTimeSpan timespan);

Creates a copy of datetime and adds the specified timespan to the copy. @@ -792,9 +786,9 @@

Since 2.26


-
+

g_date_time_add_years ()

-
GDateTime *              g_date_time_add_years          (GDateTime *datetime,
+
GDateTime *         g_date_time_add_years               (GDateTime *datetime,
                                                          gint years);

Creates a copy of datetime and adds the specified number of years to the @@ -825,9 +819,9 @@

Since 2.26


-
+

g_date_time_add_months ()

-
GDateTime *              g_date_time_add_months         (GDateTime *datetime,
+
GDateTime *         g_date_time_add_months              (GDateTime *datetime,
                                                          gint months);

Creates a copy of datetime and adds the specified number of months to the @@ -858,9 +852,9 @@

Since 2.26


-
+

g_date_time_add_weeks ()

-
GDateTime *              g_date_time_add_weeks          (GDateTime *datetime,
+
GDateTime *         g_date_time_add_weeks               (GDateTime *datetime,
                                                          gint weeks);

Creates a copy of datetime and adds the specified number of weeks to the @@ -891,9 +885,9 @@

Since 2.26


-
+

g_date_time_add_days ()

-
GDateTime *              g_date_time_add_days           (GDateTime *datetime,
+
GDateTime *         g_date_time_add_days                (GDateTime *datetime,
                                                          gint days);

Creates a copy of datetime and adds the specified number of days to the @@ -924,9 +918,9 @@

Since 2.26


-
+

g_date_time_add_hours ()

-
GDateTime *              g_date_time_add_hours          (GDateTime *datetime,
+
GDateTime *         g_date_time_add_hours               (GDateTime *datetime,
                                                          gint hours);

Creates a copy of datetime and adds the specified number of hours @@ -956,9 +950,9 @@

Since 2.26


-
+

g_date_time_add_minutes ()

-
GDateTime *              g_date_time_add_minutes        (GDateTime *datetime,
+
GDateTime *         g_date_time_add_minutes             (GDateTime *datetime,
                                                          gint minutes);

Creates a copy of datetime adding the specified number of minutes. @@ -988,9 +982,9 @@

Since 2.26


-
+

g_date_time_add_seconds ()

-
GDateTime *              g_date_time_add_seconds        (GDateTime *datetime,
+
GDateTime *         g_date_time_add_seconds             (GDateTime *datetime,
                                                          gdouble seconds);

Creates a copy of datetime and adds the specified number of seconds. @@ -1020,9 +1014,9 @@

Since 2.26


-
+

g_date_time_add_full ()

-
GDateTime *              g_date_time_add_full           (GDateTime *datetime,
+
GDateTime *         g_date_time_add_full                (GDateTime *datetime,
                                                          gint years,
                                                          gint months,
                                                          gint days,
@@ -1083,7 +1077,7 @@
 

Since 2.26


-
+

g_date_time_compare ()

gint                g_date_time_compare                 (gconstpointer dt1,
                                                          gconstpointer dt2);
@@ -1116,7 +1110,7 @@

Since 2.26


-
+

g_date_time_difference ()

GTimeSpan           g_date_time_difference              (GDateTime *end,
                                                          GDateTime *begin);
@@ -1150,7 +1144,7 @@

Since 2.26


-
+

g_date_time_hash ()

guint               g_date_time_hash                    (gconstpointer datetime);

@@ -1175,7 +1169,7 @@

Since 2.26


-
+

g_date_time_equal ()

gboolean            g_date_time_equal                   (gconstpointer dt1,
                                                          gconstpointer dt2);
@@ -1210,7 +1204,7 @@

Since 2.26


-
+

g_date_time_get_ymd ()

void                g_date_time_get_ymd                 (GDateTime *datetime,
                                                          gint *year,
@@ -1247,7 +1241,7 @@
 

Since 2.26


-
+

g_date_time_get_year ()

gint                g_date_time_get_year                (GDateTime *datetime);

@@ -1272,7 +1266,7 @@

Since 2.26


-
+

g_date_time_get_month ()

gint                g_date_time_get_month               (GDateTime *datetime);

@@ -1298,7 +1292,7 @@

Since 2.26


-
+

g_date_time_get_day_of_month ()

gint                g_date_time_get_day_of_month        (GDateTime *datetime);

@@ -1324,7 +1318,7 @@

Since 2.26


-
+

g_date_time_get_week_numbering_year ()

gint                g_date_time_get_week_numbering_year (GDateTime *datetime);

@@ -1386,7 +1380,7 @@

Since 2.26


-
+

g_date_time_get_week_of_year ()

gint                g_date_time_get_week_of_year        (GDateTime *datetime);

@@ -1427,7 +1421,7 @@

Since 2.26


-
+

g_date_time_get_day_of_week ()

gint                g_date_time_get_day_of_week         (GDateTime *datetime);

@@ -1453,7 +1447,7 @@

Since 2.26


-
+

g_date_time_get_day_of_year ()

gint                g_date_time_get_day_of_year         (GDateTime *datetime);

@@ -1479,7 +1473,7 @@

Since 2.26


-
+

g_date_time_get_hour ()

gint                g_date_time_get_hour                (GDateTime *datetime);

@@ -1504,7 +1498,7 @@

Since 2.26


-
+

g_date_time_get_minute ()

gint                g_date_time_get_minute              (GDateTime *datetime);

@@ -1529,7 +1523,7 @@

Since 2.26


-
+

g_date_time_get_second ()

gint                g_date_time_get_second              (GDateTime *datetime);

@@ -1554,7 +1548,7 @@

Since 2.26


-
+

g_date_time_get_microsecond ()

gint                g_date_time_get_microsecond         (GDateTime *datetime);

@@ -1579,7 +1573,7 @@

Since 2.26


-
+

g_date_time_get_seconds ()

gdouble             g_date_time_get_seconds             (GDateTime *datetime);

@@ -1605,7 +1599,7 @@

Since 2.26


-
+

g_date_time_to_unix ()

gint64              g_date_time_to_unix                 (GDateTime *datetime);

@@ -1635,7 +1629,7 @@

Since 2.26


-
+

g_date_time_to_timeval ()

gboolean            g_date_time_to_timeval              (GDateTime *datetime,
                                                          GTimeVal *tv);
@@ -1681,7 +1675,7 @@

Since 2.26


-
+

g_date_time_get_utc_offset ()

GTimeSpan           g_date_time_get_utc_offset          (GDateTime *datetime);

@@ -1716,9 +1710,9 @@

Since 2.26


-
+

g_date_time_get_timezone_abbreviation ()

-
const gchar *            g_date_time_get_timezone_abbreviation
+
const gchar *       g_date_time_get_timezone_abbreviation
                                                         (GDateTime *datetime);

Determines the time zone abbreviation to be used at the time and in @@ -1749,7 +1743,7 @@

Since 2.26


-
+

g_date_time_is_daylight_savings ()

gboolean            g_date_time_is_daylight_savings     (GDateTime *datetime);

@@ -1775,9 +1769,9 @@

Since 2.26


-
+

g_date_time_to_timezone ()

-
GDateTime *              g_date_time_to_timezone        (GDateTime *datetime,
+
GDateTime *         g_date_time_to_timezone             (GDateTime *datetime,
                                                          GTimeZone *tz);

Create a new GDateTime corresponding to the same instant in time as @@ -1816,9 +1810,9 @@

Since 2.26


-
+

g_date_time_to_local ()

-
GDateTime *              g_date_time_to_local           (GDateTime *datetime);
+
GDateTime *         g_date_time_to_local                (GDateTime *datetime);

Creates a new GDateTime corresponding to the same instant in time as datetime, but in the local time zone. @@ -1846,9 +1840,9 @@

Since 2.26


-
+

g_date_time_to_utc ()

-
GDateTime *              g_date_time_to_utc             (GDateTime *datetime);
+
GDateTime *         g_date_time_to_utc                  (GDateTime *datetime);

Creates a new GDateTime corresponding to the same instant in time as datetime, but in UTC. @@ -1876,9 +1870,9 @@

Since 2.26


-
+

g_date_time_format ()

-
gchar *                  g_date_time_format             (GDateTime *datetime,
+
gchar *             g_date_time_format                  (GDateTime *datetime,
                                                          const gchar *format);

Creates a newly allocated string representing the requested format. @@ -2189,13 +2183,13 @@

Since 2.26

-
+

See Also

GTimeZone
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-gettextize.html glib2.0-2.26.1/docs/reference/glib/html/glib-gettextize.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-gettextize.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-gettextize.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ glib-gettextize - + - + @@ -19,7 +19,7 @@ GLib Reference Manual Next -
+
@@ -28,12 +28,12 @@
-
+

Synopsis

glib-gettextize [option...] [directory]

-
-

Description

+
+

Description

glib-gettextize helps to prepare a source package for being internationalized through gettext. It is a variant of the gettextize that ships with @@ -46,8 +46,8 @@ gettextize behave like this when called with the --no-changelog option).

-
-

Options

+
+

Options

@@ -79,8 +79,8 @@
-
-

See also

+
+

See also

gettextize(1)

@@ -88,6 +88,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Glob-style-pattern-matching.html glib2.0-2.26.1/docs/reference/glib/html/glib-Glob-style-pattern-matching.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Glob-style-pattern-matching.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Glob-style-pattern-matching.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Glob-style pattern matching - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -36,13 +36,13 @@
-
+

Synopsis

 #include <glib.h>
 
                     GPatternSpec;
-GPatternSpec *      g_pattern_spec_new                  (const gchar *pattern);
+GPatternSpec*       g_pattern_spec_new                  (const gchar *pattern);
 void                g_pattern_spec_free                 (GPatternSpec *pspec);
 gboolean            g_pattern_spec_equal                (GPatternSpec *pspec1,
                                                          GPatternSpec *pspec2);
@@ -56,7 +56,7 @@
                                                          const gchar *string);
 
-
+

Description

The g_pattern_match* functions match a string @@ -79,9 +79,9 @@ pattern compilation.

-
+

Details

-
+

GPatternSpec

typedef struct _GPatternSpec GPatternSpec;

@@ -91,9 +91,9 @@


-
+

g_pattern_spec_new ()

-
GPatternSpec *      g_pattern_spec_new                  (const gchar *pattern);
+
GPatternSpec*       g_pattern_spec_new                  (const gchar *pattern);

Compiles a pattern to a GPatternSpec.

@@ -114,7 +114,7 @@

-
+

g_pattern_spec_free ()

void                g_pattern_spec_free                 (GPatternSpec *pspec);

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


-
+

g_pattern_spec_equal ()

gboolean            g_pattern_spec_equal                (GPatternSpec *pspec1,
                                                          GPatternSpec *pspec2);
@@ -160,7 +160,7 @@

-
+

g_pattern_match ()

gboolean            g_pattern_match                     (GPatternSpec *pspec,
                                                          guint string_length,
@@ -222,7 +222,7 @@
 

-
+

g_pattern_match_string ()

gboolean            g_pattern_match_string              (GPatternSpec *pspec,
                                                          const gchar *string);
@@ -254,7 +254,7 @@

-
+

g_pattern_match_simple ()

gboolean            g_pattern_match_simple              (const gchar *pattern,
                                                          const gchar *string);
@@ -290,6 +290,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-GTimeZone.html glib2.0-2.26.1/docs/reference/glib/html/glib-GTimeZone.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-GTimeZone.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-GTimeZone.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ GTimeZone - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,21 +35,21 @@
-
+ -
+

Description

GTimeZone is a structure that represents a time zone, at no @@ -59,9 +59,9 @@ GTimeZone is available since GLib 2.26.

-
+

Details

-
+

GTimeZone

typedef struct _GTimeZone GTimeZone;

@@ -71,7 +71,7 @@

Since 2.26


-
+

g_time_zone_unref ()

void                g_time_zone_unref                   (GTimeZone *tz);

@@ -88,9 +88,9 @@

Since 2.26


-
+

g_time_zone_ref ()

-
GTimeZone *              g_time_zone_ref                (GTimeZone *tz);
+
GTimeZone *         g_time_zone_ref                     (GTimeZone *tz);

Increases the reference count on tz.

@@ -113,9 +113,9 @@

Since 2.26


-
+

g_time_zone_new ()

-
GTimeZone *              g_time_zone_new                (const gchar *identifier);
+
GTimeZone *         g_time_zone_new                     (const gchar *identifier);

Creates a GTimeZone corresponding to identifier.

@@ -173,9 +173,9 @@

Since 2.26


-
+

g_time_zone_new_local ()

-
GTimeZone *              g_time_zone_new_local          (void);
+
GTimeZone *         g_time_zone_new_local               (void);

Creates a GTimeZone corresponding to local time.

@@ -201,9 +201,9 @@

Since 2.26


-
+

g_time_zone_new_utc ()

-
GTimeZone *              g_time_zone_new_utc            (void);
+
GTimeZone *         g_time_zone_new_utc                 (void);

Creates a GTimeZone corresponding to UTC.

@@ -227,13 +227,13 @@

Since 2.26

-
+

See Also

GDateTime
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-GVariant.html glib2.0-2.26.1/docs/reference/glib/html/glib-GVariant.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-GVariant.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-GVariant.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ GVariant - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,19 +35,18 @@
-
+

Synopsis

 #include <glib.h>
 
                     GVariant;
 void                g_variant_unref                     (GVariant *value);
-GVariant *                       g_variant_ref          (GVariant *value);
-GVariant *                       g_variant_ref_sink     (GVariant *value);
+GVariant *          g_variant_ref                       (GVariant *value);
+GVariant *          g_variant_ref_sink                  (GVariant *value);
 gboolean            g_variant_is_floating               (GVariant *value);
-const GVariantType *             g_variant_get_type     (GVariant *value);
-const gchar *                    g_variant_get_type_string
-                                                        (GVariant *value);
+const GVariantType * g_variant_get_type                 (GVariant *value);
+const gchar *       g_variant_get_type_string           (GVariant *value);
 gboolean            g_variant_is_of_type                (GVariant *value,
                                                          const GVariantType *type);
 gboolean            g_variant_is_container              (GVariant *value);
@@ -64,36 +63,32 @@
                                                          const gchar *format_string,
                                                          const gchar **endptr,
                                                          va_list *app);
-GVariant *                       g_variant_new          (const gchar *format_string,
+GVariant *          g_variant_new                       (const gchar *format_string,
                                                          ...);
-GVariant *                       g_variant_new_va       (const gchar *format_string,
+GVariant *          g_variant_new_va                    (const gchar *format_string,
                                                          const gchar **endptr,
                                                          va_list *app);
 
-GVariant *                       g_variant_new_boolean  (gboolean boolean);
-GVariant *                       g_variant_new_byte     (guchar byte);
-GVariant *                       g_variant_new_int16    (gint16 int16);
-GVariant *                       g_variant_new_uint16   (guint16 uint16);
-GVariant *                       g_variant_new_int32    (gint32 int32);
-GVariant *                       g_variant_new_uint32   (guint32 uint32);
-GVariant *                       g_variant_new_int64    (gint64 int64);
-GVariant *                       g_variant_new_uint64   (guint64 uint64);
-GVariant *                       g_variant_new_handle   (gint32 handle);
-GVariant *                       g_variant_new_double   (gdouble floating);
-GVariant *                       g_variant_new_string   (const gchar *string);
-GVariant *                       g_variant_new_object_path
-                                                        (const gchar *object_path);
+GVariant *          g_variant_new_boolean               (gboolean boolean);
+GVariant *          g_variant_new_byte                  (guchar byte);
+GVariant *          g_variant_new_int16                 (gint16 int16);
+GVariant *          g_variant_new_uint16                (guint16 uint16);
+GVariant *          g_variant_new_int32                 (gint32 int32);
+GVariant *          g_variant_new_uint32                (guint32 uint32);
+GVariant *          g_variant_new_int64                 (gint64 int64);
+GVariant *          g_variant_new_uint64                (guint64 uint64);
+GVariant *          g_variant_new_handle                (gint32 handle);
+GVariant *          g_variant_new_double                (gdouble floating);
+GVariant *          g_variant_new_string                (const gchar *string);
+GVariant *          g_variant_new_object_path           (const gchar *object_path);
 gboolean            g_variant_is_object_path            (const gchar *string);
-GVariant *                       g_variant_new_signature
-                                                        (const gchar *signature);
+GVariant *          g_variant_new_signature             (const gchar *signature);
 gboolean            g_variant_is_signature              (const gchar *string);
-GVariant *                       g_variant_new_variant  (GVariant *value);
-GVariant *                       g_variant_new_strv     (const gchar * const *strv,
+GVariant *          g_variant_new_variant               (GVariant *value);
+GVariant *          g_variant_new_strv                  (const gchar * const *strv,
                                                          gssize length);
-GVariant *                       g_variant_new_bytestring
-                                                        (const gchar *string);
-GVariant *                       g_variant_new_bytestring_array
-                                                        (const gchar * const *strv,
+GVariant *          g_variant_new_bytestring            (const gchar *string);
+GVariant *          g_variant_new_bytestring_array      (const gchar * const *strv,
                                                          gssize length);
 
 gboolean            g_variant_get_boolean               (GVariant *value);
@@ -106,42 +101,36 @@
 guint64             g_variant_get_uint64                (GVariant *value);
 gint32              g_variant_get_handle                (GVariant *value);
 gdouble             g_variant_get_double                (GVariant *value);
-const gchar *                    g_variant_get_string   (GVariant *value,
+const gchar *       g_variant_get_string                (GVariant *value,
                                                          gsize *length);
-gchar *                          g_variant_dup_string   (GVariant *value,
+gchar *             g_variant_dup_string                (GVariant *value,
                                                          gsize *length);
-GVariant *                       g_variant_get_variant  (GVariant *value);
-const gchar **                   g_variant_get_strv     (GVariant *value,
+GVariant *          g_variant_get_variant               (GVariant *value);
+const gchar **      g_variant_get_strv                  (GVariant *value,
                                                          gsize *length);
-gchar **                         g_variant_dup_strv     (GVariant *value,
+gchar **            g_variant_dup_strv                  (GVariant *value,
                                                          gsize *length);
-const gchar *                    g_variant_get_bytestring
-                                                        (GVariant *value);
-gchar *                          g_variant_dup_bytestring
-                                                        (GVariant *value,
+const gchar *       g_variant_get_bytestring            (GVariant *value);
+gchar *             g_variant_dup_bytestring            (GVariant *value,
                                                          gsize *length);
-const gchar **                   g_variant_get_bytestring_array
-                                                        (GVariant *value,
+const gchar **      g_variant_get_bytestring_array      (GVariant *value,
                                                          gsize *length);
-gchar **                         g_variant_dup_bytestring_array
-                                                        (GVariant *value,
+gchar **            g_variant_dup_bytestring_array      (GVariant *value,
                                                          gsize *length);
 
-GVariant *                       g_variant_new_maybe    (const GVariantType *child_type,
+GVariant *          g_variant_new_maybe                 (const GVariantType *child_type,
                                                          GVariant *child);
-GVariant *                       g_variant_new_array    (const GVariantType *child_type,
+GVariant *          g_variant_new_array                 (const GVariantType *child_type,
                                                          GVariant * const *children,
                                                          gsize n_children);
-GVariant *                       g_variant_new_tuple    (GVariant * const *children,
+GVariant *          g_variant_new_tuple                 (GVariant * const *children,
                                                          gsize n_children);
-GVariant *                       g_variant_new_dict_entry
-                                                        (GVariant *key,
+GVariant *          g_variant_new_dict_entry            (GVariant *key,
                                                          GVariant *value);
 
-GVariant *                       g_variant_get_maybe    (GVariant *value);
+GVariant *          g_variant_get_maybe                 (GVariant *value);
 gsize               g_variant_n_children                (GVariant *value);
-GVariant *                       g_variant_get_child_value
-                                                        (GVariant *value,
+GVariant *          g_variant_get_child_value           (GVariant *value,
                                                          gsize index_);
 void                g_variant_get_child                 (GVariant *value,
                                                          gsize index_,
@@ -155,37 +144,34 @@
 gconstpointer       g_variant_get_data                  (GVariant *value);
 void                g_variant_store                     (GVariant *value,
                                                          gpointer data);
-GVariant *                       g_variant_new_from_data
-                                                        (const GVariantType *type,
+GVariant *          g_variant_new_from_data             (const GVariantType *type,
                                                          gconstpointer data,
                                                          gsize size,
                                                          gboolean trusted,
                                                          GDestroyNotify notify,
                                                          gpointer user_data);
-GVariant *                       g_variant_byteswap     (GVariant *value);
-GVariant *                       g_variant_get_normal_form
-                                                        (GVariant *value);
+GVariant *          g_variant_byteswap                  (GVariant *value);
+GVariant *          g_variant_get_normal_form           (GVariant *value);
 gboolean            g_variant_is_normal_form            (GVariant *value);
 
 guint               g_variant_hash                      (gconstpointer value);
 gboolean            g_variant_equal                     (gconstpointer one,
                                                          gconstpointer two);
 
-gchar *                          g_variant_print        (GVariant *value,
+gchar *             g_variant_print                     (GVariant *value,
                                                          gboolean type_annotate);
-GString *                        g_variant_print_string (GVariant *value,
+GString *           g_variant_print_string              (GVariant *value,
                                                          GString *string,
                                                          gboolean type_annotate);
 
                     GVariantIter;
-GVariantIter *                   g_variant_iter_copy    (GVariantIter *iter);
+GVariantIter *      g_variant_iter_copy                 (GVariantIter *iter);
 void                g_variant_iter_free                 (GVariantIter *iter);
 gsize               g_variant_iter_init                 (GVariantIter *iter,
                                                          GVariant *value);
 gsize               g_variant_iter_n_children           (GVariantIter *iter);
-GVariantIter *                   g_variant_iter_new     (GVariant *value);
-GVariant *                       g_variant_iter_next_value
-                                                        (GVariantIter *iter);
+GVariantIter *      g_variant_iter_new                  (GVariant *value);
+GVariant *          g_variant_iter_next_value           (GVariantIter *iter);
 gboolean            g_variant_iter_next                 (GVariantIter *iter,
                                                          const gchar *format_string,
                                                          ...);
@@ -195,8 +181,8 @@
 
                     GVariantBuilder;
 void                g_variant_builder_unref             (GVariantBuilder *builder);
-GVariantBuilder *                g_variant_builder_ref  (GVariantBuilder *builder);
-GVariantBuilder *                g_variant_builder_new  (const GVariantType *type);
+GVariantBuilder *   g_variant_builder_ref               (GVariantBuilder *builder);
+GVariantBuilder *   g_variant_builder_new               (const GVariantType *type);
 void                g_variant_builder_init              (GVariantBuilder *builder,
                                                          const GVariantType *type);
 void                g_variant_builder_clear             (GVariantBuilder *builder);
@@ -208,26 +194,25 @@
 void                g_variant_builder_add_parsed        (GVariantBuilder *builder,
                                                          const gchar *format,
                                                          ...);
-GVariant *                       g_variant_builder_end  (GVariantBuilder *builder);
+GVariant *          g_variant_builder_end               (GVariantBuilder *builder);
 void                g_variant_builder_open              (GVariantBuilder *builder,
                                                          const GVariantType *type);
 void                g_variant_builder_close             (GVariantBuilder *builder);
 
 enum                GVariantParseError;
 #define             G_VARIANT_PARSE_ERROR
-GVariant *                       g_variant_parse        (const GVariantType *type,
+GVariant *          g_variant_parse                     (const GVariantType *type,
                                                          const gchar *text,
                                                          const gchar *limit,
                                                          const gchar **endptr,
                                                          GError **error);
-GVariant *                       g_variant_new_parsed_va
-                                                        (const gchar *format,
+GVariant *          g_variant_new_parsed_va             (const gchar *format,
                                                          va_list *app);
-GVariant *                       g_variant_new_parsed   (const gchar *format,
+GVariant *          g_variant_new_parsed                (const gchar *format,
                                                          ...);
 
-
+

Description

GVariant is a variant datatype; it stores a value along with @@ -273,10 +258,8 @@ values. GVariant includes a printer for this language and a parser with type inferencing.

-

-

-
-

Memory Use

+
+

Memory Use

GVariant tries to be quite efficient with respect to memory use. This section gives a rough idea of how much memory is used by the @@ -289,8 +272,8 @@ information cache, buffer management memory and memory for the GVariant structure itself.

-
-

Serialised Data Memory

+
+

Serialised Data Memory

This is the memory that is used for storing GVariant data in serialised form. This is what would be sent over the network or @@ -357,8 +340,8 @@ + 2 = 29 bytes to encode the entire two-item dictionary.

-
-

Type Information Cache

+
+

Type Information Cache

For each GVariant type that currently exists in the program a type information structure is kept in the type information cache. The @@ -412,8 +395,8 @@ structure is required for many different values of the same type.

-
-

Buffer Management Memory

+
+

Buffer Management Memory

GVariant uses an internal buffer management structure to deal with the various different possible sources of serialised data @@ -428,8 +411,8 @@ * (void *). On 32bit systems, that's 16 bytes.

-
-

GVariant structure

+
+

GVariant structure

The size of a GVariant structure is 6 * (void *). On 32 bit systems, that's 24 bytes. @@ -453,8 +436,8 @@ child.

-
-

Summary

+
+

Summary

To put the entire example together, for our dictionary mapping strings to variants (with two entries, as given above), we are @@ -470,12 +453,10 @@

-

-

-
+

Details

-
+

GVariant

typedef struct _GVariant GVariant;

@@ -485,7 +466,7 @@

Since 2.24


-
+

g_variant_unref ()

void                g_variant_unref                     (GVariant *value);

@@ -503,9 +484,9 @@

Since 2.24


-
+

g_variant_ref ()

-
GVariant *                       g_variant_ref          (GVariant *value);
+
GVariant *          g_variant_ref                       (GVariant *value);

Increases the reference count of value.

@@ -527,9 +508,9 @@

Since 2.24


-
+

g_variant_ref_sink ()

-
GVariant *                       g_variant_ref_sink     (GVariant *value);
+
GVariant *          g_variant_ref_sink                  (GVariant *value);

GVariant uses a floating reference count system. All functions with names starting with g_variant_new_ return floating @@ -575,7 +556,7 @@

Since 2.24


-
+

g_variant_is_floating ()

gboolean            g_variant_is_floating               (GVariant *value);

@@ -608,9 +589,9 @@

Since 2.26


-
+

g_variant_get_type ()

-
const GVariantType *             g_variant_get_type     (GVariant *value);
+
const GVariantType * g_variant_get_type                 (GVariant *value);

Determines the type of value.

@@ -636,10 +617,9 @@

Since 2.24


-
+

g_variant_get_type_string ()

-
const gchar *                    g_variant_get_type_string
-                                                        (GVariant *value);
+
const gchar *       g_variant_get_type_string           (GVariant *value);

Returns the type string of value. Unlike the result of calling g_variant_type_peek_string(), this string is nul-terminated. This @@ -663,7 +643,7 @@

Since 2.24


-
+

g_variant_is_of_type ()

gboolean            g_variant_is_of_type                (GVariant *value,
                                                          const GVariantType *type);
@@ -694,7 +674,7 @@

Since 2.24


-
+

g_variant_is_container ()

gboolean            g_variant_is_container              (GVariant *value);

@@ -718,7 +698,7 @@


-
+

g_variant_compare ()

gint                g_variant_compare                   (gconstpointer one,
                                                          gconstpointer two);
@@ -772,7 +752,7 @@

Since 2.26


-
+

g_variant_classify ()

GVariantClass       g_variant_classify                  (GVariant *value);

@@ -796,7 +776,7 @@

Since 2.24


-
+

enum GVariantClass

typedef enum
 {
@@ -923,7 +903,7 @@
 

Since 2.24


-
+

g_variant_get ()

void                g_variant_get                       (GVariant *value,
                                                          const gchar *format_string,
@@ -965,7 +945,7 @@
 

Since 2.24


-
+

g_variant_get_va ()

void                g_variant_get_va                    (GVariant *value,
                                                          const gchar *format_string,
@@ -1025,9 +1005,9 @@
 

Since 2.24


-
+

g_variant_new ()

-
GVariant *                       g_variant_new          (const gchar *format_string,
+
GVariant *          g_variant_new                       (const gchar *format_string,
                                                          ...);

Creates a new GVariant instance. @@ -1070,9 +1050,9 @@

Since 2.24


-
+

g_variant_new_va ()

-
GVariant *                       g_variant_new_va       (const gchar *format_string,
+
GVariant *          g_variant_new_va                    (const gchar *format_string,
                                                          const gchar **endptr,
                                                          va_list *app);

@@ -1144,9 +1124,9 @@

Since 2.24


-
+

g_variant_new_boolean ()

-
GVariant *                       g_variant_new_boolean  (gboolean boolean);
+
GVariant *          g_variant_new_boolean               (gboolean boolean);

Creates a new boolean GVariant instance -- either TRUE or FALSE.

@@ -1168,9 +1148,9 @@

Since 2.24


-
+

g_variant_new_byte ()

-
GVariant *                       g_variant_new_byte     (guchar byte);
+
GVariant *          g_variant_new_byte                  (guchar byte);

Creates a new byte GVariant instance.

@@ -1192,9 +1172,9 @@

Since 2.24


-
+

g_variant_new_int16 ()

-
GVariant *                       g_variant_new_int16    (gint16 int16);
+
GVariant *          g_variant_new_int16                 (gint16 int16);

Creates a new int16 GVariant instance.

@@ -1216,9 +1196,9 @@

Since 2.24


-
+

g_variant_new_uint16 ()

-
GVariant *                       g_variant_new_uint16   (guint16 uint16);
+
GVariant *          g_variant_new_uint16                (guint16 uint16);

Creates a new uint16 GVariant instance.

@@ -1240,9 +1220,9 @@

Since 2.24


-
+

g_variant_new_int32 ()

-
GVariant *                       g_variant_new_int32    (gint32 int32);
+
GVariant *          g_variant_new_int32                 (gint32 int32);

Creates a new int32 GVariant instance.

@@ -1264,9 +1244,9 @@

Since 2.24


-
+

g_variant_new_uint32 ()

-
GVariant *                       g_variant_new_uint32   (guint32 uint32);
+
GVariant *          g_variant_new_uint32                (guint32 uint32);

Creates a new uint32 GVariant instance.

@@ -1288,9 +1268,9 @@

Since 2.24


-
+

g_variant_new_int64 ()

-
GVariant *                       g_variant_new_int64    (gint64 int64);
+
GVariant *          g_variant_new_int64                 (gint64 int64);

Creates a new int64 GVariant instance.

@@ -1312,9 +1292,9 @@

Since 2.24


-
+

g_variant_new_uint64 ()

-
GVariant *                       g_variant_new_uint64   (guint64 uint64);
+
GVariant *          g_variant_new_uint64                (guint64 uint64);

Creates a new uint64 GVariant instance.

@@ -1336,9 +1316,9 @@

Since 2.24


-
+

g_variant_new_handle ()

-
GVariant *                       g_variant_new_handle   (gint32 handle);
+
GVariant *          g_variant_new_handle                (gint32 handle);

Creates a new handle GVariant instance.

@@ -1365,9 +1345,9 @@

Since 2.24


-
+

g_variant_new_double ()

-
GVariant *                       g_variant_new_double   (gdouble floating);
+
GVariant *          g_variant_new_double                (gdouble floating);

Creates a new double GVariant instance.

@@ -1389,9 +1369,9 @@

Since 2.24


-
+

g_variant_new_string ()

-
GVariant *                       g_variant_new_string   (const gchar *string);
+
GVariant *          g_variant_new_string                (const gchar *string);

Creates a string GVariant with the contents of string.

@@ -1416,10 +1396,9 @@

Since 2.24


-
+

g_variant_new_object_path ()

-
GVariant *                       g_variant_new_object_path
-                                                        (const gchar *object_path);
+
GVariant *          g_variant_new_object_path           (const gchar *object_path);

Creates a DBus object path GVariant with the contents of string. string must be a valid DBus object path. Use @@ -1443,7 +1422,7 @@

Since 2.24


-
+

g_variant_is_object_path ()

gboolean            g_variant_is_object_path            (const gchar *string);

@@ -1476,10 +1455,9 @@

Since 2.24


-
+

g_variant_new_signature ()

-
GVariant *                       g_variant_new_signature
-                                                        (const gchar *signature);
+
GVariant *          g_variant_new_signature             (const gchar *signature);

Creates a DBus type signature GVariant with the contents of string. string must be a valid DBus type signature. Use @@ -1503,7 +1481,7 @@

Since 2.24


-
+

g_variant_is_signature ()

gboolean            g_variant_is_signature              (const gchar *string);

@@ -1534,9 +1512,9 @@

Since 2.24


-
+

g_variant_new_variant ()

-
GVariant *                       g_variant_new_variant  (GVariant *value);
+
GVariant *          g_variant_new_variant               (GVariant *value);

Boxes value. The result is a GVariant instance representing a variant containing the original value. @@ -1563,9 +1541,9 @@

Since 2.24


-
+

g_variant_new_strv ()

-
GVariant *                       g_variant_new_strv     (const gchar * const *strv,
+
GVariant *          g_variant_new_strv                  (const gchar * const *strv,
                                                          gssize length);

Constructs an array of strings GVariant from the given array of @@ -1597,10 +1575,9 @@

Since 2.24


-
+

g_variant_new_bytestring ()

-
GVariant *                       g_variant_new_bytestring
-                                                        (const gchar *string);
+
GVariant *          g_variant_new_bytestring            (const gchar *string);

Creates an array-of-bytes GVariant with the contents of string. This function is just like g_variant_new_string() except that the @@ -1628,10 +1605,9 @@

Since 2.26


-
+

g_variant_new_bytestring_array ()

-
GVariant *                       g_variant_new_bytestring_array
-                                                        (const gchar * const *strv,
+
GVariant *          g_variant_new_bytestring_array      (const gchar * const *strv,
                                                          gssize length);

Constructs an array of bytestring GVariant from the given array of @@ -1663,7 +1639,7 @@

Since 2.26


-
+

g_variant_get_boolean ()

gboolean            g_variant_get_boolean               (GVariant *value);

@@ -1692,7 +1668,7 @@

Since 2.24


-
+

g_variant_get_byte ()

guchar              g_variant_get_byte                  (GVariant *value);

@@ -1720,7 +1696,7 @@

Since 2.24


-
+

g_variant_get_int16 ()

gint16              g_variant_get_int16                 (GVariant *value);

@@ -1748,7 +1724,7 @@

Since 2.24


-
+

g_variant_get_uint16 ()

guint16             g_variant_get_uint16                (GVariant *value);

@@ -1776,7 +1752,7 @@

Since 2.24


-
+

g_variant_get_int32 ()

gint32              g_variant_get_int32                 (GVariant *value);

@@ -1804,7 +1780,7 @@

Since 2.24


-
+

g_variant_get_uint32 ()

guint32             g_variant_get_uint32                (GVariant *value);

@@ -1832,7 +1808,7 @@

Since 2.24


-
+

g_variant_get_int64 ()

gint64              g_variant_get_int64                 (GVariant *value);

@@ -1860,7 +1836,7 @@

Since 2.24


-
+

g_variant_get_uint64 ()

guint64             g_variant_get_uint64                (GVariant *value);

@@ -1888,7 +1864,7 @@

Since 2.24


-
+

g_variant_get_handle ()

gint32              g_variant_get_handle                (GVariant *value);

@@ -1921,7 +1897,7 @@

Since 2.24


-
+

g_variant_get_double ()

gdouble             g_variant_get_double                (GVariant *value);

@@ -1949,9 +1925,9 @@

Since 2.24


-
+

g_variant_get_string ()

-
const gchar *                    g_variant_get_string   (GVariant *value,
+
const gchar *       g_variant_get_string                (GVariant *value,
                                                          gsize *length);

Returns the string value of a GVariant instance with a string @@ -1997,9 +1973,9 @@

Since 2.24


-
+

g_variant_dup_string ()

-
gchar *                          g_variant_dup_string   (GVariant *value,
+
gchar *             g_variant_dup_string                (GVariant *value,
                                                          gsize *length);

Similar to g_variant_get_string() except that instead of returning @@ -2034,9 +2010,9 @@

Since 2.24


-
+

g_variant_get_variant ()

-
GVariant *                       g_variant_get_variant  (GVariant *value);
+
GVariant *          g_variant_get_variant               (GVariant *value);

Unboxes value. The result is the GVariant instance that was contained in value. @@ -2059,9 +2035,9 @@

Since 2.24


-
+

g_variant_get_strv ()

-
const gchar **                   g_variant_get_strv     (GVariant *value,
+
const gchar **      g_variant_get_strv                  (GVariant *value,
                                                          gsize *length);

Gets the contents of an array of strings GVariant. This call @@ -2101,9 +2077,9 @@

Since 2.24


-
+

g_variant_dup_strv ()

-
gchar **                         g_variant_dup_strv     (GVariant *value,
+
gchar **            g_variant_dup_strv                  (GVariant *value,
                                                          gsize *length);

Gets the contents of an array of strings GVariant. This call @@ -2142,10 +2118,9 @@

Since 2.24


-
+

g_variant_get_bytestring ()

-
const gchar *                    g_variant_get_bytestring
-                                                        (GVariant *value);
+
const gchar *       g_variant_get_bytestring            (GVariant *value);

Returns the string value of a GVariant instance with an array-of-bytes type. The string has no particular encoding. @@ -2185,10 +2160,9 @@

Since 2.26


-
+

g_variant_dup_bytestring ()

-
gchar *                          g_variant_dup_bytestring
-                                                        (GVariant *value,
+
gchar *             g_variant_dup_bytestring            (GVariant *value,
                                                          gsize *length);

Similar to g_variant_get_bytestring() except that instead of @@ -2221,10 +2195,9 @@

Since 2.26


-
+

g_variant_get_bytestring_array ()

-
const gchar **                   g_variant_get_bytestring_array
-                                                        (GVariant *value,
+
const gchar **      g_variant_get_bytestring_array      (GVariant *value,
                                                          gsize *length);

Gets the contents of an array of array of bytes GVariant. This call @@ -2263,10 +2236,9 @@

Since 2.26


-
+

g_variant_dup_bytestring_array ()

-
gchar **                         g_variant_dup_bytestring_array
-                                                        (GVariant *value,
+
gchar **            g_variant_dup_bytestring_array      (GVariant *value,
                                                          gsize *length);

Gets the contents of an array of array of bytes GVariant. This call @@ -2305,9 +2277,9 @@

Since 2.26


-
+

g_variant_new_maybe ()

-
GVariant *                       g_variant_new_maybe    (const GVariantType *child_type,
+
GVariant *          g_variant_new_maybe                 (const GVariantType *child_type,
                                                          GVariant *child);

Depending on if child is NULL, either wraps child inside of a @@ -2346,9 +2318,9 @@

Since 2.24


-
+

g_variant_new_array ()

-
GVariant *                       g_variant_new_array    (const GVariantType *child_type,
+
GVariant *          g_variant_new_array                 (const GVariantType *child_type,
                                                          GVariant * const *children,
                                                          gsize n_children);

@@ -2401,9 +2373,9 @@

Since 2.24


-
+

g_variant_new_tuple ()

-
GVariant *                       g_variant_new_tuple    (GVariant * const *children,
+
GVariant *          g_variant_new_tuple                 (GVariant * const *children,
                                                          gsize n_children);

Creates a new tuple GVariant out of the items in children. The @@ -2440,10 +2412,9 @@

Since 2.24


-
+

g_variant_new_dict_entry ()

-
GVariant *                       g_variant_new_dict_entry
-                                                        (GVariant *key,
+
GVariant *          g_variant_new_dict_entry            (GVariant *key,
                                                          GVariant *value);

Creates a new dictionary entry GVariant. key and value must be @@ -2479,9 +2450,9 @@

Since 2.24


-
+

g_variant_get_maybe ()

-
GVariant *                       g_variant_get_maybe    (GVariant *value);
+
GVariant *          g_variant_get_maybe                 (GVariant *value);

Given a maybe-typed GVariant instance, extract its value. If the value is Nothing, then this function returns NULL. @@ -2504,7 +2475,7 @@

Since 2.24


-
+

g_variant_n_children ()

gsize               g_variant_n_children                (GVariant *value);

@@ -2540,10 +2511,9 @@

Since 2.24


-
+

g_variant_get_child_value ()

-
GVariant *                       g_variant_get_child_value
-                                                        (GVariant *value,
+
GVariant *          g_variant_get_child_value           (GVariant *value,
                                                          gsize index_);

Reads a child item out of a container GVariant instance. This @@ -2581,7 +2551,7 @@

Since 2.24


-
+

g_variant_get_child ()

void                g_variant_get_child                 (GVariant *value,
                                                          gsize index_,
@@ -2621,7 +2591,7 @@
 

Since 2.24


-
+

g_variant_get_fixed_array ()

gconstpointer       g_variant_get_fixed_array           (GVariant *value,
                                                          gsize *n_elements,
@@ -2673,7 +2643,7 @@
 

Since 2.24


-
+

g_variant_get_size ()

gsize               g_variant_get_size                  (GVariant *value);

@@ -2709,7 +2679,7 @@

Since 2.24


-
+

g_variant_get_data ()

gconstpointer       g_variant_get_data                  (GVariant *value);

@@ -2749,7 +2719,7 @@

Since 2.24


-
+

g_variant_store ()

void                g_variant_store                     (GVariant *value,
                                                          gpointer data);
@@ -2783,10 +2753,9 @@

Since 2.24


-
+

g_variant_new_from_data ()

-
GVariant *                       g_variant_new_from_data
-                                                        (const GVariantType *type,
+
GVariant *          g_variant_new_from_data             (const GVariantType *type,
                                                          gconstpointer data,
                                                          gsize size,
                                                          gboolean trusted,
@@ -2862,9 +2831,9 @@
 

Since 2.24


-
+

g_variant_byteswap ()

-
GVariant *                       g_variant_byteswap     (GVariant *value);
+
GVariant *          g_variant_byteswap                  (GVariant *value);

Performs a byteswapping operation on the contents of value. The result is that all multi-byte numeric data contained in value is @@ -2898,10 +2867,9 @@

Since 2.24


-
+

g_variant_get_normal_form ()

-
GVariant *                       g_variant_get_normal_form
-                                                        (GVariant *value);
+
GVariant *          g_variant_get_normal_form           (GVariant *value);

Gets a GVariant instance that has the same value as value and is trusted to be in normal form. @@ -2942,7 +2910,7 @@

Since 2.24


-
+

g_variant_is_normal_form ()

gboolean            g_variant_is_normal_form            (GVariant *value);

@@ -2978,7 +2946,7 @@

Since 2.24


-
+

g_variant_hash ()

guint               g_variant_hash                      (gconstpointer value);

@@ -3012,7 +2980,7 @@

Since 2.24


-
+

g_variant_equal ()

gboolean            g_variant_equal                     (gconstpointer one,
                                                          gconstpointer two);
@@ -3047,9 +3015,9 @@

Since 2.24


-
+

g_variant_print ()

-
gchar *                          g_variant_print        (GVariant *value,
+
gchar *             g_variant_print                     (GVariant *value,
                                                          gboolean type_annotate);

Pretty-prints value in the format understood by g_variant_parse(). @@ -3082,9 +3050,9 @@


-
+

g_variant_print_string ()

-
GString *                        g_variant_print_string (GVariant *value,
+
GString *           g_variant_print_string              (GVariant *value,
                                                          GString *string,
                                                          gboolean type_annotate);

@@ -3124,7 +3092,7 @@

Since 2.24


-
+

GVariantIter

typedef struct {
 } GVariantIter;
@@ -3135,9 +3103,9 @@
 


-
+

g_variant_iter_copy ()

-
GVariantIter *                   g_variant_iter_copy    (GVariantIter *iter);
+
GVariantIter *      g_variant_iter_copy                 (GVariantIter *iter);

Creates a new heap-allocated GVariantIter to iterate over the container that was being iterated over by iter. Iteration begins on @@ -3170,7 +3138,7 @@

Since 2.24


-
+

g_variant_iter_free ()

void                g_variant_iter_free                 (GVariantIter *iter);

@@ -3189,7 +3157,7 @@

Since 2.24


-
+

g_variant_iter_init ()

gsize               g_variant_iter_init                 (GVariantIter *iter,
                                                          GVariant *value);
@@ -3225,7 +3193,7 @@

Since 2.24


-
+

g_variant_iter_n_children ()

gsize               g_variant_iter_n_children           (GVariantIter *iter);

@@ -3254,9 +3222,9 @@

Since 2.24


-
+

g_variant_iter_new ()

-
GVariantIter *                   g_variant_iter_new     (GVariant *value);
+
GVariantIter *      g_variant_iter_new                  (GVariant *value);

Creates a heap-allocated GVariantIter for iterating over the items in value. @@ -3287,10 +3255,9 @@

Since 2.24


-
+

g_variant_iter_next_value ()

-
GVariant *                       g_variant_iter_next_value
-                                                        (GVariantIter *iter);
+
GVariant *          g_variant_iter_next_value           (GVariantIter *iter);

Gets the next item in the container. If no more items remain then NULL is returned. @@ -3302,7 +3269,7 @@

-

Example 23. Iterating with g_variant_iter_next_value()

+

Example 23. Iterating with g_variant_iter_next_value()

@@ -3369,7 +3336,7 @@

Since 2.24


-
+

g_variant_iter_next ()

gboolean            g_variant_iter_next                 (GVariantIter *iter,
                                                          const gchar *format_string,
@@ -3394,7 +3361,7 @@
 

-

Example 24. Memory management with g_variant_iter_next()

+

Example 24. Memory management with g_variant_iter_next()

@@ -3479,7 +3446,7 @@

Since 2.24


-
+

g_variant_iter_loop ()

gboolean            g_variant_iter_loop                 (GVariantIter *iter,
                                                          const gchar *format_string,
@@ -3515,7 +3482,7 @@
 

-

Example 25. Memory management with g_variant_iter_loop()

+

Example 25. Memory management with g_variant_iter_loop()

@@ -3596,7 +3563,7 @@

Since 2.24


-
+

GVariantBuilder

typedef struct {
 } GVariantBuilder;
@@ -3614,7 +3581,7 @@
 


-
+

g_variant_builder_unref ()

void                g_variant_builder_unref             (GVariantBuilder *builder);

@@ -3639,9 +3606,9 @@

Since 2.24


-
+

g_variant_builder_ref ()

-
GVariantBuilder *                g_variant_builder_ref  (GVariantBuilder *builder);
+
GVariantBuilder *   g_variant_builder_ref               (GVariantBuilder *builder);

Increases the reference count on builder.

@@ -3667,9 +3634,9 @@

Since 2.24


-
+

g_variant_builder_new ()

-
GVariantBuilder *                g_variant_builder_new  (const GVariantType *type);
+
GVariantBuilder *   g_variant_builder_new               (const GVariantType *type);

Allocates and initialises a new GVariantBuilder.

@@ -3701,7 +3668,7 @@

Since 2.24


-
+

g_variant_builder_init ()

void                g_variant_builder_init              (GVariantBuilder *builder,
                                                          const GVariantType *type);
@@ -3759,7 +3726,7 @@

Since 2.24


-
+

g_variant_builder_clear ()

void                g_variant_builder_clear             (GVariantBuilder *builder);

@@ -3791,7 +3758,7 @@

Since 2.24


-
+

g_variant_builder_add_value ()

void                g_variant_builder_add_value         (GVariantBuilder *builder,
                                                          GVariant *value);
@@ -3823,7 +3790,7 @@

Since 2.24


-
+

g_variant_builder_add ()

void                g_variant_builder_add               (GVariantBuilder *builder,
                                                          const gchar *format_string,
@@ -3884,7 +3851,7 @@
 

Since 2.24


-
+

g_variant_builder_add_parsed ()

void                g_variant_builder_add_parsed        (GVariantBuilder *builder,
                                                          const gchar *format,
@@ -3941,9 +3908,9 @@
 

Since 2.26


-
+

g_variant_builder_end ()

-
GVariant *                       g_variant_builder_end  (GVariantBuilder *builder);
+
GVariant *          g_variant_builder_end               (GVariantBuilder *builder);

Ends the builder process and returns the constructed value.

@@ -3980,7 +3947,7 @@

Since 2.24


-
+

g_variant_builder_open ()

void                g_variant_builder_open              (GVariantBuilder *builder,
                                                          const GVariantType *type);
@@ -4011,7 +3978,7 @@

Since 2.24


-
+

g_variant_builder_close ()

void                g_variant_builder_close             (GVariantBuilder *builder);

@@ -4034,7 +4001,7 @@

Since 2.24


-
+

enum GVariantParseError

typedef enum
 {
@@ -4055,7 +4022,7 @@
 

-
+

G_VARIANT_PARSE_ERROR

#define G_VARIANT_PARSE_ERROR (g_variant_parser_get_error_quark ())
 
@@ -4066,9 +4033,9 @@


-
+

g_variant_parse ()

-
GVariant *                       g_variant_parse        (const GVariantType *type,
+
GVariant *          g_variant_parse                     (const GVariantType *type,
                                                          const gchar *text,
                                                          const gchar *limit,
                                                          const gchar **endptr,
@@ -4147,10 +4114,9 @@
 

-
+

g_variant_new_parsed_va ()

-
GVariant *                       g_variant_new_parsed_va
-                                                        (const gchar *format,
+
GVariant *          g_variant_new_parsed_va             (const gchar *format,
                                                          va_list *app);

Parses format and returns the result. @@ -4196,9 +4162,9 @@


-
+

g_variant_new_parsed ()

-
GVariant *                       g_variant_new_parsed   (const gchar *format,
+
GVariant *          g_variant_new_parsed                (const gchar *format,
                                                          ...);

Parses format and returns the result. @@ -4266,13 +4232,13 @@

-
+

See Also

GVariantType
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-GVariantType.html glib2.0-2.26.1/docs/reference/glib/html/glib-GVariantType.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-GVariantType.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-GVariantType.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ GVariantType - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -69,18 +69,16 @@
 
 #define             G_VARIANT_TYPE                      (type_string)
 void                g_variant_type_free                 (GVariantType *type);
-GVariantType *                   g_variant_type_copy    (const GVariantType *type);
-GVariantType *                   g_variant_type_new     (const gchar *type_string);
+GVariantType *      g_variant_type_copy                 (const GVariantType *type);
+GVariantType *      g_variant_type_new                  (const gchar *type_string);
 
 gboolean            g_variant_type_string_is_valid      (const gchar *type_string);
 gboolean            g_variant_type_string_scan          (const gchar *string,
                                                          const gchar *limit,
                                                          const gchar **endptr);
 gsize               g_variant_type_get_string_length    (const GVariantType *type);
-const gchar *                    g_variant_type_peek_string
-                                                        (const GVariantType *type);
-gchar *                          g_variant_type_dup_string
-                                                        (const GVariantType *type);
+const gchar *       g_variant_type_peek_string          (const GVariantType *type);
+gchar *             g_variant_type_dup_string           (const GVariantType *type);
 
 gboolean            g_variant_type_is_definite          (const GVariantType *type);
 gboolean            g_variant_type_is_container         (const GVariantType *type);
@@ -97,26 +95,22 @@
 gboolean            g_variant_type_is_subtype_of        (const GVariantType *type,
                                                          const GVariantType *supertype);
 
-GVariantType *                   g_variant_type_new_maybe
-                                                        (const GVariantType *element);
-GVariantType *                   g_variant_type_new_array
-                                                        (const GVariantType *element);
-GVariantType *                   g_variant_type_new_tuple
-                                                        (const GVariantType * const *items,
+GVariantType *      g_variant_type_new_maybe            (const GVariantType *element);
+GVariantType *      g_variant_type_new_array            (const GVariantType *element);
+GVariantType *      g_variant_type_new_tuple            (const GVariantType * const *items,
                                                          gint length);
-GVariantType *                   g_variant_type_new_dict_entry
-                                                        (const GVariantType *key,
+GVariantType *      g_variant_type_new_dict_entry       (const GVariantType *key,
                                                          const GVariantType *value);
 
-const GVariantType *             g_variant_type_element (const GVariantType *type);
+const GVariantType * g_variant_type_element             (const GVariantType *type);
 gsize               g_variant_type_n_items              (const GVariantType *type);
-const GVariantType *             g_variant_type_first   (const GVariantType *type);
-const GVariantType *             g_variant_type_next    (const GVariantType *type);
-const GVariantType *             g_variant_type_key     (const GVariantType *type);
-const GVariantType *             g_variant_type_value   (const GVariantType *type);
+const GVariantType * g_variant_type_first               (const GVariantType *type);
+const GVariantType * g_variant_type_next                (const GVariantType *type);
+const GVariantType * g_variant_type_key                 (const GVariantType *type);
+const GVariantType * g_variant_type_value               (const GVariantType *type);
 
-
+

Description

This section introduces the GVariant type system. It is based, in @@ -184,9 +178,7 @@

A detailed description of GVariant type strings is given here:

-

-

-
+

GVariant Type Strings

A GVariant type string can be any of the following: @@ -562,12 +554,10 @@ "{**}" is not a valid type string.

-

-

-
+

Details

-
+

GVariantType

typedef struct _GVariantType GVariantType;

@@ -580,7 +570,7 @@


-
+

G_VARIANT_TYPE_BOOLEAN

#define G_VARIANT_TYPE_BOOLEAN              ((const GVariantType *) "b")
 
@@ -589,7 +579,7 @@


-
+

G_VARIANT_TYPE_BYTE

#define G_VARIANT_TYPE_BYTE                 ((const GVariantType *) "y")
 
@@ -598,7 +588,7 @@


-
+

G_VARIANT_TYPE_INT16

#define G_VARIANT_TYPE_INT16                ((const GVariantType *) "n")
 
@@ -607,7 +597,7 @@


-
+

G_VARIANT_TYPE_UINT16

#define G_VARIANT_TYPE_UINT16               ((const GVariantType *) "q")
 
@@ -617,7 +607,7 @@


-
+

G_VARIANT_TYPE_INT32

#define G_VARIANT_TYPE_INT32                ((const GVariantType *) "i")
 
@@ -627,7 +617,7 @@


-
+

G_VARIANT_TYPE_UINT32

#define G_VARIANT_TYPE_UINT32               ((const GVariantType *) "u")
 
@@ -637,7 +627,7 @@


-
+

G_VARIANT_TYPE_INT64

#define G_VARIANT_TYPE_INT64                ((const GVariantType *) "x")
 
@@ -647,7 +637,7 @@


-
+

G_VARIANT_TYPE_UINT64

#define G_VARIANT_TYPE_UINT64               ((const GVariantType *) "t")
 
@@ -658,7 +648,7 @@


-
+

G_VARIANT_TYPE_HANDLE

#define G_VARIANT_TYPE_HANDLE               ((const GVariantType *) "h")
 
@@ -673,7 +663,7 @@


-
+

G_VARIANT_TYPE_DOUBLE

#define G_VARIANT_TYPE_DOUBLE               ((const GVariantType *) "d")
 
@@ -686,7 +676,7 @@


-
+

G_VARIANT_TYPE_STRING

#define G_VARIANT_TYPE_STRING               ((const GVariantType *) "s")
 
@@ -695,7 +685,7 @@


-
+

G_VARIANT_TYPE_OBJECT_PATH

#define G_VARIANT_TYPE_OBJECT_PATH          ((const GVariantType *) "o")
 
@@ -711,7 +701,7 @@


-
+

G_VARIANT_TYPE_SIGNATURE

#define G_VARIANT_TYPE_SIGNATURE            ((const GVariantType *) "g")
 
@@ -726,7 +716,7 @@


-
+

G_VARIANT_TYPE_VARIANT

#define G_VARIANT_TYPE_VARIANT              ((const GVariantType *) "v")
 
@@ -736,7 +726,7 @@


-
+

G_VARIANT_TYPE_ANY

#define G_VARIANT_TYPE_ANY                  ((const GVariantType *) "*")
 
@@ -746,7 +736,7 @@


-
+

G_VARIANT_TYPE_BASIC

#define G_VARIANT_TYPE_BASIC                ((const GVariantType *) "?")
 
@@ -756,7 +746,7 @@


-
+

G_VARIANT_TYPE_MAYBE

#define G_VARIANT_TYPE_MAYBE                ((const GVariantType *) "m*")
 
@@ -765,7 +755,7 @@


-
+

G_VARIANT_TYPE_ARRAY

#define G_VARIANT_TYPE_ARRAY                ((const GVariantType *) "a*")
 
@@ -774,7 +764,7 @@


-
+

G_VARIANT_TYPE_TUPLE

#define G_VARIANT_TYPE_TUPLE                ((const GVariantType *) "r")
 
@@ -784,7 +774,7 @@


-
+

G_VARIANT_TYPE_UNIT

#define G_VARIANT_TYPE_UNIT                 ((const GVariantType *) "()")
 
@@ -794,7 +784,7 @@


-
+

G_VARIANT_TYPE_DICT_ENTRY

#define G_VARIANT_TYPE_DICT_ENTRY           ((const GVariantType *) "{?*}")
 
@@ -804,7 +794,7 @@


-
+

G_VARIANT_TYPE_DICTIONARY

#define G_VARIANT_TYPE_DICTIONARY           ((const GVariantType *) "a{?*}")
 
@@ -815,7 +805,7 @@


-
+

G_VARIANT_TYPE_STRING_ARRAY

#define G_VARIANT_TYPE_STRING_ARRAY         ((const GVariantType *) "as")
 
@@ -824,7 +814,7 @@


-
+

G_VARIANT_TYPE_BYTESTRING

#define G_VARIANT_TYPE_BYTESTRING           ((const GVariantType *) "ay")
 
@@ -836,7 +826,7 @@


-
+

G_VARIANT_TYPE_BYTESTRING_ARRAY

#define G_VARIANT_TYPE_BYTESTRING_ARRAY     ((const GVariantType *) "aay")
 
@@ -845,7 +835,7 @@


-
+

G_VARIANT_TYPE()

#define             G_VARIANT_TYPE(type_string)

@@ -870,7 +860,7 @@


-
+

g_variant_type_free ()

void                g_variant_type_free                 (GVariantType *type);

@@ -894,9 +884,9 @@


-
+

g_variant_type_copy ()

-
GVariantType *                   g_variant_type_copy    (const GVariantType *type);
+
GVariantType *      g_variant_type_copy                 (const GVariantType *type);

Makes a copy of a GVariantType. It is appropriate to call g_variant_type_free() on the return value. type may not be NULL. @@ -921,9 +911,9 @@


-
+

g_variant_type_new ()

-
GVariantType *                   g_variant_type_new     (const gchar *type_string);
+
GVariantType *      g_variant_type_new                  (const gchar *type_string);

Creates a new GVariantType corresponding to the type string given by type_string. It is appropriate to call g_variant_type_free() on @@ -951,7 +941,7 @@

Since 2.24


-
+

g_variant_type_string_is_valid ()

gboolean            g_variant_type_string_is_valid      (const gchar *type_string);

@@ -980,7 +970,7 @@


-
+

g_variant_type_string_scan ()

gboolean            g_variant_type_string_scan          (const gchar *string,
                                                          const gchar *limit,
@@ -1032,7 +1022,7 @@
 

Since 2.24


-
+

g_variant_type_get_string_length ()

gsize               g_variant_type_get_string_length    (const GVariantType *type);

@@ -1060,10 +1050,9 @@


-
+

g_variant_type_peek_string ()

-
const gchar *                    g_variant_type_peek_string
-                                                        (const GVariantType *type);
+
const gchar *       g_variant_type_peek_string          (const GVariantType *type);

Returns the type string corresponding to the given type. The result is not nul-terminated; in order to determine its length you @@ -1092,10 +1081,9 @@


-
+

g_variant_type_dup_string ()

-
gchar *                          g_variant_type_dup_string
-                                                        (const GVariantType *type);
+
gchar *             g_variant_type_dup_string           (const GVariantType *type);

Returns a newly-allocated copy of the type string corresponding to type. The returned string is nul-terminated. It is appropriate to @@ -1121,7 +1109,7 @@


-
+

g_variant_type_is_definite ()

gboolean            g_variant_type_is_definite          (const GVariantType *type);

@@ -1159,7 +1147,7 @@


-
+

g_variant_type_is_container ()

gboolean            g_variant_type_is_container         (const GVariantType *type);

@@ -1195,7 +1183,7 @@


-
+

g_variant_type_is_basic ()

gboolean            g_variant_type_is_basic             (const GVariantType *type);

@@ -1233,7 +1221,7 @@


-
+

g_variant_type_is_maybe ()

gboolean            g_variant_type_is_maybe             (const GVariantType *type);

@@ -1266,7 +1254,7 @@


-
+

g_variant_type_is_array ()

gboolean            g_variant_type_is_array             (const GVariantType *type);

@@ -1299,7 +1287,7 @@


-
+

g_variant_type_is_tuple ()

gboolean            g_variant_type_is_tuple             (const GVariantType *type);

@@ -1333,7 +1321,7 @@


-
+

g_variant_type_is_dict_entry ()

gboolean            g_variant_type_is_dict_entry        (const GVariantType *type);

@@ -1366,7 +1354,7 @@


-
+

g_variant_type_is_variant ()

gboolean            g_variant_type_is_variant           (const GVariantType *type);

@@ -1393,7 +1381,7 @@


-
+

g_variant_type_hash ()

guint               g_variant_type_hash                 (gconstpointer type);

@@ -1424,7 +1412,7 @@


-
+

g_variant_type_equal ()

gboolean            g_variant_type_equal                (gconstpointer type1,
                                                          gconstpointer type2);
@@ -1468,7 +1456,7 @@

-
+

g_variant_type_is_subtype_of ()

gboolean            g_variant_type_is_subtype_of        (const GVariantType *type,
                                                          const GVariantType *supertype);
@@ -1506,10 +1494,9 @@

-
+

g_variant_type_new_maybe ()

-
GVariantType *                   g_variant_type_new_maybe
-                                                        (const GVariantType *element);
+
GVariantType *      g_variant_type_new_maybe            (const GVariantType *element);

Constructs the type corresponding to a maybe instance containing type type or Nothing. @@ -1537,10 +1524,9 @@


-
+

g_variant_type_new_array ()

-
GVariantType *                   g_variant_type_new_array
-                                                        (const GVariantType *element);
+
GVariantType *      g_variant_type_new_array            (const GVariantType *element);

Constructs the type corresponding to an array of elements of the type type. @@ -1568,10 +1554,9 @@


-
+

g_variant_type_new_tuple ()

-
GVariantType *                   g_variant_type_new_tuple
-                                                        (const GVariantType * const *items,
+
GVariantType *      g_variant_type_new_tuple            (const GVariantType * const *items,
                                                          gint length);

Constructs a new tuple type, from items. @@ -1608,10 +1593,9 @@


-
+

g_variant_type_new_dict_entry ()

-
GVariantType *                   g_variant_type_new_dict_entry
-                                                        (const GVariantType *key,
+
GVariantType *      g_variant_type_new_dict_entry       (const GVariantType *key,
                                                          const GVariantType *value);

Constructs the type corresponding to a dictionary entry with a key @@ -1645,9 +1629,9 @@


-
+

g_variant_type_element ()

-
const GVariantType *             g_variant_type_element (const GVariantType *type);
+
const GVariantType * g_variant_type_element             (const GVariantType *type);

Determines the element type of an array or maybe type.

@@ -1674,7 +1658,7 @@

-
+

g_variant_type_n_items ()

gsize               g_variant_type_n_items              (const GVariantType *type);

@@ -1710,9 +1694,9 @@


-
+

g_variant_type_first ()

-
const GVariantType *             g_variant_type_first   (const GVariantType *type);
+
const GVariantType * g_variant_type_first               (const GVariantType *type);

Determines the first item type of a tuple or dictionary entry type. @@ -1753,9 +1737,9 @@


-
+

g_variant_type_next ()

-
const GVariantType *             g_variant_type_next    (const GVariantType *type);
+
const GVariantType * g_variant_type_next                (const GVariantType *type);

Determines the next item type of a tuple or dictionary entry type. @@ -1792,9 +1776,9 @@


-
+

g_variant_type_key ()

-
const GVariantType *             g_variant_type_key     (const GVariantType *type);
+
const GVariantType * g_variant_type_key                 (const GVariantType *type);

Determines the key type of a dictionary entry type.

@@ -1823,9 +1807,9 @@

-
+

g_variant_type_value ()

-
const GVariantType *             g_variant_type_value   (const GVariantType *type);
+
const GVariantType * g_variant_type_value               (const GVariantType *type);

Determines the value type of a dictionary entry type.

@@ -1852,13 +1836,13 @@
-
+
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Hash-Tables.html glib2.0-2.26.1/docs/reference/glib/html/glib-Hash-Tables.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Hash-Tables.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Hash-Tables.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Hash Tables - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -36,15 +36,15 @@
-
+

Synopsis

 #include <glib.h>
 
                     GHashTable;
-GHashTable *        g_hash_table_new                    (GHashFunc hash_func,
+GHashTable*         g_hash_table_new                    (GHashFunc hash_func,
                                                          GEqualFunc key_equal_func);
-GHashTable *        g_hash_table_new_full               (GHashFunc hash_func,
+GHashTable*         g_hash_table_new_full               (GHashFunc hash_func,
                                                          GEqualFunc key_equal_func,
                                                          GDestroyNotify key_destroy_func,
                                                          GDestroyNotify value_destroy_func);
@@ -93,7 +93,7 @@
 #define             g_hash_table_freeze                 (hash_table)
 #define             g_hash_table_thaw                   (hash_table)
 void                g_hash_table_destroy                (GHashTable *hash_table);
-GHashTable *        g_hash_table_ref                    (GHashTable *hash_table);
+GHashTable*         g_hash_table_ref                    (GHashTable *hash_table);
 void                g_hash_table_unref                  (GHashTable *hash_table);
                     GHashTableIter;
 void                g_hash_table_iter_init              (GHashTableIter *iter,
@@ -101,7 +101,7 @@
 gboolean            g_hash_table_iter_next              (GHashTableIter *iter,
                                                          gpointer *key,
                                                          gpointer *value);
-GHashTable *        g_hash_table_iter_get_hash_table    (GHashTableIter *iter);
+GHashTable*         g_hash_table_iter_get_hash_table    (GHashTableIter *iter);
 void                g_hash_table_iter_remove            (GHashTableIter *iter);
 void                g_hash_table_iter_steal             (GHashTableIter *iter);
 
@@ -122,7 +122,7 @@
 guint               g_str_hash                          (gconstpointer v);
 
-
+

Description

A GHashTable provides associations between keys and values which is @@ -167,9 +167,9 @@ To destroy a GHashTable use g_hash_table_destroy().

-
+

Details

-
+

GHashTable

typedef struct _GHashTable GHashTable;

@@ -179,9 +179,9 @@


-
+

g_hash_table_new ()

-
GHashTable *        g_hash_table_new                    (GHashFunc hash_func,
+
GHashTable*         g_hash_table_new                    (GHashFunc hash_func,
                                                          GEqualFunc key_equal_func);

Creates a new GHashTable with a reference count of 1. @@ -218,9 +218,9 @@


-
+

g_hash_table_new_full ()

-
GHashTable *        g_hash_table_new_full               (GHashFunc hash_func,
+
GHashTable*         g_hash_table_new_full               (GHashFunc hash_func,
                                                          GEqualFunc key_equal_func,
                                                          GDestroyNotify key_destroy_func,
                                                          GDestroyNotify value_destroy_func);
@@ -265,7 +265,7 @@

-
+

GHashFunc ()

guint               (*GHashFunc)                        (gconstpointer key);

@@ -302,7 +302,7 @@


-
+

GEqualFunc ()

gboolean            (*GEqualFunc)                       (gconstpointer a,
                                                          gconstpointer b);
@@ -334,7 +334,7 @@

-
+

g_hash_table_insert ()

void                g_hash_table_insert                 (GHashTable *hash_table,
                                                          gpointer key,
@@ -371,7 +371,7 @@
 

-
+

g_hash_table_replace ()

void                g_hash_table_replace                (GHashTable *hash_table,
                                                          gpointer key,
@@ -406,7 +406,7 @@
 

-
+

g_hash_table_size ()

guint               g_hash_table_size                   (GHashTable *hash_table);

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


-
+

g_hash_table_lookup ()

gpointer            g_hash_table_lookup                 (GHashTable *hash_table,
                                                          gconstpointer key);
@@ -461,7 +461,7 @@

-
+

g_hash_table_lookup_extended ()

gboolean            g_hash_table_lookup_extended        (GHashTable *hash_table,
                                                          gconstpointer lookup_key,
@@ -509,7 +509,7 @@
 

-
+

g_hash_table_foreach ()

void                g_hash_table_foreach                (GHashTable *hash_table,
                                                          GHFunc func,
@@ -548,7 +548,7 @@
 

-
+

g_hash_table_find ()

gpointer            g_hash_table_find                   (GHashTable *hash_table,
                                                          GHRFunc predicate,
@@ -600,7 +600,7 @@
 

Since 2.4


-
+

GHFunc ()

void                (*GHFunc)                           (gpointer key,
                                                          gpointer value,
@@ -632,7 +632,7 @@
 

-
+

g_hash_table_remove ()

gboolean            g_hash_table_remove                 (GHashTable *hash_table,
                                                          gconstpointer key);
@@ -667,7 +667,7 @@

-
+

g_hash_table_steal ()

gboolean            g_hash_table_steal                  (GHashTable *hash_table,
                                                          gconstpointer key);
@@ -697,7 +697,7 @@

-
+

g_hash_table_foreach_remove ()

guint               g_hash_table_foreach_remove         (GHashTable *hash_table,
                                                          GHRFunc func,
@@ -740,7 +740,7 @@
 

-
+

g_hash_table_foreach_steal ()

guint               g_hash_table_foreach_steal          (GHashTable *hash_table,
                                                          GHRFunc func,
@@ -781,7 +781,7 @@
 

-
+

g_hash_table_remove_all ()

void                g_hash_table_remove_all             (GHashTable *hash_table);

@@ -804,7 +804,7 @@

Since 2.12


-
+

g_hash_table_steal_all ()

void                g_hash_table_steal_all              (GHashTable *hash_table);

@@ -822,7 +822,7 @@

Since 2.12


-
+

g_hash_table_get_keys ()

GList *             g_hash_table_get_keys               (GHashTable *hash_table);

@@ -851,7 +851,7 @@

Since 2.14


-
+

g_hash_table_get_values ()

GList *             g_hash_table_get_values             (GHashTable *hash_table);

@@ -880,7 +880,7 @@

Since 2.14


-
+

GHRFunc ()

gboolean            (*GHRFunc)                          (gpointer key,
                                                          gpointer value,
@@ -921,10 +921,10 @@
 

-
+

g_hash_table_freeze()

#define             g_hash_table_freeze(hash_table)
-
+

Warning

g_hash_table_freeze is deprecated and should not be used in newly-written code.

@@ -942,10 +942,10 @@

-
+

g_hash_table_thaw()

#define             g_hash_table_thaw(hash_table)
-
+

Warning

g_hash_table_thaw is deprecated and should not be used in newly-written code.

@@ -963,7 +963,7 @@

-
+

g_hash_table_destroy ()

void                g_hash_table_destroy                (GHashTable *hash_table);

@@ -984,9 +984,9 @@


-
+

g_hash_table_ref ()

-
GHashTable *        g_hash_table_ref                    (GHashTable *hash_table);
+
GHashTable*         g_hash_table_ref                    (GHashTable *hash_table);

Atomically increments the reference count of hash_table by one. This function is MT-safe and may be called from any thread. @@ -1010,7 +1010,7 @@

Since 2.10


-
+

g_hash_table_unref ()

void                g_hash_table_unref                  (GHashTable *hash_table);

@@ -1030,7 +1030,7 @@

Since 2.10


-
+

GHashTableIter

typedef struct {
 } GHashTableIter;
@@ -1043,7 +1043,7 @@
 


-
+

g_hash_table_iter_init ()

void                g_hash_table_iter_init              (GHashTableIter *iter,
                                                          GHashTable *hash_table);
@@ -1097,7 +1097,7 @@

Since 2.16


-
+

g_hash_table_iter_next ()

gboolean            g_hash_table_iter_next              (GHashTableIter *iter,
                                                          gpointer *key,
@@ -1136,9 +1136,9 @@
 

Since 2.16


-
+

g_hash_table_iter_get_hash_table ()

-
GHashTable *        g_hash_table_iter_get_hash_table    (GHashTableIter *iter);
+
GHashTable*         g_hash_table_iter_get_hash_table    (GHashTableIter *iter);

Returns the GHashTable associated with iter.

@@ -1161,7 +1161,7 @@

Since 2.16


-
+

g_hash_table_iter_remove ()

void                g_hash_table_iter_remove            (GHashTableIter *iter);

@@ -1187,7 +1187,7 @@

Since 2.16


-
+

g_hash_table_iter_steal ()

void                g_hash_table_iter_steal             (GHashTableIter *iter);

@@ -1208,7 +1208,7 @@

Since 2.16


-
+

g_direct_equal ()

gboolean            g_direct_equal                      (gconstpointer v1,
                                                          gconstpointer v2);
@@ -1239,7 +1239,7 @@

-
+

g_direct_hash ()

guint               g_direct_hash                       (gconstpointer v);

@@ -1264,7 +1264,7 @@


-
+

g_int_equal ()

gboolean            g_int_equal                         (gconstpointer v1,
                                                          gconstpointer v2);
@@ -1296,7 +1296,7 @@

-
+

g_int_hash ()

guint               g_int_hash                          (gconstpointer v);

@@ -1321,7 +1321,7 @@


-
+

g_int64_equal ()

gboolean            g_int64_equal                       (gconstpointer v1,
                                                          gconstpointer v2);
@@ -1355,7 +1355,7 @@

Since 2.22


-
+

g_int64_hash ()

guint               g_int64_hash                        (gconstpointer v);

@@ -1382,7 +1382,7 @@

Since 2.22


-
+

g_double_equal ()

gboolean            g_double_equal                      (gconstpointer v1,
                                                          gconstpointer v2);
@@ -1416,7 +1416,7 @@

Since 2.22


-
+

g_double_hash ()

guint               g_double_hash                       (gconstpointer v);

@@ -1443,7 +1443,7 @@

Since 2.22


-
+

g_str_equal ()

gboolean            g_str_equal                         (gconstpointer v1,
                                                          gconstpointer v2);
@@ -1479,7 +1479,7 @@

-
+

g_str_hash ()

guint               g_str_hash                          (gconstpointer v);

@@ -1507,6 +1507,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Hook-Functions.html glib2.0-2.26.1/docs/reference/glib/html/glib-Hook-Functions.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Hook-Functions.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Hook-Functions.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Hook Functions - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -67,7 +67,7 @@
                                                          gpointer marshal_data);
 void                g_hook_list_clear                   (GHookList *hook_list);
 
-GHook *	            g_hook_alloc                        (GHookList *hook_list);
+GHook*              g_hook_alloc                        (GHookList *hook_list);
 #define             g_hook_append                       (hook_list,
                                                          hook)
 void                g_hook_prepend                      (GHookList *hook_list,
@@ -83,28 +83,28 @@
 gint                g_hook_compare_ids                  (GHook *new_hook,
                                                          GHook *sibling);
 
-GHook *	            g_hook_get                          (GHookList *hook_list,
+GHook*              g_hook_get                          (GHookList *hook_list,
                                                          gulong hook_id);
-GHook *	            g_hook_find                         (GHookList *hook_list,
+GHook*              g_hook_find                         (GHookList *hook_list,
                                                          gboolean need_valids,
                                                          GHookFindFunc func,
                                                          gpointer data);
 gboolean            (*GHookFindFunc)                    (GHook *hook,
                                                          gpointer data);
-GHook *	            g_hook_find_data                    (GHookList *hook_list,
+GHook*              g_hook_find_data                    (GHookList *hook_list,
                                                          gboolean need_valids,
                                                          gpointer data);
-GHook *	            g_hook_find_func                    (GHookList *hook_list,
+GHook*              g_hook_find_func                    (GHookList *hook_list,
                                                          gboolean need_valids,
                                                          gpointer func);
-GHook *	            g_hook_find_func_data               (GHookList *hook_list,
+GHook*              g_hook_find_func_data               (GHookList *hook_list,
                                                          gboolean need_valids,
                                                          gpointer func,
                                                          gpointer data);
 
-GHook *	            g_hook_first_valid                  (GHookList *hook_list,
+GHook*              g_hook_first_valid                  (GHookList *hook_list,
                                                          gboolean may_be_in_call);
-GHook *	            g_hook_next_valid                   (GHookList *hook_list,
+GHook*              g_hook_next_valid                   (GHookList *hook_list,
                                                          GHook *hook,
                                                          gboolean may_be_in_call);
 enum                GHookFlagMask;
@@ -117,7 +117,7 @@
 #define             G_HOOK_IN_CALL                      (hook)
 #define             G_HOOK_IS_UNLINKED                  (hook)
 
-GHook *	            g_hook_ref                          (GHookList *hook_list,
+GHook *             g_hook_ref                          (GHookList *hook_list,
                                                          GHook *hook);
 void                g_hook_unref                        (GHookList *hook_list,
                                                          GHook *hook);
@@ -129,7 +129,7 @@
                                                          GHook *hook);
 
-
+

Description

The GHookList, GHook and their related functions provide support for @@ -137,9 +137,9 @@ and the list of hook functions can be invoked.

-
+

Details

-
+

GHookList

typedef struct {
   gulong	    seq_id;
@@ -198,7 +198,7 @@
 

-
+

GHookFinalizeFunc ()

void                (*GHookFinalizeFunc)                (GHookList *hook_list,
                                                          GHook *hook);
@@ -223,7 +223,7 @@

-
+

GHook

typedef struct {
   gpointer	 data;
@@ -290,7 +290,7 @@
 

-
+

GHookFunc ()

void                (*GHookFunc)                        (gpointer data);

@@ -307,7 +307,7 @@


-
+

GHookCheckFunc ()

gboolean            (*GHookCheckFunc)                   (gpointer data);

@@ -332,7 +332,7 @@


-
+

g_hook_list_init ()

void                g_hook_list_init                    (GHookList *hook_list,
                                                          guint hook_size);
@@ -358,7 +358,7 @@

-
+

g_hook_list_invoke ()

void                g_hook_list_invoke                  (GHookList *hook_list,
                                                          gboolean may_recurse);
@@ -384,7 +384,7 @@

-
+

g_hook_list_invoke_check ()

void                g_hook_list_invoke_check            (GHookList *hook_list,
                                                          gboolean may_recurse);
@@ -411,7 +411,7 @@

-
+

g_hook_list_marshal ()

void                g_hook_list_marshal                 (GHookList *hook_list,
                                                          gboolean may_recurse,
@@ -449,7 +449,7 @@
 

-
+

GHookMarshaller ()

void                (*GHookMarshaller)                  (GHook *hook,
                                                          gpointer marshal_data);
@@ -473,7 +473,7 @@

-
+

g_hook_list_marshal_check ()

void                g_hook_list_marshal_check           (GHookList *hook_list,
                                                          gboolean may_recurse,
@@ -512,7 +512,7 @@
 

-
+

GHookCheckMarshaller ()

gboolean            (*GHookCheckMarshaller)             (GHook *hook,
                                                          gpointer marshal_data);
@@ -542,7 +542,7 @@

-
+

g_hook_list_clear ()

void                g_hook_list_clear                   (GHookList *hook_list);

@@ -558,9 +558,9 @@


-
+

g_hook_alloc ()

-
GHook *	            g_hook_alloc                        (GHookList *hook_list);
+
GHook*              g_hook_alloc                        (GHookList *hook_list);

Allocates space for a GHook and initializes it.

@@ -581,7 +581,7 @@

-
+

g_hook_append()

#define             g_hook_append( hook_list, hook )

@@ -604,7 +604,7 @@


-
+

g_hook_prepend ()

void                g_hook_prepend                      (GHookList *hook_list,
                                                          GHook *hook);
@@ -628,7 +628,7 @@

-
+

g_hook_insert_before ()

void                g_hook_insert_before                (GHookList *hook_list,
                                                          GHook *sibling,
@@ -658,7 +658,7 @@
 

-
+

g_hook_insert_sorted ()

void                g_hook_insert_sorted                (GHookList *hook_list,
                                                          GHook *hook,
@@ -688,7 +688,7 @@
 

-
+

GHookCompareFunc ()

gint                (*GHookCompareFunc)                 (GHook *new_hook,
                                                          GHook *sibling);
@@ -718,7 +718,7 @@

-
+

g_hook_compare_ids ()

gint                g_hook_compare_ids                  (GHook *new_hook,
                                                          GHook *sibling);
@@ -748,9 +748,9 @@

-
+

g_hook_get ()

-
GHook *	            g_hook_get                          (GHookList *hook_list,
+
GHook*              g_hook_get                          (GHookList *hook_list,
                                                          gulong hook_id);

Returns the GHook with the given id, or NULL if it is not found. @@ -777,9 +777,9 @@


-
+

g_hook_find ()

-
GHook *	            g_hook_find                         (GHookList *hook_list,
+
GHook*              g_hook_find                         (GHookList *hook_list,
                                                          gboolean need_valids,
                                                          GHookFindFunc func,
                                                          gpointer data);
@@ -821,7 +821,7 @@

-
+

GHookFindFunc ()

gboolean            (*GHookFindFunc)                    (GHook *hook,
                                                          gpointer data);
@@ -851,9 +851,9 @@

-
+

g_hook_find_data ()

-
GHook *	            g_hook_find_data                    (GHookList *hook_list,
+
GHook*              g_hook_find_data                    (GHookList *hook_list,
                                                          gboolean need_valids,
                                                          gpointer data);

@@ -889,9 +889,9 @@


-
+

g_hook_find_func ()

-
GHook *	            g_hook_find_func                    (GHookList *hook_list,
+
GHook*              g_hook_find_func                    (GHookList *hook_list,
                                                          gboolean need_valids,
                                                          gpointer func);

@@ -927,9 +927,9 @@


-
+

g_hook_find_func_data ()

-
GHook *	            g_hook_find_func_data               (GHookList *hook_list,
+
GHook*              g_hook_find_func_data               (GHookList *hook_list,
                                                          gboolean need_valids,
                                                          gpointer func,
                                                          gpointer data);
@@ -971,9 +971,9 @@

-
+

g_hook_first_valid ()

-
GHook *	            g_hook_first_valid                  (GHookList *hook_list,
+
GHook*              g_hook_first_valid                  (GHookList *hook_list,
                                                          gboolean may_be_in_call);

Returns the first GHook in a GHookList which has not been destroyed. @@ -1005,9 +1005,9 @@


-
+

g_hook_next_valid ()

-
GHook *	            g_hook_next_valid                   (GHookList *hook_list,
+
GHook*              g_hook_next_valid                   (GHookList *hook_list,
                                                          GHook *hook,
                                                          gboolean may_be_in_call);

@@ -1045,7 +1045,7 @@


-
+

enum GHookFlagMask

typedef enum
 {
@@ -1080,7 +1080,7 @@
 

-
+

G_HOOK_FLAGS()

#define G_HOOK_FLAGS(hook)		(G_HOOK (hook)->flags)
 
@@ -1097,7 +1097,7 @@

-
+

G_HOOK_FLAG_USER_SHIFT

#define G_HOOK_FLAG_USER_SHIFT (4)
 
@@ -1109,7 +1109,7 @@


-
+

G_HOOK()

#define G_HOOK(hook)			((GHook*) (hook))
 
@@ -1126,7 +1126,7 @@

-
+

G_HOOK_IS_VALID()

#define             G_HOOK_IS_VALID(hook)

@@ -1151,7 +1151,7 @@


-
+

G_HOOK_ACTIVE()

#define             G_HOOK_ACTIVE(hook)

@@ -1176,7 +1176,7 @@


-
+

G_HOOK_IN_CALL()

#define             G_HOOK_IN_CALL(hook)

@@ -1200,7 +1200,7 @@


-
+

G_HOOK_IS_UNLINKED()

#define             G_HOOK_IS_UNLINKED(hook)

@@ -1224,9 +1224,9 @@


-
+

g_hook_ref ()

-
GHook *	            g_hook_ref                          (GHookList *hook_list,
+
GHook *             g_hook_ref                          (GHookList *hook_list,
                                                          GHook *hook);

Increments the reference count for a GHook. @@ -1253,7 +1253,7 @@


-
+

g_hook_unref ()

void                g_hook_unref                        (GHookList *hook_list,
                                                          GHook *hook);
@@ -1279,7 +1279,7 @@

-
+

g_hook_free ()

void                g_hook_free                         (GHookList *hook_list,
                                                          GHook *hook);
@@ -1304,7 +1304,7 @@

-
+

g_hook_destroy ()

gboolean            g_hook_destroy                      (GHookList *hook_list,
                                                          gulong hook_id);
@@ -1334,7 +1334,7 @@

-
+

g_hook_destroy_link ()

void                g_hook_destroy_link                 (GHookList *hook_list,
                                                          GHook *hook);
@@ -1362,6 +1362,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Hostname-Utilities.html glib2.0-2.26.1/docs/reference/glib/html/glib-Hostname-Utilities.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Hostname-Utilities.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Hostname-Utilities.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Hostname Utilities - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -49,7 +49,7 @@
 gboolean            g_hostname_is_ip_address            (const gchar *hostname);
 
-
+

Description

Functions for manipulating internet hostnames; in particular, for @@ -66,9 +66,9 @@ "Παν語.org" maps to "xn--4wa8awb4637h.org".)

-
+

Details

-
+

g_hostname_to_ascii ()

gchar *             g_hostname_to_ascii                 (const gchar *hostname);

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

Since 2.22


-
+

g_hostname_to_unicode ()

gchar *             g_hostname_to_unicode               (const gchar *hostname);

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

Since 2.22


-
+

g_hostname_is_non_ascii ()

gboolean            g_hostname_is_non_ascii             (const gchar *hostname);

@@ -161,7 +161,7 @@

Since 2.22


-
+

g_hostname_is_ascii_encoded ()

gboolean            g_hostname_is_ascii_encoded         (const gchar *hostname);

@@ -195,7 +195,7 @@

Since 2.22


-
+

g_hostname_is_ip_address ()

gboolean            g_hostname_is_ip_address            (const gchar *hostname);

@@ -224,6 +224,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib.html glib2.0-2.26.1/docs/reference/glib/html/glib.html --- glib2.0-2.26.0/docs/reference/glib/html/glib.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ GLib Overview - + - + @@ -19,7 +19,7 @@ GLib Reference Manual Next -
+

GLib Overview

@@ -75,6 +75,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-I18N.html glib2.0-2.26.1/docs/reference/glib/html/glib-I18N.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-I18N.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-I18N.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Internationalization - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -66,10 +66,10 @@
 const gchar *       g_strip_context                     (const gchar *msgid,
                                                          const gchar *msgval);
 
-const gchar * const * g_get_language_names              (void);
+const gchar* const * g_get_language_names               (void);
 
-
+

Description

GLib doesn't force any particular localization method upon its users. @@ -89,7 +89,7 @@

1
 2
-
#define GETTEXT_PACKAGE "gtk20"
+        
#define GETTEXT_PACKAGE "gtk20"
 #include <glib/gi18n-lib.h>
@@ -101,9 +101,9 @@ with xgettext.

-
+

Details

-
+

_()

#define             _(String)

@@ -121,7 +121,7 @@

Since 2.4


-
+

Q_()

#define             Q_(String)

@@ -141,7 +141,7 @@ See the C_() macro for a different way to mark up translatable strings with context.

-
+

Note

If you are using the Q_() macro, you need to make sure that you @@ -170,7 +170,7 @@

Since 2.4


-
+

C_()

#define             C_(Context,String)

@@ -194,7 +194,7 @@

-
+

Note

If you are using the C_() macro, you need to make sure that you @@ -225,7 +225,7 @@

Since 2.16


-
+

N_()

#define             N_(String)

@@ -280,7 +280,7 @@

Since 2.4


-
+

NC_()

#define             NC_(Context, String)

@@ -324,7 +324,7 @@

-
+

Note

If you are using the NC_() macro, you need to make sure that you @@ -351,7 +351,7 @@

Since 2.18


-
+

g_dgettext ()

const gchar *       g_dgettext                          (const gchar *domain,
                                                          const gchar *msgid);
@@ -421,7 +421,7 @@

Since 2.18


-
+

g_dcgettext ()

const gchar *       g_dcgettext                         (const gchar *domain,
                                                          const gchar *msgid,
@@ -462,7 +462,7 @@
 

Since 2.26


-
+

g_dngettext ()

const gchar *       g_dngettext                         (const gchar *domain,
                                                          const gchar *msgid,
@@ -512,7 +512,7 @@
 

Since 2.18


-
+

g_dpgettext ()

const gchar *       g_dpgettext                         (const gchar *domain,
                                                          const gchar *msgctxtid,
@@ -565,7 +565,7 @@
 

Since 2.16


-
+

g_dpgettext2 ()

const gchar *       g_dpgettext2                        (const gchar *domain,
                                                          const gchar *context,
@@ -614,7 +614,7 @@
 

Since 2.18


-
+

g_strip_context ()

const gchar *       g_strip_context                     (const gchar *msgid,
                                                          const gchar *msgval);
@@ -647,9 +647,9 @@

Since 2.4


-
+

g_get_language_names ()

-
const gchar * const * g_get_language_names              (void);
+
const gchar* const * g_get_language_names               (void);

Computes a list of applicable locale names, which can be used to e.g. construct locale-dependent filenames or search paths. The returned @@ -678,7 +678,7 @@

Since 2.6

-
+

See Also

The gettext manual. @@ -687,6 +687,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-IO-Channels.html glib2.0-2.26.1/docs/reference/glib/html/glib-IO-Channels.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-IO-Channels.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-IO-Channels.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ IO Channels - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -36,22 +36,22 @@
-
+

Synopsis

 #include <glib.h>
 
                     GIOChannel;
 
-GIOChannel *        g_io_channel_unix_new               (int fd);
+GIOChannel*         g_io_channel_unix_new               (int fd);
 gint                g_io_channel_unix_get_fd            (GIOChannel *channel);
-GIOChannel *        g_io_channel_win32_new_fd           (gint fd);
+GIOChannel*         g_io_channel_win32_new_fd           (gint fd);
 GIOChannel *        g_io_channel_win32_new_socket       (gint socket);
 GIOChannel *        g_io_channel_win32_new_messages     (gsize hwnd);
 
 void                g_io_channel_init                   (GIOChannel *channel);
 
-GIOChannel *        g_io_channel_new_file               (const gchar *filename,
+GIOChannel*         g_io_channel_new_file               (const gchar *filename,
                                                          const gchar *mode,
                                                          GError **error);
 GIOStatus           g_io_channel_read_chars             (GIOChannel *channel,
@@ -130,7 +130,7 @@
                                                          GIOFlags flags,
                                                          GError **error);
 enum                GIOFlags;
-const gchar *       g_io_channel_get_line_term          (GIOChannel *channel,
+const gchar*        g_io_channel_get_line_term          (GIOChannel *channel,
                                                          gint *length);
 void                g_io_channel_set_line_term          (GIOChannel *channel,
                                                          const gchar *line_term,
@@ -138,7 +138,7 @@
 gboolean            g_io_channel_get_buffered           (GIOChannel *channel);
 void                g_io_channel_set_buffered           (GIOChannel *channel,
                                                          gboolean buffered);
-const gchar *       g_io_channel_get_encoding           (GIOChannel *channel);
+const gchar*        g_io_channel_get_encoding           (GIOChannel *channel);
 GIOStatus           g_io_channel_set_encoding           (GIOChannel *channel,
                                                          const gchar *encoding,
                                                          GError **error);
@@ -162,7 +162,7 @@
 void                g_io_channel_close                  (GIOChannel *channel);
 
-
+

Description

The GIOChannel data type aims to provide a portable method for @@ -207,9 +207,9 @@ g_io_channel_write(), and g_io_channel_seek() on the same channel.

-
+

Details

-
+

GIOChannel

typedef struct {
 } GIOChannel;
@@ -221,9 +221,9 @@
 


-
+

g_io_channel_unix_new ()

-
GIOChannel *        g_io_channel_unix_new               (int fd);
+
GIOChannel*         g_io_channel_unix_new               (int fd);

Creates a new GIOChannel given a file descriptor. On UNIX systems this works for plain files, pipes, and sockets. @@ -267,7 +267,7 @@


-
+

g_io_channel_unix_get_fd ()

gint                g_io_channel_unix_get_fd            (GIOChannel *channel);

@@ -294,9 +294,9 @@


-
+

g_io_channel_win32_new_fd ()

-
GIOChannel *        g_io_channel_win32_new_fd           (gint fd);
+
GIOChannel*         g_io_channel_win32_new_fd           (gint fd);

Creates a new GIOChannel given a file descriptor on Windows. This works for file descriptors from the C runtime. @@ -341,7 +341,7 @@


-
+

g_io_channel_win32_new_socket ()

GIOChannel *        g_io_channel_win32_new_socket       (gint socket);

@@ -373,7 +373,7 @@


-
+

g_io_channel_win32_new_messages ()

GIOChannel *        g_io_channel_win32_new_messages     (gsize hwnd);

@@ -400,7 +400,7 @@


-
+

g_io_channel_init ()

void                g_io_channel_init                   (GIOChannel *channel);

@@ -421,9 +421,9 @@


-
+

g_io_channel_new_file ()

-
GIOChannel *        g_io_channel_new_file               (const gchar *filename,
+
GIOChannel*         g_io_channel_new_file               (const gchar *filename,
                                                          const gchar *mode,
                                                          GError **error);

@@ -461,7 +461,7 @@


-
+

g_io_channel_read_chars ()

GIOStatus           g_io_channel_read_chars             (GIOChannel *channel,
                                                          gchar *buf,
@@ -515,7 +515,7 @@
 

-
+

g_io_channel_read_unichar ()

GIOStatus           g_io_channel_read_unichar           (GIOChannel *channel,
                                                          gunichar *thechar,
@@ -552,7 +552,7 @@
 

-
+

g_io_channel_read_line ()

GIOStatus           g_io_channel_read_line              (GIOChannel *channel,
                                                          gchar **str_return,
@@ -606,7 +606,7 @@
 

-
+

g_io_channel_read_line_string ()

GIOStatus           g_io_channel_read_line_string       (GIOChannel *channel,
                                                          GString *buffer,
@@ -650,7 +650,7 @@
 

-
+

g_io_channel_read_to_end ()

GIOStatus           g_io_channel_read_to_end            (GIOChannel *channel,
                                                          gchar **str_return,
@@ -697,7 +697,7 @@
 

-
+

g_io_channel_write_chars ()

GIOStatus           g_io_channel_write_chars            (GIOChannel *channel,
                                                          const gchar *buf,
@@ -756,7 +756,7 @@
 

-
+

g_io_channel_write_unichar ()

GIOStatus           g_io_channel_write_unichar          (GIOChannel *channel,
                                                          gunichar thechar,
@@ -793,7 +793,7 @@
 

-
+

g_io_channel_flush ()

GIOStatus           g_io_channel_flush                  (GIOChannel *channel,
                                                          GError **error);
@@ -824,7 +824,7 @@

-
+

g_io_channel_seek_position ()

GIOStatus           g_io_channel_seek_position          (GIOChannel *channel,
                                                          gint64 offset,
@@ -868,7 +868,7 @@
 

-
+

enum GSeekType

typedef enum
 {
@@ -903,7 +903,7 @@
 

-
+

g_io_channel_shutdown ()

GIOStatus           g_io_channel_shutdown               (GIOChannel *channel,
                                                          gboolean flush,
@@ -940,7 +940,7 @@
 

-
+

enum GIOStatus

typedef enum
 {
@@ -980,7 +980,7 @@
 

-
+

enum GIOChannelError

typedef enum
 {
@@ -1052,7 +1052,7 @@
 

-
+

G_IO_CHANNEL_ERROR

#define G_IO_CHANNEL_ERROR g_io_channel_error_quark()
 
@@ -1063,7 +1063,7 @@


-
+

g_io_channel_error_from_errno ()

GIOChannelError     g_io_channel_error_from_errno       (gint en);

@@ -1087,7 +1087,7 @@


-
+

g_io_channel_ref ()

GIOChannel *        g_io_channel_ref                    (GIOChannel *channel);

@@ -1110,7 +1110,7 @@


-
+

g_io_channel_unref ()

void                g_io_channel_unref                  (GIOChannel *channel);

@@ -1126,7 +1126,7 @@


-
+

g_io_create_watch ()

GSource *           g_io_create_watch                   (GIOChannel *channel,
                                                          GIOCondition condition);
@@ -1167,7 +1167,7 @@

-
+

g_io_add_watch ()

guint               g_io_add_watch                      (GIOChannel *channel,
                                                          GIOCondition condition,
@@ -1209,7 +1209,7 @@
 

-
+

g_io_add_watch_full ()

guint               g_io_add_watch_full                 (GIOChannel *channel,
                                                          gint priority,
@@ -1268,7 +1268,7 @@
 

-
+

enum GIOCondition

typedef enum
 {
@@ -1322,7 +1322,7 @@
 

-
+

GIOFunc ()

gboolean            (*GIOFunc)                          (GIOChannel *source,
                                                          GIOCondition condition,
@@ -1360,7 +1360,7 @@
 

-
+

GIOFuncs

typedef struct {
   GIOStatus (*io_read)           (GIOChannel   *channel, 
@@ -1459,7 +1459,7 @@
 

-
+

g_io_channel_get_buffer_size ()

gsize               g_io_channel_get_buffer_size        (GIOChannel *channel);

@@ -1482,7 +1482,7 @@


-
+

g_io_channel_set_buffer_size ()

void                g_io_channel_set_buffer_size        (GIOChannel *channel,
                                                          gsize size);
@@ -1506,7 +1506,7 @@

-
+

g_io_channel_get_buffer_condition ()

GIOCondition        g_io_channel_get_buffer_condition   (GIOChannel *channel);

@@ -1531,7 +1531,7 @@


-
+

g_io_channel_get_flags ()

GIOFlags            g_io_channel_get_flags              (GIOChannel *channel);

@@ -1563,7 +1563,7 @@


-
+

g_io_channel_set_flags ()

GIOStatus           g_io_channel_set_flags              (GIOChannel *channel,
                                                          GIOFlags flags,
@@ -1598,7 +1598,7 @@
 

-
+

enum GIOFlags

typedef enum
 {
@@ -1674,9 +1674,9 @@
 

-
+

g_io_channel_get_line_term ()

-
const gchar *       g_io_channel_get_line_term          (GIOChannel *channel,
+
const gchar*        g_io_channel_get_line_term          (GIOChannel *channel,
                                                          gint *length);

This returns the string that GIOChannel uses to determine @@ -1706,7 +1706,7 @@


-
+

g_io_channel_set_line_term ()

void                g_io_channel_set_line_term          (GIOChannel *channel,
                                                          const gchar *line_term,
@@ -1742,7 +1742,7 @@
 

-
+

g_io_channel_get_buffered ()

gboolean            g_io_channel_get_buffered           (GIOChannel *channel);

@@ -1765,7 +1765,7 @@


-
+

g_io_channel_set_buffered ()

void                g_io_channel_set_buffered           (GIOChannel *channel,
                                                          gboolean buffered);
@@ -1810,9 +1810,9 @@

-
+

g_io_channel_get_encoding ()

-
const gchar *       g_io_channel_get_encoding           (GIOChannel *channel);
+
const gchar*        g_io_channel_get_encoding           (GIOChannel *channel);

Gets the encoding for the input/output of the channel. The internal encoding is always UTF-8. The encoding NULL @@ -1836,7 +1836,7 @@


-
+

g_io_channel_set_encoding ()

GIOStatus           g_io_channel_set_encoding           (GIOChannel *channel,
                                                          const gchar *encoding,
@@ -1917,7 +1917,7 @@
 

-
+

g_io_channel_get_close_on_unref ()

gboolean            g_io_channel_get_close_on_unref     (GIOChannel *channel);

@@ -1944,7 +1944,7 @@


-
+

g_io_channel_set_close_on_unref ()

void                g_io_channel_set_close_on_unref     (GIOChannel *channel,
                                                          gboolean do_close);
@@ -1972,13 +1972,13 @@

-
+

g_io_channel_read ()

GIOError            g_io_channel_read                   (GIOChannel *channel,
                                                          gchar *buf,
                                                          gsize count,
                                                          gsize *bytes_read);
-
+

Warning

g_io_channel_read has been deprecated since version 2.2 and should not be used in newly-written code. Use g_io_channel_read_chars() instead.

@@ -2019,7 +2019,7 @@

-
+

enum GIOError

typedef enum
 {
@@ -2060,13 +2060,13 @@
 

-
+

g_io_channel_write ()

GIOError            g_io_channel_write                  (GIOChannel *channel,
                                                          const gchar *buf,
                                                          gsize count,
                                                          gsize *bytes_written);
-
+

Warning

g_io_channel_write has been deprecated since version 2.2 and should not be used in newly-written code. Use g_io_channel_write_chars() instead.

@@ -2106,12 +2106,12 @@

-
+

g_io_channel_seek ()

GIOError            g_io_channel_seek                   (GIOChannel *channel,
                                                          gint64 offset,
                                                          GSeekType type);
-
+

Warning

g_io_channel_seek has been deprecated since version 2.2 and should not be used in newly-written code. Use g_io_channel_seek_position() instead.

@@ -2150,10 +2150,10 @@

-
+

g_io_channel_close ()

void                g_io_channel_close                  (GIOChannel *channel);
-
+

Warning

g_io_channel_close has been deprecated since version 2.2 and should not be used in newly-written code. Use g_io_channel_shutdown() instead.

@@ -2172,7 +2172,7 @@
-
+

See Also

@@ -2191,6 +2191,6 @@ + Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Keyed-Data-Lists.html glib2.0-2.26.1/docs/reference/glib/html/glib-Keyed-Data-Lists.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Keyed-Data-Lists.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Keyed-Data-Lists.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Keyed Data Lists - + - + @@ -26,7 +26,7 @@ Description
-
+
@@ -36,7 +36,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -84,7 +84,7 @@
 #define             G_DATALIST_FLAGS_MASK
 
-
+

Description

Keyed data lists provide lists of arbitrary data elements which can @@ -123,9 +123,9 @@ To remove all data elements from a datalist, use g_datalist_clear().

-
+

Details

-
+

GData

typedef struct _GData GData;

@@ -134,7 +134,7 @@


-
+

g_datalist_init ()

void                g_datalist_init                     (GData **datalist);

@@ -151,7 +151,7 @@


-
+

g_datalist_id_set_data()

#define             g_datalist_id_set_data(dl, q, d)

@@ -182,7 +182,7 @@


-
+

g_datalist_id_set_data_full ()

void                g_datalist_id_set_data_full         (GData **datalist,
                                                          GQuark key_id,
@@ -226,7 +226,7 @@
 

-
+

g_datalist_id_get_data ()

gpointer            g_datalist_id_get_data              (GData **datalist,
                                                          GQuark key_id);
@@ -255,7 +255,7 @@

-
+

g_datalist_id_remove_data()

#define             g_datalist_id_remove_data(dl, q)

@@ -278,7 +278,7 @@


-
+

g_datalist_id_remove_no_notify ()

gpointer            g_datalist_id_remove_no_notify      (GData **datalist,
                                                          GQuark key_id);
@@ -308,7 +308,7 @@

-
+

g_datalist_set_data()

#define             g_datalist_set_data(dl, k, d)

@@ -337,7 +337,7 @@


-
+

g_datalist_set_data_full()

#define             g_datalist_set_data_full(dl, k, d, f)

@@ -375,7 +375,7 @@


-
+

g_datalist_get_data()

#define             g_datalist_get_data(dl, k)

@@ -405,7 +405,7 @@


-
+

g_datalist_remove_data()

#define             g_datalist_remove_data(dl, k)

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


-
+

g_datalist_remove_no_notify()

#define             g_datalist_remove_no_notify(dl, k)

@@ -452,7 +452,7 @@


-
+

g_datalist_foreach ()

void                g_datalist_foreach                  (GData **datalist,
                                                          GDataForeachFunc func,
@@ -487,7 +487,7 @@
 

-
+

g_datalist_clear ()

void                g_datalist_clear                    (GData **datalist);

@@ -504,7 +504,7 @@


-
+

g_datalist_set_flags ()

void                g_datalist_set_flags                (GData **datalist,
                                                          guint flags);
@@ -538,7 +538,7 @@

Since 2.8


-
+

g_datalist_unset_flags ()

void                g_datalist_unset_flags              (GData **datalist,
                                                          guint flags);
@@ -567,7 +567,7 @@

Since 2.8


-
+

g_datalist_get_flags ()

guint               g_datalist_get_flags                (GData **datalist);

@@ -593,7 +593,7 @@

Since 2.8


-
+

G_DATALIST_FLAGS_MASK

#define G_DATALIST_FLAGS_MASK 0x3
 
@@ -607,6 +607,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Key-value-file-parser.html glib2.0-2.26.1/docs/reference/glib/html/glib-Key-value-file-parser.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Key-value-file-parser.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Key-value-file-parser.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Key-value file parser - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -251,7 +251,7 @@
 #define             G_KEY_FILE_DESKTOP_TYPE_DIRECTORY
 
-
+

Description

GKeyFile lets you parse, edit or create files containing groups of @@ -365,9 +365,9 @@ restricted to ASCII characters.

-
+

Details

-
+

GKeyFile

typedef struct _GKeyFile GKeyFile;

@@ -376,7 +376,7 @@


-
+

G_KEY_FILE_ERROR

#define G_KEY_FILE_ERROR g_key_file_error_quark()
 
@@ -387,7 +387,7 @@


-
+

enum GKeyFileError

typedef enum
 {
@@ -439,7 +439,7 @@
 

-
+

enum GKeyFileFlags

typedef enum
 {
@@ -477,7 +477,7 @@
 

-
+

g_key_file_new ()

GKeyFile *          g_key_file_new                      (void);

@@ -498,7 +498,7 @@

Since 2.6


-
+

g_key_file_free ()

void                g_key_file_free                     (GKeyFile *key_file);

@@ -515,7 +515,7 @@

Since 2.6


-
+

g_key_file_set_list_separator ()

void                g_key_file_set_list_separator       (GKeyFile *key_file,
                                                          gchar separator);
@@ -542,7 +542,7 @@

Since 2.6


-
+

g_key_file_load_from_file ()

gboolean            g_key_file_load_from_file           (GKeyFile *key_file,
                                                          const gchar *file,
@@ -587,7 +587,7 @@
 

Since 2.6


-
+

g_key_file_load_from_data ()

gboolean            g_key_file_load_from_data           (GKeyFile *key_file,
                                                          const gchar *data,
@@ -637,7 +637,7 @@
 

Since 2.6


-
+

g_key_file_load_from_data_dirs ()

gboolean            g_key_file_load_from_data_dirs      (GKeyFile *key_file,
                                                          const gchar *file,
@@ -690,7 +690,7 @@
 

Since 2.6


-
+

g_key_file_load_from_dirs ()

gboolean            g_key_file_load_from_dirs           (GKeyFile *key_file,
                                                          const gchar *file,
@@ -751,7 +751,7 @@
 

Since 2.14


-
+

g_key_file_to_data ()

gchar *             g_key_file_to_data                  (GKeyFile *key_file,
                                                          gsize *length,
@@ -794,7 +794,7 @@
 

Since 2.6


-
+

g_key_file_get_start_group ()

gchar *             g_key_file_get_start_group          (GKeyFile *key_file);

@@ -819,7 +819,7 @@

Since 2.6


-
+

g_key_file_get_groups ()

gchar **            g_key_file_get_groups               (GKeyFile *key_file,
                                                          gsize *length);
@@ -852,7 +852,7 @@

Since 2.6


-
+

g_key_file_get_keys ()

gchar **            g_key_file_get_keys                 (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -900,7 +900,7 @@
 

Since 2.6


-
+

g_key_file_has_group ()

gboolean            g_key_file_has_group                (GKeyFile *key_file,
                                                          const gchar *group_name);
@@ -931,7 +931,7 @@

Since 2.6


-
+

g_key_file_has_key ()

gboolean            g_key_file_has_key                  (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -976,7 +976,7 @@
 

Since 2.6


-
+

g_key_file_get_value ()

gchar *             g_key_file_get_value                (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1027,7 +1027,7 @@
 

Since 2.6


-
+

g_key_file_get_string ()

gchar *             g_key_file_get_string               (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1079,7 +1079,7 @@
 

Since 2.6


-
+

g_key_file_get_locale_string ()

gchar *             g_key_file_get_locale_string        (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1137,7 +1137,7 @@
 

Since 2.6


-
+

g_key_file_get_boolean ()

gboolean            g_key_file_get_boolean              (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1188,7 +1188,7 @@
 

Since 2.6


-
+

g_key_file_get_integer ()

gint                g_key_file_get_integer              (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1239,7 +1239,7 @@
 

Since 2.6


-
+

g_key_file_get_int64 ()

gint64              g_key_file_get_int64                (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1285,7 +1285,7 @@
 

Since 2.26


-
+

g_key_file_get_uint64 ()

guint64             g_key_file_get_uint64               (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1331,7 +1331,7 @@
 

Since 2.26


-
+

g_key_file_get_double ()

gdouble             g_key_file_get_double               (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1382,7 +1382,7 @@
 

Since 2.12


-
+

g_key_file_get_string_list ()

gchar **            g_key_file_get_string_list          (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1438,7 +1438,7 @@
 

Since 2.6


-
+

g_key_file_get_locale_string_list ()

gchar **            g_key_file_get_locale_string_list   (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1505,7 +1505,7 @@
 

Since 2.6


-
+

g_key_file_get_boolean_list ()

gboolean *          g_key_file_get_boolean_list         (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1562,7 +1562,7 @@
 

Since 2.6


-
+

g_key_file_get_integer_list ()

gint *              g_key_file_get_integer_list         (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1619,7 +1619,7 @@
 

Since 2.6


-
+

g_key_file_get_double_list ()

gdouble *           g_key_file_get_double_list          (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1676,7 +1676,7 @@
 

Since 2.12


-
+

g_key_file_get_comment ()

gchar *             g_key_file_get_comment              (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1722,7 +1722,7 @@
 

Since 2.6


-
+

g_key_file_set_value ()

void                g_key_file_set_value                (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1765,7 +1765,7 @@
 

Since 2.6


-
+

g_key_file_set_string ()

void                g_key_file_set_string               (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1806,7 +1806,7 @@
 

Since 2.6


-
+

g_key_file_set_locale_string ()

void                g_key_file_set_locale_string        (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1850,7 +1850,7 @@
 

Since 2.6


-
+

g_key_file_set_boolean ()

void                g_key_file_set_boolean              (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1889,7 +1889,7 @@
 

Since 2.6


-
+

g_key_file_set_integer ()

void                g_key_file_set_integer              (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1927,7 +1927,7 @@
 

Since 2.6


-
+

g_key_file_set_int64 ()

void                g_key_file_set_int64                (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -1965,7 +1965,7 @@
 

Since 2.26


-
+

g_key_file_set_uint64 ()

void                g_key_file_set_uint64               (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -2003,7 +2003,7 @@
 

Since 2.26


-
+

g_key_file_set_double ()

void                g_key_file_set_double               (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -2041,7 +2041,7 @@
 

Since 2.12


-
+

g_key_file_set_string_list ()

void                g_key_file_set_string_list          (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -2086,7 +2086,7 @@
 

Since 2.6


-
+

g_key_file_set_locale_string_list ()

void                g_key_file_set_locale_string_list   (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -2137,7 +2137,7 @@
 

Since 2.6


-
+

g_key_file_set_boolean_list ()

void                g_key_file_set_boolean_list         (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -2182,7 +2182,7 @@
 

Since 2.6


-
+

g_key_file_set_integer_list ()

void                g_key_file_set_integer_list         (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -2226,7 +2226,7 @@
 

Since 2.6


-
+

g_key_file_set_double_list ()

void                g_key_file_set_double_list          (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -2270,7 +2270,7 @@
 

Since 2.12


-
+

g_key_file_set_comment ()

gboolean            g_key_file_set_comment              (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -2322,7 +2322,7 @@
 

Since 2.6


-
+

g_key_file_remove_group ()

gboolean            g_key_file_remove_group             (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -2360,7 +2360,7 @@
 

Since 2.6


-
+

g_key_file_remove_key ()

gboolean            g_key_file_remove_key               (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -2403,7 +2403,7 @@
 

Since 2.6


-
+

g_key_file_remove_comment ()

gboolean            g_key_file_remove_comment           (GKeyFile *key_file,
                                                          const gchar *group_name,
@@ -2449,7 +2449,7 @@
 

Since 2.6


-
+

G_KEY_FILE_DESKTOP_GROUP

#define G_KEY_FILE_DESKTOP_GROUP                "Desktop Entry"
 
@@ -2462,7 +2462,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_KEY_TYPE

#define G_KEY_FILE_DESKTOP_KEY_TYPE             "Type"
 
@@ -2476,7 +2476,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_KEY_VERSION

#define G_KEY_FILE_DESKTOP_KEY_VERSION          "Version"
 
@@ -2488,7 +2488,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_KEY_NAME

#define G_KEY_FILE_DESKTOP_KEY_NAME             "Name"
 
@@ -2500,7 +2500,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_KEY_GENERIC_NAME

#define G_KEY_FILE_DESKTOP_KEY_GENERIC_NAME     "GenericName"
 
@@ -2512,7 +2512,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY

#define G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY       "NoDisplay"
 
@@ -2524,7 +2524,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_KEY_COMMENT

#define G_KEY_FILE_DESKTOP_KEY_COMMENT          "Comment"
 
@@ -2536,7 +2536,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_KEY_ICON

#define G_KEY_FILE_DESKTOP_KEY_ICON             "Icon"
 
@@ -2548,7 +2548,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_KEY_HIDDEN

#define G_KEY_FILE_DESKTOP_KEY_HIDDEN           "Hidden"
 
@@ -2560,7 +2560,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_KEY_ONLY_SHOW_IN

#define G_KEY_FILE_DESKTOP_KEY_ONLY_SHOW_IN     "OnlyShowIn"
 
@@ -2572,7 +2572,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_KEY_NOT_SHOW_IN

#define G_KEY_FILE_DESKTOP_KEY_NOT_SHOW_IN      "NotShowIn"
 
@@ -2584,7 +2584,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_KEY_TRY_EXEC

#define G_KEY_FILE_DESKTOP_KEY_TRY_EXEC         "TryExec"
 
@@ -2598,7 +2598,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_KEY_EXEC

#define G_KEY_FILE_DESKTOP_KEY_EXEC             "Exec"
 
@@ -2611,7 +2611,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_KEY_PATH

#define G_KEY_FILE_DESKTOP_KEY_PATH             "Path"
 
@@ -2624,7 +2624,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_KEY_TERMINAL

#define G_KEY_FILE_DESKTOP_KEY_TERMINAL         "Terminal"
 
@@ -2637,7 +2637,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_KEY_MIME_TYPE

#define G_KEY_FILE_DESKTOP_KEY_MIME_TYPE        "MimeType"
 
@@ -2649,7 +2649,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_KEY_CATEGORIES

#define G_KEY_FILE_DESKTOP_KEY_CATEGORIES       "Categories"
 
@@ -2661,7 +2661,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY

#define G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY   "StartupNotify"
 
@@ -2674,7 +2674,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS

#define G_KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS "StartupWMClass"
 
@@ -2687,7 +2687,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_KEY_URL

#define G_KEY_FILE_DESKTOP_KEY_URL              "URL"
 
@@ -2699,7 +2699,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_TYPE_APPLICATION

#define G_KEY_FILE_DESKTOP_TYPE_APPLICATION     "Application"
 
@@ -2710,7 +2710,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_TYPE_LINK

#define G_KEY_FILE_DESKTOP_TYPE_LINK            "Link"
 
@@ -2721,7 +2721,7 @@

Since 2.14


-
+

G_KEY_FILE_DESKTOP_TYPE_DIRECTORY

#define G_KEY_FILE_DESKTOP_TYPE_DIRECTORY       "Directory"
 
@@ -2735,6 +2735,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Lexical-Scanner.html glib2.0-2.26.1/docs/reference/glib/html/glib-Lexical-Scanner.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Lexical-Scanner.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Lexical-Scanner.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Lexical Scanner - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,14 +35,14 @@
-
+

Synopsis

 #include <glib.h>
 
                     GScanner;
                     GScannerConfig;
-GScanner *	         g_scanner_new                       (const GScannerConfig *config_templ);
+GScanner*           g_scanner_new                       (const GScannerConfig *config_templ);
 void                g_scanner_destroy                   (GScanner *scanner);
 
 void                g_scanner_input_file                (GScanner *scanner,
@@ -117,16 +117,16 @@
 enum                GErrorType;
 
-
+

Description

The GScanner and its associated functions provide a general purpose lexical scanner.

-
+

Details

-
+

GScanner

typedef struct {
   /* unused fields */
@@ -300,7 +300,7 @@
 

-
+

GScannerConfig

typedef struct {
   /* Character sets
@@ -457,9 +457,9 @@
 


-
+

g_scanner_new ()

-
GScanner *	         g_scanner_new                       (const GScannerConfig *config_templ);
+
GScanner*           g_scanner_new                       (const GScannerConfig *config_templ);

Creates a new GScanner. The config_templ structure specifies the initial settings of the scanner, @@ -483,7 +483,7 @@


-
+

g_scanner_destroy ()

void                g_scanner_destroy                   (GScanner *scanner);

@@ -499,7 +499,7 @@


-
+

g_scanner_input_file ()

void                g_scanner_input_file                (GScanner *scanner,
                                                          gint input_fd);
@@ -523,7 +523,7 @@

-
+

g_scanner_sync_file_offset ()

void                g_scanner_sync_file_offset          (GScanner *scanner);

@@ -542,7 +542,7 @@


-
+

g_scanner_input_text ()

void                g_scanner_input_text                (GScanner *scanner,
                                                          const gchar *text,
@@ -572,7 +572,7 @@
 

-
+

g_scanner_peek_next_token ()

GTokenType          g_scanner_peek_next_token           (GScanner *scanner);

@@ -609,7 +609,7 @@


-
+

g_scanner_get_next_token ()

GTokenType          g_scanner_get_next_token            (GScanner *scanner);

@@ -638,7 +638,7 @@


-
+

g_scanner_eof ()

gboolean            g_scanner_eof                       (GScanner *scanner);

@@ -662,7 +662,7 @@


-
+

g_scanner_cur_line ()

guint               g_scanner_cur_line                  (GScanner *scanner);

@@ -686,7 +686,7 @@


-
+

g_scanner_cur_position ()

guint               g_scanner_cur_position              (GScanner *scanner);

@@ -710,7 +710,7 @@


-
+

g_scanner_cur_token ()

GTokenType          g_scanner_cur_token                 (GScanner *scanner);

@@ -735,7 +735,7 @@


-
+

g_scanner_cur_value ()

GTokenValue         g_scanner_cur_value                 (GScanner *scanner);

@@ -760,7 +760,7 @@


-
+

g_scanner_set_scope ()

guint               g_scanner_set_scope                 (GScanner *scanner,
                                                          guint scope_id);
@@ -789,7 +789,7 @@

-
+

g_scanner_scope_add_symbol ()

void                g_scanner_scope_add_symbol          (GScanner *scanner,
                                                          guint scope_id,
@@ -825,7 +825,7 @@
 

-
+

g_scanner_scope_foreach_symbol ()

void                g_scanner_scope_foreach_symbol      (GScanner *scanner,
                                                          guint scope_id,
@@ -863,7 +863,7 @@
 

-
+

g_scanner_scope_lookup_symbol ()

gpointer            g_scanner_scope_lookup_symbol       (GScanner *scanner,
                                                          guint scope_id,
@@ -900,7 +900,7 @@
 

-
+

g_scanner_scope_remove_symbol ()

void                g_scanner_scope_remove_symbol       (GScanner *scanner,
                                                          guint scope_id,
@@ -930,10 +930,10 @@
 

-
+

g_scanner_add_symbol()

#define             g_scanner_add_symbol( scanner, symbol, value )
-
+

Warning

g_scanner_add_symbol has been deprecated since version 2.2 and should not be used in newly-written code. Use g_scanner_scope_add_symbol() instead.

@@ -962,10 +962,10 @@

-
+

g_scanner_remove_symbol()

#define             g_scanner_remove_symbol( scanner, symbol )
-
+

Warning

g_scanner_remove_symbol has been deprecated since version 2.2 and should not be used in newly-written code. Use g_scanner_scope_remove_symbol() instead.

@@ -989,10 +989,10 @@

-
+

g_scanner_foreach_symbol()

#define             g_scanner_foreach_symbol( scanner, func, data )
-
+

Warning

g_scanner_foreach_symbol has been deprecated since version 2.2 and should not be used in newly-written code. Use g_scanner_scope_foreach_symbol() instead.

@@ -1021,10 +1021,10 @@

-
+

g_scanner_freeze_symbol_table()

#define             g_scanner_freeze_symbol_table(scanner)
-
+

Warning

g_scanner_freeze_symbol_table has been deprecated since version 2.2 and should not be used in newly-written code. This macro does nothing.

@@ -1041,10 +1041,10 @@

-
+

g_scanner_thaw_symbol_table()

#define             g_scanner_thaw_symbol_table(scanner)
-
+

Warning

g_scanner_thaw_symbol_table has been deprecated since version 2.2 and should not be used in newly-written code. This macro does nothing.

@@ -1061,7 +1061,7 @@

-
+

g_scanner_lookup_symbol ()

gpointer            g_scanner_lookup_symbol             (GScanner *scanner,
                                                          const gchar *symbol);
@@ -1092,7 +1092,7 @@

-
+

g_scanner_warn ()

void                g_scanner_warn                      (GScanner *scanner,
                                                          const gchar *format,
@@ -1123,7 +1123,7 @@
 

-
+

g_scanner_error ()

void                g_scanner_error                     (GScanner *scanner,
                                                          const gchar *format,
@@ -1154,7 +1154,7 @@
 

-
+

g_scanner_unexp_token ()

void                g_scanner_unexp_token               (GScanner *scanner,
                                                          GTokenType expected_token,
@@ -1222,7 +1222,7 @@
 

-
+

GScannerMsgFunc ()

void                (*GScannerMsgFunc)                  (GScanner *scanner,
                                                          gchar *message,
@@ -1254,7 +1254,7 @@
 

-
+

G_CSET_a_2_z

#define G_CSET_a_2_z "abcdefghijklmnopqrstuvwxyz"
 
@@ -1264,7 +1264,7 @@


-
+

G_CSET_A_2_Z

#define G_CSET_A_2_Z "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
 
@@ -1274,7 +1274,7 @@


-
+

G_CSET_DIGITS

#define G_CSET_DIGITS "0123456789"
 
@@ -1284,7 +1284,7 @@


-
+

G_CSET_LATINC

#define             G_CSET_LATINC

@@ -1294,7 +1294,7 @@


-
+

G_CSET_LATINS

#define             G_CSET_LATINS

@@ -1304,7 +1304,7 @@


-
+

enum GTokenType

typedef enum
 {
@@ -1370,7 +1370,7 @@
 

-
+

union GTokenValue


 

@@ -1378,7 +1378,7 @@


-
+

enum GErrorType

typedef enum
 {
@@ -1446,6 +1446,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Limits-of-Basic-Types.html glib2.0-2.26.1/docs/reference/glib/html/glib-Limits-of-Basic-Types.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Limits-of-Basic-Types.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Limits-of-Basic-Types.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ Limits of Basic Types - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -82,16 +82,16 @@
 #define             G_MAXDOUBLE
 
-
+

Description

These macros provide a portable method to determine the limits of some of the standard integer and floating point types.

-
+

Details

-
+

G_MININT

#define G_MININT INT_MIN
 
@@ -100,7 +100,7 @@


-
+

G_MAXINT

#define G_MAXINT INT_MAX
 
@@ -109,7 +109,7 @@


-
+

G_MAXUINT

#define G_MAXUINT UINT_MAX
 
@@ -118,7 +118,7 @@


-
+

G_MINSHORT

#define G_MINSHORT SHRT_MIN
 
@@ -127,7 +127,7 @@


-
+

G_MAXSHORT

#define G_MAXSHORT SHRT_MAX
 
@@ -136,7 +136,7 @@


-
+

G_MAXUSHORT

#define G_MAXUSHORT USHRT_MAX
 
@@ -145,7 +145,7 @@


-
+

G_MINLONG

#define G_MINLONG LONG_MIN
 
@@ -154,7 +154,7 @@


-
+

G_MAXLONG

#define G_MAXLONG LONG_MAX
 
@@ -163,7 +163,7 @@


-
+

G_MAXULONG

#define G_MAXULONG ULONG_MAX
 
@@ -172,7 +172,7 @@


-
+

G_MININT8

#define G_MININT8 ((gint8)  0x80)
 
@@ -182,7 +182,7 @@

Since 2.4


-
+

G_MAXINT8

#define G_MAXINT8 ((gint8)  0x7f)
 
@@ -192,7 +192,7 @@

Since 2.4


-
+

G_MAXUINT8

#define G_MAXUINT8 ((guint8) 0xff)
 
@@ -202,7 +202,7 @@

Since 2.4


-
+

G_MININT16

#define G_MININT16 ((gint16)  0x8000)
 
@@ -212,7 +212,7 @@

Since 2.4


-
+

G_MAXINT16

#define G_MAXINT16 ((gint16)  0x7fff)
 
@@ -222,7 +222,7 @@

Since 2.4


-
+

G_MAXUINT16

#define G_MAXUINT16 ((guint16) 0xffff)
 
@@ -232,7 +232,7 @@

Since 2.4


-
+

G_MININT32

#define G_MININT32 ((gint32)  0x80000000)
 
@@ -242,7 +242,7 @@

Since 2.4


-
+

G_MAXINT32

#define G_MAXINT32 ((gint32)  0x7fffffff)
 
@@ -252,7 +252,7 @@

Since 2.4


-
+

G_MAXUINT32

#define G_MAXUINT32 ((guint32) 0xffffffff)
 
@@ -262,7 +262,7 @@

Since 2.4


-
+

G_MININT64

#define G_MININT64 ((gint64) G_GINT64_CONSTANT(0x8000000000000000))
 
@@ -271,7 +271,7 @@


-
+

G_MAXINT64

#define G_MAXINT64 G_GINT64_CONSTANT(0x7fffffffffffffff)
 
@@ -280,7 +280,7 @@


-
+

G_MAXUINT64

#define G_MAXUINT64 G_GINT64_CONSTANT(0xffffffffffffffffU)
 
@@ -289,7 +289,7 @@


-
+

G_MAXSIZE

#define G_MAXSIZE G_MAXULONG
 
@@ -299,7 +299,7 @@

Since 2.4


-
+

G_MINSSIZE

#define G_MINSSIZE G_MINLONG
 
@@ -309,7 +309,7 @@

Since 2.14


-
+

G_MAXSSIZE

#define G_MAXSSIZE G_MAXLONG
 
@@ -319,7 +319,7 @@

Since 2.14


-
+

G_MINOFFSET

#define G_MINOFFSET G_MININT64
 
@@ -328,7 +328,7 @@


-
+

G_MAXOFFSET

#define G_MAXOFFSET G_MAXINT64
 
@@ -337,7 +337,7 @@


-
+

G_MINFLOAT

#define G_MINFLOAT FLT_MIN
 
@@ -350,7 +350,7 @@


-
+

G_MAXFLOAT

#define G_MAXFLOAT FLT_MAX
 
@@ -359,7 +359,7 @@


-
+

G_MINDOUBLE

#define G_MINDOUBLE DBL_MIN
 
@@ -372,7 +372,7 @@


-
+

G_MAXDOUBLE

#define G_MAXDOUBLE DBL_MAX
 
@@ -384,6 +384,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Memory-Allocation.html glib2.0-2.26.1/docs/reference/glib/html/glib-Memory-Allocation.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Memory-Allocation.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Memory-Allocation.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ Memory Allocation - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -99,14 +99,14 @@
 void                g_mem_profile                       (void);
 
-
+

Description

These functions provide support for allocating and freeing memory.

-
+

Note

If any call to allocate memory fails, the application is terminated. This also means that there is no need to check if the call succeeded. @@ -115,7 +115,7 @@

-
+

Note

It's important to match g_malloc() with g_free(), plain malloc() with free(), and (if you're using C++) new with delete and new[] with delete[]. Otherwise @@ -126,9 +126,9 @@

-
+

Details

-
+

g_new()

#define             g_new(struct_type, n_structs)

@@ -164,7 +164,7 @@


-
+

g_new0()

#define             g_new0(struct_type, n_structs)

@@ -200,7 +200,7 @@


-
+

g_renew()

#define             g_renew(struct_type, mem, n_structs)

@@ -236,7 +236,7 @@


-
+

g_try_new()

#define             g_try_new(struct_type, n_structs)

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

Since 2.8


-
+

g_try_new0()

#define             g_try_new0(struct_type, n_structs)

@@ -301,7 +301,7 @@

Since 2.8


-
+

g_try_renew()

#define             g_try_renew(struct_type, mem, n_structs)

@@ -339,7 +339,7 @@

Since 2.8


-
+

g_malloc ()

gpointer            g_malloc                            (gsize n_bytes);

@@ -363,7 +363,7 @@


-
+

g_malloc0 ()

gpointer            g_malloc0                           (gsize n_bytes);

@@ -387,7 +387,7 @@


-
+

g_realloc ()

gpointer            g_realloc                           (gpointer mem,
                                                          gsize n_bytes);
@@ -420,7 +420,7 @@

-
+

g_try_malloc ()

gpointer            g_try_malloc                        (gsize n_bytes);

@@ -444,7 +444,7 @@


-
+

g_try_malloc0 ()

gpointer            g_try_malloc0                       (gsize n_bytes);

@@ -469,7 +469,7 @@

Since 2.8


-
+

g_try_realloc ()

gpointer            g_try_realloc                       (gpointer mem,
                                                          gsize n_bytes);
@@ -500,7 +500,7 @@

-
+

g_malloc_n ()

gpointer            g_malloc_n                          (gsize n_blocks,
                                                          gsize n_block_bytes);
@@ -531,7 +531,7 @@

Since 2.24


-
+

g_malloc0_n ()

gpointer            g_malloc0_n                         (gsize n_blocks,
                                                          gsize n_block_bytes);
@@ -562,7 +562,7 @@

Since 2.24


-
+

g_realloc_n ()

gpointer            g_realloc_n                         (gpointer mem,
                                                          gsize n_blocks,
@@ -599,7 +599,7 @@
 

Since 2.24


-
+

g_try_malloc_n ()

gpointer            g_try_malloc_n                      (gsize n_blocks,
                                                          gsize n_block_bytes);
@@ -630,7 +630,7 @@

Since 2.24


-
+

g_try_malloc0_n ()

gpointer            g_try_malloc0_n                     (gsize n_blocks,
                                                          gsize n_block_bytes);
@@ -661,7 +661,7 @@

Since 2.24


-
+

g_try_realloc_n ()

gpointer            g_try_realloc_n                     (gpointer mem,
                                                          gsize n_blocks,
@@ -698,7 +698,7 @@
 

Since 2.24


-
+

g_free ()

void                g_free                              (gpointer mem);

@@ -715,7 +715,7 @@


-
+

g_mem_gc_friendly

extern gboolean g_mem_gc_friendly;
 
@@ -725,7 +725,7 @@


-
+

g_alloca()

#define             g_alloca(size)

@@ -798,7 +798,7 @@


-
+

g_newa()

#define             g_newa(struct_type, n_structs)

@@ -826,7 +826,7 @@


-
+

g_memmove()

#define             g_memmove(dest,src,len)

@@ -861,7 +861,7 @@


-
+

g_memdup ()

gpointer            g_memdup                            (gconstpointer mem,
                                                          guint byte_size);
@@ -892,7 +892,7 @@

-
+

GMemVTable

typedef struct {
   gpointer (*malloc)      (gsize    n_bytes);
@@ -949,7 +949,7 @@
 

-
+

g_mem_set_vtable ()

void                g_mem_set_vtable                    (GMemVTable *vtable);

@@ -971,7 +971,7 @@


-
+

g_mem_is_system_malloc ()

gboolean            g_mem_is_system_malloc              (void);

@@ -994,7 +994,7 @@


-
+

glib_mem_profiler_table

extern GMemVTable *glib_mem_profiler_table;
 
@@ -1006,7 +1006,7 @@


-
+

g_mem_profile ()

void                g_mem_profile                       (void);

@@ -1028,6 +1028,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Memory-Allocators.html glib2.0-2.26.1/docs/reference/glib/html/glib-Memory-Allocators.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Memory-Allocators.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Memory-Allocators.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Memory Allocators - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -36,18 +36,18 @@
-
+

Synopsis

 #include <glib.h>
 
                     GAllocator;
-GAllocator *        g_allocator_new                     (const gchar *name,
+GAllocator*         g_allocator_new                     (const gchar *name,
                                                          guint n_preallocs);
 void                g_allocator_free                    (GAllocator *allocator);
 
-
+

Description

Prior to 2.10, GAllocator was used as an efficient way to allocate @@ -57,12 +57,12 @@ deprecated.

-
+

Details

-
+

GAllocator

typedef struct _GAllocator GAllocator;
-
+

Warning

GAllocator is deprecated and should not be used in newly-written code.

@@ -72,11 +72,11 @@


-
+

g_allocator_new ()

-
GAllocator *        g_allocator_new                     (const gchar *name,
+
GAllocator*         g_allocator_new                     (const gchar *name,
                                                          guint n_preallocs);
-
+

Warning

g_allocator_new has been deprecated since version 2.10 and should not be used in newly-written code. Use the slice allocator instead

@@ -112,10 +112,10 @@

-
+

g_allocator_free ()

void                g_allocator_free                    (GAllocator *allocator);
-
+

Warning

g_allocator_free has been deprecated since version 2.10 and should not be used in newly-written code. Use the slice allocator instead

@@ -136,6 +136,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Memory-Chunks.html glib2.0-2.26.1/docs/reference/glib/html/glib-Memory-Chunks.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Memory-Chunks.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Memory-Chunks.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Memory Chunks - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -36,7 +36,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -45,7 +45,7 @@
 #define             G_ALLOC_AND_FREE
 #define             G_ALLOC_ONLY
 
-GMemChunk *         g_mem_chunk_new                     (const gchar *name,
+GMemChunk*          g_mem_chunk_new                     (const gchar *name,
                                                          gint atom_size,
                                                          gsize area_size,
                                                          gint type);
@@ -73,7 +73,7 @@
 void                g_mem_chunk_print                   (GMemChunk *mem_chunk);
 
-
+

Description

Memory chunks provide an space-efficient way to allocate equal-sized @@ -134,7 +134,7 @@

-

Example 17. Using a GMemChunk

+

Example 17. Using a GMemChunk

@@ -198,7 +198,7 @@

-

Example 18. Using a GMemChunk with data structures

+

Example 18. Using a GMemChunk with data structures

@@ -250,12 +250,12 @@


-
+

Details

-
+

GMemChunk

typedef struct _GMemChunk GMemChunk;
-
+

Warning

GMemChunk is deprecated and should not be used in newly-written code.

@@ -266,11 +266,11 @@


-
+

G_ALLOC_AND_FREE

#define G_ALLOC_AND_FREE  2
 
-
+

Warning

G_ALLOC_AND_FREE is deprecated and should not be used in newly-written code.

@@ -281,11 +281,11 @@


-
+

G_ALLOC_ONLY

#define G_ALLOC_ONLY	  1
 
-
+

Warning

G_ALLOC_ONLY is deprecated and should not be used in newly-written code.

@@ -296,13 +296,13 @@


-
+

g_mem_chunk_new ()

-
GMemChunk *         g_mem_chunk_new                     (const gchar *name,
+
GMemChunk*          g_mem_chunk_new                     (const gchar *name,
                                                          gint atom_size,
                                                          gsize area_size,
                                                          gint type);
-
+

Warning

g_mem_chunk_new has been deprecated since version 2.10 and should not be used in newly-written code. Use the slice allocator instead

@@ -350,10 +350,10 @@

-
+

g_mem_chunk_alloc ()

gpointer            g_mem_chunk_alloc                   (GMemChunk *mem_chunk);
-
+

Warning

g_mem_chunk_alloc has been deprecated since version 2.10 and should not be used in newly-written code. Use g_slice_alloc() instead

@@ -377,10 +377,10 @@

-
+

g_mem_chunk_alloc0 ()

gpointer            g_mem_chunk_alloc0                  (GMemChunk *mem_chunk);
-
+

Warning

g_mem_chunk_alloc0 has been deprecated since version 2.10 and should not be used in newly-written code. Use g_slice_alloc0() instead

@@ -405,11 +405,11 @@

-
+

g_mem_chunk_free ()

void                g_mem_chunk_free                    (GMemChunk *mem_chunk,
                                                          gpointer mem);
-
+

Warning

g_mem_chunk_free has been deprecated since version 2.10 and should not be used in newly-written code. Use g_slice_free1() instead

@@ -435,10 +435,10 @@

-
+

g_mem_chunk_destroy ()

void                g_mem_chunk_destroy                 (GMemChunk *mem_chunk);
-
+

Warning

g_mem_chunk_destroy has been deprecated since version 2.10 and should not be used in newly-written code. Use the slice allocator instead

@@ -456,10 +456,10 @@

-
+

g_mem_chunk_create()

#define             g_mem_chunk_create(type, pre_alloc, alloc_type)
-
+

Warning

g_mem_chunk_create has been deprecated since version 2.10 and should not be used in newly-written code. Use the slice allocator instead

@@ -503,10 +503,10 @@

-
+

g_chunk_new()

#define             g_chunk_new(type, chunk)
-
+

Warning

g_chunk_new has been deprecated since version 2.10 and should not be used in newly-written code. Use g_slice_new() instead

@@ -538,10 +538,10 @@

-
+

g_chunk_new0()

#define             g_chunk_new0(type, chunk)
-
+

Warning

g_chunk_new0 has been deprecated since version 2.10 and should not be used in newly-written code. Use g_slice_new0() instead

@@ -573,10 +573,10 @@

-
+

g_chunk_free()

#define             g_chunk_free(mem, mem_chunk)
-
+

Warning

g_chunk_free has been deprecated since version 2.10 and should not be used in newly-written code. Use g_slice_free() instead

@@ -603,10 +603,10 @@

-
+

g_mem_chunk_reset ()

void                g_mem_chunk_reset                   (GMemChunk *mem_chunk);
-
+

Warning

g_mem_chunk_reset has been deprecated since version 2.10 and should not be used in newly-written code. Use the slice allocator instead

@@ -625,10 +625,10 @@

-
+

g_mem_chunk_clean ()

void                g_mem_chunk_clean                   (GMemChunk *mem_chunk);
-
+

Warning

g_mem_chunk_clean has been deprecated since version 2.10 and should not be used in newly-written code. Use the slice allocator instead

@@ -646,10 +646,10 @@

-
+

g_blow_chunks ()

void                g_blow_chunks                       (void);
-
+

Warning

g_blow_chunks has been deprecated since version 2.10 and should not be used in newly-written code. Use the slice allocator instead

@@ -659,10 +659,10 @@


-
+

g_mem_chunk_info ()

void                g_mem_chunk_info                    (void);
-
+

Warning

g_mem_chunk_info has been deprecated since version 2.10 and should not be used in newly-written code. Use the slice allocator instead

@@ -675,10 +675,10 @@


-
+

g_mem_chunk_print ()

void                g_mem_chunk_print                   (GMemChunk *mem_chunk);
-
+

Warning

g_mem_chunk_print has been deprecated since version 2.10 and should not be used in newly-written code. Use the slice allocator instead

@@ -701,6 +701,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Memory-Slices.html glib2.0-2.26.1/docs/reference/glib/html/glib-Memory-Slices.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Memory-Slices.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Memory-Slices.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Memory Slices - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -61,7 +61,7 @@
                                                          next)
 
-
+

Description

Memory slices provide a space-efficient and multi-processing scalable @@ -72,7 +72,7 @@

To achieve these goals, the slice allocator uses a sophisticated, layered design that has been inspired by Bonwick's slab allocator -[6]. +[6]. It uses posix_memalign() to optimize allocations of many equally-sized chunks, and has per-thread free lists (the so-called magazine layer) to quickly satisfy allocation requests of already known structure sizes. @@ -93,7 +93,7 @@ object size used at allocation time is still available when freeing.

-

Example 15. Using the slice allocator

+

Example 15. Using the slice allocator

@@ -135,7 +135,7 @@
-

Example 16. Using the slice allocator with data structures

+

Example 16. Using the slice allocator with data structures

@@ -172,9 +172,9 @@
-
+

Details

-
+

g_slice_alloc ()

gpointer            g_slice_alloc                       (gsize block_size);

@@ -206,7 +206,7 @@

Since 2.10


-
+

g_slice_alloc0 ()

gpointer            g_slice_alloc0                      (gsize block_size);

@@ -234,7 +234,7 @@

Since 2.10


-
+

g_slice_copy ()

gpointer            g_slice_copy                        (gsize block_size,
                                                          gconstpointer mem_block);
@@ -265,7 +265,7 @@

Since 2.14


-
+

g_slice_free1 ()

void                g_slice_free1                       (gsize block_size,
                                                          gpointer mem_block);
@@ -295,7 +295,7 @@

Since 2.10


-
+

g_slice_free_chain_with_offset ()

void                g_slice_free_chain_with_offset      (gsize block_size,
                                                          gpointer mem_chain,
@@ -333,7 +333,7 @@
 

Since 2.10


-
+

g_slice_new()

#define             g_slice_new(type)

@@ -363,7 +363,7 @@

Since 2.10


-
+

g_slice_new0()

#define             g_slice_new0(type)

@@ -393,7 +393,7 @@

Since 2.10


-
+

g_slice_dup()

#define             g_slice_dup(type, mem)

@@ -428,7 +428,7 @@

Since 2.14


-
+

g_slice_free()

#define             g_slice_free(type, mem)

@@ -457,7 +457,7 @@

Since 2.10


-
+

g_slice_free_chain()

#define             g_slice_free_chain(type, mem_chain, next)

@@ -495,7 +495,7 @@



-

[6] +

[6] [Bonwick94] Jeff Bonwick, The slab allocator: An object-caching kernel memory allocator. USENIX 1994, and [Bonwick01] Bonwick and Jonathan Adams, Magazines and vmem: Extending the @@ -505,6 +505,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Message-Logging.html glib2.0-2.26.1/docs/reference/glib/html/glib-Message-Logging.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Message-Logging.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Message-Logging.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Message Logging - + - + @@ -26,7 +26,7 @@ Description
-
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -57,16 +57,11 @@
                                                          GLogLevelFlags log_level,
                                                          const gchar *format,
                                                          va_list args);
-void                g_message                           (const gchar *format,
-                                                         ...);
-void                g_warning                           (const gchar *format,
-                                                         ...);
-void                g_critical                          (const gchar *format,
-                                                         ...);
-void                g_error                             (const gchar *format,
-                                                         ...);
-void                g_debug                             (const gchar *format,
-                                                         ...);
+#define             g_message                           (...)
+#define             g_warning                           (...)
+#define             g_critical                          (...)
+#define             g_error                             (...)
+#define             g_debug                             (...)
 
 guint               g_log_set_handler                   (const gchar *log_domain,
                                                          GLogLevelFlags log_levels,
@@ -85,7 +80,7 @@
                                                          gpointer user_data);
 
-
+

Description

These functions provide support for logging error messages or messages @@ -96,9 +91,9 @@ These can be extended with user-defined levels.

-
+

Details

-
+

G_LOG_DOMAIN

#define G_LOG_DOMAIN    ((gchar*) 0)
 
@@ -125,7 +120,7 @@

-
+

G_LOG_FATAL_MASK

#define G_LOG_FATAL_MASK        (G_LOG_FLAG_RECURSION | G_LOG_LEVEL_ERROR)
 
@@ -134,7 +129,7 @@


-
+

G_LOG_LEVEL_USER_SHIFT

#define G_LOG_LEVEL_USER_SHIFT  (8)
 
@@ -143,7 +138,7 @@


-
+

GLogFunc ()

void                (*GLogFunc)                         (const gchar *log_domain,
                                                          GLogLevelFlags log_level,
@@ -180,7 +175,7 @@
 

-
+

enum GLogLevelFlags

typedef enum
 {
@@ -219,25 +214,25 @@
 
 
 

G_LOG_LEVEL_ERROR

-log level for errors, see g_error(). +log level for errors, see g_error(). This level is also used for messages produced by g_assert().

G_LOG_LEVEL_CRITICAL

-log level for critical messages, see g_critical(). +log level for critical messages, see g_critical(). This level is also used for messages produced by g_return_if_fail() and g_return_val_if_fail().

G_LOG_LEVEL_WARNING

-log level for warnings, see g_warning() +log level for warnings, see g_warning()

G_LOG_LEVEL_MESSAGE

-log level for messages, see g_message() +log level for messages, see g_message() @@ -247,7 +242,7 @@

G_LOG_LEVEL_DEBUG

-log level for debug messages, see g_debug() +log level for debug messages, see g_debug() @@ -259,7 +254,7 @@

-
+

g_log ()

void                g_log                               (const gchar *log_domain,
                                                          GLogLevelFlags log_level,
@@ -298,7 +293,7 @@
 

-
+

g_logv ()

void                g_logv                              (const gchar *log_domain,
                                                          GLogLevelFlags log_level,
@@ -337,34 +332,25 @@
 

-
-

g_message ()

-
void                g_message                           (const gchar *format,
-                                                         ...);
+
+

g_message()

+
#define             g_message(...)

A convenience function/macro to log a normal message.

- - - - - - + - - - +

format :

-

... :

+format string, followed by parameters to insert into the format string (as with printf())

-
-

g_warning ()

-
void                g_warning                           (const gchar *format,
-                                                         ...);
+
+

g_warning()

+
#define             g_warning(...)

A convenience function/macro to log a warning message.

@@ -374,30 +360,22 @@

- - - - - - + - - - +

format :

-

... :

+format string, followed by parameters to insert into the format string (as with printf())

-
-

g_critical ()

-
void                g_critical                          (const gchar *format,
-                                                         ...);
+
+

g_critical()

+
#define             g_critical(...)

Logs a "critical warning" (G_LOG_LEVEL_CRITICAL). It's more or less application-defined what constitutes a critical vs. a regular warning. You could call g_log_set_always_fatal() to make critical -warnings exit the program, then use g_critical() for fatal errors, for +warnings exit the program, then use g_critical() for fatal errors, for example.

@@ -407,25 +385,17 @@

- - - - - - + - - - +

format :

-

... :

+format string, followed by parameters to insert into the format string (as with printf())

-
-

g_error ()

-
void                g_error                             (const gchar *format,
-                                                         ...);
+
+

g_error()

+
#define             g_error(...)

A convenience function/macro to log an error message. Error messages are always fatal, resulting in a call to @@ -436,47 +406,32 @@

- - - - - - + - - - +

format :

-

... :

+format string, followed by parameters to insert into the format string (as with printf())

-
-

g_debug ()

-
void                g_debug                             (const gchar *format,
-                                                         ...);
+
+

g_debug()

+
#define             g_debug(...)

A convenience function/macro to log a debug message.

- - - - - - + - - - +

format :

-

... :

+format string, followed by parameters to insert into the format string (as with printf())

Since 2.6


-
+

g_log_set_handler ()

guint               g_log_set_handler                   (const gchar *log_domain,
                                                          GLogLevelFlags log_levels,
@@ -494,7 +449,7 @@
 G_LOG_FLAG_FATAL.
 

-

Example 12. Adding a log handler for all warning messages in the default +

Example 12. Adding a log handler for all warning messages in the default (application) domain

@@ -511,7 +466,7 @@
-

Example 13. Adding a log handler for all critical messages from GTK+

+

Example 13. Adding a log handler for all critical messages from GTK+

@@ -527,7 +482,7 @@
-

Example 14. Adding a log handler for all messages from +

Example 14. Adding a log handler for all messages from GLib

@@ -577,7 +532,7 @@

-
+

g_log_remove_handler ()

void                g_log_remove_handler                (const gchar *log_domain,
                                                          guint handler_id);
@@ -601,7 +556,7 @@

-
+

g_log_set_always_fatal ()

GLogLevelFlags      g_log_set_always_fatal              (GLogLevelFlags fatal_mask);

@@ -633,7 +588,7 @@


-
+

g_log_set_fatal_mask ()

GLogLevelFlags      g_log_set_fatal_mask                (const gchar *log_domain,
                                                          GLogLevelFlags fatal_mask);
@@ -663,7 +618,7 @@

-
+

g_log_default_handler ()

void                g_log_default_handler               (const gchar *log_domain,
                                                          GLogLevelFlags log_level,
@@ -707,7 +662,7 @@
 

-
+

g_log_set_default_handler ()

GLogFunc            g_log_set_default_handler           (GLogFunc log_func,
                                                          gpointer user_data);
@@ -743,6 +698,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Miscellaneous-Macros.html glib2.0-2.26.1/docs/reference/glib/html/glib-Miscellaneous-Macros.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Miscellaneous-Macros.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Miscellaneous-Macros.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Miscellaneous Macros - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -108,16 +108,16 @@
 #define             G_GUINTPTR_FORMAT
 
-
+

Description

These macros provide more specialized features which are not needed so often by application programmers.

-
+

Details

-
+

G_INLINE_FUNC

#define             G_INLINE_FUNC

@@ -135,7 +135,7 @@


-
+

G_STMT_START

#  define G_STMT_START  do
 
@@ -145,7 +145,7 @@


-
+

G_STMT_END

#  define G_STMT_END    while (0)
 
@@ -155,7 +155,7 @@


-
+

G_BEGIN_DECLS

#define             G_BEGIN_DECLS

@@ -165,7 +165,7 @@


-
+

G_END_DECLS

#define             G_END_DECLS

@@ -175,7 +175,7 @@


-
+

G_N_ELEMENTS()

#define G_N_ELEMENTS(arr)		(sizeof (arr) / sizeof ((arr)[0]))
 
@@ -195,7 +195,7 @@

-
+

G_VA_COPY()

#define             G_VA_COPY(ap1,ap2)

@@ -223,7 +223,7 @@


-
+

G_STRINGIFY()

#define G_STRINGIFY(macro_or_string) G_STRINGIFY_ARG (macro_or_string)
 
@@ -268,7 +268,7 @@

-
+

G_PASTE()

#define G_PASTE(identifier1,identifier2)      G_PASTE_ARGS (identifier1, identifier2)
 
@@ -330,7 +330,7 @@

Since 2.20


-
+

G_STATIC_ASSERT()

#define G_STATIC_ASSERT(expr) typedef struct { char Compile_Time_Assertion[(expr) ? 1 : -1]; } G_PASTE (_GStaticAssert_, __LINE__)
 
@@ -351,7 +351,7 @@

Since 2.20


-
+

G_GNUC_EXTENSION

#define             G_GNUC_EXTENSION

@@ -362,7 +362,7 @@


-
+

G_GNUC_CONST

#define             G_GNUC_CONST

@@ -371,7 +371,7 @@ to the function. A const function doesn't examine any values except its parameters, and has no effects except its return value. See the GNU C documentation for details.

-
+

Note

A function that has pointer arguments and examines the data pointed to @@ -382,7 +382,7 @@


-
+

G_GNUC_PURE

#define             G_GNUC_PURE

@@ -394,7 +394,7 @@


-
+

G_GNUC_MALLOC

#define             G_GNUC_MALLOC

@@ -408,7 +408,7 @@

Since 2.6


-
+

G_GNUC_ALLOC_SIZE()

#define             G_GNUC_ALLOC_SIZE(x)

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

Since 2.18


-
+

G_GNUC_ALLOC_SIZE2()

#define             G_GNUC_ALLOC_SIZE2(x,y)

@@ -457,7 +457,7 @@

Since 2.18


-
+

G_GNUC_DEPRECATED

#define             G_GNUC_DEPRECATED

@@ -471,7 +471,7 @@

Since 2.2


-
+

G_GNUC_DEPRECATED_FOR()

#define             G_GNUC_DEPRECATED_FOR(f)

@@ -492,7 +492,7 @@

Since 2.25.3


-
+

G_GNUC_NORETURN

#define             G_GNUC_NORETURN

@@ -503,7 +503,7 @@


-
+

G_GNUC_UNUSED

#define             G_GNUC_UNUSED

@@ -513,7 +513,7 @@


-
+

G_GNUC_PRINTF()

#define             G_GNUC_PRINTF( format_idx, arg_idx )

@@ -558,7 +558,7 @@


-
+

G_GNUC_SCANF()

#define             G_GNUC_SCANF( format_idx, arg_idx )

@@ -586,7 +586,7 @@


-
+

G_GNUC_FORMAT()

#define             G_GNUC_FORMAT( arg_idx )

@@ -622,7 +622,7 @@


-
+

G_GNUC_NULL_TERMINATED

#define             G_GNUC_NULL_TERMINATED

@@ -634,7 +634,7 @@

Since: 2.8

-
+

G_GNUC_WARN_UNUSED_RESULT

#define             G_GNUC_WARN_UNUSED_RESULT

@@ -646,10 +646,10 @@

Since 2.10


-
+

G_GNUC_FUNCTION

#define             G_GNUC_FUNCTION
-
+

Warning

G_GNUC_FUNCTION has been deprecated since version 2.16 and should not be used in newly-written code. Use G_STRFUNC instead.

@@ -659,10 +659,10 @@


-
+

G_GNUC_PRETTY_FUNCTION

#define             G_GNUC_PRETTY_FUNCTION
-
+

Warning

G_GNUC_PRETTY_FUNCTION has been deprecated since version 2.16 and should not be used in newly-written code. Use G_STRFUNC instead.

@@ -673,7 +673,7 @@


-
+

G_GNUC_NO_INSTRUMENT

#define             G_GNUC_NO_INSTRUMENT

@@ -686,7 +686,7 @@


-
+

G_HAVE_GNUC_VISIBILITY

#define G_HAVE_GNUC_VISIBILITY 1
 
@@ -694,7 +694,7 @@


-
+

G_GNUC_INTERNAL

#define             G_GNUC_INTERNAL

@@ -735,7 +735,7 @@ Since: 2.6


-
+

G_GNUC_MAY_ALIAS

#define             G_GNUC_MAY_ALIAS

@@ -747,7 +747,7 @@

Since: 2.14

-
+

G_LIKELY()

#define             G_LIKELY(expr)

@@ -785,7 +785,7 @@

Since 2.2


-
+

G_UNLIKELY()

#define             G_UNLIKELY(expr)

@@ -823,7 +823,7 @@

Since 2.2


-
+

G_STRLOC

#define             G_STRLOC

@@ -831,7 +831,7 @@


-
+

G_STRFUNC

#define             G_STRFUNC

@@ -840,7 +840,7 @@

Since 2.4


-
+

G_GINT16_MODIFIER

#define G_GINT16_MODIFIER "h"
 
@@ -872,7 +872,7 @@

Since 2.4


-
+

G_GINT16_FORMAT

#define G_GINT16_FORMAT "hi"
 
@@ -907,7 +907,7 @@


-
+

G_GUINT16_FORMAT

#define G_GUINT16_FORMAT "hu"
 
@@ -917,7 +917,7 @@


-
+

G_GINT32_MODIFIER

#define G_GINT32_MODIFIER ""
 
@@ -929,7 +929,7 @@

Since 2.4


-
+

G_GINT32_FORMAT

#define G_GINT32_FORMAT "i"
 
@@ -939,7 +939,7 @@


-
+

G_GUINT32_FORMAT

#define G_GUINT32_FORMAT "u"
 
@@ -949,7 +949,7 @@


-
+

G_GINT64_MODIFIER

#define G_GINT64_MODIFIER "l"
 
@@ -957,7 +957,7 @@ The platform dependent length modifier for conversion specifiers for scanning and printing values of type gint64 or guint64. It is a string literal.

-
+

Note

Some platforms do not support printing 64 bit integers, @@ -968,7 +968,7 @@

Since 2.4


-
+

G_GINT64_FORMAT

#define G_GINT64_FORMAT "li"
 
@@ -976,7 +976,7 @@ This is the platform dependent conversion specifier for scanning and printing values of type gint64. See also G_GINT16_FORMAT.

-
+

Note

Some platforms do not support scanning and printing 64 bit integers, @@ -989,7 +989,7 @@


-
+

G_GUINT64_FORMAT

#define G_GUINT64_FORMAT "lu"
 
@@ -997,7 +997,7 @@ This is the platform dependent conversion specifier for scanning and printing values of type guint64. See also G_GINT16_FORMAT.

-
+

Note

Some platforms do not support scanning and printing 64 bit integers, @@ -1009,7 +1009,7 @@


-
+

G_GSIZE_MODIFIER

#define G_GSIZE_MODIFIER "l"
 
@@ -1020,7 +1020,7 @@

Since 2.6


-
+

G_GSIZE_FORMAT

#define G_GSIZE_FORMAT "lu"
 
@@ -1031,7 +1031,7 @@

Since 2.6


-
+

G_GSSIZE_FORMAT

#define G_GSSIZE_FORMAT "li"
 
@@ -1042,7 +1042,7 @@

Since 2.6


-
+

G_GOFFSET_MODIFIER

#define G_GOFFSET_MODIFIER      G_GINT64_MODIFIER
 
@@ -1054,7 +1054,7 @@

Since 2.20


-
+

G_GOFFSET_FORMAT

#define G_GOFFSET_FORMAT        G_GINT64_FORMAT
 
@@ -1064,7 +1064,7 @@

Since: 2.20

-
+

G_GINTPTR_MODIFIER

#define G_GINTPTR_MODIFIER      "l"
 
@@ -1075,7 +1075,7 @@

Since 2.22


-
+

G_GINTPTR_FORMAT

#define G_GINTPTR_FORMAT        "li"
 
@@ -1086,7 +1086,7 @@

Since 2.22


-
+

G_GUINTPTR_FORMAT

#define G_GUINTPTR_FORMAT       "lu"
 
@@ -1100,6 +1100,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Miscellaneous-Utility-Functions.html glib2.0-2.26.1/docs/reference/glib/html/glib-Miscellaneous-Utility-Functions.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Miscellaneous-Utility-Functions.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Miscellaneous-Utility-Functions.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ Miscellaneous Utility Functions - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,42 +35,42 @@
-
+

Synopsis

 #include <glib.h>
 
-const gchar *       g_get_application_name              (void);
+const gchar*        g_get_application_name              (void);
 void                g_set_application_name              (const gchar *application_name);
-gchar *                 g_get_prgname                   (void);
+gchar*              g_get_prgname                       (void);
 void                g_set_prgname                       (const gchar *prgname);
-const gchar *       g_getenv                            (const gchar *variable);
+const gchar*        g_getenv                            (const gchar *variable);
 gboolean            g_setenv                            (const gchar *variable,
                                                          const gchar *value,
                                                          gboolean overwrite);
 void                g_unsetenv                          (const gchar *variable);
-gchar **                g_listenv                       (void);
-const gchar *       g_get_user_name                     (void);
-const gchar *       g_get_real_name                     (void);
-const gchar *       g_get_user_cache_dir                (void);
-const gchar *       g_get_user_data_dir                 (void);
-const gchar *       g_get_user_config_dir               (void);
+gchar**             g_listenv                           (void);
+const gchar*        g_get_user_name                     (void);
+const gchar*        g_get_real_name                     (void);
+const gchar*        g_get_user_cache_dir                (void);
+const gchar*        g_get_user_data_dir                 (void);
+const gchar*        g_get_user_config_dir               (void);
 enum                GUserDirectory;
-const gchar *       g_get_user_special_dir              (GUserDirectory directory);
-const gchar * const * g_get_system_data_dirs            (void);
-const gchar * const * g_get_system_config_dirs          (void);
+const gchar*        g_get_user_special_dir              (GUserDirectory directory);
+const gchar* const * g_get_system_data_dirs             (void);
+const gchar* const * g_get_system_config_dirs           (void);
 void                g_reload_user_special_dirs_cache    (void);
 
-const gchar *       g_get_host_name                     (void);
-const gchar *       g_get_home_dir                      (void);
-const gchar *       g_get_tmp_dir                       (void);
-gchar *                 g_get_current_dir               (void);
-const gchar *       g_basename                          (const gchar *file_name);
+const gchar*        g_get_host_name                     (void);
+const gchar*        g_get_home_dir                      (void);
+const gchar*        g_get_tmp_dir                       (void);
+gchar*              g_get_current_dir                   (void);
+const gchar*        g_basename                          (const gchar *file_name);
 #define             g_dirname
 gboolean            g_path_is_absolute                  (const gchar *file_name);
-const gchar *       g_path_skip_root                    (const gchar *file_name);
-gchar *                 g_path_get_basename             (const gchar *file_name);
-gchar *                 g_path_get_dirname              (const gchar *file_name);
+const gchar*        g_path_skip_root                    (const gchar *file_name);
+gchar*              g_path_get_basename                 (const gchar *file_name);
+gchar*              g_path_get_dirname                  (const gchar *file_name);
 gchar *             g_build_filename                    (const gchar *first_element,
                                                          ...);
 gchar *             g_build_filenamev                   (gchar **args);
@@ -81,7 +81,7 @@
                                                          gchar **args);
 char *              g_format_size_for_display           (goffset size);
 
-gchar *             g_find_program_in_path              (const gchar *program);
+gchar*              g_find_program_in_path              (const gchar *program);
 
 gint                g_bit_nth_lsf                       (gulong mask,
                                                          gint nth_bit);
@@ -110,17 +110,17 @@
 void                g_nullify_pointer                   (gpointer *nullify_location);
 
-
+

Description

These are portable utility functions.

-
+

Details

-
+

g_get_application_name ()

-
const gchar *       g_get_application_name              (void);
+
const gchar*        g_get_application_name              (void);

Gets a human-readable name for the application, as set by g_set_application_name(). This name should be localized if @@ -142,7 +142,7 @@

Since 2.2


-
+

g_set_application_name ()

void                g_set_application_name              (const gchar *application_name);

@@ -171,13 +171,13 @@

Since 2.2


-
+

g_get_prgname ()

-
gchar *                 g_get_prgname                   (void);
+
gchar*              g_get_prgname                       (void);

Gets the name of the program. This name should not be localized, contrast with g_get_application_name(). -(If you are using GDK or GTK+ the program name is set in gdk_init(), +(If you are using GDK or GTK+ the program name is set in gdk_init(), which is called by gtk_init(). The program name is found by taking the last component of argv[0].)

@@ -192,7 +192,7 @@

-
+

g_set_prgname ()

void                g_set_prgname                       (const gchar *prgname);

@@ -210,9 +210,9 @@


-
+

g_getenv ()

-
const gchar *       g_getenv                            (const gchar *variable);
+
const gchar*        g_getenv                            (const gchar *variable);

Returns the value of an environment variable. The name and value are in the GLib file name encoding. On UNIX, this means the actual @@ -241,7 +241,7 @@


-
+

g_setenv ()

gboolean            g_setenv                            (const gchar *variable,
                                                          const gchar *value,
@@ -285,7 +285,7 @@
 

Since 2.4


-
+

g_unsetenv ()

void                g_unsetenv                          (const gchar *variable);

@@ -308,9 +308,9 @@

Since 2.4


-
+

g_listenv ()

-
gchar **                g_listenv                       (void);
+
gchar**             g_listenv                           (void);

Gets the names of all variables set in the environment.

@@ -334,9 +334,9 @@

Since 2.8


-
+

g_get_user_name ()

-
const gchar *       g_get_user_name                     (void);
+
const gchar*        g_get_user_name                     (void);

Gets the user name of the current user. The encoding of the returned string is system-defined. On UNIX, it might be the preferred file name @@ -353,9 +353,9 @@


-
+

g_get_real_name ()

-
const gchar *       g_get_real_name                     (void);
+
const gchar*        g_get_real_name                     (void);

Gets the real name of the user. This usually comes from the user's entry in the passwd file. The encoding of the returned @@ -373,9 +373,9 @@


-
+

g_get_user_cache_dir ()

-
const gchar *       g_get_user_cache_dir                (void);
+
const gchar*        g_get_user_cache_dir                (void);

Returns a base directory in which to store non-essential, cached data specific to particular user. @@ -404,9 +404,9 @@

Since 2.6


-
+

g_get_user_data_dir ()

-
const gchar *       g_get_user_data_dir                 (void);
+
const gchar*        g_get_user_data_dir                 (void);

Returns a base directory in which to access application data such as icons that is customized for a particular user. @@ -433,9 +433,9 @@

Since 2.6


-
+

g_get_user_config_dir ()

-
const gchar *       g_get_user_config_dir               (void);
+
const gchar*        g_get_user_config_dir               (void);

Returns a base directory in which to store user-specific application configuration information such as user preferences and settings. @@ -464,7 +464,7 @@

Since 2.6


-
+

enum GUserDirectory

typedef enum {
   G_USER_DIRECTORY_DESKTOP,
@@ -542,9 +542,9 @@
 

Since 2.14


-
+

g_get_user_special_dir ()

-
const gchar *       g_get_user_special_dir              (GUserDirectory directory);
+
const gchar*        g_get_user_special_dir              (GUserDirectory directory);

Returns the full path of a special directory using its logical id.

@@ -580,9 +580,9 @@

Since 2.14


-
+

g_get_system_data_dirs ()

-
const gchar * const * g_get_system_data_dirs            (void);
+
const gchar* const * g_get_system_data_dirs             (void);

Returns an ordered list of base directories in which to access system-wide application data. @@ -632,9 +632,9 @@

Since 2.6


-
+

g_get_system_config_dirs ()

-
const gchar * const * g_get_system_config_dirs          (void);
+
const gchar* const * g_get_system_config_dirs           (void);

Returns an ordered list of base directories in which to access system-wide configuration information. @@ -665,7 +665,7 @@

Since 2.6


-
+

g_reload_user_special_dirs_cache ()

void                g_reload_user_special_dirs_cache    (void);

@@ -682,9 +682,9 @@

Since 2.22


-
+

g_get_host_name ()

-
const gchar *       g_get_host_name                     (void);
+
const gchar*        g_get_host_name                     (void);

Return a name for the machine.

@@ -712,9 +712,9 @@

Since 2.8


-
+

g_get_home_dir ()

-
const gchar *       g_get_home_dir                      (void);
+
const gchar*        g_get_home_dir                      (void);

Gets the current user's home directory as defined in the password database. @@ -768,9 +768,9 @@


-
+

g_get_tmp_dir ()

-
const gchar *       g_get_tmp_dir                       (void);
+
const gchar*        g_get_tmp_dir                       (void);

Gets the directory to use for temporary files. This is found from inspecting the environment variables TMPDIR, @@ -789,9 +789,9 @@


-
+

g_get_current_dir ()

-
gchar *                 g_get_current_dir               (void);
+
gchar*              g_get_current_dir                   (void);

Gets the current directory. The returned string should be freed when no longer needed. The encoding @@ -807,10 +807,10 @@


-
+

g_basename ()

-
const gchar *       g_basename                          (const gchar *file_name);
-
+
const gchar*        g_basename                          (const gchar *file_name);
+

Warning

g_basename has been deprecated since version 2.2 and should not be used in newly-written code. Use g_path_get_basename() instead, but notice that g_path_get_basename() allocates new memory for the returned string, unlike @@ -838,10 +838,10 @@


-
+

g_dirname

#define             g_dirname
-
+

Warning

g_dirname is deprecated and should not be used in newly-written code.

@@ -864,7 +864,7 @@

-
+

g_path_is_absolute ()

gboolean            g_path_is_absolute                  (const gchar *file_name);

@@ -889,9 +889,9 @@


-
+

g_path_skip_root ()

-
const gchar *       g_path_skip_root                    (const gchar *file_name);
+
const gchar*        g_path_skip_root                    (const gchar *file_name);

Returns a pointer into file_name after the root component, i.e. after the "/" in UNIX or "C:\" under Windows. If file_name is not an absolute @@ -914,9 +914,9 @@


-
+

g_path_get_basename ()

-
gchar *                 g_path_get_basename             (const gchar *file_name);
+
gchar*              g_path_get_basename                 (const gchar *file_name);

Gets the last component of the filename. If file_name ends with a directory separator it gets the component before the last slash. If @@ -942,9 +942,9 @@


-
+

g_path_get_dirname ()

-
gchar *                 g_path_get_dirname              (const gchar *file_name);
+
gchar*              g_path_get_dirname                  (const gchar *file_name);

Gets the directory components of a file name. If the file name has no directory components "." is returned. The returned string should be @@ -967,7 +967,7 @@


-
+

g_build_filename ()

gchar *             g_build_filename                    (const gchar *first_element,
                                                          ...);
@@ -1014,7 +1014,7 @@

-
+

g_build_filenamev ()

gchar *             g_build_filenamev                   (gchar **args);

@@ -1042,7 +1042,7 @@

Since 2.8


-
+

g_build_path ()

gchar *             g_build_path                        (const gchar *separator,
                                                          const gchar *first_element,
@@ -1108,7 +1108,7 @@
 

-
+

g_build_pathv ()

gchar *             g_build_pathv                       (const gchar *separator,
                                                          gchar **args);
@@ -1142,7 +1142,7 @@

Since 2.8


-
+

g_format_size_for_display ()

char *              g_format_size_for_display           (goffset size);

@@ -1177,9 +1177,9 @@

Since 2.16


-
+

g_find_program_in_path ()

-
gchar *             g_find_program_in_path              (const gchar *program);
+
gchar*              g_find_program_in_path              (const gchar *program);

Locates the first executable named program in the user's path, in the same way that execvp() would locate it. Returns an allocated string @@ -1217,7 +1217,7 @@


-
+

g_bit_nth_lsf ()

gint                g_bit_nth_lsf                       (gulong mask,
                                                          gint nth_bit);
@@ -1249,7 +1249,7 @@

-
+

g_bit_nth_msf ()

gint                g_bit_nth_msf                       (gulong mask,
                                                          gint nth_bit);
@@ -1281,7 +1281,7 @@

-
+

g_bit_storage ()

guint               g_bit_storage                       (gulong number);

@@ -1305,7 +1305,7 @@


-
+

g_spaced_primes_closest ()

guint               g_spaced_primes_closest             (guint num);

@@ -1335,7 +1335,7 @@


-
+

g_atexit ()

void                g_atexit                            (GVoidFunc func);

@@ -1386,7 +1386,7 @@


-
+

g_parse_debug_string ()

guint               g_parse_debug_string                (const gchar *string,
                                                          const GDebugKey *keys,
@@ -1431,7 +1431,7 @@
 

-
+

GDebugKey

typedef struct {
   const gchar *key;
@@ -1459,7 +1459,7 @@
 

-
+

GVoidFunc ()

void                (*GVoidFunc)                        (void);

@@ -1468,7 +1468,7 @@


-
+

GFreeFunc ()

void                (*GFreeFunc)                        (gpointer data);

@@ -1485,7 +1485,7 @@


-
+

g_qsort_with_data ()

void                g_qsort_with_data                   (gconstpointer pbase,
                                                          gint total_elems,
@@ -1528,7 +1528,7 @@
 

-
+

g_nullify_pointer ()

void                g_nullify_pointer                   (gpointer *nullify_location);

@@ -1547,6 +1547,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-N-ary-Trees.html glib2.0-2.26.1/docs/reference/glib/html/glib-N-ary-Trees.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-N-ary-Trees.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-N-ary-Trees.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ N-ary Trees - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,32 +35,32 @@
-
+

Synopsis

 #include <glib.h>
 
                     GNode;
-GNode *	            g_node_new                          (gpointer data);
-GNode *             g_node_copy                         (GNode *node);
+GNode*              g_node_new                          (gpointer data);
+GNode*              g_node_copy                         (GNode *node);
 gpointer            (*GCopyFunc)                        (gconstpointer src,
                                                          gpointer data);
-GNode *             g_node_copy_deep                    (GNode *node,
+GNode*              g_node_copy_deep                    (GNode *node,
                                                          GCopyFunc copy_func,
                                                          gpointer data);
 
-GNode *	            g_node_insert                       (GNode *parent,
+GNode*              g_node_insert                       (GNode *parent,
                                                          gint position,
                                                          GNode *node);
-GNode *	            g_node_insert_before                (GNode *parent,
+GNode*              g_node_insert_before                (GNode *parent,
                                                          GNode *sibling,
                                                          GNode *node);
-GNode *             g_node_insert_after                 (GNode *parent,
+GNode*              g_node_insert_after                 (GNode *parent,
                                                          GNode *sibling,
                                                          GNode *node);
 #define             g_node_append                       (parent,
                                                          node)
-GNode *	            g_node_prepend                      (GNode *parent,
+GNode*              g_node_prepend                      (GNode *parent,
                                                          GNode *node);
 
 #define             g_node_insert_data                  (parent,
@@ -91,12 +91,12 @@
 void                (*GNodeForeachFunc)                 (GNode *node,
                                                          gpointer data);
 
-GNode *	            g_node_get_root                     (GNode *node);
-GNode *	            g_node_find                         (GNode *root,
+GNode*              g_node_get_root                     (GNode *node);
+GNode*              g_node_find                         (GNode *root,
                                                          GTraverseType order,
                                                          GTraverseFlags flags,
                                                          gpointer data);
-GNode *	            g_node_find_child                   (GNode *node,
+GNode*              g_node_find_child                   (GNode *node,
                                                          GTraverseFlags flags,
                                                          gpointer data);
 gint                g_node_child_index                  (GNode *node,
@@ -104,13 +104,13 @@
 gint                g_node_child_position               (GNode *node,
                                                          GNode *child);
 #define             g_node_first_child                  (node)
-GNode *	            g_node_last_child                   (GNode *node);
-GNode *	            g_node_nth_child                    (GNode *node,
+GNode*              g_node_last_child                   (GNode *node);
+GNode*              g_node_nth_child                    (GNode *node,
                                                          guint n);
-GNode *	            g_node_first_sibling                (GNode *node);
+GNode*              g_node_first_sibling                (GNode *node);
 #define             g_node_next_sibling                 (node)
 #define             g_node_prev_sibling                 (node)
-GNode *	            g_node_last_sibling                 (GNode *node);
+GNode*              g_node_last_sibling                 (GNode *node);
 
 #define             G_NODE_IS_LEAF                      (node)
 #define             G_NODE_IS_ROOT                      (node)
@@ -129,7 +129,7 @@
 void                g_node_pop_allocator                (void);
 
-
+

Description

The GNode struct and its associated functions provide a N-ary tree @@ -171,9 +171,9 @@ g_node_destroy().

-
+

Details

-
+

GNode

typedef struct {
   gpointer data;
@@ -223,9 +223,9 @@
 

-
+

g_node_new ()

-
GNode *	            g_node_new                          (gpointer data);
+
GNode*              g_node_new                          (gpointer data);

Creates a new GNode containing the given data. Used to create the first node in a tree. @@ -247,9 +247,9 @@


-
+

g_node_copy ()

-
GNode *             g_node_copy                         (GNode *node);
+
GNode*              g_node_copy                         (GNode *node);

Recursively copies a GNode (but does not deep-copy the data inside the nodes, see g_node_copy_deep() if you need that). @@ -271,7 +271,7 @@


-
+

GCopyFunc ()

gpointer            (*GCopyFunc)                        (gconstpointer src,
                                                          gpointer data);
@@ -303,9 +303,9 @@

Since 2.4


-
+

g_node_copy_deep ()

-
GNode *             g_node_copy_deep                    (GNode *node,
+
GNode*              g_node_copy_deep                    (GNode *node,
                                                          GCopyFunc copy_func,
                                                          gpointer data);

@@ -341,9 +341,9 @@

Since 2.4


-
+

g_node_insert ()

-
GNode *	            g_node_insert                       (GNode *parent,
+
GNode*              g_node_insert                       (GNode *parent,
                                                          gint position,
                                                          GNode *node);

@@ -377,9 +377,9 @@


-
+

g_node_insert_before ()

-
GNode *	            g_node_insert_before                (GNode *parent,
+
GNode*              g_node_insert_before                (GNode *parent,
                                                          GNode *sibling,
                                                          GNode *node);

@@ -413,9 +413,9 @@


-
+

g_node_insert_after ()

-
GNode *             g_node_insert_after                 (GNode *parent,
+
GNode*              g_node_insert_after                 (GNode *parent,
                                                          GNode *sibling,
                                                          GNode *node);

@@ -449,7 +449,7 @@


-
+

g_node_append()

#define             g_node_append(parent, node)

@@ -477,9 +477,9 @@


-
+

g_node_prepend ()

-
GNode *	            g_node_prepend                      (GNode *parent,
+
GNode*              g_node_prepend                      (GNode *parent,
                                                          GNode *node);

Inserts a GNode as the first child of the given parent. @@ -506,7 +506,7 @@


-
+

g_node_insert_data()

#define             g_node_insert_data(parent, position, data)

@@ -540,7 +540,7 @@


-
+

g_node_insert_data_before()

#define             g_node_insert_data_before(parent, sibling, data)

@@ -573,7 +573,7 @@


-
+

g_node_append_data()

#define             g_node_append_data(parent, data)

@@ -601,7 +601,7 @@


-
+

g_node_prepend_data()

#define             g_node_prepend_data(parent, data)

@@ -629,7 +629,7 @@


-
+

g_node_reverse_children ()

void                g_node_reverse_children             (GNode *node);

@@ -646,7 +646,7 @@


-
+

g_node_traverse ()

void                g_node_traverse                     (GNode *root,
                                                          GTraverseType order,
@@ -701,7 +701,7 @@
 

-
+

enum GTraverseFlags

typedef enum
 {
@@ -758,7 +758,7 @@
 

-
+

GNodeTraverseFunc ()

gboolean            (*GNodeTraverseFunc)                (GNode *node,
                                                          gpointer data);
@@ -791,7 +791,7 @@

-
+

g_node_children_foreach ()

void                g_node_children_foreach             (GNode *node,
                                                          GTraverseFlags flags,
@@ -829,7 +829,7 @@
 

-
+

GNodeForeachFunc ()

void                (*GNodeForeachFunc)                 (GNode *node,
                                                          gpointer data);
@@ -855,9 +855,9 @@

-
+

g_node_get_root ()

-
GNode *	            g_node_get_root                     (GNode *node);
+
GNode*              g_node_get_root                     (GNode *node);

Gets the root of a tree.

@@ -878,9 +878,9 @@

-
+

g_node_find ()

-
GNode *	            g_node_find                         (GNode *root,
+
GNode*              g_node_find                         (GNode *root,
                                                          GTraverseType order,
                                                          GTraverseFlags flags,
                                                          gpointer data);
@@ -921,9 +921,9 @@

-
+

g_node_find_child ()

-
GNode *	            g_node_find_child                   (GNode *node,
+
GNode*              g_node_find_child                   (GNode *node,
                                                          GTraverseFlags flags,
                                                          gpointer data);

@@ -957,7 +957,7 @@


-
+

g_node_child_index ()

gint                g_node_child_index                  (GNode *node,
                                                          gpointer data);
@@ -988,7 +988,7 @@

-
+

g_node_child_position ()

gint                g_node_child_position               (GNode *node,
                                                          GNode *child);
@@ -1019,7 +1019,7 @@

-
+

g_node_first_child()

#define             g_node_first_child(node)

@@ -1043,9 +1043,9 @@


-
+

g_node_last_child ()

-
GNode *	            g_node_last_child                   (GNode *node);
+
GNode*              g_node_last_child                   (GNode *node);

Gets the last child of a GNode.

@@ -1066,9 +1066,9 @@

-
+

g_node_nth_child ()

-
GNode *	            g_node_nth_child                    (GNode *node,
+
GNode*              g_node_nth_child                    (GNode *node,
                                                          guint n);

Gets a child of a GNode, using the given index. @@ -1097,9 +1097,9 @@


-
+

g_node_first_sibling ()

-
GNode *	            g_node_first_sibling                (GNode *node);
+
GNode*              g_node_first_sibling                (GNode *node);

Gets the first sibling of a GNode. This could possibly be the node itself. @@ -1121,7 +1121,7 @@


-
+

g_node_next_sibling()

#define             g_node_next_sibling(node)

@@ -1145,7 +1145,7 @@


-
+

g_node_prev_sibling()

#define             g_node_prev_sibling(node)

@@ -1169,9 +1169,9 @@


-
+

g_node_last_sibling ()

-
GNode *	            g_node_last_sibling                 (GNode *node);
+
GNode*              g_node_last_sibling                 (GNode *node);

Gets the last sibling of a GNode. This could possibly be the node itself. @@ -1193,7 +1193,7 @@


-
+

G_NODE_IS_LEAF()

#define	 G_NODE_IS_LEAF(node) (((GNode*) (node))->children == NULL)
 
@@ -1218,7 +1218,7 @@

-
+

G_NODE_IS_ROOT()

#define             G_NODE_IS_ROOT(node)

@@ -1242,7 +1242,7 @@


-
+

g_node_depth ()

guint               g_node_depth                        (GNode *node);

@@ -1269,7 +1269,7 @@


-
+

g_node_n_nodes ()

guint               g_node_n_nodes                      (GNode *root,
                                                          GTraverseFlags flags);
@@ -1299,7 +1299,7 @@

-
+

g_node_n_children ()

guint               g_node_n_children                   (GNode *node);

@@ -1322,7 +1322,7 @@


-
+

g_node_is_ancestor ()

gboolean            g_node_is_ancestor                  (GNode *node,
                                                          GNode *descendant);
@@ -1353,7 +1353,7 @@

-
+

g_node_max_height ()

guint               g_node_max_height                   (GNode *root);

@@ -1381,7 +1381,7 @@


-
+

g_node_unlink ()

void                g_node_unlink                       (GNode *node);

@@ -1397,7 +1397,7 @@


-
+

g_node_destroy ()

void                g_node_destroy                      (GNode *root);

@@ -1414,10 +1414,10 @@


-
+

g_node_push_allocator ()

void                g_node_push_allocator               (gpointer dummy);
-
+

Warning

g_node_push_allocator has been deprecated since version 2.10 and should not be used in newly-written code. It does nothing, since GNode has been converted to the slice @@ -1441,10 +1441,10 @@


-
+

g_node_pop_allocator ()

void                g_node_pop_allocator                (void);
-
+

Warning

g_node_pop_allocator has been deprecated since version 2.10 and should not be used in newly-written code. It does nothing, since GNode has been converted to the slice @@ -1463,6 +1463,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Numerical-Definitions.html glib2.0-2.26.1/docs/reference/glib/html/glib-Numerical-Definitions.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Numerical-Definitions.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Numerical-Definitions.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ Numerical Definitions - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -56,7 +56,7 @@
 #define             G_LOG_2_BASE_10
 
-
+

Description

GLib offers mathematical constants such as G_PI for the value of pi; @@ -72,9 +72,9 @@ for more information about IEEE number formats.

-
+

Details

-
+

G_IEEE754_FLOAT_BIAS

#define G_IEEE754_FLOAT_BIAS (127)
 
@@ -83,7 +83,7 @@


-
+

G_IEEE754_DOUBLE_BIAS

#define G_IEEE754_DOUBLE_BIAS (1023)
 
@@ -92,7 +92,7 @@


-
+

union GFloatIEEE754


 

@@ -103,7 +103,7 @@


-
+

union GDoubleIEEE754


 

@@ -114,7 +114,7 @@


-
+

G_E

#define G_E     2.7182818284590452353602874713526624977572470937000
 
@@ -123,7 +123,7 @@


-
+

G_LN2

#define G_LN2   0.69314718055994530941723212145817656807550013436026
 
@@ -132,7 +132,7 @@


-
+

G_LN10

#define G_LN10  2.3025850929940456840179914546843642076011014886288
 
@@ -141,7 +141,7 @@


-
+

G_PI

#define G_PI    3.1415926535897932384626433832795028841971693993751
 
@@ -150,7 +150,7 @@


-
+

G_PI_2

#define G_PI_2  1.5707963267948966192313216916397514420985846996876
 
@@ -159,7 +159,7 @@


-
+

G_PI_4

#define G_PI_4  0.78539816339744830961566084581987572104929234984378
 
@@ -168,7 +168,7 @@


-
+

G_SQRT2

#define G_SQRT2 1.4142135623730950488016887242096980785696718753769
 
@@ -177,7 +177,7 @@


-
+

G_LOG_2_BASE_10

#define G_LOG_2_BASE_10		(0.30102999566398119521)
 
@@ -189,6 +189,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Perl-compatible-regular-expressions.html glib2.0-2.26.1/docs/reference/glib/html/glib-Perl-compatible-regular-expressions.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Perl-compatible-regular-expressions.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Perl-compatible-regular-expressions.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Perl-compatible regular expressions - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -155,7 +155,7 @@
 gchar **            g_match_info_fetch_all              (const GMatchInfo *match_info);
 
-
+

Description

The g_regex_*() functions implement regular @@ -218,9 +218,9 @@ written by Philip Hazel.

-
+

Details

-
+

enum GRegexError

typedef enum
 {
@@ -525,7 +525,7 @@
 

Since 2.14


-
+

G_REGEX_ERROR

#define G_REGEX_ERROR g_regex_error_quark ()
 
@@ -537,7 +537,7 @@

Since


-
+

enum GRegexCompileFlags

typedef enum
 {
@@ -680,7 +680,7 @@
 

Since 2.14


-
+

enum GRegexMatchFlags

typedef enum
 {
@@ -778,7 +778,7 @@
 

Since 2.14


-
+

GRegex

typedef struct _GRegex GRegex;

@@ -788,7 +788,7 @@

Since 2.14


-
+

GRegexEvalCallback ()

gboolean            (*GRegexEvalCallback)               (const GMatchInfo *match_info,
                                                          GString *result,
@@ -830,7 +830,7 @@
 

Since 2.14


-
+

g_regex_new ()

GRegex *            g_regex_new                         (const gchar *pattern,
                                                          GRegexCompileFlags compile_options,
@@ -875,7 +875,7 @@
 

Since 2.14


-
+

g_regex_ref ()

GRegex *            g_regex_ref                         (GRegex *regex);

@@ -900,7 +900,7 @@

Since 2.14


-
+

g_regex_unref ()

void                g_regex_unref                       (GRegex *regex);

@@ -918,7 +918,7 @@

Since 2.14


-
+

g_regex_get_pattern ()

const gchar *       g_regex_get_pattern                 (const GRegex *regex);

@@ -944,7 +944,7 @@

Since 2.14


-
+

g_regex_get_max_backref ()

gint                g_regex_get_max_backref             (const GRegex *regex);

@@ -971,7 +971,7 @@

Since 2.14


-
+

g_regex_get_capture_count ()

gint                g_regex_get_capture_count           (const GRegex *regex);

@@ -996,7 +996,7 @@

Since 2.14


-
+

g_regex_get_string_number ()

gint                g_regex_get_string_number           (const GRegex *regex,
                                                          const gchar *name);
@@ -1029,7 +1029,7 @@

Since 2.14


-
+

g_regex_get_compile_flags ()

GRegexCompileFlags  g_regex_get_compile_flags           (const GRegex *regex);

@@ -1054,7 +1054,7 @@

Since 2.26


-
+

g_regex_get_match_flags ()

GRegexMatchFlags    g_regex_get_match_flags             (const GRegex *regex);

@@ -1079,7 +1079,7 @@

Since 2.26


-
+

g_regex_escape_string ()

gchar *             g_regex_escape_string               (const gchar *string,
                                                          gint length);
@@ -1117,7 +1117,7 @@

Since 2.14


-
+

g_regex_match_simple ()

gboolean            g_regex_match_simple                (const gchar *pattern,
                                                          const gchar *string,
@@ -1171,7 +1171,7 @@
 

Since 2.14


-
+

g_regex_match ()

gboolean            g_regex_match                       (const GRegex *regex,
                                                          const gchar *string,
@@ -1284,7 +1284,7 @@
 

Since 2.14


-
+

g_regex_match_full ()

gboolean            g_regex_match_full                  (const GRegex *regex,
                                                          const gchar *string,
@@ -1433,7 +1433,7 @@
 

Since 2.14


-
+

g_regex_match_all ()

gboolean            g_regex_match_all                   (const GRegex *regex,
                                                          const gchar *string,
@@ -1492,7 +1492,7 @@
 

Since 2.14


-
+

g_regex_match_all_full ()

gboolean            g_regex_match_all_full              (const GRegex *regex,
                                                          const gchar *string,
@@ -1595,7 +1595,7 @@
 

Since 2.14


-
+

g_regex_split_simple ()

gchar **            g_regex_split_simple                (const gchar *pattern,
                                                          const gchar *string,
@@ -1668,7 +1668,7 @@
 

Since 2.14


-
+

g_regex_split ()

gchar **            g_regex_split                       (const GRegex *regex,
                                                          const gchar *string,
@@ -1723,7 +1723,7 @@
 

Since 2.14


-
+

g_regex_split_full ()

gchar **            g_regex_split_full                  (const GRegex *regex,
                                                          const gchar *string,
@@ -1808,7 +1808,7 @@
 

Since 2.14


-
+

g_regex_replace ()

gchar *             g_regex_replace                     (const GRegex *regex,
                                                          const gchar *string,
@@ -1918,7 +1918,7 @@
 

Since 2.14


-
+

g_regex_replace_literal ()

gchar *             g_regex_replace_literal             (const GRegex *regex,
                                                          const gchar *string,
@@ -1987,7 +1987,7 @@
 

Since 2.14


-
+

g_regex_replace_eval ()

gchar *             g_regex_replace_eval                (const GRegex *regex,
                                                          const gchar *string,
@@ -2143,7 +2143,7 @@
 

Since 2.14


-
+

g_regex_check_replacement ()

gboolean            g_regex_check_replacement           (const gchar *replacement,
                                                          gboolean *has_references,
@@ -2190,7 +2190,7 @@
 

Since 2.14


-
+

GMatchInfo

typedef struct _GMatchInfo GMatchInfo;

@@ -2201,7 +2201,7 @@

Since 2.14


-
+

g_match_info_get_regex ()

GRegex *            g_match_info_get_regex              (const GMatchInfo *match_info);

@@ -2228,7 +2228,7 @@

Since 2.14


-
+

g_match_info_get_string ()

const gchar *       g_match_info_get_string             (const GMatchInfo *match_info);

@@ -2255,7 +2255,7 @@

Since 2.14


-
+

g_match_info_free ()

void                g_match_info_free                   (GMatchInfo *match_info);

@@ -2272,7 +2272,7 @@

Since 2.14


-
+

g_match_info_matches ()

gboolean            g_match_info_matches                (const GMatchInfo *match_info);

@@ -2298,7 +2298,7 @@

Since 2.14


-
+

g_match_info_next ()

gboolean            g_match_info_next                   (GMatchInfo *match_info,
                                                          GError **error);
@@ -2335,7 +2335,7 @@

Since 2.14


-
+

g_match_info_get_match_count ()

gint                g_match_info_get_match_count        (const GMatchInfo *match_info);

@@ -2368,7 +2368,7 @@

Since 2.14


-
+

g_match_info_is_partial_match ()

gboolean            g_match_info_is_partial_match       (const GMatchInfo *match_info);

@@ -2428,7 +2428,7 @@

Since 2.14


-
+

g_match_info_expand_references ()

gchar *             g_match_info_expand_references      (const GMatchInfo *match_info,
                                                          const gchar *string_to_expand,
@@ -2483,7 +2483,7 @@
 

Since 2.14


-
+

g_match_info_fetch ()

gchar *             g_match_info_fetch                  (const GMatchInfo *match_info,
                                                          gint match_num);
@@ -2533,7 +2533,7 @@

Since 2.14


-
+

g_match_info_fetch_pos ()

gboolean            g_match_info_fetch_pos              (const GMatchInfo *match_info,
                                                          gint match_num,
@@ -2595,7 +2595,7 @@
 

Since 2.14


-
+

g_match_info_fetch_named ()

gchar *             g_match_info_fetch_named            (const GMatchInfo *match_info,
                                                          const gchar *name);
@@ -2636,7 +2636,7 @@

Since 2.14


-
+

g_match_info_fetch_named_pos ()

gboolean            g_match_info_fetch_named_pos        (const GMatchInfo *match_info,
                                                          const gchar *name,
@@ -2689,7 +2689,7 @@
 

Since 2.14


-
+

g_match_info_fetch_all ()

gchar **            g_match_info_fetch_all              (const GMatchInfo *match_info);

@@ -2733,13 +2733,13 @@

Since 2.14

- + Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Pointer-Arrays.html glib2.0-2.26.1/docs/reference/glib/html/glib-Pointer-Arrays.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Pointer-Arrays.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Pointer-Arrays.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Pointer Arrays - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -36,18 +36,18 @@
-
+

Synopsis

 #include <glib.h>
 
                     GPtrArray;
-GPtrArray *         g_ptr_array_new                     (void);
-GPtrArray *         g_ptr_array_sized_new               (guint reserved_size);
-GPtrArray *         g_ptr_array_new_with_free_func      (GDestroyNotify element_free_func);
+GPtrArray*          g_ptr_array_new                     (void);
+GPtrArray*          g_ptr_array_sized_new               (guint reserved_size);
+GPtrArray*          g_ptr_array_new_with_free_func      (GDestroyNotify element_free_func);
 void                g_ptr_array_set_free_func           (GPtrArray *array,
                                                          GDestroyNotify element_free_func);
-GPtrArray *         g_ptr_array_ref                     (GPtrArray *array);
+GPtrArray*          g_ptr_array_ref                     (GPtrArray *array);
 void                g_ptr_array_unref                   (GPtrArray *array);
 void                g_ptr_array_add                     (GPtrArray *array,
                                                          gpointer data);
@@ -71,14 +71,14 @@
                                                          gint length);
 #define             g_ptr_array_index                   (array,
                                                          index_)
-gpointer *          g_ptr_array_free                    (GPtrArray *array,
+gpointer*           g_ptr_array_free                    (GPtrArray *array,
                                                          gboolean free_seg);
 void                g_ptr_array_foreach                 (GPtrArray *array,
                                                          GFunc func,
                                                          gpointer user_data);
 
-
+

Description

Pointer Arrays are similar to Arrays but are used only for storing @@ -86,7 +86,7 @@

-
+

Note

If you remove elements from the array, elements at the end of the array are moved into the space previously occupied by the @@ -118,7 +118,7 @@

-

Example 21. Using a GPtrArray

+

Example 21. Using a GPtrArray

@@ -158,9 +158,9 @@


-
+

Details

-
+

GPtrArray

typedef struct {
   gpointer *pdata;
@@ -188,9 +188,9 @@
 

-
+

g_ptr_array_new ()

-
GPtrArray *         g_ptr_array_new                     (void);
+
GPtrArray*          g_ptr_array_new                     (void);

Creates a new GPtrArray with a reference count of 1.

@@ -204,9 +204,9 @@

-
+

g_ptr_array_sized_new ()

-
GPtrArray *         g_ptr_array_sized_new               (guint reserved_size);
+
GPtrArray*          g_ptr_array_sized_new               (guint reserved_size);

Creates a new GPtrArray with reserved_size pointers preallocated and a reference count of 1. This avoids frequent reallocation, if @@ -230,9 +230,9 @@


-
+

g_ptr_array_new_with_free_func ()

-
GPtrArray *         g_ptr_array_new_with_free_func      (GDestroyNotify element_free_func);
+
GPtrArray*          g_ptr_array_new_with_free_func      (GDestroyNotify element_free_func);

Creates a new GPtrArray with a reference count of 1 and use element_free_func for freeing each element when the array is destroyed either via @@ -258,7 +258,7 @@

Since 2.22


-
+

g_ptr_array_set_free_func ()

void                g_ptr_array_set_free_func           (GPtrArray *array,
                                                          GDestroyNotify element_free_func);
@@ -285,9 +285,9 @@

Since 2.22


-
+

g_ptr_array_ref ()

-
GPtrArray *         g_ptr_array_ref                     (GPtrArray *array);
+
GPtrArray*          g_ptr_array_ref                     (GPtrArray *array);

Atomically increments the reference count of array by one. This function is MT-safe and may be called from any thread. @@ -311,7 +311,7 @@

Since 2.22


-
+

g_ptr_array_unref ()

void                g_ptr_array_unref                   (GPtrArray *array);

@@ -331,7 +331,7 @@

Since 2.22


-
+

g_ptr_array_add ()

void                g_ptr_array_add                     (GPtrArray *array,
                                                          gpointer data);
@@ -356,7 +356,7 @@

-
+

g_ptr_array_remove ()

gboolean            g_ptr_array_remove                  (GPtrArray *array,
                                                          gpointer data);
@@ -394,7 +394,7 @@

-
+

g_ptr_array_remove_index ()

gpointer            g_ptr_array_remove_index            (GPtrArray *array,
                                                          guint index_);
@@ -426,7 +426,7 @@

-
+

g_ptr_array_remove_fast ()

gboolean            g_ptr_array_remove_fast             (GPtrArray *array,
                                                          gpointer data);
@@ -464,7 +464,7 @@

-
+

g_ptr_array_remove_index_fast ()

gpointer            g_ptr_array_remove_index_fast       (GPtrArray *array,
                                                          guint index_);
@@ -497,7 +497,7 @@

-
+

g_ptr_array_remove_range ()

void                g_ptr_array_remove_range            (GPtrArray *array,
                                                          guint index_,
@@ -531,7 +531,7 @@
 

Since 2.4


-
+

g_ptr_array_sort ()

void                g_ptr_array_sort                    (GPtrArray *array,
                                                          GCompareFunc compare_func);
@@ -547,7 +547,7 @@

-
+

Note

The comparison function for g_ptr_array_sort() doesn't take the pointers from the array as arguments, it takes pointers to @@ -572,7 +572,7 @@


-
+

g_ptr_array_sort_with_data ()

void                g_ptr_array_sort_with_data          (GPtrArray *array,
                                                          GCompareDataFunc compare_func,
@@ -583,7 +583,7 @@
 

-
+

Note

The comparison function for g_ptr_array_sort_with_data() doesn't take the pointers from the array as arguments, it takes @@ -613,7 +613,7 @@


-
+

g_ptr_array_set_size ()

void                g_ptr_array_set_size                (GPtrArray *array,
                                                          gint length);
@@ -640,7 +640,7 @@

-
+

g_ptr_array_index()

#define             g_ptr_array_index(array,index_)

@@ -668,9 +668,9 @@


-
+

g_ptr_array_free ()

-
gpointer *          g_ptr_array_free                    (GPtrArray *array,
+
gpointer*           g_ptr_array_free                    (GPtrArray *array,
                                                          gboolean free_seg);

Frees the memory allocated for the GPtrArray. If free_seg is TRUE @@ -682,7 +682,7 @@

-
+

Note

If array contents point to dynamically-allocated memory, they should be freed separately if free_seg is TRUE and no @@ -713,7 +713,7 @@


-
+

g_ptr_array_foreach ()

void                g_ptr_array_foreach                 (GPtrArray *array,
                                                          GFunc func,
@@ -747,6 +747,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Quarks.html glib2.0-2.26.1/docs/reference/glib/html/glib-Quarks.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Quarks.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Quarks.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Quarks - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -36,7 +36,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -44,13 +44,13 @@
 typedef             GQuark;
 GQuark              g_quark_from_string                 (const gchar *string);
 GQuark              g_quark_from_static_string          (const gchar *string);
-const gchar *       g_quark_to_string                   (GQuark quark);
+const gchar*        g_quark_to_string                   (GQuark quark);
 GQuark              g_quark_try_string                  (const gchar *string);
-const gchar *       g_intern_string                     (const gchar *string);
-const gchar *       g_intern_static_string              (const gchar *string);
+const gchar*        g_intern_string                     (const gchar *string);
+const gchar*        g_intern_static_string              (const gchar *string);
 
-
+

Description

Quarks are associations between strings and integer identifiers. @@ -81,9 +81,9 @@ pointer comparision, rather than using strcmp().

-
+

Details

-
+

GQuark

typedef guint32 GQuark;
 
@@ -93,7 +93,7 @@


-
+

g_quark_from_string ()

GQuark              g_quark_from_string                 (const gchar *string);

@@ -119,7 +119,7 @@


-
+

g_quark_from_static_string ()

GQuark              g_quark_from_static_string          (const gchar *string);

@@ -155,9 +155,9 @@


-
+

g_quark_to_string ()

-
const gchar *       g_quark_to_string                   (GQuark quark);
+
const gchar*        g_quark_to_string                   (GQuark quark);

Gets the string associated with the given GQuark.

@@ -178,7 +178,7 @@

-
+

g_quark_try_string ()

GQuark              g_quark_try_string                  (const gchar *string);

@@ -207,9 +207,9 @@


-
+

g_intern_string ()

-
const gchar *       g_intern_string                     (const gchar *string);
+
const gchar*        g_intern_string                     (const gchar *string);

Returns a canonical representation for string. Interned strings can be compared for equality by comparing the pointers, instead of using strcmp(). @@ -233,9 +233,9 @@

Since 2.10


-
+

g_intern_static_string ()

-
const gchar *       g_intern_static_string              (const gchar *string);
+
const gchar*        g_intern_static_string              (const gchar *string);

Returns a canonical representation for string. Interned strings can be compared for equality by comparing the pointers, instead of using strcmp(). @@ -264,6 +264,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Random-Numbers.html glib2.0-2.26.1/docs/reference/glib/html/glib-Random-Numbers.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Random-Numbers.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Random-Numbers.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Random Numbers - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,17 +35,17 @@
-
+

Synopsis

 #include <glib.h>
 
                     GRand;
-GRand *             g_rand_new_with_seed                (guint32 seed);
-GRand *             g_rand_new_with_seed_array          (const guint32 *seed,
+GRand*              g_rand_new_with_seed                (guint32 seed);
+GRand*              g_rand_new_with_seed_array          (const guint32 *seed,
                                                          guint seed_length);
-GRand *             g_rand_new                          (void);
-GRand *             g_rand_copy                         (GRand *rand_);
+GRand*              g_rand_new                          (void);
+GRand*              g_rand_copy                         (GRand *rand_);
 void                g_rand_free                         (GRand *rand_);
 void                g_rand_set_seed                     (GRand *rand_,
                                                          guint32 seed);
@@ -71,7 +71,7 @@
                                                          gdouble end);
 
-
+

Description

The following functions allow you to use a portable, fast and good @@ -116,9 +116,9 @@ numbers generated with Glib-2.0 that you need to reproduce exactly.

-
+

Details

-
+

GRand

typedef struct _GRand GRand;

@@ -127,9 +127,9 @@


-
+

g_rand_new_with_seed ()

-
GRand *             g_rand_new_with_seed                (guint32 seed);
+
GRand*              g_rand_new_with_seed                (guint32 seed);

Creates a new random number generator initialized with seed.

@@ -150,9 +150,9 @@

-
+

g_rand_new_with_seed_array ()

-
GRand *             g_rand_new_with_seed_array          (const guint32 *seed,
+
GRand*              g_rand_new_with_seed_array          (const guint32 *seed,
                                                          guint seed_length);

Creates a new random number generator initialized with seed. @@ -181,9 +181,9 @@

Since 2.4


-
+

g_rand_new ()

-
GRand *             g_rand_new                          (void);
+
GRand*              g_rand_new                          (void);

Creates a new random number generator initialized with a seed taken either from /dev/urandom (if existing) or from @@ -199,9 +199,9 @@


-
+

g_rand_copy ()

-
GRand *             g_rand_copy                         (GRand *rand_);
+
GRand*              g_rand_copy                         (GRand *rand_);

Copies a GRand into a new one with the same exact state as before. This way you can take a snapshot of the random number generator for @@ -226,7 +226,7 @@

Since 2.4


-
+

g_rand_free ()

void                g_rand_free                         (GRand *rand_);

@@ -242,7 +242,7 @@


-
+

g_rand_set_seed ()

void                g_rand_set_seed                     (GRand *rand_,
                                                          guint32 seed);
@@ -266,7 +266,7 @@

-
+

g_rand_set_seed_array ()

void                g_rand_set_seed_array               (GRand *rand_,
                                                          const guint32 *seed,
@@ -301,7 +301,7 @@
 

Since 2.4


-
+

g_rand_boolean()

#define             g_rand_boolean(rand_)

@@ -325,7 +325,7 @@


-
+

g_rand_int ()

guint32             g_rand_int                          (GRand *rand_);

@@ -349,7 +349,7 @@


-
+

g_rand_int_range ()

gint32              g_rand_int_range                    (GRand *rand_,
                                                          gint32 begin,
@@ -385,7 +385,7 @@
 

-
+

g_rand_double ()

gdouble             g_rand_double                       (GRand *rand_);

@@ -409,7 +409,7 @@


-
+

g_rand_double_range ()

gdouble             g_rand_double_range                 (GRand *rand_,
                                                          gdouble begin,
@@ -445,7 +445,7 @@
 

-
+

g_random_set_seed ()

void                g_random_set_seed                   (guint32 seed);

@@ -462,7 +462,7 @@


-
+

g_random_boolean

#define             g_random_boolean()

@@ -478,7 +478,7 @@


-
+

g_random_int ()

guint32             g_random_int                        (void);

@@ -495,7 +495,7 @@


-
+

g_random_int_range ()

gint32              g_random_int_range                  (gint32 begin,
                                                          gint32 end);
@@ -525,7 +525,7 @@

-
+

g_random_double ()

gdouble             g_random_double                     (void);

@@ -541,7 +541,7 @@


-
+

g_random_double_range ()

gdouble             g_random_double_range               (gdouble begin,
                                                          gdouble end);
@@ -573,6 +573,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-regex-syntax.html glib2.0-2.26.1/docs/reference/glib/html/glib-regex-syntax.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-regex-syntax.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-regex-syntax.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Regular expression syntax - + - + @@ -19,7 +19,7 @@ GLib Reference Manual Next -
+
@@ -30,8 +30,8 @@
-
-

GRegex regular expression details

+
+

GRegex regular expression details

A regular expression is a pattern that is matched against a string from left to right. Most characters stand for themselves in a @@ -59,7 +59,7 @@ metacharacters are as follows:

-

Table 1. Metacharacters outside square brackets

+

Table 1. Metacharacters outside square brackets

@@ -126,7 +126,7 @@ class". In a character class the only metacharacters are:

-

Table 2. Metacharacters inside square brackets

+

Table 2. Metacharacters inside square brackets

@@ -162,8 +162,8 @@
-
-

Backslash

+
+

Backslash

The backslash character has several uses. Firstly, if it is followed by a non-alphanumeric character, it takes away any special meaning that @@ -197,8 +197,8 @@ The \Q...\E sequence is recognized both inside and outside character classes.

-
-

Non-printing characters

+
+

Non-printing characters

A second use of backslash provides a way of encoding non-printing characters in patterns in a visible manner. There is no restriction on the @@ -208,7 +208,7 @@ sequences than the binary character it represents:

-

Table 3. Non-printing characters

+

Table 3. Non-printing characters

@@ -309,7 +309,7 @@ a data character. Any subsequent digits stand for themselves. For example:

-

Table 4. Non-printing characters

+

Table 4. Non-printing characters

@@ -372,8 +372,8 @@


-
-

Absolute and relative back references

+
+

Absolute and relative back references

The sequence \g followed by a positive or negative number, optionally enclosed in braces, is an absolute or relative back reference. Back references are @@ -381,14 +381,14 @@


-
-

Generic character types

+
+

Generic character types

Another use of backslash is for specifying generic character types. The following are always recognized:

-

Table 5. Generic characters

+

Table 5. Generic characters

@@ -451,8 +451,8 @@


-
-

Newline sequences

+
+

Newline sequences

Outside a character class, the escape sequence \R matches any Unicode newline sequence. This particular group matches either the two-character sequence CR followed by @@ -463,14 +463,14 @@ cannot be split. Inside a character class, \R matches the letter "R".


-
-

Unicode character properties

+
+

Unicode character properties

To support generic character types there are three additional escape sequences, they are:

-

Table 6. Generic character types

+

Table 6. Generic character types

@@ -537,7 +537,7 @@ general category property codes are supported:

-

Table 7. Property codes

+

Table 7. Property codes

@@ -619,8 +619,8 @@


-
-

Simple assertions

+
+

Simple assertions

The final use of backslash is for certain simple assertions. An assertion specifies a condition that has to be met at a particular point in @@ -629,7 +629,7 @@ The backslashed assertions are:

-

Table 8. Simple assertions

+

Table 8. Simple assertions

@@ -710,8 +710,8 @@

-
-

Circumflex and dollar

+
+

Circumflex and dollar

Outside a character class, in the default matching mode, the circumflex character is an assertion that is true only if the current matching @@ -768,8 +768,8 @@ is set.

-
-

Full stop (period, dot)

+
+

Full stop (period, dot)

Outside a character class, a dot in the pattern matches any one character in the string, including a non-printing character, but not (by @@ -801,8 +801,8 @@ special meaning in a character class.

-
-

Matching a single byte

+
+

Matching a single byte

Outside a character class, the escape sequence \C matches any one byte, both in and out of UTF-8 mode. Unlike a dot, it always matches any line @@ -818,8 +818,8 @@ the length of the lookbehind.

-
-

Square brackets and character classes

+
+

Square brackets and character classes

An opening square bracket introduces a character class, terminated by a closing square bracket. A closing square bracket on its own is not special. If a closing square bracket is required as a member of the class, @@ -903,8 +903,8 @@ escaping other non-alphanumeric characters does no harm.

-
-

Posix character classes

+
+

Posix character classes

GRegex supports the POSIX notation for character classes. This uses names enclosed by [: and :] within the enclosing square brackets. For example, @@ -917,7 +917,7 @@ names are

-

Table 9. Posix classes

+

Table 9. Posix classes

@@ -1011,8 +1011,8 @@ of the POSIX character classes.

-
-

Vertical bar

+
+

Vertical bar

Vertical bar characters are used to separate alternative patterns. For example, the pattern @@ -1027,8 +1027,8 @@ left to right, and the first one that succeeds is used. If the alternatives are within a subpattern (defined below), "succeeds" means matching the rest of the main pattern as well as the alternative in the subpattern.

-
-

Internal option setting

+
+

Internal option setting

The settings of the G_REGEX_CASELESS, G_REGEX_MULTILINE, G_REGEX_MULTILINE, and G_REGEX_EXTENDED options can be changed from within the pattern by a @@ -1036,7 +1036,7 @@ option letters are

-

Table 10. Option settings

+

Table 10. Option settings

@@ -1109,8 +1109,8 @@ the characters U, X and J respectively.

-
-

Subpatterns

+
+

Subpatterns

Subpatterns are delimited by parentheses (round brackets), which can be nested. Turning part of a pattern into a subpattern does two things: @@ -1173,8 +1173,8 @@ "Saturday".

-
-

Named subpatterns

+
+

Named subpatterns

Identifying capturing parentheses by number is simple, but it can be very hard to keep track of the numbers in complicated regular expressions. @@ -1214,8 +1214,8 @@ pattern, the one that corresponds to the lowest number is used.

-
-

Repetition

+
+

Repetition

Repetition is specified by quantifiers, which can follow any of the following items: @@ -1278,7 +1278,7 @@ abbreviations:

-

Table 11. Abbreviations for quantifiers

+

Table 11. Abbreviations for quantifiers

@@ -1418,8 +1418,8 @@ matches "aba" the value of the second captured substring is "b".

-
-

Atomic grouping and possessive quantifiers

+
+

Atomic grouping and possessive quantifiers

With both maximizing ("greedy") and minimizing ("ungreedy" or "lazy") repetition, failure of what follows normally causes the repeated @@ -1536,8 +1536,8 @@ sequences of non-digits cannot be broken, and failure happens quickly.

-
-

Back references

+
+

Back references

Outside a character class, a backslash followed by a digit greater than 0 (and possibly further digits) is a back reference to a capturing subpattern @@ -1645,8 +1645,8 @@ the example above, or by a quantifier with a minimum of zero.

-
-

Assertions

+
+

Assertions

An assertion is a test on the characters following or preceding the current matching point that does not actually consume any characters. @@ -1669,8 +1669,8 @@ out only for positive assertions, because it does not make sense for negative assertions.

-
-

Lookahead assertions

+
+

Lookahead assertions

Lookahead assertions start with (?= for positive assertions and (?! for negative assertions. For example, @@ -1706,8 +1706,8 @@


-
-

Lookbehind assertions

+
+

Lookbehind assertions

Lookbehind assertions start with (?<= for positive assertions and (?<! for negative assertions. For example, @@ -1795,8 +1795,8 @@


-
-

Using multiple assertions

+
+

Using multiple assertions

Several assertions (of any sort) may occur in succession. For example,

@@ -1840,8 +1840,8 @@

-
-

Conditional subpatterns

+
+

Conditional subpatterns

It is possible to cause the matching process to obey a subpattern conditionally or to choose between two alternative subpatterns, depending @@ -1861,8 +1861,8 @@ There are four kinds of condition: references to subpatterns, references to recursion, a pseudo-condition called DEFINE, and assertions.

-
-

Checking for a used subpattern by number

+
+

Checking for a used subpattern by number

If the text between the parentheses consists of a sequence of digits, the condition is true if the capturing subpattern of that number has previously @@ -1890,8 +1890,8 @@


-
-

Checking for a used subpattern by name

+
+

Checking for a used subpattern by name

Perl uses the syntax (?(<name>)...) or (?('name')...) to test for a used subpattern by name, the Python syntax (?(name)...) is also recognized. However, @@ -1909,8 +1909,8 @@


-
-

Checking for pattern recursion

+
+

Checking for pattern recursion

If the condition is the string (R), and there is no subpattern with the name R, the condition is true if a recursive call to the whole pattern or any @@ -1932,8 +1932,8 @@


-
-

Defining subpatterns for use by reference only

+
+

Defining subpatterns for use by reference only

If the condition is the string (DEFINE), and there is no subpattern with the name DEFINE, the condition is always false. In this case, there may be only one @@ -1960,8 +1960,8 @@


-
-

Assertion conditions

+
+

Assertion conditions

If the condition is not in any of the above formats, it must be an assertion. This may be a positive or negative lookahead or lookbehind @@ -1983,8 +1983,8 @@

-
-

Comments

+
+

Comments

The sequence (?# marks the start of a comment that continues up to the next closing parenthesis. Nested parentheses are not permitted. The @@ -1997,8 +1997,8 @@ immediately after the next newline in the pattern.

-
-

Recursive patterns

+
+

Recursive patterns

Consider the problem of matching a string in parentheses, allowing for unlimited nested parentheses. Without the use of recursion, the best @@ -2129,8 +2129,8 @@ The (?R) item is the actual recursive call.

-
-

Subpatterns as subroutines

+
+

Subpatterns as subroutines

If the syntax for a recursive subpattern reference (either by number or by name) is used outside the parentheses to which it refers, it operates @@ -2171,8 +2171,8 @@ processing option does not affect the called subpattern.

-
-

Copyright

+
+

Copyright

This document was copied and adapted from the PCRE documentation, specifically from the man page for pcrepattern. @@ -2212,6 +2212,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Relations-and-Tuples.html glib2.0-2.26.1/docs/reference/glib/html/glib-Relations-and-Tuples.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Relations-and-Tuples.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Relations-and-Tuples.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Relations and Tuples - + - + @@ -26,7 +26,7 @@ Description
-
+
@@ -36,13 +36,13 @@
-
+

Synopsis

 #include <glib.h>
 
                     GRelation;
-GRelation *         g_relation_new                      (gint fields);
+GRelation*          g_relation_new                      (gint fields);
 void                g_relation_index                    (GRelation *relation,
                                                          gint field,
                                                          GHashFunc hash_func,
@@ -54,7 +54,7 @@
 gint                g_relation_count                    (GRelation *relation,
                                                          gconstpointer key,
                                                          gint field);
-GTuples *           g_relation_select                   (GRelation *relation,
+GTuples*            g_relation_select                   (GRelation *relation,
                                                          gconstpointer key,
                                                          gint field);
 gint                g_relation_delete                   (GRelation *relation,
@@ -71,7 +71,7 @@
                                                          gint field);
 
-
+

Description

A GRelation is a table of data which can be indexed on any number @@ -126,9 +126,9 @@ used.

-
+

Details

-
+

GRelation

typedef struct _GRelation GRelation;

@@ -138,10 +138,10 @@


-
+

g_relation_new ()

-
GRelation *         g_relation_new                      (gint fields);
-
+
GRelation*          g_relation_new                      (gint fields);
+

Warning

g_relation_new has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API

@@ -166,13 +166,13 @@

-
+

g_relation_index ()

void                g_relation_index                    (GRelation *relation,
                                                          gint field,
                                                          GHashFunc hash_func,
                                                          GEqualFunc key_equal_func);
-
+

Warning

g_relation_index has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API

@@ -207,11 +207,11 @@

-
+

g_relation_insert ()

void                g_relation_insert                   (GRelation *relation,
                                                          ...);
-
+

Warning

g_relation_insert has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API

@@ -237,11 +237,11 @@

-
+

g_relation_exists ()

gboolean            g_relation_exists                   (GRelation *relation,
                                                          ...);
-
+

Warning

g_relation_exists has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API

@@ -274,12 +274,12 @@

-
+

g_relation_count ()

gint                g_relation_count                    (GRelation *relation,
                                                          gconstpointer key,
                                                          gint field);
-
+

Warning

g_relation_count has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API

@@ -314,12 +314,12 @@

-
+

g_relation_select ()

-
GTuples *           g_relation_select                   (GRelation *relation,
+
GTuples*            g_relation_select                   (GRelation *relation,
                                                          gconstpointer key,
                                                          gint field);
-
+

Warning

g_relation_select has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API

@@ -355,12 +355,12 @@

-
+

g_relation_delete ()

gint                g_relation_delete                   (GRelation *relation,
                                                          gconstpointer key,
                                                          gint field);
-
+

Warning

g_relation_delete has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API

@@ -395,10 +395,10 @@

-
+

g_relation_destroy ()

void                g_relation_destroy                  (GRelation *relation);
-
+

Warning

g_relation_destroy has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API

@@ -417,10 +417,10 @@

-
+

g_relation_print ()

void                g_relation_print                    (GRelation *relation);
-
+

Warning

g_relation_print has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API

@@ -438,7 +438,7 @@

-
+

GTuples

typedef struct {
   guint len;
@@ -460,10 +460,10 @@
 

-
+

g_tuples_destroy ()

void                g_tuples_destroy                    (GTuples *tuples);
-
+

Warning

g_tuples_destroy has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API

@@ -483,12 +483,12 @@

-
+

g_tuples_index ()

gpointer            g_tuples_index                      (GTuples *tuples,
                                                          gint index_,
                                                          gint field);
-
+

Warning

g_tuples_index has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API

@@ -527,6 +527,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-resources.html glib2.0-2.26.1/docs/reference/glib/html/glib-resources.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-resources.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-resources.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Mailing lists and bug reports - + - + @@ -19,7 +19,7 @@ GLib Reference Manual Next -
+
@@ -30,8 +30,8 @@
-
-

Filing a bug report or feature request

+
+

Filing a bug report or feature request

If you encounter a bug, misfeature, or missing feature in GLib, please file a bug report on @@ -52,8 +52,8 @@ the way to be sure the GLib developers won't forget about an issue.

-
-

Submitting Patches

+
+

Submitting Patches

If you develop a bugfix or enhancement for GLib, please file that in Bugzilla as well. Bugzilla allows you to attach files; please attach a @@ -69,8 +69,8 @@ list and not in Bugzilla, it's likely to slip through the cracks.

-
-

Mailing lists

+
+

Mailing lists

There are several mailing lists dedicated to GTK+ and related libraries. Discussion of GLib generally takes place on these lists. @@ -116,6 +116,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-running.html glib2.0-2.26.1/docs/reference/glib/html/glib-running.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-running.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-running.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Running GLib Applications - + - + @@ -19,7 +19,7 @@ GLib Reference Manual Next -
+
@@ -30,31 +30,31 @@
-
-

Running and debugging GLib Applications

-
-

Environment variables

+
+

Running and debugging GLib Applications

+
+

Environment variables

GLib inspects a few of environment variables in addition to standard variables like LANG, PATH or HOME.

-

G_FILENAME_ENCODING +

G_FILENAME_ENCODING This environment variable can be set to a comma-separated list of character set names. GLib assumes that filenames are encoded in the first character set from that list rather than in UTF-8. The special token "@locale" can be used to specify the character set for the current locale.

-

G_BROKEN_FILENAMES +

G_BROKEN_FILENAMES If this environment variable is set, GLib assumes that filenames are in the locale encoding rather than in UTF-8. G_FILENAME_ENCODING takes priority over G_BROKEN_FILENAMES.

-

G_MESSAGES_PREFIXED +

G_MESSAGES_PREFIXED A list of log levels for which messages should be prefixed by the program name and PID of the application. The default is to prefix everything except G_LOG_LEVEL_MESSAGE and G_LOG_LEVEL_INFO.

-

G_DEBUG +

G_DEBUG If GLib has been configured with --enable-debug=yes, this variable can be set to a list of debug options, which cause GLib to print out different types of debugging information. @@ -65,15 +65,15 @@

fatal_warnings

Causes GLib to abort the program at the first call - to g_warning() or - g_critical(). This option is + to g_warning() or + g_critical(). This option is special in that it doesn't require GLib to be configured with debugging support.

fatal_criticals

Causes GLib to abort the program at the first call - to g_critical(). This option is + to g_critical(). This option is special in that it doesn't require GLib to be configured with debugging support.

@@ -110,11 +110,11 @@
-

+

The special value all can be used to turn on all debug options. The special value help can be used to print all available options.

-

G_SLICE +

G_SLICE This environment variable allows reconfiguration of the GSlice memory allocator.

@@ -165,24 +165,24 @@
-

+

The special value all can be used to turn on all options. The special value help can be used to print all available options.

-

G_RANDOM_VERSION +

G_RANDOM_VERSION If this environment variable is set to '2.0', the outdated pseudo-random number seeding and generation algorithms from GLib-2.0 are used instead of the new better ones. Use the GLib-2.0 algorithms only if you have sequences of numbers generated with Glib-2.0 that you need to reproduce exactly.

-

LIBCHARSET_ALIAS_DIR +

LIBCHARSET_ALIAS_DIR Allows to specify a nonstandard location for the charset.aliases file that is used by the character set conversion routines. The default location is the libdir specified at compilation time.

-

TZDIR +

TZDIR Allows to specify a nonstandard location for the timezone data files that are used by the #GDateTime API. The default location is under /usr/share/zoneinfo. For more information, @@ -190,7 +190,7 @@


-
+

Locale

A number of interfaces in GLib depend on the current locale in which @@ -214,8 +214,8 @@


-
-

Traps and traces

+
+

Traps and traces

@@ -255,8 +255,8 @@


-
-

Gdb debugging macros

+
+

Gdb debugging macros

glib ships with a set of python macros for the gdb debugger. These includes pretty printers for lists, hashtables and gobject types. It also has a backtrace filter @@ -286,8 +286,8 @@


-
-

SystemTap

+
+

SystemTap

SystemTap is a dynamic whole-system analysis toolkit. GLib ships with a file glib.stp which defines a @@ -297,8 +297,8 @@


-
-

Memory statistics

+
+

Memory statistics

g_mem_profile() will output a summary g_malloc() memory usage, if memory profiling has been enabled by calling @@ -314,6 +314,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Sequences.html glib2.0-2.26.1/docs/reference/glib/html/glib-Sequences.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Sequences.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Sequences.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Sequences - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -125,7 +125,7 @@
                                                          GSequenceIter *end);
 
-
+

Description

The GSequence data structure has the API of a list, but is @@ -168,9 +168,9 @@ the element it points to is removed from any sequence.

-
+

Details

-
+

GSequence

typedef struct _GSequence GSequence;

@@ -179,7 +179,7 @@


-
+

GSequenceIter

typedef struct _GSequenceNode  GSequenceIter;
 
@@ -189,7 +189,7 @@


-
+

GSequenceIterCompareFunc ()

gint                (*GSequenceIterCompareFunc)         (GSequenceIter *a,
                                                          GSequenceIter *b,
@@ -228,7 +228,7 @@
 

-
+

g_sequence_new ()

GSequence *         g_sequence_new                      (GDestroyNotify data_destroy);

@@ -255,7 +255,7 @@

Since 2.14


-
+

g_sequence_free ()

void                g_sequence_free                     (GSequence *seq);

@@ -274,7 +274,7 @@

Since 2.14


-
+

g_sequence_get_length ()

gint                g_sequence_get_length               (GSequence *seq);

@@ -299,7 +299,7 @@

Since 2.14


-
+

g_sequence_foreach ()

void                g_sequence_foreach                  (GSequence *seq,
                                                          GFunc func,
@@ -331,7 +331,7 @@
 

Since 2.14


-
+

g_sequence_foreach_range ()

void                g_sequence_foreach_range            (GSequenceIter *begin,
                                                          GSequenceIter *end,
@@ -369,7 +369,7 @@
 

Since 2.14


-
+

g_sequence_sort ()

void                g_sequence_sort                     (GSequence *seq,
                                                          GCompareDataFunc cmp_func,
@@ -403,7 +403,7 @@
 

Since 2.14


-
+

g_sequence_sort_iter ()

void                g_sequence_sort_iter                (GSequence *seq,
                                                          GSequenceIterCompareFunc cmp_func,
@@ -439,7 +439,7 @@
 

Since 2.14


-
+

g_sequence_get_begin_iter ()

GSequenceIter *     g_sequence_get_begin_iter           (GSequence *seq);

@@ -464,7 +464,7 @@

Since 2.14


-
+

g_sequence_get_end_iter ()

GSequenceIter *     g_sequence_get_end_iter             (GSequence *seq);

@@ -489,7 +489,7 @@

Since 2.14


-
+

g_sequence_get_iter_at_pos ()

GSequenceIter *     g_sequence_get_iter_at_pos          (GSequence *seq,
                                                          gint pos);
@@ -521,7 +521,7 @@

Since 2.14


-
+

g_sequence_append ()

GSequenceIter *     g_sequence_append                   (GSequence *seq,
                                                          gpointer data);
@@ -552,7 +552,7 @@

Since 2.14


-
+

g_sequence_prepend ()

GSequenceIter *     g_sequence_prepend                  (GSequence *seq,
                                                          gpointer data);
@@ -583,7 +583,7 @@

Since 2.14


-
+

g_sequence_insert_before ()

GSequenceIter *     g_sequence_insert_before            (GSequenceIter *iter,
                                                          gpointer data);
@@ -614,7 +614,7 @@

Since 2.14


-
+

g_sequence_move ()

void                g_sequence_move                     (GSequenceIter *src,
                                                          GSequenceIter *dest);
@@ -643,7 +643,7 @@

Since 2.14


-
+

g_sequence_swap ()

void                g_sequence_swap                     (GSequenceIter *a,
                                                          GSequenceIter *b);
@@ -669,7 +669,7 @@

Since 2.14


-
+

g_sequence_insert_sorted ()

GSequenceIter *     g_sequence_insert_sorted            (GSequence *seq,
                                                          gpointer data,
@@ -718,7 +718,7 @@
 

Since 2.14


-
+

g_sequence_insert_sorted_iter ()

GSequenceIter *     g_sequence_insert_sorted_iter       (GSequence *seq,
                                                          gpointer data,
@@ -767,7 +767,7 @@
 

Since 2.14


-
+

g_sequence_sort_changed ()

void                g_sequence_sort_changed             (GSequenceIter *iter,
                                                          GCompareDataFunc cmp_func,
@@ -805,7 +805,7 @@
 

Since 2.14


-
+

g_sequence_sort_changed_iter ()

void                g_sequence_sort_changed_iter        (GSequenceIter *iter,
                                                          GSequenceIterCompareFunc iter_cmp,
@@ -842,7 +842,7 @@
 

Since 2.14


-
+

g_sequence_remove ()

void                g_sequence_remove                   (GSequenceIter *iter);

@@ -864,7 +864,7 @@

Since 2.14


-
+

g_sequence_remove_range ()

void                g_sequence_remove_range             (GSequenceIter *begin,
                                                          GSequenceIter *end);
@@ -893,7 +893,7 @@

Since 2.14


-
+

g_sequence_move_range ()

void                g_sequence_move_range               (GSequenceIter *dest,
                                                          GSequenceIter *begin,
@@ -932,7 +932,7 @@
 

Since 2.14


-
+

g_sequence_search ()

GSequenceIter *     g_sequence_search                   (GSequence *seq,
                                                          gpointer data,
@@ -981,7 +981,7 @@
 

Since 2.14


-
+

g_sequence_search_iter ()

GSequenceIter *     g_sequence_search_iter              (GSequence *seq,
                                                          gpointer data,
@@ -1031,7 +1031,7 @@
 

Since 2.14


-
+

g_sequence_get ()

gpointer            g_sequence_get                      (GSequenceIter *iter);

@@ -1056,7 +1056,7 @@

Since 2.14


-
+

g_sequence_set ()

void                g_sequence_set                      (GSequenceIter *iter,
                                                          gpointer data);
@@ -1083,7 +1083,7 @@

Since 2.14


-
+

g_sequence_iter_is_begin ()

gboolean            g_sequence_iter_is_begin            (GSequenceIter *iter);

@@ -1108,7 +1108,7 @@

Since 2.14


-
+

g_sequence_iter_is_end ()

gboolean            g_sequence_iter_is_end              (GSequenceIter *iter);

@@ -1133,7 +1133,7 @@

Since 2.14


-
+

g_sequence_iter_next ()

GSequenceIter *     g_sequence_iter_next                (GSequenceIter *iter);

@@ -1159,7 +1159,7 @@

Since 2.14


-
+

g_sequence_iter_prev ()

GSequenceIter *     g_sequence_iter_prev                (GSequenceIter *iter);

@@ -1186,7 +1186,7 @@

Since 2.14


-
+

g_sequence_iter_get_position ()

gint                g_sequence_iter_get_position        (GSequenceIter *iter);

@@ -1211,7 +1211,7 @@

Since 2.14


-
+

g_sequence_iter_move ()

GSequenceIter *     g_sequence_iter_move                (GSequenceIter *iter,
                                                          gint delta);
@@ -1246,7 +1246,7 @@

Since 2.14


-
+

g_sequence_iter_get_sequence ()

GSequence *         g_sequence_iter_get_sequence        (GSequenceIter *iter);

@@ -1271,7 +1271,7 @@

Since 2.14


-
+

g_sequence_iter_compare ()

gint                g_sequence_iter_compare             (GSequenceIter *a,
                                                          GSequenceIter *b);
@@ -1307,7 +1307,7 @@

Since 2.14


-
+

g_sequence_range_get_midpoint ()

GSequenceIter *     g_sequence_range_get_midpoint       (GSequenceIter *begin,
                                                          GSequenceIter *end);
@@ -1348,6 +1348,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Shell-related-Utilities.html glib2.0-2.26.1/docs/reference/glib/html/glib-Shell-related-Utilities.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Shell-related-Utilities.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Shell-related-Utilities.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Shell-related Utilities - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -46,17 +46,17 @@
                                                          gint *argcp,
                                                          gchar ***argvp,
                                                          GError **error);
-gchar *             g_shell_quote                       (const gchar *unquoted_string);
-gchar *             g_shell_unquote                     (const gchar *quoted_string,
+gchar*              g_shell_quote                       (const gchar *unquoted_string);
+gchar*              g_shell_unquote                     (const gchar *quoted_string,
                                                          GError **error);
 
-
+

Description

-
+

Details

-
+

enum GShellError

typedef enum
 {
@@ -92,7 +92,7 @@
 

-
+

G_SHELL_ERROR

#define G_SHELL_ERROR g_shell_error_quark ()
 
@@ -103,7 +103,7 @@


-
+

g_shell_parse_argv ()

gboolean            g_shell_parse_argv                  (const gchar *command_line,
                                                          gint *argcp,
@@ -152,9 +152,9 @@
 

-
+

g_shell_quote ()

-
gchar *             g_shell_quote                       (const gchar *unquoted_string);
+
gchar*              g_shell_quote                       (const gchar *unquoted_string);

Quotes a string so that the shell (/bin/sh) will interpret the quoted string to mean unquoted_string. If you pass a filename to @@ -180,9 +180,9 @@


-
+

g_shell_unquote ()

-
gchar *             g_shell_unquote                     (const gchar *quoted_string,
+
gchar*              g_shell_unquote                     (const gchar *quoted_string,
                                                          GError **error);

Unquotes a string as the shell (/bin/sh) would. Only handles @@ -233,6 +233,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Simple-XML-Subset-Parser.html glib2.0-2.26.1/docs/reference/glib/html/glib-Simple-XML-Subset-Parser.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Simple-XML-Subset-Parser.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Simple-XML-Subset-Parser.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Simple XML Subset Parser - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -45,7 +45,7 @@
 enum                GMarkupParseFlags;
                     GMarkupParseContext;
                     GMarkupParser;
-gchar *             g_markup_escape_text                (const gchar *text,
+gchar*              g_markup_escape_text                (const gchar *text,
                                                          gssize length);
 gchar *             g_markup_printf_escaped             (const char *format,
                                                          ...);
@@ -85,7 +85,7 @@
                                                          ...);
 
-
+

Description

The "GMarkup" parser is intended to parse a simple markup format @@ -146,9 +146,9 @@

-
+

Details

-
+

enum GMarkupError

typedef enum
 {
@@ -209,7 +209,7 @@
 

-
+

G_MARKUP_ERROR

#define G_MARKUP_ERROR g_markup_error_quark ()
 
@@ -220,7 +220,7 @@


-
+

enum GMarkupParseFlags

typedef enum
 {
@@ -262,7 +262,7 @@
 

-
+

GMarkupParseContext

typedef struct _GMarkupParseContext GMarkupParseContext;

@@ -272,7 +272,7 @@


-
+

GMarkupParser

typedef struct {
   /* Called for open tags <foo bar="baz"> */
@@ -368,9 +368,9 @@
 

-
+

g_markup_escape_text ()

-
gchar *             g_markup_escape_text                (const gchar *text,
+
gchar*              g_markup_escape_text                (const gchar *text,
                                                          gssize length);

Escapes text so that the markup parser will parse it verbatim. @@ -412,7 +412,7 @@


-
+

g_markup_printf_escaped ()

gchar *             g_markup_printf_escaped             (const char *format,
                                                          ...);
@@ -480,7 +480,7 @@

Since 2.4


-
+

g_markup_vprintf_escaped ()

gchar *             g_markup_vprintf_escaped            (const char *format,
                                                          va_list args);
@@ -514,7 +514,7 @@

Since 2.4


-
+

g_markup_parse_context_end_parse ()

gboolean            g_markup_parse_context_end_parse    (GMarkupParseContext *context,
                                                          GError **error);
@@ -546,7 +546,7 @@

-
+

g_markup_parse_context_free ()

void                g_markup_parse_context_free         (GMarkupParseContext *context);

@@ -564,7 +564,7 @@


-
+

g_markup_parse_context_get_position ()

void                g_markup_parse_context_get_position (GMarkupParseContext *context,
                                                          gint *line_number,
@@ -597,7 +597,7 @@
 

-
+

g_markup_parse_context_get_element ()

const gchar *       g_markup_parse_context_get_element  (GMarkupParseContext *context);

@@ -626,7 +626,7 @@

Since 2.2


-
+

g_markup_parse_context_get_element_stack ()

const GSList *      g_markup_parse_context_get_element_stack
                                                         (GMarkupParseContext *context);
@@ -662,7 +662,7 @@

Since 2.16


-
+

g_markup_parse_context_get_user_data ()

gpointer            g_markup_parse_context_get_user_data
                                                         (GMarkupParseContext *context);
@@ -692,7 +692,7 @@

Since 2.18


-
+

g_markup_parse_context_new ()

GMarkupParseContext * g_markup_parse_context_new        (const GMarkupParser *parser,
                                                          GMarkupParseFlags flags,
@@ -737,7 +737,7 @@
 

-
+

g_markup_parse_context_parse ()

gboolean            g_markup_parse_context_parse        (GMarkupParseContext *context,
                                                          const gchar *text,
@@ -785,7 +785,7 @@
 

-
+

g_markup_parse_context_push ()

void                g_markup_parse_context_push         (GMarkupParseContext *context,
                                                          const GMarkupParser *parser,
@@ -1037,7 +1037,7 @@
 

Since 2.18


-
+

g_markup_parse_context_pop ()

gpointer            g_markup_parse_context_pop          (GMarkupParseContext *context);

@@ -1076,7 +1076,7 @@

Since 2.18


-
+

enum GMarkupCollectType

typedef enum
 {
@@ -1159,7 +1159,7 @@
 

-
+

g_markup_collect_attributes ()

gboolean            g_markup_collect_attributes         (const gchar *element_name,
                                                          const gchar **attribute_names,
@@ -1277,6 +1277,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Singly-Linked-Lists.html glib2.0-2.26.1/docs/reference/glib/html/glib-Singly-Linked-Lists.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Singly-Linked-Lists.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Singly-Linked-Lists.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ Singly-Linked Lists - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -37,67 +37,67 @@
-
+

Synopsis

 #include <glib.h>
 
                     GSList;
 
-GSList *            g_slist_alloc                       (void);
-GSList *            g_slist_append                      (GSList *list,
+GSList*             g_slist_alloc                       (void);
+GSList*             g_slist_append                      (GSList *list,
                                                          gpointer data);
-GSList *            g_slist_prepend                     (GSList *list,
+GSList*             g_slist_prepend                     (GSList *list,
                                                          gpointer data);
-GSList *            g_slist_insert                      (GSList *list,
+GSList*             g_slist_insert                      (GSList *list,
                                                          gpointer data,
                                                          gint position);
-GSList *            g_slist_insert_before               (GSList *slist,
+GSList*             g_slist_insert_before               (GSList *slist,
                                                          GSList *sibling,
                                                          gpointer data);
-GSList *            g_slist_insert_sorted               (GSList *list,
+GSList*             g_slist_insert_sorted               (GSList *list,
                                                          gpointer data,
                                                          GCompareFunc func);
-GSList *            g_slist_remove                      (GSList *list,
+GSList*             g_slist_remove                      (GSList *list,
                                                          gconstpointer data);
-GSList *            g_slist_remove_link                 (GSList *list,
+GSList*             g_slist_remove_link                 (GSList *list,
                                                          GSList *link_);
-GSList *            g_slist_delete_link                 (GSList *list,
+GSList*             g_slist_delete_link                 (GSList *list,
                                                          GSList *link_);
-GSList *            g_slist_remove_all                  (GSList *list,
+GSList*             g_slist_remove_all                  (GSList *list,
                                                          gconstpointer data);
 void                g_slist_free                        (GSList *list);
 void                g_slist_free_1                      (GSList *list);
 #define             g_slist_free1
 
 guint               g_slist_length                      (GSList *list);
-GSList *            g_slist_copy                        (GSList *list);
-GSList *            g_slist_reverse                     (GSList *list);
-GSList *            g_slist_insert_sorted_with_data     (GSList *list,
+GSList*             g_slist_copy                        (GSList *list);
+GSList*             g_slist_reverse                     (GSList *list);
+GSList*             g_slist_insert_sorted_with_data     (GSList *list,
                                                          gpointer data,
                                                          GCompareDataFunc func,
                                                          gpointer user_data);
-GSList *            g_slist_sort                        (GSList *list,
+GSList*             g_slist_sort                        (GSList *list,
                                                          GCompareFunc compare_func);
-GSList *            g_slist_sort_with_data              (GSList *list,
+GSList*             g_slist_sort_with_data              (GSList *list,
                                                          GCompareDataFunc compare_func,
                                                          gpointer user_data);
-GSList *            g_slist_concat                      (GSList *list1,
+GSList*             g_slist_concat                      (GSList *list1,
                                                          GSList *list2);
 void                g_slist_foreach                     (GSList *list,
                                                          GFunc func,
                                                          gpointer user_data);
 
-GSList *            g_slist_last                        (GSList *list);
+GSList*             g_slist_last                        (GSList *list);
 #define             g_slist_next                        (slist)
-GSList *            g_slist_nth                         (GSList *list,
+GSList*             g_slist_nth                         (GSList *list,
                                                          guint n);
 gpointer            g_slist_nth_data                    (GSList *list,
                                                          guint n);
 
-GSList *            g_slist_find                        (GSList *list,
+GSList*             g_slist_find                        (GSList *list,
                                                          gconstpointer data);
-GSList *            g_slist_find_custom                 (GSList *list,
+GSList*             g_slist_find_custom                 (GSList *list,
                                                          gconstpointer data,
                                                          GCompareFunc func);
 gint                g_slist_position                    (GSList *list,
@@ -109,7 +109,7 @@
 void                g_slist_pop_allocator               (void);
 
-
+

Description

The GSList structure and its associated functions provide a @@ -164,9 +164,9 @@ To free the entire list, use g_slist_free().

-
+

Details

-
+

GSList

typedef struct {
   gpointer data;
@@ -196,9 +196,9 @@
 

-
+

g_slist_alloc ()

-
GSList *            g_slist_alloc                       (void);
+
GSList*             g_slist_alloc                       (void);

Allocates space for one GSList element. It is called by the g_slist_append(), g_slist_prepend(), g_slist_insert() and @@ -214,16 +214,16 @@


-
+

g_slist_append ()

-
GSList *            g_slist_append                      (GSList *list,
+
GSList*             g_slist_append                      (GSList *list,
                                                          gpointer data);

Adds a new element on to the end of the list.

-
+

Note

The return value is the new start of the list, which may @@ -234,7 +234,7 @@

-
+

Note

Note that g_slist_append() has to traverse the entire list @@ -300,16 +300,16 @@


-
+

g_slist_prepend ()

-
GSList *            g_slist_prepend                     (GSList *list,
+
GSList*             g_slist_prepend                     (GSList *list,
                                                          gpointer data);

Adds a new element on to the start of the list.

-
+

Note

The return value is the new start of the list, which @@ -361,9 +361,9 @@


-
+

g_slist_insert ()

-
GSList *            g_slist_insert                      (GSList *list,
+
GSList*             g_slist_insert                      (GSList *list,
                                                          gpointer data,
                                                          gint position);

@@ -399,9 +399,9 @@


-
+

g_slist_insert_before ()

-
GSList *            g_slist_insert_before               (GSList *slist,
+
GSList*             g_slist_insert_before               (GSList *slist,
                                                          GSList *sibling,
                                                          gpointer data);

@@ -434,9 +434,9 @@


-
+

g_slist_insert_sorted ()

-
GSList *            g_slist_insert_sorted               (GSList *list,
+
GSList*             g_slist_insert_sorted               (GSList *list,
                                                          gpointer data,
                                                          GCompareFunc func);

@@ -472,9 +472,9 @@


-
+

g_slist_remove ()

-
GSList *            g_slist_remove                      (GSList *list,
+
GSList*             g_slist_remove                      (GSList *list,
                                                          gconstpointer data);

Removes an element from a GSList. @@ -503,9 +503,9 @@


-
+

g_slist_remove_link ()

-
GSList *            g_slist_remove_link                 (GSList *list,
+
GSList*             g_slist_remove_link                 (GSList *list,
                                                          GSList *link_);

Removes an element from a GSList, without @@ -535,9 +535,9 @@


-
+

g_slist_delete_link ()

-
GSList *            g_slist_delete_link                 (GSList *list,
+
GSList*             g_slist_delete_link                 (GSList *list,
                                                          GSList *link_);

Removes the node link_ from the list and frees it. @@ -566,9 +566,9 @@


-
+

g_slist_remove_all ()

-
GSList *            g_slist_remove_all                  (GSList *list,
+
GSList*             g_slist_remove_all                  (GSList *list,
                                                          gconstpointer data);

Removes all list nodes with data equal to data. @@ -598,7 +598,7 @@


-
+

g_slist_free ()

void                g_slist_free                        (GSList *list);

@@ -615,7 +615,7 @@


-
+

g_slist_free_1 ()

void                g_slist_free_1                      (GSList *list);

@@ -632,7 +632,7 @@


-
+

g_slist_free1

#define             g_slist_free1

@@ -641,7 +641,7 @@

Since 2.10


-
+

g_slist_length ()

guint               g_slist_length                      (GSList *list);

@@ -649,7 +649,7 @@

-
+

Note

This function iterates over the whole list to @@ -675,15 +675,15 @@


-
+

g_slist_copy ()

-
GSList *            g_slist_copy                        (GSList *list);
+
GSList*             g_slist_copy                        (GSList *list);

Copies a GSList.

-
+

Note

Note that this is a "shallow" copy. If the list elements @@ -710,9 +710,9 @@


-
+

g_slist_reverse ()

-
GSList *            g_slist_reverse                     (GSList *list);
+
GSList*             g_slist_reverse                     (GSList *list);

Reverses a GSList.

@@ -733,9 +733,9 @@

-
+

g_slist_insert_sorted_with_data ()

-
GSList *            g_slist_insert_sorted_with_data     (GSList *list,
+
GSList*             g_slist_insert_sorted_with_data     (GSList *list,
                                                          gpointer data,
                                                          GCompareDataFunc func,
                                                          gpointer user_data);
@@ -779,9 +779,9 @@

Since 2.10


-
+

g_slist_sort ()

-
GSList *            g_slist_sort                        (GSList *list,
+
GSList*             g_slist_sort                        (GSList *list,
                                                          GCompareFunc compare_func);

Sorts a GSList using the given comparison function. @@ -812,9 +812,9 @@


-
+

g_slist_sort_with_data ()

-
GSList *            g_slist_sort_with_data              (GSList *list,
+
GSList*             g_slist_sort_with_data              (GSList *list,
                                                          GCompareDataFunc compare_func,
                                                          gpointer user_data);

@@ -847,9 +847,9 @@


-
+

g_slist_concat ()

-
GSList *            g_slist_concat                      (GSList *list1,
+
GSList*             g_slist_concat                      (GSList *list1,
                                                          GSList *list2);

Adds the second GSList onto the end of the first GSList. @@ -878,7 +878,7 @@


-
+

g_slist_foreach ()

void                g_slist_foreach                     (GSList *list,
                                                          GFunc func,
@@ -908,15 +908,15 @@
 

-
+

g_slist_last ()

-
GSList *            g_slist_last                        (GSList *list);
+
GSList*             g_slist_last                        (GSList *list);

Gets the last element in a GSList.

-
+

Note

This function iterates over the whole list. @@ -942,7 +942,7 @@


-
+

g_slist_next()

#define             g_slist_next(slist)

@@ -965,9 +965,9 @@


-
+

g_slist_nth ()

-
GSList *            g_slist_nth                         (GSList *list,
+
GSList*             g_slist_nth                         (GSList *list,
                                                          guint n);

Gets the element at the given position in a GSList. @@ -995,7 +995,7 @@


-
+

g_slist_nth_data ()

gpointer            g_slist_nth_data                    (GSList *list,
                                                          guint n);
@@ -1025,9 +1025,9 @@

-
+

g_slist_find ()

-
GSList *            g_slist_find                        (GSList *list,
+
GSList*             g_slist_find                        (GSList *list,
                                                          gconstpointer data);

Finds the element in a GSList which @@ -1056,9 +1056,9 @@


-
+

g_slist_find_custom ()

-
GSList *            g_slist_find_custom                 (GSList *list,
+
GSList*             g_slist_find_custom                 (GSList *list,
                                                          gconstpointer data,
                                                          GCompareFunc func);

@@ -1097,7 +1097,7 @@


-
+

g_slist_position ()

gint                g_slist_position                    (GSList *list,
                                                          GSList *llink);
@@ -1128,7 +1128,7 @@

-
+

g_slist_index ()

gint                g_slist_index                       (GSList *list,
                                                          gconstpointer data);
@@ -1159,10 +1159,10 @@

-
+

g_slist_push_allocator ()

void                g_slist_push_allocator              (gpointer dummy);
-
+

Warning

g_slist_push_allocator has been deprecated since version 2.10 and should not be used in newly-written code. It does nothing, since GSList has been converted to the slice @@ -1186,10 +1186,10 @@


-
+

g_slist_pop_allocator ()

void                g_slist_pop_allocator               (void);
-
+

Warning

g_slist_pop_allocator has been deprecated since version 2.10 and should not be used in newly-written code. It does nothing, since GSList has been converted to the slice @@ -1208,6 +1208,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Spawning-Processes.html glib2.0-2.26.1/docs/reference/glib/html/glib-Spawning-Processes.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Spawning-Processes.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Spawning-Processes.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Spawning Processes - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -83,14 +83,14 @@
 void                g_spawn_close_pid                   (GPid pid);
 
-
+

Description

-
+

Details

-
+

enum GSpawnError

typedef enum
 {
@@ -228,7 +228,7 @@
 

-
+

G_SPAWN_ERROR

#define G_SPAWN_ERROR g_spawn_error_quark ()
 
@@ -239,7 +239,7 @@


-
+

enum GSpawnFlags

typedef enum
 {
@@ -312,7 +312,7 @@
 

-
+

GSpawnChildSetupFunc ()

void                (*GSpawnChildSetupFunc)             (gpointer user_data);

@@ -349,7 +349,7 @@


-
+

g_spawn_async_with_pipes ()

gboolean            g_spawn_async_with_pipes            (const gchar *working_directory,
                                                          gchar **argv,
@@ -524,7 +524,7 @@
 

-
+

Note

If you are writing a GTK+ application, and the program you @@ -602,7 +602,7 @@


-
+

g_spawn_async ()

gboolean            g_spawn_async                       (const gchar *working_directory,
                                                          gchar **argv,
@@ -622,7 +622,7 @@
 

-
+

Note

If you are writing a GTK+ application, and the program you @@ -635,7 +635,7 @@

-
+

Note

Note that the returned child_pid on Windows is a handle to the child process and not its identifier. Process handles @@ -696,7 +696,7 @@


-
+

g_spawn_sync ()

gboolean            g_spawn_sync                        (const gchar *working_directory,
                                                          gchar **argv,
@@ -789,7 +789,7 @@
 

-
+

g_spawn_command_line_async ()

gboolean            g_spawn_command_line_async          (const gchar *command_line,
                                                          GError **error);
@@ -827,7 +827,7 @@

-
+

g_spawn_command_line_sync ()

gboolean            g_spawn_command_line_sync           (const gchar *command_line,
                                                          gchar **standard_output,
@@ -897,7 +897,7 @@
 

-
+

g_spawn_close_pid ()

void                g_spawn_close_pid                   (GPid pid);

@@ -919,6 +919,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Standard-Macros.html glib2.0-2.26.1/docs/reference/glib/html/glib-Standard-Macros.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Standard-Macros.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Standard-Macros.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Standard Macros - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -78,15 +78,15 @@
 #define             G_CONST_RETURN
 
-
+

Description

These macros provide a few commonly-used features.

-
+

Details

-
+

G_OS_WIN32

#define G_OS_WIN32
 
@@ -96,7 +96,7 @@


-
+

G_OS_BEOS

#define G_OS_BEOS
 
@@ -106,7 +106,7 @@


-
+

G_OS_UNIX

#define G_OS_UNIX
 
@@ -116,7 +116,7 @@


-
+

G_DIR_SEPARATOR

#define             G_DIR_SEPARATOR

@@ -125,7 +125,7 @@


-
+

G_DIR_SEPARATOR_S

#define             G_DIR_SEPARATOR_S

@@ -134,7 +134,7 @@


-
+

G_IS_DIR_SEPARATOR()

#define             G_IS_DIR_SEPARATOR(c)

@@ -153,7 +153,7 @@

Since 2.6


-
+

G_SEARCHPATH_SEPARATOR

#define             G_SEARCHPATH_SEPARATOR

@@ -162,7 +162,7 @@


-
+

G_SEARCHPATH_SEPARATOR_S

#define             G_SEARCHPATH_SEPARATOR_S

@@ -171,7 +171,7 @@


-
+

TRUE

#define TRUE (!FALSE)
 
@@ -180,7 +180,7 @@


-
+

FALSE

#define FALSE (0)
 
@@ -189,7 +189,7 @@


-
+

NULL

#define             NULL

@@ -197,7 +197,7 @@


-
+

MIN()

#define MIN(a, b)  (((a) < (b)) ? (a) : (b))
 
@@ -226,7 +226,7 @@

-
+

MAX()

#define MAX(a, b)  (((a) > (b)) ? (a) : (b))
 
@@ -255,7 +255,7 @@

-
+

ABS()

#define ABS(a)	   (((a) < 0) ? -(a) : (a))
 
@@ -293,7 +293,7 @@

-
+

CLAMP()

#define CLAMP(x, low, high)  (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x)))
 
@@ -344,7 +344,7 @@

-
+

G_STRUCT_MEMBER()

#define             G_STRUCT_MEMBER(member_type, struct_p, struct_offset)

@@ -377,7 +377,7 @@


-
+

G_STRUCT_MEMBER_P()

#define             G_STRUCT_MEMBER_P(struct_p, struct_offset)

@@ -405,7 +405,7 @@


-
+

G_STRUCT_OFFSET()

#define             G_STRUCT_OFFSET(struct_type, member)

@@ -433,7 +433,7 @@


-
+

G_MEM_ALIGN

#define             G_MEM_ALIGN

@@ -446,7 +446,7 @@


-
+

G_CONST_RETURN

#define             G_CONST_RETURN

@@ -465,6 +465,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-String-Chunks.html glib2.0-2.26.1/docs/reference/glib/html/glib-String-Chunks.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-String-Chunks.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-String-Chunks.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ String Chunks - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,25 +35,25 @@
-
+ -
+

Description

String chunks are used to store groups of strings. Memory is @@ -86,9 +86,9 @@ not possible to free individual strings.

-
+

Details

-
+

GStringChunk

typedef struct _GStringChunk GStringChunk;

@@ -97,9 +97,9 @@


-
+

g_string_chunk_new ()

-
GStringChunk *      g_string_chunk_new                  (gsize size);
+
GStringChunk*       g_string_chunk_new                  (gsize size);

Creates a new GStringChunk.

@@ -123,9 +123,9 @@

-
+

g_string_chunk_insert ()

-
gchar *	            g_string_chunk_insert               (GStringChunk *chunk,
+
gchar*              g_string_chunk_insert               (GStringChunk *chunk,
                                                          const gchar *string);

Adds a copy of string to the GStringChunk. @@ -164,9 +164,9 @@


-
+

g_string_chunk_insert_const ()

-
gchar *	            g_string_chunk_insert_const         (GStringChunk *chunk,
+
gchar*              g_string_chunk_insert_const         (GStringChunk *chunk,
                                                          const gchar *string);

Adds a copy of string to the GStringChunk, unless the same @@ -208,9 +208,9 @@


-
+

g_string_chunk_insert_len ()

-
gchar *	            g_string_chunk_insert_len           (GStringChunk *chunk,
+
gchar*              g_string_chunk_insert_len           (GStringChunk *chunk,
                                                          const gchar *string,
                                                          gssize len);

@@ -256,7 +256,7 @@

Since 2.4


-
+

g_string_chunk_clear ()

void                g_string_chunk_clear                (GStringChunk *chunk);

@@ -275,7 +275,7 @@

Since 2.14


-
+

g_string_chunk_free ()

void                g_string_chunk_free                 (GStringChunk *chunk);

@@ -296,6 +296,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Strings.html glib2.0-2.26.1/docs/reference/glib/html/glib-Strings.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Strings.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Strings.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Strings - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,17 +35,17 @@
-
+

Synopsis

 #include <glib.h>
 
                     GString;
-GString *           g_string_new                        (const gchar *init);
-GString *           g_string_new_len                    (const gchar *init,
+GString*            g_string_new                        (const gchar *init);
+GString*            g_string_new_len                    (const gchar *init,
                                                          gssize len);
-GString *           g_string_sized_new                  (gsize dfl_size);
-GString *           g_string_assign                     (GString *string,
+GString*            g_string_sized_new                  (gsize dfl_size);
+GString*            g_string_assign                     (GString *string,
                                                          const gchar *rval);
 #define             g_string_sprintf
 #define             g_string_sprintfa
@@ -61,67 +61,67 @@
 void                g_string_append_printf              (GString *string,
                                                          const gchar *format,
                                                          ...);
-GString *           g_string_append                     (GString *string,
+GString*            g_string_append                     (GString *string,
                                                          const gchar *val);
-GString *           g_string_append_c                   (GString *string,
+GString*            g_string_append_c                   (GString *string,
                                                          gchar c);
-GString *           g_string_append_unichar             (GString *string,
+GString*            g_string_append_unichar             (GString *string,
                                                          gunichar wc);
-GString *           g_string_append_len                 (GString *string,
+GString*            g_string_append_len                 (GString *string,
                                                          const gchar *val,
                                                          gssize len);
 GString *           g_string_append_uri_escaped         (GString *string,
                                                          const char *unescaped,
                                                          const char *reserved_chars_allowed,
                                                          gboolean allow_utf8);
-GString *           g_string_prepend                    (GString *string,
+GString*            g_string_prepend                    (GString *string,
                                                          const gchar *val);
-GString *           g_string_prepend_c                  (GString *string,
+GString*            g_string_prepend_c                  (GString *string,
                                                          gchar c);
-GString *           g_string_prepend_unichar            (GString *string,
+GString*            g_string_prepend_unichar            (GString *string,
                                                          gunichar wc);
-GString *           g_string_prepend_len                (GString *string,
+GString*            g_string_prepend_len                (GString *string,
                                                          const gchar *val,
                                                          gssize len);
-GString *           g_string_insert                     (GString *string,
+GString*            g_string_insert                     (GString *string,
                                                          gssize pos,
                                                          const gchar *val);
-GString *           g_string_insert_c                   (GString *string,
+GString*            g_string_insert_c                   (GString *string,
                                                          gssize pos,
                                                          gchar c);
-GString *           g_string_insert_unichar             (GString *string,
+GString*            g_string_insert_unichar             (GString *string,
                                                          gssize pos,
                                                          gunichar wc);
-GString *           g_string_insert_len                 (GString *string,
+GString*            g_string_insert_len                 (GString *string,
                                                          gssize pos,
                                                          const gchar *val,
                                                          gssize len);
-GString *           g_string_overwrite                  (GString *string,
+GString*            g_string_overwrite                  (GString *string,
                                                          gsize pos,
                                                          const gchar *val);
-GString *           g_string_overwrite_len              (GString *string,
+GString*            g_string_overwrite_len              (GString *string,
                                                          gsize pos,
                                                          const gchar *val,
                                                          gssize len);
-GString *           g_string_erase                      (GString *string,
+GString*            g_string_erase                      (GString *string,
                                                          gssize pos,
                                                          gssize len);
-GString *           g_string_truncate                   (GString *string,
+GString*            g_string_truncate                   (GString *string,
                                                          gsize len);
-GString *           g_string_set_size                   (GString *string,
+GString*            g_string_set_size                   (GString *string,
                                                          gsize len);
-gchar *	            g_string_free                       (GString *string,
+gchar*              g_string_free                       (GString *string,
                                                          gboolean free_segment);
 
-GString *           g_string_up                         (GString *string);
-GString *           g_string_down                       (GString *string);
+GString*            g_string_up                         (GString *string);
+GString*            g_string_down                       (GString *string);
 
 guint               g_string_hash                       (const GString *str);
 gboolean            g_string_equal                      (const GString *v,
                                                          const GString *v2);
 
-
+

Description

A GString is an object that handles the memory management of a C string @@ -131,9 +131,9 @@ string managed by the GString string, simply use string->str.

-
+

Details

-
+

GString

typedef struct {
   gchar  *str;
@@ -170,9 +170,9 @@
 

-
+

g_string_new ()

-
GString *           g_string_new                        (const gchar *init);
+
GString*            g_string_new                        (const gchar *init);

Creates a new GString, initialized with the given string.

@@ -193,9 +193,9 @@

-
+

g_string_new_len ()

-
GString *           g_string_new_len                    (const gchar *init,
+
GString*            g_string_new_len                    (const gchar *init,
                                                          gssize len);

Creates a new GString with len bytes of the init buffer. @@ -229,9 +229,9 @@


-
+

g_string_sized_new ()

-
GString *           g_string_sized_new                  (gsize dfl_size);
+
GString*            g_string_sized_new                  (gsize dfl_size);

Creates a new GString, with enough space for dfl_size bytes. This is useful if you are going to add a lot of @@ -256,9 +256,9 @@


-
+

g_string_assign ()

-
GString *           g_string_assign                     (GString *string,
+
GString*            g_string_assign                     (GString *string,
                                                          const gchar *rval);

Copies the bytes from a string into a GString, @@ -289,10 +289,10 @@


-
+

g_string_sprintf

#define             g_string_sprintf
-
+

Warning

g_string_sprintf is deprecated and should not be used in newly-written code. This function has been renamed to g_string_printf().

@@ -325,10 +325,10 @@

-
+

g_string_sprintfa

#define             g_string_sprintfa
-
+

Warning

g_string_sprintfa is deprecated and should not be used in newly-written code. This function has been renamed to g_string_append_printf()

@@ -359,7 +359,7 @@

-
+

g_string_vprintf ()

void                g_string_vprintf                    (GString *string,
                                                          const gchar *format,
@@ -392,7 +392,7 @@
 

Since 2.14


-
+

g_string_append_vprintf ()

void                g_string_append_vprintf             (GString *string,
                                                          const gchar *format,
@@ -426,7 +426,7 @@
 

Since 2.14


-
+

g_string_printf ()

void                g_string_printf                     (GString *string,
                                                          const gchar *format,
@@ -460,7 +460,7 @@
 

-
+

g_string_append_printf ()

void                g_string_append_printf              (GString *string,
                                                          const gchar *format,
@@ -492,9 +492,9 @@
 

-
+

g_string_append ()

-
GString *           g_string_append                     (GString *string,
+
GString*            g_string_append                     (GString *string,
                                                          const gchar *val);

Adds a string onto the end of a GString, expanding @@ -522,9 +522,9 @@


-
+

g_string_append_c ()

-
GString *           g_string_append_c                   (GString *string,
+
GString*            g_string_append_c                   (GString *string,
                                                          gchar c);

Adds a byte onto the end of a GString, expanding @@ -552,9 +552,9 @@


-
+

g_string_append_unichar ()

-
GString *           g_string_append_unichar             (GString *string,
+
GString*            g_string_append_unichar             (GString *string,
                                                          gunichar wc);

Converts a Unicode character into UTF-8, and appends it @@ -582,9 +582,9 @@


-
+

g_string_append_len ()

-
GString *           g_string_append_len                 (GString *string,
+
GString*            g_string_append_len                 (GString *string,
                                                          const gchar *val,
                                                          gssize len);

@@ -624,7 +624,7 @@


-
+

g_string_append_uri_escaped ()

GString *           g_string_append_uri_escaped         (GString *string,
                                                          const char *unescaped,
@@ -668,9 +668,9 @@
 

Since 2.16


-
+

g_string_prepend ()

-
GString *           g_string_prepend                    (GString *string,
+
GString*            g_string_prepend                    (GString *string,
                                                          const gchar *val);

Adds a string on to the start of a GString, @@ -698,9 +698,9 @@


-
+

g_string_prepend_c ()

-
GString *           g_string_prepend_c                  (GString *string,
+
GString*            g_string_prepend_c                  (GString *string,
                                                          gchar c);

Adds a byte onto the start of a GString, @@ -728,9 +728,9 @@


-
+

g_string_prepend_unichar ()

-
GString *           g_string_prepend_unichar            (GString *string,
+
GString*            g_string_prepend_unichar            (GString *string,
                                                          gunichar wc);

Converts a Unicode character into UTF-8, and prepends it @@ -758,9 +758,9 @@


-
+

g_string_prepend_len ()

-
GString *           g_string_prepend_len                (GString *string,
+
GString*            g_string_prepend_len                (GString *string,
                                                          const gchar *val,
                                                          gssize len);

@@ -800,9 +800,9 @@


-
+

g_string_insert ()

-
GString *           g_string_insert                     (GString *string,
+
GString*            g_string_insert                     (GString *string,
                                                          gssize pos,
                                                          const gchar *val);

@@ -836,9 +836,9 @@


-
+

g_string_insert_c ()

-
GString *           g_string_insert_c                   (GString *string,
+
GString*            g_string_insert_c                   (GString *string,
                                                          gssize pos,
                                                          gchar c);

@@ -871,9 +871,9 @@


-
+

g_string_insert_unichar ()

-
GString *           g_string_insert_unichar             (GString *string,
+
GString*            g_string_insert_unichar             (GString *string,
                                                          gssize pos,
                                                          gunichar wc);

@@ -908,9 +908,9 @@


-
+

g_string_insert_len ()

-
GString *           g_string_insert_len                 (GString *string,
+
GString*            g_string_insert_len                 (GString *string,
                                                          gssize pos,
                                                          const gchar *val,
                                                          gssize len);
@@ -958,9 +958,9 @@

-
+

g_string_overwrite ()

-
GString *           g_string_overwrite                  (GString *string,
+
GString*            g_string_overwrite                  (GString *string,
                                                          gsize pos,
                                                          const gchar *val);

@@ -995,9 +995,9 @@

Since 2.14


-
+

g_string_overwrite_len ()

-
GString *           g_string_overwrite_len              (GString *string,
+
GString*            g_string_overwrite_len              (GString *string,
                                                          gsize pos,
                                                          const gchar *val,
                                                          gssize len);
@@ -1039,9 +1039,9 @@

Since 2.14


-
+

g_string_erase ()

-
GString *           g_string_erase                      (GString *string,
+
GString*            g_string_erase                      (GString *string,
                                                          gssize pos,
                                                          gssize len);

@@ -1076,9 +1076,9 @@


-
+

g_string_truncate ()

-
GString *           g_string_truncate                   (GString *string,
+
GString*            g_string_truncate                   (GString *string,
                                                          gsize len);

Cuts off the end of the GString, leaving the first len bytes. @@ -1105,9 +1105,9 @@


-
+

g_string_set_size ()

-
GString *           g_string_set_size                   (GString *string,
+
GString*            g_string_set_size                   (GString *string,
                                                          gsize len);

Sets the length of a GString. If the length is less than @@ -1138,9 +1138,9 @@


-
+

g_string_free ()

-
gchar *	            g_string_free                       (GString *string,
+
gchar*              g_string_free                       (GString *string,
                                                          gboolean free_segment);

Frees the memory allocated for the GString. @@ -1169,10 +1169,10 @@


-
+

g_string_up ()

-
GString *           g_string_up                         (GString *string);
-
+
GString*            g_string_up                         (GString *string);
+

Warning

g_string_up has been deprecated since version 2.2 and should not be used in newly-written code. This function uses the locale-specific toupper() function, which is almost never the right thing. @@ -1199,10 +1199,10 @@


-
+

g_string_down ()

-
GString *           g_string_down                       (GString *string);
-
+
GString*            g_string_down                       (GString *string);
+

Warning

g_string_down has been deprecated since version 2.2 and should not be used in newly-written code. This function uses the locale-specific tolower() function, which is almost never the right thing. @@ -1229,7 +1229,7 @@


-
+

g_string_hash ()

guint               g_string_hash                       (const GString *str);

@@ -1252,7 +1252,7 @@


-
+

g_string_equal ()

gboolean            g_string_equal                      (const GString *v,
                                                          const GString *v2);
@@ -1286,6 +1286,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-String-Utility-Functions.html glib2.0-2.26.1/docs/reference/glib/html/glib-String-Utility-Functions.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-String-Utility-Functions.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-String-Utility-Functions.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ String Utility Functions - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,26 +35,26 @@
-
+

Synopsis

 #include <glib.h>
 #include <glib/gprintf.h>
 
-gchar *	               g_strdup                         (const gchar *str);
-gchar *	               g_strndup                        (const gchar *str,
+gchar*              g_strdup                            (const gchar *str);
+gchar*              g_strndup                           (const gchar *str,
                                                          gsize n);
-gchar **                g_strdupv                       (gchar **str_array);
-gchar *	               g_strnfill                       (gsize length,
+gchar**             g_strdupv                           (gchar **str_array);
+gchar*              g_strnfill                          (gsize length,
                                                          gchar fill_char);
-gchar *                 g_stpcpy                        (gchar *dest,
+gchar*              g_stpcpy                            (gchar *dest,
                                                          const char *src);
-gchar *                g_strstr_len                     (const gchar *haystack,
+gchar *             g_strstr_len                        (const gchar *haystack,
                                                          gssize haystack_len,
                                                          const gchar *needle);
-gchar *                g_strrstr                        (const gchar *haystack,
+gchar *             g_strrstr                           (const gchar *haystack,
                                                          const gchar *needle);
-gchar *                g_strrstr_len                    (const gchar *haystack,
+gchar *             g_strrstr_len                       (const gchar *haystack,
                                                          gssize haystack_len,
                                                          const gchar *needle);
 gboolean            g_str_has_prefix                    (const gchar *str,
@@ -71,9 +71,9 @@
                                                          const gchar *src,
                                                          gsize dest_size);
 
-gchar *	               g_strdup_printf                  (const gchar *format,
+gchar*              g_strdup_printf                     (const gchar *format,
                                                          ...);
-gchar *	               g_strdup_vprintf                 (const gchar *format,
+gchar*              g_strdup_vprintf                    (const gchar *format,
                                                          va_list args);
 gint                g_printf                            (gchar const *format,
                                                          ...);
@@ -126,19 +126,19 @@
                                                          const gchar *s2,
                                                          gsize n);
 
-gchar *                 g_ascii_strup                   (const gchar *str,
+gchar*              g_ascii_strup                       (const gchar *str,
                                                          gssize len);
-gchar *                 g_ascii_strdown                 (const gchar *str,
+gchar*              g_ascii_strdown                     (const gchar *str,
                                                          gssize len);
 
 gchar               g_ascii_tolower                     (gchar c);
 gchar               g_ascii_toupper                     (gchar c);
 
-GString *           g_string_ascii_up                   (GString *string);
-GString *           g_string_ascii_down                 (GString *string);
+GString*            g_string_ascii_up                   (GString *string);
+GString*            g_string_ascii_down                 (GString *string);
 
-gchar *	               g_strup                          (gchar *string);
-gchar *	               g_strdown                        (gchar *string);
+gchar*              g_strup                             (gchar *string);
+gchar*              g_strdown                           (gchar *string);
 
 gint                g_strcasecmp                        (const gchar *s1,
                                                          const gchar *s2);
@@ -146,7 +146,7 @@
                                                          const gchar *s2,
                                                          guint n);
 
-gchar *	               g_strreverse                     (gchar *string);
+gchar*              g_strreverse                        (gchar *string);
 
 gint64              g_ascii_strtoll                     (const gchar *nptr,
                                                          gchar **endptr,
@@ -157,50 +157,50 @@
 #define             G_ASCII_DTOSTR_BUF_SIZE
 gdouble             g_ascii_strtod                      (const gchar *nptr,
                                                          gchar **endptr);
-gchar *                g_ascii_dtostr                   (gchar *buffer,
+gchar *             g_ascii_dtostr                      (gchar *buffer,
                                                          gint buf_len,
                                                          gdouble d);
-gchar *                g_ascii_formatd                  (gchar *buffer,
+gchar *             g_ascii_formatd                     (gchar *buffer,
                                                          gint buf_len,
                                                          const gchar *format,
                                                          gdouble d);
 gdouble             g_strtod                            (const gchar *nptr,
                                                          gchar **endptr);
 
-gchar *                 g_strchug                       (gchar *string);
-gchar *                 g_strchomp                      (gchar *string);
+gchar*              g_strchug                           (gchar *string);
+gchar*              g_strchomp                          (gchar *string);
 #define             g_strstrip                          (string)
 
-gchar *	               g_strdelimit                     (gchar *string,
+gchar*              g_strdelimit                        (gchar *string,
                                                          const gchar *delimiters,
                                                          gchar new_delimiter);
 #define             G_STR_DELIMITERS
-gchar *                 g_strescape                     (const gchar *source,
+gchar*              g_strescape                         (const gchar *source,
                                                          const gchar *exceptions);
-gchar *                 g_strcompress                   (const gchar *source);
-gchar *	               g_strcanon                       (gchar *string,
+gchar*              g_strcompress                       (const gchar *source);
+gchar*              g_strcanon                          (gchar *string,
                                                          const gchar *valid_chars,
                                                          gchar substitutor);
-gchar **	               g_strsplit                      (const gchar *string,
+gchar**             g_strsplit                          (const gchar *string,
                                                          const gchar *delimiter,
                                                          gint max_tokens);
-gchar **	           g_strsplit_set                      (const gchar *string,
+gchar **            g_strsplit_set                      (const gchar *string,
                                                          const gchar *delimiters,
                                                          gint max_tokens);
 void                g_strfreev                          (gchar **str_array);
-gchar *	               g_strconcat                      (const gchar *string1,
+gchar*              g_strconcat                         (const gchar *string1,
                                                          ...);
-gchar *                 g_strjoin                       (const gchar *separator,
+gchar*              g_strjoin                           (const gchar *separator,
                                                          ...);
-gchar *                 g_strjoinv                      (const gchar *separator,
+gchar*              g_strjoinv                          (const gchar *separator,
                                                          gchar **str_array);
 guint               g_strv_length                       (gchar **str_array);
 
-const gchar *       g_strerror                          (gint errnum);
-const gchar *       g_strsignal                         (gint signum);
+const gchar*        g_strerror                          (gint errnum);
+const gchar*        g_strsignal                         (gint signum);
 
-
+

Description

This section describes a number of utility functions for creating, @@ -229,11 +229,11 @@ wide characters (see g_unichar_iswide()) into account.

-
+

Details

-
+

g_strdup ()

-
gchar *	               g_strdup                         (const gchar *str);
+
gchar*              g_strdup                            (const gchar *str);

Duplicates a string. If str is NULL it returns NULL. The returned string should be freed with g_free() @@ -256,9 +256,9 @@


-
+

g_strndup ()

-
gchar *	               g_strndup                        (const gchar *str,
+
gchar*              g_strndup                           (const gchar *str,
                                                          gsize n);

Duplicates the first n bytes of a string, returning a newly-allocated @@ -269,7 +269,7 @@

-
+

Note

To copy a number of characters from a UTF-8 encoded string, use @@ -301,9 +301,9 @@


-
+

g_strdupv ()

-
gchar **                g_strdupv                       (gchar **str_array);
+
gchar**             g_strdupv                           (gchar **str_array);

Copies NULL-terminated array of strings. The copy is a deep copy; the new array should be freed by first freeing each string, then @@ -328,9 +328,9 @@


-
+

g_strnfill ()

-
gchar *	               g_strnfill                       (gsize length,
+
gchar*              g_strnfill                          (gsize length,
                                                          gchar fill_char);

Creates a new string length bytes long filled with fill_char. @@ -358,9 +358,9 @@


-
+

g_stpcpy ()

-
gchar *                 g_stpcpy                        (gchar *dest,
+
gchar*              g_stpcpy                            (gchar *dest,
                                                          const char *src);

Copies a nul-terminated string into the dest buffer, include the @@ -390,9 +390,9 @@


-
+

g_strstr_len ()

-
gchar *                g_strstr_len                     (const gchar *haystack,
+
gchar *             g_strstr_len                        (const gchar *haystack,
                                                          gssize haystack_len,
                                                          const gchar *needle);

@@ -430,9 +430,9 @@


-
+

g_strrstr ()

-
gchar *                g_strrstr                        (const gchar *haystack,
+
gchar *             g_strrstr                           (const gchar *haystack,
                                                          const gchar *needle);

Searches the string haystack for the last occurrence @@ -461,9 +461,9 @@


-
+

g_strrstr_len ()

-
gchar *                g_strrstr_len                    (const gchar *haystack,
+
gchar *             g_strrstr_len                       (const gchar *haystack,
                                                          gssize haystack_len,
                                                          const gchar *needle);

@@ -499,7 +499,7 @@


-
+

g_str_has_prefix ()

gboolean            g_str_has_prefix                    (const gchar *str,
                                                          const gchar *prefix);
@@ -530,7 +530,7 @@

Since 2.2


-
+

g_str_has_suffix ()

gboolean            g_str_has_suffix                    (const gchar *str,
                                                          const gchar *suffix);
@@ -561,7 +561,7 @@

Since 2.2


-
+

g_strcmp0 ()

int                 g_strcmp0                           (const char *str1,
                                                          const char *str2);
@@ -594,7 +594,7 @@

Since 2.16


-
+

g_strlcpy ()

gsize               g_strlcpy                           (gchar *dest,
                                                          const gchar *src,
@@ -614,7 +614,7 @@
 

-
+

Note

Caveat: strlcpy() is supposedly more secure than strcpy() or strncpy(), but if you really want to avoid screwups, @@ -649,7 +649,7 @@


-
+

g_strlcat ()

gsize               g_strlcat                           (gchar *dest,
                                                          const gchar *src,
@@ -669,7 +669,7 @@
 

-
+

Note

Caveat: this is supposedly a more secure alternative to strcat() or strncat(), but for real security g_strconcat() is harder @@ -707,9 +707,9 @@


-
+

g_strdup_printf ()

-
gchar *	               g_strdup_printf                  (const gchar *format,
+
gchar*              g_strdup_printf                     (const gchar *format,
                                                          ...);

Similar to the standard C sprintf() function but safer, since it @@ -740,9 +740,9 @@


-
+

g_strdup_vprintf ()

-
gchar *	               g_strdup_vprintf                 (const gchar *format,
+
gchar*              g_strdup_vprintf                    (const gchar *format,
                                                          va_list args);

Similar to the standard C vsprintf() function but safer, since it @@ -777,7 +777,7 @@


-
+

g_printf ()

gint                g_printf                            (gchar const *format,
                                                          ...);
@@ -810,7 +810,7 @@

Since 2.2


-
+

g_vprintf ()

gint                g_vprintf                           (gchar const *format,
                                                          va_list args);
@@ -843,7 +843,7 @@

Since 2.2


-
+

g_fprintf ()

gint                g_fprintf                           (FILE *file,
                                                          gchar const *format,
@@ -882,7 +882,7 @@
 

Since 2.2


-
+

g_vfprintf ()

gint                g_vfprintf                          (FILE *file,
                                                          gchar const *format,
@@ -921,7 +921,7 @@
 

Since 2.2


-
+

g_sprintf ()

gint                g_sprintf                           (gchar *string,
                                                          gchar const *format,
@@ -969,7 +969,7 @@
 

Since 2.2


-
+

g_vsprintf ()

gint                g_vsprintf                          (gchar *string,
                                                          gchar const *format,
@@ -1008,7 +1008,7 @@
 

Since 2.2


-
+

g_snprintf ()

gint                g_snprintf                          (gchar *string,
                                                          gulong n,
@@ -1072,7 +1072,7 @@
 

-
+

g_vsnprintf ()

gint                g_vsnprintf                         (gchar *string,
                                                          gulong n,
@@ -1136,7 +1136,7 @@
 

-
+

g_vasprintf ()

gint                g_vasprintf                         (gchar **string,
                                                          gchar const *format,
@@ -1178,7 +1178,7 @@
 

Since 2.4


-
+

g_printf_string_upper_bound ()

gsize               g_printf_string_upper_bound         (const gchar *format,
                                                          va_list args);
@@ -1208,7 +1208,7 @@

-
+

g_ascii_isalnum ()

gboolean            g_ascii_isalnum                     (gchar c);

@@ -1240,7 +1240,7 @@


-
+

g_ascii_isalpha ()

gboolean            g_ascii_isalpha                     (gchar c);

@@ -1272,7 +1272,7 @@


-
+

g_ascii_iscntrl ()

gboolean            g_ascii_iscntrl                     (gchar c);

@@ -1304,7 +1304,7 @@


-
+

g_ascii_isdigit ()

gboolean            g_ascii_isdigit                     (gchar c);

@@ -1334,7 +1334,7 @@


-
+

g_ascii_isgraph ()

gboolean            g_ascii_isgraph                     (gchar c);

@@ -1366,7 +1366,7 @@


-
+

g_ascii_islower ()

gboolean            g_ascii_islower                     (gchar c);

@@ -1398,7 +1398,7 @@


-
+

g_ascii_isprint ()

gboolean            g_ascii_isprint                     (gchar c);

@@ -1430,7 +1430,7 @@


-
+

g_ascii_ispunct ()

gboolean            g_ascii_ispunct                     (gchar c);

@@ -1462,7 +1462,7 @@


-
+

g_ascii_isspace ()

gboolean            g_ascii_isspace                     (gchar c);

@@ -1494,7 +1494,7 @@


-
+

g_ascii_isupper ()

gboolean            g_ascii_isupper                     (gchar c);

@@ -1526,7 +1526,7 @@


-
+

g_ascii_isxdigit ()

gboolean            g_ascii_isxdigit                    (gchar c);

@@ -1556,7 +1556,7 @@


-
+

g_ascii_digit_value ()

gint                g_ascii_digit_value                 (gchar c);

@@ -1583,7 +1583,7 @@


-
+

g_ascii_xdigit_value ()

gint                g_ascii_xdigit_value                (gchar c);

@@ -1610,7 +1610,7 @@


-
+

g_ascii_strcasecmp ()

gint                g_ascii_strcasecmp                  (const gchar *s1,
                                                          const gchar *s2);
@@ -1654,7 +1654,7 @@

-
+

g_ascii_strncasecmp ()

gint                g_ascii_strncasecmp                 (const gchar *s1,
                                                          const gchar *s2,
@@ -1701,9 +1701,9 @@
 

-
+

g_ascii_strup ()

-
gchar *                 g_ascii_strup                   (const gchar *str,
+
gchar*              g_ascii_strup                       (const gchar *str,
                                                          gssize len);

Converts all lower case ASCII letters to upper case ASCII letters. @@ -1734,9 +1734,9 @@


-
+

g_ascii_strdown ()

-
gchar *                 g_ascii_strdown                 (const gchar *str,
+
gchar*              g_ascii_strdown                     (const gchar *str,
                                                          gssize len);

Converts all upper case ASCII letters to lower case ASCII letters. @@ -1767,7 +1767,7 @@


-
+

g_ascii_tolower ()

gchar               g_ascii_tolower                     (gchar c);

@@ -1801,7 +1801,7 @@


-
+

g_ascii_toupper ()

gchar               g_ascii_toupper                     (gchar c);

@@ -1835,9 +1835,9 @@


-
+

g_string_ascii_up ()

-
GString *           g_string_ascii_up                   (GString *string);
+
GString*            g_string_ascii_up                   (GString *string);

Converts all lower case ASCII letters to upper case ASCII letters.

@@ -1860,9 +1860,9 @@

-
+

g_string_ascii_down ()

-
GString *           g_string_ascii_down                 (GString *string);
+
GString*            g_string_ascii_down                 (GString *string);

Converts all upper case ASCII letters to lower case ASCII letters.

@@ -1885,10 +1885,10 @@

-
+

g_strup ()

-
gchar *	               g_strup                          (gchar *string);
-
+
gchar*              g_strup                             (gchar *string);
+

Warning

g_strup has been deprecated since version 2.2 and should not be used in newly-written code. This function is totally broken for the reasons discussed in the g_strncasecmp() docs - use g_ascii_strup() or g_utf8_strup() instead.

@@ -1914,10 +1914,10 @@

-
+

g_strdown ()

-
gchar *	               g_strdown                        (gchar *string);
-
+
gchar*              g_strdown                           (gchar *string);
+

Warning

g_strdown has been deprecated since version 2.2 and should not be used in newly-written code. This function is totally broken for the reasons discussed in the g_strncasecmp() docs - use g_ascii_strdown() or g_utf8_strdown() @@ -1944,11 +1944,11 @@


-
+

g_strcasecmp ()

gint                g_strcasecmp                        (const gchar *s1,
                                                          const gchar *s2);
-
+

Warning

g_strcasecmp has been deprecated since version 2.2 and should not be used in newly-written code. See g_strncasecmp() for a discussion of why this function is deprecated and how to replace it.

@@ -1981,12 +1981,12 @@

-
+

g_strncasecmp ()

gint                g_strncasecmp                       (const gchar *s1,
                                                          const gchar *s2,
                                                          guint n);
-
+

Warning

g_strncasecmp has been deprecated since version 2.2 and should not be used in newly-written code. The problem with g_strncasecmp() is that it does the comparison by calling toupper()/tolower(). These functions are @@ -2038,9 +2038,9 @@


-
+

g_strreverse ()

-
gchar *	               g_strreverse                     (gchar *string);
+
gchar*              g_strreverse                        (gchar *string);

Reverses all of the bytes in a string. For example, g_strreverse ("abcdef") will result @@ -2068,7 +2068,7 @@


-
+

g_ascii_strtoll ()

gint64              g_ascii_strtoll                     (const gchar *nptr,
                                                          gchar **endptr,
@@ -2123,7 +2123,7 @@
 

Since 2.12


-
+

g_ascii_strtoull ()

guint64             g_ascii_strtoull                    (const gchar *nptr,
                                                          gchar **endptr,
@@ -2178,7 +2178,7 @@
 

Since 2.2


-
+

G_ASCII_DTOSTR_BUF_SIZE

#define G_ASCII_DTOSTR_BUF_SIZE (29 + 10)
 
@@ -2207,7 +2207,7 @@


-
+

g_ascii_strtod ()

gdouble             g_ascii_strtod                      (const gchar *nptr,
                                                          gchar **endptr);
@@ -2264,9 +2264,9 @@

-
+

g_ascii_dtostr ()

-
gchar *                g_ascii_dtostr                   (gchar *buffer,
+
gchar *             g_ascii_dtostr                      (gchar *buffer,
                                                          gint buf_len,
                                                          gdouble d);

@@ -2307,9 +2307,9 @@


-
+

g_ascii_formatd ()

-
gchar *                g_ascii_formatd                  (gchar *buffer,
+
gchar *             g_ascii_formatd                     (gchar *buffer,
                                                          gint buf_len,
                                                          const gchar *format,
                                                          gdouble d);
@@ -2356,7 +2356,7 @@

-
+

g_strtod ()

gdouble             g_strtod                            (const gchar *nptr,
                                                          gchar **endptr);
@@ -2397,9 +2397,9 @@

-
+

g_strchug ()

-
gchar *                 g_strchug                       (gchar *string);
+
gchar*              g_strchug                           (gchar *string);

Removes leading whitespace from a string, by moving the rest of the characters forward. @@ -2429,9 +2429,9 @@


-
+

g_strchomp ()

-
gchar *                 g_strchomp                      (gchar *string);
+
gchar*              g_strchomp                          (gchar *string);

Removes trailing whitespace from a string.

@@ -2460,7 +2460,7 @@

-
+

g_strstrip()

#define             g_strstrip( string )

@@ -2477,9 +2477,9 @@


-
+

g_strdelimit ()

-
gchar *	               g_strdelimit                     (gchar *string,
+
gchar*              g_strdelimit                        (gchar *string,
                                                          const gchar *delimiters,
                                                          gchar new_delimiter);

@@ -2518,7 +2518,7 @@


-
+

G_STR_DELIMITERS

#define	 G_STR_DELIMITERS "_-|> <."
 
@@ -2527,9 +2527,9 @@


-
+

g_strescape ()

-
gchar *                 g_strescape                     (const gchar *source,
+
gchar*              g_strescape                         (const gchar *source,
                                                          const gchar *exceptions);

Escapes the special characters '\b', '\f', '\n', '\r', '\t', '\' and @@ -2565,9 +2565,9 @@


-
+

g_strcompress ()

-
gchar *                 g_strcompress                   (const gchar *source);
+
gchar*              g_strcompress                       (const gchar *source);

Replaces all escaped characters with their one byte equivalent. It does the reverse conversion of g_strescape(). @@ -2590,9 +2590,9 @@


-
+

g_strcanon ()

-
gchar *	               g_strcanon                       (gchar *string,
+
gchar*              g_strcanon                          (gchar *string,
                                                          const gchar *valid_chars,
                                                          gchar substitutor);

@@ -2629,9 +2629,9 @@


-
+

g_strsplit ()

-
gchar **	               g_strsplit                      (const gchar *string,
+
gchar**             g_strsplit                          (const gchar *string,
                                                          const gchar *delimiter,
                                                          gint max_tokens);

@@ -2678,9 +2678,9 @@


-
+

g_strsplit_set ()

-
gchar **	           g_strsplit_set                      (const gchar *string,
+
gchar **            g_strsplit_set                      (const gchar *string,
                                                          const gchar *delimiters,
                                                          gint max_tokens);

@@ -2742,7 +2742,7 @@

Since 2.4


-
+

g_strfreev ()

void                g_strfreev                          (gchar **str_array);

@@ -2759,9 +2759,9 @@


-
+

g_strconcat ()

-
gchar *	               g_strconcat                      (const gchar *string1,
+
gchar*              g_strconcat                         (const gchar *string1,
                                                          ...);

Concatenates all of the given strings into one long string. @@ -2774,7 +2774,7 @@

-
+

Warning

The variable argument list must end with NULL. If you forget the NULL, g_strconcat() will start appending @@ -2804,9 +2804,9 @@


-
+

g_strjoin ()

-
gchar *                 g_strjoin                       (const gchar *separator,
+
gchar*              g_strjoin                           (const gchar *separator,
                                                          ...);

Joins a number of strings together to form one long string, with the @@ -2836,9 +2836,9 @@


-
+

g_strjoinv ()

-
gchar *                 g_strjoinv                      (const gchar *separator,
+
gchar*              g_strjoinv                          (const gchar *separator,
                                                          gchar **str_array);

Joins a number of strings together to form one long string, with the @@ -2868,7 +2868,7 @@


-
+

g_strv_length ()

guint               g_strv_length                       (gchar **str_array);

@@ -2894,9 +2894,9 @@

Since 2.6


-
+

g_strerror ()

-
const gchar *       g_strerror                          (gint errnum);
+
const gchar*        g_strerror                          (gint errnum);

Returns a string corresponding to the given error code, e.g. "no such process". You should use this function in preference to @@ -2923,9 +2923,9 @@


-
+

g_strsignal ()

-
const gchar *       g_strsignal                         (gint signum);
+
const gchar*        g_strsignal                         (gint signum);

Returns a string describing the given signal, e.g. "Segmentation fault". You should use this function in preference to strsignal(), because it @@ -2955,6 +2955,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Testing.html glib2.0-2.26.1/docs/reference/glib/html/glib-Testing.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Testing.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Testing.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Testing - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -129,14 +129,14 @@
 typedef             GTestSuite;
 void                (*GTestFixtureFunc)                 (gpointer fixture,
                                                          gconstpointer user_data);
-GTestCase *         g_test_create_case                  (const char *test_name,
+GTestCase*          g_test_create_case                  (const char *test_name,
                                                          gsize data_size,
                                                          gconstpointer test_data,
                                                          GTestFixtureFunc data_setup,
                                                          GTestFixtureFunc data_test,
                                                          GTestFixtureFunc data_teardown);
-GTestSuite *        g_test_create_suite                 (const char *suite_name);
-GTestSuite *        g_test_get_root                     (void);
+GTestSuite*         g_test_create_suite                 (const char *suite_name);
+GTestSuite*         g_test_get_root                     (void);
 void                g_test_suite_add                    (GTestSuite *suite,
                                                          GTestCase *test_case);
 void                g_test_suite_add_suite              (GTestSuite *suite,
@@ -144,7 +144,7 @@
 int                 g_test_run_suite                    (GTestSuite *suite);
 
-
+

Description

GLib provides a framework for writing and maintaining unit tests @@ -213,9 +213,9 @@ facilitate running tests and producing nicely formatted test reports.

-
+

Details

-
+

g_test_minimized_result ()

void                g_test_minimized_result             (double minimized_quantity,
                                                          const char *format,
@@ -250,7 +250,7 @@
 

Since 2.16


-
+

g_test_maximized_result ()

void                g_test_maximized_result             (double maximized_quantity,
                                                          const char *format,
@@ -285,7 +285,7 @@
 

Since 2.16


-
+

g_test_init ()

void                g_test_init                         (int *argc,
                                                          char ***argv,
@@ -404,7 +404,7 @@
 

Since 2.16


-
+

g_test_quick

#define             g_test_quick()

@@ -412,7 +412,7 @@


-
+

g_test_slow

#define             g_test_slow()

@@ -420,7 +420,7 @@


-
+

g_test_thorough

#define             g_test_thorough()

@@ -428,7 +428,7 @@


-
+

g_test_perf

#define             g_test_perf()

@@ -436,7 +436,7 @@


-
+

g_test_verbose

#define             g_test_verbose()

@@ -444,7 +444,7 @@


-
+

g_test_quiet

#define             g_test_quiet()

@@ -452,7 +452,7 @@


-
+

g_test_run ()

int                 g_test_run                          (void);

@@ -476,7 +476,7 @@

Since 2.16


-
+

GTestFunc ()

void                (*GTestFunc)                        (void);

@@ -484,7 +484,7 @@


-
+

g_test_add_func ()

void                g_test_add_func                     (const char *testpath,
                                                          GTestFunc test_func);
@@ -512,7 +512,7 @@

Since 2.16


-
+

GTestDataFunc ()

void                (*GTestDataFunc)                    (gconstpointer user_data);

@@ -529,7 +529,7 @@


-
+

g_test_add_data_func ()

void                g_test_add_data_func                (const char *testpath,
                                                          gconstpointer test_data,
@@ -564,7 +564,7 @@
 

Since 2.16


-
+

g_test_add()

#define             g_test_add(testpath, Fixture, tdata, fsetup, ftest, fteardown)

@@ -613,7 +613,7 @@

Since 2.16


-
+

g_test_message ()

void                g_test_message                      (const char *format,
                                                          ...);
@@ -638,7 +638,7 @@

Since 2.16


-
+

g_test_bug_base ()

void                g_test_bug_base                     (const char *uri_pattern);

@@ -666,7 +666,7 @@

Since 2.16


-
+

g_test_bug ()

void                g_test_bug                          (const char *bug_uri_snippet);

@@ -686,7 +686,7 @@

Since 2.16


-
+

GTestLogFatalFunc ()

gboolean            (*GTestLogFatalFunc)                (const gchar *log_domain,
                                                          GLogLevelFlags log_level,
@@ -729,7 +729,7 @@
 

Since 2.22


-
+

g_test_log_set_fatal_handler ()

void                g_test_log_set_fatal_handler        (GTestLogFatalFunc log_func,
                                                          gpointer user_data);
@@ -771,7 +771,7 @@

Since 2.22


-
+

g_test_timer_start ()

void                g_test_timer_start                  (void);

@@ -781,7 +781,7 @@

Since 2.16


-
+

g_test_timer_elapsed ()

double              g_test_timer_elapsed                (void);

@@ -799,7 +799,7 @@

Since 2.16


-
+

g_test_timer_last ()

double              g_test_timer_last                   (void);

@@ -817,7 +817,7 @@

Since 2.16


-
+

g_test_queue_free ()

void                g_test_queue_free                   (gpointer gfree_pointer);

@@ -836,7 +836,7 @@

Since 2.16


-
+

g_test_queue_destroy ()

void                g_test_queue_destroy                (GDestroyNotify destroy_func,
                                                          gpointer destroy_data);
@@ -866,7 +866,7 @@

Since 2.16


-
+

g_test_queue_unref()

#define             g_test_queue_unref(gobject)

@@ -885,7 +885,7 @@

Since 2.16


-
+

enum GTestTrapFlags

typedef enum {
   G_TEST_TRAP_SILENCE_STDOUT    = 1 << 7,
@@ -927,7 +927,7 @@
 

-
+

g_test_trap_fork ()

gboolean            g_test_trap_fork                    (guint64 usec_timeout,
                                                          GTestTrapFlags test_trap_flags);
@@ -1011,7 +1011,7 @@

Since 2.16


-
+

g_test_trap_has_passed ()

gboolean            g_test_trap_has_passed              (void);

@@ -1029,7 +1029,7 @@

Since 2.16


-
+

g_test_trap_reached_timeout ()

gboolean            g_test_trap_reached_timeout         (void);

@@ -1047,7 +1047,7 @@

Since 2.16


-
+

g_test_trap_assert_passed

#define             g_test_trap_assert_passed()

@@ -1056,7 +1056,7 @@

Since 2.16


-
+

g_test_trap_assert_failed

#define             g_test_trap_assert_failed()

@@ -1065,7 +1065,7 @@

Since 2.16


-
+

g_test_trap_assert_stdout()

#define             g_test_trap_assert_stdout(soutpattern)

@@ -1083,7 +1083,7 @@

Since 2.16


-
+

g_test_trap_assert_stdout_unmatched()

#define             g_test_trap_assert_stdout_unmatched(soutpattern)

@@ -1101,7 +1101,7 @@

Since 2.16


-
+

g_test_trap_assert_stderr()

#define             g_test_trap_assert_stderr(serrpattern)

@@ -1119,7 +1119,7 @@

Since 2.16


-
+

g_test_trap_assert_stderr_unmatched()

#define             g_test_trap_assert_stderr_unmatched(serrpattern)

@@ -1137,7 +1137,7 @@

Since 2.16


-
+

g_test_rand_bit

#define             g_test_rand_bit()

@@ -1147,7 +1147,7 @@

Since 2.16


-
+

g_test_rand_int ()

gint32              g_test_rand_int                     (void);

@@ -1175,7 +1175,7 @@

Since 2.16


-
+

g_test_rand_int_range ()

gint32              g_test_rand_int_range               (gint32 begin,
                                                          gint32 end);
@@ -1207,7 +1207,7 @@

Since 2.16


-
+

g_test_rand_double ()

double              g_test_rand_double                  (void);

@@ -1226,7 +1226,7 @@

Since 2.16


-
+

g_test_rand_double_range ()

double              g_test_rand_double_range            (double range_start,
                                                          double range_end);
@@ -1258,7 +1258,7 @@

Since 2.16


-
+

g_assert()

#define             g_assert(expr)

@@ -1280,7 +1280,7 @@


-
+

g_assert_not_reached

#define             g_assert_not_reached()

@@ -1293,7 +1293,7 @@


-
+

g_assert_cmpstr()

#define             g_assert_cmpstr(s1, cmp, s2)

@@ -1341,7 +1341,7 @@

Since 2.16


-
+

g_assert_cmpint()

#define             g_assert_cmpint(n1, cmp, n2)

@@ -1377,7 +1377,7 @@

Since 2.16


-
+

g_assert_cmpuint()

#define             g_assert_cmpuint(n1, cmp, n2)

@@ -1413,7 +1413,7 @@

Since 2.16


-
+

g_assert_cmphex()

#define             g_assert_cmphex(n1, cmp, n2)

@@ -1445,7 +1445,7 @@

Since 2.16


-
+

g_assert_cmpfloat()

#define             g_assert_cmpfloat(n1,cmp,n2)

@@ -1481,7 +1481,7 @@

Since 2.16


-
+

g_assert_no_error()

#define             g_assert_no_error(err)

@@ -1504,7 +1504,7 @@

Since 2.20


-
+

g_assert_error()

#define             g_assert_error(err, dom, c)

@@ -1545,7 +1545,7 @@

Since 2.20


-
+

GTestCase

typedef struct GTestCase  GTestCase;
 
@@ -1554,7 +1554,7 @@


-
+

GTestSuite

typedef struct GTestSuite GTestSuite;
 
@@ -1563,7 +1563,7 @@


-
+

GTestFixtureFunc ()

void                (*GTestFixtureFunc)                 (gpointer fixture,
                                                          gconstpointer user_data);
@@ -1598,9 +1598,9 @@

-
+

g_test_create_case ()

-
GTestCase *         g_test_create_case                  (const char *test_name,
+
GTestCase*          g_test_create_case                  (const char *test_name,
                                                          gsize data_size,
                                                          gconstpointer test_data,
                                                          GTestFixtureFunc data_setup,
@@ -1667,9 +1667,9 @@
 

Since 2.16


-
+

g_test_create_suite ()

-
GTestSuite *        g_test_create_suite                 (const char *suite_name);
+
GTestSuite*         g_test_create_suite                 (const char *suite_name);

Create a new test suite with the name suite_name.

@@ -1692,9 +1692,9 @@

Since 2.16


-
+

g_test_get_root ()

-
GTestSuite *        g_test_get_root                     (void);
+
GTestSuite*         g_test_get_root                     (void);

Get the toplevel test suite for the test path API.

@@ -1710,7 +1710,7 @@

Since 2.16


-
+

g_test_suite_add ()

void                g_test_suite_add                    (GTestSuite *suite,
                                                          GTestCase *test_case);
@@ -1735,7 +1735,7 @@

Since 2.16


-
+

g_test_suite_add_suite ()

void                g_test_suite_add_suite              (GTestSuite *suite,
                                                          GTestSuite *nestedsuite);
@@ -1760,7 +1760,7 @@

Since 2.16


-
+

g_test_run_suite ()

int                 g_test_run_suite                    (GTestSuite *suite);

@@ -1790,7 +1790,7 @@

Since 2.16

-
+

See Also

gtester, @@ -1800,6 +1800,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-The-Main-Event-Loop.html glib2.0-2.26.1/docs/reference/glib/html/glib-The-Main-Event-Loop.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-The-Main-Event-Loop.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-The-Main-Event-Loop.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ The Main Event Loop - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -187,7 +187,7 @@
                                                          gboolean can_recurse);
 gboolean            g_source_get_can_recurse            (GSource *source);
 guint               g_source_get_id                     (GSource *source);
-const char *        g_source_get_name                   (GSource *source);
+const char*         g_source_get_name                   (GSource *source);
 void                g_source_set_name                   (GSource *source,
                                                          const char *name);
 void                g_source_set_name_by_id             (guint tag,
@@ -213,7 +213,7 @@
 gboolean            g_source_remove_by_user_data        (gpointer user_data);
 
-
+

Description

The main event loop manages all the available sources of events for @@ -257,10 +257,8 @@ GTK+ contains wrappers of some of these functions, e.g. gtk_main(), gtk_main_quit() and gtk_events_pending().

-

-

-
-

Creating new source types

+
+

Creating new source types

One of the unusual features of the GMainLoop functionality is that new types of event source can be created and used in addition to the builtin type of event source. A new event source @@ -279,11 +277,9 @@ can add file descriptors to the set that the main context checks using g_source_add_poll().

-

-


-
-

Customizing the main loop iteration

+
+

Customizing the main loop iteration

Single iterations of a GMainContext can be run with g_main_context_iteration(). In some cases, more detailed control of exactly how the details of the main loop work is desired, for @@ -300,12 +296,10 @@


-

-

-
+

Details

-
+

GMainLoop

typedef struct _GMainLoop GMainLoop;

@@ -314,7 +308,7 @@


-
+

g_main_loop_new ()

GMainLoop *         g_main_loop_new                     (GMainContext *context,
                                                          gboolean is_running);
@@ -345,7 +339,7 @@

-
+

g_main_loop_ref ()

GMainLoop *         g_main_loop_ref                     (GMainLoop *loop);

@@ -368,7 +362,7 @@


-
+

g_main_loop_unref ()

void                g_main_loop_unref                   (GMainLoop *loop);

@@ -385,7 +379,7 @@


-
+

g_main_loop_run ()

void                g_main_loop_run                     (GMainLoop *loop);

@@ -404,7 +398,7 @@


-
+

g_main_loop_quit ()

void                g_main_loop_quit                    (GMainLoop *loop);

@@ -425,7 +419,7 @@


-
+

g_main_loop_is_running ()

gboolean            g_main_loop_is_running              (GMainLoop *loop);

@@ -448,7 +442,7 @@


-
+

g_main_loop_get_context ()

GMainContext *      g_main_loop_get_context             (GMainLoop *loop);

@@ -471,10 +465,10 @@


-
+

g_main_new()

#define             g_main_new(is_running)
-
+

Warning

g_main_new has been deprecated since version 2.2 and should not be used in newly-written code. Use g_main_loop_new() instead

@@ -501,10 +495,10 @@

-
+

g_main_destroy()

#define             g_main_destroy(loop)
-
+

Warning

g_main_destroy has been deprecated since version 2.2 and should not be used in newly-written code. Use g_main_loop_unref() instead

@@ -521,10 +515,10 @@

-
+

g_main_run()

#define             g_main_run(loop)
-
+

Warning

g_main_run has been deprecated since version 2.2 and should not be used in newly-written code. Use g_main_loop_run() instead

@@ -541,10 +535,10 @@

-
+

g_main_quit()

#define             g_main_quit(loop)
-
+

Warning

g_main_quit has been deprecated since version 2.2 and should not be used in newly-written code. Use g_main_loop_quit() instead

@@ -562,10 +556,10 @@

-
+

g_main_is_running()

#define             g_main_is_running(loop)
-
+

Warning

g_main_is_running has been deprecated since version 2.2 and should not be used in newly-written code. Use g_main_loop_is_running() instead

@@ -590,7 +584,7 @@

-
+

G_PRIORITY_HIGH

#define G_PRIORITY_HIGH            -100
 
@@ -602,7 +596,7 @@


-
+

G_PRIORITY_DEFAULT

#define G_PRIORITY_DEFAULT          0
 
@@ -616,7 +610,7 @@


-
+

G_PRIORITY_HIGH_IDLE

#define G_PRIORITY_HIGH_IDLE        100
 
@@ -631,7 +625,7 @@


-
+

G_PRIORITY_DEFAULT_IDLE

#define G_PRIORITY_DEFAULT_IDLE     200
 
@@ -644,7 +638,7 @@


-
+

G_PRIORITY_LOW

#define G_PRIORITY_LOW              300
 
@@ -656,7 +650,7 @@


-
+

GMainContext

typedef struct _GMainContext GMainContext;

@@ -665,7 +659,7 @@


-
+

g_main_context_new ()

GMainContext *      g_main_context_new                  (void);

@@ -681,7 +675,7 @@


-
+

g_main_context_ref ()

GMainContext *      g_main_context_ref                  (GMainContext *context);

@@ -704,7 +698,7 @@


-
+

g_main_context_unref ()

void                g_main_context_unref                (GMainContext *context);

@@ -721,7 +715,7 @@


-
+

g_main_context_default ()

GMainContext *      g_main_context_default              (void);

@@ -740,7 +734,7 @@


-
+

g_main_context_iteration ()

gboolean            g_main_context_iteration            (GMainContext *context,
                                                          gboolean may_block);
@@ -781,10 +775,10 @@

-
+

g_main_iteration()

#define             g_main_iteration(may_block)
-
+

Warning

g_main_iteration has been deprecated since version 2.2 and should not be used in newly-written code. Use g_main_context_iteration() instead.

@@ -812,7 +806,7 @@

-
+

g_main_context_pending ()

gboolean            g_main_context_pending              (GMainContext *context);

@@ -835,10 +829,10 @@


-
+

g_main_pending

#define             g_main_pending()
-
+

Warning

g_main_pending is deprecated and should not be used in newly-written code.

@@ -858,7 +852,7 @@

-
+

g_main_context_find_source_by_id ()

GSource *           g_main_context_find_source_by_id    (GMainContext *context,
                                                          guint source_id);
@@ -887,7 +881,7 @@

-
+

g_main_context_find_source_by_user_data ()

GSource *           g_main_context_find_source_by_user_data
                                                         (GMainContext *context,
@@ -919,7 +913,7 @@
 

-
+

g_main_context_find_source_by_funcs_user_data ()

GSource *           g_main_context_find_source_by_funcs_user_data
                                                         (GMainContext *context,
@@ -957,7 +951,7 @@
 

-
+

g_main_context_wakeup ()

void                g_main_context_wakeup               (GMainContext *context);

@@ -974,7 +968,7 @@


-
+

g_main_context_acquire ()

gboolean            g_main_context_acquire              (GMainContext *context);

@@ -1008,7 +1002,7 @@


-
+

g_main_context_release ()

void                g_main_context_release              (GMainContext *context);

@@ -1027,7 +1021,7 @@


-
+

g_main_context_is_owner ()

gboolean            g_main_context_is_owner             (GMainContext *context);

@@ -1055,7 +1049,7 @@

Since 2.10


-
+

g_main_context_wait ()

gboolean            g_main_context_wait                 (GMainContext *context,
                                                          GCond *cond,
@@ -1095,7 +1089,7 @@
 

-
+

g_main_context_prepare ()

gboolean            g_main_context_prepare              (GMainContext *context,
                                                          gint *priority);
@@ -1127,7 +1121,7 @@

-
+

g_main_context_query ()

gint                g_main_context_query                (GMainContext *context,
                                                          gint max_priority,
@@ -1176,7 +1170,7 @@
 

-
+

g_main_context_check ()

gint                g_main_context_check                (GMainContext *context,
                                                          gint max_priority,
@@ -1218,7 +1212,7 @@
 

-
+

g_main_context_dispatch ()

void                g_main_context_dispatch             (GMainContext *context);

@@ -1234,7 +1228,7 @@


-
+

g_main_context_set_poll_func ()

void                g_main_context_set_poll_func        (GMainContext *context,
                                                          GPollFunc func);
@@ -1265,7 +1259,7 @@

-
+

g_main_context_get_poll_func ()

GPollFunc           g_main_context_get_poll_func        (GMainContext *context);

@@ -1288,7 +1282,7 @@


-
+

GPollFunc ()

gint                (*GPollFunc)                        (GPollFD *ufds,
                                                          guint nfsd,
@@ -1326,7 +1320,7 @@
 

-
+

g_main_context_add_poll ()

void                g_main_context_add_poll             (GMainContext *context,
                                                          GPollFD *fd,
@@ -1361,7 +1355,7 @@
 

-
+

g_main_context_remove_poll ()

void                g_main_context_remove_poll          (GMainContext *context,
                                                          GPollFD *fd);
@@ -1386,7 +1380,7 @@

-
+

g_main_depth ()

gint                g_main_depth                        (void);

@@ -1590,7 +1584,7 @@


-
+

g_main_current_source ()

GSource *           g_main_current_source               (void);

@@ -1608,10 +1602,10 @@

Since 2.12


-
+

g_main_set_poll_func()

#define             g_main_set_poll_func(func)
-
+

Warning

g_main_set_poll_func has been deprecated since version 2.2 and should not be used in newly-written code. Use g_main_context_set_poll_func() again

@@ -1629,7 +1623,7 @@

-
+

g_main_context_get_thread_default ()

GMainContext *      g_main_context_get_thread_default   (void);

@@ -1654,7 +1648,7 @@

Since 2.22


-
+

g_main_context_push_thread_default ()

void                g_main_context_push_thread_default  (GMainContext *context);

@@ -1700,7 +1694,7 @@

Since 2.22


-
+

g_main_context_pop_thread_default ()

void                g_main_context_pop_thread_default   (GMainContext *context);

@@ -1718,7 +1712,7 @@

Since 2.22


-
+

g_timeout_source_new ()

GSource *           g_timeout_source_new                (guint interval);

@@ -1746,7 +1740,7 @@


-
+

g_timeout_source_new_seconds ()

GSource *           g_timeout_source_new_seconds        (guint interval);

@@ -1780,7 +1774,7 @@

Since 2.14


-
+

g_timeout_add ()

guint               g_timeout_add                       (guint interval,
                                                          GSourceFunc function,
@@ -1838,7 +1832,7 @@
 

-
+

g_timeout_add_full ()

guint               g_timeout_add_full                  (gint priority,
                                                          guint interval,
@@ -1904,7 +1898,7 @@
 

-
+

g_timeout_add_seconds ()

guint               g_timeout_add_seconds               (guint interval,
                                                          GSourceFunc function,
@@ -1950,7 +1944,7 @@
 

Since 2.14


-
+

g_timeout_add_seconds_full ()

guint               g_timeout_add_seconds_full          (gint priority,
                                                          guint interval,
@@ -2034,7 +2028,7 @@
 

Since 2.14


-
+

g_idle_source_new ()

GSource *           g_idle_source_new                   (void);

@@ -2057,7 +2051,7 @@


-
+

g_idle_add ()

guint               g_idle_add                          (GSourceFunc function,
                                                          gpointer data);
@@ -2095,7 +2089,7 @@

-
+

g_idle_add_full ()

guint               g_idle_add_full                     (gint priority,
                                                          GSourceFunc function,
@@ -2144,7 +2138,7 @@
 

-
+

g_idle_remove_by_data ()

gboolean            g_idle_remove_by_data               (gpointer data);

@@ -2167,7 +2161,7 @@


-
+

GPid

typedef int GPid;
 
@@ -2180,7 +2174,7 @@


-
+

GChildWatchFunc ()

void                (*GChildWatchFunc)                  (GPid pid,
                                                          gint status,
@@ -2211,7 +2205,7 @@
 

-
+

g_child_watch_source_new ()

GSource *           g_child_watch_source_new            (GPid pid);

@@ -2259,7 +2253,7 @@

Since 2.4


-
+

g_child_watch_add ()

guint               g_child_watch_add                   (GPid pid,
                                                          GChildWatchFunc function,
@@ -2318,7 +2312,7 @@
 

Since 2.4


-
+

g_child_watch_add_full ()

guint               g_child_watch_add_full              (gint priority,
                                                          GPid pid,
@@ -2390,7 +2384,7 @@
 

Since 2.4


-
+

GPollFD

typedef struct {
 #if defined (G_OS_WIN32) && GLIB_SIZEOF_VOID_P == 8
@@ -2432,7 +2426,7 @@
 

-
+

g_poll ()

gint                g_poll                              (GPollFD *fds,
                                                          guint nfds,
@@ -2489,14 +2483,14 @@
 

Since 2.20


-
+

G_POLLFD_FORMAT

#define             G_POLLFD_FORMAT


-
+

GSource

typedef struct {
 } GSource;
@@ -2507,7 +2501,7 @@
 


-
+

GSourceDummyMarshal ()

void                (*GSourceDummyMarshal)              (void);

@@ -2516,7 +2510,7 @@


-
+

GSourceFuncs

typedef struct {
   gboolean (*prepare)  (GSource    *source,
@@ -2607,7 +2601,7 @@
 

-
+

GSourceCallbackFuncs

typedef struct {
   void (*ref)   (gpointer     cb_data);
@@ -2645,7 +2639,7 @@
 

-
+

g_source_new ()

GSource *           g_source_new                        (GSourceFuncs *source_funcs,
                                                          guint struct_size);
@@ -2683,7 +2677,7 @@

-
+

g_source_ref ()

GSource *           g_source_ref                        (GSource *source);

@@ -2706,7 +2700,7 @@


-
+

g_source_unref ()

void                g_source_unref                      (GSource *source);

@@ -2724,7 +2718,7 @@


-
+

g_source_set_funcs ()

void                g_source_set_funcs                  (GSource *source,
                                                          GSourceFuncs *funcs);
@@ -2750,7 +2744,7 @@

Since 2.12


-
+

g_source_attach ()

guint               g_source_attach                     (GSource *source,
                                                          GMainContext *context);
@@ -2781,7 +2775,7 @@

-
+

g_source_destroy ()

void                g_source_destroy                    (GSource *source);

@@ -2799,7 +2793,7 @@


-
+

g_source_is_destroyed ()

gboolean            g_source_is_destroyed               (GSource *source);

@@ -2850,10 +2844,10 @@ { SomeWidget *self = data; - GDK_THREADS_ENTER (); + GDK_THREADS_ENTER (); /* do stuff with self */ self->idle_id = 0; - GDK_THREADS_LEAVE (); + GDK_THREADS_LEAVE (); return FALSE; } @@ -2913,12 +2907,12 @@ { SomeWidget *self = data; - GDK_THREADS_ENTER (); + GDK_THREADS_ENTER (); if (!g_source_is_destroyed (g_main_current_source ())) { /* do stuff with self */ } - GDK_THREADS_LEAVE (); + GDK_THREADS_LEAVE (); return FALSE; }

@@ -2948,7 +2942,7 @@

Since 2.12


-
+

g_source_set_priority ()

void                g_source_set_priority               (GSource *source,
                                                          gint priority);
@@ -2974,7 +2968,7 @@

-
+

g_source_get_priority ()

gint                g_source_get_priority               (GSource *source);

@@ -2997,7 +2991,7 @@


-
+

g_source_set_can_recurse ()

void                g_source_set_can_recurse            (GSource *source,
                                                          gboolean can_recurse);
@@ -3024,7 +3018,7 @@

-
+

g_source_get_can_recurse ()

gboolean            g_source_get_can_recurse            (GSource *source);

@@ -3048,7 +3042,7 @@


-
+

g_source_get_id ()

guint               g_source_get_id                     (GSource *source);

@@ -3074,9 +3068,9 @@


-
+

g_source_get_name ()

-
const char *        g_source_get_name                   (GSource *source);
+
const char*         g_source_get_name                   (GSource *source);

Gets a name for the source, used in debugging and profiling. The name may be NULL if it has never been set with @@ -3100,7 +3094,7 @@

Since 2.26


-
+

g_source_set_name ()

void                g_source_set_name                   (GSource *source,
                                                          const char *name);
@@ -3137,7 +3131,7 @@

Since 2.26


-
+

g_source_set_name_by_id ()

void                g_source_set_name_by_id             (guint tag,
                                                          const char *name);
@@ -3166,7 +3160,7 @@

Since 2.26


-
+

g_source_get_context ()

GMainContext *      g_source_get_context                (GSource *source);

@@ -3192,7 +3186,7 @@


-
+

g_source_set_callback ()

void                g_source_set_callback               (GSource *source,
                                                          GSourceFunc func,
@@ -3238,7 +3232,7 @@
 

-
+

GSourceFunc ()

gboolean            (*GSourceFunc)                      (gpointer data);

@@ -3263,7 +3257,7 @@


-
+

g_source_set_callback_indirect ()

void                g_source_set_callback_indirect      (GSource *source,
                                                          gpointer callback_data,
@@ -3299,7 +3293,7 @@
 

-
+

g_source_add_poll ()

void                g_source_add_poll                   (GSource *source,
                                                          GPollFD *fd);
@@ -3328,7 +3322,7 @@

-
+

g_source_remove_poll ()

void                g_source_remove_poll                (GSource *source,
                                                          GPollFD *fd);
@@ -3353,7 +3347,7 @@

-
+

g_source_get_current_time ()

void                g_source_get_current_time           (GSource *source,
                                                          GTimeVal *timeval);
@@ -3382,7 +3376,7 @@

-
+

g_source_remove ()

gboolean            g_source_remove                     (guint tag);

@@ -3414,7 +3408,7 @@


-
+

g_source_remove_by_funcs_user_data ()

gboolean            g_source_remove_by_funcs_user_data  (GSourceFuncs *funcs,
                                                          gpointer user_data);
@@ -3445,7 +3439,7 @@

-
+

g_source_remove_by_user_data ()

gboolean            g_source_remove_by_user_data        (gpointer user_data);

@@ -3473,6 +3467,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Thread-Pools.html glib2.0-2.26.1/docs/reference/glib/html/glib-Thread-Pools.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Thread-Pools.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Thread-Pools.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Thread Pools - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,13 +35,13 @@
-
+

Synopsis

 #include <glib.h>
 
                     GThreadPool;
-GThreadPool *       g_thread_pool_new                   (GFunc func,
+GThreadPool*        g_thread_pool_new                   (GFunc func,
                                                          gpointer user_data,
                                                          gint max_threads,
                                                          gboolean exclusive,
@@ -72,7 +72,7 @@
 guint               g_thread_pool_get_max_idle_time     (void);
 
-
+

Description

Sometimes you wish to asynchronously fork out the execution of work @@ -111,9 +111,9 @@ can be stopped by calling g_thread_pool_stop_unused_threads().

-
+

Details

-
+

GThreadPool

typedef struct {
   GFunc func;
@@ -148,9 +148,9 @@
 

-
+

g_thread_pool_new ()

-
GThreadPool *       g_thread_pool_new                   (GFunc func,
+
GThreadPool*        g_thread_pool_new                   (GFunc func,
                                                          gpointer user_data,
                                                          gint max_threads,
                                                          gboolean exclusive,
@@ -221,7 +221,7 @@
 

-
+

g_thread_pool_push ()

void                g_thread_pool_push                  (GThreadPool *pool,
                                                          gpointer data,
@@ -262,7 +262,7 @@
 

-
+

g_thread_pool_set_max_threads ()

void                g_thread_pool_set_max_threads       (GThreadPool *pool,
                                                          gint max_threads,
@@ -310,7 +310,7 @@
 

-
+

g_thread_pool_get_max_threads ()

gint                g_thread_pool_get_max_threads       (GThreadPool *pool);

@@ -333,7 +333,7 @@


-
+

g_thread_pool_get_num_threads ()

guint               g_thread_pool_get_num_threads       (GThreadPool *pool);

@@ -356,7 +356,7 @@


-
+

g_thread_pool_unprocessed ()

guint               g_thread_pool_unprocessed           (GThreadPool *pool);

@@ -379,7 +379,7 @@


-
+

g_thread_pool_free ()

void                g_thread_pool_free                  (GThreadPool *pool,
                                                          gboolean immediate,
@@ -424,7 +424,7 @@
 

-
+

g_thread_pool_set_max_unused_threads ()

void                g_thread_pool_set_max_unused_threads
                                                         (gint max_threads);
@@ -443,7 +443,7 @@

-
+

g_thread_pool_get_max_unused_threads ()

gint                g_thread_pool_get_max_unused_threads
                                                         (void);
@@ -460,7 +460,7 @@

-
+

g_thread_pool_get_num_unused_threads ()

guint               g_thread_pool_get_num_unused_threads
                                                         (void);
@@ -477,7 +477,7 @@

-
+

g_thread_pool_stop_unused_threads ()

void                g_thread_pool_stop_unused_threads   (void);

@@ -487,7 +487,7 @@


-
+

g_thread_pool_set_sort_function ()

void                g_thread_pool_set_sort_function     (GThreadPool *pool,
                                                          GCompareDataFunc func,
@@ -532,7 +532,7 @@
 

Since 2.10


-
+

g_thread_pool_set_max_idle_time ()

void                g_thread_pool_set_max_idle_time     (guint interval);

@@ -560,7 +560,7 @@

Since 2.10


-
+

g_thread_pool_get_max_idle_time ()

guint               g_thread_pool_get_max_idle_time     (void);

@@ -584,7 +584,7 @@

Since 2.10

-
+

See Also

@@ -601,6 +601,6 @@ + Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Threads.html glib2.0-2.26.1/docs/reference/glib/html/glib-Threads.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Threads.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Threads.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ Threads - + - + @@ -26,7 +26,7 @@ Description
-
+
@@ -36,7 +36,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -60,14 +60,14 @@
                                                          gpointer data,
                                                          gboolean joinable,
                                                          GError **error);
-GThread *           g_thread_create_full                (GThreadFunc func,
+GThread*            g_thread_create_full                (GThreadFunc func,
                                                          gpointer data,
                                                          gulong stack_size,
                                                          gboolean joinable,
                                                          gboolean bound,
                                                          GThreadPriority priority,
                                                          GError **error);
-GThread *           g_thread_self                       (void);
+GThread*            g_thread_self                       (void);
 gpointer            g_thread_join                       (GThread *thread);
 void                g_thread_set_priority               (GThread *thread,
                                                          GThreadPriority priority);
@@ -165,7 +165,7 @@
                                                          gint lock_bit);
 
-
+

Description

Threads act almost like processes, but unlike processes all threads @@ -229,9 +229,9 @@ the symbol G_ERRORCHECK_MUTEXES when compiling the application.

-
+

Details

-
+

G_THREADS_ENABLED

#define G_THREADS_ENABLED
 
@@ -245,7 +245,7 @@


-
+

G_THREADS_IMPL_POSIX

#define G_THREADS_IMPL_POSIX
 
@@ -254,7 +254,7 @@


-
+

G_THREADS_IMPL_NONE

#define G_THREADS_IMPL_NONE
 
@@ -265,7 +265,7 @@


-
+

G_THREAD_ERROR

#define G_THREAD_ERROR g_thread_error_quark ()
 
@@ -274,7 +274,7 @@


-
+

enum GThreadError

typedef enum
 {
@@ -295,7 +295,7 @@
 

-
+

GThreadFunctions

typedef struct {
   GMutex*  (*mutex_new)           (void);
@@ -343,7 +343,7 @@
 

-
+

Note

Do not use this struct unless you know what you are doing.

@@ -464,7 +464,7 @@

-
+

g_thread_init ()

void                g_thread_init                       (GThreadFunctions *vtable);

@@ -474,7 +474,7 @@

-
+

Note

Do not call g_thread_init() with a non-NULL parameter unless you really know what you are doing.

@@ -483,7 +483,7 @@

-
+

Note

g_thread_init() must not be called directly or indirectly as a callback from GLib. Also no mutexes may be currently locked while @@ -493,7 +493,7 @@

-
+

Note

g_thread_init() changes the way in which GTimer measures elapsed time. As a consequence, timers that are running while @@ -513,7 +513,7 @@

-
+

Note

To use g_thread_init() in your program, you have to link with the libraries that the command pkg-config --libs @@ -534,7 +534,7 @@


-
+

g_thread_supported ()

gboolean            g_thread_supported                  ();

@@ -543,7 +543,7 @@

-
+

Note

This function is actually a macro. Apart from taking the address of it you can however use it as if it was a @@ -562,7 +562,7 @@


-
+

g_thread_get_initialized ()

gboolean            g_thread_get_initialized            (void);

@@ -580,7 +580,7 @@

Since 2.20


-
+

GThreadFunc ()

gpointer            (*GThreadFunc)                      (gpointer data);

@@ -605,7 +605,7 @@


-
+

enum GThreadPriority

typedef enum
 {
@@ -620,7 +620,7 @@
 

-
+

Note

It is not guaranteed that threads with different priorities really behave accordingly. On some systems (e.g. Linux) there are no @@ -657,7 +657,7 @@


-
+

GThread

typedef struct {
 } GThread;
@@ -669,7 +669,7 @@
 

-
+

Note

Resources for a joinable thread are not fully released until g_thread_join() is called for that thread.

@@ -678,7 +678,7 @@


-
+

g_thread_create ()

GThread *           g_thread_create                     (GThreadFunc func,
                                                          gpointer data,
@@ -732,9 +732,9 @@
 

-
+

g_thread_create_full ()

-
GThread *           g_thread_create_full                (GThreadFunc func,
+
GThread*            g_thread_create_full                (GThreadFunc func,
                                                          gpointer data,
                                                          gulong stack_size,
                                                          gboolean joinable,
@@ -766,7 +766,7 @@
 

-
+

Note

It is not guaranteed that threads with different priorities really behave accordingly. On some systems (e.g. Linux) there are no @@ -779,7 +779,7 @@

-
+

Note

Only use g_thread_create_full() if you really can't use g_thread_create() instead. g_thread_create() does not take @@ -835,9 +835,9 @@


-
+

g_thread_self ()

-
GThread *           g_thread_self                       (void);
+
GThread*            g_thread_self                       (void);

This functions returns the GThread corresponding to the calling thread. @@ -852,7 +852,7 @@


-
+

g_thread_join ()

gpointer            g_thread_join                       (GThread *thread);

@@ -880,7 +880,7 @@


-
+

g_thread_set_priority ()

void                g_thread_set_priority               (GThread *thread,
                                                          GThreadPriority priority);
@@ -889,7 +889,7 @@

-
+

Note

It is not guaranteed that threads with different priorities really behave accordingly. On some systems (e.g. Linux) @@ -916,7 +916,7 @@


-
+

g_thread_yield ()

void                g_thread_yield                      ();

@@ -929,7 +929,7 @@


-
+

g_thread_exit ()

void                g_thread_exit                       (gpointer retval);

@@ -960,7 +960,7 @@

-
+

Note

Never call g_thread_exit() from within a thread of a GThreadPool, as that will mess up the bookkeeping and lead to funny @@ -978,7 +978,7 @@


-
+

g_thread_foreach ()

void                g_thread_foreach                    (GFunc thread_func,
                                                          gpointer user_data);
@@ -1012,7 +1012,7 @@

Since 2.10


-
+

GMutex

typedef struct _GMutex GMutex;

@@ -1023,7 +1023,7 @@

-

Example 2. A function which will not work in a threaded environment

+

Example 2. A function which will not work in a threaded environment

@@ -1068,7 +1068,7 @@

-

Example 3. The wrong way to write a thread-safe function

+

Example 3. The wrong way to write a thread-safe function

@@ -1120,7 +1120,7 @@

-

Example 4. A correct thread-safe function

+

Example 4. A correct thread-safe function

@@ -1199,7 +1199,7 @@

-
+

Note

All of the g_mutex_* functions are actually macros. Apart from taking their addresses, you can however @@ -1209,7 +1209,7 @@


-
+

g_mutex_new ()

GMutex *            g_mutex_new                         ();

@@ -1217,7 +1217,7 @@

-
+

Note

This function will abort if g_thread_init() has not been called yet.

@@ -1234,7 +1234,7 @@

-
+

g_mutex_lock ()

void                g_mutex_lock                        (GMutex *mutex);

@@ -1248,7 +1248,7 @@

-
+

Note

GMutex is neither guaranteed to be recursive nor to be non-recursive, i.e. a thread could deadlock while calling @@ -1267,7 +1267,7 @@


-
+

g_mutex_trylock ()

gboolean            g_mutex_trylock                     (GMutex *mutex);

@@ -1281,7 +1281,7 @@

-
+

Note

GMutex is neither guaranteed to be recursive nor to be non-recursive, i.e. the return value of g_mutex_trylock() could be @@ -1309,7 +1309,7 @@


-
+

g_mutex_unlock ()

void                g_mutex_unlock                      (GMutex *mutex);

@@ -1330,7 +1330,7 @@


-
+

g_mutex_free ()

void                g_mutex_free                        (GMutex *mutex);

@@ -1338,7 +1338,7 @@

-
+

Note

Calling g_mutex_free() on a locked mutex may result in undefined behaviour.

@@ -1355,7 +1355,7 @@

-
+

GStaticMutex

typedef struct _GStaticMutex GStaticMutex;

@@ -1368,7 +1368,7 @@

-

Example 5.  +

Example 5.  Using GStaticMutex to simplify thread-safe programming

@@ -1434,7 +1434,7 @@

-
+

Note

All of the g_static_mutex_* functions are actually macros. Apart from taking their addresses, you @@ -1444,7 +1444,7 @@


-
+

G_STATIC_MUTEX_INIT

#define G_STATIC_MUTEX_INIT
 
@@ -1471,7 +1471,7 @@


-
+

g_static_mutex_init ()

void                g_static_mutex_init                 (GStaticMutex *mutex);

@@ -1488,7 +1488,7 @@


-
+

g_static_mutex_lock ()

void                g_static_mutex_lock                 (GStaticMutex *mutex);

@@ -1504,7 +1504,7 @@


-
+

g_static_mutex_trylock ()

gboolean            g_static_mutex_trylock              (GStaticMutex *mutex);

@@ -1528,7 +1528,7 @@


-
+

g_static_mutex_unlock ()

void                g_static_mutex_unlock               (GStaticMutex *mutex);

@@ -1544,7 +1544,7 @@


-
+

g_static_mutex_get_mutex ()

GMutex *            g_static_mutex_get_mutex            (GStaticMutex *mutex);

@@ -1569,7 +1569,7 @@


-
+

g_static_mutex_free ()

void                g_static_mutex_free                 (GStaticMutex *mutex);

@@ -1583,7 +1583,7 @@

-
+

Note

Calling g_static_mutex_free() on a locked mutex may result in undefined behaviour.

@@ -1600,7 +1600,7 @@

-
+

G_LOCK_DEFINE()

#define             G_LOCK_DEFINE(name)

@@ -1619,7 +1619,7 @@

-

Example 6. Using the G_LOCK_* convenience macros

+

Example 6. Using the G_LOCK_* convenience macros

@@ -1670,7 +1670,7 @@

-
+

G_LOCK_DEFINE_STATIC()

#define             G_LOCK_DEFINE_STATIC(name)

@@ -1686,7 +1686,7 @@


-
+

G_LOCK_EXTERN()

#define             G_LOCK_EXTERN(name)

@@ -1703,7 +1703,7 @@


-
+

G_LOCK()

#define             G_LOCK(name)

@@ -1720,7 +1720,7 @@


-
+

G_TRYLOCK()

#define             G_TRYLOCK(name)

@@ -1745,7 +1745,7 @@


-
+

G_UNLOCK()

#define             G_UNLOCK(name)

@@ -1762,7 +1762,7 @@


-
+

GStaticRecMutex

typedef struct {
 } GStaticRecMutex;
@@ -1789,7 +1789,7 @@
 


-
+

G_STATIC_REC_MUTEX_INIT

#define G_STATIC_REC_MUTEX_INIT { G_STATIC_MUTEX_INIT }
 
@@ -1816,7 +1816,7 @@


-
+

g_static_rec_mutex_init ()

void                g_static_rec_mutex_init             (GStaticRecMutex *mutex);

@@ -1834,7 +1834,7 @@


-
+

g_static_rec_mutex_lock ()

void                g_static_rec_mutex_lock             (GStaticRecMutex *mutex);

@@ -1853,7 +1853,7 @@


-
+

g_static_rec_mutex_trylock ()

gboolean            g_static_rec_mutex_trylock          (GStaticRecMutex *mutex);

@@ -1881,7 +1881,7 @@


-
+

g_static_rec_mutex_unlock ()

void                g_static_rec_mutex_unlock           (GStaticRecMutex *mutex);

@@ -1901,7 +1901,7 @@


-
+

g_static_rec_mutex_lock_full ()

void                g_static_rec_mutex_lock_full        (GStaticRecMutex *mutex,
                                                          guint depth);
@@ -1926,7 +1926,7 @@

-
+

g_static_rec_mutex_unlock_full ()

guint               g_static_rec_mutex_unlock_full      (GStaticRecMutex *mutex);

@@ -1956,7 +1956,7 @@


-
+

g_static_rec_mutex_free ()

void                g_static_rec_mutex_free             (GStaticRecMutex *mutex);

@@ -1978,7 +1978,7 @@


-
+

GStaticRWLock

typedef struct {
 } GStaticRWLock;
@@ -1994,7 +1994,7 @@
 

-

Example 7. An array with access functions

+

Example 7. An array with access functions

@@ -2102,7 +2102,7 @@

-
+

Note

A read-write lock has a higher overhead than a mutex. For example, both g_static_rw_lock_reader_lock() and @@ -2118,7 +2118,7 @@


-
+

G_STATIC_RW_LOCK_INIT

#define G_STATIC_RW_LOCK_INIT { G_STATIC_MUTEX_INIT, NULL, NULL, 0, FALSE, 0, 0 }
 
@@ -2145,7 +2145,7 @@


-
+

g_static_rw_lock_init ()

void                g_static_rw_lock_init               (GStaticRWLock *lock);

@@ -2163,7 +2163,7 @@


-
+

g_static_rw_lock_reader_lock ()

void                g_static_rw_lock_reader_lock        (GStaticRWLock *lock);

@@ -2190,7 +2190,7 @@


-
+

g_static_rw_lock_reader_trylock ()

gboolean            g_static_rw_lock_reader_trylock     (GStaticRWLock *lock);

@@ -2218,7 +2218,7 @@


-
+

g_static_rw_lock_reader_unlock ()

void                g_static_rw_lock_reader_unlock      (GStaticRWLock *lock);

@@ -2236,7 +2236,7 @@


-
+

g_static_rw_lock_writer_lock ()

void                g_static_rw_lock_writer_lock        (GStaticRWLock *lock);

@@ -2258,7 +2258,7 @@


-
+

g_static_rw_lock_writer_trylock ()

gboolean            g_static_rw_lock_writer_trylock     (GStaticRWLock *lock);

@@ -2285,7 +2285,7 @@


-
+

g_static_rw_lock_writer_unlock ()

void                g_static_rw_lock_writer_unlock      (GStaticRWLock *lock);

@@ -2306,7 +2306,7 @@


-
+

g_static_rw_lock_free ()

void                g_static_rw_lock_free               (GStaticRWLock *lock);

@@ -2328,7 +2328,7 @@


-
+

GCond

typedef struct _GCond GCond;

@@ -2341,7 +2341,7 @@

-

Example 8.  +

Example 8.  Using GCond to block a thread until a condition is satisfied

@@ -2417,7 +2417,7 @@

-
+

Note

It is important to use the g_cond_wait() and g_cond_timed_wait() functions only inside a loop which checks for the @@ -2435,7 +2435,7 @@

-
+

Note

All of the g_cond_* functions are actually macros. Apart from taking their addresses, you can however @@ -2445,7 +2445,7 @@


-
+

g_cond_new ()

GCond*              g_cond_new                          ();

@@ -2462,7 +2462,7 @@


-
+

g_cond_signal ()

void                g_cond_signal                       (GCond *cond);

@@ -2484,7 +2484,7 @@


-
+

g_cond_broadcast ()

void                g_cond_broadcast                    (GCond *cond);

@@ -2506,7 +2506,7 @@


-
+

g_cond_wait ()

void                g_cond_wait                         (GCond *cond,
                                                          GMutex *mutex);
@@ -2535,7 +2535,7 @@

-
+

g_cond_timed_wait ()

gboolean            g_cond_timed_wait                   (GCond *cond,
                                                          GMutex *mutex,
@@ -2584,7 +2584,7 @@
 

-
+

g_cond_free ()

void                g_cond_free                         (GCond *cond);

@@ -2600,7 +2600,7 @@


-
+

GPrivate

typedef struct _GPrivate GPrivate;

@@ -2615,7 +2615,7 @@

-

Example 9. Using GPrivate for per-thread data

+

Example 9. Using GPrivate for per-thread data

@@ -2679,7 +2679,7 @@

-
+

Note

All of the g_private_* functions are actually macros. Apart from taking their addresses, you can however @@ -2689,7 +2689,7 @@


-
+

g_private_new ()

GPrivate*           g_private_new                       (GDestroyNotify destructor);

@@ -2701,7 +2701,7 @@

-
+

Note

destructor is used quite differently from notify in g_static_private_set().

@@ -2710,7 +2710,7 @@

-
+

Note

A GPrivate can not be freed. Reuse it instead, if you can, to avoid shortage, or use GStaticPrivate.

@@ -2719,7 +2719,7 @@

-
+

Note

This function will abort if g_thread_init() has not been called yet.

@@ -2744,7 +2744,7 @@

-
+

g_private_get ()

gpointer            g_private_get                       (GPrivate *private_key);

@@ -2779,7 +2779,7 @@


-
+

g_private_set ()

void                g_private_set                       (GPrivate *private_key,
                                                          gpointer data);
@@ -2808,7 +2808,7 @@

-
+

GStaticPrivate

typedef struct {
 } GStaticPrivate;
@@ -2824,7 +2824,7 @@
 

-

Example 10. Using GStaticPrivate for per-thread data

+

Example 10. Using GStaticPrivate for per-thread data

@@ -2873,7 +2873,7 @@


-
+

G_STATIC_PRIVATE_INIT

#define G_STATIC_PRIVATE_INIT 
 
@@ -2898,7 +2898,7 @@


-
+

g_static_private_init ()

void                g_static_private_init               (GStaticPrivate *private_key);

@@ -2915,7 +2915,7 @@


-
+

g_static_private_get ()

gpointer            g_static_private_get                (GStaticPrivate *private_key);

@@ -2941,7 +2941,7 @@


-
+

g_static_private_set ()

void                g_static_private_set                (GStaticPrivate *private_key,
                                                          gpointer data,
@@ -2960,7 +2960,7 @@
 

-
+

Note

notify is used quite differently from destructor in g_private_new().

@@ -2990,7 +2990,7 @@

-
+

g_static_private_free ()

void                g_static_private_free               (GStaticPrivate *private_key);

@@ -3012,7 +3012,7 @@


-
+

GOnce

typedef struct {
   volatile GOnceStatus status;
@@ -3043,7 +3043,7 @@
 

Since 2.4


-
+

enum GOnceStatus

typedef enum
 {
@@ -3079,7 +3079,7 @@
 

Since 2.4


-
+

G_ONCE_INIT

#define G_ONCE_INIT { G_ONCE_STATUS_NOTCALLED, NULL }
 
@@ -3104,7 +3104,7 @@

Since 2.4


-
+

g_once()

#define             g_once(once, func, arg)

@@ -3121,7 +3121,7 @@

-
+

Note

Calling g_once() recursively on the same GOnce struct in func will lead to a deadlock.

@@ -3184,7 +3184,7 @@

Since 2.4


-
+

g_once_init_enter ()

gboolean            g_once_init_enter                   (volatile gsize *value_location);

@@ -3252,7 +3252,7 @@

Since 2.14


-
+

g_once_init_leave ()

void                g_once_init_leave                   (volatile gsize *value_location,
                                                          gsize initialization_value);
@@ -3282,7 +3282,7 @@

Since 2.14


-
+

g_bit_lock ()

void                g_bit_lock                          (volatile gint *address,
                                                          gint lock_bit);
@@ -3322,7 +3322,7 @@

Since 2.24


-
+

g_bit_trylock ()

gboolean            g_bit_trylock                       (volatile gint *address,
                                                          gint lock_bit);
@@ -3367,7 +3367,7 @@

Since 2.24


-
+

g_bit_unlock ()

void                g_bit_unlock                        (volatile gint *address,
                                                          gint lock_bit);
@@ -3399,13 +3399,13 @@

Since 2.24

-
+
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Timers.html glib2.0-2.26.1/docs/reference/glib/html/glib-Timers.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Timers.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Timers.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ Timers - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,13 +35,13 @@
-
+

Synopsis

 #include <glib.h>
 
                     GTimer;
-GTimer *            g_timer_new                         (void);
+GTimer*             g_timer_new                         (void);
 void                g_timer_start                       (GTimer *timer);
 void                g_timer_stop                        (GTimer *timer);
 void                g_timer_continue                    (GTimer *timer);
@@ -51,7 +51,7 @@
 void                g_timer_destroy                     (GTimer *timer);
 
-
+

Description

GTimer records a start time, and counts microseconds elapsed since @@ -61,7 +61,7 @@

-
+

Note

GTimer uses a higher-quality clock when thread support is available. @@ -73,9 +73,9 @@

-
+

Details

-
+

GTimer

typedef struct _GTimer GTimer;

@@ -83,9 +83,9 @@


-
+

g_timer_new ()

-
GTimer *            g_timer_new                         (void);
+
GTimer*             g_timer_new                         (void);

Creates a new timer, and starts timing (i.e. g_timer_start() is implicitly called for you). @@ -100,7 +100,7 @@


-
+

g_timer_start ()

void                g_timer_start                       (GTimer *timer);

@@ -119,7 +119,7 @@


-
+

g_timer_stop ()

void                g_timer_stop                        (GTimer *timer);

@@ -136,7 +136,7 @@


-
+

g_timer_continue ()

void                g_timer_continue                    (GTimer *timer);

@@ -155,7 +155,7 @@

Since 2.4


-
+

g_timer_elapsed ()

gdouble             g_timer_elapsed                     (GTimer *timer,
                                                          gulong *microseconds);
@@ -169,7 +169,7 @@

-
+

Warning

Calling initialization functions, in particular g_thread_init(), while a @@ -203,7 +203,7 @@


-
+

g_timer_reset ()

void                g_timer_reset                       (GTimer *timer);

@@ -221,7 +221,7 @@


-
+

g_timer_destroy ()

void                g_timer_destroy                     (GTimer *timer);

@@ -240,6 +240,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Trash-Stacks.html glib2.0-2.26.1/docs/reference/glib/html/glib-Trash-Stacks.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Trash-Stacks.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Trash-Stacks.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Trash Stacks - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -48,7 +48,7 @@
 guint               g_trash_stack_height                (GTrashStack **stack_p);
 
-
+

Description

A GTrashStack is an efficient way to keep a stack of unused allocated @@ -61,9 +61,9 @@ is a perfectly valid empty stack.

-
+

Details

-
+

GTrashStack

typedef struct {
   GTrashStack *next;
@@ -85,7 +85,7 @@
 

-
+

g_trash_stack_push ()

void                g_trash_stack_push                  (GTrashStack **stack_p,
                                                          gpointer data_p);
@@ -109,7 +109,7 @@

-
+

g_trash_stack_pop ()

gpointer            g_trash_stack_pop                   (GTrashStack **stack_p);

@@ -132,7 +132,7 @@


-
+

g_trash_stack_peek ()

gpointer            g_trash_stack_peek                  (GTrashStack **stack_p);

@@ -155,7 +155,7 @@


-
+

g_trash_stack_height ()

guint               g_trash_stack_height                (GTrashStack **stack_p);

@@ -183,6 +183,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Type-Conversion-Macros.html glib2.0-2.26.1/docs/reference/glib/html/glib-Type-Conversion-Macros.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Type-Conversion-Macros.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Type-Conversion-Macros.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Type Conversion Macros - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -49,7 +49,7 @@
 #define             GPOINTER_TO_SIZE                    (p)
 
-
+

Description

Many times GLib, GTK+, and other libraries allow you to pass "user @@ -123,7 +123,7 @@

-
+

Warning

YOU MAY NOT STORE POINTERS IN INTEGERS. THIS IS NOT PORTABLE IN ANY @@ -135,9 +135,9 @@

-
+

Details

-
+

GINT_TO_POINTER()

#define GINT_TO_POINTER(i) ((gpointer) (glong) (i))
 
@@ -160,7 +160,7 @@

-
+

GPOINTER_TO_INT()

#define GPOINTER_TO_INT(p) ((gint)  (glong) (p))
 
@@ -184,7 +184,7 @@

-
+

GUINT_TO_POINTER()

#define GUINT_TO_POINTER(u) ((gpointer) (gulong) (u))
 
@@ -201,7 +201,7 @@

-
+

GPOINTER_TO_UINT()

#define GPOINTER_TO_UINT(p) ((guint) (gulong) (p))
 
@@ -219,7 +219,7 @@

-
+

GSIZE_TO_POINTER()

#define GSIZE_TO_POINTER(s) ((gpointer) (gsize) (s))
 
@@ -237,7 +237,7 @@

-
+

GPOINTER_TO_SIZE()

#define GPOINTER_TO_SIZE(p) ((gsize) (p))
 
@@ -258,6 +258,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Unicode-Manipulation.html glib2.0-2.26.1/docs/reference/glib/html/glib-Unicode-Manipulation.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Unicode-Manipulation.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Unicode-Manipulation.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ Unicode Manipulation - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -84,27 +84,27 @@
 gunichar            g_utf8_get_char                     (const gchar *p);
 gunichar            g_utf8_get_char_validated           (const gchar *p,
                                                          gssize max_len);
-gchar *             g_utf8_offset_to_pointer            (const gchar *str,
+gchar*              g_utf8_offset_to_pointer            (const gchar *str,
                                                          glong offset);
 glong               g_utf8_pointer_to_offset            (const gchar *str,
                                                          const gchar *pos);
-gchar *             g_utf8_prev_char                    (const gchar *p);
-gchar *             g_utf8_find_next_char               (const gchar *p,
+gchar*              g_utf8_prev_char                    (const gchar *p);
+gchar*              g_utf8_find_next_char               (const gchar *p,
                                                          const gchar *end);
-gchar *             g_utf8_find_prev_char               (const gchar *str,
+gchar*              g_utf8_find_prev_char               (const gchar *str,
                                                          const gchar *p);
 glong               g_utf8_strlen                       (const gchar *p,
                                                          gssize max);
-gchar *             g_utf8_strncpy                      (gchar *dest,
+gchar*              g_utf8_strncpy                      (gchar *dest,
                                                          const gchar *src,
                                                          gsize n);
-gchar *             g_utf8_strchr                       (const gchar *p,
+gchar*              g_utf8_strchr                       (const gchar *p,
                                                          gssize len,
                                                          gunichar c);
-gchar *             g_utf8_strrchr                      (const gchar *p,
+gchar*              g_utf8_strrchr                      (const gchar *p,
                                                          gssize len,
                                                          gunichar c);
-gchar *             g_utf8_strreverse                   (const gchar *str,
+gchar*              g_utf8_strreverse                   (const gchar *str,
                                                          gssize len);
 gboolean            g_utf8_validate                     (const gchar *str,
                                                          gssize max_len,
@@ -145,7 +145,7 @@
                                                          glong *items_read,
                                                          glong *items_written,
                                                          GError **error);
-gchar *             g_utf16_to_utf8                     (const gunichar2 *str,
+gchar*              g_utf16_to_utf8                     (const gunichar2 *str,
                                                          glong len,
                                                          glong *items_read,
                                                          glong *items_written,
@@ -155,7 +155,7 @@
                                                          glong *items_read,
                                                          glong *items_written,
                                                          GError **error);
-gchar *             g_ucs4_to_utf8                      (const gunichar *str,
+gchar*              g_ucs4_to_utf8                      (const gunichar *str,
                                                          glong len,
                                                          glong *items_read,
                                                          glong *items_written,
@@ -164,7 +164,7 @@
                                                          gchar *outbuf);
 
-
+

Description

This section describes a number of functions for dealing with @@ -183,9 +183,9 @@ GLib 2.12 supports Unicode 5.0, GLib 2.16.3 supports Unicode 5.1.

-
+

Details

-
+

gunichar

typedef guint32 gunichar;
 
@@ -230,7 +230,7 @@


-
+

gunichar2

typedef guint16 gunichar2;
 
@@ -248,7 +248,7 @@


-
+

g_unichar_validate ()

gboolean            g_unichar_validate                  (gunichar ch);

@@ -273,7 +273,7 @@


-
+

g_unichar_isalnum ()

gboolean            g_unichar_isalnum                   (gunichar c);

@@ -298,7 +298,7 @@


-
+

g_unichar_isalpha ()

gboolean            g_unichar_isalpha                   (gunichar c);

@@ -323,7 +323,7 @@


-
+

g_unichar_iscntrl ()

gboolean            g_unichar_iscntrl                   (gunichar c);

@@ -348,7 +348,7 @@


-
+

g_unichar_isdefined ()

gboolean            g_unichar_isdefined                 (gunichar c);

@@ -372,7 +372,7 @@


-
+

g_unichar_isdigit ()

gboolean            g_unichar_isdigit                   (gunichar c);

@@ -397,7 +397,7 @@


-
+

g_unichar_isgraph ()

gboolean            g_unichar_isgraph                   (gunichar c);

@@ -424,7 +424,7 @@


-
+

g_unichar_islower ()

gboolean            g_unichar_islower                   (gunichar c);

@@ -449,7 +449,7 @@


-
+

g_unichar_ismark ()

gboolean            g_unichar_ismark                    (gunichar c);

@@ -483,7 +483,7 @@

Since 2.14


-
+

g_unichar_isprint ()

gboolean            g_unichar_isprint                   (gunichar c);

@@ -509,7 +509,7 @@


-
+

g_unichar_ispunct ()

gboolean            g_unichar_ispunct                   (gunichar c);

@@ -534,7 +534,7 @@


-
+

g_unichar_isspace ()

gboolean            g_unichar_isspace                   (gunichar c);

@@ -564,7 +564,7 @@


-
+

g_unichar_istitle ()

gboolean            g_unichar_istitle                   (gunichar c);

@@ -592,7 +592,7 @@


-
+

g_unichar_isupper ()

gboolean            g_unichar_isupper                   (gunichar c);

@@ -615,7 +615,7 @@


-
+

g_unichar_isxdigit ()

gboolean            g_unichar_isxdigit                  (gunichar c);

@@ -638,7 +638,7 @@


-
+

g_unichar_iswide ()

gboolean            g_unichar_iswide                    (gunichar c);

@@ -662,7 +662,7 @@


-
+

g_unichar_iswide_cjk ()

gboolean            g_unichar_iswide_cjk                (gunichar c);

@@ -697,7 +697,7 @@

Since 2.12


-
+

g_unichar_iszerowidth ()

gboolean            g_unichar_iszerowidth               (gunichar c);

@@ -731,7 +731,7 @@

Since 2.14


-
+

g_unichar_toupper ()

gunichar            g_unichar_toupper                   (gunichar c);

@@ -756,7 +756,7 @@


-
+

g_unichar_tolower ()

gunichar            g_unichar_tolower                   (gunichar c);

@@ -781,7 +781,7 @@


-
+

g_unichar_totitle ()

gunichar            g_unichar_totitle                   (gunichar c);

@@ -806,7 +806,7 @@


-
+

g_unichar_digit_value ()

gint                g_unichar_digit_value               (gunichar c);

@@ -831,7 +831,7 @@


-
+

g_unichar_xdigit_value ()

gint                g_unichar_xdigit_value              (gunichar c);

@@ -856,7 +856,7 @@


-
+

enum GUnicodeType

typedef enum
 {
@@ -1054,7 +1054,7 @@
 

-
+

g_unichar_type ()

GUnicodeType        g_unichar_type                      (gunichar c);

@@ -1077,7 +1077,7 @@


-
+

enum GUnicodeBreakType

typedef enum
 {
@@ -1314,7 +1314,7 @@
 

-
+

g_unichar_break_type ()

GUnicodeBreakType   g_unichar_break_type                (gunichar c);

@@ -1323,7 +1323,7 @@ g_utf8_get_char()). The break type is used to find word and line breaks ("text boundaries"), Pango implements the Unicode boundary resolution algorithms and normally you would use a function such -as pango_break() instead of caring about break types yourself. +as pango_break() instead of caring about break types yourself.

@@ -1342,7 +1342,7 @@

-
+

g_unichar_combining_class ()

gint                g_unichar_combining_class           (gunichar uc);

@@ -1367,7 +1367,7 @@

Since 2.14


-
+

g_unicode_canonical_ordering ()

void                g_unicode_canonical_ordering        (gunichar *string,
                                                          gsize len);
@@ -1394,7 +1394,7 @@

-
+

g_unicode_canonical_decomposition ()

gunichar *          g_unicode_canonical_decomposition   (gunichar ch,
                                                          gsize *result_len);
@@ -1424,7 +1424,7 @@

-
+

g_unichar_get_mirror_char ()

gboolean            g_unichar_get_mirror_char           (gunichar ch,
                                                          gunichar *mirrored_ch);
@@ -1464,7 +1464,7 @@

Since 2.4


-
+

enum GUnicodeScript

typedef enum 
 {                         /* ISO 15924 code */
@@ -1578,7 +1578,7 @@
 The GUnicodeScript enumeration identifies different writing
 systems. The values correspond to the names as defined in the
 Unicode standard. The enumeration has been added in GLib 2.14,
-and is interchangeable with PangoScript.
+and is interchangeable with PangoScript.
 Note that new types may be added in the future. Applications
 should be ready to handle unknown values.
 See Unicode Standard Annex
@@ -2063,7 +2063,7 @@
 

-
+

g_unichar_get_script ()

GUnicodeScript      g_unichar_get_script                (gunichar ch);

@@ -2073,7 +2073,7 @@ result is undefined.

-This function is equivalent to pango_script_for_unichar() and the +This function is equivalent to pango_script_for_unichar() and the two are interchangeable.

@@ -2095,7 +2095,7 @@

Since 2.14


-
+

g_utf8_next_char()

#define             g_utf8_next_char(p)

@@ -2116,7 +2116,7 @@


-
+

g_utf8_get_char ()

gunichar            g_utf8_get_char                     (const gchar *p);

@@ -2143,7 +2143,7 @@


-
+

g_utf8_get_char_validated ()

gunichar            g_utf8_get_char_validated           (const gchar *p,
                                                          gssize max_len);
@@ -2180,9 +2180,9 @@

-
+

g_utf8_offset_to_pointer ()

-
gchar *             g_utf8_offset_to_pointer            (const gchar *str,
+
gchar*              g_utf8_offset_to_pointer            (const gchar *str,
                                                          glong offset);

Converts from an integer character offset to a pointer to a position @@ -2196,7 +2196,7 @@

-
+

Note

This function doesn't abort when reaching the end of str. Therefore @@ -2232,7 +2232,7 @@


-
+

g_utf8_pointer_to_offset ()

glong               g_utf8_pointer_to_offset            (const gchar *str,
                                                          const gchar *pos);
@@ -2266,9 +2266,9 @@

-
+

g_utf8_prev_char ()

-
gchar *             g_utf8_prev_char                    (const gchar *p);
+
gchar*              g_utf8_prev_char                    (const gchar *p);

Finds the previous UTF-8 character in the string before p.

@@ -2295,9 +2295,9 @@

-
+

g_utf8_find_next_char ()

-
gchar *             g_utf8_find_next_char               (const gchar *p,
+
gchar*              g_utf8_find_next_char               (const gchar *p,
                                                          const gchar *end);

Finds the start of the next UTF-8 character in the string after p. @@ -2330,9 +2330,9 @@


-
+

g_utf8_find_prev_char ()

-
gchar *             g_utf8_find_prev_char               (const gchar *str,
+
gchar*              g_utf8_find_prev_char               (const gchar *str,
                                                          const gchar *p);

Given a position p with a UTF-8 encoded string str, find the start @@ -2366,7 +2366,7 @@


-
+

g_utf8_strlen ()

glong               g_utf8_strlen                       (const gchar *p,
                                                          gssize max);
@@ -2399,9 +2399,9 @@

-
+

g_utf8_strncpy ()

-
gchar *             g_utf8_strncpy                      (gchar *dest,
+
gchar*              g_utf8_strncpy                      (gchar *dest,
                                                          const gchar *src,
                                                          gsize n);

@@ -2438,9 +2438,9 @@


-
+

g_utf8_strchr ()

-
gchar *             g_utf8_strchr                       (const gchar *p,
+
gchar*              g_utf8_strchr                       (const gchar *p,
                                                          gssize len,
                                                          gunichar c);

@@ -2477,9 +2477,9 @@


-
+

g_utf8_strrchr ()

-
gchar *             g_utf8_strrchr                      (const gchar *p,
+
gchar*              g_utf8_strrchr                      (const gchar *p,
                                                          gssize len,
                                                          gunichar c);

@@ -2516,9 +2516,9 @@


-
+

g_utf8_strreverse ()

-
gchar *             g_utf8_strreverse                   (const gchar *str,
+
gchar*              g_utf8_strreverse                   (const gchar *str,
                                                          gssize len);

Reverses a UTF-8 string. str must be valid UTF-8 encoded text. @@ -2562,7 +2562,7 @@

Since 2.2


-
+

g_utf8_validate ()

gboolean            g_utf8_validate                     (const gchar *str,
                                                          gssize max_len,
@@ -2613,7 +2613,7 @@
 

-
+

g_utf8_strup ()

gchar *             g_utf8_strup                        (const gchar *str,
                                                          gssize len);
@@ -2647,7 +2647,7 @@

-
+

g_utf8_strdown ()

gchar *             g_utf8_strdown                      (const gchar *str,
                                                          gssize len);
@@ -2680,7 +2680,7 @@

-
+

g_utf8_casefold ()

gchar *             g_utf8_casefold                     (const gchar *str,
                                                          gssize len);
@@ -2721,7 +2721,7 @@

-
+

g_utf8_normalize ()

gchar *             g_utf8_normalize                    (const gchar *str,
                                                          gssize len,
@@ -2784,7 +2784,7 @@
 

-
+

enum GNormalizeMode

typedef enum {
   G_NORMALIZE_DEFAULT,
@@ -2857,7 +2857,7 @@
 

-
+

g_utf8_collate ()

gint                g_utf8_collate                      (const gchar *str1,
                                                          const gchar *str2);
@@ -2892,7 +2892,7 @@

-
+

g_utf8_collate_key ()

gchar *             g_utf8_collate_key                  (const gchar *str,
                                                          gssize len);
@@ -2933,7 +2933,7 @@

-
+

g_utf8_collate_key_for_filename ()

gchar *             g_utf8_collate_key_for_filename     (const gchar *str,
                                                          gssize len);
@@ -2978,7 +2978,7 @@

Since 2.8


-
+

g_utf8_to_utf16 ()

gunichar2 *         g_utf8_to_utf16                     (const gchar *str,
                                                          glong len,
@@ -3038,7 +3038,7 @@
 

-
+

g_utf8_to_ucs4 ()

gunichar *          g_utf8_to_ucs4                      (const gchar *str,
                                                          glong len,
@@ -3099,7 +3099,7 @@
 

-
+

g_utf8_to_ucs4_fast ()

gunichar *          g_utf8_to_ucs4_fast                 (const gchar *str,
                                                          glong len,
@@ -3140,7 +3140,7 @@
 

-
+

g_utf16_to_ucs4 ()

gunichar *          g_utf16_to_ucs4                     (const gunichar2 *str,
                                                          glong len,
@@ -3200,9 +3200,9 @@
 

-
+

g_utf16_to_utf8 ()

-
gchar *             g_utf16_to_utf8                     (const gunichar2 *str,
+
gchar*              g_utf16_to_utf8                     (const gunichar2 *str,
                                                          glong len,
                                                          glong *items_read,
                                                          glong *items_written,
@@ -3273,7 +3273,7 @@
 

-
+

g_ucs4_to_utf16 ()

gunichar2 *         g_ucs4_to_utf16                     (const gunichar *str,
                                                          glong len,
@@ -3331,9 +3331,9 @@
 

-
+

g_ucs4_to_utf8 ()

-
gchar *             g_ucs4_to_utf8                      (const gunichar *str,
+
gchar*              g_ucs4_to_utf8                      (const gunichar *str,
                                                          glong len,
                                                          glong *items_read,
                                                          glong *items_written,
@@ -3389,7 +3389,7 @@
 

-
+

g_unichar_to_utf8 ()

gint                g_unichar_to_utf8                   (gunichar c,
                                                          gchar *outbuf);
@@ -3420,7 +3420,7 @@
-
+

See Also

@@ -3443,6 +3443,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-URI-Functions.html glib2.0-2.26.1/docs/reference/glib/html/glib-URI-Functions.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-URI-Functions.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-URI-Functions.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ URI Functions - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -63,7 +63,7 @@
                                                          GError **error);
 
-
+

Description

Functions for manipulating Universal Resource Identifiers (URIs) as @@ -72,9 +72,9 @@ understand RFC 3986 for understanding this API.

-
+

Details

-
+

G_URI_RESERVED_CHARS_ALLOWED_IN_PATH

#define G_URI_RESERVED_CHARS_ALLOWED_IN_PATH G_URI_RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT "/"
 
@@ -83,7 +83,7 @@


-
+

G_URI_RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT

#define G_URI_RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT G_URI_RESERVED_CHARS_SUBCOMPONENT_DELIMITERS ":@"
 
@@ -92,7 +92,7 @@


-
+

G_URI_RESERVED_CHARS_ALLOWED_IN_USERINFO

#define G_URI_RESERVED_CHARS_ALLOWED_IN_USERINFO G_URI_RESERVED_CHARS_SUBCOMPONENT_DELIMITERS ":"
 
@@ -101,7 +101,7 @@


-
+

G_URI_RESERVED_CHARS_GENERIC_DELIMITERS

#define G_URI_RESERVED_CHARS_GENERIC_DELIMITERS ":/?#[]@"
 
@@ -110,7 +110,7 @@


-
+

G_URI_RESERVED_CHARS_SUBCOMPONENT_DELIMITERS

#define G_URI_RESERVED_CHARS_SUBCOMPONENT_DELIMITERS "!$&'()*+,;="
 
@@ -119,7 +119,7 @@


-
+

g_uri_parse_scheme ()

char *              g_uri_parse_scheme                  (const char *uri);

@@ -151,7 +151,7 @@

Since 2.16


-
+

g_uri_escape_string ()

char *              g_uri_escape_string                 (const char *unescaped,
                                                          const char *reserved_chars_allowed,
@@ -199,7 +199,7 @@
 

Since 2.16


-
+

g_uri_unescape_string ()

char *              g_uri_unescape_string               (const char *escaped_string,
                                                          const char *illegal_characters);
@@ -238,7 +238,7 @@

Since 2.16


-
+

g_uri_unescape_segment ()

char *              g_uri_unescape_segment              (const char *escaped_string,
                                                          const char *escaped_string_end,
@@ -283,7 +283,7 @@
 

Since 2.16


-
+

g_uri_list_extract_uris ()

gchar **            g_uri_list_extract_uris             (const gchar *uri_list);

@@ -312,7 +312,7 @@

Since 2.6


-
+

g_filename_from_uri ()

gchar *             g_filename_from_uri                 (const gchar *uri,
                                                          gchar **hostname,
@@ -352,7 +352,7 @@
 

-
+

g_filename_to_uri ()

gchar *             g_filename_to_uri                   (const gchar *filename,
                                                          const gchar *hostname,
@@ -395,6 +395,6 @@
 
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-utilities.html glib2.0-2.26.1/docs/reference/glib/html/glib-utilities.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-utilities.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-utilities.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ GLib Utilities - + - + @@ -19,7 +19,7 @@ GLib Reference Manual Next -
+

GLib Utilities

@@ -113,6 +113,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Version-Information.html glib2.0-2.26.1/docs/reference/glib/html/glib-Version-Information.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Version-Information.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Version-Information.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Version Information - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,20 +35,11 @@
-
+

Synopsis

 #include <glib.h>
 
-extern              const guint glib_major_version;
-extern              const guint glib_minor_version;
-extern              const guint glib_micro_version;
-extern              const guint glib_binary_age;
-extern              const guint glib_interface_age;
-const gchar *       glib_check_version                  (guint required_major,
-                                                         guint required_minor,
-                                                         guint required_micro);
-
 #define             GLIB_MAJOR_VERSION
 #define             GLIB_MINOR_VERSION
 #define             GLIB_MICRO_VERSION
@@ -57,7 +48,7 @@
                                                          micro)
 
-
+

Description

GLib provides version information, primarily useful in configure checks @@ -65,139 +56,45 @@ typically use the features described here.

-
+

Details

-
-

glib_major_version

-
extern const guint glib_major_version;
-
-

-

-
-
-
-

glib_minor_version

-
extern const guint glib_minor_version;
-
-

-

-
-
-
-

glib_micro_version

-
extern const guint glib_micro_version;
-
-

-

-
-
-
-

glib_binary_age

-
extern const guint glib_binary_age;
-
-

-

-
-
-
-

glib_interface_age

-
extern const guint glib_interface_age;
-
-

-

-
-
-
-

glib_check_version ()

-
const gchar *       glib_check_version                  (guint required_major,
-                                                         guint required_minor,
-                                                         guint required_micro);
-

-Checks that the GLib library in use is compatible with the -given version. Generally you would pass in the constants -GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION -as the three arguments to this function; that produces -a check that the library in use is compatible with -the version of GLib the application or module was compiled -against. -

-

-Compatibility is defined by two things: first the version -of the running library is newer than the version -required_major.required_minor.required_micro. Second -the running library must be binary compatible with the -version required_major.required_minor.required_micro -(same major version.) -

-
-- - - - - - - - - - - - - - - - - - -

required_major :

the required major version. -

required_minor :

the required minor version. -

required_micro :

the required micro version. -

Returns :

NULL if the GLib library is compatible with the - given version, or a string describing the version mismatch. - The returned string is owned by GLib and must not be modified - or freed. - -
-

Since 2.6

-
-
-
+

GLIB_MAJOR_VERSION

#define GLIB_MAJOR_VERSION 2
 

The major version number of the GLib library. -Like glib_major_version, but from the headers used at +Like glib_major_version, but from the headers used at application compile time, rather than from the library linked against at application run time.


-
+

GLIB_MINOR_VERSION

#define GLIB_MINOR_VERSION 26
 

The minor version number of the GLib library. -Like gtk_minor_version, but from the headers used at +Like gtk_minor_version, but from the headers used at application compile time, rather than from the library linked against at application run time.


-
+

GLIB_MICRO_VERSION

-
#define GLIB_MICRO_VERSION 0
+
#define GLIB_MICRO_VERSION 1
 

The micro version number of the GLib library. -Like gtk_micro_version, but from the headers used at +Like gtk_micro_version, but from the headers used at application compile time, rather than from the library linked against at application run time.


-
+

GLIB_CHECK_VERSION()

#define             GLIB_CHECK_VERSION(major,minor,micro)

@@ -206,7 +103,7 @@ as or newer than the passed-in version.

-

Example 1. Checking the version of the GLib library

+

Example 1. Checking the version of the GLib library

@@ -248,6 +145,6 @@ + Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Warnings-and-Assertions.html glib2.0-2.26.1/docs/reference/glib/html/glib-Warnings-and-Assertions.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Warnings-and-Assertions.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Warnings-and-Assertions.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Message Output and Debugging Functions - + - + @@ -26,7 +26,7 @@ Description
-
+
@@ -35,7 +35,7 @@
-
+

Synopsis

 #include <glib.h>
@@ -63,7 +63,7 @@
 #define             G_BREAKPOINT
 
-
+

Description

These functions provide support for outputting messages. @@ -80,9 +80,9 @@ give a perhaps-helpful warning before giving up.

-
+

Details

-
+

g_print ()

void                g_print                             (const gchar *format,
                                                          ...);
@@ -95,7 +95,7 @@ since it may be redirected by applications to special purpose message windows or even files. Instead, libraries should use g_log(), or the convenience functions -g_message(), g_warning() and g_error(). +g_message(), g_warning() and g_error().

@@ -114,7 +114,7 @@

-
+

g_set_print_handler ()

GPrintFunc          g_set_print_handler                 (GPrintFunc func);

@@ -141,7 +141,7 @@


-
+

GPrintFunc ()

void                (*GPrintFunc)                       (const gchar *string);

@@ -158,7 +158,7 @@


-
+

g_printerr ()

void                g_printerr                          (const gchar *format,
                                                          ...);
@@ -168,7 +168,7 @@

g_printerr() should not be used from within libraries. Instead g_log() should -be used, or the convenience functions g_message(), g_warning() and g_error(). +be used, or the convenience functions g_message(), g_warning() and g_error().

@@ -187,7 +187,7 @@

-
+

g_set_printerr_handler ()

GPrintFunc          g_set_printerr_handler              (GPrintFunc func);

@@ -214,7 +214,7 @@


-
+

g_return_if_fail()

#define             g_return_if_fail(expr)

@@ -233,7 +233,7 @@


-
+

g_return_val_if_fail()

#define             g_return_val_if_fail(expr,val)

@@ -260,7 +260,7 @@


-
+

g_return_if_reached

#define             g_return_if_reached()

@@ -269,7 +269,7 @@


-
+

g_return_val_if_reached()

#define             g_return_val_if_reached(val)

@@ -285,7 +285,7 @@


-
+

g_warn_if_fail()

#define             g_warn_if_fail(expr)

@@ -302,7 +302,7 @@

Since 2.16


-
+

g_warn_if_reached

#define             g_warn_if_reached()

@@ -311,7 +311,7 @@

Since 2.16


-
+

g_on_error_query ()

void                g_on_error_query                    (const gchar *prg_name);

@@ -392,13 +392,13 @@

prg_name :

the program name, needed by gdb for the [S]tack trace option. If prg_name is NULL, g_get_prgname() is called to get the program name -(which will work correctly if gdk_init() or gtk_init() has been called). +(which will work correctly if gdk_init() or gtk_init() has been called).

-
+

g_on_error_stack_trace ()

void                g_on_error_stack_trace              (const gchar *prg_name);

@@ -414,13 +414,13 @@

prg_name :

the program name, needed by gdb for the [S]tack trace option. If prg_name is NULL, g_get_prgname() is called to get the program name -(which will work correctly if gdk_init() or gtk_init() has been called). +(which will work correctly if gdk_init() or gtk_init() has been called).

-
+

G_BREAKPOINT

#define             G_BREAKPOINT()

@@ -433,6 +433,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/glib-Windows-Compatibility-Functions.html glib2.0-2.26.1/docs/reference/glib/html/glib-Windows-Compatibility-Functions.html --- glib2.0-2.26.0/docs/reference/glib/html/glib-Windows-Compatibility-Functions.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/glib-Windows-Compatibility-Functions.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ Windows Compatibility Functions - + - + @@ -26,7 +26,7 @@ Description -
+
@@ -35,32 +35,32 @@
-
+ -
+

Description

These functions provide some level of UNIX emulation on the Windows platform. @@ -68,9 +68,9 @@ project.

-
+

Details

-
+

MAXPATHLEN

#define MAXPATHLEN 1024
 
@@ -81,9 +81,9 @@


-
+

g_win32_error_message ()

-
gchar *             g_win32_error_message               (gint error);
+
gchar*              g_win32_error_message               (gint error);

Translate a Win32 error code (as returned by GetLastError()) into the corresponding message. The message is either language neutral, @@ -109,9 +109,9 @@


-
+

g_win32_getlocale ()

-
gchar * 		          g_win32_getlocale                   (void);
+
gchar*              g_win32_getlocale                   (void);

The setlocale() function in the Microsoft C library uses locale names of the form "English_United States.1252" etc. We want the @@ -131,12 +131,12 @@


-
+

g_win32_get_package_installation_directory ()

-
gchar *             g_win32_get_package_installation_directory
+
gchar*              g_win32_get_package_installation_directory
                                                         (const gchar *package,
                                                          const gchar *dll_name);
-
+

Warning

g_win32_get_package_installation_directory has been deprecated since version 2.18 and should not be used in newly-written code. Pass the HMODULE of a DLL or EXE to g_win32_get_package_installation_directory_of_module() instead.

@@ -217,9 +217,9 @@

-
+

g_win32_get_package_installation_directory_of_module ()

-
gchar *             g_win32_get_package_installation_directory_of_module
+
gchar*              g_win32_get_package_installation_directory_of_module
                                                         (gpointer hmodule);

This function tries to determine the installation directory of a @@ -272,13 +272,13 @@

Since 2.16


-
+

g_win32_get_package_installation_subdirectory ()

-
gchar *             g_win32_get_package_installation_subdirectory
+
gchar*              g_win32_get_package_installation_subdirectory
                                                         (const gchar *package,
                                                          const gchar *dll_name,
                                                          const gchar *subdir);
-
+

Warning

g_win32_get_package_installation_subdirectory has been deprecated since version 2.18 and should not be used in newly-written code. Pass the HMODULE of a DLL or EXE to g_win32_get_package_installation_directory_of_module() instead, and @@ -330,7 +330,7 @@


-
+

g_win32_get_windows_version ()

guint               g_win32_get_windows_version         (void);

@@ -356,9 +356,9 @@

Since 2.6


-
+

g_win32_locale_filename_from_utf8 ()

-
gchar *             g_win32_locale_filename_from_utf8   (const gchar *utf8filename);
+
gchar*              g_win32_locale_filename_from_utf8   (const gchar *utf8filename);

Converts a filename from UTF-8 to the system codepage.

@@ -403,10 +403,10 @@

Since 2.8


-
+

G_WIN32_DLLMAIN_FOR_DLL_NAME()

#define             G_WIN32_DLLMAIN_FOR_DLL_NAME(static, dll_name)
-
+

Warning

G_WIN32_DLLMAIN_FOR_DLL_NAME is deprecated and should not be used in newly-written code.

@@ -437,7 +437,7 @@

-
+

G_WIN32_HAVE_WIDECHAR_API

#define G_WIN32_HAVE_WIDECHAR_API() TRUE
 
@@ -454,7 +454,7 @@

Since 2.6


-
+

G_WIN32_IS_NT_BASED

#define G_WIN32_IS_NT_BASED() TRUE
 
@@ -471,6 +471,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/gtester.html glib2.0-2.26.1/docs/reference/glib/html/gtester.html --- glib2.0-2.26.0/docs/reference/glib/html/gtester.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/gtester.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ gtester - + - + @@ -19,7 +19,7 @@ GLib Reference Manual Next -
+
@@ -28,12 +28,12 @@
-
+

Synopsis

gtester [option...] [testprogram]

-
-

Description

+
+

Description

gtester is a utility to run unit tests that have been written using the GLib test framework.

@@ -42,8 +42,8 @@ writes an XML report of the test results, which can be converted into HTML using the gtester-report utility.

-
-

Options

+
+

Options

@@ -117,8 +117,8 @@
-
-

See also

+
+

See also

gtester-report(1)

@@ -126,6 +126,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/gtester-report.html glib2.0-2.26.1/docs/reference/glib/html/gtester-report.html --- glib2.0-2.26.0/docs/reference/glib/html/gtester-report.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/gtester-report.html 2010-11-14 17:44:34.000000000 +1100 @@ -3,12 +3,12 @@ gtester-report - + - + @@ -19,7 +19,7 @@ GLib Reference Manual Next -
+
@@ -28,17 +28,17 @@
-
+

Synopsis

gtester-report [option...] [gtester-log]

-
-

Description

+
+

Description

gtester-report is a script which converts the XML output generated by gtester into HTML.

-
-

Options

+
+

Options

@@ -58,8 +58,8 @@
-
-

See also

+
+

See also

gtester(1)

@@ -67,6 +67,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/gvariant-format-strings.html glib2.0-2.26.1/docs/reference/glib/html/gvariant-format-strings.html --- glib2.0-2.26.0/docs/reference/glib/html/gvariant-format-strings.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/gvariant-format-strings.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ GVariant Format Strings - + - + @@ -19,10 +19,10 @@ GLib Reference Manual Next -
+
-
-

Variable Argument Conversions

+
+

Variable Argument Conversions

This page attempts to document how to perform variable argument conversions with GVariant.

@@ -37,8 +37,8 @@ g_variant_get() function.

-
-

Syntax

+
+

Syntax

This section exhaustively describes all possibilities for GVariant format strings. There are no valid forms of format strings other than those described here. Please note that the format string syntax is likely to expand in the @@ -69,16 +69,16 @@

-
-

Symbols

+
+

Symbols

The following table describes the rough meaning of symbols that may appear inside a GVariant format string. Each symbol is described in detail in its own section, including usage examples.

--++ @@ -264,7 +264,7 @@
-
+

Numeric Types

@@ -284,8 +284,8 @@

--++ @@ -461,8 +461,8 @@ No type promotion occurs when using g_variant_get() since it operates with pointers. The pointers must always point to a memory region of exactly the correct size.

-
-

Examples

+
+

Examples

@@ -511,7 +511,7 @@
-
+

Strings

@@ -535,8 +535,8 @@ NULL may also be passed to indicate that the value of the string should be ignored (in which case no copy is made).

-
-

Examples

+
+

Examples

@@ -583,7 +583,7 @@
-
+

Variants

@@ -604,8 +604,8 @@ NULL may also be passed to indicate that the value should be ignored (in which case no new reference is created).

-
-

Examples

+
+

Examples

@@ -636,7 +636,7 @@
-
+

Arrays

@@ -663,8 +663,8 @@ NULL may also be given to indicate that the value of the array should be ignored.

-
-

Examples

+
+

Examples

@@ -721,7 +721,7 @@
-
+

Maybe Types

@@ -769,8 +769,8 @@ FALSE and the arguments will be collected in the normal way but have their values set to binary zero.

-
-

Examples

+
+

Examples

@@ -893,7 +893,7 @@
-
+

Tuples

@@ -903,8 +903,8 @@

Tuples are handled by handling each item in the tuple, in sequence. Each item is handled in the usual way.

-
-

Examples

+
+

Examples

@@ -947,7 +947,7 @@
-
+

Dictionaries

@@ -957,8 +957,8 @@

Dictionary entries are handled by handling first the key, then the value. Each is handled in the usual way.

-
-

Examples

+
+

Examples

@@ -985,7 +985,7 @@
-
+

GVariant *

@@ -1020,8 +1020,8 @@ use of '@'. Using the other characters where possible is recommended, however, due to the improvements in type safety and code self-documentation.

-
-

Examples

+
+

Examples

@@ -1080,7 +1080,7 @@
-
+

Pointers

@@ -1100,8 +1100,8 @@ returned. This pointer should not be freed. Validity checks are performed to ensure that the string data will always be properly nul-terminated.

-
-

Examples

+
+

Examples

@@ -1132,7 +1132,7 @@
-
+

Convenience Conversions

@@ -1152,8 +1152,8 @@

--++ @@ -1283,6 +1283,6 @@ + Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/index.html glib2.0-2.26.1/docs/reference/glib/html/index.html --- glib2.0-2.26.0/docs/reference/glib/html/index.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/index.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,19 +3,19 @@ GLib Reference Manual - + - + -
+

- for GLib 2.26.0 + for GLib 2.26.1 The latest version of this documentation can be found on-line at http://library.gnome.org/devel/glib/unstable/. @@ -339,6 +339,6 @@

+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/html/index.sgml glib2.0-2.26.1/docs/reference/glib/html/index.sgml --- glib2.0-2.26.0/docs/reference/glib/html/index.sgml 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/index.sgml 2010-11-14 17:44:34.000000000 +1100 @@ -16,12 +16,6 @@ - - - - - - @@ -2837,6 +2831,7 @@ + diff -Nru glib2.0-2.26.0/docs/reference/glib/html/tools.html glib2.0-2.26.1/docs/reference/glib/html/tools.html --- glib2.0-2.26.0/docs/reference/glib/html/tools.html 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/html/tools.html 2010-11-14 17:44:35.000000000 +1100 @@ -3,12 +3,12 @@ GLib Tools - + - + @@ -19,7 +19,7 @@ GLib Reference Manual Next -
+

GLib Tools

@@ -36,6 +36,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/glib/Makefile.in glib2.0-2.26.1/docs/reference/glib/Makefile.in --- glib2.0-2.26.0/docs/reference/glib/Makefile.in 2010-09-28 02:10:12.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/Makefile.in 2010-11-14 17:01:53.000000000 +1100 @@ -228,6 +228,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -299,7 +301,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/docs/reference/glib/tmpl/glib-unused.sgml glib2.0-2.26.1/docs/reference/glib/tmpl/glib-unused.sgml --- glib2.0-2.26.0/docs/reference/glib/tmpl/glib-unused.sgml 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/tmpl/glib-unused.sgml 2010-11-14 17:44:34.000000000 +1100 @@ -937,6 +937,46 @@ + + + + + + + + + + + +@required_major: +@required_minor: +@required_micro: +@Returns: + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru glib2.0-2.26.0/docs/reference/glib/tmpl/messages.sgml glib2.0-2.26.1/docs/reference/glib/tmpl/messages.sgml --- glib2.0-2.26.0/docs/reference/glib/tmpl/messages.sgml 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/tmpl/messages.sgml 2010-11-14 17:44:34.000000000 +1100 @@ -117,18 +117,15 @@ @args: the parameters to insert into the format string. - + A convenience function/macro to log a normal message. -@format: -@Varargs: - @...: format string, followed by parameters to insert into the format string (as with printf()) - + A convenience function/macro to log a warning message. @@ -138,13 +135,10 @@ variable (see Running GLib Applications). -@format: -@Varargs: - @...: format string, followed by parameters to insert into the format string (as with printf()) - + Logs a "critical warning" (#G_LOG_LEVEL_CRITICAL). It's more or less application-defined what constitutes a critical vs. a regular @@ -159,13 +153,10 @@ Running GLib Applications). -@format: -@Varargs: - @...: format string, followed by parameters to insert into the format string (as with printf()) - + A convenience function/macro to log an error message. Error messages are always fatal, resulting in a call to @@ -175,22 +166,16 @@ assertion failure. -@format: -@Varargs: - @...: format string, followed by parameters to insert into the format string (as with printf()) - + A convenience function/macro to log a debug message. -@format: -@Varargs: -@Since: 2.6 - @...: format string, followed by parameters to insert into the format string (as with printf()) +@Since: 2.6 diff -Nru glib2.0-2.26.0/docs/reference/glib/tmpl/version.sgml glib2.0-2.26.1/docs/reference/glib/tmpl/version.sgml --- glib2.0-2.26.0/docs/reference/glib/tmpl/version.sgml 2010-09-28 02:14:33.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/tmpl/version.sgml 2010-11-14 17:44:34.000000000 +1100 @@ -22,47 +22,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@required_major: -@required_minor: -@required_micro: -@Returns: - - The major version number of the GLib library. diff -Nru glib2.0-2.26.0/docs/reference/glib/version.xml glib2.0-2.26.1/docs/reference/glib/version.xml --- glib2.0-2.26.0/docs/reference/glib/version.xml 2010-09-28 02:10:29.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/glib/version.xml 2010-11-14 17:03:58.000000000 +1100 @@ -1 +1 @@ -2.26.0 +2.26.1 diff -Nru glib2.0-2.26.0/docs/reference/gobject/glib-genmarshal.1 glib2.0-2.26.1/docs/reference/gobject/glib-genmarshal.1 --- glib2.0-2.26.0/docs/reference/gobject/glib-genmarshal.1 2010-09-28 02:12:06.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/glib-genmarshal.1 2010-11-14 17:17:01.000000000 +1100 @@ -1,13 +1,22 @@ '\" t .\" Title: glib-genmarshal .\" Author: [see the "Author" section] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 09/27/2010 +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 11/14/2010 .\" Manual: User Commands .\" Source: User Commands .\" Language: English .\" -.TH "GLIB\-GENMARSHAL" "1" "09/27/2010" "User Commands" "User Commands" +.TH "GLIB\-GENMARSHAL" "1" "11/14/2010" "User Commands" "User Commands" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -46,7 +55,7 @@ \fB\-\-prefix=string\fR, \fB\-\-prefix string\fR .RS 4 Specify marshaller prefix\&. The default prefix is -`g_cclosure_marshal\'\&. +`g_cclosure_marshal\*(Aq\&. .RE .PP \fB\-\-skip\-source\fR @@ -108,8 +117,8 @@ .PP The \fIRTYPE\fR -part specifies the callback\'s return type and the -\fIPTYPE\fRs right to the colon specify the callback\'s parameter list, except for the first and the last arguments which are always pointers\&. +part specifies the callback\*(Aqs return type and the +\fIPTYPE\fRs right to the colon specify the callback\*(Aqs parameter list, except for the first and the last arguments which are always pointers\&. .SS "Parameter types" .PP Currently, the following types are supported: diff -Nru glib2.0-2.26.0/docs/reference/gobject/glib-mkenums.1 glib2.0-2.26.1/docs/reference/gobject/glib-mkenums.1 --- glib2.0-2.26.0/docs/reference/gobject/glib-mkenums.1 2010-09-28 02:12:06.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/glib-mkenums.1 2010-11-14 17:17:00.000000000 +1100 @@ -1,13 +1,22 @@ '\" t .\" Title: glib-mkenums .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 09/27/2010 +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 11/14/2010 .\" Manual: User Commands .\" Source: User Commands .\" Language: English .\" -.TH "GLIB\-MKENUMS" "1" "09/27/2010" "User Commands" "User Commands" +.TH "GLIB\-MKENUMS" "1" "11/14/2010" "User Commands" "User Commands" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- diff -Nru glib2.0-2.26.0/docs/reference/gobject/gobject-query.1 glib2.0-2.26.1/docs/reference/gobject/gobject-query.1 --- glib2.0-2.26.0/docs/reference/gobject/gobject-query.1 2010-09-28 02:12:06.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/gobject-query.1 2010-11-14 17:17:03.000000000 +1100 @@ -1,13 +1,22 @@ '\" t .\" Title: gobject-query .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 09/27/2010 +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 11/14/2010 .\" Manual: User Commands .\" Source: User Commands .\" Language: English .\" -.TH "GOBJECT\-QUERY" "1" "09/27/2010" "User Commands" "User Commands" +.TH "GOBJECT\-QUERY" "1" "11/14/2010" "User Commands" "User Commands" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -54,7 +63,7 @@ .PP \fB\-n\fR .RS 4 -don\'t descend type tree +don\*(Aqt descend type tree .RE .PP \fB\-b\fR \fIstring\fR diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/annotation-glossary.html glib2.0-2.26.1/docs/reference/gobject/html/annotation-glossary.html --- glib2.0-2.26.0/docs/reference/gobject/html/annotation-glossary.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/annotation-glossary.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,11 +3,11 @@ Annotation Glossary - + - + @@ -25,7 +25,7 @@ T -
+

Annotation Glossary

A

@@ -42,6 +42,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-10.html glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-10.html --- glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-10.html 2010-09-28 02:14:50.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-10.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.10 - + - + @@ -30,7 +30,7 @@ T -
+

Index of new symbols in 2.10

I

@@ -80,6 +80,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-12.html glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-12.html --- glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-12.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-12.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.12 - + - + @@ -26,7 +26,7 @@ V -
+

Index of new symbols in 2.12

T

@@ -50,6 +50,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-14.html glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-14.html --- glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-14.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-14.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.14 - + - + @@ -26,7 +26,7 @@ T -
+

Index of new symbols in 2.14

D

@@ -46,6 +46,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-18.html glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-18.html --- glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-18.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-18.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.18 - + - + @@ -22,7 +22,7 @@ S -
+

Index of new symbols in 2.18

S

@@ -41,6 +41,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-22.html glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-22.html --- glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-22.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-22.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.22 - + - + @@ -22,7 +22,7 @@ T -
+

Index of new symbols in 2.22

T

@@ -41,6 +41,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-24.html glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-24.html --- glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-24.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-24.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.24 - + - + @@ -30,7 +30,7 @@ V -
+

Index of new symbols in 2.24

D

@@ -68,6 +68,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-26.html glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-26.html --- glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-26.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-26.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.26 - + - + @@ -38,7 +38,7 @@ V -
+

Index of new symbols in 2.26

B

@@ -196,6 +196,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-2.html glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-2.html --- glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-2.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-2.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.2 - + - + @@ -22,7 +22,7 @@ T -
+

Index of new symbols in 2.2

T

@@ -33,6 +33,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-4.html glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-4.html --- glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-4.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-4.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.4 - + - + @@ -36,7 +36,7 @@ V -
+

Index of new symbols in 2.4

D

@@ -173,6 +173,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-6.html glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-6.html --- glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-6.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-6.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.6 - + - + @@ -22,7 +22,7 @@ T -
+

Index of new symbols in 2.6

T

@@ -37,6 +37,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-8.html glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-8.html --- glib2.0-2.26.0/docs/reference/gobject/html/api-index-2-8.html 2010-09-28 02:14:50.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/api-index-2-8.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Index of new symbols in 2.8 - + - + @@ -22,7 +22,7 @@ O -
+

Index of new symbols in 2.8

O

@@ -37,6 +37,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/api-index-deprecated.html glib2.0-2.26.1/docs/reference/gobject/html/api-index-deprecated.html --- glib2.0-2.26.0/docs/reference/gobject/html/api-index-deprecated.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/api-index-deprecated.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Index of deprecated symbols - + - + @@ -22,7 +22,7 @@ V -
+

Index of deprecated symbols

V

@@ -45,6 +45,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/api-index-full.html glib2.0-2.26.1/docs/reference/gobject/html/api-index-full.html --- glib2.0-2.26.0/docs/reference/gobject/html/api-index-full.html 2010-09-28 02:14:50.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/api-index-full.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Index - + - + @@ -46,7 +46,7 @@ W -
+

Index

B

@@ -2716,6 +2716,6 @@
+ Generated by GTK-Doc V1.15
\ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/ch01s02.html glib2.0-2.26.1/docs/reference/gobject/html/ch01s02.html --- glib2.0-2.26.0/docs/reference/gobject/html/ch01s02.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/ch01s02.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Exporting a C API - + - + @@ -19,9 +19,9 @@ GObject Reference Manual Next -
+

-Exporting a C API

+Exporting a C API

C APIs are defined by a set of functions and global variables which are usually exported from a binary. C functions have an arbitrary number of arguments and one return value. Each function is thus @@ -91,7 +91,7 @@ reads the original function signature.

  • The solution used by GLib is to use the GType library which holds at runtime a description of all the objects manipulated by the programmer. This so-called dynamic type - [1] + [1] library is then used by special generic glue code to automatically convert function parameters and function calling conventions between different runtime domains.

  • @@ -100,7 +100,7 @@ boundaries is written once: the figure below states this more clearly.

    -

    Figure 1. 

    +

    Figure 1. 


    @@ -118,7 +118,7 @@



    -

    [1] +

    [1] There are numerous different implementations of dynamic type systems: all C++ compilers have one, Java and .NET have one too. A dynamic type system allows you to get information about every instantiated object at runtime. It can be implemented @@ -131,6 +131,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/ch06s03.html glib2.0-2.26.1/docs/reference/gobject/html/ch06s03.html --- glib2.0-2.26.0/docs/reference/gobject/html/ch06s03.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/ch06s03.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Interface definition prerequisites - + - + @@ -19,9 +19,9 @@ GObject Reference Manual Next -
    +

    -Interface definition prerequisites

    +Interface definition prerequisites

    To specify that an interface requires the presence of other interfaces when implemented, GObject introduces the concept of @@ -108,6 +108,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/chapter-gobject.html glib2.0-2.26.1/docs/reference/gobject/html/chapter-gobject.html --- glib2.0-2.26.0/docs/reference/gobject/html/chapter-gobject.html 2010-09-28 02:14:50.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/chapter-gobject.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ The GObject base class - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    The GObject base class

    @@ -52,7 +52,7 @@ inherit from GObject which is why it is important to understand the details of how it works.

    -
    +

    Object instantiation

    @@ -288,6 +288,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/chapter-gtype.html glib2.0-2.26.1/docs/reference/gobject/html/chapter-gtype.html --- glib2.0-2.26.0/docs/reference/gobject/html/chapter-gtype.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/chapter-gtype.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ The GLib Dynamic Type System - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    The GLib Dynamic Type System

    @@ -84,7 +84,7 @@ g_type_register_fundamental (you have to be Tim Janik to do that) but in case you want to, the last chapter explains how to create new fundamental types. - [2] + [2]

    Fundamental types are top-level types which do not derive from any other type @@ -132,7 +132,7 @@ passed as the parent_type parameter to g_type_register_static and g_type_register_dynamic.

    -
    +

    Copy functions

    @@ -248,7 +248,7 @@



    -

    [2] +

    [2] Please note that there exists another registration function: the g_type_register_dynamic. We will not discuss this function here since its use is very similar to the _static @@ -258,6 +258,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/chapter-intro.html glib2.0-2.26.1/docs/reference/gobject/html/chapter-intro.html --- glib2.0-2.26.0/docs/reference/gobject/html/chapter-intro.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/chapter-intro.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Background - + - + @@ -19,11 +19,11 @@ GObject Reference Manual Next -
    +

    Background

    @@ -50,9 +50,9 @@ goals: this can often explain the sometimes rather convoluted APIs and features present in this library.

    -
    +

    -Data types and programming

    +Data types and programming

    One could say (I have seen such definitions used in some textbooks on programming language theory) that a programming language is merely a way to create data types and manipulate them. Most languages @@ -87,6 +87,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/chapter-signal.html glib2.0-2.26.1/docs/reference/gobject/html/chapter-signal.html --- glib2.0-2.26.0/docs/reference/gobject/html/chapter-signal.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/chapter-signal.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ The GObject messaging system - + - + @@ -19,14 +19,14 @@ GObject Reference Manual Next -
    +

    The GObject messaging system

    -
    +

    Closures

    @@ -70,7 +70,7 @@ The GClosure structure represents the common functionality of all closure implementations: there exists a different Closure implementation for each separate runtime which wants to use the GObject type system. - [6] + [6] The GObject library provides a simple GCClosure type which is a specific implementation of closures to be used with C/C++ callbacks.

    @@ -93,13 +93,13 @@ events (g_closure_remove_finalize_notifier and g_closure_remove_invalidate_notifier) but not for the invocation process. - [7]

    + [7]

    -
    +

    -C Closures

    +C Closures

    If you are using C or C++ to connect a callback to a given event, you will either use simple GCClosures @@ -132,9 +132,9 @@ function if the user has supplied one.

    -
    +

    -Non-C closures (for the fearless)

    +Non-C closures (for the fearless)

    As was explained above, closures hide the details of callback invocation. In C, callback invocation is just like function invocation: it is a matter of creating @@ -193,7 +193,7 @@



    -

    [6] +

    [6] In practice, closures sit at the boundary of language runtimes: if you are writing Python code and one of your Python callbacks receives a signal from a GTK+ widget, the C code in GTK+ needs to execute your Python @@ -201,7 +201,7 @@ it behaves as a normal C object for GTK+ and as a normal Python object for Python code.

    -

    [7] +

    [7] Closures are reference counted and notify listeners of their destruction in a two-stage process: the invalidation notifiers are invoked before the finalization notifiers.

    @@ -209,6 +209,6 @@
    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/GBinding.html glib2.0-2.26.1/docs/reference/gobject/html/GBinding.html --- glib2.0-2.26.0/docs/reference/gobject/html/GBinding.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/GBinding.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ GBinding - + - + @@ -30,7 +30,7 @@ Properties -
    +
    @@ -39,16 +39,16 @@
    -
    +

    Synopsis

     #include <glib-object.h>
     
                         GBinding;
     enum                GBindingFlags;
    -GObject *              g_binding_get_source             (GBinding *binding);
    +GObject *           g_binding_get_source                (GBinding *binding);
     const gchar *       g_binding_get_source_property       (GBinding *binding);
    -GObject *              g_binding_get_target             (GBinding *binding);
    +GObject *           g_binding_get_target                (GBinding *binding);
     const gchar *       g_binding_get_target_property       (GBinding *binding);
     GBindingFlags       g_binding_get_flags                 (GBinding *binding);
     
    @@ -80,14 +80,14 @@
                                                              GClosure *transform_from);
     
    -
    +

    Object Hierarchy

       GObject
        +----GBinding
     
    -
    +

    Properties

       "flags"                    GBindingFlags         : Read / Write / Construct Only
    @@ -97,7 +97,7 @@
       "target-property"          gchar*                : Read / Write / Construct Only
     
    -
    +

    Description

    GBinding is the representation of a binding between a property on a @@ -238,9 +238,9 @@ GBinding is available since GObject 2.26

    -
    +

    Details

    -
    +

    GBinding

    typedef struct _GBinding GBinding;

    @@ -250,7 +250,7 @@

    Since 2.26


    -
    +

    enum GBindingFlags

    typedef enum { /*< prefix=G_BINDING >*/
       G_BINDING_DEFAULT        = 0,
    @@ -304,9 +304,9 @@
     

    Since 2.26


    -
    +

    g_binding_get_source ()

    -
    GObject *              g_binding_get_source             (GBinding *binding);
    +
    GObject *           g_binding_get_source                (GBinding *binding);

    Retrieves the GObject instance used as the source of the binding

    @@ -328,7 +328,7 @@

    Since 2.26


    -
    +

    g_binding_get_source_property ()

    const gchar *       g_binding_get_source_property       (GBinding *binding);

    @@ -354,9 +354,9 @@

    Since 2.26


    -
    +

    g_binding_get_target ()

    -
    GObject *              g_binding_get_target             (GBinding *binding);
    +
    GObject *           g_binding_get_target                (GBinding *binding);

    Retrieves the GObject instance used as the target of the binding

    @@ -378,7 +378,7 @@

    Since 2.26


    -
    +

    g_binding_get_target_property ()

    const gchar *       g_binding_get_target_property       (GBinding *binding);

    @@ -404,7 +404,7 @@

    Since 2.26


    -
    +

    g_binding_get_flags ()

    GBindingFlags       g_binding_get_flags                 (GBinding *binding);

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

    Since 2.26


    -
    +

    g_object_bind_property ()

    GBinding *          g_object_bind_property              (gpointer source,
                                                              const gchar *source_property,
    @@ -515,7 +515,7 @@
     

    Since 2.26


    -
    +

    GBindingTransformFunc ()

    gboolean            (*GBindingTransformFunc)            (GBinding *binding,
                                                              const GValue *source_value,
    @@ -561,7 +561,7 @@
     

    Since 2.26


    -
    +

    g_object_bind_property_full ()

    GBinding *          g_object_bind_property_full         (gpointer source,
                                                              const gchar *source_property,
    @@ -597,7 +597,7 @@
     

    -
    +

    Note

    The same user_data parameter will be used for both transform_to and transform_from transformation functions; the notify function will be called once, when the binding is removed. If you need different data @@ -669,7 +669,7 @@

    Since 2.26


    -
    +

    g_object_bind_property_with_closures ()

    GBinding *          g_object_bind_property_with_closures
                                                             (gpointer source,
    @@ -744,9 +744,9 @@
     

    Since 2.26

    -
    +

    Property Details

    -
    +

    The "flags" property

      "flags"                    GBindingFlags         : Read / Write / Construct Only

    @@ -755,7 +755,7 @@

    Since 2.26


    -
    +

    The "source" property

      "source"                   GObject*              : Read / Write / Construct Only

    @@ -764,7 +764,7 @@

    Since 2.26


    -
    +

    The "source-property" property

      "source-property"          gchar*                : Read / Write / Construct Only

    @@ -775,7 +775,7 @@

    Since 2.26


    -
    +

    The "target" property

      "target"                   GObject*              : Read / Write / Construct Only

    @@ -784,7 +784,7 @@

    Since 2.26


    -
    +

    The "target-property" property

      "target-property"          gchar*                : Read / Write / Construct Only

    @@ -798,6 +798,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/glib-genmarshal.html glib2.0-2.26.1/docs/reference/gobject/html/glib-genmarshal.html --- glib2.0-2.26.0/docs/reference/gobject/html/glib-genmarshal.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/glib-genmarshal.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ glib-genmarshal - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +
    @@ -28,12 +28,12 @@
    -
    +

    Synopsis

    glib-genmarshal [options...] [files...]

    -
    -

    Description

    +
    +

    Description

    glib-genmarshal is a small utility that generates C code marshallers for callback functions of the GClosure mechanism in the GObject sublibrary of GLib. The marshaller functions have a standard signature, @@ -44,14 +44,14 @@ collect its return value.

    -
    -

    Invocation

    +
    +

    Invocation

    glib-genmarshal takes a list of marshallers to generate as input. The marshaller list is either read from standard input or from files passed as additional arguments on the command line.

    -
    -

    Options

    +
    +

    Options

    @@ -108,8 +108,8 @@

    -
    -

    Marshaller list format

    +
    +

    Marshaller list format

    The marshaller lists are processed line by line, a line can contain a comment in the form of @@ -136,8 +136,8 @@


    -
    -

    Parameter types

    +
    +

    Parameter types

    Currently, the following types are supported:

    @@ -284,8 +284,8 @@

    -
    -

    Example

    +
    +

    Example

    To generate marshallers for the following callback functions:

    @@ -332,20 +332,20 @@ g_closure_set_marshal (cc_baz, g_cclosure_marshal_FLOAT__BOOLEAN_UCHAR);
    -
    -

    See also

    +
    +

    See also

    glib-mkenums(1)

    -
    -

    Bugs

    +
    +

    Bugs

    None known yet.

    -
    -

    Author

    +
    +

    Author

    glib-genmarshal has been written by Tim Janik .

    @@ -356,6 +356,6 @@
    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/glib-mkenums.html glib2.0-2.26.1/docs/reference/gobject/html/glib-mkenums.html --- glib2.0-2.26.0/docs/reference/gobject/html/glib-mkenums.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/glib-mkenums.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ glib-mkenums - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +
    @@ -28,12 +28,12 @@
    -
    +

    Synopsis

    glib-mkenums [options...] [files...]

    -
    -

    Description

    +
    +

    Description

    glib-mkenums is a small perl-script utility that parses C code to extract enum definitions and produces enum descriptions based on text templates specified by the user. Most frequently this script is used to @@ -41,15 +41,15 @@ value name strings for introspection.

    -
    -

    Invocation

    +
    +

    Invocation

    glib-mkenums takes a list of valid C code files as input. The options specified control the text that is output, certain substitutions are performed on the text templates for keywords enclosed in @ characters.

    -
    -

    Options

    +
    +

    Options

    @@ -143,8 +143,8 @@

    -
    -

    Production text substitutions

    +
    +

    Production text substitutions

    Certain keywords enclosed in @ characters will be substituted in the emitted text. For the substitution examples of the keywords below, @@ -257,8 +257,8 @@


    -
    -

    Trigraph extensions

    +
    +

    Trigraph extensions

    Some C comments are treated specially in the parsed enum definitions, such comments start out with the trigraph sequence /*< @@ -293,8 +293,8 @@

    -
    -

    See also

    +
    +

    See also

    glib-genmarshal(1)

    @@ -302,6 +302,6 @@
    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gobject-Boxed-Types.html glib2.0-2.26.1/docs/reference/gobject/html/gobject-Boxed-Types.html --- glib2.0-2.26.0/docs/reference/gobject/html/gobject-Boxed-Types.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gobject-Boxed-Types.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Boxed Types - + - + @@ -26,7 +26,7 @@ Description -
    +
    @@ -36,7 +36,7 @@
    -
    +

    Synopsis

     #include <glib-object.h>
    @@ -66,7 +66,7 @@
     typedef             GStrv;
     
    -
    +

    Description

    GBoxed is a generic wrapper mechanism for arbitrary C structures. The only @@ -79,9 +79,9 @@ based libraries.

    -
    +

    Details

    -
    +

    GBoxedCopyFunc ()

    gpointer            (*GBoxedCopyFunc)                   (gpointer boxed);

    @@ -105,7 +105,7 @@


    -
    +

    GBoxedFreeFunc ()

    void                (*GBoxedFreeFunc)                   (gpointer boxed);

    @@ -122,7 +122,7 @@


    -
    +

    g_boxed_copy ()

    gpointer            g_boxed_copy                        (GType boxed_type,
                                                              gconstpointer src_boxed);
    @@ -151,7 +151,7 @@

    -
    +

    g_boxed_free ()

    void                g_boxed_free                        (GType boxed_type,
                                                              gpointer boxed);
    @@ -175,7 +175,7 @@

    -
    +

    g_boxed_type_register_static ()

    GType               g_boxed_type_register_static        (const gchar *name,
                                                              GBoxedCopyFunc boxed_copy,
    @@ -212,7 +212,7 @@
     

    -
    +

    g_pointer_type_register_static ()

    GType               g_pointer_type_register_static      (const gchar *name);

    @@ -236,7 +236,7 @@


    -
    +

    G_TYPE_HASH_TABLE

    #define G_TYPE_HASH_TABLE (g_hash_table_get_type ())
     
    @@ -246,7 +246,7 @@

    Since 2.10


    -
    +

    G_TYPE_DATE

    #define G_TYPE_DATE	        (g_date_get_type ())
     
    @@ -255,7 +255,7 @@


    -
    +

    G_TYPE_GSTRING

    #define G_TYPE_GSTRING		(g_gstring_get_type ())
     
    @@ -264,7 +264,7 @@


    -
    +

    G_TYPE_STRV

    #define G_TYPE_STRV	        (g_strv_get_type ())
     
    @@ -326,7 +326,7 @@

    Since 2.4


    -
    +

    G_TYPE_REGEX

    #define G_TYPE_REGEX (g_regex_get_type ())
     
    @@ -336,7 +336,7 @@

    Since 2.14


    -
    +

    G_TYPE_ARRAY

    #define G_TYPE_ARRAY (g_array_get_type ())
     
    @@ -346,7 +346,7 @@

    Since 2.22


    -
    +

    G_TYPE_BYTE_ARRAY

    #define G_TYPE_BYTE_ARRAY (g_byte_array_get_type ())
     
    @@ -356,7 +356,7 @@

    Since 2.22


    -
    +

    G_TYPE_PTR_ARRAY

    #define G_TYPE_PTR_ARRAY (g_ptr_array_get_type ())
     
    @@ -366,7 +366,7 @@

    Since 2.22


    -
    +

    G_TYPE_VARIANT_TYPE

    #define G_TYPE_VARIANT_TYPE (g_variant_type_get_gtype ())
     
    @@ -376,7 +376,7 @@

    Since 2.24


    -
    +

    G_TYPE_ERROR

    #define G_TYPE_ERROR (g_error_get_type ())
     
    @@ -386,7 +386,7 @@

    Since 2.26


    -
    +

    G_TYPE_DATE_TIME

    #define G_TYPE_DATE_TIME (g_date_time_get_type ())
     
    @@ -396,7 +396,7 @@

    Since 2.26


    -
    +

    GStrv

    typedef gchar** GStrv;
     
    @@ -405,13 +405,13 @@

    - + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gobject-Closures.html glib2.0-2.26.1/docs/reference/gobject/html/gobject-Closures.html --- glib2.0-2.26.0/docs/reference/gobject/html/gobject-Closures.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gobject-Closures.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Closures - + - + @@ -26,7 +26,7 @@ Description -
    +
    @@ -35,7 +35,7 @@
    -
    +

    Synopsis

     #include <glib-object.h>
    @@ -56,19 +56,19 @@
                                                              gpointer marshal_data);
     void                (*GClosureNotify)                   (gpointer data,
                                                              GClosure *closure);
    -GClosure *          g_cclosure_new                      (GCallback callback_func,
    +GClosure*           g_cclosure_new                      (GCallback callback_func,
                                                              gpointer user_data,
                                                              GClosureNotify destroy_data);
    -GClosure *          g_cclosure_new_swap                 (GCallback callback_func,
    +GClosure*           g_cclosure_new_swap                 (GCallback callback_func,
                                                              gpointer user_data,
                                                              GClosureNotify destroy_data);
    -GClosure *          g_cclosure_new_object               (GCallback callback_func,
    +GClosure*           g_cclosure_new_object               (GCallback callback_func,
                                                              GObject *object);
    -GClosure *          g_cclosure_new_object_swap          (GCallback callback_func,
    +GClosure*           g_cclosure_new_object_swap          (GCallback callback_func,
                                                              GObject *object);
    -GClosure *          g_closure_new_object                (guint sizeof_closure,
    +GClosure*           g_closure_new_object                (guint sizeof_closure,
                                                              GObject *object);
    -GClosure *          g_closure_ref                       (GClosure *closure);
    +GClosure*           g_closure_ref                       (GClosure *closure);
     void                g_closure_sink                      (GClosure *closure);
     void                g_closure_unref                     (GClosure *closure);
     void                g_closure_invoke                    (GClosure *closure,
    @@ -90,7 +90,7 @@
                                                             (GClosure *closure,
                                                              gpointer notify_data,
                                                              GClosureNotify notify_func);
    -GClosure *          g_closure_new_simple                (guint sizeof_closure,
    +GClosure*           g_closure_new_simple                (guint sizeof_closure,
                                                              gpointer data);
     void                g_closure_set_marshal               (GClosure *closure,
                                                              GClosureMarshal marshal);
    @@ -238,7 +238,7 @@
     #define             g_cclosure_marshal_BOOL__FLAGS
     
    -
    +

    Description

    A GClosure represents a callback supplied by the programmer. It @@ -293,9 +293,9 @@

    -
    +

    Details

    -
    +

    G_CLOSURE_NEEDS_MARSHAL()

    #define G_CLOSURE_NEEDS_MARSHAL(closure) (((GClosure*) (closure))->marshal == NULL)
     
    @@ -320,7 +320,7 @@

    -
    +

    G_CLOSURE_N_NOTIFIERS()

    #define             G_CLOSURE_N_NOTIFIERS(cl)

    @@ -347,7 +347,7 @@


    -
    +

    G_CCLOSURE_SWAP_DATA()

    #define G_CCLOSURE_SWAP_DATA(cclosure)	 (((GClosure*) (cclosure))->derivative_flag)
     
    @@ -372,7 +372,7 @@

    -
    +

    G_CALLBACK()

    #define G_CALLBACK(f)			 ((GCallback) (f))
     
    @@ -389,7 +389,7 @@

    -
    +

    GCallback ()

    void                (*GCallback)                        (void);

    @@ -401,7 +401,7 @@


    -
    +

    GClosure

    typedef struct {
       volatile       	guint	 in_marshal : 1;
    @@ -430,7 +430,7 @@
     

    -
    +

    G_TYPE_CLOSURE

    #define G_TYPE_CLOSURE		(g_closure_get_type ())
     
    @@ -439,7 +439,7 @@


    -
    +

    GCClosure

    typedef struct {
       GClosure closure;
    @@ -466,7 +466,7 @@
     

    -
    +

    GClosureMarshal ()

    void                (*GClosureMarshal)                  (GClosure *closure,
                                                              GValue *return_value,
    @@ -518,7 +518,7 @@
     

    -
    +

    GClosureNotify ()

    void                (*GClosureNotify)                   (gpointer data,
                                                              GClosure *closure);
    @@ -543,9 +543,9 @@

    -
    +

    g_cclosure_new ()

    -
    GClosure *          g_cclosure_new                      (GCallback callback_func,
    +
    GClosure*           g_cclosure_new                      (GCallback callback_func,
                                                              gpointer user_data,
                                                              GClosureNotify destroy_data);

    @@ -579,9 +579,9 @@


    -
    +

    g_cclosure_new_swap ()

    -
    GClosure *          g_cclosure_new_swap                 (GCallback callback_func,
    +
    GClosure*           g_cclosure_new_swap                 (GCallback callback_func,
                                                              gpointer user_data,
                                                              GClosureNotify destroy_data);

    @@ -615,9 +615,9 @@


    -
    +

    g_cclosure_new_object ()

    -
    GClosure *          g_cclosure_new_object               (GCallback callback_func,
    +
    GClosure*           g_cclosure_new_object               (GCallback callback_func,
                                                              GObject *object);

    A variant of g_cclosure_new() which uses object as user_data and @@ -648,9 +648,9 @@


    -
    +

    g_cclosure_new_object_swap ()

    -
    GClosure *          g_cclosure_new_object_swap          (GCallback callback_func,
    +
    GClosure*           g_cclosure_new_object_swap          (GCallback callback_func,
                                                              GObject *object);

    A variant of g_cclosure_new_swap() which uses object as user_data @@ -681,9 +681,9 @@


    -
    +

    g_closure_new_object ()

    -
    GClosure *          g_closure_new_object                (guint sizeof_closure,
    +
    GClosure*           g_closure_new_object                (guint sizeof_closure,
                                                              GObject *object);

    A variant of g_closure_new_simple() which stores object in the @@ -715,9 +715,9 @@


    -
    +

    g_closure_ref ()

    -
    GClosure *          g_closure_ref                       (GClosure *closure);
    +
    GClosure*           g_closure_ref                       (GClosure *closure);

    Increments the reference count on a closure to force it staying alive while the caller holds a pointer to it. @@ -740,7 +740,7 @@


    -
    +

    g_closure_sink ()

    void                g_closure_sink                      (GClosure *closure);

    @@ -843,7 +843,7 @@


    -
    +

    g_closure_unref ()

    void                g_closure_unref                     (GClosure *closure);

    @@ -862,7 +862,7 @@


    -
    +

    g_closure_invoke ()

    void                g_closure_invoke                    (GClosure *closure,
                                                              GValue *return_value,
    @@ -906,7 +906,7 @@
     

    -
    +

    g_closure_invalidate ()

    void                g_closure_invalidate                (GClosure *closure);

    @@ -935,7 +935,7 @@


    -
    +

    g_closure_add_finalize_notifier ()

    void                g_closure_add_finalize_notifier     (GClosure *closure,
                                                              gpointer notify_data,
    @@ -970,7 +970,7 @@
     

    -
    +

    g_closure_add_invalidate_notifier ()

    void                g_closure_add_invalidate_notifier   (GClosure *closure,
                                                              gpointer notify_data,
    @@ -1003,7 +1003,7 @@
     

    -
    +

    g_closure_remove_finalize_notifier ()

    void                g_closure_remove_finalize_notifier  (GClosure *closure,
                                                              gpointer notify_data,
    @@ -1037,7 +1037,7 @@
     

    -
    +

    g_closure_remove_invalidate_notifier ()

    void                g_closure_remove_invalidate_notifier
                                                             (GClosure *closure,
    @@ -1072,9 +1072,9 @@
     

    -
    +

    g_closure_new_simple ()

    -
    GClosure *          g_closure_new_simple                (guint sizeof_closure,
    +
    GClosure*           g_closure_new_simple                (guint sizeof_closure,
                                                              gpointer data);

    Allocates a struct of the given size and initializes the initial @@ -1177,7 +1177,7 @@


    -
    +

    g_closure_set_marshal ()

    void                g_closure_set_marshal               (GClosure *closure,
                                                              GClosureMarshal marshal);
    @@ -1206,7 +1206,7 @@

    -
    +

    g_closure_add_marshal_guards ()

    void                g_closure_add_marshal_guards        (GClosure *closure,
                                                              gpointer pre_marshal_data,
    @@ -1251,7 +1251,7 @@
     

    -
    +

    g_closure_set_meta_marshal ()

    void                g_closure_set_meta_marshal          (GClosure *closure,
                                                              gpointer marshal_data,
    @@ -1295,7 +1295,7 @@
     

    -
    +

    g_source_set_closure ()

    void                g_source_set_closure                (GSource *source,
                                                              GClosure *closure);
    @@ -1324,7 +1324,7 @@

    -
    +

    G_TYPE_IO_CHANNEL

    #define G_TYPE_IO_CHANNEL (g_io_channel_get_type ())
     
    @@ -1333,7 +1333,7 @@


    -
    +

    G_TYPE_IO_CONDITION

    #define G_TYPE_IO_CONDITION (g_io_condition_get_type ())
     
    @@ -1342,7 +1342,7 @@


    -
    +

    g_cclosure_marshal_VOID__VOID ()

    void                g_cclosure_marshal_VOID__VOID       (GClosure *closure,
                                                              GValue *return_value,
    @@ -1392,7 +1392,7 @@
     

    -
    +

    g_cclosure_marshal_VOID__BOOLEAN ()

    void                g_cclosure_marshal_VOID__BOOLEAN    (GClosure *closure,
                                                              GValue *return_value,
    @@ -1442,7 +1442,7 @@
     

    -
    +

    g_cclosure_marshal_VOID__CHAR ()

    void                g_cclosure_marshal_VOID__CHAR       (GClosure *closure,
                                                              GValue *return_value,
    @@ -1492,7 +1492,7 @@
     

    -
    +

    g_cclosure_marshal_VOID__UCHAR ()

    void                g_cclosure_marshal_VOID__UCHAR      (GClosure *closure,
                                                              GValue *return_value,
    @@ -1542,7 +1542,7 @@
     

    -
    +

    g_cclosure_marshal_VOID__INT ()

    void                g_cclosure_marshal_VOID__INT        (GClosure *closure,
                                                              GValue *return_value,
    @@ -1592,7 +1592,7 @@
     

    -
    +

    g_cclosure_marshal_VOID__UINT ()

    void                g_cclosure_marshal_VOID__UINT       (GClosure *closure,
                                                              GValue *return_value,
    @@ -1642,7 +1642,7 @@
     

    -
    +

    g_cclosure_marshal_VOID__LONG ()

    void                g_cclosure_marshal_VOID__LONG       (GClosure *closure,
                                                              GValue *return_value,
    @@ -1692,7 +1692,7 @@
     

    -
    +

    g_cclosure_marshal_VOID__ULONG ()

    void                g_cclosure_marshal_VOID__ULONG      (GClosure *closure,
                                                              GValue *return_value,
    @@ -1742,7 +1742,7 @@
     

    -
    +

    g_cclosure_marshal_VOID__ENUM ()

    void                g_cclosure_marshal_VOID__ENUM       (GClosure *closure,
                                                              GValue *return_value,
    @@ -1792,7 +1792,7 @@
     

    -
    +

    g_cclosure_marshal_VOID__FLAGS ()

    void                g_cclosure_marshal_VOID__FLAGS      (GClosure *closure,
                                                              GValue *return_value,
    @@ -1842,7 +1842,7 @@
     

    -
    +

    g_cclosure_marshal_VOID__FLOAT ()

    void                g_cclosure_marshal_VOID__FLOAT      (GClosure *closure,
                                                              GValue *return_value,
    @@ -1892,7 +1892,7 @@
     

    -
    +

    g_cclosure_marshal_VOID__DOUBLE ()

    void                g_cclosure_marshal_VOID__DOUBLE     (GClosure *closure,
                                                              GValue *return_value,
    @@ -1942,7 +1942,7 @@
     

    -
    +

    g_cclosure_marshal_VOID__STRING ()

    void                g_cclosure_marshal_VOID__STRING     (GClosure *closure,
                                                              GValue *return_value,
    @@ -1992,7 +1992,7 @@
     

    -
    +

    g_cclosure_marshal_VOID__PARAM ()

    void                g_cclosure_marshal_VOID__PARAM      (GClosure *closure,
                                                              GValue *return_value,
    @@ -2042,7 +2042,7 @@
     

    -
    +

    g_cclosure_marshal_VOID__BOXED ()

    void                g_cclosure_marshal_VOID__BOXED      (GClosure *closure,
                                                              GValue *return_value,
    @@ -2092,7 +2092,7 @@
     

    -
    +

    g_cclosure_marshal_VOID__POINTER ()

    void                g_cclosure_marshal_VOID__POINTER    (GClosure *closure,
                                                              GValue *return_value,
    @@ -2142,7 +2142,7 @@
     

    -
    +

    g_cclosure_marshal_VOID__OBJECT ()

    void                g_cclosure_marshal_VOID__OBJECT     (GClosure *closure,
                                                              GValue *return_value,
    @@ -2192,7 +2192,7 @@
     

    -
    +

    g_cclosure_marshal_VOID__VARIANT ()

    void                g_cclosure_marshal_VOID__VARIANT    (GClosure *closure,
                                                              GValue *return_value,
    @@ -2243,7 +2243,7 @@
     

    Since 2.26


    -
    +

    g_cclosure_marshal_STRING__OBJECT_POINTER ()

    void                g_cclosure_marshal_STRING__OBJECT_POINTER
                                                             (GClosure *closure,
    @@ -2294,7 +2294,7 @@
     

    -
    +

    g_cclosure_marshal_VOID__UINT_POINTER ()

    void                g_cclosure_marshal_VOID__UINT_POINTER
                                                             (GClosure *closure,
    @@ -2345,7 +2345,7 @@
     

    -
    +

    g_cclosure_marshal_BOOLEAN__FLAGS ()

    void                g_cclosure_marshal_BOOLEAN__FLAGS   (GClosure *closure,
                                                              GValue *return_value,
    @@ -2396,7 +2396,7 @@
     

    -
    +

    g_cclosure_marshal_BOOL__FLAGS

    #define             g_cclosure_marshal_BOOL__FLAGS

    @@ -2407,6 +2407,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gobject.devhelp glib2.0-2.26.1/docs/reference/gobject/html/gobject.devhelp --- glib2.0-2.26.0/docs/reference/gobject/html/gobject.devhelp 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gobject.devhelp 2010-11-14 17:45:30.000000000 +1100 @@ -5,7 +5,7 @@ - + @@ -751,12 +751,12 @@ - - - - - - - + + + + + + + diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gobject.devhelp2 glib2.0-2.26.1/docs/reference/gobject/html/gobject.devhelp2 --- glib2.0-2.26.0/docs/reference/gobject/html/gobject.devhelp2 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gobject.devhelp2 2010-11-14 17:45:30.000000000 +1100 @@ -5,7 +5,7 @@ - + @@ -751,13 +751,13 @@ - - - - - - - + + + + + + + diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gobject-Enumeration-and-Flag-Types.html glib2.0-2.26.1/docs/reference/gobject/html/gobject-Enumeration-and-Flag-Types.html --- glib2.0-2.26.0/docs/reference/gobject/html/gobject-Enumeration-and-Flag-Types.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gobject-Enumeration-and-Flag-Types.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Enumeration and Flag Types - + - + @@ -26,7 +26,7 @@ Description -
    +
    @@ -35,7 +35,7 @@
    -
    +

    Synopsis

     #include <glib-object.h>
    @@ -54,17 +54,17 @@
     #define             G_FLAGS_CLASS_TYPE_NAME             (class)
                         GEnumValue;
                         GFlagsValue;
    -GEnumValue *	       g_enum_get_value                    (GEnumClass *enum_class,
    +GEnumValue*         g_enum_get_value                    (GEnumClass *enum_class,
                                                              gint value);
    -GEnumValue *	       g_enum_get_value_by_name            (GEnumClass *enum_class,
    +GEnumValue*         g_enum_get_value_by_name            (GEnumClass *enum_class,
                                                              const gchar *name);
    -GEnumValue *	       g_enum_get_value_by_nick            (GEnumClass *enum_class,
    +GEnumValue*         g_enum_get_value_by_nick            (GEnumClass *enum_class,
                                                              const gchar *nick);
    -GFlagsValue *	      g_flags_get_first_value             (GFlagsClass *flags_class,
    +GFlagsValue*        g_flags_get_first_value             (GFlagsClass *flags_class,
                                                              guint value);
    -GFlagsValue *	      g_flags_get_value_by_name           (GFlagsClass *flags_class,
    +GFlagsValue*        g_flags_get_value_by_name           (GFlagsClass *flags_class,
                                                              const gchar *name);
    -GFlagsValue *	      g_flags_get_value_by_nick           (GFlagsClass *flags_class,
    +GFlagsValue*        g_flags_get_value_by_nick           (GFlagsClass *flags_class,
                                                              const gchar *nick);
     GType               g_enum_register_static              (const gchar *name,
                                                              const GEnumValue *const_static_values);
    @@ -78,7 +78,7 @@
                                                              const GFlagsValue *const_values);
     
    -
    +

    Description

    The GLib type system provides fundamental types for enumeration and @@ -98,9 +98,9 @@ definitions.

    -
    +

    Details

    -
    +

    GEnumClass

    typedef struct {
       GTypeClass  g_type_class;
    @@ -148,7 +148,7 @@
     

    -
    +

    GFlagsClass

    typedef struct {
       GTypeClass   g_type_class;
    @@ -190,7 +190,7 @@
     

    -
    +

    G_ENUM_CLASS_TYPE()

    #define G_ENUM_CLASS_TYPE(class)       (G_TYPE_FROM_CLASS (class))
     
    @@ -214,7 +214,7 @@

    -
    +

    G_ENUM_CLASS_TYPE_NAME()

    #define G_ENUM_CLASS_TYPE_NAME(class)  (g_type_name (G_ENUM_CLASS_TYPE (class)))
     
    @@ -238,7 +238,7 @@

    -
    +

    G_TYPE_IS_ENUM()

    #define G_TYPE_IS_ENUM(type)	       (G_TYPE_FUNDAMENTAL (type) == G_TYPE_ENUM)
     
    @@ -262,7 +262,7 @@

    -
    +

    G_ENUM_CLASS()

    #define G_ENUM_CLASS(class)	       (G_TYPE_CHECK_CLASS_CAST ((class), G_TYPE_ENUM, GEnumClass))
     
    @@ -279,7 +279,7 @@

    -
    +

    G_IS_ENUM_CLASS()

    #define G_IS_ENUM_CLASS(class)	       (G_TYPE_CHECK_CLASS_TYPE ((class), G_TYPE_ENUM))
     
    @@ -297,7 +297,7 @@

    -
    +

    G_TYPE_IS_FLAGS()

    #define G_TYPE_IS_FLAGS(type)	       (G_TYPE_FUNDAMENTAL (type) == G_TYPE_FLAGS)
     
    @@ -321,7 +321,7 @@

    -
    +

    G_FLAGS_CLASS()

    #define G_FLAGS_CLASS(class)	       (G_TYPE_CHECK_CLASS_CAST ((class), G_TYPE_FLAGS, GFlagsClass))
     
    @@ -338,7 +338,7 @@

    -
    +

    G_IS_FLAGS_CLASS()

    #define G_IS_FLAGS_CLASS(class)        (G_TYPE_CHECK_CLASS_TYPE ((class), G_TYPE_FLAGS))
     
    @@ -356,7 +356,7 @@

    -
    +

    G_FLAGS_CLASS_TYPE()

    #define G_FLAGS_CLASS_TYPE(class)      (G_TYPE_FROM_CLASS (class))
     
    @@ -380,7 +380,7 @@

    -
    +

    G_FLAGS_CLASS_TYPE_NAME()

    #define G_FLAGS_CLASS_TYPE_NAME(class) (g_type_name (G_FLAGS_CLASS_TYPE (class)))
     
    @@ -404,7 +404,7 @@

    -
    +

    GEnumValue

    typedef struct {
       gint	 value;
    @@ -438,7 +438,7 @@
     

    -
    +

    GFlagsValue

    typedef struct {
       guint	 value;
    @@ -472,9 +472,9 @@
     

    -
    +

    g_enum_get_value ()

    -
    GEnumValue *	       g_enum_get_value                    (GEnumClass *enum_class,
    +
    GEnumValue*         g_enum_get_value                    (GEnumClass *enum_class,
                                                              gint value);

    Returns the GEnumValue for a value. @@ -502,9 +502,9 @@


    -
    +

    g_enum_get_value_by_name ()

    -
    GEnumValue *	       g_enum_get_value_by_name            (GEnumClass *enum_class,
    +
    GEnumValue*         g_enum_get_value_by_name            (GEnumClass *enum_class,
                                                              const gchar *name);

    Looks up a GEnumValue by name. @@ -532,9 +532,9 @@


    -
    +

    g_enum_get_value_by_nick ()

    -
    GEnumValue *	       g_enum_get_value_by_nick            (GEnumClass *enum_class,
    +
    GEnumValue*         g_enum_get_value_by_nick            (GEnumClass *enum_class,
                                                              const gchar *nick);

    Looks up a GEnumValue by nickname. @@ -562,9 +562,9 @@


    -
    +

    g_flags_get_first_value ()

    -
    GFlagsValue *	      g_flags_get_first_value             (GFlagsClass *flags_class,
    +
    GFlagsValue*        g_flags_get_first_value             (GFlagsClass *flags_class,
                                                              guint value);

    Returns the first GFlagsValue which is set in value. @@ -592,9 +592,9 @@


    -
    +

    g_flags_get_value_by_name ()

    -
    GFlagsValue *	      g_flags_get_value_by_name           (GFlagsClass *flags_class,
    +
    GFlagsValue*        g_flags_get_value_by_name           (GFlagsClass *flags_class,
                                                              const gchar *name);

    Looks up a GFlagsValue by name. @@ -622,9 +622,9 @@


    -
    +

    g_flags_get_value_by_nick ()

    -
    GFlagsValue *	      g_flags_get_value_by_nick           (GFlagsClass *flags_class,
    +
    GFlagsValue*        g_flags_get_value_by_nick           (GFlagsClass *flags_class,
                                                              const gchar *nick);

    Looks up a GFlagsValue by nickname. @@ -652,7 +652,7 @@


    -
    +

    g_enum_register_static ()

    GType               g_enum_register_static              (const gchar *name,
                                                              const GEnumValue *const_static_values);
    @@ -689,7 +689,7 @@

    -
    +

    g_flags_register_static ()

    GType               g_flags_register_static             (const gchar *name,
                                                              const GFlagsValue *const_static_values);
    @@ -725,7 +725,7 @@

    -
    +

    g_enum_complete_type_info ()

    void                g_enum_complete_type_info           (GType g_enum_type,
                                                              GTypeInfo *info,
    @@ -800,7 +800,7 @@
     

    -
    +

    g_flags_complete_type_info ()

    void                g_flags_complete_type_info          (GType g_flags_type,
                                                              GTypeInfo *info,
    @@ -834,7 +834,7 @@
     
    -
    + + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gobject-Generic-values.html glib2.0-2.26.1/docs/reference/gobject/html/gobject-Generic-values.html --- glib2.0-2.26.0/docs/reference/gobject/html/gobject-Generic-values.html 2010-09-28 02:14:50.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gobject-Generic-values.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Generic values - + - + @@ -26,7 +26,7 @@ Description -
    +
    @@ -36,7 +36,7 @@
    -
    +

    Synopsis

     #include <glib-object.h>
    @@ -51,11 +51,11 @@
                         GValue;
     #define             G_TYPE_VALUE
     #define             G_TYPE_VALUE_ARRAY
    -GValue *            g_value_init                        (GValue *value,
    +GValue*             g_value_init                        (GValue *value,
                                                              GType g_type);
     void                g_value_copy                        (const GValue *src_value,
                                                              GValue *dest_value);
    -GValue *            g_value_reset                       (GValue *value);
    +GValue*             g_value_reset                       (GValue *value);
     void                g_value_unset                       (GValue *value);
     void                g_value_set_instance                (GValue *value,
                                                              gpointer instance);
    @@ -72,10 +72,10 @@
     void                g_value_register_transform_func     (GType src_type,
                                                              GType dest_type,
                                                              GValueTransform transform_func);
    -gchar *                 g_strdup_value_contents         (const GValue *value);
    +gchar*              g_strdup_value_contents             (const GValue *value);
     
    -
    +

    Description

    The GValue structure is basically a variable container that consists @@ -216,9 +216,9 @@

    -
    +

    Details

    -
    +

    G_VALUE_HOLDS()

    #define G_VALUE_HOLDS(value,type) (G_TYPE_CHECK_VALUE_TYPE ((value), (type)))
     
    @@ -249,7 +249,7 @@

    -
    +

    G_VALUE_TYPE()

    #define G_VALUE_TYPE(value)		(((GValue*) (value))->g_type)
     
    @@ -273,7 +273,7 @@

    -
    +

    G_VALUE_TYPE_NAME()

    #define G_VALUE_TYPE_NAME(value) (g_type_name (G_VALUE_TYPE (value)))
     
    @@ -297,7 +297,7 @@

    -
    +

    G_TYPE_IS_VALUE()

    #define G_TYPE_IS_VALUE(type)		(g_type_check_is_value_type (type))
     
    @@ -323,7 +323,7 @@

    -
    +

    G_TYPE_IS_VALUE_ABSTRACT()

    #define G_TYPE_IS_VALUE_ABSTRACT(type)          (g_type_test_flags ((type), G_TYPE_FLAG_VALUE_ABSTRACT))
     
    @@ -349,7 +349,7 @@

    -
    +

    G_IS_VALUE()

    #define G_IS_VALUE(value)		(G_TYPE_CHECK_VALUE (value))
     
    @@ -373,7 +373,7 @@

    -
    +

    GValue

    typedef struct {
     } GValue;
    @@ -390,7 +390,7 @@
     


    -
    +

    G_TYPE_VALUE

    #define G_TYPE_VALUE		(g_value_get_type ())
     
    @@ -400,7 +400,7 @@


    -
    +

    G_TYPE_VALUE_ARRAY

    #define G_TYPE_VALUE_ARRAY (g_value_array_get_type ())
     
    @@ -410,9 +410,9 @@


    -
    +

    g_value_init ()

    -
    GValue *            g_value_init                        (GValue *value,
    +
    GValue*             g_value_init                        (GValue *value,
                                                              GType g_type);

    Initializes value with the default value of type. @@ -439,7 +439,7 @@


    -
    +

    g_value_copy ()

    void                g_value_copy                        (const GValue *src_value,
                                                              GValue *dest_value);
    @@ -463,9 +463,9 @@

    -
    +

    g_value_reset ()

    -
    GValue *            g_value_reset                       (GValue *value);
    +
    GValue*             g_value_reset                       (GValue *value);

    Clears the current value in value and resets it to the default value (as if the value had just been initialized). @@ -487,7 +487,7 @@


    -
    +

    g_value_unset ()

    void                g_value_unset                       (GValue *value);

    @@ -506,7 +506,7 @@


    -
    +

    g_value_set_instance ()

    void                g_value_set_instance                (GValue *value,
                                                              gpointer instance);
    @@ -531,7 +531,7 @@

    -
    +

    g_value_fits_pointer ()

    gboolean            g_value_fits_pointer                (const GValue *value);

    @@ -555,7 +555,7 @@


    -
    +

    g_value_peek_pointer ()

    gpointer            g_value_peek_pointer                (const GValue *value);

    @@ -580,7 +580,7 @@


    -
    +

    g_value_type_compatible ()

    gboolean            g_value_type_compatible             (GType src_type,
                                                              GType dest_type);
    @@ -610,7 +610,7 @@

    -
    +

    g_value_type_transformable ()

    gboolean            g_value_type_transformable          (GType src_type,
                                                              GType dest_type);
    @@ -640,7 +640,7 @@

    -
    +

    g_value_transform ()

    gboolean            g_value_transform                   (const GValue *src_value,
                                                              GValue *dest_value);
    @@ -676,7 +676,7 @@

    -
    +

    GValueTransform ()

    void                (*GValueTransform)                  (const GValue *src_value,
                                                              GValue *dest_value);
    @@ -701,7 +701,7 @@

    -
    +

    g_value_register_transform_func ()

    void                g_value_register_transform_func     (GType src_type,
                                                              GType dest_type,
    @@ -734,9 +734,9 @@
     

    -
    +

    g_strdup_value_contents ()

    -
    gchar *                 g_strdup_value_contents         (const GValue *value);
    +
    gchar*              g_strdup_value_contents             (const GValue *value);

    Return a newly allocated string, which describes the contents of a GValue. The main purpose of this function is to describe GValue @@ -761,7 +761,7 @@

    -
    +

    See Also

    The fundamental types which all support GValue operations and thus can be used as a type initializer for @@ -771,6 +771,6 @@
    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gobject-GParamSpec.html glib2.0-2.26.1/docs/reference/gobject/html/gobject-GParamSpec.html --- glib2.0-2.26.0/docs/reference/gobject/html/gobject-GParamSpec.html 2010-09-28 02:14:50.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gobject-GParamSpec.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ GParamSpec - + - + @@ -26,7 +26,7 @@ Description -
    +
    @@ -35,7 +35,7 @@
    -
    +

    Synopsis

     #include <glib-object.h>
    @@ -56,10 +56,10 @@
     #define             G_PARAM_STATIC_STRINGS
     #define             G_PARAM_MASK
     #define             G_PARAM_USER_SHIFT
    -GParamSpec *	       g_param_spec_ref                    (GParamSpec *pspec);
    +GParamSpec*         g_param_spec_ref                    (GParamSpec *pspec);
     void                g_param_spec_unref                  (GParamSpec *pspec);
     void                g_param_spec_sink                   (GParamSpec *pspec);
    -GParamSpec *	       g_param_spec_ref_sink               (GParamSpec *pspec);
    +GParamSpec*         g_param_spec_ref_sink               (GParamSpec *pspec);
     void                g_param_value_set_default           (GParamSpec *pspec,
                                                              GValue *value);
     gboolean            g_param_value_defaults              (GParamSpec *pspec,
    @@ -73,9 +73,9 @@
     gint                g_param_values_cmp                  (GParamSpec *pspec,
                                                              const GValue *value1,
                                                              const GValue *value2);
    -const gchar *	      g_param_spec_get_name               (GParamSpec *pspec);
    -const gchar *	      g_param_spec_get_nick               (GParamSpec *pspec);
    -const gchar *	      g_param_spec_get_blurb              (GParamSpec *pspec);
    +const gchar*        g_param_spec_get_name               (GParamSpec *pspec);
    +const gchar*        g_param_spec_get_nick               (GParamSpec *pspec);
    +const gchar*        g_param_spec_get_blurb              (GParamSpec *pspec);
     gpointer            g_param_spec_get_qdata              (GParamSpec *pspec,
                                                              GQuark quark);
     void                g_param_spec_set_qdata              (GParamSpec *pspec,
    @@ -87,7 +87,7 @@
                                                              GDestroyNotify destroy);
     gpointer            g_param_spec_steal_qdata            (GParamSpec *pspec,
                                                              GQuark quark);
    -GParamSpec *        g_param_spec_get_redirect_target    (GParamSpec *pspec);
    +GParamSpec*         g_param_spec_get_redirect_target    (GParamSpec *pspec);
     gpointer            g_param_spec_internal               (GType param_type,
                                                              const gchar *name,
                                                              const gchar *nick,
    @@ -97,24 +97,24 @@
     GType               g_param_type_register_static        (const gchar *name,
                                                              const GParamSpecTypeInfo *pspec_info);
                         GParamSpecPool;
    -GParamSpecPool *    g_param_spec_pool_new               (gboolean type_prefixing);
    +GParamSpecPool*     g_param_spec_pool_new               (gboolean type_prefixing);
     void                g_param_spec_pool_insert            (GParamSpecPool *pool,
                                                              GParamSpec *pspec,
                                                              GType owner_type);
     void                g_param_spec_pool_remove            (GParamSpecPool *pool,
                                                              GParamSpec *pspec);
    -GParamSpec *	       g_param_spec_pool_lookup            (GParamSpecPool *pool,
    +GParamSpec*         g_param_spec_pool_lookup            (GParamSpecPool *pool,
                                                              const gchar *param_name,
                                                              GType owner_type,
                                                              gboolean walk_ancestors);
    -GParamSpec **	      g_param_spec_pool_list              (GParamSpecPool *pool,
    +GParamSpec**        g_param_spec_pool_list              (GParamSpecPool *pool,
                                                              GType owner_type,
                                                              guint *n_pspecs_p);
    -GList *		           g_param_spec_pool_list_owned        (GParamSpecPool *pool,
    +GList*              g_param_spec_pool_list_owned        (GParamSpecPool *pool,
                                                              GType owner_type);
     
    -
    +

    Description

    GParamSpec is an object structure that encapsulates the metadata @@ -132,9 +132,9 @@

    -
    +

    Details

    -
    +

    G_TYPE_IS_PARAM()

    #define G_TYPE_IS_PARAM(type)		(G_TYPE_FUNDAMENTAL (type) == G_TYPE_PARAM)
     
    @@ -151,7 +151,7 @@

    -
    +

    G_PARAM_SPEC()

    #define G_PARAM_SPEC(pspec)		(G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM, GParamSpec))
     
    @@ -169,7 +169,7 @@

    -
    +

    G_IS_PARAM_SPEC()

    #define G_IS_PARAM_SPEC(pspec)		(G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM))
     
    @@ -187,7 +187,7 @@

    -
    +

    G_PARAM_SPEC_CLASS()

    #define G_PARAM_SPEC_CLASS(pclass)      (G_TYPE_CHECK_CLASS_CAST ((pclass), G_TYPE_PARAM, GParamSpecClass))
     
    @@ -204,7 +204,7 @@

    -
    +

    G_IS_PARAM_SPEC_CLASS()

    #define G_IS_PARAM_SPEC_CLASS(pclass)   (G_TYPE_CHECK_CLASS_TYPE ((pclass), G_TYPE_PARAM))
     
    @@ -222,7 +222,7 @@

    -
    +

    G_PARAM_SPEC_GET_CLASS()

    #define G_PARAM_SPEC_GET_CLASS(pspec) (G_TYPE_INSTANCE_GET_CLASS ((pspec), G_TYPE_PARAM, GParamSpecClass))
     
    @@ -239,7 +239,7 @@

    -
    +

    G_PARAM_SPEC_TYPE()

    #define G_PARAM_SPEC_TYPE(pspec) (G_TYPE_FROM_INSTANCE (pspec))
     
    @@ -256,7 +256,7 @@

    -
    +

    G_PARAM_SPEC_TYPE_NAME()

    #define G_PARAM_SPEC_TYPE_NAME(pspec) (g_type_name (G_PARAM_SPEC_TYPE (pspec)))
     
    @@ -273,7 +273,7 @@

    -
    +

    G_PARAM_SPEC_VALUE_TYPE()

    #define G_PARAM_SPEC_VALUE_TYPE(pspec) (G_PARAM_SPEC (pspec)->value_type)
     
    @@ -290,7 +290,7 @@

    -
    +

    GParamSpec

    typedef struct {
       GTypeInstance  g_type_instance;
    @@ -339,7 +339,7 @@
     

    -
    +

    GParamSpecClass

    typedef struct {
       GTypeClass      g_type_class;
    @@ -406,7 +406,7 @@
     

    -
    +

    enum GParamFlags

    typedef enum
     {
    @@ -499,7 +499,7 @@
     

    -
    +

    G_PARAM_READWRITE

    #define G_PARAM_READWRITE (G_PARAM_READABLE | G_PARAM_WRITABLE)
     
    @@ -508,7 +508,7 @@


    -
    +

    G_PARAM_STATIC_STRINGS

    #define G_PARAM_STATIC_STRINGS (G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)
     
    @@ -520,7 +520,7 @@


    -
    +

    G_PARAM_MASK

    #define G_PARAM_MASK		(0x000000ff)
     
    @@ -529,7 +529,7 @@


    -
    +

    G_PARAM_USER_SHIFT

    #define G_PARAM_USER_SHIFT (8)
     
    @@ -539,9 +539,9 @@


    -
    +

    g_param_spec_ref ()

    -
    GParamSpec *	       g_param_spec_ref                    (GParamSpec *pspec);
    +
    GParamSpec*         g_param_spec_ref                    (GParamSpec *pspec);

    Increments the reference count of pspec.

    @@ -562,7 +562,7 @@

    -
    +

    g_param_spec_unref ()

    void                g_param_spec_unref                  (GParamSpec *pspec);

    @@ -578,7 +578,7 @@


    -
    +

    g_param_spec_sink ()

    void                g_param_spec_sink                   (GParamSpec *pspec);

    @@ -600,9 +600,9 @@


    -
    +

    g_param_spec_ref_sink ()

    -
    GParamSpec *	       g_param_spec_ref_sink               (GParamSpec *pspec);
    +
    GParamSpec*         g_param_spec_ref_sink               (GParamSpec *pspec);

    Convenience function to ref and sink a GParamSpec.

    @@ -624,7 +624,7 @@

    Since 2.10


    -
    +

    g_param_value_set_default ()

    void                g_param_value_set_default           (GParamSpec *pspec,
                                                              GValue *value);
    @@ -648,7 +648,7 @@

    -
    +

    g_param_value_defaults ()

    gboolean            g_param_value_defaults              (GParamSpec *pspec,
                                                              GValue *value);
    @@ -677,7 +677,7 @@

    -
    +

    g_param_value_validate ()

    gboolean            g_param_value_validate              (GParamSpec *pspec,
                                                              GValue *value);
    @@ -711,7 +711,7 @@

    -
    +

    g_param_value_convert ()

    gboolean            g_param_value_convert               (GParamSpec *pspec,
                                                              const GValue *src_value,
    @@ -762,7 +762,7 @@
     

    -
    +

    g_param_values_cmp ()

    gint                g_param_values_cmp                  (GParamSpec *pspec,
                                                              const GValue *value1,
    @@ -799,9 +799,9 @@
     

    -
    +

    g_param_spec_get_name ()

    -
    const gchar *	      g_param_spec_get_name               (GParamSpec *pspec);
    +
    const gchar*        g_param_spec_get_name               (GParamSpec *pspec);

    Get the name of a GParamSpec.

    @@ -822,9 +822,9 @@

    -
    +

    g_param_spec_get_nick ()

    -
    const gchar *	      g_param_spec_get_nick               (GParamSpec *pspec);
    +
    const gchar*        g_param_spec_get_nick               (GParamSpec *pspec);

    Get the nickname of a GParamSpec.

    @@ -845,9 +845,9 @@

    -
    +

    g_param_spec_get_blurb ()

    -
    const gchar *	      g_param_spec_get_blurb              (GParamSpec *pspec);
    +
    const gchar*        g_param_spec_get_blurb              (GParamSpec *pspec);

    Get the short description of a GParamSpec.

    @@ -868,7 +868,7 @@

    -
    +

    g_param_spec_get_qdata ()

    gpointer            g_param_spec_get_qdata              (GParamSpec *pspec,
                                                              GQuark quark);
    @@ -897,7 +897,7 @@

    -
    +

    g_param_spec_set_qdata ()

    void                g_param_spec_set_qdata              (GParamSpec *pspec,
                                                              GQuark quark,
    @@ -932,7 +932,7 @@
     

    -
    +

    g_param_spec_set_qdata_full ()

    void                g_param_spec_set_qdata_full         (GParamSpec *pspec,
                                                              GQuark quark,
    @@ -973,7 +973,7 @@
     

    -
    +

    g_param_spec_steal_qdata ()

    gpointer            g_param_spec_steal_qdata            (GParamSpec *pspec,
                                                              GQuark quark);
    @@ -1005,9 +1005,9 @@

    -
    +

    g_param_spec_get_redirect_target ()

    -
    GParamSpec *        g_param_spec_get_redirect_target    (GParamSpec *pspec);
    +
    GParamSpec*         g_param_spec_get_redirect_target    (GParamSpec *pspec);

    If the paramspec redirects operations to another paramspec, returns that paramspec. Redirect is used typically for @@ -1036,7 +1036,7 @@

    Since 2.4


    -
    +

    g_param_spec_internal ()

    gpointer            g_param_spec_internal               (GType param_type,
                                                              const gchar *name,
    @@ -1102,7 +1102,7 @@
     

    -
    +

    GParamSpecTypeInfo

    typedef struct {
       /* type system portion */
    @@ -1183,7 +1183,7 @@
     

    -
    +

    g_param_type_register_static ()

    GType               g_param_type_register_static        (const gchar *name,
                                                              const GParamSpecTypeInfo *pspec_info);
    @@ -1215,7 +1215,7 @@

    -
    +

    GParamSpecPool

    typedef struct _GParamSpecPool GParamSpecPool;

    @@ -1226,9 +1226,9 @@


    -
    +

    g_param_spec_pool_new ()

    -
    GParamSpecPool *    g_param_spec_pool_new               (gboolean type_prefixing);
    +
    GParamSpecPool*     g_param_spec_pool_new               (gboolean type_prefixing);

    Creates a new GParamSpecPool.

    @@ -1255,7 +1255,7 @@

    -
    +

    g_param_spec_pool_insert ()

    void                g_param_spec_pool_insert            (GParamSpecPool *pool,
                                                              GParamSpec *pspec,
    @@ -1285,7 +1285,7 @@
     

    -
    +

    g_param_spec_pool_remove ()

    void                g_param_spec_pool_remove            (GParamSpecPool *pool,
                                                              GParamSpec *pspec);
    @@ -1309,9 +1309,9 @@

    -
    +

    g_param_spec_pool_lookup ()

    -
    GParamSpec *	       g_param_spec_pool_lookup            (GParamSpecPool *pool,
    +
    GParamSpec*         g_param_spec_pool_lookup            (GParamSpecPool *pool,
                                                              const gchar *param_name,
                                                              GType owner_type,
                                                              gboolean walk_ancestors);
    @@ -1351,9 +1351,9 @@

    -
    +

    g_param_spec_pool_list ()

    -
    GParamSpec **	      g_param_spec_pool_list              (GParamSpecPool *pool,
    +
    GParamSpec**        g_param_spec_pool_list              (GParamSpecPool *pool,
                                                              GType owner_type,
                                                              guint *n_pspecs_p);

    @@ -1388,9 +1388,9 @@


    -
    +

    g_param_spec_pool_list_owned ()

    -
    GList *		           g_param_spec_pool_list_owned        (GParamSpecPool *pool,
    +
    GList*              g_param_spec_pool_list_owned        (GParamSpecPool *pool,
                                                              GType owner_type);

    Gets an GList of all GParamSpecs owned by owner_type in @@ -1419,7 +1419,7 @@

    -
    +

    See Also

    g_object_class_install_property(), g_object_set(), g_object_get(), g_object_set_property(), g_object_get_property(), @@ -1428,6 +1428,6 @@
    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gobject-memory.html glib2.0-2.26.1/docs/reference/gobject/html/gobject-memory.html --- glib2.0-2.26.0/docs/reference/gobject/html/gobject-memory.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gobject-memory.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Object memory management - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    Object memory management

    @@ -59,7 +59,7 @@

    -
    +

    Reference count

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


    -
    +

    Weak References

    @@ -181,7 +181,7 @@ when object is finalized.

    -
    +

    Reference counts and cycles

    @@ -229,6 +229,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gobject-properties.html glib2.0-2.26.1/docs/reference/gobject/html/gobject-properties.html --- glib2.0-2.26.0/docs/reference/gobject/html/gobject-properties.html 2010-09-28 02:14:50.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gobject-properties.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Object properties - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    Object properties

    @@ -162,7 +162,7 @@ g_value_transform will try to transform the input signed char into an unsigned int. Of course, the success of the transformation depends on the availability of the required transform function. In practice, there will almost always be a transformation - [4] + [4] which matches and conversion will be carried out if needed.

    @@ -182,7 +182,7 @@ implementation of Foo did override this method, the code path would jump to foo_set_property after having retrieved from the GParamSpec the param_id - [5] + [5] which had been stored by g_object_class_install_property.

    @@ -208,7 +208,7 @@ are meant to be used by language bindings. For application there is an easier way and that is described next.

    -
    +

    Accessing multiple properties at once

    @@ -251,10 +251,10 @@



    -

    [4] Its behaviour might not be what you expect but it is up to you to actually avoid +

    [4] Its behaviour might not be what you expect but it is up to you to actually avoid relying on these transformations.

    -

    [5] +

    [5] It should be noted that the param_id used here need only to uniquely identify each GParamSpec within the FooClass such that the switch used in the set and get methods actually works. Of course, this locally-unique @@ -265,6 +265,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gobject-query.html glib2.0-2.26.1/docs/reference/gobject/html/gobject-query.html --- glib2.0-2.26.0/docs/reference/gobject/html/gobject-query.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gobject-query.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ gobject-query - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +
    @@ -28,26 +28,26 @@
    -
    +

    Synopsis

    gobject-query froots [options...]

    gobject-query tree [options...]

    -
    -

    Description

    +
    +

    Description

    gobject-query is a small utility that draws a tree of types.

    -
    -

    Invocation

    +
    +

    Invocation

    gobject-query takes a mandatory argument that specifies whether it should iterate over the fundamental types or print a type tree.

    -
    -

    Options

    +
    +

    Options

    @@ -112,6 +112,6 @@ + Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gobject-Signals.html glib2.0-2.26.1/docs/reference/gobject/html/gobject-Signals.html --- glib2.0-2.26.0/docs/reference/gobject/html/gobject-Signals.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gobject-Signals.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Signals - + - + @@ -26,7 +26,7 @@ Description
    -
    +
    @@ -36,7 +36,7 @@
    -
    +

    Synopsis

     #include <glib-object.h>
    @@ -91,8 +91,8 @@
                                                              GSignalQuery *query);
     guint               g_signal_lookup                     (const gchar *name,
                                                              GType itype);
    -const gchar *       g_signal_name                       (guint signal_id);
    -guint *                 g_signal_list_ids               (GType itype,
    +const gchar*        g_signal_name                       (guint signal_id);
    +guint*              g_signal_list_ids                   (GType itype,
                                                              guint *n_ids);
     void                g_signal_emit                       (gpointer instance,
                                                              guint signal_id,
    @@ -230,8 +230,8 @@
                                                              guint *signal_id_p,
                                                              GQuark *detail_p,
                                                              gboolean force_detail_quark);
    -GSignalInvocationHint *  g_signal_get_invocation_hint   (gpointer instance);
    -GClosure *          g_signal_type_cclosure_new          (GType itype,
    +GSignalInvocationHint* g_signal_get_invocation_hint     (gpointer instance);
    +GClosure*           g_signal_type_cclosure_new          (GType itype,
                                                              guint struct_offset);
     gboolean            g_signal_accumulator_true_handled   (GSignalInvocationHint *ihint,
                                                              GValue *return_accu,
    @@ -239,7 +239,7 @@
                                                              gpointer dummy);
     
    -
    +

    Description

    The basic concept of the signal system is that of the @@ -250,7 +250,7 @@ emission mainly involves invocation of a certain set of callbacks in precisely defined manner. There are two main categories of such callbacks, per-object -[10] +[10] ones and user provided ones. The per-object callbacks are most often referred to as "object method handler" or "default (signal) handler", while user provided callbacks are @@ -318,9 +318,9 @@ wildcard and matches any detail argument passed in to emission.

    -
    +

    Details

    -
    +

    GSignalInvocationHint

    typedef struct {
       guint		signal_id;
    @@ -356,7 +356,7 @@
     

    -
    +

    GSignalAccumulator ()

    gboolean            (*GSignalAccumulator)               (GSignalInvocationHint *ihint,
                                                              GValue *return_accu,
    @@ -405,7 +405,7 @@
     

    -
    +

    GSignalCMarshaller

    typedef GClosureMarshal			 GSignalCMarshaller;
     
    @@ -418,7 +418,7 @@


    -
    +

    GSignalEmissionHook ()

    gboolean            (*GSignalEmissionHook)              (GSignalInvocationHint *ihint,
                                                              guint n_param_values,
    @@ -467,7 +467,7 @@
     

    -
    +

    enum GSignalFlags

    typedef enum
     {
    @@ -535,7 +535,7 @@
     

    -
    +

    enum GSignalMatchType

    typedef enum
     {
    @@ -589,7 +589,7 @@
     

    -
    +

    GSignalQuery

    typedef struct {
       guint		signal_id;
    @@ -654,7 +654,7 @@
     

    -
    +

    G_SIGNAL_TYPE_STATIC_SCOPE

    #define G_SIGNAL_TYPE_STATIC_SCOPE (G_TYPE_FLAG_RESERVED_ID_BIT)
     
    @@ -697,7 +697,7 @@


    -
    +

    G_SIGNAL_MATCH_MASK

    #define G_SIGNAL_MATCH_MASK  0x3f
     
    @@ -706,7 +706,7 @@


    -
    +

    G_SIGNAL_FLAGS_MASK

    #define G_SIGNAL_FLAGS_MASK  0x7f
     
    @@ -715,7 +715,7 @@


    -
    +

    g_signal_new ()

    guint               g_signal_new                        (const gchar *signal_name,
                                                              GType itype,
    @@ -815,7 +815,7 @@
     

    -
    +

    g_signal_newv ()

    guint               g_signal_newv                       (const gchar *signal_name,
                                                              GType itype,
    @@ -900,7 +900,7 @@
     

    -
    +

    g_signal_new_valist ()

    guint               g_signal_new_valist                 (const gchar *signal_name,
                                                              GType itype,
    @@ -985,7 +985,7 @@
     

    -
    +

    g_signal_query ()

    void                g_signal_query                      (guint signal_id,
                                                              GSignalQuery *query);
    @@ -1015,7 +1015,7 @@

    -
    +

    g_signal_lookup ()

    guint               g_signal_lookup                     (const gchar *name,
                                                              GType itype);
    @@ -1052,9 +1052,9 @@

    -
    +

    g_signal_name ()

    -
    const gchar *       g_signal_name                       (guint signal_id);
    +
    const gchar*        g_signal_name                       (guint signal_id);

    Given the signal's identifier, finds its name.

    @@ -1078,9 +1078,9 @@

    -
    +

    g_signal_list_ids ()

    -
    guint *                 g_signal_list_ids               (GType itype,
    +
    guint*              g_signal_list_ids                   (GType itype,
                                                              guint *n_ids);

    Lists the signals by id that a certain instance or interface type @@ -1109,7 +1109,7 @@


    -
    +

    g_signal_emit ()

    void                g_signal_emit                       (gpointer instance,
                                                              guint signal_id,
    @@ -1151,7 +1151,7 @@
     

    -
    +

    g_signal_emit_by_name ()

    void                g_signal_emit_by_name               (gpointer instance,
                                                              const gchar *detailed_signal,
    @@ -1187,7 +1187,7 @@
     

    -
    +

    g_signal_emitv ()

    void                g_signal_emitv                      (const GValue *instance_and_params,
                                                              guint signal_id,
    @@ -1230,7 +1230,7 @@
     

    -
    +

    g_signal_emit_valist ()

    void                g_signal_emit_valist                (gpointer instance,
                                                              guint signal_id,
    @@ -1272,7 +1272,7 @@
     

    -
    +

    g_signal_connect()

    #define             g_signal_connect(instance, detailed_signal, c_handler, data)

    @@ -1313,7 +1313,7 @@


    -
    +

    g_signal_connect_after()

    #define             g_signal_connect_after(instance, detailed_signal, c_handler, data)

    @@ -1354,7 +1354,7 @@


    -
    +

    g_signal_connect_swapped()

    #define             g_signal_connect_swapped(instance, detailed_signal, c_handler, data)

    @@ -1396,7 +1396,7 @@


    -
    +

    g_signal_connect_object ()

    gulong              g_signal_connect_object             (gpointer instance,
                                                              const gchar *detailed_signal,
    @@ -1477,7 +1477,7 @@
     

    -
    +

    enum GConnectFlags

    typedef enum
     {
    @@ -1508,7 +1508,7 @@
     

    -
    +

    g_signal_connect_data ()

    gulong              g_signal_connect_data               (gpointer instance,
                                                              const gchar *detailed_signal,
    @@ -1565,7 +1565,7 @@
     

    -
    +

    g_signal_connect_closure ()

    gulong              g_signal_connect_closure            (gpointer instance,
                                                              const gchar *detailed_signal,
    @@ -1607,7 +1607,7 @@
     

    -
    +

    g_signal_connect_closure_by_id ()

    gulong              g_signal_connect_closure_by_id      (gpointer instance,
                                                              guint signal_id,
    @@ -1655,7 +1655,7 @@
     

    -
    +

    g_signal_handler_block ()

    void                g_signal_handler_block              (gpointer instance,
                                                              gulong handler_id);
    @@ -1687,7 +1687,7 @@

    -
    +

    g_signal_handler_unblock ()

    void                g_signal_handler_unblock            (gpointer instance,
                                                              gulong handler_id);
    @@ -1724,7 +1724,7 @@

    -
    +

    g_signal_handler_disconnect ()

    void                g_signal_handler_disconnect         (gpointer instance,
                                                              gulong handler_id);
    @@ -1754,7 +1754,7 @@

    -
    +

    g_signal_handler_find ()

    gulong              g_signal_handler_find               (gpointer instance,
                                                              GSignalMatchType mask,
    @@ -1818,7 +1818,7 @@
     

    -
    +

    g_signal_handlers_block_matched ()

    guint               g_signal_handlers_block_matched     (gpointer instance,
                                                              GSignalMatchType mask,
    @@ -1884,7 +1884,7 @@
     

    -
    +

    g_signal_handlers_unblock_matched ()

    guint               g_signal_handlers_unblock_matched   (gpointer instance,
                                                              GSignalMatchType mask,
    @@ -1951,7 +1951,7 @@
     

    -
    +

    g_signal_handlers_disconnect_matched ()

    guint               g_signal_handlers_disconnect_matched
                                                             (gpointer instance,
    @@ -2019,7 +2019,7 @@
     

    -
    +

    g_signal_handler_is_connected ()

    gboolean            g_signal_handler_is_connected       (gpointer instance,
                                                              gulong handler_id);
    @@ -2048,7 +2048,7 @@

    -
    +

    g_signal_handlers_block_by_func()

    #define             g_signal_handlers_block_by_func(instance, func, data)

    @@ -2081,7 +2081,7 @@


    -
    +

    g_signal_handlers_unblock_by_func()

    #define             g_signal_handlers_unblock_by_func(instance, func, data)

    @@ -2114,7 +2114,7 @@


    -
    +

    g_signal_handlers_disconnect_by_func()

    #define             g_signal_handlers_disconnect_by_func(instance, func, data)

    @@ -2147,7 +2147,7 @@


    -
    +

    g_signal_has_handler_pending ()

    gboolean            g_signal_has_handler_pending        (gpointer instance,
                                                              guint signal_id,
    @@ -2196,7 +2196,7 @@
     

    -
    +

    g_signal_stop_emission ()

    void                g_signal_stop_emission              (gpointer instance,
                                                              guint signal_id,
    @@ -2234,7 +2234,7 @@
     

    -
    +

    g_signal_stop_emission_by_name ()

    void                g_signal_stop_emission_by_name      (gpointer instance,
                                                              const gchar *detailed_signal);
    @@ -2262,7 +2262,7 @@

    -
    +

    g_signal_override_class_closure ()

    void                g_signal_override_class_closure     (guint signal_id,
                                                              GType instance_type,
    @@ -2300,7 +2300,7 @@
     

    -
    +

    g_signal_chain_from_overridden ()

    void                g_signal_chain_from_overridden      (const GValue *instance_and_params,
                                                              GValue *return_value);
    @@ -2329,7 +2329,7 @@

    -
    +

    g_signal_new_class_handler ()

    guint               g_signal_new_class_handler          (const gchar *signal_name,
                                                              GType itype,
    @@ -2429,7 +2429,7 @@
     

    Since 2.18


    -
    +

    g_signal_override_class_handler ()

    void                g_signal_override_class_handler     (const gchar *signal_name,
                                                              GType instance_type,
    @@ -2469,7 +2469,7 @@
     

    Since 2.18


    -
    +

    g_signal_chain_from_overridden_handler ()

    void                g_signal_chain_from_overridden_handler
                                                             (gpointer instance,
    @@ -2500,7 +2500,7 @@
     

    Since 2.18


    -
    +

    g_signal_add_emission_hook ()

    gulong              g_signal_add_emission_hook          (guint signal_id,
                                                              GQuark detail,
    @@ -2549,7 +2549,7 @@
     

    -
    +

    g_signal_remove_emission_hook ()

    void                g_signal_remove_emission_hook       (guint signal_id,
                                                              gulong hook_id);
    @@ -2574,7 +2574,7 @@

    -
    +

    g_signal_parse_name ()

    gboolean            g_signal_parse_name                 (const gchar *detailed_signal,
                                                              GType itype,
    @@ -2623,9 +2623,9 @@
     

    -
    +

    g_signal_get_invocation_hint ()

    -
    GSignalInvocationHint *  g_signal_get_invocation_hint   (gpointer instance);
    +
    GSignalInvocationHint* g_signal_get_invocation_hint     (gpointer instance);

    Returns the invocation hint of the innermost signal emission of instance.

    @@ -2646,9 +2646,9 @@

    -
    +

    g_signal_type_cclosure_new ()

    -
    GClosure *          g_signal_type_cclosure_new          (GType itype,
    +
    GClosure*           g_signal_type_cclosure_new          (GType itype,
                                                              guint struct_offset);

    Creates a new closure which invokes the function found at the offset @@ -2678,7 +2678,7 @@


    -
    +

    g_signal_accumulator_true_handled ()

    gboolean            g_signal_accumulator_true_handled   (GSignalInvocationHint *ihint,
                                                              GValue *return_accu,
    @@ -2728,7 +2728,7 @@
     


    -

    [10] Although signals can deal with any kind of instantiatable +

    [10] Although signals can deal with any kind of instantiatable type, i'm referring to those types as "object types" in the following, simply because that is the context most users will encounter signals in.

    @@ -2736,6 +2736,6 @@
    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gobject-Standard-Parameter-and-Value-Types.html glib2.0-2.26.1/docs/reference/gobject/html/gobject-Standard-Parameter-and-Value-Types.html --- glib2.0-2.26.0/docs/reference/gobject/html/gobject-Standard-Parameter-and-Value-Types.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gobject-Standard-Parameter-and-Value-Types.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Parameters and Values - + - + @@ -26,7 +26,7 @@ Description -
    +
    @@ -35,7 +35,7 @@
    -
    +

    Synopsis

     #include <glib-object.h>
    @@ -45,7 +45,7 @@
     #define             G_VALUE_HOLDS_BOOLEAN               (value)
     #define             G_TYPE_PARAM_BOOLEAN
                         GParamSpecBoolean;
    -GParamSpec *	       g_param_spec_boolean                (const gchar *name,
    +GParamSpec*         g_param_spec_boolean                (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              gboolean default_value,
    @@ -59,7 +59,7 @@
     #define             G_VALUE_HOLDS_CHAR                  (value)
     #define             G_TYPE_PARAM_CHAR
                         GParamSpecChar;
    -GParamSpec *	       g_param_spec_char                   (const gchar *name,
    +GParamSpec*         g_param_spec_char                   (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              gint8 minimum,
    @@ -75,7 +75,7 @@
     #define             G_VALUE_HOLDS_UCHAR                 (value)
     #define             G_TYPE_PARAM_UCHAR
                         GParamSpecUChar;
    -GParamSpec *	       g_param_spec_uchar                  (const gchar *name,
    +GParamSpec*         g_param_spec_uchar                  (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              guint8 minimum,
    @@ -91,7 +91,7 @@
     #define             G_VALUE_HOLDS_INT                   (value)
     #define             G_TYPE_PARAM_INT
                         GParamSpecInt;
    -GParamSpec *	       g_param_spec_int                    (const gchar *name,
    +GParamSpec*         g_param_spec_int                    (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              gint minimum,
    @@ -107,7 +107,7 @@
     #define             G_VALUE_HOLDS_UINT                  (value)
     #define             G_TYPE_PARAM_UINT
                         GParamSpecUInt;
    -GParamSpec *	       g_param_spec_uint                   (const gchar *name,
    +GParamSpec*         g_param_spec_uint                   (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              guint minimum,
    @@ -123,7 +123,7 @@
     #define             G_VALUE_HOLDS_LONG                  (value)
     #define             G_TYPE_PARAM_LONG
                         GParamSpecLong;
    -GParamSpec *	       g_param_spec_long                   (const gchar *name,
    +GParamSpec*         g_param_spec_long                   (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              glong minimum,
    @@ -139,7 +139,7 @@
     #define             G_VALUE_HOLDS_ULONG                 (value)
     #define             G_TYPE_PARAM_ULONG
                         GParamSpecULong;
    -GParamSpec *	       g_param_spec_ulong                  (const gchar *name,
    +GParamSpec*         g_param_spec_ulong                  (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              gulong minimum,
    @@ -155,7 +155,7 @@
     #define             G_VALUE_HOLDS_INT64                 (value)
     #define             G_TYPE_PARAM_INT64
                         GParamSpecInt64;
    -GParamSpec *	       g_param_spec_int64                  (const gchar *name,
    +GParamSpec*         g_param_spec_int64                  (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              gint64 minimum,
    @@ -171,7 +171,7 @@
     #define             G_VALUE_HOLDS_UINT64                (value)
     #define             G_TYPE_PARAM_UINT64
                         GParamSpecUInt64;
    -GParamSpec *	       g_param_spec_uint64                 (const gchar *name,
    +GParamSpec*         g_param_spec_uint64                 (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              guint64 minimum,
    @@ -187,7 +187,7 @@
     #define             G_VALUE_HOLDS_FLOAT                 (value)
     #define             G_TYPE_PARAM_FLOAT
                         GParamSpecFloat;
    -GParamSpec *	       g_param_spec_float                  (const gchar *name,
    +GParamSpec*         g_param_spec_float                  (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              gfloat minimum,
    @@ -203,7 +203,7 @@
     #define             G_VALUE_HOLDS_DOUBLE                (value)
     #define             G_TYPE_PARAM_DOUBLE
                         GParamSpecDouble;
    -GParamSpec *	       g_param_spec_double                 (const gchar *name,
    +GParamSpec*         g_param_spec_double                 (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              gdouble minimum,
    @@ -219,7 +219,7 @@
     #define             G_VALUE_HOLDS_ENUM                  (value)
     #define             G_TYPE_PARAM_ENUM
                         GParamSpecEnum;
    -GParamSpec *	       g_param_spec_enum                   (const gchar *name,
    +GParamSpec*         g_param_spec_enum                   (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              GType enum_type,
    @@ -234,7 +234,7 @@
     #define             G_VALUE_HOLDS_FLAGS                 (value)
     #define             G_TYPE_PARAM_FLAGS
                         GParamSpecFlags;
    -GParamSpec *	       g_param_spec_flags                  (const gchar *name,
    +GParamSpec*         g_param_spec_flags                  (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              GType flags_type,
    @@ -250,7 +250,7 @@
     #define             G_TYPE_PARAM_STRING
                         GParamSpecString;
     typedef             gchararray;
    -GParamSpec *	       g_param_spec_string                 (const gchar *name,
    +GParamSpec*         g_param_spec_string                 (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              const gchar *default_value,
    @@ -263,15 +263,15 @@
                                                              gchar *v_string);
     void                g_value_set_string_take_ownership   (GValue *value,
                                                              gchar *v_string);
    -const gchar *       g_value_get_string                  (const GValue *value);
    -gchar *		           g_value_dup_string                  (const GValue *value);
    +const gchar*        g_value_get_string                  (const GValue *value);
    +gchar*              g_value_dup_string                  (const GValue *value);
     
     #define             G_IS_PARAM_SPEC_PARAM               (pspec)
     #define             G_PARAM_SPEC_PARAM                  (pspec)
     #define             G_VALUE_HOLDS_PARAM                 (value)
     #define             G_TYPE_PARAM_PARAM
                         GParamSpecParam;
    -GParamSpec *	       g_param_spec_param                  (const gchar *name,
    +GParamSpec*         g_param_spec_param                  (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              GType param_type,
    @@ -282,15 +282,15 @@
                                                              GParamSpec *param);
     void                g_value_set_param_take_ownership    (GValue *value,
                                                              GParamSpec *param);
    -GParamSpec *        g_value_get_param                   (const GValue *value);
    -GParamSpec *        g_value_dup_param                   (const GValue *value);
    +GParamSpec*         g_value_get_param                   (const GValue *value);
    +GParamSpec*         g_value_dup_param                   (const GValue *value);
     
     #define             G_IS_PARAM_SPEC_BOXED               (pspec)
     #define             G_PARAM_SPEC_BOXED                  (pspec)
     #define             G_VALUE_HOLDS_BOXED                 (value)
     #define             G_TYPE_PARAM_BOXED
                         GParamSpecBoxed;
    -GParamSpec *	       g_param_spec_boxed                  (const gchar *name,
    +GParamSpec*         g_param_spec_boxed                  (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              GType boxed_type,
    @@ -311,7 +311,7 @@
     #define             G_VALUE_HOLDS_POINTER               (value)
     #define             G_TYPE_PARAM_POINTER
                         GParamSpecPointer;
    -GParamSpec *	       g_param_spec_pointer                (const gchar *name,
    +GParamSpec*         g_param_spec_pointer                (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              GParamFlags flags);
    @@ -324,7 +324,7 @@
     #define             G_VALUE_HOLDS_OBJECT                (value)
     #define             G_TYPE_PARAM_OBJECT
                         GParamSpecObject;
    -GParamSpec *	       g_param_spec_object                 (const gchar *name,
    +GParamSpec*         g_param_spec_object                 (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              GType object_type,
    @@ -342,7 +342,7 @@
     #define             G_PARAM_SPEC_UNICHAR                (pspec)
     #define             G_TYPE_PARAM_UNICHAR
                         GParamSpecUnichar;
    -GParamSpec *	       g_param_spec_unichar                (const gchar *name,
    +GParamSpec*         g_param_spec_unichar                (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              gunichar default_value,
    @@ -352,7 +352,7 @@
     #define             G_PARAM_SPEC_VALUE_ARRAY            (pspec)
     #define             G_TYPE_PARAM_VALUE_ARRAY
                         GParamSpecValueArray;
    -GParamSpec *	       g_param_spec_value_array            (const gchar *name,
    +GParamSpec*         g_param_spec_value_array            (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              GParamSpec *element_spec,
    @@ -362,7 +362,7 @@
     #define             G_PARAM_SPEC_OVERRIDE               (pspec)
     #define             G_TYPE_PARAM_OVERRIDE
                         GParamSpecOverride;
    -GParamSpec *	       g_param_spec_override               (const gchar *name,
    +GParamSpec*         g_param_spec_override               (const gchar *name,
                                                              GParamSpec *overridden);
     
     #define             G_IS_PARAM_SPEC_GTYPE               (pspec)
    @@ -370,7 +370,7 @@
     #define             G_VALUE_HOLDS_GTYPE                 (value)
     #define             G_TYPE_PARAM_GTYPE
                         GParamSpecGType;
    -GParamSpec *	       g_param_spec_gtype                  (const gchar *name,
    +GParamSpec*         g_param_spec_gtype                  (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              GType is_a_type,
    @@ -384,21 +384,21 @@
     #define             G_VALUE_HOLDS_VARIANT               (value)
     #define             G_TYPE_PARAM_VARIANT
                         GParamSpecVariant;
    -GParamSpec *	       g_param_spec_variant                (const gchar *name,
    +GParamSpec*         g_param_spec_variant                (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              const GVariantType *type,
                                                              GVariant *default_value,
                                                              GParamFlags flags);
    -GVariant *	         g_value_get_variant                 (const GValue *value);
    -GVariant *	         g_value_dup_variant                 (const GValue *value);
    +GVariant*           g_value_get_variant                 (const GValue *value);
    +GVariant*           g_value_dup_variant                 (const GValue *value);
     void                g_value_set_variant                 (GValue *value,
                                                              GVariant *variant);
     void                g_value_take_variant                (GValue *value,
                                                              GVariant *variant);
     
    -
    +

    Description

    GValue provides an abstract container structure which can be @@ -415,9 +415,9 @@ All other characters are replaced by a '-' during construction.

    -
    +

    Details

    -
    +

    G_IS_PARAM_SPEC_BOOLEAN()

    #define G_IS_PARAM_SPEC_BOOLEAN(pspec)     (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_BOOLEAN))
     
    @@ -441,7 +441,7 @@

    -
    +

    G_PARAM_SPEC_BOOLEAN()

    #define G_PARAM_SPEC_BOOLEAN(pspec)        (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_BOOLEAN, GParamSpecBoolean))
     
    @@ -458,7 +458,7 @@

    -
    +

    G_VALUE_HOLDS_BOOLEAN()

    #define G_VALUE_HOLDS_BOOLEAN(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_BOOLEAN))
     
    @@ -482,7 +482,7 @@

    -
    +

    G_TYPE_PARAM_BOOLEAN

    #define G_TYPE_PARAM_BOOLEAN		   (g_param_spec_types[2])
     
    @@ -491,7 +491,7 @@


    -
    +

    GParamSpecBoolean

    typedef struct {
       GParamSpec    parent_instance;
    @@ -519,9 +519,9 @@
     

    -
    +

    g_param_spec_boolean ()

    -
    GParamSpec *	       g_param_spec_boolean                (const gchar *name,
    +
    GParamSpec*         g_param_spec_boolean                (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              gboolean default_value,
    @@ -570,7 +570,7 @@
     

    -
    +

    g_value_set_boolean ()

    void                g_value_set_boolean                 (GValue *value,
                                                              gboolean v_boolean);
    @@ -594,7 +594,7 @@

    -
    +

    g_value_get_boolean ()

    gboolean            g_value_get_boolean                 (const GValue *value);

    @@ -617,7 +617,7 @@


    -
    +

    G_IS_PARAM_SPEC_CHAR()

    #define G_IS_PARAM_SPEC_CHAR(pspec)        (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_CHAR))
     
    @@ -641,7 +641,7 @@

    -
    +

    G_PARAM_SPEC_CHAR()

    #define G_PARAM_SPEC_CHAR(pspec)           (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_CHAR, GParamSpecChar))
     
    @@ -658,7 +658,7 @@

    -
    +

    G_VALUE_HOLDS_CHAR()

    #define G_VALUE_HOLDS_CHAR(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_CHAR))
     
    @@ -682,7 +682,7 @@

    -
    +

    G_TYPE_PARAM_CHAR

    #define G_TYPE_PARAM_CHAR		   (g_param_spec_types[0])
     
    @@ -691,7 +691,7 @@


    -
    +

    GParamSpecChar

    typedef struct {
       GParamSpec    parent_instance;
    @@ -731,9 +731,9 @@
     

    -
    +

    g_param_spec_char ()

    -
    GParamSpec *	       g_param_spec_char                   (const gchar *name,
    +
    GParamSpec*         g_param_spec_char                   (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              gint8 minimum,
    @@ -790,7 +790,7 @@
     

    -
    +

    g_value_set_char ()

    void                g_value_set_char                    (GValue *value,
                                                              gchar v_char);
    @@ -814,7 +814,7 @@

    -
    +

    g_value_get_char ()

    gchar               g_value_get_char                    (const GValue *value);

    @@ -837,7 +837,7 @@


    -
    +

    G_IS_PARAM_SPEC_UCHAR()

    #define G_IS_PARAM_SPEC_UCHAR(pspec)       (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_UCHAR))
     
    @@ -861,7 +861,7 @@

    -
    +

    G_PARAM_SPEC_UCHAR()

    #define G_PARAM_SPEC_UCHAR(pspec)          (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_UCHAR, GParamSpecUChar))
     
    @@ -878,7 +878,7 @@

    -
    +

    G_VALUE_HOLDS_UCHAR()

    #define G_VALUE_HOLDS_UCHAR(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_UCHAR))
     
    @@ -902,7 +902,7 @@

    -
    +

    G_TYPE_PARAM_UCHAR

    #define G_TYPE_PARAM_UCHAR		   (g_param_spec_types[1])
     
    @@ -911,7 +911,7 @@


    -
    +

    GParamSpecUChar

    typedef struct {
       GParamSpec    parent_instance;
    @@ -951,9 +951,9 @@
     

    -
    +

    g_param_spec_uchar ()

    -
    GParamSpec *	       g_param_spec_uchar                  (const gchar *name,
    +
    GParamSpec*         g_param_spec_uchar                  (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              guint8 minimum,
    @@ -1010,7 +1010,7 @@
     

    -
    +

    g_value_set_uchar ()

    void                g_value_set_uchar                   (GValue *value,
                                                              guchar v_uchar);
    @@ -1034,7 +1034,7 @@

    -
    +

    g_value_get_uchar ()

    guchar              g_value_get_uchar                   (const GValue *value);

    @@ -1057,7 +1057,7 @@


    -
    +

    G_IS_PARAM_SPEC_INT()

    #define G_IS_PARAM_SPEC_INT(pspec)         (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_INT))
     
    @@ -1081,7 +1081,7 @@

    -
    +

    G_PARAM_SPEC_INT()

    #define G_PARAM_SPEC_INT(pspec)            (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_INT, GParamSpecInt))
     
    @@ -1098,7 +1098,7 @@

    -
    +

    G_VALUE_HOLDS_INT()

    #define G_VALUE_HOLDS_INT(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_INT))
     
    @@ -1122,7 +1122,7 @@

    -
    +

    G_TYPE_PARAM_INT

    #define G_TYPE_PARAM_INT		   (g_param_spec_types[3])
     
    @@ -1131,7 +1131,7 @@


    -
    +

    GParamSpecInt

    typedef struct {
       GParamSpec    parent_instance;
    @@ -1171,9 +1171,9 @@
     

    -
    +

    g_param_spec_int ()

    -
    GParamSpec *	       g_param_spec_int                    (const gchar *name,
    +
    GParamSpec*         g_param_spec_int                    (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              gint minimum,
    @@ -1233,7 +1233,7 @@
     

    -
    +

    g_value_set_int ()

    void                g_value_set_int                     (GValue *value,
                                                              gint v_int);
    @@ -1257,7 +1257,7 @@

    -
    +

    g_value_get_int ()

    gint                g_value_get_int                     (const GValue *value);

    @@ -1280,7 +1280,7 @@


    -
    +

    G_IS_PARAM_SPEC_UINT()

    #define G_IS_PARAM_SPEC_UINT(pspec)        (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_UINT))
     
    @@ -1304,7 +1304,7 @@

    -
    +

    G_PARAM_SPEC_UINT()

    #define G_PARAM_SPEC_UINT(pspec)           (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_UINT, GParamSpecUInt))
     
    @@ -1321,7 +1321,7 @@

    -
    +

    G_VALUE_HOLDS_UINT()

    #define G_VALUE_HOLDS_UINT(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_UINT))
     
    @@ -1345,7 +1345,7 @@

    -
    +

    G_TYPE_PARAM_UINT

    #define G_TYPE_PARAM_UINT		   (g_param_spec_types[4])
     
    @@ -1354,7 +1354,7 @@


    -
    +

    GParamSpecUInt

    typedef struct {
       GParamSpec    parent_instance;
    @@ -1394,9 +1394,9 @@
     

    -
    +

    g_param_spec_uint ()

    -
    GParamSpec *	       g_param_spec_uint                   (const gchar *name,
    +
    GParamSpec*         g_param_spec_uint                   (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              guint minimum,
    @@ -1456,7 +1456,7 @@
     

    -
    +

    g_value_set_uint ()

    void                g_value_set_uint                    (GValue *value,
                                                              guint v_uint);
    @@ -1480,7 +1480,7 @@

    -
    +

    g_value_get_uint ()

    guint               g_value_get_uint                    (const GValue *value);

    @@ -1503,7 +1503,7 @@


    -
    +

    G_IS_PARAM_SPEC_LONG()

    #define G_IS_PARAM_SPEC_LONG(pspec)        (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_LONG))
     
    @@ -1527,7 +1527,7 @@

    -
    +

    G_PARAM_SPEC_LONG()

    #define G_PARAM_SPEC_LONG(pspec)           (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_LONG, GParamSpecLong))
     
    @@ -1544,7 +1544,7 @@

    -
    +

    G_VALUE_HOLDS_LONG()

    #define G_VALUE_HOLDS_LONG(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_LONG))
     
    @@ -1568,7 +1568,7 @@

    -
    +

    G_TYPE_PARAM_LONG

    #define G_TYPE_PARAM_LONG		   (g_param_spec_types[5])
     
    @@ -1577,7 +1577,7 @@


    -
    +

    GParamSpecLong

    typedef struct {
       GParamSpec    parent_instance;
    @@ -1617,9 +1617,9 @@
     

    -
    +

    g_param_spec_long ()

    -
    GParamSpec *	       g_param_spec_long                   (const gchar *name,
    +
    GParamSpec*         g_param_spec_long                   (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              glong minimum,
    @@ -1679,7 +1679,7 @@
     

    -
    +

    g_value_set_long ()

    void                g_value_set_long                    (GValue *value,
                                                              glong v_long);
    @@ -1703,7 +1703,7 @@

    -
    +

    g_value_get_long ()

    glong               g_value_get_long                    (const GValue *value);

    @@ -1726,7 +1726,7 @@


    -
    +

    G_IS_PARAM_SPEC_ULONG()

    #define G_IS_PARAM_SPEC_ULONG(pspec)       (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_ULONG))
     
    @@ -1750,7 +1750,7 @@

    -
    +

    G_PARAM_SPEC_ULONG()

    #define G_PARAM_SPEC_ULONG(pspec)          (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_ULONG, GParamSpecULong))
     
    @@ -1767,7 +1767,7 @@

    -
    +

    G_VALUE_HOLDS_ULONG()

    #define G_VALUE_HOLDS_ULONG(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_ULONG))
     
    @@ -1791,7 +1791,7 @@

    -
    +

    G_TYPE_PARAM_ULONG

    #define G_TYPE_PARAM_ULONG		   (g_param_spec_types[6])
     
    @@ -1800,7 +1800,7 @@


    -
    +

    GParamSpecULong

    typedef struct {
       GParamSpec    parent_instance;
    @@ -1840,9 +1840,9 @@
     

    -
    +

    g_param_spec_ulong ()

    -
    GParamSpec *	       g_param_spec_ulong                  (const gchar *name,
    +
    GParamSpec*         g_param_spec_ulong                  (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              gulong minimum,
    @@ -1903,7 +1903,7 @@
     

    -
    +

    g_value_set_ulong ()

    void                g_value_set_ulong                   (GValue *value,
                                                              gulong v_ulong);
    @@ -1927,7 +1927,7 @@

    -
    +

    g_value_get_ulong ()

    gulong              g_value_get_ulong                   (const GValue *value);

    @@ -1950,7 +1950,7 @@


    -
    +

    G_IS_PARAM_SPEC_INT64()

    #define G_IS_PARAM_SPEC_INT64(pspec)       (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_INT64))
     
    @@ -1974,7 +1974,7 @@

    -
    +

    G_PARAM_SPEC_INT64()

    #define G_PARAM_SPEC_INT64(pspec)          (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_INT64, GParamSpecInt64))
     
    @@ -1991,7 +1991,7 @@

    -
    +

    G_VALUE_HOLDS_INT64()

    #define G_VALUE_HOLDS_INT64(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_INT64))
     
    @@ -2015,7 +2015,7 @@

    -
    +

    G_TYPE_PARAM_INT64

    #define G_TYPE_PARAM_INT64		   (g_param_spec_types[7])
     
    @@ -2024,7 +2024,7 @@


    -
    +

    GParamSpecInt64

    typedef struct {
       GParamSpec    parent_instance;
    @@ -2064,9 +2064,9 @@
     

    -
    +

    g_param_spec_int64 ()

    -
    GParamSpec *	       g_param_spec_int64                  (const gchar *name,
    +
    GParamSpec*         g_param_spec_int64                  (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              gint64 minimum,
    @@ -2126,7 +2126,7 @@
     

    -
    +

    g_value_set_int64 ()

    void                g_value_set_int64                   (GValue *value,
                                                              gint64 v_int64);
    @@ -2150,7 +2150,7 @@

    -
    +

    g_value_get_int64 ()

    gint64              g_value_get_int64                   (const GValue *value);

    @@ -2173,7 +2173,7 @@


    -
    +

    G_IS_PARAM_SPEC_UINT64()

    #define G_IS_PARAM_SPEC_UINT64(pspec)      (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_UINT64))
     
    @@ -2197,7 +2197,7 @@

    -
    +

    G_PARAM_SPEC_UINT64()

    #define G_PARAM_SPEC_UINT64(pspec)         (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_UINT64, GParamSpecUInt64))
     
    @@ -2214,7 +2214,7 @@

    -
    +

    G_VALUE_HOLDS_UINT64()

    #define G_VALUE_HOLDS_UINT64(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_UINT64))
     
    @@ -2238,7 +2238,7 @@

    -
    +

    G_TYPE_PARAM_UINT64

    #define G_TYPE_PARAM_UINT64		   (g_param_spec_types[8])
     
    @@ -2247,7 +2247,7 @@


    -
    +

    GParamSpecUInt64

    typedef struct {
       GParamSpec    parent_instance;
    @@ -2287,9 +2287,9 @@
     

    -
    +

    g_param_spec_uint64 ()

    -
    GParamSpec *	       g_param_spec_uint64                 (const gchar *name,
    +
    GParamSpec*         g_param_spec_uint64                 (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              guint64 minimum,
    @@ -2350,7 +2350,7 @@
     

    -
    +

    g_value_set_uint64 ()

    void                g_value_set_uint64                  (GValue *value,
                                                              guint64 v_uint64);
    @@ -2374,7 +2374,7 @@

    -
    +

    g_value_get_uint64 ()

    guint64             g_value_get_uint64                  (const GValue *value);

    @@ -2397,7 +2397,7 @@


    -
    +

    G_IS_PARAM_SPEC_FLOAT()

    #define G_IS_PARAM_SPEC_FLOAT(pspec)       (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_FLOAT))
     
    @@ -2421,7 +2421,7 @@

    -
    +

    G_PARAM_SPEC_FLOAT()

    #define G_PARAM_SPEC_FLOAT(pspec)          (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_FLOAT, GParamSpecFloat))
     
    @@ -2438,7 +2438,7 @@

    -
    +

    G_VALUE_HOLDS_FLOAT()

    #define G_VALUE_HOLDS_FLOAT(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_FLOAT))
     
    @@ -2462,7 +2462,7 @@

    -
    +

    G_TYPE_PARAM_FLOAT

    #define G_TYPE_PARAM_FLOAT		   (g_param_spec_types[12])
     
    @@ -2471,7 +2471,7 @@


    -
    +

    GParamSpecFloat

    typedef struct {
       GParamSpec    parent_instance;
    @@ -2518,9 +2518,9 @@
     

    -
    +

    g_param_spec_float ()

    -
    GParamSpec *	       g_param_spec_float                  (const gchar *name,
    +
    GParamSpec*         g_param_spec_float                  (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              gfloat minimum,
    @@ -2580,7 +2580,7 @@
     

    -
    +

    g_value_set_float ()

    void                g_value_set_float                   (GValue *value,
                                                              gfloat v_float);
    @@ -2604,7 +2604,7 @@

    -
    +

    g_value_get_float ()

    gfloat              g_value_get_float                   (const GValue *value);

    @@ -2627,7 +2627,7 @@


    -
    +

    G_IS_PARAM_SPEC_DOUBLE()

    #define G_IS_PARAM_SPEC_DOUBLE(pspec)      (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_DOUBLE))
     
    @@ -2651,7 +2651,7 @@

    -
    +

    G_PARAM_SPEC_DOUBLE()

    #define G_PARAM_SPEC_DOUBLE(pspec)         (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_DOUBLE, GParamSpecDouble))
     
    @@ -2668,7 +2668,7 @@

    -
    +

    G_VALUE_HOLDS_DOUBLE()

    #define G_VALUE_HOLDS_DOUBLE(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_DOUBLE))
     
    @@ -2692,7 +2692,7 @@

    -
    +

    G_TYPE_PARAM_DOUBLE

    #define G_TYPE_PARAM_DOUBLE		   (g_param_spec_types[13])
     
    @@ -2701,7 +2701,7 @@


    -
    +

    GParamSpecDouble

    typedef struct {
       GParamSpec    parent_instance;
    @@ -2748,9 +2748,9 @@
     

    -
    +

    g_param_spec_double ()

    -
    GParamSpec *	       g_param_spec_double                 (const gchar *name,
    +
    GParamSpec*         g_param_spec_double                 (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              gdouble minimum,
    @@ -2811,7 +2811,7 @@
     

    -
    +

    g_value_set_double ()

    void                g_value_set_double                  (GValue *value,
                                                              gdouble v_double);
    @@ -2835,7 +2835,7 @@

    -
    +

    g_value_get_double ()

    gdouble             g_value_get_double                  (const GValue *value);

    @@ -2858,7 +2858,7 @@


    -
    +

    G_IS_PARAM_SPEC_ENUM()

    #define G_IS_PARAM_SPEC_ENUM(pspec)        (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_ENUM))
     
    @@ -2882,7 +2882,7 @@

    -
    +

    G_PARAM_SPEC_ENUM()

    #define G_PARAM_SPEC_ENUM(pspec)           (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_ENUM, GParamSpecEnum))
     
    @@ -2899,7 +2899,7 @@

    -
    +

    G_VALUE_HOLDS_ENUM()

    #define G_VALUE_HOLDS_ENUM(value)      (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_ENUM))
     
    @@ -2923,7 +2923,7 @@

    -
    +

    G_TYPE_PARAM_ENUM

    #define G_TYPE_PARAM_ENUM		   (g_param_spec_types[10])
     
    @@ -2932,7 +2932,7 @@


    -
    +

    GParamSpecEnum

    typedef struct {
       GParamSpec    parent_instance;
    @@ -2967,9 +2967,9 @@
     

    -
    +

    g_param_spec_enum ()

    -
    GParamSpec *	       g_param_spec_enum                   (const gchar *name,
    +
    GParamSpec*         g_param_spec_enum                   (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              GType enum_type,
    @@ -3024,7 +3024,7 @@
     

    -
    +

    g_value_set_enum ()

    void                g_value_set_enum                    (GValue *value,
                                                              gint v_enum);
    @@ -3048,7 +3048,7 @@

    -
    +

    g_value_get_enum ()

    gint                g_value_get_enum                    (const GValue *value);

    @@ -3071,7 +3071,7 @@


    -
    +

    G_IS_PARAM_SPEC_FLAGS()

    #define G_IS_PARAM_SPEC_FLAGS(pspec)       (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_FLAGS))
     
    @@ -3095,7 +3095,7 @@

    -
    +

    G_PARAM_SPEC_FLAGS()

    #define G_PARAM_SPEC_FLAGS(pspec)          (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_FLAGS, GParamSpecFlags))
     
    @@ -3112,7 +3112,7 @@

    -
    +

    G_VALUE_HOLDS_FLAGS()

    #define G_VALUE_HOLDS_FLAGS(value)     (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_FLAGS))
     
    @@ -3136,7 +3136,7 @@

    -
    +

    G_TYPE_PARAM_FLAGS

    #define G_TYPE_PARAM_FLAGS		   (g_param_spec_types[11])
     
    @@ -3145,7 +3145,7 @@


    -
    +

    GParamSpecFlags

    typedef struct {
       GParamSpec    parent_instance;
    @@ -3180,9 +3180,9 @@
     

    -
    +

    g_param_spec_flags ()

    -
    GParamSpec *	       g_param_spec_flags                  (const gchar *name,
    +
    GParamSpec*         g_param_spec_flags                  (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              GType flags_type,
    @@ -3237,7 +3237,7 @@
     

    -
    +

    g_value_set_flags ()

    void                g_value_set_flags                   (GValue *value,
                                                              guint v_flags);
    @@ -3261,7 +3261,7 @@

    -
    +

    g_value_get_flags ()

    guint               g_value_get_flags                   (const GValue *value);

    @@ -3284,7 +3284,7 @@


    -
    +

    G_IS_PARAM_SPEC_STRING()

    #define G_IS_PARAM_SPEC_STRING(pspec)      (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_STRING))
     
    @@ -3308,7 +3308,7 @@

    -
    +

    G_PARAM_SPEC_STRING()

    #define G_PARAM_SPEC_STRING(pspec)         (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_STRING, GParamSpecString))
     
    @@ -3325,7 +3325,7 @@

    -
    +

    G_VALUE_HOLDS_STRING()

    #define G_VALUE_HOLDS_STRING(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_STRING))
     
    @@ -3349,7 +3349,7 @@

    -
    +

    G_TYPE_PARAM_STRING

    #define G_TYPE_PARAM_STRING		   (g_param_spec_types[14])
     
    @@ -3358,7 +3358,7 @@


    -
    +

    GParamSpecString

    typedef struct {
       GParamSpec    parent_instance;
    @@ -3417,7 +3417,7 @@
     

    -
    +

    gchararray

    typedef gchar* gchararray;
     
    @@ -3426,9 +3426,9 @@


    -
    +

    g_param_spec_string ()

    -
    GParamSpec *	       g_param_spec_string                 (const gchar *name,
    +
    GParamSpec*         g_param_spec_string                 (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              const gchar *default_value,
    @@ -3476,7 +3476,7 @@
     

    -
    +

    g_value_set_string ()

    void                g_value_set_string                  (GValue *value,
                                                              const gchar *v_string);
    @@ -3500,7 +3500,7 @@

    -
    +

    g_value_set_static_string ()

    void                g_value_set_static_string           (GValue *value,
                                                              const gchar *v_string);
    @@ -3526,7 +3526,7 @@

    -
    +

    g_value_take_string ()

    void                g_value_take_string                 (GValue *value,
                                                              gchar *v_string);
    @@ -3551,11 +3551,11 @@

    Since 2.4


    -
    +

    g_value_set_string_take_ownership ()

    void                g_value_set_string_take_ownership   (GValue *value,
                                                              gchar *v_string);
    -
    +

    Warning

    g_value_set_string_take_ownership has been deprecated since version 2.4 and should not be used in newly-written code. Use g_value_take_string() instead.

    @@ -3579,9 +3579,9 @@

    -
    +

    g_value_get_string ()

    -
    const gchar *       g_value_get_string                  (const GValue *value);
    +
    const gchar*        g_value_get_string                  (const GValue *value);

    Get the contents of a G_TYPE_STRING GValue.

    @@ -3602,9 +3602,9 @@

    -
    +

    g_value_dup_string ()

    -
    gchar *		           g_value_dup_string                  (const GValue *value);
    +
    gchar*              g_value_dup_string                  (const GValue *value);

    Get a copy the contents of a G_TYPE_STRING GValue.

    @@ -3625,7 +3625,7 @@

    -
    +

    G_IS_PARAM_SPEC_PARAM()

    #define G_IS_PARAM_SPEC_PARAM(pspec)       (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_PARAM))
     
    @@ -3649,7 +3649,7 @@

    -
    +

    G_PARAM_SPEC_PARAM()

    #define G_PARAM_SPEC_PARAM(pspec)          (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_PARAM, GParamSpecParam))
     
    @@ -3666,7 +3666,7 @@

    -
    +

    G_VALUE_HOLDS_PARAM()

    #define G_VALUE_HOLDS_PARAM(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_PARAM))
     
    @@ -3690,7 +3690,7 @@

    -
    +

    G_TYPE_PARAM_PARAM

    #define G_TYPE_PARAM_PARAM		   (g_param_spec_types[15])
     
    @@ -3699,7 +3699,7 @@


    -
    +

    GParamSpecParam

    typedef struct {
       GParamSpec    parent_instance;
    @@ -3719,9 +3719,9 @@
     

    -
    +

    g_param_spec_param ()

    -
    GParamSpec *	       g_param_spec_param                  (const gchar *name,
    +
    GParamSpec*         g_param_spec_param                  (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              GType param_type,
    @@ -3770,7 +3770,7 @@
     

    -
    +

    g_value_set_param ()

    void                g_value_set_param                   (GValue *value,
                                                              GParamSpec *param);
    @@ -3794,7 +3794,7 @@

    -
    +

    g_value_take_param ()

    void                g_value_take_param                  (GValue *value,
                                                              GParamSpec *param);
    @@ -3821,11 +3821,11 @@

    Since 2.4


    -
    +

    g_value_set_param_take_ownership ()

    void                g_value_set_param_take_ownership    (GValue *value,
                                                              GParamSpec *param);
    -
    +

    Warning

    g_value_set_param_take_ownership has been deprecated since version 2.4 and should not be used in newly-written code. Use g_value_take_param() instead.

    @@ -3849,9 +3849,9 @@

    -
    +

    g_value_get_param ()

    -
    GParamSpec *        g_value_get_param                   (const GValue *value);
    +
    GParamSpec*         g_value_get_param                   (const GValue *value);

    Get the contents of a G_TYPE_PARAM GValue.

    @@ -3872,9 +3872,9 @@

    -
    +

    g_value_dup_param ()

    -
    GParamSpec *        g_value_dup_param                   (const GValue *value);
    +
    GParamSpec*         g_value_dup_param                   (const GValue *value);

    Get the contents of a G_TYPE_PARAM GValue, increasing its reference count. @@ -3897,7 +3897,7 @@


    -
    +

    G_IS_PARAM_SPEC_BOXED()

    #define G_IS_PARAM_SPEC_BOXED(pspec)       (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_BOXED))
     
    @@ -3921,7 +3921,7 @@

    -
    +

    G_PARAM_SPEC_BOXED()

    #define G_PARAM_SPEC_BOXED(pspec)          (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_BOXED, GParamSpecBoxed))
     
    @@ -3938,7 +3938,7 @@

    -
    +

    G_VALUE_HOLDS_BOXED()

    #define G_VALUE_HOLDS_BOXED(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_BOXED))
     
    @@ -3962,7 +3962,7 @@

    -
    +

    G_TYPE_PARAM_BOXED

    #define G_TYPE_PARAM_BOXED		   (g_param_spec_types[16])
     
    @@ -3971,7 +3971,7 @@


    -
    +

    GParamSpecBoxed

    typedef struct {
       GParamSpec    parent_instance;
    @@ -3990,9 +3990,9 @@
     

    -
    +

    g_param_spec_boxed ()

    -
    GParamSpec *	       g_param_spec_boxed                  (const gchar *name,
    +
    GParamSpec*         g_param_spec_boxed                  (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              GType boxed_type,
    @@ -4042,7 +4042,7 @@
     

    -
    +

    g_value_set_boxed ()

    void                g_value_set_boxed                   (GValue *value,
                                                              gconstpointer v_boxed);
    @@ -4066,7 +4066,7 @@

    -
    +

    g_value_set_static_boxed ()

    void                g_value_set_static_boxed            (GValue *value,
                                                              gconstpointer v_boxed);
    @@ -4092,7 +4092,7 @@

    -
    +

    g_value_take_boxed ()

    void                g_value_take_boxed                  (GValue *value,
                                                              gconstpointer v_boxed);
    @@ -4119,11 +4119,11 @@

    Since 2.4


    -
    +

    g_value_set_boxed_take_ownership ()

    void                g_value_set_boxed_take_ownership    (GValue *value,
                                                              gconstpointer v_boxed);
    -
    +

    Warning

    g_value_set_boxed_take_ownership has been deprecated since version 2.4 and should not be used in newly-written code. Use g_value_take_boxed() instead.

    @@ -4147,7 +4147,7 @@

    -
    +

    g_value_get_boxed ()

    gpointer            g_value_get_boxed                   (const GValue *value);

    @@ -4170,7 +4170,7 @@


    -
    +

    g_value_dup_boxed ()

    gpointer            g_value_dup_boxed                   (const GValue *value);

    @@ -4196,7 +4196,7 @@


    -
    +

    G_IS_PARAM_SPEC_POINTER()

    #define G_IS_PARAM_SPEC_POINTER(pspec)     (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_POINTER))
     
    @@ -4220,7 +4220,7 @@

    -
    +

    G_PARAM_SPEC_POINTER()

    #define G_PARAM_SPEC_POINTER(pspec)        (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_POINTER, GParamSpecPointer))
     
    @@ -4237,7 +4237,7 @@

    -
    +

    G_VALUE_HOLDS_POINTER()

    #define G_VALUE_HOLDS_POINTER(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_POINTER))
     
    @@ -4261,7 +4261,7 @@

    -
    +

    G_TYPE_PARAM_POINTER

    #define G_TYPE_PARAM_POINTER		   (g_param_spec_types[17])
     
    @@ -4270,7 +4270,7 @@


    -
    +

    GParamSpecPointer

    typedef struct {
       GParamSpec    parent_instance;
    @@ -4289,9 +4289,9 @@
     

    -
    +

    g_param_spec_pointer ()

    -
    GParamSpec *	       g_param_spec_pointer                (const gchar *name,
    +
    GParamSpec*         g_param_spec_pointer                (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              GParamFlags flags);
    @@ -4333,7 +4333,7 @@

    -
    +

    g_value_set_pointer ()

    void                g_value_set_pointer                 (GValue *value,
                                                              gpointer v_pointer);
    @@ -4357,7 +4357,7 @@

    -
    +

    g_value_get_pointer ()

    gpointer            g_value_get_pointer                 (const GValue *value);

    @@ -4380,7 +4380,7 @@


    -
    +

    G_IS_PARAM_SPEC_OBJECT()

    #define G_IS_PARAM_SPEC_OBJECT(pspec)      (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_OBJECT))
     
    @@ -4404,7 +4404,7 @@

    -
    +

    G_PARAM_SPEC_OBJECT()

    #define G_PARAM_SPEC_OBJECT(pspec)         (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_OBJECT, GParamSpecObject))
     
    @@ -4421,7 +4421,7 @@

    -
    +

    G_VALUE_HOLDS_OBJECT()

    #define G_VALUE_HOLDS_OBJECT(value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_OBJECT))
     
    @@ -4445,7 +4445,7 @@

    -
    +

    G_TYPE_PARAM_OBJECT

    #define G_TYPE_PARAM_OBJECT		   (g_param_spec_types[19])
     
    @@ -4454,7 +4454,7 @@


    -
    +

    GParamSpecObject

    typedef struct {
       GParamSpec    parent_instance;
    @@ -4473,9 +4473,9 @@
     

    -
    +

    g_param_spec_object ()

    -
    GParamSpec *	       g_param_spec_object                 (const gchar *name,
    +
    GParamSpec*         g_param_spec_object                 (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              GType object_type,
    @@ -4525,7 +4525,7 @@
     

    -
    +

    g_value_set_object ()

    void                g_value_set_object                  (GValue *value,
                                                              gpointer v_object);
    @@ -4561,7 +4561,7 @@

    -
    +

    g_value_take_object ()

    void                g_value_take_object                 (GValue *value,
                                                              gpointer v_object);
    @@ -4593,11 +4593,11 @@

    Since 2.4


    -
    +

    g_value_set_object_take_ownership ()

    void                g_value_set_object_take_ownership   (GValue *value,
                                                              gpointer v_object);
    -
    +

    Warning

    g_value_set_object_take_ownership has been deprecated since version 2.4 and should not be used in newly-written code. Use g_value_take_object() instead.

    @@ -4621,7 +4621,7 @@

    -
    +

    g_value_get_object ()

    gpointer            g_value_get_object                  (const GValue *value);

    @@ -4644,7 +4644,7 @@


    -
    +

    g_value_dup_object ()

    gpointer            g_value_dup_object                  (const GValue *value);

    @@ -4669,7 +4669,7 @@


    -
    +

    G_IS_PARAM_SPEC_UNICHAR()

    #define G_IS_PARAM_SPEC_UNICHAR(pspec)     (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_UNICHAR))
     
    @@ -4693,7 +4693,7 @@

    -
    +

    G_PARAM_SPEC_UNICHAR()

    #define G_PARAM_SPEC_UNICHAR(pspec)        (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_UNICHAR, GParamSpecUnichar))
     
    @@ -4710,7 +4710,7 @@

    -
    +

    G_TYPE_PARAM_UNICHAR

    #define G_TYPE_PARAM_UNICHAR		   (g_param_spec_types[9])
     
    @@ -4719,7 +4719,7 @@


    -
    +

    GParamSpecUnichar

    typedef struct {
       GParamSpec    parent_instance;
    @@ -4747,9 +4747,9 @@
     

    -
    +

    g_param_spec_unichar ()

    -
    GParamSpec *	       g_param_spec_unichar                (const gchar *name,
    +
    GParamSpec*         g_param_spec_unichar                (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              gunichar default_value,
    @@ -4799,7 +4799,7 @@
     

    -
    +

    G_IS_PARAM_SPEC_VALUE_ARRAY()

    #define G_IS_PARAM_SPEC_VALUE_ARRAY(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_VALUE_ARRAY))
     
    @@ -4823,7 +4823,7 @@

    -
    +

    G_PARAM_SPEC_VALUE_ARRAY()

    #define G_PARAM_SPEC_VALUE_ARRAY(pspec)    (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_VALUE_ARRAY, GParamSpecValueArray))
     
    @@ -4840,7 +4840,7 @@

    -
    +

    G_TYPE_PARAM_VALUE_ARRAY

    #define G_TYPE_PARAM_VALUE_ARRAY	   (g_param_spec_types[18])
     
    @@ -4849,7 +4849,7 @@


    -
    +

    GParamSpecValueArray

    typedef struct {
       GParamSpec    parent_instance;
    @@ -4882,9 +4882,9 @@
     

    -
    +

    g_param_spec_value_array ()

    -
    GParamSpec *	       g_param_spec_value_array            (const gchar *name,
    +
    GParamSpec*         g_param_spec_value_array            (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              GParamSpec *element_spec,
    @@ -4936,7 +4936,7 @@
     

    -
    +

    G_IS_PARAM_SPEC_OVERRIDE()

    #define G_IS_PARAM_SPEC_OVERRIDE(pspec)    (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_OVERRIDE))
     
    @@ -4961,7 +4961,7 @@

    Since 2.4


    -
    +

    G_PARAM_SPEC_OVERRIDE()

    #define G_PARAM_SPEC_OVERRIDE(pspec)       (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_OVERRIDE, GParamSpecOverride))
     
    @@ -4979,7 +4979,7 @@

    Since 2.4


    -
    +

    G_TYPE_PARAM_OVERRIDE

    #define G_TYPE_PARAM_OVERRIDE		   (g_param_spec_types[20])
     
    @@ -4989,7 +4989,7 @@

    Since 2.4


    -
    +

    GParamSpecOverride

    typedef struct {
     } GParamSpecOverride;
    @@ -5007,9 +5007,9 @@
     

    Since 2.4


    -
    +

    g_param_spec_override ()

    -
    GParamSpec *	       g_param_spec_override               (const gchar *name,
    +
    GParamSpec*         g_param_spec_override               (const gchar *name,
                                                              GParamSpec *overridden);

    Creates a new property of type GParamSpecOverride. This is used @@ -5039,7 +5039,7 @@

    Since 2.4


    -
    +

    G_IS_PARAM_SPEC_GTYPE()

    #define G_IS_PARAM_SPEC_GTYPE(pspec)       (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_GTYPE))
     
    @@ -5064,7 +5064,7 @@

    Since 2.10


    -
    +

    G_PARAM_SPEC_GTYPE()

    #define G_PARAM_SPEC_GTYPE(pspec)          (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_GTYPE, GParamSpecGType))
     
    @@ -5082,7 +5082,7 @@

    Since 2.10


    -
    +

    G_VALUE_HOLDS_GTYPE()

    #define G_VALUE_HOLDS_GTYPE(value)	 (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_GTYPE))
     
    @@ -5107,7 +5107,7 @@

    Since 2.12


    -
    +

    G_TYPE_PARAM_GTYPE

    #define G_TYPE_PARAM_GTYPE		   (g_param_spec_types[21])
     
    @@ -5117,7 +5117,7 @@

    Since 2.10


    -
    +

    GParamSpecGType

    typedef struct {
       GParamSpec    parent_instance;
    @@ -5145,9 +5145,9 @@
     

    Since 2.10


    -
    +

    g_param_spec_gtype ()

    -
    GParamSpec *	       g_param_spec_gtype                  (const gchar *name,
    +
    GParamSpec*         g_param_spec_gtype                  (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              GType is_a_type,
    @@ -5198,7 +5198,7 @@
     

    Since 2.10


    -
    +

    g_value_get_gtype ()

    GType               g_value_get_gtype                   (const GValue *value);

    @@ -5222,7 +5222,7 @@

    Since 2.12


    -
    +

    g_value_set_gtype ()

    void                g_value_set_gtype                   (GValue *value,
                                                              GType v_gtype);
    @@ -5248,7 +5248,7 @@

    Since 2.12


    -
    +

    G_IS_PARAM_SPEC_VARIANT()

    #define G_IS_PARAM_SPEC_VARIANT(pspec)      (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_VARIANT))
     
    @@ -5274,7 +5274,7 @@

    Since 2.26


    -
    +

    G_PARAM_SPEC_VARIANT()

    #define G_PARAM_SPEC_VARIANT(pspec)         (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_VARIANT, GParamSpecVariant))
     
    @@ -5292,7 +5292,7 @@

    Since 2.26


    -
    +

    G_VALUE_HOLDS_VARIANT()

    #define G_VALUE_HOLDS_VARIANT(value)     (G_TYPE_CHECK_VALUE_TYPE ((value), G_TYPE_VARIANT))
     
    @@ -5318,7 +5318,7 @@

    Since 2.26


    -
    +

    G_TYPE_PARAM_VARIANT

    #define G_TYPE_PARAM_VARIANT                (g_param_spec_types[22])
     
    @@ -5328,7 +5328,7 @@

    Since 2.26


    -
    +

    GParamSpecVariant

    typedef struct {
       GParamSpec    parent_instance;
    @@ -5362,9 +5362,9 @@
     

    Since 2.26


    -
    +

    g_param_spec_variant ()

    -
    GParamSpec *	       g_param_spec_variant                (const gchar *name,
    +
    GParamSpec*         g_param_spec_variant                (const gchar *name,
                                                              const gchar *nick,
                                                              const gchar *blurb,
                                                              const GVariantType *type,
    @@ -5425,9 +5425,9 @@
     

    Since 2.26


    -
    +

    g_value_get_variant ()

    -
    GVariant *	         g_value_get_variant                 (const GValue *value);
    +
    GVariant*           g_value_get_variant                 (const GValue *value);

    Get the contents of a variant GValue.

    @@ -5450,9 +5450,9 @@

    Since 2.26


    -
    +

    g_value_dup_variant ()

    -
    GVariant *	         g_value_dup_variant                 (const GValue *value);
    +
    GVariant*           g_value_dup_variant                 (const GValue *value);

    Get the contents of a variant GValue, increasing its refcount.

    @@ -5476,7 +5476,7 @@

    Since 2.26


    -
    +

    g_value_set_variant ()

    void                g_value_set_variant                 (GValue *value,
                                                              GVariant *variant);
    @@ -5502,7 +5502,7 @@

    Since 2.26


    -
    +

    g_value_take_variant ()

    void                g_value_take_variant                (GValue *value,
                                                              GVariant *variant);
    @@ -5543,13 +5543,13 @@

    Since 2.26

    - + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gobject-The-Base-Object-Type.html glib2.0-2.26.1/docs/reference/gobject/html/gobject-The-Base-Object-Type.html --- glib2.0-2.26.0/docs/reference/gobject/html/gobject-The-Base-Object-Type.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gobject-The-Base-Object-Type.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ The Base Object Type - + - + @@ -30,7 +30,7 @@ Signals -
    +
    @@ -39,7 +39,7 @@
    -
    +

    Synopsis

     #include <glib-object.h>
    @@ -72,18 +72,18 @@
     void                g_object_class_install_properties   (GObjectClass *oclass,
                                                              guint n_pspecs,
                                                              GParamSpec **pspecs);
    -GParamSpec *        g_object_class_find_property        (GObjectClass *oclass,
    +GParamSpec*         g_object_class_find_property        (GObjectClass *oclass,
                                                              const gchar *property_name);
    -GParamSpec **       g_object_class_list_properties      (GObjectClass *oclass,
    +GParamSpec**        g_object_class_list_properties      (GObjectClass *oclass,
                                                              guint *n_properties);
     void                g_object_class_override_property    (GObjectClass *oclass,
                                                              guint property_id,
                                                              const gchar *name);
     void                g_object_interface_install_property (gpointer g_iface,
                                                              GParamSpec *pspec);
    -GParamSpec *        g_object_interface_find_property    (gpointer g_iface,
    +GParamSpec*         g_object_interface_find_property    (gpointer g_iface,
                                                              const gchar *property_name);
    -GParamSpec **       g_object_interface_list_properties  (gpointer g_iface,
    +GParamSpec**        g_object_interface_list_properties  (gpointer g_iface,
                                                              guint *n_properties_p);
     gpointer            g_object_new                        (GType object_type,
                                                              const gchar *first_property_name,
    @@ -167,7 +167,7 @@
     void                g_object_get_property               (GObject *object,
                                                              const gchar *property_name,
                                                              GValue *value);
    -GObject *           g_object_new_valist                 (GType object_type,
    +GObject*            g_object_new_valist                 (GType object_type,
                                                              const gchar *first_property_name,
                                                              va_list var_args);
     void                g_object_set_valist                 (GObject *object,
    @@ -184,7 +184,7 @@
                                                              pspec)
     
    -
    +

    Object Hierarchy

       GObject
    @@ -192,13 +192,13 @@
        +----GTypeModule
     
    -
    +

    Signals

       "notify"                                         : Run First / No Recursion / Has Details / Action / No Hooks
     
    -
    +

    Description

    GObject is the fundamental type providing the common attributes and @@ -306,9 +306,9 @@

    -
    +

    Details

    -
    +

    GObject

    typedef struct _GObject GObject;

    @@ -317,7 +317,7 @@


    -
    +

    GObjectClass

    typedef struct {
       GTypeClass   g_type_class;
    @@ -355,7 +355,7 @@
     

    -

    Example 1. Implementing singletons using a constructor

    +

    Example 1. Implementing singletons using a constructor

    @@ -484,7 +484,7 @@

    -
    +

    GObjectConstructParam

    typedef struct {
       GParamSpec *pspec;
    @@ -513,7 +513,7 @@
     

    -
    +

    GObjectGetPropertyFunc ()

    void                (*GObjectGetPropertyFunc)           (GObject *object,
                                                              guint property_id,
    @@ -550,7 +550,7 @@
     

    -
    +

    GObjectSetPropertyFunc ()

    void                (*GObjectSetPropertyFunc)           (GObject *object,
                                                              guint property_id,
    @@ -587,7 +587,7 @@
     

    -
    +

    GObjectFinalizeFunc ()

    void                (*GObjectFinalizeFunc)              (GObject *object);

    @@ -603,7 +603,7 @@


    -
    +

    G_TYPE_IS_OBJECT()

    #define G_TYPE_IS_OBJECT(type)      (G_TYPE_FUNDAMENTAL (type) == G_TYPE_OBJECT)
     
    @@ -627,7 +627,7 @@

    -
    +

    G_OBJECT()

    #define G_OBJECT(object)            (G_TYPE_CHECK_INSTANCE_CAST ((object), G_TYPE_OBJECT, GObject))
     
    @@ -646,7 +646,7 @@

    -
    +

    G_IS_OBJECT()

    #define G_IS_OBJECT(object)         (G_TYPE_CHECK_INSTANCE_TYPE ((object), G_TYPE_OBJECT))
     
    @@ -663,7 +663,7 @@

    -
    +

    G_OBJECT_CLASS()

    #define G_OBJECT_CLASS(class)       (G_TYPE_CHECK_CLASS_CAST ((class), G_TYPE_OBJECT, GObjectClass))
     
    @@ -680,7 +680,7 @@

    -
    +

    G_IS_OBJECT_CLASS()

    #define G_IS_OBJECT_CLASS(class)    (G_TYPE_CHECK_CLASS_TYPE ((class), G_TYPE_OBJECT))
     
    @@ -698,7 +698,7 @@

    -
    +

    G_OBJECT_GET_CLASS()

    #define G_OBJECT_GET_CLASS(object)  (G_TYPE_INSTANCE_GET_CLASS ((object), G_TYPE_OBJECT, GObjectClass))
     
    @@ -722,7 +722,7 @@

    -
    +

    G_OBJECT_TYPE()

    #define G_OBJECT_TYPE(object)       (G_TYPE_FROM_INSTANCE (object))
     
    @@ -746,7 +746,7 @@

    -
    +

    G_OBJECT_TYPE_NAME()

    #define G_OBJECT_TYPE_NAME(object)  (g_type_name (G_OBJECT_TYPE (object)))
     
    @@ -771,7 +771,7 @@

    -
    +

    G_OBJECT_CLASS_TYPE()

    #define G_OBJECT_CLASS_TYPE(class)  (G_TYPE_FROM_CLASS (class))
     
    @@ -795,7 +795,7 @@

    -
    +

    G_OBJECT_CLASS_NAME()

    #define G_OBJECT_CLASS_NAME(class)  (g_type_name (G_OBJECT_CLASS_TYPE (class)))
     
    @@ -820,7 +820,7 @@

    -
    +

    g_object_class_install_property ()

    void                g_object_class_install_property     (GObjectClass *oclass,
                                                              guint property_id,
    @@ -855,7 +855,7 @@
     

    -
    +

    g_object_class_install_properties ()

    void                g_object_class_install_properties   (GObjectClass *oclass,
                                                              guint n_pspecs,
    @@ -874,7 +874,7 @@
     

    This function should be used if you plan to use a static array of -GParamSpecs and g_object_notify_pspec(). For instance, this +GParamSpecs and g_object_notify_by_pspec(). For instance, this class initialization:

    @@ -1004,9 +1004,9 @@

    Since 2.26


    -
    +

    g_object_class_find_property ()

    -
    GParamSpec *        g_object_class_find_property        (GObjectClass *oclass,
    +
    GParamSpec*         g_object_class_find_property        (GObjectClass *oclass,
                                                              const gchar *property_name);

    Looks up the GParamSpec for a property of a class. @@ -1034,9 +1034,9 @@


    -
    +

    g_object_class_list_properties ()

    -
    GParamSpec **       g_object_class_list_properties      (GObjectClass *oclass,
    +
    GParamSpec**        g_object_class_list_properties      (GObjectClass *oclass,
                                                              guint *n_properties);

    Get an array of GParamSpec* for all properties of a class. @@ -1063,7 +1063,7 @@


    -
    +

    g_object_class_override_property ()

    void                g_object_class_override_property    (GObjectClass *oclass,
                                                              guint property_id,
    @@ -1077,7 +1077,7 @@
     

    -
    +

    Note

    Internally, overriding is implemented by creating a property of type GParamSpecOverride; generally operations that query the properties of @@ -1116,7 +1116,7 @@

    Since 2.4


    -
    +

    g_object_interface_install_property ()

    void                g_object_interface_install_property (gpointer g_iface,
                                                              GParamSpec *pspec);
    @@ -1156,9 +1156,9 @@

    Since 2.4


    -
    +

    g_object_interface_find_property ()

    -
    GParamSpec *        g_object_interface_find_property    (gpointer g_iface,
    +
    GParamSpec*         g_object_interface_find_property    (gpointer g_iface,
                                                              const gchar *property_name);

    Find the GParamSpec with the given name for an @@ -1192,9 +1192,9 @@

    Since 2.4


    -
    +

    g_object_interface_list_properties ()

    -
    GParamSpec **       g_object_interface_list_properties  (gpointer g_iface,
    +
    GParamSpec**        g_object_interface_list_properties  (gpointer g_iface,
                                                              guint *n_properties_p);

    Lists the properties of an interface.Generally, the interface @@ -1229,7 +1229,7 @@

    Since 2.4


    -
    +

    g_object_new ()

    gpointer            g_object_new                        (GType object_type,
                                                              const gchar *first_property_name,
    @@ -1269,7 +1269,7 @@
     

    -
    +

    g_object_newv ()

    gpointer            g_object_newv                       (GType object_type,
                                                              guint n_parameters,
    @@ -1308,7 +1308,7 @@
     

    -
    +

    GParameter

    typedef struct {
       const gchar *name;
    @@ -1336,7 +1336,7 @@
     

    -
    +

    g_object_ref ()

    gpointer            g_object_ref                        (gpointer object);

    @@ -1359,7 +1359,7 @@


    -
    +

    g_object_unref ()

    void                g_object_unref                      (gpointer object);

    @@ -1376,7 +1376,7 @@


    -
    +

    g_object_ref_sink ()

    gpointer            g_object_ref_sink                   (gpointer object);

    @@ -1409,7 +1409,7 @@

    Since 2.10


    -
    +

    GInitiallyUnowned

    typedef struct _GObject                  GInitiallyUnowned;
     
    @@ -1420,7 +1420,7 @@


    -
    +

    GInitiallyUnownedClass

    typedef struct _GObjectClass             GInitiallyUnownedClass;
     
    @@ -1429,7 +1429,7 @@


    -
    +

    G_TYPE_INITIALLY_UNOWNED

    #define G_TYPE_INITIALLY_UNOWNED	      (g_initially_unowned_get_type())
     
    @@ -1438,7 +1438,7 @@


    -
    +

    g_object_is_floating ()

    gboolean            g_object_is_floating                (gpointer object);

    @@ -1463,7 +1463,7 @@

    Since 2.10


    -
    +

    g_object_force_floating ()

    void                g_object_force_floating             (GObject *object);

    @@ -1484,7 +1484,7 @@

    Since 2.10


    -
    +

    GWeakNotify ()

    void                (*GWeakNotify)                      (gpointer data,
                                                              GObject *where_the_object_was);
    @@ -1511,7 +1511,7 @@

    -
    +

    g_object_weak_ref ()

    void                g_object_weak_ref                   (GObject *object,
                                                              GWeakNotify notify,
    @@ -1546,7 +1546,7 @@
     

    -
    +

    g_object_weak_unref ()

    void                g_object_weak_unref                 (GObject *object,
                                                              GWeakNotify notify,
    @@ -1577,7 +1577,7 @@
     

    -
    +

    g_object_add_weak_pointer ()

    void                g_object_add_weak_pointer           (GObject *object,
                                                              gpointer *weak_pointer_location);
    @@ -1604,7 +1604,7 @@

    -
    +

    g_object_remove_weak_pointer ()

    void                g_object_remove_weak_pointer        (GObject *object,
                                                              gpointer *weak_pointer_location);
    @@ -1630,7 +1630,7 @@

    -
    +

    GToggleNotify ()

    void                (*GToggleNotify)                    (gpointer data,
                                                              GObject *object,
    @@ -1665,7 +1665,7 @@
     

    -
    +

    g_object_add_toggle_ref ()

    void                g_object_add_toggle_ref             (GObject *object,
                                                              GToggleNotify notify,
    @@ -1729,7 +1729,7 @@
     

    Since 2.8


    -
    +

    g_object_remove_toggle_ref ()

    void                g_object_remove_toggle_ref          (GObject *object,
                                                              GToggleNotify notify,
    @@ -1763,7 +1763,7 @@
     

    Since 2.8


    -
    +

    g_object_connect ()

    gpointer            g_object_connect                    (gpointer object,
                                                              const gchar *signal_spec,
    @@ -1889,7 +1889,7 @@
     

    -
    +

    g_object_disconnect ()

    void                g_object_disconnect                 (gpointer object,
                                                              const gchar *signal_spec,
    @@ -1928,7 +1928,7 @@
     

    -
    +

    g_object_set ()

    void                g_object_set                        (gpointer object,
                                                              const gchar *first_property_name,
    @@ -1959,7 +1959,7 @@
     

    -
    +

    g_object_get ()

    void                g_object_get                        (gpointer object,
                                                              const gchar *first_property_name,
    @@ -1975,7 +1975,7 @@
     

    -

    Example 2. Using g_object_get()

    +

    Example 2. Using g_object_get()

    An example of using g_object_get() to get the contents of three properties - one of type G_TYPE_INT, @@ -2023,7 +2023,7 @@

    -
    +

    g_object_notify ()

    void                g_object_notify                     (GObject *object,
                                                              const gchar *property_name);
    @@ -2052,7 +2052,7 @@

    -
    +

    g_object_notify_by_pspec ()

    void                g_object_notify_by_pspec            (GObject *object,
                                                              GParamSpec *pspec);
    @@ -2102,18 +2102,18 @@ PROP_LAST }; -static GParamSpec *properties[PROP_LAST]; +static GParamSpec *properties[PROP_LAST]; static void my_object_class_init (MyObjectClass *klass) { - properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo", + properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo", 0, 100, 50, G_PARAM_READWRITE); g_object_class_install_property (gobject_class, PROP_FOO, - properties[PROP_FOO]); + properties[PROP_FOO]); }
    @@ -2132,7 +2132,7 @@
    1
    -
    g_object_notify_by_pspec (self, properties[PROP_FOO]);
    +
    g_object_notify_by_pspec (self, properties[PROP_FOO]);
    @@ -2158,7 +2158,7 @@

    Since 2.26


    -
    +

    g_object_freeze_notify ()

    void                g_object_freeze_notify              (GObject *object);

    @@ -2181,7 +2181,7 @@


    -
    +

    g_object_thaw_notify ()

    void                g_object_thaw_notify                (GObject *object);

    @@ -2202,7 +2202,7 @@


    -
    +

    g_object_get_data ()

    gpointer            g_object_get_data                   (GObject *object,
                                                              const gchar *key);
    @@ -2232,7 +2232,7 @@

    -
    +

    g_object_set_data ()

    void                g_object_set_data                   (GObject *object,
                                                              const gchar *key,
    @@ -2268,7 +2268,7 @@
     

    -
    +

    g_object_set_data_full ()

    void                g_object_set_data_full              (GObject *object,
                                                              const gchar *key,
    @@ -2310,7 +2310,7 @@
     

    -
    +

    g_object_steal_data ()

    gpointer            g_object_steal_data                 (GObject *object,
                                                              const gchar *key);
    @@ -2341,7 +2341,7 @@

    -
    +

    g_object_get_qdata ()

    gpointer            g_object_get_qdata                  (GObject *object,
                                                              GQuark quark);
    @@ -2371,7 +2371,7 @@

    -
    +

    g_object_set_qdata ()

    void                g_object_set_qdata                  (GObject *object,
                                                              GQuark quark,
    @@ -2408,7 +2408,7 @@
     

    -
    +

    g_object_set_qdata_full ()

    void                g_object_set_qdata_full             (GObject *object,
                                                              GQuark quark,
    @@ -2449,7 +2449,7 @@
     

    -
    +

    g_object_steal_qdata ()

    gpointer            g_object_steal_qdata                (GObject *object,
                                                              GQuark quark);
    @@ -2544,7 +2544,7 @@

    -
    +

    g_object_set_property ()

    void                g_object_set_property               (GObject *object,
                                                              const gchar *property_name,
    @@ -2574,7 +2574,7 @@
     

    -
    +

    g_object_get_property ()

    void                g_object_get_property               (GObject *object,
                                                              const gchar *property_name,
    @@ -2612,9 +2612,9 @@
     

    -
    +

    g_object_new_valist ()

    -
    GObject *           g_object_new_valist                 (GType object_type,
    +
    GObject*            g_object_new_valist                 (GType object_type,
                                                              const gchar *first_property_name,
                                                              va_list var_args);

    @@ -2652,7 +2652,7 @@


    -
    +

    g_object_set_valist ()

    void                g_object_set_valist                 (GObject *object,
                                                              const gchar *first_property_name,
    @@ -2683,7 +2683,7 @@
     

    -
    +

    g_object_get_valist ()

    void                g_object_get_valist                 (GObject *object,
                                                              const gchar *first_property_name,
    @@ -2722,7 +2722,7 @@
     

    -
    +

    g_object_watch_closure ()

    void                g_object_watch_closure              (GObject *object,
                                                              GClosure *closure);
    @@ -2754,7 +2754,7 @@

    -
    +

    g_object_run_dispose ()

    void                g_object_run_dispose                (GObject *object);

    @@ -2774,7 +2774,7 @@


    -
    +

    G_OBJECT_WARN_INVALID_PROPERTY_ID()

    #define             G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec)

    @@ -2803,9 +2803,9 @@

    -
    +

    Signal Details

    -
    +

    The "notify" signal

    void                user_function                      (GObject    *gobject,
                                                             GParamSpec *pspec,
    @@ -2863,13 +2863,13 @@
     
    - + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gobject-Type-Information.html glib2.0-2.26.1/docs/reference/gobject/html/gobject-Type-Information.html --- glib2.0-2.26.0/docs/reference/gobject/html/gobject-Type-Information.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gobject-Type-Information.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Type Information - + - + @@ -26,7 +26,7 @@ Description -
    +
    @@ -36,7 +36,7 @@
    -
    +

    Synopsis

     #include <glib-object.h>
    @@ -95,7 +95,7 @@
     void                g_type_init                         (void);
     enum                GTypeDebugFlags;
     void                g_type_init_with_debug_flags        (GTypeDebugFlags debug_flags);
    -const gchar *       g_type_name                         (GType type);
    +const gchar*        g_type_name                         (GType type);
     GQuark              g_type_qname                        (GType type);
     GType               g_type_from_name                    (const gchar *name);
     GType               g_type_parent                       (GType type);
    @@ -119,11 +119,11 @@
     gpointer            g_type_default_interface_ref        (GType g_type);
     gpointer            g_type_default_interface_peek       (GType g_type);
     void                g_type_default_interface_unref      (gpointer g_iface);
    -GType *                 g_type_children                 (GType type,
    +GType*              g_type_children                     (GType type,
                                                              guint *n_children);
    -GType *                 g_type_interfaces               (GType type,
    +GType*              g_type_interfaces                   (GType type,
                                                              guint *n_interfaces);
    -GType *             g_type_interface_prerequisites      (GType interface_type,
    +GType*              g_type_interface_prerequisites      (GType interface_type,
                                                              guint *n_prerequisites);
     void                g_type_set_qdata                    (GType type,
                                                              GQuark quark,
    @@ -177,12 +177,12 @@
                                                              GTypePlugin *plugin);
     void                g_type_interface_add_prerequisite   (GType interface_type,
                                                              GType prerequisite_type);
    -GTypePlugin *	      g_type_get_plugin                   (GType type);
    -GTypePlugin *	      g_type_interface_get_plugin         (GType instance_type,
    +GTypePlugin*        g_type_get_plugin                   (GType type);
    +GTypePlugin*        g_type_interface_get_plugin         (GType instance_type,
                                                              GType interface_type);
     GType               g_type_fundamental_next             (void);
     GType               g_type_fundamental                  (GType type_id);
    -GTypeInstance *     g_type_create_instance              (GType type);
    +GTypeInstance*      g_type_create_instance              (GType type);
     void                g_type_free_instance                (GTypeInstance *instance);
     void                g_type_add_class_cache_func         (gpointer cache_data,
                                                              GTypeClassCacheFunc cache_func);
    @@ -195,7 +195,7 @@
                                                              GTypeInterfaceCheckFunc check_func);
     void                (*GTypeInterfaceCheckFunc)          (gpointer check_data,
                                                              gpointer g_iface);
    -GTypeValueTable *   g_type_value_table_peek             (GType type);
    +GTypeValueTable*    g_type_value_table_peek             (GType type);
     #define             G_DEFINE_TYPE                       (TN,
                                                              t_n,
                                                              T_P)
    @@ -271,7 +271,7 @@
     #define             G_TYPE_RESERVED_USER_FIRST
     
    -
    +

    Description

    The GType API is the foundation of the GObject system. It provides the @@ -308,9 +308,9 @@ any of '-_+'.

    -
    +

    Details

    -
    +

    GType

    A numerical value which represents the unique identifier of a registered @@ -318,7 +318,7 @@


    -
    +

    G_TYPE_FUNDAMENTAL()

    #define G_TYPE_FUNDAMENTAL(type) (g_type_fundamental (type))
     
    @@ -337,7 +337,7 @@

    -
    +

    G_TYPE_FUNDAMENTAL_MAX

    #define G_TYPE_FUNDAMENTAL_MAX		(255 << G_TYPE_FUNDAMENTAL_SHIFT)
     
    @@ -347,7 +347,7 @@


    -
    +

    G_TYPE_MAKE_FUNDAMENTAL()

    #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
     
    @@ -373,7 +373,7 @@

    -
    +

    G_TYPE_IS_ABSTRACT()

    #define G_TYPE_IS_ABSTRACT(type)                (g_type_test_flags ((type), G_TYPE_FLAG_ABSTRACT))
     
    @@ -399,7 +399,7 @@

    -
    +

    G_TYPE_IS_DERIVED()

    #define G_TYPE_IS_DERIVED(type)                 ((type) > G_TYPE_FUNDAMENTAL_MAX)
     
    @@ -425,7 +425,7 @@

    -
    +

    G_TYPE_IS_FUNDAMENTAL()

    #define G_TYPE_IS_FUNDAMENTAL(type)             ((type) <= G_TYPE_FUNDAMENTAL_MAX)
     
    @@ -449,7 +449,7 @@

    -
    +

    G_TYPE_IS_VALUE_TYPE()

    #define G_TYPE_IS_VALUE_TYPE(type)              (g_type_check_is_value_type (type))
     
    @@ -473,7 +473,7 @@

    -
    +

    G_TYPE_HAS_VALUE_TABLE()

    #define G_TYPE_HAS_VALUE_TABLE(type)            (g_type_value_table_peek (type) != NULL)
     
    @@ -497,7 +497,7 @@

    -
    +

    G_TYPE_IS_CLASSED()

    #define G_TYPE_IS_CLASSED(type)                 (g_type_test_flags ((type), G_TYPE_FLAG_CLASSED))
     
    @@ -521,7 +521,7 @@

    -
    +

    G_TYPE_IS_INSTANTIATABLE()

    #define G_TYPE_IS_INSTANTIATABLE(type)          (g_type_test_flags ((type), G_TYPE_FLAG_INSTANTIATABLE))
     
    @@ -546,7 +546,7 @@

    -
    +

    G_TYPE_IS_DERIVABLE()

    #define G_TYPE_IS_DERIVABLE(type)               (g_type_test_flags ((type), G_TYPE_FLAG_DERIVABLE))
     
    @@ -571,7 +571,7 @@

    -
    +

    G_TYPE_IS_DEEP_DERIVABLE()

    #define G_TYPE_IS_DEEP_DERIVABLE(type)          (g_type_test_flags ((type), G_TYPE_FLAG_DEEP_DERIVABLE))
     
    @@ -596,7 +596,7 @@

    -
    +

    G_TYPE_IS_INTERFACE()

    #define G_TYPE_IS_INTERFACE(type)               (G_TYPE_FUNDAMENTAL (type) == G_TYPE_INTERFACE)
     
    @@ -626,7 +626,7 @@

    -
    +

    GTypeInterface

    typedef struct {
     } GTypeInterface;
    @@ -636,7 +636,7 @@
     


    -
    +

    GTypeInstance

    typedef struct {
     } GTypeInstance;
    @@ -646,7 +646,7 @@
     


    -
    +

    GTypeClass

    typedef struct {
     } GTypeClass;
    @@ -656,7 +656,7 @@
     


    -
    +

    GTypeInfo

    typedef struct {
       /* interface types, classed types, instantiated types */
    @@ -754,7 +754,7 @@
     

    -
    +

    GTypeFundamentalInfo

    typedef struct {
       GTypeFundamentalFlags  type_flags;
    @@ -775,7 +775,7 @@
     

    -
    +

    GInterfaceInfo

    typedef struct {
       GInterfaceInitFunc     interface_init;
    @@ -809,7 +809,7 @@
     

    -
    +

    GTypeValueTable

    typedef struct {
       void     (*value_init)         (GValue       *value);
    @@ -1150,7 +1150,7 @@
     

    -
    +

    G_TYPE_FROM_INSTANCE()

    #define G_TYPE_FROM_INSTANCE(instance)                          (G_TYPE_FROM_CLASS (((GTypeInstance*) (instance))->g_class))
     
    @@ -1177,7 +1177,7 @@

    -
    +

    G_TYPE_FROM_CLASS()

    #define G_TYPE_FROM_CLASS(g_class)                              (((GTypeClass*) (g_class))->g_type)
     
    @@ -1204,7 +1204,7 @@

    -
    +

    G_TYPE_FROM_INTERFACE()

    #define G_TYPE_FROM_INTERFACE(g_iface)                          (((GTypeInterface*) (g_iface))->g_type)
     
    @@ -1231,7 +1231,7 @@

    -
    +

    G_TYPE_INSTANCE_GET_CLASS()

    #define G_TYPE_INSTANCE_GET_CLASS(instance, g_type, c_type)     (_G_TYPE_IGC ((instance), (g_type), c_type))
     
    @@ -1273,7 +1273,7 @@

    -
    +

    G_TYPE_INSTANCE_GET_INTERFACE()

    #define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
     
    @@ -1310,7 +1310,7 @@

    -
    +

    G_TYPE_INSTANCE_GET_PRIVATE()

    #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type)   ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type)))
     
    @@ -1350,7 +1350,7 @@

    Since 2.4


    -
    +

    G_TYPE_CLASS_GET_PRIVATE()

    #define G_TYPE_CLASS_GET_PRIVATE(klass, g_type, c_type)   ((c_type*) g_type_class_get_private ((GTypeClass*) (klass), (g_type)))
     
    @@ -1390,7 +1390,7 @@

    Since 2.24


    -
    +

    G_TYPE_CHECK_INSTANCE()

    #define G_TYPE_CHECK_INSTANCE(instance)				(_G_TYPE_CHI ((GTypeInstance*) (instance)))
     
    @@ -1418,7 +1418,7 @@

    -
    +

    G_TYPE_CHECK_INSTANCE_CAST()

    #define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)    (_G_TYPE_CIC ((instance), (g_type), c_type))
     
    @@ -1452,7 +1452,7 @@

    -
    +

    G_TYPE_CHECK_INSTANCE_TYPE()

    #define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)            (_G_TYPE_CIT ((instance), (g_type)))
     
    @@ -1484,7 +1484,7 @@

    -
    +

    G_TYPE_CHECK_CLASS_CAST()

    #define G_TYPE_CHECK_CLASS_CAST(g_class, g_type, c_type)        (_G_TYPE_CCC ((g_class), (g_type), c_type))
     
    @@ -1518,7 +1518,7 @@

    -
    +

    G_TYPE_CHECK_CLASS_TYPE()

    #define G_TYPE_CHECK_CLASS_TYPE(g_class, g_type)                (_G_TYPE_CCT ((g_class), (g_type)))
     
    @@ -1551,7 +1551,7 @@

    -
    +

    G_TYPE_CHECK_VALUE()

    #define G_TYPE_CHECK_VALUE(value)				(_G_TYPE_CHV ((value)))
     
    @@ -1579,7 +1579,7 @@

    -
    +

    G_TYPE_CHECK_VALUE_TYPE()

    #define G_TYPE_CHECK_VALUE_TYPE(value, g_type)			(_G_TYPE_CVH ((value), (g_type)))
     
    @@ -1612,7 +1612,7 @@

    -
    +

    G_TYPE_FLAG_RESERVED_ID_BIT

    #define G_TYPE_FLAG_RESERVED_ID_BIT ((GType) (1 << 0))
     
    @@ -1621,7 +1621,7 @@


    -
    +

    g_type_init ()

    void                g_type_init                         (void);

    @@ -1635,7 +1635,7 @@


    -
    +

    enum GTypeDebugFlags

    typedef enum /*< skip >*/
     {
    @@ -1679,7 +1679,7 @@
     

    -
    +

    g_type_init_with_debug_flags ()

    void                g_type_init_with_debug_flags        (GTypeDebugFlags debug_flags);

    @@ -1696,9 +1696,9 @@


    -
    +

    g_type_name ()

    -
    const gchar *       g_type_name                         (GType type);
    +
    const gchar*        g_type_name                         (GType type);

    Get the unique name that is assigned to a type ID. Note that this function (like all other GType API) cannot cope with invalid type @@ -1723,7 +1723,7 @@


    -
    +

    g_type_qname ()

    GQuark              g_type_qname                        (GType type);

    @@ -1746,7 +1746,7 @@


    -
    +

    g_type_from_name ()

    GType               g_type_from_name                    (const gchar *name);

    @@ -1772,7 +1772,7 @@


    -
    +

    g_type_parent ()

    GType               g_type_parent                       (GType type);

    @@ -1796,7 +1796,7 @@


    -
    +

    g_type_depth ()

    guint               g_type_depth                        (GType type);

    @@ -1820,7 +1820,7 @@


    -
    +

    g_type_next_base ()

    GType               g_type_next_base                    (GType leaf_type,
                                                              GType root_type);
    @@ -1855,7 +1855,7 @@

    -
    +

    g_type_is_a ()

    gboolean            g_type_is_a                         (GType type,
                                                              GType is_a_type);
    @@ -1886,7 +1886,7 @@

    -
    +

    g_type_class_ref ()

    gpointer            g_type_class_ref                    (GType type);

    @@ -1911,7 +1911,7 @@


    -
    +

    g_type_class_peek ()

    gpointer            g_type_class_peek                   (GType type);

    @@ -1938,7 +1938,7 @@


    -
    +

    g_type_class_peek_static ()

    gpointer            g_type_class_peek_static            (GType type);

    @@ -1964,7 +1964,7 @@

    Since 2.4


    -
    +

    g_type_class_unref ()

    void                g_type_class_unref                  (gpointer g_class);

    @@ -1983,7 +1983,7 @@


    -
    +

    g_type_class_peek_parent ()

    gpointer            g_type_class_peek_parent            (gpointer g_class);

    @@ -2018,7 +2018,7 @@


    -
    +

    g_type_class_add_private ()

    void                g_type_class_add_private            (gpointer g_class,
                                                              gsize private_size);
    @@ -2146,7 +2146,7 @@

    Since 2.4


    -
    +

    g_type_add_class_private ()

    void                g_type_add_class_private            (GType class_type,
                                                              gsize private_size);
    @@ -2178,7 +2178,7 @@

    Since 2.24


    -
    +

    g_type_interface_peek ()

    gpointer            g_type_interface_peek               (gpointer instance_class,
                                                              GType iface_type);
    @@ -2209,7 +2209,7 @@

    -
    +

    g_type_interface_peek_parent ()

    gpointer            g_type_interface_peek_parent        (gpointer g_iface);

    @@ -2237,7 +2237,7 @@


    -
    +

    g_type_default_interface_ref ()

    gpointer            g_type_default_interface_ref        (GType g_type);

    @@ -2274,7 +2274,7 @@

    Since 2.4


    -
    +

    g_type_default_interface_peek ()

    gpointer            g_type_default_interface_peek       (GType g_type);

    @@ -2300,7 +2300,7 @@

    Since 2.4


    -
    +

    g_type_default_interface_unref ()

    void                g_type_default_interface_unref      (gpointer g_iface);

    @@ -2323,9 +2323,9 @@

    Since 2.4


    -
    +

    g_type_children ()

    -
    GType *                 g_type_children                 (GType type,
    +
    GType*              g_type_children                     (GType type,
                                                              guint *n_children);

    Return a newly allocated and 0-terminated array of type IDs, listing the @@ -2353,9 +2353,9 @@


    -
    +

    g_type_interfaces ()

    -
    GType *                 g_type_interfaces               (GType type,
    +
    GType*              g_type_interfaces                   (GType type,
                                                              guint *n_interfaces);

    Return a newly allocated and 0-terminated array of type IDs, listing the @@ -2385,9 +2385,9 @@


    -
    +

    g_type_interface_prerequisites ()

    -
    GType *             g_type_interface_prerequisites      (GType interface_type,
    +
    GType*              g_type_interface_prerequisites      (GType interface_type,
                                                              guint *n_prerequisites);

    Returns the prerequisites of an interfaces type. @@ -2416,7 +2416,7 @@

    Since 2.2


    -
    +

    g_type_set_qdata ()

    void                g_type_set_qdata                    (GType type,
                                                              GQuark quark,
    @@ -2446,7 +2446,7 @@
     

    -
    +

    g_type_get_qdata ()

    gpointer            g_type_get_qdata                    (GType type,
                                                              GQuark quark);
    @@ -2476,7 +2476,7 @@

    -
    +

    g_type_query ()

    void                g_type_query                        (GType type,
                                                              GTypeQuery *query);
    @@ -2506,7 +2506,7 @@

    -
    +

    GTypeQuery

    typedef struct {
       GType		type;
    @@ -2546,7 +2546,7 @@
     

    -
    +

    GBaseInitFunc ()

    void                (*GBaseInitFunc)                    (gpointer g_class);

    @@ -2569,7 +2569,7 @@


    -
    +

    GBaseFinalizeFunc ()

    void                (*GBaseFinalizeFunc)                (gpointer g_class);

    @@ -2589,7 +2589,7 @@


    -
    +

    GClassInitFunc ()

    void                (*GClassInitFunc)                   (gpointer g_class,
                                                              gpointer class_data);
    @@ -2763,7 +2763,7 @@

    -
    +

    GClassFinalizeFunc ()

    void                (*GClassFinalizeFunc)               (gpointer g_class,
                                                              gpointer class_data);
    @@ -2793,7 +2793,7 @@

    -
    +

    GInstanceInitFunc ()

    void                (*GInstanceInitFunc)                (GTypeInstance *instance,
                                                              gpointer g_class);
    @@ -2823,7 +2823,7 @@

    -
    +

    GInterfaceInitFunc ()

    void                (*GInterfaceInitFunc)               (gpointer g_iface,
                                                              gpointer iface_data);
    @@ -2849,7 +2849,7 @@

    -
    +

    GInterfaceFinalizeFunc ()

    void                (*GInterfaceFinalizeFunc)           (gpointer g_iface,
                                                              gpointer iface_data);
    @@ -2875,7 +2875,7 @@

    -
    +

    GTypeClassCacheFunc ()

    gboolean            (*GTypeClassCacheFunc)              (gpointer cache_data,
                                                              GTypeClass *g_class);
    @@ -2914,7 +2914,7 @@

    -
    +

    enum GTypeFlags

    typedef enum    /*< skip >*/
     {
    @@ -2945,7 +2945,7 @@
     

    -
    +

    enum GTypeFundamentalFlags

    typedef enum    /*< skip >*/
     {
    @@ -2986,7 +2986,7 @@
     

    -
    +

    g_type_register_static ()

    GType               g_type_register_static              (GType parent_type,
                                                              const gchar *type_name,
    @@ -3031,7 +3031,7 @@
     

    -
    +

    g_type_register_static_simple ()

    GType               g_type_register_static_simple       (GType parent_type,
                                                              const gchar *type_name,
    @@ -3094,7 +3094,7 @@
     

    Since 2.12


    -
    +

    g_type_register_dynamic ()

    GType               g_type_register_dynamic             (GType parent_type,
                                                              const gchar *type_name,
    @@ -3139,7 +3139,7 @@
     

    -
    +

    g_type_register_fundamental ()

    GType               g_type_register_fundamental         (GType type_id,
                                                              const gchar *type_name,
    @@ -3191,7 +3191,7 @@
     

    -
    +

    g_type_add_interface_static ()

    void                g_type_add_interface_static         (GType instance_type,
                                                              GType interface_type,
    @@ -3226,7 +3226,7 @@
     

    -
    +

    g_type_add_interface_dynamic ()

    void                g_type_add_interface_dynamic        (GType instance_type,
                                                              GType interface_type,
    @@ -3258,7 +3258,7 @@
     

    -
    +

    g_type_interface_add_prerequisite ()

    void                g_type_interface_add_prerequisite   (GType interface_type,
                                                              GType prerequisite_type);
    @@ -3288,9 +3288,9 @@

    -
    +

    g_type_get_plugin ()

    -
    GTypePlugin *	      g_type_get_plugin                   (GType type);
    +
    GTypePlugin*        g_type_get_plugin                   (GType type);

    Returns the GTypePlugin structure for type or NULL if type does not have a GTypePlugin structure. @@ -3313,9 +3313,9 @@


    -
    +

    g_type_interface_get_plugin ()

    -
    GTypePlugin *	      g_type_interface_get_plugin         (GType instance_type,
    +
    GTypePlugin*        g_type_interface_get_plugin         (GType instance_type,
                                                              GType interface_type);

    Returns the GTypePlugin structure for the dynamic interface @@ -3346,7 +3346,7 @@


    -
    +

    g_type_fundamental_next ()

    GType               g_type_fundamental_next             (void);

    @@ -3366,7 +3366,7 @@


    -
    +

    g_type_fundamental ()

    GType               g_type_fundamental                  (GType type_id);

    @@ -3390,9 +3390,9 @@


    -
    +

    g_type_create_instance ()

    -
    GTypeInstance *     g_type_create_instance              (GType type);
    +
    GTypeInstance*      g_type_create_instance              (GType type);

    Creates and initializes an instance of type if type is valid and can be instantiated. The type system only performs basic allocation @@ -3426,7 +3426,7 @@


    -
    +

    g_type_free_instance ()

    void                g_type_free_instance                (GTypeInstance *instance);

    @@ -3447,7 +3447,7 @@


    -
    +

    g_type_add_class_cache_func ()

    void                g_type_add_class_cache_func         (gpointer cache_data,
                                                              GTypeClassCacheFunc cache_func);
    @@ -3477,7 +3477,7 @@

    -
    +

    g_type_remove_class_cache_func ()

    void                g_type_remove_class_cache_func      (gpointer cache_data,
                                                              GTypeClassCacheFunc cache_func);
    @@ -3503,7 +3503,7 @@

    -
    +

    g_type_class_unref_uncached ()

    void                g_type_class_unref_uncached         (gpointer g_class);

    @@ -3522,7 +3522,7 @@


    -
    +

    g_type_add_interface_check ()

    void                g_type_add_interface_check          (gpointer check_data,
                                                              GTypeInterfaceCheckFunc check_func);
    @@ -3557,7 +3557,7 @@

    Since 2.4


    -
    +

    g_type_remove_interface_check ()

    void                g_type_remove_interface_check       (gpointer check_data,
                                                              GTypeInterfaceCheckFunc check_func);
    @@ -3583,7 +3583,7 @@

    Since 2.4


    -
    +

    GTypeInterfaceCheckFunc ()

    void                (*GTypeInterfaceCheckFunc)          (gpointer check_data,
                                                              gpointer g_iface);
    @@ -3609,9 +3609,9 @@

    Since 2.4


    -
    +

    g_type_value_table_peek ()

    -
    GTypeValueTable *   g_type_value_table_peek             (GType type);
    +
    GTypeValueTable*    g_type_value_table_peek             (GType type);

    Returns the location of the GTypeValueTable associated with type. Note that this function should only be used from source code @@ -3636,7 +3636,7 @@


    -
    +

    G_DEFINE_TYPE()

    #define G_DEFINE_TYPE(TN, t_n, T_P)			    G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
     
    @@ -3670,7 +3670,7 @@

    Since 2.4


    -
    +

    G_DEFINE_TYPE_WITH_CODE()

    #define G_DEFINE_TYPE_WITH_CODE(TN, t_n, T_P, _C_)	    _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, 0) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()
     
    @@ -3708,7 +3708,7 @@

    Since 2.4


    -
    +

    G_DEFINE_ABSTRACT_TYPE()

    #define G_DEFINE_ABSTRACT_TYPE(TN, t_n, T_P)		    G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, G_TYPE_FLAG_ABSTRACT, {})
     
    @@ -3741,7 +3741,7 @@

    Since 2.4


    -
    +

    G_DEFINE_ABSTRACT_TYPE_WITH_CODE()

    #define G_DEFINE_ABSTRACT_TYPE_WITH_CODE(TN, t_n, T_P, _C_) _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, G_TYPE_FLAG_ABSTRACT) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()
     
    @@ -3780,7 +3780,7 @@

    Since 2.4


    -
    +

    G_DEFINE_INTERFACE()

    #define G_DEFINE_INTERFACE(TN, t_n, T_P)		    G_DEFINE_INTERFACE_WITH_CODE(TN, t_n, T_P, ;)
     
    @@ -3818,7 +3818,7 @@

    Since 2.24


    -
    +

    G_DEFINE_INTERFACE_WITH_CODE()

    #define G_DEFINE_INTERFACE_WITH_CODE(TN, t_n, T_P, _C_)     _G_DEFINE_INTERFACE_EXTENDED_BEGIN(TN, t_n, T_P) {_C_;} _G_DEFINE_INTERFACE_EXTENDED_END()
     
    @@ -3859,7 +3859,7 @@

    Since 2.24


    -
    +

    G_IMPLEMENT_INTERFACE()

    #define             G_IMPLEMENT_INTERFACE(TYPE_IFACE, iface_init)

    @@ -3889,7 +3889,7 @@

    Since 2.4


    -
    +

    G_DEFINE_TYPE_EXTENDED()

    #define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_)	    _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()
     
    @@ -4038,7 +4038,7 @@

    Since 2.4


    -
    +

    G_DEFINE_BOXED_TYPE()

    #define G_DEFINE_BOXED_TYPE(TypeName, type_name, copy_func, free_func) G_DEFINE_BOXED_TYPE_WITH_CODE (TypeName, type_name, copy_func, free_func, {})
     
    @@ -4075,7 +4075,7 @@

    Since 2.26


    -
    +

    G_DEFINE_BOXED_TYPE_WITH_CODE()

    #define G_DEFINE_BOXED_TYPE_WITH_CODE(TypeName, type_name, copy_func, free_func, _C_) _G_DEFINE_BOXED_TYPE_BEGIN (TypeName, type_name, copy_func, free_func) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()
     
    @@ -4119,7 +4119,7 @@

    Since 2.26


    -
    +

    G_DEFINE_POINTER_TYPE()

    #define G_DEFINE_POINTER_TYPE(TypeName, type_name) G_DEFINE_POINTER_TYPE_WITH_CODE (TypeName, type_name, {})
     
    @@ -4146,7 +4146,7 @@

    Since 2.26


    -
    +

    G_DEFINE_POINTER_TYPE_WITH_CODE()

    #define G_DEFINE_POINTER_TYPE_WITH_CODE(TypeName, type_name, _C_) _G_DEFINE_POINTER_TYPE_BEGIN (TypeName, type_name) {_C_;} _G_DEFINE_TYPE_EXTENDED_END()
     
    @@ -4179,7 +4179,7 @@

    Since 2.26


    -
    +

    G_TYPE_INVALID

    #define G_TYPE_INVALID			G_TYPE_MAKE_FUNDAMENTAL (0)
     
    @@ -4189,7 +4189,7 @@


    -
    +

    G_TYPE_NONE

    #define G_TYPE_NONE			G_TYPE_MAKE_FUNDAMENTAL (1)
     
    @@ -4199,7 +4199,7 @@


    -
    +

    G_TYPE_INTERFACE

    #define G_TYPE_INTERFACE		G_TYPE_MAKE_FUNDAMENTAL (2)
     
    @@ -4208,7 +4208,7 @@


    -
    +

    G_TYPE_CHAR

    #define G_TYPE_CHAR			G_TYPE_MAKE_FUNDAMENTAL (3)
     
    @@ -4219,7 +4219,7 @@


    -
    +

    G_TYPE_UCHAR

    #define G_TYPE_UCHAR			G_TYPE_MAKE_FUNDAMENTAL (4)
     
    @@ -4228,7 +4228,7 @@


    -
    +

    G_TYPE_BOOLEAN

    #define G_TYPE_BOOLEAN			G_TYPE_MAKE_FUNDAMENTAL (5)
     
    @@ -4237,7 +4237,7 @@


    -
    +

    G_TYPE_INT

    #define G_TYPE_INT			G_TYPE_MAKE_FUNDAMENTAL (6)
     
    @@ -4246,7 +4246,7 @@


    -
    +

    G_TYPE_UINT

    #define G_TYPE_UINT			G_TYPE_MAKE_FUNDAMENTAL (7)
     
    @@ -4255,7 +4255,7 @@


    -
    +

    G_TYPE_LONG

    #define G_TYPE_LONG			G_TYPE_MAKE_FUNDAMENTAL (8)
     
    @@ -4264,7 +4264,7 @@


    -
    +

    G_TYPE_ULONG

    #define G_TYPE_ULONG			G_TYPE_MAKE_FUNDAMENTAL (9)
     
    @@ -4273,7 +4273,7 @@


    -
    +

    G_TYPE_INT64

    #define G_TYPE_INT64			G_TYPE_MAKE_FUNDAMENTAL (10)
     
    @@ -4282,7 +4282,7 @@


    -
    +

    G_TYPE_UINT64

    #define G_TYPE_UINT64			G_TYPE_MAKE_FUNDAMENTAL (11)
     
    @@ -4291,7 +4291,7 @@


    -
    +

    G_TYPE_ENUM

    #define G_TYPE_ENUM			G_TYPE_MAKE_FUNDAMENTAL (12)
     
    @@ -4300,7 +4300,7 @@


    -
    +

    G_TYPE_FLAGS

    #define G_TYPE_FLAGS			G_TYPE_MAKE_FUNDAMENTAL (13)
     
    @@ -4309,7 +4309,7 @@


    -
    +

    G_TYPE_FLOAT

    #define G_TYPE_FLOAT			G_TYPE_MAKE_FUNDAMENTAL (14)
     
    @@ -4318,7 +4318,7 @@


    -
    +

    G_TYPE_DOUBLE

    #define G_TYPE_DOUBLE			G_TYPE_MAKE_FUNDAMENTAL (15)
     
    @@ -4327,7 +4327,7 @@


    -
    +

    G_TYPE_STRING

    #define G_TYPE_STRING			G_TYPE_MAKE_FUNDAMENTAL (16)
     
    @@ -4336,7 +4336,7 @@


    -
    +

    G_TYPE_POINTER

    #define G_TYPE_POINTER			G_TYPE_MAKE_FUNDAMENTAL (17)
     
    @@ -4345,7 +4345,7 @@


    -
    +

    G_TYPE_BOXED

    #define G_TYPE_BOXED			G_TYPE_MAKE_FUNDAMENTAL (18)
     
    @@ -4354,7 +4354,7 @@


    -
    +

    G_TYPE_PARAM

    #define G_TYPE_PARAM			G_TYPE_MAKE_FUNDAMENTAL (19)
     
    @@ -4363,7 +4363,7 @@


    -
    +

    G_TYPE_OBJECT

    #define G_TYPE_OBJECT			G_TYPE_MAKE_FUNDAMENTAL (20)
     
    @@ -4372,7 +4372,7 @@


    -
    +

    G_TYPE_GTYPE

    #define G_TYPE_GTYPE			 (g_gtype_get_type())
     
    @@ -4381,7 +4381,7 @@


    -
    +

    G_TYPE_VARIANT

    #define G_TYPE_VARIANT                  G_TYPE_MAKE_FUNDAMENTAL (21)
     
    @@ -4404,7 +4404,7 @@

    Since 2.26


    -
    +

    G_TYPE_RESERVED_GLIB_FIRST

    #define G_TYPE_RESERVED_GLIB_FIRST (22)
     
    @@ -4414,7 +4414,7 @@


    -
    +

    G_TYPE_RESERVED_GLIB_LAST

    #define G_TYPE_RESERVED_GLIB_LAST (31)
     
    @@ -4423,7 +4423,7 @@


    -
    +

    G_TYPE_RESERVED_BSE_FIRST

    #define G_TYPE_RESERVED_BSE_FIRST (32)
     
    @@ -4433,7 +4433,7 @@


    -
    +

    G_TYPE_RESERVED_BSE_LAST

    #define G_TYPE_RESERVED_BSE_LAST (48)
     
    @@ -4442,7 +4442,7 @@


    -
    +

    G_TYPE_RESERVED_USER_FIRST

    #define G_TYPE_RESERVED_USER_FIRST (49)
     
    @@ -4455,6 +4455,6 @@
    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gobject-Value-arrays.html glib2.0-2.26.1/docs/reference/gobject/html/gobject-Value-arrays.html --- glib2.0-2.26.0/docs/reference/gobject/html/gobject-Value-arrays.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gobject-Value-arrays.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Value arrays - + - + @@ -26,7 +26,7 @@ Description -
    +
    @@ -36,34 +36,34 @@
    -
    +

    Synopsis

     #include <glib-object.h>
     
                         GValueArray;
    -GValue *		          g_value_array_get_nth               (GValueArray *value_array,
    +GValue*             g_value_array_get_nth               (GValueArray *value_array,
                                                              guint index_);
    -GValueArray *	      g_value_array_new                   (guint n_prealloced);
    -GValueArray *	      g_value_array_copy                  (const GValueArray *value_array);
    +GValueArray*        g_value_array_new                   (guint n_prealloced);
    +GValueArray*        g_value_array_copy                  (const GValueArray *value_array);
     void                g_value_array_free                  (GValueArray *value_array);
    -GValueArray *	      g_value_array_append                (GValueArray *value_array,
    +GValueArray*        g_value_array_append                (GValueArray *value_array,
                                                              const GValue *value);
    -GValueArray *	      g_value_array_prepend               (GValueArray *value_array,
    +GValueArray*        g_value_array_prepend               (GValueArray *value_array,
                                                              const GValue *value);
    -GValueArray *	      g_value_array_insert                (GValueArray *value_array,
    +GValueArray*        g_value_array_insert                (GValueArray *value_array,
                                                              guint index_,
                                                              const GValue *value);
    -GValueArray *	      g_value_array_remove                (GValueArray *value_array,
    +GValueArray*        g_value_array_remove                (GValueArray *value_array,
                                                              guint index_);
    -GValueArray *	      g_value_array_sort                  (GValueArray *value_array,
    +GValueArray*        g_value_array_sort                  (GValueArray *value_array,
                                                              GCompareFunc compare_func);
    -GValueArray *	      g_value_array_sort_with_data        (GValueArray *value_array,
    +GValueArray*        g_value_array_sort_with_data        (GValueArray *value_array,
                                                              GCompareDataFunc compare_func,
                                                              gpointer user_data);
     
    -
    +

    Description

    The prime purpose of a GValueArray is for it to be used as an @@ -72,9 +72,9 @@ type through G_TYPE_VALUE_ARRAY.

    -
    +

    Details

    -
    +

    GValueArray

    typedef struct {
       guint   n_values;
    @@ -101,9 +101,9 @@
     

    -
    +

    g_value_array_get_nth ()

    -
    GValue *		          g_value_array_get_nth               (GValueArray *value_array,
    +
    GValue*             g_value_array_get_nth               (GValueArray *value_array,
                                                              guint index_);

    Return a pointer to the value at index_ containd in value_array. @@ -131,9 +131,9 @@


    -
    +

    g_value_array_new ()

    -
    GValueArray *	      g_value_array_new                   (guint n_prealloced);
    +
    GValueArray*        g_value_array_new                   (guint n_prealloced);

    Allocate and initialize a new GValueArray, optionally preserve space for n_prealloced elements. New arrays always contain 0 elements, @@ -156,9 +156,9 @@


    -
    +

    g_value_array_copy ()

    -
    GValueArray *	      g_value_array_copy                  (const GValueArray *value_array);
    +
    GValueArray*        g_value_array_copy                  (const GValueArray *value_array);

    Construct an exact copy of a GValueArray by duplicating all its contents. @@ -181,7 +181,7 @@


    -
    +

    g_value_array_free ()

    void                g_value_array_free                  (GValueArray *value_array);

    @@ -198,9 +198,9 @@


    -
    +

    g_value_array_append ()

    -
    GValueArray *	      g_value_array_append                (GValueArray *value_array,
    +
    GValueArray*        g_value_array_append                (GValueArray *value_array,
                                                              const GValue *value);

    Insert a copy of value as last element of value_array. If value is @@ -230,9 +230,9 @@


    -
    +

    g_value_array_prepend ()

    -
    GValueArray *	      g_value_array_prepend               (GValueArray *value_array,
    +
    GValueArray*        g_value_array_prepend               (GValueArray *value_array,
                                                              const GValue *value);

    Insert a copy of value as first element of value_array. If value is @@ -262,9 +262,9 @@


    -
    +

    g_value_array_insert ()

    -
    GValueArray *	      g_value_array_insert                (GValueArray *value_array,
    +
    GValueArray*        g_value_array_insert                (GValueArray *value_array,
                                                              guint index_,
                                                              const GValue *value);

    @@ -300,9 +300,9 @@


    -
    +

    g_value_array_remove ()

    -
    GValueArray *	      g_value_array_remove                (GValueArray *value_array,
    +
    GValueArray*        g_value_array_remove                (GValueArray *value_array,
                                                              guint index_);

    Remove the value at position index_ from value_array. @@ -330,9 +330,9 @@


    -
    +

    g_value_array_sort ()

    -
    GValueArray *	      g_value_array_sort                  (GValueArray *value_array,
    +
    GValueArray*        g_value_array_sort                  (GValueArray *value_array,
                                                              GCompareFunc compare_func);

    Sort value_array using compare_func to compare the elements accoring to @@ -364,9 +364,9 @@


    -
    +

    g_value_array_sort_with_data ()

    -
    GValueArray *	      g_value_array_sort_with_data        (GValueArray *value_array,
    +
    GValueArray*        g_value_array_sort_with_data        (GValueArray *value_array,
                                                              GCompareDataFunc compare_func,
                                                              gpointer user_data);

    @@ -404,13 +404,13 @@

    - + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gobject-Varargs-Value-Collection.html glib2.0-2.26.1/docs/reference/gobject/html/gobject-Varargs-Value-Collection.html --- glib2.0-2.26.0/docs/reference/gobject/html/gobject-Varargs-Value-Collection.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gobject-Varargs-Value-Collection.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Varargs Value Collection - + - + @@ -26,7 +26,7 @@ Description -
    +
    @@ -35,7 +35,7 @@
    -
    +

    Synopsis

     #include <glib-object.h>
    @@ -58,7 +58,7 @@
     #define             G_VALUE_COLLECT_FORMAT_MAX_LENGTH
     
    -
    +

    Description

    The macros in this section provide the varargs parsing support needed @@ -67,9 +67,9 @@ types and pointers.

    -
    +

    Details

    -
    +

    union GTypeCValue

    union _GTypeCValue
     {
    @@ -115,7 +115,7 @@
     

    -
    +

    G_VALUE_COLLECT_INIT()

    #define             G_VALUE_COLLECT_INIT(value, _value_type, var_args, flags, __error)

    @@ -158,7 +158,7 @@

    Since 2.24


    -
    +

    G_VALUE_COLLECT()

    #define             G_VALUE_COLLECT(value, var_args, flags, __error)

    @@ -201,7 +201,7 @@


    -
    +

    G_VALUE_LCOPY()

    #define             G_VALUE_LCOPY(value, var_args, flags, __error)

    @@ -238,7 +238,7 @@


    -
    +

    G_VALUE_COLLECT_FORMAT_MAX_LENGTH

    #define G_VALUE_COLLECT_FORMAT_MAX_LENGTH (8)
     
    @@ -248,13 +248,13 @@

    -
    +

    See Also

    GValueTable
    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gtype-conventions.html glib2.0-2.26.1/docs/reference/gobject/html/gtype-conventions.html --- glib2.0-2.26.0/docs/reference/gobject/html/gtype-conventions.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gtype-conventions.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Conventions - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    Conventions

    @@ -34,7 +34,7 @@

  • Use prefixing to avoid namespace conflicts with other projects. If your library (or application) is named Maman, - [3] + [3] prefix all your function names with maman_. For example: maman_object_method. @@ -92,7 +92,7 @@

  • -
    +

    Note

    Stick to the naming klass as class is a registered c++ keyword.

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



    -

    [3] +

    [3] Maman is the French word for mum or mother - nothing more and nothing less.

    @@ -138,6 +138,6 @@
    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gtype-instantiable-classed.html glib2.0-2.26.1/docs/reference/gobject/html/gtype-instantiable-classed.html --- glib2.0-2.26.0/docs/reference/gobject/html/gtype-instantiable-classed.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gtype-instantiable-classed.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Instantiable classed types: objects - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    Instantiable classed types: objects

    @@ -155,7 +155,7 @@

    -
    +

    Initialization and Destruction

    @@ -282,6 +282,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/GTypeModule.html glib2.0-2.26.1/docs/reference/gobject/html/GTypeModule.html --- glib2.0-2.26.0/docs/reference/gobject/html/GTypeModule.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/GTypeModule.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ GTypeModule - + - + @@ -30,7 +30,7 @@ Implemented Interfaces -
    +
    @@ -39,7 +39,7 @@
    -
    +

    Synopsis

     #include <glib-object.h>
    @@ -77,20 +77,20 @@
                                                              iface_init)
     
    -
    +

    Object Hierarchy

       GObject
        +----GTypeModule
     
    -
    +

    Implemented Interfaces

    GTypeModule implements GTypePlugin.

    -
    +

    Description

    GTypeModule provides a simple implementation of the GTypePlugin @@ -124,9 +124,9 @@ in GTypeModuleClass.

    -
    +

    Details

    -
    +

    GTypeModule

    typedef struct {
       gchar *name;
    @@ -146,7 +146,7 @@
     

    -
    +

    GTypeModuleClass

    typedef struct {
       GObjectClass parent_class;
    @@ -182,7 +182,7 @@
     

    -
    +

    g_type_module_use ()

    gboolean            g_type_module_use                   (GTypeModule *module);

    @@ -209,7 +209,7 @@


    -
    +

    g_type_module_unuse ()

    void                g_type_module_unuse                 (GTypeModule *module);

    @@ -229,7 +229,7 @@


    -
    +

    g_type_module_set_name ()

    void                g_type_module_set_name              (GTypeModule *module,
                                                              const gchar *name);
    @@ -253,7 +253,7 @@

    -
    +

    g_type_module_register_type ()

    GType               g_type_module_register_type         (GTypeModule *module,
                                                              GType parent_type,
    @@ -312,7 +312,7 @@
     

    -
    +

    g_type_module_add_interface ()

    void                g_type_module_add_interface         (GTypeModule *module,
                                                              GType instance_type,
    @@ -354,7 +354,7 @@
     

    -
    +

    g_type_module_register_enum ()

    GType               g_type_module_register_enum         (GTypeModule *module,
                                                              const gchar *name,
    @@ -400,7 +400,7 @@
     

    Since 2.6


    -
    +

    g_type_module_register_flags ()

    GType               g_type_module_register_flags        (GTypeModule *module,
                                                              const gchar *name,
    @@ -446,7 +446,7 @@
     

    Since 2.6


    -
    +

    G_DEFINE_DYNAMIC_TYPE()

    #define G_DEFINE_DYNAMIC_TYPE(TN, t_n, T_P)          G_DEFINE_DYNAMIC_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
     
    @@ -484,7 +484,7 @@

    Since 2.14


    -
    +

    G_DEFINE_DYNAMIC_TYPE_EXTENDED()

    #define             G_DEFINE_DYNAMIC_TYPE_EXTENDED(TypeName, type_name, TYPE_PARENT, flags, CODE)

    @@ -655,7 +655,7 @@

    Since 2.14


    -
    +

    G_IMPLEMENT_INTERFACE_DYNAMIC()

    #define             G_IMPLEMENT_INTERFACE_DYNAMIC(TYPE_IFACE, iface_init)

    @@ -686,7 +686,7 @@

    Since 2.24

    -
    +

    See Also

    @@ -705,6 +705,6 @@ + Generated by GTK-Doc V1.15 \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gtype-non-instantiable-classed.html glib2.0-2.26.1/docs/reference/gobject/html/gtype-non-instantiable-classed.html --- glib2.0-2.26.0/docs/reference/gobject/html/gtype-non-instantiable-classed.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gtype-non-instantiable-classed.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Non-instantiable classed types: interfaces - + - + @@ -19,7 +19,7 @@
    GObject Reference Manual Next
    -
    +

    Non-instantiable classed types: interfaces

    @@ -154,7 +154,7 @@

    -
    +

    Interface Initialization

    @@ -251,7 +251,7 @@ following section (the section called “Interface Destruction”).

    -
    +

    Interface Destruction

    @@ -311,6 +311,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/gtype-non-instantiable.html glib2.0-2.26.1/docs/reference/gobject/html/gtype-non-instantiable.html --- glib2.0-2.26.0/docs/reference/gobject/html/gtype-non-instantiable.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/gtype-non-instantiable.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Non-instantiable non-classed fundamental types - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    Non-instantiable non-classed fundamental types

    @@ -71,6 +71,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/GTypePlugin.html glib2.0-2.26.1/docs/reference/gobject/html/GTypePlugin.html --- glib2.0-2.26.0/docs/reference/gobject/html/GTypePlugin.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/GTypePlugin.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ GTypePlugin - + - + @@ -30,7 +30,7 @@ Known Implementations -
    +
    @@ -39,7 +39,7 @@
    -
    +

    Synopsis

     #include <glib-object.h>
    @@ -69,20 +69,20 @@
                                                              GInterfaceInfo *info);
     
    -
    +

    Object Hierarchy

       GInterface
        +----GTypePlugin
     
    -
    +

    Known Implementations

    GTypePlugin is implemented by GTypeModule.

    -
    +

    Description

    The GObject type system supports dynamic loading of types. The @@ -163,9 +163,9 @@ unloading. It even handles multiple registered types per module.

    -
    +

    Details

    -
    +

    GTypePlugin

    typedef struct _GTypePlugin GTypePlugin;

    @@ -175,7 +175,7 @@


    -
    +

    GTypePluginClass

    typedef struct {
       GTypePluginUse		   use_plugin;
    @@ -221,7 +221,7 @@
     

    -
    +

    GTypePluginUse ()

    void                (*GTypePluginUse)                   (GTypePlugin *plugin);

    @@ -238,7 +238,7 @@


    -
    +

    GTypePluginUnuse ()

    void                (*GTypePluginUnuse)                 (GTypePlugin *plugin);

    @@ -254,7 +254,7 @@


    -
    +

    GTypePluginCompleteTypeInfo ()

    void                (*GTypePluginCompleteTypeInfo)      (GTypePlugin *plugin,
                                                              GType g_type,
    @@ -290,7 +290,7 @@
     

    -
    +

    GTypePluginCompleteInterfaceInfo ()

    void                (*GTypePluginCompleteInterfaceInfo) (GTypePlugin *plugin,
                                                              GType instance_type,
    @@ -327,7 +327,7 @@
     

    -
    +

    g_type_plugin_use ()

    void                g_type_plugin_use                   (GTypePlugin *plugin);

    @@ -345,7 +345,7 @@


    -
    +

    g_type_plugin_unuse ()

    void                g_type_plugin_unuse                 (GTypePlugin *plugin);

    @@ -363,7 +363,7 @@


    -
    +

    g_type_plugin_complete_type_info ()

    void                g_type_plugin_complete_type_info    (GTypePlugin *plugin,
                                                              GType g_type,
    @@ -401,7 +401,7 @@
     

    -
    +

    g_type_plugin_complete_interface_info ()

    void                g_type_plugin_complete_interface_info
                                                             (GTypePlugin *plugin,
    @@ -441,13 +441,13 @@
     
    - + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/howto-gobject-chainup.html glib2.0-2.26.1/docs/reference/gobject/html/howto-gobject-chainup.html --- glib2.0-2.26.0/docs/reference/gobject/html/howto-gobject-chainup.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/howto-gobject-chainup.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Chaining up - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    Chaining up

    Chaining up is often loosely defined by the following set of @@ -54,7 +54,7 @@ To explicitly chain up to the implementation of the virtual method in the parent class, you first need a handle to the original parent class structure. This pointer can then be used to access the original class function pointer and invoke it directly. - [11] + [11]

    The function g_type_class_peek_parent is used to access the original parent class structure. Its input is a pointer to the class of the derived object and it returns a pointer @@ -81,7 +81,7 @@



    -

    [11] +

    [11] The original adjective used in this sentence is not innocuous. To fully understand its meaning, you need to recall how class structures are initialized: for each object type, the class structure associated to this object is created by first copying the class structure of its @@ -95,6 +95,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/howto-gobject-code.html glib2.0-2.26.1/docs/reference/gobject/html/howto-gobject-code.html --- glib2.0-2.26.0/docs/reference/gobject/html/howto-gobject-code.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/howto-gobject-code.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Boilerplate code - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    Boilerplate code

    @@ -81,6 +81,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/howto-gobject-construction.html glib2.0-2.26.1/docs/reference/gobject/html/howto-gobject-construction.html --- glib2.0-2.26.0/docs/reference/gobject/html/howto-gobject-construction.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/howto-gobject-construction.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Object Construction - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    Object Construction

    @@ -108,6 +108,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/howto-gobject-destruction.html glib2.0-2.26.1/docs/reference/gobject/html/howto-gobject-destruction.html --- glib2.0-2.26.0/docs/reference/gobject/html/howto-gobject-destruction.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/howto-gobject-destruction.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Object Destruction - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    Object Destruction

    @@ -117,6 +117,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/howto-gobject.html glib2.0-2.26.1/docs/reference/gobject/html/howto-gobject.html --- glib2.0-2.26.0/docs/reference/gobject/html/howto-gobject.html 2010-09-28 02:14:50.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/howto-gobject.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ How to define and implement a new GObject - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    How to define and implement a new GObject

    @@ -42,7 +42,7 @@ to subclass one of GTK+'s widget. This chapter will focus on the implementation of a subtype of GObject.

    -
    +

    Boilerplate header code

    @@ -200,7 +200,7 @@

    -
    +

    Note

    Do not call this private, as that is a registered c++ keyword.

    @@ -278,6 +278,6 @@
    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/howto-gobject-methods.html glib2.0-2.26.1/docs/reference/gobject/html/howto-gobject-methods.html --- glib2.0-2.26.0/docs/reference/gobject/html/howto-gobject-methods.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/howto-gobject-methods.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Object methods - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    Object methods

    @@ -43,9 +43,9 @@

    -
    +

    -Non-virtual public methods

    +Non-virtual public methods

    These are the simplest: you want to provide a simple method which can act on your object. All you need to do is to provide a function @@ -69,9 +69,9 @@

    There is really nothing scary about this.

    -
    +

    -Virtual public methods

    +Virtual public methods

    This is the preferred way to create polymorphic GObjects. All you need to do is to define the common method and its class function in @@ -167,9 +167,9 @@

    -
    +

    -Virtual private Methods

    +Virtual private Methods

    These are very similar to Virtual Public methods. They just don't have a public function to call the function directly. The header @@ -252,6 +252,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/howto-interface.html glib2.0-2.26.1/docs/reference/gobject/html/howto-interface.html --- glib2.0-2.26.0/docs/reference/gobject/html/howto-interface.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/howto-interface.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ How to define and implement interfaces - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    How to define and implement interfaces

    -
    +

    How to define interfaces

    @@ -155,6 +155,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/howto-interface-implement.html glib2.0-2.26.1/docs/reference/gobject/html/howto-interface-implement.html --- glib2.0-2.26.0/docs/reference/gobject/html/howto-interface-implement.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/howto-interface-implement.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ How To define implement an Interface? - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    How To define implement an Interface?

    @@ -83,7 +83,7 @@ at previously. The only interface-specific code present here is the call to G_IMPLEMENT_INTERFACE.

    -
    +

    Note

    Classes can implement multiple interfaces by using multiple calls to G_IMPLEMENT_INTERFACE inside the call @@ -120,6 +120,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/howto-interface-properties.html glib2.0-2.26.1/docs/reference/gobject/html/howto-interface-properties.html --- glib2.0-2.26.0/docs/reference/gobject/html/howto-interface-properties.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/howto-interface-properties.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Interface Properties - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    Interface Properties

    @@ -34,9 +34,9 @@ To include a property named 'name' of type string in the maman_ibaz interface example code above, we only need to add one - [12] + [12] line in the maman_ibaz_base_init - [13] + [13] as shown below:

    @@ -150,10 +150,10 @@
         



    -

    [12] +

    [12] That really is one line extended to six for the sake of clarity

    -

    [13] +

    [13] The g_object_interface_install_property can also be called from class_init but it must not be called after that point. @@ -162,6 +162,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/howto-signals.html glib2.0-2.26.1/docs/reference/gobject/html/howto-signals.html --- glib2.0-2.26.0/docs/reference/gobject/html/howto-signals.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/howto-signals.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ How to create and use signals - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    How to create and use signals

    @@ -28,13 +28,13 @@ flexible: it is possible for its users to connect at runtime any number of callbacks (implemented in any language for which a binding exists) - [14] + [14] to any signal and to stop the emission of any signal at any state of the signal emission process. This flexibility makes it possible to use GSignal for much more than just emit signals which can be received by numerous clients.

    -
    +

    Simple use of signals

    @@ -109,13 +109,13 @@



    -

    [14] A Python callback can be connected to any signal on any +

    [14] A Python callback can be connected to any signal on any C-based GObject.

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/index.html glib2.0-2.26.1/docs/reference/gobject/html/index.html --- glib2.0-2.26.0/docs/reference/gobject/html/index.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/index.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,19 +3,19 @@ GObject Reference Manual - + - + -
    +
    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/pr01.html glib2.0-2.26.1/docs/reference/gobject/html/pr01.html --- glib2.0-2.26.0/docs/reference/gobject/html/pr01.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/pr01.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Introduction - + - + @@ -19,9 +19,9 @@ GObject Reference Manual Next -
    +

    -Introduction

    +Introduction

    Most modern programming languages come with their own native object systems and additional fundamental algorithmic language constructs. @@ -67,6 +67,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/pt01.html glib2.0-2.26.1/docs/reference/gobject/html/pt01.html --- glib2.0-2.26.0/docs/reference/gobject/html/pt01.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/pt01.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Part I. Concepts - + - + @@ -19,15 +19,15 @@ GObject Reference Manual Next -
    +

    -Part I. Concepts

    +Part I. Concepts
    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/pt02.html glib2.0-2.26.1/docs/reference/gobject/html/pt02.html --- glib2.0-2.26.0/docs/reference/gobject/html/pt02.html 2010-09-28 02:14:50.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/pt02.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Part IV. Tutorial - + - + @@ -19,10 +19,10 @@ GObject Reference Manual Next -
    +

    -Part IV. Tutorial

    -
    +Part IV. Tutorial
    +

    This chapter tries to answer the real-life questions of users and presents @@ -40,9 +40,9 @@

    Object Destruction
    Object methods
    -
    Non-virtual public methods
    -
    Virtual public methods
    -
    Virtual private Methods
    +
    Non-virtual public methods
    +
    Virtual public methods
    +
    Virtual private Methods
    Chaining up
    @@ -61,6 +61,6 @@
    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/pt03.html glib2.0-2.26.1/docs/reference/gobject/html/pt03.html --- glib2.0-2.26.0/docs/reference/gobject/html/pt03.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/pt03.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Part V. Related Tools - + - + @@ -19,10 +19,10 @@ GObject Reference Manual Next -
    +

    -Part V. Related Tools

    -
    +Part V. Related Tools
    +

    Several useful developer tools have been build around GObject @@ -50,6 +50,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/rn01.html glib2.0-2.26.1/docs/reference/gobject/html/rn01.html --- glib2.0-2.26.0/docs/reference/gobject/html/rn01.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/rn01.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ API Reference - + - + @@ -19,10 +19,10 @@ GObject Reference Manual Next -
    +

    -API Reference

    +API Reference

    @@ -80,6 +80,6 @@
    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/rn02.html glib2.0-2.26.1/docs/reference/gobject/html/rn02.html --- glib2.0-2.26.0/docs/reference/gobject/html/rn02.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/rn02.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Tools Reference - + - + @@ -19,10 +19,10 @@ GObject Reference Manual Next -
    +

    -Tools Reference

    +Tools Reference

    @@ -42,6 +42,6 @@
    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/signal.html glib2.0-2.26.1/docs/reference/gobject/html/signal.html --- glib2.0-2.26.0/docs/reference/gobject/html/signal.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/signal.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Signals - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    Signals

    @@ -47,7 +47,7 @@

    -
    +

    Signal registration

    @@ -120,7 +120,7 @@ order in which the closures connected to this signal will be invoked.

    -
    +

    Signal connection

    @@ -153,7 +153,7 @@ and removed with g_signal_remove_emission_hook.

    -
    +

    Signal emission

    @@ -190,7 +190,7 @@ no accumulator was specified. If an accumulator was specified during signal creation, this accumulator is used to calculate the return_value as a function of the return values of all the closures invoked during emission. - [8] + [8] If no closure is invoked during emission, the return_value is nonetheless initialized to zero/null.

    @@ -262,7 +262,7 @@ run will be returned by g_signal_emit.

    -
    +

    The detail argument

    All the functions related to signal emission or signal connection have a parameter @@ -272,7 +272,7 @@

    Of the three main connection functions, only one has an explicit detail parameter as a GQuark - [9]: + [9]:

     gulong     g_signal_connect_closure_by_id          (gpointer          instance,
    @@ -356,7 +356,7 @@
     


    -

    [8] +

    [8] James (again!!) gives a few non-trivial examples of accumulators: For instance, you may have an accumulator that ignores NULL returns from @@ -364,7 +364,7 @@ to return the list of values returned by the closures.

    -

    [9] A GQuark is an integer which uniquely represents a string. It is possible to transform +

    [9] A GQuark is an integer which uniquely represents a string. It is possible to transform back and forth between the integer and string representations with the functions g_quark_from_string and g_quark_to_string.

    @@ -372,6 +372,6 @@
    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/tools-ginspector.html glib2.0-2.26.1/docs/reference/gobject/html/tools-ginspector.html --- glib2.0-2.26.0/docs/reference/gobject/html/tools-ginspector.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/tools-ginspector.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Graphical inspection of GObjects - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    Graphical inspection of GObjects

    @@ -30,6 +30,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/tools-gob.html glib2.0-2.26.1/docs/reference/gobject/html/tools-gob.html --- glib2.0-2.26.0/docs/reference/gobject/html/tools-gob.html 2010-09-28 02:14:50.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/tools-gob.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ GObject builder - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    GObject builder

    @@ -35,6 +35,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/tools-gtkdoc.html glib2.0-2.26.1/docs/reference/gobject/html/tools-gtkdoc.html --- glib2.0-2.26.0/docs/reference/gobject/html/tools-gtkdoc.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/tools-gtkdoc.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Writing API docs - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    Writing API docs

    The API documentation for most of the GLib, GObject, GTK+ and GNOME @@ -58,6 +58,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/tools-refdb.html glib2.0-2.26.1/docs/reference/gobject/html/tools-refdb.html --- glib2.0-2.26.0/docs/reference/gobject/html/tools-refdb.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/tools-refdb.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Debugging reference count problems - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    Debugging reference count problems

    @@ -50,6 +50,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/html/tools-vala.html glib2.0-2.26.1/docs/reference/gobject/html/tools-vala.html --- glib2.0-2.26.0/docs/reference/gobject/html/tools-vala.html 2010-09-28 02:14:49.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/html/tools-vala.html 2010-11-14 17:45:31.000000000 +1100 @@ -3,12 +3,12 @@ Vala - + - + @@ -19,7 +19,7 @@ GObject Reference Manual Next -
    +

    Vala

    @@ -38,6 +38,6 @@

    + Generated by GTK-Doc V1.15
    \ No newline at end of file diff -Nru glib2.0-2.26.0/docs/reference/gobject/Makefile.in glib2.0-2.26.1/docs/reference/gobject/Makefile.in --- glib2.0-2.26.0/docs/reference/gobject/Makefile.in 2010-09-28 02:10:12.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/Makefile.in 2010-11-14 17:01:54.000000000 +1100 @@ -228,6 +228,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -299,7 +301,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/docs/reference/gobject/version.xml glib2.0-2.26.1/docs/reference/gobject/version.xml --- glib2.0-2.26.0/docs/reference/gobject/version.xml 2010-09-28 02:10:29.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/gobject/version.xml 2010-11-14 17:03:59.000000000 +1100 @@ -1 +1 @@ -2.26.0 +2.26.1 diff -Nru glib2.0-2.26.0/docs/reference/Makefile.in glib2.0-2.26.1/docs/reference/Makefile.in --- glib2.0-2.26.0/docs/reference/Makefile.in 2010-09-28 02:10:11.000000000 +1000 +++ glib2.0-2.26.1/docs/reference/Makefile.in 2010-11-14 17:01:52.000000000 +1100 @@ -236,6 +236,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -307,7 +309,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/gio/fam/Makefile.in glib2.0-2.26.1/gio/fam/Makefile.in --- glib2.0-2.26.0/gio/fam/Makefile.in 2010-09-28 02:10:12.000000000 +1000 +++ glib2.0-2.26.1/gio/fam/Makefile.in 2010-11-14 17:01:55.000000000 +1100 @@ -259,6 +259,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -330,7 +332,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/gio/fen/Makefile.in glib2.0-2.26.1/gio/fen/Makefile.in --- glib2.0-2.26.0/gio/fen/Makefile.in 2010-09-28 02:10:12.000000000 +1000 +++ glib2.0-2.26.1/gio/fen/Makefile.in 2010-11-14 17:01:55.000000000 +1100 @@ -233,6 +233,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -304,7 +306,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/gio/gdbusauth.c glib2.0-2.26.1/gio/gdbusauth.c --- glib2.0-2.26.0/gio/gdbusauth.c 2010-09-14 01:57:51.000000000 +1000 +++ glib2.0-2.26.1/gio/gdbusauth.c 2010-11-13 01:01:12.000000000 +1100 @@ -805,7 +805,7 @@ { gchar *encoded; gchar *decoded_data; - gsize decoded_data_len; + gsize decoded_data_len = 0; encoded = g_strdup (line + 5); g_free (line); @@ -1230,7 +1230,7 @@ { gchar *encoded; gchar *decoded_data; - gsize decoded_data_len; + gsize decoded_data_len = 0; encoded = g_strdup (line + 5); g_free (line); diff -Nru glib2.0-2.26.0/gio/gdbusprivate.c glib2.0-2.26.1/gio/gdbusprivate.c --- glib2.0-2.26.0/gio/gdbusprivate.c 2010-09-25 04:48:33.000000000 +1000 +++ glib2.0-2.26.1/gio/gdbusprivate.c 2010-11-13 00:55:16.000000000 +1100 @@ -876,7 +876,8 @@ message_to_write_data_free (MessageToWriteData *data) { _g_dbus_worker_unref (data->worker); - g_object_unref (data->message); + if (data->message) + g_object_unref (data->message); g_free (data->blob); g_free (data); } diff -Nru glib2.0-2.26.0/gio/gio.rc glib2.0-2.26.1/gio/gio.rc --- glib2.0-2.26.0/gio/gio.rc 2010-09-28 02:13:36.000000000 +1000 +++ glib2.0-2.26.1/gio/gio.rc 2010-11-14 17:41:30.000000000 +1100 @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,26,0,0 - PRODUCTVERSION 2,26,0,0 + FILEVERSION 2,26,1,0 + PRODUCTVERSION 2,26,1,0 FILEFLAGSMASK 0 FILEFLAGS 0 FILEOS VOS__WINDOWS32 @@ -15,12 +15,12 @@ BEGIN VALUE "CompanyName", "The GLib developer community" VALUE "FileDescription", "Gio" - VALUE "FileVersion", "2.26.0.0" + VALUE "FileVersion", "2.26.1.0" VALUE "InternalName", "libgio-2.0-0" VALUE "LegalCopyright", "Copyright 2006-2010 Red Hat, Inc. and others." VALUE "OriginalFilename", "libgio-2.0-0.dll" VALUE "ProductName", "GLib" - VALUE "ProductVersion", "2.26.0" + VALUE "ProductVersion", "2.26.1" END END BLOCK "VarFileInfo" diff -Nru glib2.0-2.26.0/gio/glib-compile-schemas.c glib2.0-2.26.1/gio/glib-compile-schemas.c --- glib2.0-2.26.0/gio/glib-compile-schemas.c 2010-09-28 01:10:01.000000000 +1000 +++ glib2.0-2.26.1/gio/glib-compile-schemas.c 2010-11-14 16:49:49.000000000 +1100 @@ -497,8 +497,7 @@ g_set_error_literal (error, G_MARKUP_ERROR, G_MARKUP_ERROR_INVALID_CONTENT, " already specified for this key"); - - if (!state->is_flags && !state->is_enum && !state->has_choices) + else if (!state->is_flags && !state->is_enum && !state->has_choices) g_set_error_literal (error, G_MARKUP_ERROR, G_MARKUP_ERROR_INVALID_CONTENT, " can only be specified for keys with " @@ -624,12 +623,18 @@ if (state->strinfo->len) { GVariant *array; + guint32 *words; gpointer data; gsize size; + gint i; data = state->strinfo->str; size = state->strinfo->len; + words = data; + for (i = 0; i < size / sizeof (guint32); i++) + words[i] = GUINT32_TO_LE (words[i]); + array = g_variant_new_from_data (G_VARIANT_TYPE ("au"), data, size, TRUE, g_free, data); @@ -1634,6 +1639,7 @@ /* let them know */ fprintf (stderr, "%s: %s. ", filename, error->message); + g_clear_error (&error); if (strict) { diff -Nru glib2.0-2.26.0/gio/gnetworkservice.c glib2.0-2.26.1/gio/gnetworkservice.c --- glib2.0-2.26.0/gio/gnetworkservice.c 2010-09-27 08:54:09.000000000 +1000 +++ glib2.0-2.26.1/gio/gnetworkservice.c 2010-11-13 01:06:59.000000000 +1100 @@ -361,6 +361,25 @@ g_object_notify (G_OBJECT (srv), "scheme"); } +static GList * +g_network_service_fallback_targets (GNetworkService *srv) +{ + GSrvTarget *target; + struct servent *entry; + guint16 port; + + entry = getservbyname (srv->priv->service, "tcp"); + port = entry ? g_ntohs (entry->s_port) : 0; +#ifdef HAVE_ENDSERVENT + endservent (); +#endif + + if (entry == NULL) + return NULL; + + target = g_srv_target_new (srv->priv->domain, port, 0, 0); + return g_list_append (NULL, target); +} #define G_TYPE_NETWORK_SERVICE_ADDRESS_ENUMERATOR (_g_network_service_address_enumerator_get_type ()) #define G_NETWORK_SERVICE_ADDRESS_ENUMERATOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_NETWORK_SERVICE_ADDRESS_ENUMERATOR, GNetworkServiceAddressEnumerator)) @@ -401,14 +420,26 @@ if (!srv_enum->srv->priv->targets) { GList *targets; + GError *my_error = NULL; targets = g_resolver_lookup_service (srv_enum->resolver, srv_enum->srv->priv->service, srv_enum->srv->priv->protocol, srv_enum->srv->priv->domain, - cancellable, error); - if (!targets) - return NULL; + cancellable, &my_error); + if (!targets && g_error_matches (my_error, G_RESOLVER_ERROR, + G_RESOLVER_ERROR_NOT_FOUND)) + { + targets = g_network_service_fallback_targets (srv_enum->srv); + if (targets) + g_clear_error (&my_error); + } + + if (my_error) + { + g_propagate_error (error, my_error); + return NULL; + } srv_enum->srv->priv->targets = targets; srv_enum->t = srv_enum->srv->priv->targets; @@ -478,7 +509,10 @@ srv_enum->error = error; else g_error_free (error); + } + if (!ret) + { g_object_unref (srv_enum->addr_enum); srv_enum->addr_enum = NULL; } @@ -543,9 +577,18 @@ { GNetworkServiceAddressEnumerator *srv_enum = user_data; GError *error = NULL; + GList *targets; - srv_enum->srv->priv->targets = - g_resolver_lookup_service_finish (srv_enum->resolver, result, &error); + targets = g_resolver_lookup_service_finish (srv_enum->resolver, + result, &error); + + if (!targets && g_error_matches (error, G_RESOLVER_ERROR, + G_RESOLVER_ERROR_NOT_FOUND)) + { + targets = g_network_service_fallback_targets (srv_enum->srv); + if (targets) + g_clear_error (&error); + } if (error) { @@ -559,7 +602,7 @@ } else { - srv_enum->t = srv_enum->srv->priv->targets; + srv_enum->t = srv_enum->srv->priv->targets = targets; next_async_have_targets (srv_enum); } } @@ -628,7 +671,10 @@ srv_enum->error = error; else g_error_free (error); + } + if (!address) + { g_object_unref (srv_enum->addr_enum); srv_enum->addr_enum = NULL; diff -Nru glib2.0-2.26.0/gio/gsettings.c glib2.0-2.26.1/gio/gsettings.c --- glib2.0-2.26.0/gio/gsettings.c 2010-09-27 08:54:09.000000000 +1000 +++ glib2.0-2.26.1/gio/gsettings.c 2010-11-14 16:49:49.000000000 +1100 @@ -417,6 +417,10 @@ g_value_set_string (value, settings->priv->schema_name); break; + case PROP_PATH: + g_value_set_string (value, settings->priv->path); + break; + case PROP_HAS_UNAPPLIED: g_value_set_boolean (value, g_settings_get_has_unapplied (settings)); break; @@ -809,6 +813,18 @@ GVariant *default_value; } GSettingsKeyInfo; +static inline void +endian_fixup (GVariant **value) +{ +#if G_BYTE_ORDER == G_BIG_ENDIAN + GVariant *tmp; + + tmp = g_variant_byteswap (*value); + g_variant_unref (*value); + *value = tmp; +#endif +} + static void g_settings_get_key_info (GSettingsKeyInfo *info, GSettings *settings, @@ -823,6 +839,7 @@ iter = g_settings_schema_get_value (settings->priv->schema, key); info->default_value = g_variant_iter_next_value (iter); + endian_fixup (&info->default_value); info->type = g_variant_get_type (info->default_value); info->settings = g_object_ref (settings); info->key = g_intern_string (key); @@ -855,6 +872,8 @@ case 'r': g_variant_get (data, "(**)", &info->minimum, &info->maximum); + endian_fixup (&info->minimum); + endian_fixup (&info->maximum); break; default: diff -Nru glib2.0-2.26.0/gio/gsettingsschema.c glib2.0-2.26.1/gio/gsettingsschema.c --- glib2.0-2.26.0/gio/gsettingsschema.c 2010-09-27 08:54:09.000000000 +1000 +++ glib2.0-2.26.1/gio/gsettingsschema.c 2010-11-14 16:49:49.000000000 +1100 @@ -181,7 +181,7 @@ const gchar *result = NULL; GVariant *value; - if ((value = gvdb_table_get_value (schema->priv->table, key))) + if ((value = gvdb_table_get_raw_value (schema->priv->table, key))) { result = g_variant_get_string (value, NULL); g_variant_unref (value); @@ -231,21 +231,11 @@ GVariantIter *iter; GVariant *value; - value = gvdb_table_get_value (schema->priv->table, key); + value = gvdb_table_get_raw_value (schema->priv->table, key); if G_UNLIKELY (value == NULL) g_error ("schema does not contain a key named '%s'", key); -#if G_BYTE_ORDER == G_BIG_ENDIAN - { - GVariant *tmp; - - tmp = g_variant_byteswap (value); - g_variant_unref (value); - value = tmp; - } -#endif - iter = g_variant_iter_new (value); g_variant_unref (value); diff -Nru glib2.0-2.26.0/gio/gsocket.c glib2.0-2.26.1/gio/gsocket.c --- glib2.0-2.26.0/gio/gsocket.c 2010-09-27 08:54:09.000000000 +1000 +++ glib2.0-2.26.1/gio/gsocket.c 2010-11-13 01:04:30.000000000 +1100 @@ -377,13 +377,34 @@ { case G_SOCKET_FAMILY_IPV4: case G_SOCKET_FAMILY_IPV6: + socket->priv->family = address.ss_family; + switch (socket->priv->type) + { + case G_SOCKET_TYPE_STREAM: + socket->priv->protocol = G_SOCKET_PROTOCOL_TCP; + break; + + case G_SOCKET_TYPE_DATAGRAM: + socket->priv->protocol = G_SOCKET_PROTOCOL_UDP; + break; + + case G_SOCKET_TYPE_SEQPACKET: + socket->priv->protocol = G_SOCKET_PROTOCOL_SCTP; + break; + + default: + break; + } + break; + case G_SOCKET_FAMILY_UNIX: - socket->priv->family = address.ss_family; - break; + socket->priv->family = G_SOCKET_FAMILY_UNIX; + socket->priv->protocol = G_SOCKET_PROTOCOL_DEFAULT; + break; default: - socket->priv->family = G_SOCKET_FAMILY_INVALID; - break; + socket->priv->family = G_SOCKET_FAMILY_INVALID; + break; } if (socket->priv->family != G_SOCKET_FAMILY_INVALID) diff -Nru glib2.0-2.26.0/gio/gvdb/gvdb-reader.c glib2.0-2.26.1/gio/gvdb/gvdb-reader.c --- glib2.0-2.26.0/gio/gvdb/gvdb-reader.c 2010-08-09 23:34:46.000000000 +1000 +++ glib2.0-2.26.1/gio/gvdb/gvdb-reader.c 2010-11-14 16:49:49.000000000 +1100 @@ -34,11 +34,11 @@ gboolean byteswapped; gboolean trusted; - const guint32 *bloom_words; + const guint32_le *bloom_words; guint32 n_bloom_words; guint bloom_shift; - const guint32 *hash_buckets; + const guint32_le *hash_buckets; guint32 n_buckets; struct gvdb_hash_item *hash_items; @@ -206,7 +206,7 @@ mask = 1 << (hash_value & 31); mask |= 1 << ((hash_value >> file->bloom_shift) & 31); - return (file->bloom_words[word] & mask) == mask; + return (guint32_from_le (file->bloom_words[word]) & mask) == mask; } static gboolean @@ -262,10 +262,10 @@ return NULL; bucket = hash_value % file->n_buckets; - itemno = file->hash_buckets[bucket]; + itemno = guint32_from_le (file->hash_buckets[bucket]); if (bucket == file->n_buckets - 1 || - (lastno = file->hash_buckets[bucket + 1]) > file->n_hash_items) + (lastno = guint32_from_le(file->hash_buckets[bucket + 1])) > file->n_hash_items) lastno = file->n_hash_items; while G_LIKELY (itemno < lastno) @@ -438,11 +438,46 @@ const gchar *key) { const struct gvdb_hash_item *item; + GVariant *value; if ((item = gvdb_table_lookup (file, key, 'v')) == NULL) return NULL; - return gvdb_table_value_from_item (file, item); + value = gvdb_table_value_from_item (file, item); + + if (value && file->byteswapped) + { + GVariant *tmp; + + tmp = g_variant_byteswap (value); + g_variant_unref (value); + value = tmp; + } + + return value; +} + +/** + * gvdb_table_get_raw_value: + * @table: a #GvdbTable + * @key: a string + * @returns: a #GVariant, or %NULL + * + * Looks up a value named @key in @file. + * + * This call is equivalent to gvdb_table_get_value() except that it + * never byteswaps the value. + **/ +GVariant * +gvdb_table_get_raw_value (GvdbTable *table, + const gchar *key) +{ + const struct gvdb_hash_item *item; + + if ((item = gvdb_table_lookup (table, key, 'v')) == NULL) + return NULL; + + return gvdb_table_value_from_item (table, item); } /** @@ -522,6 +557,23 @@ } } +/** + * gvdb_table_is_valid: + * @table: a #GvdbTable + * @returns: %TRUE if @table is still valid + * + * Checks if the table is still valid. + * + * An on-disk GVDB can be marked as invalid. This happens when the file + * has been replaced. The appropriate action is typically to reopen the + * file. + **/ +gboolean +gvdb_table_is_valid (GvdbTable *table) +{ + return !!*table->data; +} + void gvdb_table_walk (GvdbTable *table, const gchar *key, @@ -560,7 +612,7 @@ { if (open_func (name, name_len, user_data)) { - guint length; + guint length = 0; index++; g_assert (index < 64); @@ -579,6 +631,15 @@ if (value != NULL) { + if (table->byteswapped) + { + GVariant *tmp; + + tmp = g_variant_byteswap (value); + g_variant_unref (value); + value = tmp; + } + value_func (name, name_len, value, user_data); g_variant_unref (value); } diff -Nru glib2.0-2.26.0/gio/gvdb/gvdb-reader.h glib2.0-2.26.1/gio/gvdb/gvdb-reader.h --- glib2.0-2.26.0/gio/gvdb/gvdb-reader.h 2010-08-09 23:34:46.000000000 +1000 +++ glib2.0-2.26.1/gio/gvdb/gvdb-reader.h 2010-11-14 16:49:49.000000000 +1100 @@ -42,6 +42,9 @@ GvdbTable * gvdb_table_get_table (GvdbTable *table, const gchar *key); G_GNUC_INTERNAL +GVariant * gvdb_table_get_raw_value (GvdbTable *table, + const gchar *key); +G_GNUC_INTERNAL GVariant * gvdb_table_get_value (GvdbTable *table, const gchar *key); @@ -49,6 +52,9 @@ gboolean gvdb_table_has_value (GvdbTable *table, const gchar *key); +G_GNUC_INTERNAL +gboolean gvdb_table_is_valid (GvdbTable *table); + typedef void (*GvdbWalkValueFunc) (const gchar *name, gsize name_len, GVariant *value, diff -Nru glib2.0-2.26.0/gio/inotify/Makefile.in glib2.0-2.26.1/gio/inotify/Makefile.in --- glib2.0-2.26.0/gio/inotify/Makefile.in 2010-09-28 02:10:12.000000000 +1000 +++ glib2.0-2.26.1/gio/inotify/Makefile.in 2010-11-14 17:01:56.000000000 +1100 @@ -235,6 +235,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -306,7 +308,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/gio/libasyncns/Makefile.in glib2.0-2.26.1/gio/libasyncns/Makefile.in --- glib2.0-2.26.0/gio/libasyncns/Makefile.in 2010-09-28 02:10:12.000000000 +1000 +++ glib2.0-2.26.1/gio/libasyncns/Makefile.in 2010-11-14 17:01:56.000000000 +1100 @@ -227,6 +227,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -298,7 +300,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/gio/Makefile.in glib2.0-2.26.1/gio/Makefile.in --- glib2.0-2.26.0/gio/Makefile.in 2010-09-28 02:10:12.000000000 +1000 +++ glib2.0-2.26.1/gio/Makefile.in 2010-11-14 17:01:54.000000000 +1100 @@ -497,6 +497,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -568,7 +570,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/gio/strinfo.c glib2.0-2.26.1/gio/strinfo.c --- glib2.0-2.26.0/gio/strinfo.c 2010-08-09 23:34:46.000000000 +1000 +++ glib2.0-2.26.1/gio/strinfo.c 2010-11-14 16:49:49.000000000 +1100 @@ -193,7 +193,7 @@ guint i; for (i = 0; i < length; i++) - if (strinfo[i] == value) + if (strinfo[i] == GUINT32_TO_LE (value)) { const guchar *charinfo = (const guchar *) &strinfo[i]; @@ -226,7 +226,7 @@ if (index < 0) return FALSE; - *result = strinfo[index]; + *result = GUINT32_FROM_LE (strinfo[index]); return TRUE; } diff -Nru glib2.0-2.26.0/gio/tests/gsettings.c glib2.0-2.26.1/gio/tests/gsettings.c --- glib2.0-2.26.0/gio/tests/gsettings.c 2010-09-14 01:57:51.000000000 +1000 +++ glib2.0-2.26.1/gio/tests/gsettings.c 2010-11-14 16:49:49.000000000 +1100 @@ -942,6 +942,8 @@ gint i; gint16 n; guint16 q; + gint n2; + guint q2; gint64 i64; guint64 u64; gdouble d; @@ -991,9 +993,9 @@ g_assert_cmpint (n, ==, 1234); g_settings_set (settings, "int16", "n", 4321); - n = 1111; - g_object_get (obj, "int16", &n, NULL); - g_assert_cmpint (n, ==, 4321); + n2 = 1111; + g_object_get (obj, "int16", &n2, NULL); + g_assert_cmpint (n2, ==, 4321); g_settings_bind (settings, "uint16", obj, "uint16", G_SETTINGS_BIND_DEFAULT); @@ -1003,9 +1005,9 @@ g_assert_cmpuint (q, ==, G_MAXUINT16); g_settings_set (settings, "uint16", "q", (guint16) G_MAXINT16); - q = 1111; - g_object_get (obj, "uint16", &q, NULL); - g_assert_cmpuint (q, ==, (guint16) G_MAXINT16); + q2 = 1111; + g_object_get (obj, "uint16", &q2, NULL); + g_assert_cmpuint (q2, ==, (guint16) G_MAXINT16); g_settings_bind (settings, "int", obj, "int", G_SETTINGS_BIND_DEFAULT); diff -Nru glib2.0-2.26.0/gio/tests/Makefile.am glib2.0-2.26.1/gio/tests/Makefile.am --- glib2.0-2.26.0/gio/tests/Makefile.am 2010-09-27 08:54:09.000000000 +1000 +++ glib2.0-2.26.1/gio/tests/Makefile.am 2010-11-13 01:04:30.000000000 +1100 @@ -41,6 +41,7 @@ gdbus-addresses \ network-address \ gdbus-message \ + socket \ $(NULL) if OS_UNIX @@ -193,6 +194,9 @@ network_address_SOURCE = network-address.c network_address_LDADD = $(progs_ldadd) +socket_SOURCE = socket.c +socket_LDADD = $(progs_ldadd) + contexts_SOURCES = contexts.c contexts_LDADD = $(progs_ldadd) \ $(top_builddir)/gthread/libgthread-2.0.la @@ -386,7 +390,7 @@ appinfo-test-gnome.desktop \ appinfo-test-notgnome.desktop \ gdbus-testserver.py - + MISC_STUFF = test.mo test.mo: de.po diff -Nru glib2.0-2.26.0/gio/tests/Makefile.in glib2.0-2.26.1/gio/tests/Makefile.in --- glib2.0-2.26.0/gio/tests/Makefile.in 2010-09-28 02:10:12.000000000 +1000 +++ glib2.0-2.26.1/gio/tests/Makefile.in 2010-11-14 17:01:57.000000000 +1100 @@ -93,8 +93,8 @@ contexts$(EXEEXT) gsettings$(EXEEXT) gschema-compile$(EXEEXT) \ async-close-output-stream$(EXEEXT) gdbus-addresses$(EXEEXT) \ network-address$(EXEEXT) gdbus-message$(EXEEXT) \ - $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \ - $(am__EXEEXT_4) + socket$(EXEEXT) $(am__EXEEXT_1) $(am__EXEEXT_2) \ + $(am__EXEEXT_3) $(am__EXEEXT_4) @OS_UNIX_TRUE@am__EXEEXT_6 = gdbus-example-unix-fd-client$(EXEEXT) am__EXEEXT_7 = resolver$(EXEEXT) socket-server$(EXEEXT) \ socket-client$(EXEEXT) echo-server$(EXEEXT) httpd$(EXEEXT) \ @@ -323,6 +323,9 @@ am_sleepy_stream_OBJECTS = sleepy-stream.$(OBJEXT) sleepy_stream_OBJECTS = $(am_sleepy_stream_OBJECTS) sleepy_stream_DEPENDENCIES = $(progs_ldadd) +socket_SOURCES = socket.c +socket_OBJECTS = socket.$(OBJEXT) +socket_DEPENDENCIES = $(progs_ldadd) am_socket_client_OBJECTS = socket-client.$(OBJEXT) socket_client_OBJECTS = $(am_socket_client_OBJECTS) socket_client_DEPENDENCIES = $(progs_ldadd) \ @@ -409,7 +412,7 @@ network-address.c $(proxy_SOURCES) $(readwrite_SOURCES) \ $(resolver_SOURCES) $(send_data_SOURCES) \ $(simple_async_result_SOURCES) $(sleepy_stream_SOURCES) \ - $(socket_client_SOURCES) $(socket_server_SOURCES) \ + socket.c $(socket_client_SOURCES) $(socket_server_SOURCES) \ $(srvtarget_SOURCES) $(unix_fd_SOURCES) \ $(unix_streams_SOURCES) $(volumemonitor_SOURCES) \ $(win32_streams_SOURCES) @@ -448,7 +451,7 @@ network-address.c $(proxy_SOURCES) $(readwrite_SOURCES) \ $(resolver_SOURCES) $(send_data_SOURCES) \ $(simple_async_result_SOURCES) $(sleepy_stream_SOURCES) \ - $(socket_client_SOURCES) $(socket_server_SOURCES) \ + socket.c $(socket_client_SOURCES) $(socket_server_SOURCES) \ $(srvtarget_SOURCES) $(unix_fd_SOURCES) \ $(unix_streams_SOURCES) $(volumemonitor_SOURCES) \ $(win32_streams_SOURCES) @@ -592,6 +595,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -663,7 +668,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ @@ -702,7 +706,7 @@ buffered-output-stream sleepy-stream filter-streams \ volumemonitor simple-async-result srvtarget contexts gsettings \ gschema-compile async-close-output-stream gdbus-addresses \ - network-address gdbus-message $(NULL) $(am__append_1) \ + network-address gdbus-message socket $(NULL) $(am__append_1) \ $(am__append_3) $(am__append_4) INCLUDES = \ -g \ @@ -800,6 +804,8 @@ srvtarget_LDADD = $(progs_ldadd) network_address_SOURCE = network-address.c network_address_LDADD = $(progs_ldadd) +socket_SOURCE = socket.c +socket_LDADD = $(progs_ldadd) contexts_SOURCES = contexts.c contexts_LDADD = $(progs_ldadd) \ $(top_builddir)/gthread/libgthread-2.0.la @@ -1168,6 +1174,9 @@ sleepy-stream$(EXEEXT): $(sleepy_stream_OBJECTS) $(sleepy_stream_DEPENDENCIES) @rm -f sleepy-stream$(EXEEXT) $(AM_V_CCLD)$(LINK) $(sleepy_stream_OBJECTS) $(sleepy_stream_LDADD) $(LIBS) +socket$(EXEEXT): $(socket_OBJECTS) $(socket_DEPENDENCIES) + @rm -f socket$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(socket_OBJECTS) $(socket_LDADD) $(LIBS) socket-client$(EXEEXT): $(socket_client_OBJECTS) $(socket_client_DEPENDENCIES) @rm -f socket-client$(EXEEXT) $(AM_V_CCLD)$(LINK) $(socket_client_OBJECTS) $(socket_client_LDADD) $(LIBS) @@ -1258,6 +1267,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sleepy-stream.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket-client.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket-server.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srvtarget.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix-fd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix-streams.Po@am__quote@ diff -Nru glib2.0-2.26.0/gio/tests/socket.c glib2.0-2.26.1/gio/tests/socket.c --- glib2.0-2.26.0/gio/tests/socket.c 1970-01-01 10:00:00.000000000 +1000 +++ glib2.0-2.26.1/gio/tests/socket.c 2010-11-13 01:04:30.000000000 +1100 @@ -0,0 +1,86 @@ +/* GLib testing framework examples and tests + * + * Copyright (C) 2008-2010 Red Hat, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General + * Public License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place, Suite 330, + * Boston, MA 02111-1307, USA. + * + * Author: David Zeuthen + */ + +#include + +#ifdef G_OS_UNIX +#include +#include +#include +#endif + +#ifdef G_OS_UNIX +static void +test_unix_from_fd (void) +{ + gint fd; + GError *error; + GSocket *s; + + fd = socket (AF_UNIX, SOCK_STREAM, 0); + g_assert_cmpint (fd, !=, -1); + + error = NULL; + s = g_socket_new_from_fd (fd, &error); + g_assert_no_error (error); + g_assert_cmpint (g_socket_get_family (s), ==, G_SOCKET_FAMILY_UNIX); + g_assert_cmpint (g_socket_get_socket_type (s), ==, G_SOCKET_TYPE_STREAM); + g_assert_cmpint (g_socket_get_protocol (s), ==, G_SOCKET_PROTOCOL_DEFAULT); + g_object_unref (s); +} + +static void +test_unix_connection (void) +{ + gint fd; + GError *error; + GSocket *s; + GSocketConnection *c; + + fd = socket (AF_UNIX, SOCK_STREAM, 0); + g_assert_cmpint (fd, !=, -1); + + error = NULL; + s = g_socket_new_from_fd (fd, &error); + g_assert_no_error (error); + c = g_socket_connection_factory_create_connection (s); + g_assert (G_IS_UNIX_CONNECTION (c)); + g_object_unref (c); + g_object_unref (s); +} +#endif /* G_OS_UNIX */ + +int +main (int argc, + char *argv[]) +{ + g_type_init (); + g_test_init (&argc, &argv, NULL); + +#ifdef G_OS_UNIX + g_test_add_func ("/socket/unix-from-fd", test_unix_from_fd); + g_test_add_func ("/socket/unix-connection", test_unix_connection); +#endif + + return g_test_run(); +} + diff -Nru glib2.0-2.26.0/gio/win32/Makefile.in glib2.0-2.26.1/gio/win32/Makefile.in --- glib2.0-2.26.0/gio/win32/Makefile.in 2010-09-28 02:10:12.000000000 +1000 +++ glib2.0-2.26.1/gio/win32/Makefile.in 2010-11-14 17:01:57.000000000 +1100 @@ -234,6 +234,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -305,7 +307,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/gio/xdgmime/Makefile.in glib2.0-2.26.1/gio/xdgmime/Makefile.in --- glib2.0-2.26.0/gio/xdgmime/Makefile.in 2010-09-28 02:10:12.000000000 +1000 +++ glib2.0-2.26.1/gio/xdgmime/Makefile.in 2010-11-14 17:01:58.000000000 +1100 @@ -228,6 +228,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -299,7 +301,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/glib/glibconfig.h.win32 glib2.0-2.26.1/glib/glibconfig.h.win32 --- glib2.0-2.26.0/glib/glibconfig.h.win32 2010-09-28 02:13:33.000000000 +1000 +++ glib2.0-2.26.1/glib/glibconfig.h.win32 2010-11-14 17:41:05.000000000 +1100 @@ -158,7 +158,7 @@ #define GLIB_MAJOR_VERSION 2 #define GLIB_MINOR_VERSION 26 -#define GLIB_MICRO_VERSION 0 +#define GLIB_MICRO_VERSION 1 #define G_OS_WIN32 #define G_PLATFORM_WIN32 diff -Nru glib2.0-2.26.0/glib/glib.rc glib2.0-2.26.1/glib/glib.rc --- glib2.0-2.26.0/glib/glib.rc 2010-09-28 02:13:33.000000000 +1000 +++ glib2.0-2.26.1/glib/glib.rc 2010-11-14 17:41:05.000000000 +1100 @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,26,0,0 - PRODUCTVERSION 2,26,0,0 + FILEVERSION 2,26,1,0 + PRODUCTVERSION 2,26,1,0 FILEFLAGSMASK 0 FILEFLAGS 0 FILEOS VOS__WINDOWS32 @@ -15,12 +15,12 @@ BEGIN VALUE "CompanyName", "The GLib developer community" VALUE "FileDescription", "GLib" - VALUE "FileVersion", "2.26.0.0" + VALUE "FileVersion", "2.26.1.0" VALUE "InternalName", "libglib-2.0-0" VALUE "LegalCopyright", "Copyright 1995-2010 Peter Mattis, Spencer Kimball, Josh MacDonald and others." VALUE "OriginalFilename", "libglib-2.0-0.dll" VALUE "ProductName", "GLib" - VALUE "ProductVersion", "2.26.0" + VALUE "ProductVersion", "2.26.1" END END BLOCK "VarFileInfo" diff -Nru glib2.0-2.26.0/glib/gnulib/Makefile.in glib2.0-2.26.1/glib/gnulib/Makefile.in --- glib2.0-2.26.0/glib/gnulib/Makefile.in 2010-09-28 02:10:13.000000000 +1000 +++ glib2.0-2.26.1/glib/gnulib/Makefile.in 2010-11-14 17:01:59.000000000 +1100 @@ -227,6 +227,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -298,7 +300,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/glib/gvariant.c glib2.0-2.26.1/glib/gvariant.c --- glib2.0-2.26.0/glib/gvariant.c 2010-09-16 01:20:37.000000000 +1000 +++ glib2.0-2.26.1/glib/gvariant.c 2010-11-14 16:49:49.000000000 +1100 @@ -4566,23 +4566,37 @@ GVariant * g_variant_byteswap (GVariant *value) { - GVariantSerialised serialised; - GVariant *trusted; - GBuffer *buffer; + GVariantTypeInfo *type_info; + guint alignment; GVariant *new; - trusted = g_variant_get_normal_form (value); - serialised.type_info = g_variant_get_type_info (trusted); - serialised.size = g_variant_get_size (trusted); - serialised.data = g_malloc (serialised.size); - g_variant_store (trusted, serialised.data); - g_variant_unref (trusted); - - g_variant_serialised_byteswap (serialised); - - buffer = g_buffer_new_take_data (serialised.data, serialised.size); - new = g_variant_new_from_buffer (g_variant_get_type (value), buffer, TRUE); - g_buffer_unref (buffer); + type_info = g_variant_get_type_info (value); + + g_variant_type_info_query (type_info, &alignment, NULL); + + if (alignment) + /* (potentially) contains multi-byte numeric data */ + { + GVariantSerialised serialised; + GVariant *trusted; + GBuffer *buffer; + + trusted = g_variant_get_normal_form (value); + serialised.type_info = g_variant_get_type_info (trusted); + serialised.size = g_variant_get_size (trusted); + serialised.data = g_malloc (serialised.size); + g_variant_store (trusted, serialised.data); + g_variant_unref (trusted); + + g_variant_serialised_byteswap (serialised); + + buffer = g_buffer_new_take_data (serialised.data, serialised.size); + new = g_variant_new_from_buffer (g_variant_get_type (value), buffer, TRUE); + g_buffer_unref (buffer); + } + else + /* contains no multi-byte data */ + new = value; return g_variant_ref_sink (new); } diff -Nru glib2.0-2.26.0/glib/libcharset/Makefile.in glib2.0-2.26.1/glib/libcharset/Makefile.in --- glib2.0-2.26.0/glib/libcharset/Makefile.in 2010-09-28 02:10:13.000000000 +1000 +++ glib2.0-2.26.1/glib/libcharset/Makefile.in 2010-11-14 17:01:59.000000000 +1100 @@ -226,6 +226,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -297,7 +299,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/glib/Makefile.in glib2.0-2.26.1/glib/Makefile.in --- glib2.0-2.26.0/glib/Makefile.in 2010-09-28 02:10:13.000000000 +1000 +++ glib2.0-2.26.1/glib/Makefile.in 2010-11-14 17:01:58.000000000 +1100 @@ -413,6 +413,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -484,7 +486,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/glib/pcre/Makefile.in glib2.0-2.26.1/glib/pcre/Makefile.in --- glib2.0-2.26.0/glib/pcre/Makefile.in 2010-09-28 02:10:13.000000000 +1000 +++ glib2.0-2.26.1/glib/pcre/Makefile.in 2010-11-14 17:01:59.000000000 +1100 @@ -234,6 +234,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -305,7 +307,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/glib/tests/Makefile.in glib2.0-2.26.1/glib/tests/Makefile.in --- glib2.0-2.26.0/glib/tests/Makefile.in 2010-09-28 02:10:13.000000000 +1000 +++ glib2.0-2.26.1/glib/tests/Makefile.in 2010-11-14 17:02:00.000000000 +1100 @@ -387,6 +387,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -458,7 +460,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/glib/update-pcre/Makefile.in glib2.0-2.26.1/glib/update-pcre/Makefile.in --- glib2.0-2.26.0/glib/update-pcre/Makefile.in 2010-09-28 02:10:13.000000000 +1000 +++ glib2.0-2.26.1/glib/update-pcre/Makefile.in 2010-11-14 17:02:00.000000000 +1100 @@ -196,6 +196,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -267,7 +269,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/gmodule/gmodule.rc glib2.0-2.26.1/gmodule/gmodule.rc --- glib2.0-2.26.0/gmodule/gmodule.rc 2010-09-28 02:13:34.000000000 +1000 +++ glib2.0-2.26.1/gmodule/gmodule.rc 2010-11-14 17:41:07.000000000 +1100 @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,26,0,0 - PRODUCTVERSION 2,26,0,0 + FILEVERSION 2,26,1,0 + PRODUCTVERSION 2,26,1,0 FILEFLAGSMASK 0 FILEFLAGS 0 FILEOS VOS__WINDOWS32 @@ -15,12 +15,12 @@ BEGIN VALUE "CompanyName", "The GLib developer community" VALUE "FileDescription", "GModule" - VALUE "FileVersion", "2.26.0.0" + VALUE "FileVersion", "2.26.1.0" VALUE "InternalName", "libgmodule-2.0-0" VALUE "LegalCopyright", "Copyright 1998-2010 Tim Janik and others." VALUE "OriginalFilename", "libgmodule-2.0-0.dll" VALUE "ProductName", "GLib" - VALUE "ProductVersion", "2.26.0" + VALUE "ProductVersion", "2.26.1" END END BLOCK "VarFileInfo" diff -Nru glib2.0-2.26.0/gmodule/Makefile.in glib2.0-2.26.1/gmodule/Makefile.in --- glib2.0-2.26.0/gmodule/Makefile.in 2010-09-28 02:10:13.000000000 +1000 +++ glib2.0-2.26.1/gmodule/Makefile.in 2010-11-14 17:02:00.000000000 +1100 @@ -258,6 +258,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -329,7 +331,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/gobject/gobject.c glib2.0-2.26.1/gobject/gobject.c --- glib2.0-2.26.0/gobject/gobject.c 2010-09-27 08:54:09.000000000 +1000 +++ glib2.0-2.26.1/gobject/gobject.c 2010-11-13 01:03:46.000000000 +1100 @@ -184,6 +184,9 @@ /* --- variables --- */ +G_LOCK_DEFINE_STATIC (closure_array_mutex); +G_LOCK_DEFINE_STATIC (weak_refs_mutex); +G_LOCK_DEFINE_STATIC (toggle_refs_mutex); static GQuark quark_closure_array = 0; static GQuark quark_weak_refs = 0; static GQuark quark_toggle_refs = 0; @@ -469,7 +472,7 @@ * be used to store a #GParamSpec. * * This function should be used if you plan to use a static array of - * #GParamSpecs and g_object_notify_pspec(). For instance, this + * #GParamSpecs and g_object_notify_by_pspec(). For instance, this * class initialization: * * |[ @@ -524,7 +527,7 @@ guint n_pspecs, GParamSpec **pspecs) { - GType oclass_type; + GType oclass_type, parent_type; gint i; g_return_if_fail (G_IS_OBJECT_CLASS (oclass)); @@ -536,6 +539,7 @@ G_OBJECT_CLASS_NAME (oclass)); oclass_type = G_OBJECT_CLASS_TYPE (oclass); + parent_type = g_type_parent (oclass_type); /* we skip the first element of the array as it would have a 0 prop_id */ for (i = 1; i < n_pspecs; i++) @@ -563,7 +567,7 @@ /* for property overrides of construct properties, we have to get rid * of the overidden inherited construct property */ - pspec = g_param_spec_pool_lookup (pspec_pool, pspec->name, g_type_parent (G_OBJECT_CLASS_TYPE (oclass)), TRUE); + pspec = g_param_spec_pool_lookup (pspec_pool, pspec->name, parent_type, TRUE); if (pspec && pspec->flags & (G_PARAM_CONSTRUCT | G_PARAM_CONSTRUCT_ONLY)) oclass->construct_properties = g_slist_remove (oclass->construct_properties, pspec); } @@ -2230,6 +2234,7 @@ g_return_if_fail (notify != NULL); g_return_if_fail (object->ref_count >= 1); + G_LOCK (weak_refs_mutex); wstack = g_datalist_id_remove_no_notify (&object->qdata, quark_weak_refs); if (wstack) { @@ -2246,6 +2251,7 @@ wstack->weak_refs[i].notify = notify; wstack->weak_refs[i].data = data; g_datalist_id_set_data_full (&object->qdata, quark_weak_refs, wstack, weak_refs_notify); + G_UNLOCK (weak_refs_mutex); } /** @@ -2267,6 +2273,7 @@ g_return_if_fail (G_IS_OBJECT (object)); g_return_if_fail (notify != NULL); + G_LOCK (weak_refs_mutex); wstack = g_datalist_id_get_data (&object->qdata, quark_weak_refs); if (wstack) { @@ -2284,6 +2291,7 @@ break; } } + G_UNLOCK (weak_refs_mutex); if (!found_one) g_warning ("%s: couldn't find weak ref %p(%p)", G_STRFUNC, notify, data); } @@ -2441,13 +2449,18 @@ toggle_refs_notify (GObject *object, gboolean is_last_ref) { - ToggleRefStack *tstack = g_datalist_id_get_data (&object->qdata, quark_toggle_refs); + ToggleRefStack tstack, *tstackptr; + + G_LOCK (toggle_refs_mutex); + tstackptr = g_datalist_id_get_data (&object->qdata, quark_toggle_refs); + tstack = *tstackptr; + G_UNLOCK (toggle_refs_mutex); /* Reentrancy here is not as tricky as it seems, because a toggle reference * will only be notified when there is exactly one of them. */ - g_assert (tstack->n_toggle_refs == 1); - tstack->toggle_refs[0].notify (tstack->toggle_refs[0].data, tstack->object, is_last_ref); + g_assert (tstack.n_toggle_refs == 1); + tstack.toggle_refs[0].notify (tstack.toggle_refs[0].data, tstack.object, is_last_ref); } /** @@ -2503,6 +2516,7 @@ g_object_ref (object); + G_LOCK (toggle_refs_mutex); tstack = g_datalist_id_remove_no_notify (&object->qdata, quark_toggle_refs); if (tstack) { @@ -2527,6 +2541,7 @@ tstack->toggle_refs[i].data = data; g_datalist_id_set_data_full (&object->qdata, quark_toggle_refs, tstack, (GDestroyNotify)g_free); + G_UNLOCK (toggle_refs_mutex); } /** @@ -2553,6 +2568,7 @@ g_return_if_fail (G_IS_OBJECT (object)); g_return_if_fail (notify != NULL); + G_LOCK (toggle_refs_mutex); tstack = g_datalist_id_get_data (&object->qdata, quark_toggle_refs); if (tstack) { @@ -2570,13 +2586,14 @@ if (tstack->n_toggle_refs == 0) g_datalist_unset_flags (&object->qdata, OBJECT_HAS_TOGGLE_REF_FLAG); - g_object_unref (object); - break; } } - - if (!found_one) + G_UNLOCK (toggle_refs_mutex); + + if (found_one) + g_object_unref (object); + else g_warning ("%s: couldn't find toggle ref %p(%p)", G_STRFUNC, notify, data); } @@ -3237,17 +3254,21 @@ GClosure *closure) { GObject *object = data; - CArray *carray = g_object_get_qdata (object, quark_closure_array); + CArray *carray; guint i; + G_LOCK (closure_array_mutex); + carray = g_object_get_qdata (object, quark_closure_array); for (i = 0; i < carray->n_closures; i++) if (carray->closures[i] == closure) { carray->n_closures--; if (i < carray->n_closures) carray->closures[i] = carray->closures[carray->n_closures]; + G_UNLOCK (closure_array_mutex); return; } + G_UNLOCK (closure_array_mutex); g_assert_not_reached (); } @@ -3303,6 +3324,7 @@ g_closure_add_marshal_guards (closure, object, (GClosureNotify) g_object_ref, object, (GClosureNotify) g_object_unref); + G_LOCK (closure_array_mutex); carray = g_datalist_id_remove_no_notify (&object->qdata, quark_closure_array); if (!carray) { @@ -3318,6 +3340,7 @@ } carray->closures[i] = closure; g_datalist_id_set_data_full (&object->qdata, quark_closure_array, carray, destroy_closure_array); + G_UNLOCK (closure_array_mutex); } /** diff -Nru glib2.0-2.26.0/gobject/gobject.rc glib2.0-2.26.1/gobject/gobject.rc --- glib2.0-2.26.0/gobject/gobject.rc 2010-09-28 02:13:34.000000000 +1000 +++ glib2.0-2.26.1/gobject/gobject.rc 2010-11-14 17:41:13.000000000 +1100 @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,26,0,0 - PRODUCTVERSION 2,26,0,0 + FILEVERSION 2,26,1,0 + PRODUCTVERSION 2,26,1,0 FILEFLAGSMASK 0 FILEFLAGS 0 FILEOS VOS__WINDOWS32 @@ -15,12 +15,12 @@ BEGIN VALUE "CompanyName", "The GLib developer community" VALUE "FileDescription", "GObject" - VALUE "FileVersion", "2.26.0.0" + VALUE "FileVersion", "2.26.1.0" VALUE "InternalName", "libgobject-2.0-0" VALUE "LegalCopyright", "Copyright 1998-2010 Tim Janik, Red Hat, Inc. and others" VALUE "OriginalFilename", "libgobject-2.0-0.dll" VALUE "ProductName", "GLib" - VALUE "ProductVersion", "2.26.0" + VALUE "ProductVersion", "2.26.1" END END BLOCK "VarFileInfo" diff -Nru glib2.0-2.26.0/gobject/gtypemodule.c glib2.0-2.26.1/gobject/gtypemodule.c --- glib2.0-2.26.0/gobject/gtypemodule.c 2010-08-09 23:34:46.000000000 +1000 +++ glib2.0-2.26.1/gobject/gtypemodule.c 2010-11-13 01:01:58.000000000 +1100 @@ -108,8 +108,8 @@ if (module->type_infos || module->interface_infos) { - g_warning (G_STRLOC ": unsolicitated invocation of g_object_dispose() on GTypeModule"); - + g_warning (G_STRLOC ": unsolicitated invocation of g_object_run_dispose() on GTypeModule"); + g_object_ref (object); } diff -Nru glib2.0-2.26.0/gobject/Makefile.in glib2.0-2.26.1/gobject/Makefile.in --- glib2.0-2.26.0/gobject/Makefile.in 2010-09-28 02:10:13.000000000 +1000 +++ glib2.0-2.26.1/gobject/Makefile.in 2010-11-14 17:02:01.000000000 +1100 @@ -326,6 +326,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -397,7 +399,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/gobject/tests/Makefile.in glib2.0-2.26.1/gobject/tests/Makefile.in --- glib2.0-2.26.0/gobject/tests/Makefile.in 2010-09-28 02:10:13.000000000 +1000 +++ glib2.0-2.26.1/gobject/tests/Makefile.in 2010-11-14 17:02:01.000000000 +1100 @@ -240,6 +240,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -311,7 +313,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/gthread/gthread.rc glib2.0-2.26.1/gthread/gthread.rc --- glib2.0-2.26.0/gthread/gthread.rc 2010-09-28 02:13:34.000000000 +1000 +++ glib2.0-2.26.1/gthread/gthread.rc 2010-11-14 17:41:09.000000000 +1100 @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,26,0,0 - PRODUCTVERSION 2,26,0,0 + FILEVERSION 2,26,1,0 + PRODUCTVERSION 2,26,1,0 FILEFLAGSMASK 0 FILEFLAGS 0 FILEOS VOS__WINDOWS32 @@ -15,12 +15,12 @@ BEGIN VALUE "CompanyName", "The GLib developer community" VALUE "FileDescription", "GThread" - VALUE "FileVersion", "2.26.0.0" + VALUE "FileVersion", "2.26.1.0" VALUE "InternalName", "libgthread-2.0-0" VALUE "LegalCopyright", "Copyright 1995-2010 Peter Mattis, Spencer Kimball, Josh MacDonald, Sebastian Wilhelmi and others." VALUE "OriginalFilename", "libgthread-2.0-0.dll" VALUE "ProductName", "GLib" - VALUE "ProductVersion", "2.26.0" + VALUE "ProductVersion", "2.26.1" END END BLOCK "VarFileInfo" diff -Nru glib2.0-2.26.0/gthread/Makefile.in glib2.0-2.26.1/gthread/Makefile.in --- glib2.0-2.26.0/gthread/Makefile.in 2010-09-28 02:10:13.000000000 +1000 +++ glib2.0-2.26.1/gthread/Makefile.in 2010-11-14 17:02:02.000000000 +1100 @@ -292,6 +292,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -363,7 +365,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/gthread/tests/Makefile.in glib2.0-2.26.1/gthread/tests/Makefile.in --- glib2.0-2.26.0/gthread/tests/Makefile.in 2010-09-28 02:10:13.000000000 +1000 +++ glib2.0-2.26.1/gthread/tests/Makefile.in 2010-11-14 17:02:02.000000000 +1100 @@ -236,6 +236,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -307,7 +309,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/INSTALL glib2.0-2.26.1/INSTALL --- glib2.0-2.26.0/INSTALL 2010-09-28 02:15:49.000000000 +1000 +++ glib2.0-2.26.1/INSTALL 2010-11-14 17:48:41.000000000 +1100 @@ -1,8 +1,8 @@ Simple install procedure ======================== - % gzip -cd glib-2.26.0.tar.gz | tar xvf - # unpack the sources - % cd glib-2.26.0 # change to the toplevel directory + % gzip -cd glib-2.26.1.tar.gz | tar xvf - # unpack the sources + % cd glib-2.26.1 # change to the toplevel directory % ./configure # run the `configure' script % make # build GLIB diff -Nru glib2.0-2.26.0/ltmain.sh glib2.0-2.26.1/ltmain.sh --- glib2.0-2.26.0/ltmain.sh 2010-05-04 02:48:37.000000000 +1000 +++ glib2.0-2.26.1/ltmain.sh 2010-08-13 12:09:38.000000000 +1000 @@ -1,9 +1,10 @@ # Generated from ltmain.m4sh. -# ltmain.sh (GNU libtool) 2.2.6b +# libtool (GNU libtool) 2.2.10 # Written by Gordon Matzigkeit , 1996 -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, +# 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. @@ -32,50 +33,54 @@ # # Provide generalized library-building support services. # -# --config show all configuration variables -# --debug enable verbose shell tracing -# -n, --dry-run display commands without modifying any files -# --features display basic configuration information and exit -# --mode=MODE use operation mode MODE -# --preserve-dup-deps don't remove duplicate dependency libraries -# --quiet, --silent don't print informational messages -# --tag=TAG use configuration variables from tag TAG -# -v, --verbose print informational messages (default) -# --version print version information -# -h, --help print short or long help message +# --config show all configuration variables +# --debug enable verbose shell tracing +# -n, --dry-run display commands without modifying any files +# --features display basic configuration information and exit +# --mode=MODE use operation mode MODE +# --preserve-dup-deps don't remove duplicate dependency libraries +# --quiet, --silent don't print informational messages +# --no-quiet, --no-silent +# print informational messages (default) +# --tag=TAG use configuration variables from tag TAG +# -v, --verbose print more informational messages than default +# --no-verbose don't print the extra informational messages +# --version print version information +# -h, --help, --help-all print short, long, or detailed help message # # MODE must be one of the following: # -# clean remove files from the build directory -# compile compile a source file into a libtool object -# execute automatically set library path, then run a program -# finish complete the installation of libtool libraries -# install install libraries or executables -# link create a library or an executable -# uninstall remove libraries from an installed directory +# clean remove files from the build directory +# compile compile a source file into a libtool object +# execute automatically set library path, then run a program +# finish complete the installation of libtool libraries +# install install libraries or executables +# link create a library or an executable +# uninstall remove libraries from an installed directory # -# MODE-ARGS vary depending on the MODE. +# MODE-ARGS vary depending on the MODE. When passed as first option, +# `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that. # Try `$progname --help --mode=MODE' for a more detailed description of MODE. # # When reporting a bug, please describe a test case to reproduce it and # include the following information: # -# host-triplet: $host -# shell: $SHELL -# compiler: $LTCC -# compiler flags: $LTCFLAGS -# linker: $LD (gnu? $with_gnu_ld) -# $progname: (GNU libtool) 2.2.6b -# automake: $automake_version -# autoconf: $autoconf_version +# host-triplet: $host +# shell: $SHELL +# compiler: $LTCC +# compiler flags: $LTCFLAGS +# linker: $LD (gnu? $with_gnu_ld) +# $progname: (GNU libtool) 2.2.10 +# automake: $automake_version +# autoconf: $autoconf_version # # Report bugs to . -PROGRAM=ltmain.sh +PROGRAM=libtool PACKAGE=libtool -VERSION=2.2.6b +VERSION=2.2.10 TIMESTAMP="" -package_revision=1.3017 +package_revision=1.3175 # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then @@ -91,10 +96,15 @@ BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' +} + # NLS nuisances: We save the old values to restore during execute mode. -# Only set LANG and LC_ALL to C if already set. -# These must not be set unconditionally because not all systems understand -# e.g. LANG=C (notably SCO). lt_user_locale= lt_safe_locale= for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES @@ -107,15 +117,24 @@ lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\" fi" done +LC_ALL=C +LANGUAGE=C +export LANGUAGE LC_ALL $lt_unset CDPATH +# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh +# is ksh but when the shell is invoked as "sh" and the current value of +# the _XPG environment variable is not equal to 1 (one), the special +# positional parameter $0, within a function call, is the name of the +# function. +progpath="$0" : ${CP="cp -f"} -: ${ECHO="echo"} +test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} : ${EGREP="/bin/grep -E"} : ${FGREP="/bin/grep -F"} : ${GREP="/bin/grep"} @@ -159,32 +178,168 @@ func_dirname_and_basename () { # Extract subdirectory from the argument. - func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` + func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else func_dirname_result="$func_dirname_result${2}" fi - func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` + func_basename_result=`$ECHO "${1}" | $SED -e "$basename"` } # Generated shell functions inserted here. -# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh -# is ksh but when the shell is invoked as "sh" and the current value of -# the _XPG environment variable is not equal to 1 (one), the special -# positional parameter $0, within a function call, is the name of the -# function. -progpath="$0" +# These SED scripts presuppose an absolute path with a trailing slash. +pathcar='s,^/\([^/]*\).*$,\1,' +pathcdr='s,^/[^/]*,,' +removedotparts=':dotsl + s@/\./@/@g + t dotsl + s,/\.$,/,' +collapseslashes='s@/\{1,\}@/@g' +finalslash='s,/*$,/,' + +# func_normal_abspath PATH +# Remove doubled-up and trailing slashes, "." path components, +# and cancel out any ".." path components in PATH after making +# it an absolute path. +# value returned in "$func_normal_abspath_result" +func_normal_abspath () +{ + # Start from root dir and reassemble the path. + func_normal_abspath_result= + func_normal_abspath_tpath=$1 + func_normal_abspath_altnamespace= + case $func_normal_abspath_tpath in + "") + # Empty path, that just means $cwd. + func_stripname '' '/' "`pwd`" + func_normal_abspath_result=$func_stripname_result + return + ;; + # The next three entries are used to spot a run of precisely + # two leading slashes without using negated character classes; + # we take advantage of case's first-match behaviour. + ///*) + # Unusual form of absolute path, do nothing. + ;; + //*) + # Not necessarily an ordinary path; POSIX reserves leading '//' + # and for example Cygwin uses it to access remote file shares + # over CIFS/SMB, so we conserve a leading double slash if found. + func_normal_abspath_altnamespace=/ + ;; + /*) + # Absolute path, do nothing. + ;; + *) + # Relative path, prepend $cwd. + func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath + ;; + esac + # Cancel out all the simple stuff to save iterations. We also want + # the path to end with a slash for ease of parsing, so make sure + # there is one (and only one) here. + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"` + while :; do + # Processed it all yet? + if test "$func_normal_abspath_tpath" = / ; then + # If we ascended to the root using ".." the result may be empty now. + if test -z "$func_normal_abspath_result" ; then + func_normal_abspath_result=/ + fi + break + fi + func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$pathcar"` + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$pathcdr"` + # Figure out what to do with it + case $func_normal_abspath_tcomponent in + "") + # Trailing empty path component, ignore it. + ;; + ..) + # Parent dir; strip last assembled component from result. + func_dirname "$func_normal_abspath_result" + func_normal_abspath_result=$func_dirname_result + ;; + *) + # Actual path component, append it. + func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent + ;; + esac + done + # Restore leading double-slash if one was found on entry. + func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result +} + +# func_relative_path SRCDIR DSTDIR +# generates a relative path from SRCDIR to DSTDIR, with a trailing +# slash if non-empty, suitable for immediately appending a filename +# without needing to append a separator. +# value returned in "$func_relative_path_result" +func_relative_path () +{ + func_relative_path_result= + func_normal_abspath "$1" + func_relative_path_tlibdir=$func_normal_abspath_result + func_normal_abspath "$2" + func_relative_path_tbindir=$func_normal_abspath_result + + # Ascend the tree starting from libdir + while :; do + # check if we have found a prefix of bindir + case $func_relative_path_tbindir in + $func_relative_path_tlibdir) + # found an exact match + func_relative_path_tcancelled= + break + ;; + $func_relative_path_tlibdir*) + # found a matching prefix + func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" + func_relative_path_tcancelled=$func_stripname_result + if test -z "$func_relative_path_result"; then + func_relative_path_result=. + fi + break + ;; + *) + func_dirname $func_relative_path_tlibdir + func_relative_path_tlibdir=${func_dirname_result} + if test "x$func_relative_path_tlibdir" = x ; then + # Have to descend all the way to the root! + func_relative_path_result=../$func_relative_path_result + func_relative_path_tcancelled=$func_relative_path_tbindir + break + fi + func_relative_path_result=../$func_relative_path_result + ;; + esac + done + + # Now calculate path; take care to avoid doubling-up slashes. + func_stripname '' '/' "$func_relative_path_result" + func_relative_path_result=$func_stripname_result + func_stripname '/' '/' "$func_relative_path_tcancelled" + if test "x$func_stripname_result" != x ; then + func_relative_path_result=${func_relative_path_result}/${func_stripname_result} + fi + + # Normalisation. If bindir is libdir, return empty string, + # else relative path ending with a slash; either way, target + # file name can be directly appended. + if test ! -z "$func_relative_path_result"; then + func_stripname './' '' "$func_relative_path_result/" + func_relative_path_result=$func_stripname_result + fi +} # The name of this program: -# In the unlikely event $progname began with a '-', it would play havoc with -# func_echo (imagine progname=-n), so we prepend ./ in that case: func_dirname_and_basename "$progpath" progname=$func_basename_result -case $progname in - -*) progname=./$progname ;; -esac # Make sure we have an absolute path for reexecution: case $progpath in @@ -258,6 +413,13 @@ : } +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "$*" +} + # func_error arg... # Echo program name prefixed message to standard error. func_error () @@ -326,9 +488,9 @@ case $my_directory_path in */*) ;; *) break ;; esac # ...otherwise throw away the child directory and loop - my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"` + my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"` done - my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'` + my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'` save_mkdir_p_IFS="$IFS"; IFS=':' for my_dir in $my_dir_list; do @@ -378,7 +540,7 @@ func_fatal_error "cannot create temporary directory \`$my_tmpdir'" fi - $ECHO "X$my_tmpdir" | $Xsed + $ECHO "$my_tmpdir" } @@ -392,7 +554,7 @@ { case $1 in *[\\\`\"\$]*) - func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;; + func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;; *) func_quote_for_eval_unquoted_result="$1" ;; esac @@ -419,7 +581,7 @@ { case $1 in *[\\\`\"]*) - my_arg=`$ECHO "X$1" | $Xsed \ + my_arg=`$ECHO "$1" | $SED \ -e "$double_quote_subst" -e "$sed_double_backslash"` ;; *) my_arg="$1" ;; @@ -489,14 +651,19 @@ } - - - # func_version # Echo version message to standard output and exit. func_version () { - $SED -n '/^# '$PROGRAM' (GNU /,/# warranty; / { + $SED -n '/(C)/!b go + :more + /\./!{ + N + s/\n# / / + b more + } + :go + /^# '$PROGRAM' (GNU /,/# warranty; / { s/^# // s/^# *$// s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/ @@ -509,19 +676,20 @@ # Echo short help message to standard output and exit. func_usage () { - $SED -n '/^# Usage:/,/# -h/ { + $SED -n '/^# Usage:/,/^# *.*--help/ { s/^# // s/^# *$// s/\$progname/'$progname'/ p }' < "$progpath" - $ECHO + echo $ECHO "run \`$progname --help | more' for full usage" exit $? } -# func_help -# Echo long help message to standard output and exit. +# func_help [NOEXIT] +# Echo long help message to standard output and exit, +# unless 'noexit' is passed as argument. func_help () { $SED -n '/^# Usage:/,/# Report bugs to/ { @@ -538,7 +706,10 @@ s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/ p }' < "$progpath" - exit $? + ret=$? + if test -z "$1"; then + exit $ret + fi } # func_missing_arg argname @@ -546,7 +717,7 @@ # exit_cmd. func_missing_arg () { - func_error "missing argument for $1" + func_error "missing argument for $1." exit_cmd=exit } @@ -556,29 +727,6 @@ -# Check that we have a working $ECHO. -if test "X$1" = X--no-reexec; then - # Discard the --no-reexec flag, and continue. - shift -elif test "X$1" = X--fallback-echo; then - # Avoid inline document here, it may be left over - : -elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then - # Yippee, $ECHO works! - : -else - # Restart under the correct shell, and then maybe $ECHO will work. - exec $SHELL "$progpath" --no-reexec ${1+"$@"} -fi - -if test "X$1" = X--fallback-echo; then - # used as fallback echo - shift - cat </dev/null; then + case $nonopt in *shtool*) :;; *) false;; esac; then # Aesthetically quote it. func_quote_for_eval "$nonopt" install_prog="$func_quote_for_eval_result " @@ -1867,6 +2067,11 @@ # Aesthetically quote it. func_quote_for_eval "$arg" install_prog="$install_prog$func_quote_for_eval_result" + install_shared_prog=$install_prog + case " $install_prog " in + *[\\\ /]cp\ *) install_cp=: ;; + *) install_cp=false ;; + esac # We need to accept at least all the BSD install flags. dest= @@ -1876,8 +2081,10 @@ install_type= isdir=no stripme= + no_mode=: for arg do + arg2= if test -n "$dest"; then files="$files $dest" dest=$arg @@ -1887,10 +2094,9 @@ case $arg in -d) isdir=yes ;; -f) - case " $install_prog " in - *[\\\ /]cp\ *) ;; - *) prev=$arg ;; - esac + if $install_cp; then :; else + prev=$arg + fi ;; -g | -m | -o) prev=$arg @@ -1904,6 +2110,10 @@ *) # If the previous option needed an argument, then skip it. if test -n "$prev"; then + if test "x$prev" = x-m && test -n "$install_override_mode"; then + arg2=$install_override_mode + no_mode=false + fi prev= else dest=$arg @@ -1915,6 +2125,10 @@ # Aesthetically quote the argument. func_quote_for_eval "$arg" install_prog="$install_prog $func_quote_for_eval_result" + if test -n "$arg2"; then + func_quote_for_eval "$arg2" + fi + install_shared_prog="$install_shared_prog $func_quote_for_eval_result" done test -z "$install_prog" && \ @@ -1923,6 +2137,13 @@ test -n "$prev" && \ func_fatal_help "the \`$prev' option requires an argument" + if test -n "$install_override_mode" && $no_mode; then + if $install_cp; then :; else + func_quote_for_eval "$install_override_mode" + install_shared_prog="$install_shared_prog -m $func_quote_for_eval_result" + fi + fi + if test -z "$files"; then if test -z "$dest"; then func_fatal_help "no file or destination specified" @@ -2010,7 +2231,7 @@ if test -n "$relink_command"; then # Determine the prefix the user has applied to our future dir. - inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"` + inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` # Don't allow the user to place us outside of our expected # location b/c this prevents finding dependent libraries that @@ -2023,9 +2244,9 @@ if test -n "$inst_prefix_dir"; then # Stick the inst_prefix_dir data into the link command. - relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` else - relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"` + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` fi func_warning "relinking \`$file'" @@ -2043,7 +2264,7 @@ test -n "$relink_command" && srcname="$realname"T # Install the shared library and build the symlinks. - func_show_eval "$install_prog $dir/$srcname $destdir/$realname" \ + func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ 'exit $?' tstripme="$stripme" case $host_os in @@ -2183,7 +2404,7 @@ if test -f "$lib"; then func_source "$lib" fi - libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test + libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test if test -n "$libdir" && test ! -f "$libfile"; then func_warning "\`$lib' has not been installed in \`$libdir'" finalize=no @@ -2202,7 +2423,7 @@ file="$func_basename_result" outputname="$tmpdir/$file" # Replace the output file specification. - relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` + relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` $opt_silent || { func_quote_for_expand "$relink_command" @@ -2221,7 +2442,7 @@ } else # Install the binary that we compiled earlier. - file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` + file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` fi fi @@ -2323,6 +2544,10 @@ extern \"C\" { #endif +#if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) +#pragma GCC diagnostic ignored \"-Wstrict-prototypes\" +#endif + /* External symbol declarations for the compiler. */\ " @@ -2332,7 +2557,7 @@ $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" # Add our own program objects to the symbol list. - progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` + progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` for progfile in $progfiles; do func_verbose "extracting global C symbols from \`$progfile'" $opt_dry_run || eval "$NM $progfile | $global_symbol_pipe >> '$nlist'" @@ -2371,7 +2596,7 @@ eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' case $host in - *cygwin | *mingw* | *cegcc* ) + *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' ;; @@ -2415,10 +2640,10 @@ if test -f "$nlist"S; then eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' else - $ECHO '/* NONE */' >> "$output_objdir/$my_dlsyms" + echo '/* NONE */' >> "$output_objdir/$my_dlsyms" fi - $ECHO >> "$output_objdir/$my_dlsyms" "\ + echo >> "$output_objdir/$my_dlsyms" "\ /* The mapping between symbol names and symbols. */ typedef struct { @@ -2428,7 +2653,7 @@ " case $host in *cygwin* | *mingw* | *cegcc* ) - $ECHO >> "$output_objdir/$my_dlsyms" "\ + echo >> "$output_objdir/$my_dlsyms" "\ /* DATA imports from DLLs on WIN32 con't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */" @@ -2441,7 +2666,7 @@ lt_dlsym_const=const ;; esac - $ECHO >> "$output_objdir/$my_dlsyms" "\ + echo >> "$output_objdir/$my_dlsyms" "\ extern $lt_dlsym_const lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[]; $lt_dlsym_const lt_dlsymlist @@ -2457,7 +2682,7 @@ eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; esac - $ECHO >> "$output_objdir/$my_dlsyms" "\ + echo >> "$output_objdir/$my_dlsyms" "\ {0, (void *) 0} }; @@ -2515,16 +2740,16 @@ case $host in *cygwin* | *mingw* | *cegcc* ) if test -f "$output_objdir/$my_outputname.def"; then - compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` - finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` else - compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` - finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` fi ;; *) - compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` - finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` ;; esac ;; @@ -2538,8 +2763,8 @@ # really was required. # Nullify the symbol file. - compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` - finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` + compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` fi } @@ -2549,6 +2774,7 @@ # Need a lot of goo to handle *both* DLLs and import libs # Has to be a shell function in order to 'eat' the argument # that is supplied when $file_magic_command is called. +# Despite the name, also deal with 64 bit binaries. func_win32_libid () { $opt_debug @@ -2559,8 +2785,9 @@ win32_libid_type="x86 archive import" ;; *ar\ archive*) # could be an import, or static + # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | - $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then + $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then win32_nmres=`eval $NM -f posix -A $1 | $SED -n -e ' 1,100{ @@ -2598,7 +2825,18 @@ $opt_debug f_ex_an_ar_dir="$1"; shift f_ex_an_ar_oldlib="$1" - func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" 'exit $?' + if test "$lock_old_archive_extraction" = yes; then + lockfile=$f_ex_an_ar_oldlib.lock + until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do + func_echo "Waiting for $lockfile to be removed" + sleep 2 + done + fi + func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ + 'stat=$?; rm -f "$lockfile"; exit $stat' + if test "$lock_old_archive_extraction" = yes; then + $opt_dry_run || rm -f "$lockfile" + fi if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then : else @@ -2669,7 +2907,7 @@ darwin_file= darwin_files= for darwin_file in $darwin_filelist; do - darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` + darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` $LIPO -create -output "$darwin_file" $darwin_files done # $darwin_filelist $RM -rf unfat-$$ @@ -2684,25 +2922,30 @@ func_extract_an_archive "$my_xdir" "$my_xabs" ;; esac - my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` + my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` done func_extract_archives_result="$my_oldobjs" } - -# func_emit_wrapper_part1 [arg=no] +# func_emit_wrapper [arg=no] # -# Emit the first part of a libtool wrapper script on stdout. -# For more information, see the description associated with -# func_emit_wrapper(), below. -func_emit_wrapper_part1 () -{ - func_emit_wrapper_part1_arg1=no - if test -n "$1" ; then - func_emit_wrapper_part1_arg1=$1 - fi +# Emit a libtool wrapper script on stdout. +# Don't directly open a file because we may want to +# incorporate the script contents within a cygwin/mingw +# wrapper executable. Must ONLY be called from within +# func_mode_link because it depends on a number of variables +# set therein. +# +# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR +# variable will take. If 'yes', then the emitted script +# will assume that the directory in which it is stored is +# the $objdir directory. This is a cygwin/mingw-specific +# behavior. +func_emit_wrapper () +{ + func_emit_wrapper_arg1=${1-no} $ECHO "\ #! $SHELL @@ -2718,7 +2961,6 @@ # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. -Xsed='${SED} -e 1s/^X//' sed_quote_subst='$sed_quote_subst' # Be Bourne compatible @@ -2749,31 +2991,132 @@ else # When we are sourced in execute mode, \$file and \$ECHO are already set. if test \"\$libtool_execute_magic\" != \"$magic\"; then - ECHO=\"$qecho\" - file=\"\$0\" - # Make sure echo works. - if test \"X\$1\" = X--no-reexec; then - # Discard the --no-reexec flag, and continue. - shift - elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then - # Yippee, \$ECHO works! - : - else - # Restart under the correct shell, and then maybe \$ECHO will work. - exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"} - fi - fi\ + file=\"\$0\"" + + qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` + $ECHO "\ + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + ECHO=\"$qECHO\" + fi + +# Very basic option parsing. These options are (a) specific to +# the libtool wrapper, (b) are identical between the wrapper +# /script/ and the wrapper /executable/ which is used only on +# windows platforms, and (c) all begin with the string "--lt-" +# (application programs are unlikely to have options which match +# this pattern). +# +# There are only two supported options: --lt-debug and +# --lt-dump-script. There is, deliberately, no --lt-help. +# +# The first argument to this parsing function should be the +# script's $0 value, followed by "$@". +lt_option_debug= +func_parse_lt_options () +{ + lt_script_arg0=\$0 + shift + for lt_opt + do + case \"\$lt_opt\" in + --lt-debug) lt_option_debug=1 ;; + --lt-dump-script) + lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` + test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. + lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` + cat \"\$lt_dump_D/\$lt_dump_F\" + exit 0 + ;; + --lt-*) + \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 + exit 1 + ;; + esac + done + + # Print the debug banner immediately: + if test -n \"\$lt_option_debug\"; then + echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2 + fi +} + +# Used when --lt-debug. Prints its arguments to stdout +# (redirection is the responsibility of the caller) +func_lt_dump_args () +{ + lt_dump_args_N=1; + for lt_arg + do + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\" + lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` + done +} + +# Core function for launching the target application +func_exec_program_core () +{ " - $ECHO "\ + case $host in + # Backslashes separate directories on plain windows + *-*-mingw | *-*-os2* | *-cegcc*) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} +" + ;; + + *) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir/\$program\" \${1+\"\$@\"} +" + ;; + esac + $ECHO "\ + \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 + exit 1 +} + +# A function to encapsulate launching the target application +# Strips options in the --lt-* namespace from \$@ and +# launches target application with the remaining arguments. +func_exec_program () +{ + for lt_wr_arg + do + case \$lt_wr_arg in + --lt-*) ;; + *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; + esac + shift + done + func_exec_program_core \${1+\"\$@\"} +} + + # Parse options + func_parse_lt_options \"\$0\" \${1+\"\$@\"} # Find the directory that this script lives in. - thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` + thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` test \"x\$thisdir\" = \"x\$file\" && thisdir=. # Follow symbolic links until we get to the real thisdir. - file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` + file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` while test -n \"\$file\"; do - destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` + destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` # If there was a directory component, then change thisdir. if test \"x\$destdir\" != \"x\$file\"; then @@ -2783,30 +3126,13 @@ esac fi - file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\` - file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` + file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` + file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` done -" -} -# end: func_emit_wrapper_part1 - -# func_emit_wrapper_part2 [arg=no] -# -# Emit the second part of a libtool wrapper script on stdout. -# For more information, see the description associated with -# func_emit_wrapper(), below. -func_emit_wrapper_part2 () -{ - func_emit_wrapper_part2_arg1=no - if test -n "$1" ; then - func_emit_wrapper_part2_arg1=$1 - fi - - $ECHO "\ # Usually 'no', except on cygwin/mingw when embedded into # the cwrapper. - WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_part2_arg1 + WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then # special case for '.' if test \"\$thisdir\" = \".\"; then @@ -2814,7 +3140,7 @@ fi # remove .libs from thisdir case \"\$thisdir\" in - *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;; + *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; $objdir ) thisdir=. ;; esac fi @@ -2877,7 +3203,7 @@ # Some systems cannot cope with colon-terminated $shlibpath_var # The second colon is a workaround for a bug in BeOS R4 sed - $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` + $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` export $shlibpath_var " @@ -2894,64 +3220,18 @@ $ECHO "\ if test \"\$libtool_execute_magic\" != \"$magic\"; then # Run the actual program with our arguments. -" - case $host in - # Backslashes separate directories on plain windows - *-*-mingw | *-*-os2* | *-cegcc*) - $ECHO "\ - exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} -" - ;; - - *) - $ECHO "\ - exec \"\$progdir/\$program\" \${1+\"\$@\"} -" - ;; - esac - $ECHO "\ - \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 - exit 1 + func_exec_program \${1+\"\$@\"} fi else # The program doesn't exist. \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 - $ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 + \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 exit 1 fi fi\ " } -# end: func_emit_wrapper_part2 - - -# func_emit_wrapper [arg=no] -# -# Emit a libtool wrapper script on stdout. -# Don't directly open a file because we may want to -# incorporate the script contents within a cygwin/mingw -# wrapper executable. Must ONLY be called from within -# func_mode_link because it depends on a number of variables -# set therein. -# -# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR -# variable will take. If 'yes', then the emitted script -# will assume that the directory in which it is stored is -# the $objdir directory. This is a cygwin/mingw-specific -# behavior. -func_emit_wrapper () -{ - func_emit_wrapper_arg1=no - if test -n "$1" ; then - func_emit_wrapper_arg1=$1 - fi - - # split this up so that func_emit_cwrapperexe_src - # can call each part independently. - func_emit_wrapper_part1 "${func_emit_wrapper_arg1}" - func_emit_wrapper_part2 "${func_emit_wrapper_arg1}" -} # func_to_host_path arg @@ -2978,23 +3258,19 @@ func_to_host_path () { func_to_host_path_result="$1" - if test -n "$1" ; then + if test -n "$1"; then case $host in *mingw* ) lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' case $build in *mingw* ) # actually, msys # awkward: cmd appends spaces to result - lt_sed_strip_trailing_spaces="s/[ ]*\$//" - func_to_host_path_tmp1=`( cmd //c echo "$1" |\ - $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""` - func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ - $SED -e "$lt_sed_naive_backslashify"` + func_to_host_path_result=`( cmd //c echo "$1" ) 2>/dev/null | + $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"` ;; *cygwin* ) - func_to_host_path_tmp1=`cygpath -w "$1"` - func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ - $SED -e "$lt_sed_naive_backslashify"` + func_to_host_path_result=`cygpath -w "$1" | + $SED -e "$lt_sed_naive_backslashify"` ;; * ) # Unfortunately, winepath does not exit with a non-zero @@ -3006,17 +3282,17 @@ # the odd construction: func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null` if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then - func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ + func_to_host_path_result=`$ECHO "$func_to_host_path_tmp1" | $SED -e "$lt_sed_naive_backslashify"` else # Allow warning below. - func_to_host_path_result="" + func_to_host_path_result= fi ;; esac if test -z "$func_to_host_path_result" ; then func_error "Could not determine host path corresponding to" - func_error " '$1'" + func_error " \`$1'" func_error "Continuing, but uninstalled executables may not work." # Fallback: func_to_host_path_result="$1" @@ -3049,30 +3325,24 @@ func_to_host_pathlist () { func_to_host_pathlist_result="$1" - if test -n "$1" ; then + if test -n "$1"; then case $host in *mingw* ) lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' # Remove leading and trailing path separator characters from # ARG. msys behavior is inconsistent here, cygpath turns them # into '.;' and ';.', and winepath ignores them completely. - func_to_host_pathlist_tmp2="$1" - # Once set for this call, this variable should not be - # reassigned. It is used in tha fallback case. - func_to_host_pathlist_tmp1=`echo "$func_to_host_pathlist_tmp2" |\ - $SED -e 's|^:*||' -e 's|:*$||'` + func_stripname : : "$1" + func_to_host_pathlist_tmp1=$func_stripname_result case $build in *mingw* ) # Actually, msys. # Awkward: cmd appends spaces to result. - lt_sed_strip_trailing_spaces="s/[ ]*\$//" - func_to_host_pathlist_tmp2=`( cmd //c echo "$func_to_host_pathlist_tmp1" |\ - $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""` - func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\ - $SED -e "$lt_sed_naive_backslashify"` + func_to_host_pathlist_result=` + ( cmd //c echo "$func_to_host_pathlist_tmp1" ) 2>/dev/null | + $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"` ;; *cygwin* ) - func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"` - func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\ + func_to_host_pathlist_result=`cygpath -w -p "$func_to_host_pathlist_tmp1" | $SED -e "$lt_sed_naive_backslashify"` ;; * ) @@ -3088,18 +3358,17 @@ if test -z "$func_to_host_pathlist_result" ; then func_to_host_pathlist_result="$func_to_host_path_result" else - func_to_host_pathlist_result="$func_to_host_pathlist_result;$func_to_host_path_result" + func_append func_to_host_pathlist_result ";$func_to_host_path_result" fi fi fi - IFS=: done IFS=$func_to_host_pathlist_oldIFS ;; esac - if test -z "$func_to_host_pathlist_result" ; then + if test -z "$func_to_host_pathlist_result"; then func_error "Could not determine the host path(s) corresponding to" - func_error " '$1'" + func_error " \`$1'" func_error "Continuing, but uninstalled executables may not work." # Fallback. This may break if $1 contains DOS-style drive # specifications. The fix is not to complicate the expression @@ -3116,7 +3385,7 @@ ;; esac case "$1" in - *: ) func_to_host_pathlist_result="$func_to_host_pathlist_result;" + *: ) func_append func_to_host_pathlist_result ";" ;; esac ;; @@ -3141,31 +3410,23 @@ This wrapper executable should never be moved out of the build directory. If it is, it will not operate correctly. - - Currently, it simply execs the wrapper *script* "$SHELL $output", - but could eventually absorb all of the scripts functionality and - exec $objdir/$outputname directly. */ EOF cat <<"EOF" +#ifdef _MSC_VER +# define _CRT_SECURE_NO_DEPRECATE 1 +#endif #include #include #ifdef _MSC_VER # include # include # include -# define setmode _setmode #else # include # include # ifdef __CYGWIN__ # include -# define HAVE_SETENV -# ifdef __STRICT_ANSI__ -char *realpath (const char *, char *); -int putenv (char *); -int setenv (const char *, const char *, int); -# endif # endif #endif #include @@ -3177,6 +3438,44 @@ #include #include +/* declarations of non-ANSI functions */ +#if defined(__MINGW32__) +# ifdef __STRICT_ANSI__ +int _putenv (const char *); +# endif +#elif defined(__CYGWIN__) +# ifdef __STRICT_ANSI__ +char *realpath (const char *, char *); +int putenv (char *); +int setenv (const char *, const char *, int); +# endif +/* #elif defined (other platforms) ... */ +#endif + +/* portability defines, excluding path handling macros */ +#if defined(_MSC_VER) +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +# define S_IXUSR _S_IEXEC +# ifndef _INTPTR_T_DEFINED +# define _INTPTR_T_DEFINED +# define intptr_t int +# endif +#elif defined(__MINGW32__) +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +#elif defined(__CYGWIN__) +# define HAVE_SETENV +# define FOPEN_WB "wb" +/* #elif defined (other platforms) ... */ +#endif + #if defined(PATH_MAX) # define LT_PATHMAX PATH_MAX #elif defined(MAXPATHLEN) @@ -3192,14 +3491,7 @@ # define S_IXGRP 0 #endif -#ifdef _MSC_VER -# define S_IXUSR _S_IEXEC -# define stat _stat -# ifndef _INTPTR_T_DEFINED -# define intptr_t int -# endif -#endif - +/* path handling portability macros */ #ifndef DIR_SEPARATOR # define DIR_SEPARATOR '/' # define PATH_SEPARATOR ':' @@ -3230,10 +3522,6 @@ # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) #endif /* PATH_SEPARATOR_2 */ -#ifdef __CYGWIN__ -# define FOPEN_WB "wb" -#endif - #ifndef FOPEN_WB # define FOPEN_WB "w" #endif @@ -3246,22 +3534,13 @@ if (stale) { free ((void *) stale); stale = 0; } \ } while (0) -#undef LTWRAPPER_DEBUGPRINTF -#if defined DEBUGWRAPPER -# define LTWRAPPER_DEBUGPRINTF(args) ltwrapper_debugprintf args -static void -ltwrapper_debugprintf (const char *fmt, ...) -{ - va_list args; - va_start (args, fmt); - (void) vfprintf (stderr, fmt, args); - va_end (args); -} +#if defined(LT_DEBUGWRAPPER) +static int lt_debug = 1; #else -# define LTWRAPPER_DEBUGPRINTF(args) +static int lt_debug = 0; #endif -const char *program_name = NULL; +const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ void *xmalloc (size_t num); char *xstrdup (const char *string); @@ -3271,31 +3550,17 @@ int make_executable (const char *path); int check_executable (const char *path); char *strendzap (char *str, const char *pat); -void lt_fatal (const char *message, ...); +void lt_debugprintf (const char *file, int line, const char *fmt, ...); +void lt_fatal (const char *file, int line, const char *message, ...); +static const char *nonnull (const char *s); +static const char *nonempty (const char *s); void lt_setenv (const char *name, const char *value); char *lt_extend_str (const char *orig_value, const char *add, int to_end); -void lt_opt_process_env_set (const char *arg); -void lt_opt_process_env_prepend (const char *arg); -void lt_opt_process_env_append (const char *arg); -int lt_split_name_value (const char *arg, char** name, char** value); void lt_update_exe_path (const char *name, const char *value); void lt_update_lib_path (const char *name, const char *value); - -static const char *script_text_part1 = -EOF - - func_emit_wrapper_part1 yes | - $SED -e 's/\([\\"]\)/\\\1/g' \ - -e 's/^/ "/' -e 's/$/\\n"/' - echo ";" - cat <"))); + lt_debugprintf (__FILE__, __LINE__, "(main) lt_argv_zero: %s\n", + nonnull (lt_argv_zero)); for (i = 0; i < newargc; i++) { - LTWRAPPER_DEBUGPRINTF (("(main) newargz[%d] : %s\n", i, (newargz[i] ? newargz[i] : ""))); + lt_debugprintf (__FILE__, __LINE__, "(main) newargz[%d]: %s\n", + i, nonnull (newargz[i])); } EOF @@ -3560,11 +3782,14 @@ mingw*) cat <<"EOF" /* execv doesn't actually work on mingw as expected on unix */ + newargz = prepare_spawn (newargz); rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz); if (rval == -1) { /* failed to start process */ - LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target \"%s\": errno = %d\n", lt_argv_zero, errno)); + lt_debugprintf (__FILE__, __LINE__, + "(main) failed to launch target \"%s\": %s\n", + lt_argv_zero, nonnull (strerror (errno))); return 127; } return rval; @@ -3586,7 +3811,7 @@ { void *p = (void *) malloc (num); if (!p) - lt_fatal ("Memory exhausted"); + lt_fatal (__FILE__, __LINE__, "memory exhausted"); return p; } @@ -3620,8 +3845,8 @@ { struct stat st; - LTWRAPPER_DEBUGPRINTF (("(check_executable) : %s\n", - path ? (*path ? path : "EMPTY!") : "NULL!")); + lt_debugprintf (__FILE__, __LINE__, "(check_executable): %s\n", + nonempty (path)); if ((!path) || (!*path)) return 0; @@ -3638,8 +3863,8 @@ int rval = 0; struct stat st; - LTWRAPPER_DEBUGPRINTF (("(make_executable) : %s\n", - path ? (*path ? path : "EMPTY!") : "NULL!")); + lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", + nonempty (path)); if ((!path) || (!*path)) return 0; @@ -3665,8 +3890,8 @@ int tmp_len; char *concat_name; - LTWRAPPER_DEBUGPRINTF (("(find_executable) : %s\n", - wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!")); + lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", + nonempty (wrapper)); if ((wrapper == NULL) || (*wrapper == '\0')) return NULL; @@ -3719,7 +3944,8 @@ { /* empty path: current directory */ if (getcwd (tmp, LT_PATHMAX) == NULL) - lt_fatal ("getcwd failed"); + lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); @@ -3744,7 +3970,8 @@ } /* Relative path | not found in path: prepend cwd */ if (getcwd (tmp, LT_PATHMAX) == NULL) - lt_fatal ("getcwd failed"); + lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); @@ -3770,8 +3997,9 @@ int has_symlinks = 0; while (strlen (tmp_pathspec) && !has_symlinks) { - LTWRAPPER_DEBUGPRINTF (("checking path component for symlinks: %s\n", - tmp_pathspec)); + lt_debugprintf (__FILE__, __LINE__, + "checking path component for symlinks: %s\n", + tmp_pathspec); if (lstat (tmp_pathspec, &s) == 0) { if (S_ISLNK (s.st_mode) != 0) @@ -3793,8 +4021,9 @@ } else { - char *errstr = strerror (errno); - lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr); + lt_fatal (__FILE__, __LINE__, + "error accessing file \"%s\": %s", + tmp_pathspec, nonnull (strerror (errno))); } } XFREE (tmp_pathspec); @@ -3807,7 +4036,8 @@ tmp_pathspec = realpath (pathspec, buf); if (tmp_pathspec == 0) { - lt_fatal ("Could not follow symlinks for %s", pathspec); + lt_fatal (__FILE__, __LINE__, + "could not follow symlinks for %s", pathspec); } return xstrdup (tmp_pathspec); #endif @@ -3833,11 +4063,25 @@ return str; } +void +lt_debugprintf (const char *file, int line, const char *fmt, ...) +{ + va_list args; + if (lt_debug) + { + (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); + va_start (args, fmt); + (void) vfprintf (stderr, fmt, args); + va_end (args); + } +} + static void -lt_error_core (int exit_status, const char *mode, +lt_error_core (int exit_status, const char *file, + int line, const char *mode, const char *message, va_list ap) { - fprintf (stderr, "%s: %s: ", program_name, mode); + fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); vfprintf (stderr, message, ap); fprintf (stderr, ".\n"); @@ -3846,20 +4090,32 @@ } void -lt_fatal (const char *message, ...) +lt_fatal (const char *file, int line, const char *message, ...) { va_list ap; va_start (ap, message); - lt_error_core (EXIT_FAILURE, "FATAL", message, ap); + lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); va_end (ap); } +static const char * +nonnull (const char *s) +{ + return s ? s : "(null)"; +} + +static const char * +nonempty (const char *s) +{ + return (s && !*s) ? "(empty)" : nonnull (s); +} + void lt_setenv (const char *name, const char *value) { - LTWRAPPER_DEBUGPRINTF (("(lt_setenv) setting '%s' to '%s'\n", - (name ? name : ""), - (value ? value : ""))); + lt_debugprintf (__FILE__, __LINE__, + "(lt_setenv) setting '%s' to '%s'\n", + nonnull (name), nonnull (value)); { #ifdef HAVE_SETENV /* always make a copy, for consistency with !HAVE_SETENV */ @@ -3904,95 +4160,12 @@ return new_value; } -int -lt_split_name_value (const char *arg, char** name, char** value) -{ - const char *p; - int len; - if (!arg || !*arg) - return 1; - - p = strchr (arg, (int)'='); - - if (!p) - return 1; - - *value = xstrdup (++p); - - len = strlen (arg) - strlen (*value); - *name = XMALLOC (char, len); - strncpy (*name, arg, len-1); - (*name)[len - 1] = '\0'; - - return 0; -} - -void -lt_opt_process_env_set (const char *arg) -{ - char *name = NULL; - char *value = NULL; - - if (lt_split_name_value (arg, &name, &value) != 0) - { - XFREE (name); - XFREE (value); - lt_fatal ("bad argument for %s: '%s'", env_set_opt, arg); - } - - lt_setenv (name, value); - XFREE (name); - XFREE (value); -} - -void -lt_opt_process_env_prepend (const char *arg) -{ - char *name = NULL; - char *value = NULL; - char *new_value = NULL; - - if (lt_split_name_value (arg, &name, &value) != 0) - { - XFREE (name); - XFREE (value); - lt_fatal ("bad argument for %s: '%s'", env_prepend_opt, arg); - } - - new_value = lt_extend_str (getenv (name), value, 0); - lt_setenv (name, new_value); - XFREE (new_value); - XFREE (name); - XFREE (value); -} - -void -lt_opt_process_env_append (const char *arg) -{ - char *name = NULL; - char *value = NULL; - char *new_value = NULL; - - if (lt_split_name_value (arg, &name, &value) != 0) - { - XFREE (name); - XFREE (value); - lt_fatal ("bad argument for %s: '%s'", env_append_opt, arg); - } - - new_value = lt_extend_str (getenv (name), value, 1); - lt_setenv (name, new_value); - XFREE (new_value); - XFREE (name); - XFREE (value); -} - void lt_update_exe_path (const char *name, const char *value) { - LTWRAPPER_DEBUGPRINTF (("(lt_update_exe_path) modifying '%s' by prepending '%s'\n", - (name ? name : ""), - (value ? value : ""))); + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (value)); if (name && *name && value && *value) { @@ -4011,9 +4184,9 @@ void lt_update_lib_path (const char *name, const char *value) { - LTWRAPPER_DEBUGPRINTF (("(lt_update_lib_path) modifying '%s' by prepending '%s'\n", - (name ? name : ""), - (value ? value : ""))); + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (value)); if (name && *name && value && *value) { @@ -4023,11 +4196,152 @@ } } +EOF + case $host_os in + mingw*) + cat <<"EOF" + +/* Prepares an argument vector before calling spawn(). + Note that spawn() does not by itself call the command interpreter + (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : + ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); + GetVersionEx(&v); + v.dwPlatformId == VER_PLATFORM_WIN32_NT; + }) ? "cmd.exe" : "command.com"). + Instead it simply concatenates the arguments, separated by ' ', and calls + CreateProcess(). We must quote the arguments since Win32 CreateProcess() + interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a + special way: + - Space and tab are interpreted as delimiters. They are not treated as + delimiters if they are surrounded by double quotes: "...". + - Unescaped double quotes are removed from the input. Their only effect is + that within double quotes, space and tab are treated like normal + characters. + - Backslashes not followed by double quotes are not special. + - But 2*n+1 backslashes followed by a double quote become + n backslashes followed by a double quote (n >= 0): + \" -> " + \\\" -> \" + \\\\\" -> \\" + */ +#define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +#define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +char ** +prepare_spawn (char **argv) +{ + size_t argc; + char **new_argv; + size_t i; + + /* Count number of arguments. */ + for (argc = 0; argv[argc] != NULL; argc++) + ; + /* Allocate new argument vector. */ + new_argv = XMALLOC (char *, argc + 1); + + /* Put quoted arguments into the new argument vector. */ + for (i = 0; i < argc; i++) + { + const char *string = argv[i]; + + if (string[0] == '\0') + new_argv[i] = xstrdup ("\"\""); + else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) + { + int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); + size_t length; + unsigned int backslashes; + const char *s; + char *quoted_string; + char *p; + + length = 0; + backslashes = 0; + if (quote_around) + length++; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + length += backslashes + 1; + length++; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + length += backslashes + 1; + + quoted_string = XMALLOC (char, length + 1); + + p = quoted_string; + backslashes = 0; + if (quote_around) + *p++ = '"'; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + { + unsigned int j; + for (j = backslashes + 1; j > 0; j--) + *p++ = '\\'; + } + *p++ = c; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + { + unsigned int j; + for (j = backslashes; j > 0; j--) + *p++ = '\\'; + *p++ = '"'; + } + *p = '\0'; + + new_argv[i] = quoted_string; + } + else + new_argv[i] = (char *) string; + } + new_argv[argc] = NULL; + + return new_argv; +} +EOF + ;; + esac + + cat <<"EOF" +void lt_dump_script (FILE* f) +{ +EOF + func_emit_wrapper yes | + $SED -e 's/\([\\"]\)/\\\1/g' \ + -e 's/^/ fputs ("/' -e 's/$/\\n", f);/' + + cat <<"EOF" +} EOF } # end: func_emit_cwrapperexe_src +# func_win32_import_lib_p ARG +# True if ARG is an import lib, as indicated by $file_magic_cmd +func_win32_import_lib_p () +{ + $opt_debug + case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in + *import*) : ;; + *) false ;; + esac +} + # func_mode_link arg... func_mode_link () { @@ -4072,6 +4386,7 @@ new_inherited_linker_flags= avoid_version=no + bindir= dlfiles= dlprefiles= dlself=no @@ -4164,6 +4479,11 @@ esac case $prev in + bindir) + bindir="$arg" + prev= + continue + ;; dlfiles|dlprefiles) if test "$preload" = no; then # Add the symbol object into the linking commands. @@ -4425,6 +4745,11 @@ continue ;; + -bindir) + prev=bindir + continue + ;; + -dlopen) prev=dlfiles continue @@ -4503,7 +4828,7 @@ esac case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) - testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'` + testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` case :$dllsearchpath: in *":$dir:"*) ;; ::) dllsearchpath=$dir;; @@ -4522,7 +4847,7 @@ -l*) if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc*) + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) # These systems don't actually have a C or math library (as such) continue ;; @@ -4708,7 +5033,7 @@ for flag in $args; do IFS="$save_ifs" func_quote_for_eval "$flag" - arg="$arg $wl$func_quote_for_eval_result" + arg="$arg $func_quote_for_eval_result" compiler_flags="$compiler_flags $func_quote_for_eval_result" done IFS="$save_ifs" @@ -4754,18 +5079,19 @@ arg="$func_quote_for_eval_result" ;; - # -64, -mips[0-9] enable 64-bit mode on the SGI compiler - # -r[0-9][0-9]* specifies the processor on the SGI compiler - # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler - # +DA*, +DD* enable 64-bit mode on the HP compiler - # -q* pass through compiler args for the IBM compiler - # -m*, -t[45]*, -txscale* pass through architecture-specific - # compiler args for GCC - # -F/path gives path to uninstalled frameworks, gcc on darwin - # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC - # @file GCC response files + # Flags to be passed through unchanged, with rationale: + # -64, -mips[0-9] enable 64-bit mode for the SGI compiler + # -r[0-9][0-9]* specify processor for the SGI compiler + # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler + # +DA*, +DD* enable 64-bit mode for the HP compiler + # -q* compiler args for the IBM compiler + # -m*, -t[45]*, -txscale* architecture-specific flags for GCC + # -F/path path to uninstalled frameworks, gcc on darwin + # -p, -pg, --coverage, -fprofile-* profiling flags for GCC + # @file GCC response files + # -tp=* Portland pgcc target processor selection -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ - -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) + -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" func_append compile_command " $arg" @@ -4925,7 +5251,7 @@ if test -n "$shlibpath_var"; then # get the directories listed in $shlibpath_var - eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` + eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\` else shlib_search_path= fi @@ -5048,7 +5374,8 @@ # Collect preopened libtool deplibs, except any this library # has declared as weak libs for deplib in $dependency_libs; do - deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"` + func_basename "$deplib" + deplib_base=$func_basename_result case " $weak_libs " in *" $deplib_base "*) ;; *) deplibs="$deplibs $deplib" ;; @@ -5227,7 +5554,7 @@ match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` - if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \ + if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ | $EGREP "$match_pattern_regex" > /dev/null; then valid_a_lib=yes fi @@ -5237,15 +5564,15 @@ ;; esac if test "$valid_a_lib" != yes; then - $ECHO + echo $ECHO "*** Warning: Trying to link with static lib archive $deplib." - $ECHO "*** I have the capability to make that library automatically link in when" - $ECHO "*** you link to this library. But I can only do this if you have a" - $ECHO "*** shared version of the library, which you do not appear to have" - $ECHO "*** because the file extensions .$libext of this argument makes me believe" - $ECHO "*** that it is just a static archive that I should not use here." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because the file extensions .$libext of this argument makes me believe" + echo "*** that it is just a static archive that I should not use here." else - $ECHO + echo $ECHO "*** Warning: Linking the shared library $output against the" $ECHO "*** static library $deplib is not portable!" deplibs="$deplib $deplibs" @@ -5318,7 +5645,7 @@ # Convert "-framework foo" to "foo.ltframework" if test -n "$inherited_linker_flags"; then - tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'` + tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do case " $new_inherited_linker_flags " in *" $tmp_inherited_linker_flag "*) ;; @@ -5326,7 +5653,7 @@ esac done fi - dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` + dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan" || { test "$linkmode" != prog && test "$linkmode" != lib; }; then @@ -5580,7 +5907,7 @@ fi done if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then - $ECHO + echo if test "$linkmode" = prog; then $ECHO "*** Warning: Linking the executable $output against the loadable module" else @@ -5683,9 +6010,9 @@ if test "X$dlopenmodule" != "X$lib"; then $ECHO "*** Warning: lib $linklib is a module, not a shared library" if test -z "$old_library" ; then - $ECHO - $ECHO "*** And there doesn't seem to be a static archive available" - $ECHO "*** The link will probably fail, sorry" + echo + echo "*** And there doesn't seem to be a static archive available" + echo "*** The link will probably fail, sorry" else add="$dir/$old_library" fi @@ -5825,21 +6152,21 @@ # Just print a warning and add the library to dependency_libs so # that the program can be linked against the static library. - $ECHO + echo $ECHO "*** Warning: This system can not link to static lib archive $lib." - $ECHO "*** I have the capability to make that library automatically link in when" - $ECHO "*** you link to this library. But I can only do this if you have a" - $ECHO "*** shared version of the library, which you do not appear to have." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have." if test "$module" = yes; then - $ECHO "*** But as you try to build a module library, libtool will still create " - $ECHO "*** a static module, that should work as long as the dlopening application" - $ECHO "*** is linked with the -dlopen flag to resolve symbols at runtime." + echo "*** But as you try to build a module library, libtool will still create " + echo "*** a static module, that should work as long as the dlopening application" + echo "*** is linked with the -dlopen flag to resolve symbols at runtime." if test -z "$global_symbol_pipe"; then - $ECHO - $ECHO "*** However, this would only work if libtool was able to extract symbol" - $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could" - $ECHO "*** not find such a program. So, this module is probably useless." - $ECHO "*** \`nm' from GNU binutils and a full rebuild may help." + echo + echo "*** However, this would only work if libtool was able to extract symbol" + echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + echo "*** not find such a program. So, this module is probably useless." + echo "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then build_libtool_libs=module @@ -5893,6 +6220,7 @@ if test "$link_all_deplibs" != no; then # Add the search paths of all dependency libraries for deplib in $dependency_libs; do + path= case $deplib in -L*) path="$deplib" ;; *.la) @@ -5958,7 +6286,7 @@ compile_deplibs="$new_inherited_linker_flags $compile_deplibs" finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" else - compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` + compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` fi fi dependency_libs="$newdependency_libs" @@ -6126,7 +6454,7 @@ if test "$deplibs_check_method" != pass_all; then func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs" else - $ECHO + echo $ECHO "*** Warning: Linking the shared library $output against the non-libtool" $ECHO "*** objects $objs is not portable!" libobjs="$libobjs $objs" @@ -6194,7 +6522,7 @@ age="$number_minor" revision="$number_revision" ;; - freebsd-aout|freebsd-elf|sunos) + freebsd-aout|freebsd-elf|qnx|sunos) current="$number_major" revision="$number_minor" age="0" @@ -6428,14 +6756,14 @@ oldlibs="$oldlibs $output_objdir/$libname.$libext" # Transform .lo files to .o files. - oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` + oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` fi # Eliminate all temporary directories. #for path in $notinst_path; do - # lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"` - # deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"` - # dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"` + # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` + # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` + # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` #done if test -n "$xrpath"; then @@ -6476,7 +6804,7 @@ if test "$build_libtool_libs" = yes; then if test -n "$rpath"; then case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc*) + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) # these systems don't actually have a c library (as such)! ;; *-*-rhapsody* | *-*-darwin1.[012]) @@ -6561,13 +6889,13 @@ newdeplibs="$newdeplibs $i" else droppeddeps=yes - $ECHO + echo $ECHO "*** Warning: dynamic linker does not accept needed library $i." - $ECHO "*** I have the capability to make that library automatically link in when" - $ECHO "*** you link to this library. But I can only do this if you have a" - $ECHO "*** shared version of the library, which I believe you do not have" - $ECHO "*** because a test_compile did reveal that the linker did not use it for" - $ECHO "*** its dynamic dependency list that programs get resolved with at runtime." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which I believe you do not have" + echo "*** because a test_compile did reveal that the linker did not use it for" + echo "*** its dynamic dependency list that programs get resolved with at runtime." fi fi ;; @@ -6604,22 +6932,22 @@ newdeplibs="$newdeplibs $i" else droppeddeps=yes - $ECHO + echo $ECHO "*** Warning: dynamic linker does not accept needed library $i." - $ECHO "*** I have the capability to make that library automatically link in when" - $ECHO "*** you link to this library. But I can only do this if you have a" - $ECHO "*** shared version of the library, which you do not appear to have" - $ECHO "*** because a test_compile did reveal that the linker did not use this one" - $ECHO "*** as a dynamic dependency that programs can get resolved with at runtime." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because a test_compile did reveal that the linker did not use this one" + echo "*** as a dynamic dependency that programs can get resolved with at runtime." fi fi else droppeddeps=yes - $ECHO + echo $ECHO "*** Warning! Library $i is needed by this library but I was not able to" - $ECHO "*** make it link in! You will probably need to install it or some" - $ECHO "*** library that it depends on before this library will be fully" - $ECHO "*** functional. Installing it before continuing would be even better." + echo "*** make it link in! You will probably need to install it or some" + echo "*** library that it depends on before this library will be fully" + echo "*** functional. Installing it before continuing would be even better." fi ;; *) @@ -6665,7 +6993,7 @@ potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` case $potliblink in [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; - *) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; + *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; esac done if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | @@ -6680,12 +7008,12 @@ fi if test -n "$a_deplib" ; then droppeddeps=yes - $ECHO + echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." - $ECHO "*** I have the capability to make that library automatically link in when" - $ECHO "*** you link to this library. But I can only do this if you have a" - $ECHO "*** shared version of the library, which you do not appear to have" - $ECHO "*** because I did check the linker path looking for a file starting" + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $ECHO "*** with $libname but no candidates were found. (...for file magic test)" else @@ -6723,7 +7051,7 @@ potential_libs=`ls $i/$libname[.-]* 2>/dev/null` for potent_lib in $potential_libs; do potlib="$potent_lib" # see symlink-check above in file_magic test - if eval "\$ECHO \"X$potent_lib\"" 2>/dev/null | $Xsed -e 10q | \ + if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ $EGREP "$match_pattern_regex" > /dev/null; then newdeplibs="$newdeplibs $a_deplib" a_deplib="" @@ -6734,12 +7062,12 @@ fi if test -n "$a_deplib" ; then droppeddeps=yes - $ECHO + echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." - $ECHO "*** I have the capability to make that library automatically link in when" - $ECHO "*** you link to this library. But I can only do this if you have a" - $ECHO "*** shared version of the library, which you do not appear to have" - $ECHO "*** because I did check the linker path looking for a file starting" + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" else @@ -6757,25 +7085,25 @@ ;; none | unknown | *) newdeplibs="" - tmp_deplibs=`$ECHO "X $deplibs" | $Xsed \ - -e 's/ -lc$//' -e 's/ -[LR][^ ]*//g'` + tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then for i in $predeps $postdeps ; do # can't use Xsed below, because $i might contain '/' - tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"` + tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"` done fi - if $ECHO "X $tmp_deplibs" | $Xsed -e 's/[ ]//g' | - $GREP . >/dev/null; then - $ECHO + case $tmp_deplibs in + *[!\ \ ]*) + echo if test "X$deplibs_check_method" = "Xnone"; then - $ECHO "*** Warning: inter-library dependencies are not supported in this platform." + echo "*** Warning: inter-library dependencies are not supported in this platform." else - $ECHO "*** Warning: inter-library dependencies are not known to be supported." + echo "*** Warning: inter-library dependencies are not known to be supported." fi - $ECHO "*** All declared inter-library dependencies are being dropped." + echo "*** All declared inter-library dependencies are being dropped." droppeddeps=yes - fi + ;; + esac ;; esac versuffix=$versuffix_save @@ -6787,23 +7115,23 @@ case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library with the System framework - newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'` + newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac if test "$droppeddeps" = yes; then if test "$module" = yes; then - $ECHO - $ECHO "*** Warning: libtool could not satisfy all declared inter-library" + echo + echo "*** Warning: libtool could not satisfy all declared inter-library" $ECHO "*** dependencies of module $libname. Therefore, libtool will create" - $ECHO "*** a static module, that should work as long as the dlopening" - $ECHO "*** application is linked with the -dlopen flag." + echo "*** a static module, that should work as long as the dlopening" + echo "*** application is linked with the -dlopen flag." if test -z "$global_symbol_pipe"; then - $ECHO - $ECHO "*** However, this would only work if libtool was able to extract symbol" - $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could" - $ECHO "*** not find such a program. So, this module is probably useless." - $ECHO "*** \`nm' from GNU binutils and a full rebuild may help." + echo + echo "*** However, this would only work if libtool was able to extract symbol" + echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + echo "*** not find such a program. So, this module is probably useless." + echo "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" @@ -6813,16 +7141,16 @@ build_libtool_libs=no fi else - $ECHO "*** The inter-library dependencies that have been dropped here will be" - $ECHO "*** automatically added whenever a program is linked with this library" - $ECHO "*** or is declared to -dlopen it." + echo "*** The inter-library dependencies that have been dropped here will be" + echo "*** automatically added whenever a program is linked with this library" + echo "*** or is declared to -dlopen it." if test "$allow_undefined" = no; then - $ECHO - $ECHO "*** Since this library must not contain undefined symbols," - $ECHO "*** because either the platform does not support them or" - $ECHO "*** it was explicitly requested with -no-undefined," - $ECHO "*** libtool will only create a static version of it." + echo + echo "*** Since this library must not contain undefined symbols," + echo "*** because either the platform does not support them or" + echo "*** it was explicitly requested with -no-undefined," + echo "*** libtool will only create a static version of it." if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" build_libtool_libs=module @@ -6839,9 +7167,9 @@ # Time to change all our "foo.ltframework" stuff back to "-framework foo" case $host in *-*-darwin*) - newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` - new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` - deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` + newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac @@ -6963,7 +7291,7 @@ done # Use standard objects if they are pic - test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` + test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` test "X$libobjs" = "X " && libobjs= delfiles= @@ -7029,7 +7357,7 @@ if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols="$export_symbols" test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" - $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"' + $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then @@ -7130,7 +7458,8 @@ save_libobjs=$libobjs fi save_output=$output - output_la=`$ECHO "X$output" | $Xsed -e "$basename"` + func_basename "$output" + output_la=$func_basename_result # Clear the reloadable object creation command queue and # initialize k to one. @@ -7143,12 +7472,12 @@ if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then output=${output_objdir}/${output_la}.lnkscript func_verbose "creating GNU ld script: $output" - $ECHO 'INPUT (' > $output + echo 'INPUT (' > $output for obj in $save_libobjs do $ECHO "$obj" >> $output done - $ECHO ')' >> $output + echo ')' >> $output delfiles="$delfiles $output" elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then output=${output_objdir}/${output_la}.lnk @@ -7190,17 +7519,19 @@ # command to the queue. if test "$k" -eq 1 ; then # The first file doesn't have a previous command to add. - eval concat_cmds=\"$reload_cmds $objlist $last_robj\" + reload_objs=$objlist + eval concat_cmds=\"$reload_cmds\" else # All subsequent reloadable object files will link in # the last one created. - eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj~\$RM $last_robj\" + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" fi last_robj=$output_objdir/$output_la-${k}.$objext func_arith $k + 1 k=$func_arith_result output=$output_objdir/$output_la-${k}.$objext - objlist=$obj + objlist=" $obj" func_len " $last_robj" func_arith $len0 + $func_len_result len=$func_arith_result @@ -7210,7 +7541,8 @@ # reloadable object file. All subsequent reloadable object # files will link in the last one created. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ - eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\" + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\${concat_cmds}$reload_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\" fi @@ -7269,7 +7601,7 @@ if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols="$export_symbols" test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" - $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"' + $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test -n "$orig_export_symbols"; then @@ -7434,7 +7766,7 @@ if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" - reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'` + reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` else gentop="$output_objdir/${obj}x" generated="$generated $gentop" @@ -7445,7 +7777,7 @@ fi # Create the old-style object. - reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test + reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test output="$obj" func_execute_cmds "$reload_cmds" 'exit $?' @@ -7505,8 +7837,8 @@ case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library is the System framework - compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` - finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac @@ -7523,8 +7855,8 @@ esac fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" - compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` - finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac @@ -7661,8 +7993,8 @@ if test -n "$libobjs" && test "$build_old_libs" = yes; then # Transform all the library objects into standard objects. - compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` - finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` + compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` + finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` fi func_generate_dlsyms "$outputname" "@PROGRAM@" "no" @@ -7674,15 +8006,15 @@ wrappers_required=yes case $host in + *cegcc* | *mingw32ce*) + # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. + wrappers_required=no + ;; *cygwin* | *mingw* ) if test "$build_libtool_libs" != yes; then wrappers_required=no fi ;; - *cegcc) - # Disable wrappers for cegcc, we are cross compiling anyway. - wrappers_required=no - ;; *) if test "$need_relink" = no || test "$build_libtool_libs" != yes; then wrappers_required=no @@ -7691,7 +8023,7 @@ esac if test "$wrappers_required" = no; then # Replace the output file specification. - compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` + compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` link_command="$compile_command$compile_rpath" # We have no uninstalled library dependencies, so finalize right now. @@ -7738,7 +8070,7 @@ # We don't need to create a wrapper script. link_command="$compile_var$compile_command$compile_rpath" # Replace the output file specification. - link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` + link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` # Delete the old output file. $opt_dry_run || $RM $output # Link the executable and exit @@ -7757,7 +8089,7 @@ if test "$fast_install" != no; then link_command="$finalize_var$compile_command$finalize_rpath" if test "$fast_install" = yes; then - relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` + relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` else # fast_install is set to needless relink_command= @@ -7769,7 +8101,7 @@ fi # Replace the output file specification. - link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` + link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` # Delete the old output files. $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname @@ -7793,18 +8125,7 @@ fi done relink_command="(cd `pwd`; $relink_command)" - relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` - fi - - # Quote $ECHO for shipping. - if test "X$ECHO" = "X$SHELL $progpath --fallback-echo"; then - case $progpath in - [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";; - *) qecho="$SHELL `pwd`/$progpath --fallback-echo";; - esac - qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"` - else - qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"` + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` fi # Only actually do things if not in dry run mode. @@ -7925,7 +8246,7 @@ done | sort | sort -uc >/dev/null 2>&1); then : else - $ECHO "copying selected object files to avoid basename conflicts..." + echo "copying selected object files to avoid basename conflicts..." gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_mkdir_p "$gentop" @@ -8036,7 +8357,7 @@ done # Quote the link command for shipping. relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" - relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` if test "$hardcode_automatic" = yes ; then relink_command= fi @@ -8121,9 +8442,27 @@ fi $RM $output # place dlname in correct position for cygwin + # In fact, it would be nice if we could use this code for all target + # systems that can't hard-code library paths into their executables + # and that have no shared library path variable independent of PATH, + # but it turns out we can't easily determine that from inspecting + # libtool variables, so we have to hard-code the OSs to which it + # applies here; at the moment, that means platforms that use the PE + # object format with DLL files. See the long comment at the top of + # tests/bindir.at for full details. tdlname=$dlname case $host,$output,$installed,$module,$dlname in - *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;; + *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) + # If a -bindir argument was supplied, place the dll there. + if test "x$bindir" != x ; + then + func_relative_path "$install_libdir" "$bindir" + tdlname=$func_relative_path_result$dlname + else + # Otherwise fall back on heuristic. + tdlname=../bin/$dlname + fi + ;; esac $ECHO > $output "\ # $outputname - a libtool library file diff -Nru glib2.0-2.26.0/m4macros/gsettings.m4 glib2.0-2.26.1/m4macros/gsettings.m4 --- glib2.0-2.26.0/m4macros/gsettings.m4 2010-08-09 23:34:46.000000000 +1000 +++ glib2.0-2.26.1/m4macros/gsettings.m4 2010-11-14 16:49:49.000000000 +1100 @@ -45,22 +45,10 @@ .SECONDARY: $(gsettings_SCHEMAS) -gsettings__base_list = \ - sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \ - sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g" - -install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) +install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file) @$(NORMAL_INSTALL) test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)" - @list='\''$(gsettings__enum_file) $(gsettings_SCHEMAS)'\''; test -n "$(gsettingsschemadir)" || list=; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(gsettings__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '\''$(DESTDIR)$(gsettingsschemadir)'\''"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(gsettingsschemadir)" || exit $$?; \ - done + $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)" test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir) uninstall-gsettings-schemas: diff -Nru glib2.0-2.26.0/m4macros/Makefile.in glib2.0-2.26.1/m4macros/Makefile.in --- glib2.0-2.26.0/m4macros/Makefile.in 2010-09-28 02:10:13.000000000 +1000 +++ glib2.0-2.26.1/m4macros/Makefile.in 2010-11-14 17:02:02.000000000 +1100 @@ -220,6 +220,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -291,7 +293,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/Makefile.in glib2.0-2.26.1/Makefile.in --- glib2.0-2.26.0/Makefile.in 2010-09-28 02:10:14.000000000 +1000 +++ glib2.0-2.26.1/Makefile.in 2010-11-14 17:02:04.000000000 +1100 @@ -302,6 +302,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -373,7 +375,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/NEWS glib2.0-2.26.1/NEWS --- glib2.0-2.26.0/NEWS 2010-09-28 02:02:28.000000000 +1000 +++ glib2.0-2.26.1/NEWS 2010-11-14 16:59:41.000000000 +1100 @@ -1,3 +1,38 @@ +Overview of Changes from GLib 2.26.0 to GLib 2.26.1 +=================================================== + +GSettings should now work on bigendian systems + +Bugs fixed: + 613822 gobject signal connect/disconnect not thread safe + 627126 gsettings schema files don't get installed on FreeBSD + 627171 g_socket_new_from_fd() doesn't set the right protocol + 629274 GNetworkService does not do fallback when there is no SRV... + 630797 "Object memory management" docs mention non-existent... + 632169 docs for manual use of gsettings-data-convert + +Updated translations: + Basque + Brazilian Portuguese + British English + Bulgarian + Catalan (Valencian) + Czech + French + Galician + German + Greek + Hebrew + Hungarian + Indonesian + Japanese + Lithuanian + Polish + Portuguese + Russian + Slovenian + + Overview of Changes from GLib 2.25.17 to GLib 2.26.0 ==================================================== Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/bg.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/bg.gmo differ diff -Nru glib2.0-2.26.0/po/bg.po glib2.0-2.26.1/po/bg.po --- glib2.0-2.26.0/po/bg.po 2010-09-27 23:17:56.000000000 +1000 +++ glib2.0-2.26.1/po/bg.po 2010-11-13 00:52:52.000000000 +1100 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: glib glib-2-26\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-09-27 13:30+0300\n" -"PO-Revision-Date: 2010-09-27 13:30+0300\n" +"POT-Creation-Date: 2010-10-02 08:52+0300\n" +"PO-Revision-Date: 2010-09-28 09:13+0300\n" "Last-Translator: Damyan Ivanov \n" "Language-Team: Bulgarian \n" "Language: bg\n" @@ -1982,7 +1982,7 @@ msgid "Error sending message: %s" msgstr "Грешка при изпращане на съобщение: %s" -#: ../gio/gdbusprivate.c:1758 +#: ../gio/gdbusprivate.c:1759 msgid "Unable to load /var/lib/dbus/machine-id: " msgstr "Неуспех при зареждане на /var/lib/dbus/machine-id: " @@ -2455,16 +2455,16 @@ msgid "Unsupported socket address" msgstr "Неподдържан адрес на гнездо" -#: ../gio/glib-compile-schemas.c:702 +#: ../gio/glib-compile-schemas.c:703 msgid "empty names are not permitted" msgstr "не се позволяват празни имена" -#: ../gio/glib-compile-schemas.c:712 +#: ../gio/glib-compile-schemas.c:713 #, c-format msgid "invalid name '%s': names must begin with a lowercase letter" msgstr "неправилно име „%s“: имената трябва да започват с малка буква" -#: ../gio/glib-compile-schemas.c:724 +#: ../gio/glib-compile-schemas.c:725 #, c-format msgid "" "invalid name '%s': invalid character '%c'; only lowercase letters, numbers " @@ -2473,36 +2473,36 @@ "неправилно име „%s“: неправилен знак „%c“; позволени са само малки букви, " "цифри и тире („-“)." -#: ../gio/glib-compile-schemas.c:733 +#: ../gio/glib-compile-schemas.c:734 #, c-format msgid "invalid name '%s': two successive dashes ('--') are not permitted." msgstr "неправилно име „%s“: не са позволени две последователни тирета(„--“)." -#: ../gio/glib-compile-schemas.c:742 +#: ../gio/glib-compile-schemas.c:743 #, c-format msgid "invalid name '%s': the last character may not be a dash ('-')." msgstr "неправилно име „%s“: последният знак не може да е тире („-“)." -#: ../gio/glib-compile-schemas.c:750 +#: ../gio/glib-compile-schemas.c:751 #, c-format msgid "invalid name '%s': maximum length is 32" msgstr "неправилно име „%s“: максималната дължина е 32" -#: ../gio/glib-compile-schemas.c:819 +#: ../gio/glib-compile-schemas.c:820 #, c-format msgid " already specified" msgstr " вече е указано" -#: ../gio/glib-compile-schemas.c:845 +#: ../gio/glib-compile-schemas.c:846 msgid "can not add keys to a 'list-of' schema" msgstr "към схема „list-of“ не могат да се добавят ключове" -#: ../gio/glib-compile-schemas.c:856 +#: ../gio/glib-compile-schemas.c:857 #, c-format msgid " already specified" msgstr " вече е указано" -#: ../gio/glib-compile-schemas.c:874 +#: ../gio/glib-compile-schemas.c:875 #, c-format msgid "" " shadows in ; use " @@ -2511,7 +2511,7 @@ " покрива в ; използвайте " ", за да промените стойността" -#: ../gio/glib-compile-schemas.c:885 +#: ../gio/glib-compile-schemas.c:886 #, c-format msgid "" "exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " @@ -2520,63 +2520,63 @@ "като атрибут на трябва да присъства точно едно от „type“, „enum“ или " "„flags“" -#: ../gio/glib-compile-schemas.c:904 +#: ../gio/glib-compile-schemas.c:905 #, c-format msgid "<%s id='%s'> not (yet) defined." msgstr "<%s id='%s'> не е дефинирано (все още)." -#: ../gio/glib-compile-schemas.c:919 +#: ../gio/glib-compile-schemas.c:920 #, c-format msgid "invalid GVariant type string '%s'" msgstr "неправилен низ за вид на GVariant: „%s“" -#: ../gio/glib-compile-schemas.c:949 +#: ../gio/glib-compile-schemas.c:950 msgid " given but schema isn't extending anything" msgstr "използвано е , но схемата не разширява нищо" -#: ../gio/glib-compile-schemas.c:962 +#: ../gio/glib-compile-schemas.c:963 #, c-format msgid "no to override" msgstr "липсва за предефиниране" -#: ../gio/glib-compile-schemas.c:970 +#: ../gio/glib-compile-schemas.c:971 #, c-format msgid " already specified" msgstr "вече е указано " -#: ../gio/glib-compile-schemas.c:1036 +#: ../gio/glib-compile-schemas.c:1042 #, c-format msgid " already specified" msgstr "вече е указано " -#: ../gio/glib-compile-schemas.c:1048 +#: ../gio/glib-compile-schemas.c:1054 #, c-format msgid " extends not yet existing schema '%s'" msgstr " добавя към схема „%s“, която още не съществува" -#: ../gio/glib-compile-schemas.c:1064 +#: ../gio/glib-compile-schemas.c:1070 #, c-format msgid " is list of not yet existing schema '%s'" msgstr " е списък на схема „%s“, която още не съществува" -#: ../gio/glib-compile-schemas.c:1072 +#: ../gio/glib-compile-schemas.c:1078 #, c-format msgid "Can not be a list of a schema with a path" msgstr "Не може да е списък от схема с път" -#: ../gio/glib-compile-schemas.c:1082 +#: ../gio/glib-compile-schemas.c:1088 #, c-format msgid "Can not extend a schema with a path" msgstr "Схема не може да се разширява с път" -#: ../gio/glib-compile-schemas.c:1092 +#: ../gio/glib-compile-schemas.c:1098 #, c-format msgid "" " is a list, extending which is not a list" msgstr "" " е списък, разширяващ , която не е списък" -#: ../gio/glib-compile-schemas.c:1102 +#: ../gio/glib-compile-schemas.c:1108 #, c-format msgid "" " extends but '%s' " @@ -2585,48 +2585,86 @@ " разширява , но " "„%s“ не разширява „%s“" -#: ../gio/glib-compile-schemas.c:1119 +#: ../gio/glib-compile-schemas.c:1125 #, c-format msgid "a path, if given, must begin and end with a slash" msgstr "всеки път трябва да започва и да завършва с наклонена черта („/“)" -#: ../gio/glib-compile-schemas.c:1126 +#: ../gio/glib-compile-schemas.c:1132 #, c-format msgid "the path of a list must end with ':/'" msgstr "пътят на списък трябва да завършва с „:/“" -#: ../gio/glib-compile-schemas.c:1148 +#: ../gio/glib-compile-schemas.c:1158 #, c-format msgid "<%s id='%s'> already specified" msgstr "вече е указано <%s id='%s'>" -#: ../gio/glib-compile-schemas.c:1362 +#: ../gio/glib-compile-schemas.c:1375 #, c-format msgid "Element <%s> not allowed inside <%s>" msgstr "Елементът <%s> не е позволен в <%s>" -#: ../gio/glib-compile-schemas.c:1366 +#: ../gio/glib-compile-schemas.c:1379 #, c-format msgid "Element <%s> not allowed at toplevel" msgstr "Елементът <%s> не е позволен на най-горно ниво" -#: ../gio/glib-compile-schemas.c:1460 +#: ../gio/glib-compile-schemas.c:1473 #, c-format msgid "text may not appear inside <%s>" msgstr "в <%s> не е позволен текст" -#: ../gio/glib-compile-schemas.c:1674 +#. Translators: Do not translate "--strict". +#: ../gio/glib-compile-schemas.c:1641 ../gio/glib-compile-schemas.c:1712 +#: ../gio/glib-compile-schemas.c:1788 #, c-format -msgid "No such schema `%s' specified in override file `%s'" -msgstr "Схемата „%s“, указана във файла за предефиниране „%s“, не съществува" +msgid "--strict was specified; exiting.\n" +msgstr "Указано е „--strict“, излизане.\n" -#: ../gio/glib-compile-schemas.c:1698 +#: ../gio/glib-compile-schemas.c:1649 +#, c-format +msgid "This entire file has been ignored.\n" +msgstr "Целият файл е пренебрегнат.\n" + +#: ../gio/glib-compile-schemas.c:1708 +#, c-format +msgid "Ignoring this file.\n" +msgstr "Пренебрегване на файла.\n" + +#: ../gio/glib-compile-schemas.c:1748 #, c-format msgid "No such key `%s' in schema `%s' as specified in override file `%s'" msgstr "" "Липсва ключ „%s“ в схемата „%s“, указан във файла за предефиниране „%s“" -#: ../gio/glib-compile-schemas.c:1731 +#: ../gio/glib-compile-schemas.c:1754 ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1840 +#, c-format +msgid "; ignoring override for this key.\n" +msgstr "; пренебрегване на предефинирането на ключа.\n" + +#: ../gio/glib-compile-schemas.c:1758 ../gio/glib-compile-schemas.c:1816 +#: ../gio/glib-compile-schemas.c:1844 +#, c-format +msgid " and --strict was specified; exiting.\n" +msgstr "и е указано „--strict“, излизане.\n" + +#: ../gio/glib-compile-schemas.c:1774 +#, c-format +msgid "" +"error parsing key `%s' in schema `%s' as specified in override file `%s': " +"%s. " +msgstr "" +"грешка при анализиране на ключа „%s“ от схемата „%s“, указан във файла за " +"предефиниране „%s“ — %s." + +#: ../gio/glib-compile-schemas.c:1784 +#, c-format +msgid "Ignoring override for this key.\n" +msgstr "Пренебрегване на предефинирането на ключа.\n" + +#: ../gio/glib-compile-schemas.c:1802 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is out of the " @@ -2635,7 +2673,7 @@ "предефинирането на ключа „%s“ в схемата „%s“ във файла за предефиниране „%s“ " "е извън обсега, даден в схемата" -#: ../gio/glib-compile-schemas.c:1752 +#: ../gio/glib-compile-schemas.c:1830 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is not in the " @@ -2644,27 +2682,32 @@ "предефинирането на ключа „%s“ в схемата „%s“ във файла за предефиниране „%s“ " "не е в списъка с позволени стойности" -#: ../gio/glib-compile-schemas.c:1797 +#: ../gio/glib-compile-schemas.c:1884 msgid "where to store the gschemas.compiled file" msgstr "място за съхраняване на файла gschemas.compiled" -#: ../gio/glib-compile-schemas.c:1797 ../gio/glib-compile-schemas.c:1809 +#: ../gio/glib-compile-schemas.c:1884 ../gio/glib-compile-schemas.c:1897 msgid "DIRECTORY" msgstr "ПАПКА" -#: ../gio/glib-compile-schemas.c:1798 +# Явно става дума за обясняване на --strict +#: ../gio/glib-compile-schemas.c:1885 +msgid "Abort on any errors in schemas" +msgstr "Прекъсване на работа при всякакви грешки в схемите" + +#: ../gio/glib-compile-schemas.c:1886 msgid "Do not write the gschema.compiled file" msgstr "Без запис на файл gschema.compiled" -#: ../gio/glib-compile-schemas.c:1799 +#: ../gio/glib-compile-schemas.c:1887 msgid "This option will be removed soon." msgstr "Тази опция скоро ще бъде премахната" -#: ../gio/glib-compile-schemas.c:1800 +#: ../gio/glib-compile-schemas.c:1888 msgid "Do not enforce key name restrictions" msgstr "Без налагане на ограниченията за имена на ключове" -#: ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1900 msgid "" "Compile all GSettings schema files into a schema cache.\n" "Schema files are required to have the extension .gschema.xml,\n" @@ -2674,22 +2717,22 @@ "Файловете със схемите трябва да завършват на .gschema.xml,\n" "а файлът с кеша се нарича gschemas.compiled." -#: ../gio/glib-compile-schemas.c:1828 +#: ../gio/glib-compile-schemas.c:1916 #, c-format msgid "You should give exactly one directory name\n" msgstr "Изисква се точно едно име на папка\n" -#: ../gio/glib-compile-schemas.c:1867 +#: ../gio/glib-compile-schemas.c:1955 #, c-format msgid "No schema files found: " msgstr "Не са открити файлове със схеми: " -#: ../gio/glib-compile-schemas.c:1870 +#: ../gio/glib-compile-schemas.c:1958 #, c-format msgid "doing nothing.\n" msgstr "без обработка.\n" -#: ../gio/glib-compile-schemas.c:1873 +#: ../gio/glib-compile-schemas.c:1961 #, c-format msgid "removed existing output file.\n" msgstr "съществуващият резултатен файл е премахнат.\n" @@ -3575,3 +3618,7 @@ #: ../gio/gzlibdecompressor.c:342 msgid "Invalid compressed data" msgstr "Неправилни, компресирани данни" + +#~ msgid "No such schema `%s' specified in override file `%s'" +#~ msgstr "" +#~ "Схемата „%s“, указана във файла за предефиниране „%s“, не съществува" Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/ca@valencia.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/ca@valencia.gmo differ diff -Nru glib2.0-2.26.0/po/ca@valencia.po glib2.0-2.26.1/po/ca@valencia.po --- glib2.0-2.26.0/po/ca@valencia.po 2010-08-09 23:34:46.000000000 +1000 +++ glib2.0-2.26.1/po/ca@valencia.po 2010-11-13 00:53:05.000000000 +1100 @@ -9,358 +9,590 @@ msgstr "" "Project-Id-Version: glib 2.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-06-07 21:37-0400\n" +"POT-Creation-Date: 2010-10-29 00:48+0100\n" "PO-Revision-Date: 2010-04-02 14:03+0200\n" "Last-Translator: Gil Forcada \n" "Language-Team: Catalan \n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: glib/gbookmarkfile.c:737 +#: ../glib/gbookmarkfile.c:780 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "No s'esperava l'atribut «%s» per a l'element «%s»" -#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829 -#: glib/gbookmarkfile.c:936 +#: ../glib/gbookmarkfile.c:791 ../glib/gbookmarkfile.c:862 +#: ../glib/gbookmarkfile.c:872 ../glib/gbookmarkfile.c:979 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "No s'ha trobat l'atribut «%s» de l'element «%s»" -#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171 -#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245 +#: ../glib/gbookmarkfile.c:1149 ../glib/gbookmarkfile.c:1214 +#: ../glib/gbookmarkfile.c:1278 ../glib/gbookmarkfile.c:1288 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "No s'esperava l'etiqueta «%s», s'esperava «%s»" -#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145 -#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265 +#: ../glib/gbookmarkfile.c:1174 ../glib/gbookmarkfile.c:1188 +#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1308 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "No s'esperava l'etiqueta «%s» dins «%s»" -#: glib/gbookmarkfile.c:1793 +#: ../glib/gbookmarkfile.c:1834 msgid "No valid bookmark file found in data dirs" msgstr "" "No s'ha trobat cap fitxer d'adreces d'interés dins dels directoris de dades" -#: glib/gbookmarkfile.c:1994 +#: ../glib/gbookmarkfile.c:2035 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Ja existeix una adreça d'interés per a l'URI «%s»" -#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198 -#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363 -#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531 -#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688 -#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827 -#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143 -#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384 -#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563 -#: glib/gbookmarkfile.c:3691 +#: ../glib/gbookmarkfile.c:2081 ../glib/gbookmarkfile.c:2239 +#: ../glib/gbookmarkfile.c:2324 ../glib/gbookmarkfile.c:2404 +#: ../glib/gbookmarkfile.c:2489 ../glib/gbookmarkfile.c:2572 +#: ../glib/gbookmarkfile.c:2650 ../glib/gbookmarkfile.c:2729 +#: ../glib/gbookmarkfile.c:2771 ../glib/gbookmarkfile.c:2868 +#: ../glib/gbookmarkfile.c:2994 ../glib/gbookmarkfile.c:3184 +#: ../glib/gbookmarkfile.c:3260 ../glib/gbookmarkfile.c:3425 +#: ../glib/gbookmarkfile.c:3514 ../glib/gbookmarkfile.c:3604 +#: ../glib/gbookmarkfile.c:3732 #, c-format msgid "No bookmark found for URI '%s'" msgstr "No s'ha trobat cap adreça d'interés per a l'URI «%s»" -#: glib/gbookmarkfile.c:2372 +#: ../glib/gbookmarkfile.c:2413 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "No hi ha cap tipus MIME definit a l'adreça d'interés per a l'URI «%s»" -#: glib/gbookmarkfile.c:2457 +#: ../glib/gbookmarkfile.c:2498 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" "No hi ha cap senyalador privat definit a l'adreça d'interés per a l'URI «%s»" -#: glib/gbookmarkfile.c:2836 +#: ../glib/gbookmarkfile.c:2877 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "No hi ha cap grup establit a l'adreça d'interés per a l'URI «%s»" -#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394 +#: ../glib/gbookmarkfile.c:3278 ../glib/gbookmarkfile.c:3435 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" -"No hi ha cap aplicació amb el nom «%s» que haja registrat l'adreça d'interés «%" -"s»" +"No hi ha cap aplicació amb el nom «%s» que haja registrat l'adreça d'interés " +"«%s»" -#: glib/gbookmarkfile.c:3417 +#: ../glib/gbookmarkfile.c:3458 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "No s'ha pogut expandir la línia d'execució «%s» amb URI «%s»" -#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1404 -#: gio/gcharsetconverter.c:459 +#: ../glib/gconvert.c:567 ../glib/gconvert.c:645 ../glib/giochannel.c:1403 +#: ../gio/gcharsetconverter.c:458 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "No es permet la conversió entre els jocs de caràcters «%s» a «%s»" -#: glib/gconvert.c:441 glib/gconvert.c:519 gio/gcharsetconverter.c:463 +#: ../glib/gconvert.c:571 ../glib/gconvert.c:649 +#: ../gio/gcharsetconverter.c:462 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»" -#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1576 -#: glib/giochannel.c:1618 glib/giochannel.c:2462 glib/gutf8.c:989 -#: glib/gutf8.c:1444 gio/gcharsetconverter.c:346 +#: ../glib/gconvert.c:768 ../glib/gconvert.c:1161 ../glib/giochannel.c:1575 +#: ../glib/giochannel.c:1617 ../glib/giochannel.c:2461 ../glib/gutf8.c:992 +#: ../glib/gutf8.c:1447 ../gio/gcharsetconverter.c:345 msgid "Invalid byte sequence in conversion input" msgstr "La seqüència de bytes a l'entrada de conversió no és vàlida" -#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1583 -#: glib/giochannel.c:2474 gio/gcharsetconverter.c:351 +#: ../glib/gconvert.c:776 ../glib/gconvert.c:1086 ../glib/giochannel.c:1582 +#: ../glib/giochannel.c:2473 ../gio/gcharsetconverter.c:350 #, c-format msgid "Error during conversion: %s" msgstr "S'ha produït un error durant la conversió: %s" -#: glib/gconvert.c:678 glib/gutf8.c:985 glib/gutf8.c:1195 glib/gutf8.c:1336 -#: glib/gutf8.c:1440 +#: ../glib/gconvert.c:808 ../glib/gutf8.c:988 ../glib/gutf8.c:1198 +#: ../glib/gutf8.c:1339 ../glib/gutf8.c:1443 msgid "Partial character sequence at end of input" msgstr "Seqüència de caràcters parcial al final de l'entrada" # FIXME: fallback -#: glib/gconvert.c:928 +#: ../glib/gconvert.c:1058 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "No es pot convertir el «fallback» «%s» al joc de codis «%s»" -#: glib/gconvert.c:1751 +#: ../glib/gconvert.c:1881 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "L'URI «%s» no és un URI absolut que utilitze l'esquema «file»" -#: glib/gconvert.c:1761 +#: ../glib/gconvert.c:1891 #, c-format msgid "The local file URI '%s' may not include a '#'" -msgstr "Pot ser que l'URI del fitxer local «%s» no incloga cap «#»" +msgstr "Pot ser que l'URI del fitxer local «%s» no inclogui cap «#»" -#: glib/gconvert.c:1778 +#: ../glib/gconvert.c:1908 #, c-format msgid "The URI '%s' is invalid" msgstr "L'URI «%s» no és vàlid" -#: glib/gconvert.c:1790 +#: ../glib/gconvert.c:1920 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "El nom de l'ordinador de l'URI «%s» no és vàlid" -#: glib/gconvert.c:1806 +#: ../glib/gconvert.c:1936 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "L'URI «%s» conté caràcters d'escapada invàlids" -#: glib/gconvert.c:1901 +#: ../glib/gconvert.c:2031 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "El nom de camí «%s» no és un camí absolut" -#: glib/gconvert.c:1911 +#: ../glib/gconvert.c:2041 msgid "Invalid hostname" msgstr "El nom de l'ordinador no és vàlid" -#: glib/gdir.c:112 glib/gdir.c:135 +#. Translators: 'before midday' indicator +#: ../glib/gdatetime.c:149 +#, fuzzy +msgctxt "GDateTime" +msgid "am" +msgstr "nom" + +#. Translators: 'before midday' indicator +#: ../glib/gdatetime.c:151 +msgctxt "GDateTime" +msgid "AM" +msgstr "" + +#. Translators: 'after midday' indicator +#: ../glib/gdatetime.c:153 +msgctxt "GDateTime" +msgid "pm" +msgstr "" + +#. Translators: 'after midday' indicator +#: ../glib/gdatetime.c:155 +msgctxt "GDateTime" +msgid "PM" +msgstr "" + +#. Translators: this is the preferred format for expressing the date +#: ../glib/gdatetime.c:164 +msgctxt "GDateTime" +msgid "%m/%d/%y" +msgstr "" + +#. Translators: this is the preferred format for expressing the time +#: ../glib/gdatetime.c:167 +msgctxt "GDateTime" +msgid "%H:%M:%S" +msgstr "" + +#: ../glib/gdatetime.c:193 +msgctxt "full month name" +msgid "January" +msgstr "" + +#: ../glib/gdatetime.c:195 +msgctxt "full month name" +msgid "February" +msgstr "" + +#: ../glib/gdatetime.c:197 +msgctxt "full month name" +msgid "March" +msgstr "" + +#: ../glib/gdatetime.c:199 +msgctxt "full month name" +msgid "April" +msgstr "" + +#: ../glib/gdatetime.c:201 +msgctxt "full month name" +msgid "May" +msgstr "" + +#: ../glib/gdatetime.c:203 +msgctxt "full month name" +msgid "June" +msgstr "" + +#: ../glib/gdatetime.c:205 +msgctxt "full month name" +msgid "July" +msgstr "" + +#: ../glib/gdatetime.c:207 +msgctxt "full month name" +msgid "August" +msgstr "" + +#: ../glib/gdatetime.c:209 +msgctxt "full month name" +msgid "September" +msgstr "" + +#: ../glib/gdatetime.c:211 +msgctxt "full month name" +msgid "October" +msgstr "" + +#: ../glib/gdatetime.c:213 +msgctxt "full month name" +msgid "November" +msgstr "" + +#: ../glib/gdatetime.c:215 +msgctxt "full month name" +msgid "December" +msgstr "" + +#: ../glib/gdatetime.c:230 +msgctxt "abbreviated month name" +msgid "Jan" +msgstr "" + +#: ../glib/gdatetime.c:232 +msgctxt "abbreviated month name" +msgid "Feb" +msgstr "" + +#: ../glib/gdatetime.c:234 +msgctxt "abbreviated month name" +msgid "Mar" +msgstr "" + +#: ../glib/gdatetime.c:236 +msgctxt "abbreviated month name" +msgid "Apr" +msgstr "" + +#: ../glib/gdatetime.c:238 +msgctxt "abbreviated month name" +msgid "May" +msgstr "" + +#: ../glib/gdatetime.c:240 +msgctxt "abbreviated month name" +msgid "Jun" +msgstr "" + +#: ../glib/gdatetime.c:242 +msgctxt "abbreviated month name" +msgid "Jul" +msgstr "" + +#: ../glib/gdatetime.c:244 +msgctxt "abbreviated month name" +msgid "Aug" +msgstr "" + +#: ../glib/gdatetime.c:246 +msgctxt "abbreviated month name" +msgid "Sep" +msgstr "" + +#: ../glib/gdatetime.c:248 +msgctxt "abbreviated month name" +msgid "Oct" +msgstr "" + +#: ../glib/gdatetime.c:250 +msgctxt "abbreviated month name" +msgid "Nov" +msgstr "" + +#: ../glib/gdatetime.c:252 +msgctxt "abbreviated month name" +msgid "Dec" +msgstr "" + +#: ../glib/gdatetime.c:267 +msgctxt "full weekday name" +msgid "Monday" +msgstr "" + +#: ../glib/gdatetime.c:269 +msgctxt "full weekday name" +msgid "Tuesday" +msgstr "" + +#: ../glib/gdatetime.c:271 +msgctxt "full weekday name" +msgid "Wednesday" +msgstr "" + +#: ../glib/gdatetime.c:273 +msgctxt "full weekday name" +msgid "Thursday" +msgstr "" + +#: ../glib/gdatetime.c:275 +msgctxt "full weekday name" +msgid "Friday" +msgstr "" + +#: ../glib/gdatetime.c:277 +msgctxt "full weekday name" +msgid "Saturday" +msgstr "" + +#: ../glib/gdatetime.c:279 +msgctxt "full weekday name" +msgid "Sunday" +msgstr "" + +#: ../glib/gdatetime.c:294 +msgctxt "abbreviated weekday name" +msgid "Mon" +msgstr "" + +#: ../glib/gdatetime.c:296 +msgctxt "abbreviated weekday name" +msgid "Tue" +msgstr "" + +#: ../glib/gdatetime.c:298 +msgctxt "abbreviated weekday name" +msgid "Wed" +msgstr "" + +#: ../glib/gdatetime.c:300 +msgctxt "abbreviated weekday name" +msgid "Thu" +msgstr "" + +#: ../glib/gdatetime.c:302 +msgctxt "abbreviated weekday name" +msgid "Fri" +msgstr "" + +#: ../glib/gdatetime.c:304 +msgctxt "abbreviated weekday name" +msgid "Sat" +msgstr "" + +#: ../glib/gdatetime.c:306 +msgctxt "abbreviated weekday name" +msgid "Sun" +msgstr "" + +#: ../glib/gdir.c:115 ../glib/gdir.c:138 #, c-format msgid "Error opening directory '%s': %s" msgstr "S'ha produït un error en obrir el directori «%s»: %s" -#: glib/gfileutils.c:536 glib/gfileutils.c:624 +#: ../glib/gfileutils.c:536 ../glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "No s'han pogut assignar %lu bytes per llegir el fitxer «%s»" -#: glib/gfileutils.c:551 +#: ../glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" -#: glib/gfileutils.c:565 +#: ../glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "El fitxer «%s» és massa gran" -#: glib/gfileutils.c:648 +#: ../glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "No s'ha pogut llegir del fitxer «%s»: %s" -#: glib/gfileutils.c:699 glib/gfileutils.c:786 +#: ../glib/gfileutils.c:699 ../glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "No s'ha pogut obrir el fitxer «%s»: %s" -#: glib/gfileutils.c:716 glib/gmappedfile.c:170 +#: ../glib/gfileutils.c:716 ../glib/gmappedfile.c:169 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" -"No s'ha pogut obtindre els atributs del fitxer «%s»: ha fallat la funció fstat" -"(): %s" +"No s'ha pogut obtindre els atributs del fitxer «%s»: ha fallat la funció " +"fstat(): %s" -#: glib/gfileutils.c:750 +#: ../glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "No s'ha pogut obrir el fitxer «%s»: ha fallat la funció fdopen(): %s" -#: glib/gfileutils.c:858 +#: ../glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "No s'ha pogut canviar el nom del fitxer «%s» a «%s»: ha fallat la funció " "g_rename(): %s" -#: glib/gfileutils.c:900 glib/gfileutils.c:1366 +#: ../glib/gfileutils.c:900 ../glib/gfileutils.c:1369 #, c-format msgid "Failed to create file '%s': %s" msgstr "No s'ha pogut crear el fitxer «%s»: %s" -#: glib/gfileutils.c:914 +#: ../glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "No s'ha pogut obrir el fitxer «%s» per a escriptura: ha fallat la funció " "fdopen(): %s" -#: glib/gfileutils.c:939 +#: ../glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" -msgstr "No s'ha pogut escriure el fitxer «%s»: ha fallat la funció fwrite(): %s" +msgstr "" +"No s'ha pogut escriure el fitxer «%s»: ha fallat la funció fwrite(): %s" -#: glib/gfileutils.c:958 +#: ../glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" -msgstr "No s'ha pogut escriure el fitxer «%s»: ha fallat la funció fflush(): %s" +msgstr "" +"No s'ha pogut escriure el fitxer «%s»: ha fallat la funció fflush(): %s" -#: glib/gfileutils.c:987 +#: ../glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "No s'ha pogut escriure el fitxer «%s»: ha fallat la funció fsync(): %s" -#: glib/gfileutils.c:1006 +#: ../glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "No s'ha pogut tancar el fitxer «%s»: ha fallat la funció fclose(): %s" -#: glib/gfileutils.c:1124 +#: ../glib/gfileutils.c:1127 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" "No s'ha pogut suprimir el fitxer existent «%s»: ha fallat la funció g_unlink" "(): %s" -#: glib/gfileutils.c:1328 +#: ../glib/gfileutils.c:1331 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "La plantilla «%s» no és vàlida, no hauria de tindre cap «%s»" -#: glib/gfileutils.c:1341 +#: ../glib/gfileutils.c:1344 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "La plantilla «%s» no conté XXXXXX" -#: glib/gfileutils.c:1774 +#: ../glib/gfileutils.c:1777 #, c-format msgid "%u byte" msgid_plural "%u bytes" msgstr[0] "%u byte" msgstr[1] "%u bytes" -#: glib/gfileutils.c:1782 +#: ../glib/gfileutils.c:1785 #, c-format msgid "%.1f KB" msgstr "%.1f KB" -#: glib/gfileutils.c:1787 +#: ../glib/gfileutils.c:1790 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1792 +#: ../glib/gfileutils.c:1795 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1797 +#: ../glib/gfileutils.c:1800 #, c-format msgid "%.1f TB" msgstr "%.1f TB" -#: glib/gfileutils.c:1802 +#: ../glib/gfileutils.c:1805 #, c-format msgid "%.1f PB" msgstr "%.1f PB" -#: glib/gfileutils.c:1807 +#: ../glib/gfileutils.c:1810 #, c-format msgid "%.1f EB" msgstr "%.1f EB" -#: glib/gfileutils.c:1850 +#: ../glib/gfileutils.c:1853 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "No s'ha pogut llegir l'enllaç simbòlic «%s»: %s" -#: glib/gfileutils.c:1871 +#: ../glib/gfileutils.c:1874 msgid "Symbolic links not supported" msgstr "No es poden utilitzar els enllaços simbòlics" -#: glib/giochannel.c:1408 +#: ../glib/giochannel.c:1407 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»: %s" -#: glib/giochannel.c:1753 +#: ../glib/giochannel.c:1752 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "No es pot fer una lectura bàsica a g_io_channel_read_line_string" -#: glib/giochannel.c:1800 glib/giochannel.c:2058 glib/giochannel.c:2145 +#: ../glib/giochannel.c:1799 ../glib/giochannel.c:2057 +#: ../glib/giochannel.c:2144 msgid "Leftover unconverted data in read buffer" msgstr "A la memòria intermèdia de lectura hi ha dades sobrants no convertides" -#: glib/giochannel.c:1881 glib/giochannel.c:1958 +#: ../glib/giochannel.c:1880 ../glib/giochannel.c:1957 msgid "Channel terminates in a partial character" msgstr "El canal acaba en un caràcter parcial" -#: glib/giochannel.c:1944 +#: ../glib/giochannel.c:1943 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "No es pot fer una lectura bàsica a g_io_channel_read_to_end" -#: glib/gmappedfile.c:151 +#: ../glib/gmappedfile.c:150 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "No s'ha pogut obrir el fitxer «%s»: ha fallat la funció open(): %s" -#: glib/gmappedfile.c:230 +#: ../glib/gmappedfile.c:229 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "No s'ha pogut mapar el fitxer «%s»: ha fallat la funció mmap(): %s" -#: glib/gmarkup.c:303 glib/gmarkup.c:343 +#: ../glib/gmarkup.c:307 ../glib/gmarkup.c:347 #, c-format msgid "Error on line %d char %d: " msgstr "S'ha produït un error a la línia %d caràcter %d: " -#: glib/gmarkup.c:363 glib/gmarkup.c:441 +#: ../glib/gmarkup.c:367 ../glib/gmarkup.c:445 #, c-format msgid "Invalid UTF-8 encoded text in name - not valid '%s'" msgstr "El nom conté caràcters UTF-8 no vàlids: «%s»" -#: glib/gmarkup.c:374 +#: ../glib/gmarkup.c:378 #, c-format msgid "'%s' is not a valid name " msgstr "«%s» no és un nom vàlid " -#: glib/gmarkup.c:390 +#: ../glib/gmarkup.c:394 #, c-format msgid "'%s' is not a valid name: '%c' " msgstr "«%s» no és un nom vàlid: «%c» " -#: glib/gmarkup.c:494 +#: ../glib/gmarkup.c:498 #, c-format msgid "Error on line %d: %s" msgstr "S'ha produït un error a la línia %d: %s" -#: glib/gmarkup.c:578 +#: ../glib/gmarkup.c:582 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -369,64 +601,65 @@ "No s'ha pogut analitzar «%-.*s», hi hauria d'haver hagut un dígit dins un " "caràcter de referència (per exemple ê) - potser el dígit és massa llarg" -#: glib/gmarkup.c:590 +#: ../glib/gmarkup.c:594 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " "as &" msgstr "" "La referència del caràcter no acaba amb un punt i coma. Segurament heu " -"utilitzat un caràcter «&» sense intenció d'iniciar una entitat. Substituïu el " -"caràcter «&» per &" +"utilitzat un caràcter «&» sense intenció d'iniciar una entitat. Substituïu " +"el caràcter «&» per &" -#: glib/gmarkup.c:616 +#: ../glib/gmarkup.c:620 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "El caràcter de referència «%-.*s» no codifica un caràcter permés" -#: glib/gmarkup.c:654 +#: ../glib/gmarkup.c:658 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" -"S'ha vist una entitat buida «&;». Les entitats vàlides són: & " < " -"> '" +"S'ha vist una entitat buida «&;». Les entitats vàlides són: & " " +"< > '" -#: glib/gmarkup.c:662 +#: ../glib/gmarkup.c:666 #, c-format msgid "Entity name '%-.*s' is not known" msgstr "Es desconeix el nom d'entitat «%-.*s»" -#: glib/gmarkup.c:667 +#: ../glib/gmarkup.c:671 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" msgstr "" "L'entitat no acaba amb un punt i coma. Segurament heu utilitzat un caràcter " -"«&» sense intenció d'iniciar una entitat. Substituïu el caràcter «&» per &" +"«&» sense intenció d'iniciar una entitat. Substituïu el caràcter «&» per " +"&" -#: glib/gmarkup.c:1014 +#: ../glib/gmarkup.c:1018 msgid "Document must begin with an element (e.g. )" msgstr "El document ha de començar amb un element (p.ex. )" -#: glib/gmarkup.c:1054 +#: ../glib/gmarkup.c:1058 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "" -"«%s» no és un caràcter vàlid després d'un caràcter «<». No pot començar un nom " -"d'element" +"«%s» no és un caràcter vàlid després d'un caràcter «<». No pot començar un " +"nom d'element" -#: glib/gmarkup.c:1122 +#: ../glib/gmarkup.c:1126 #, c-format msgid "" -"Odd character '%s', expected a '>' character to end the empty-element tag '%" -"s'" +"Odd character '%s', expected a '>' character to end the empty-element tag " +"'%s'" msgstr "" "S'ha trobat un caràcter estrany «%s». S'esperava el caràcter «>» per acabar " "l'etiqueta d'element buit «%s»" -#: glib/gmarkup.c:1206 +#: ../glib/gmarkup.c:1210 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -434,7 +667,7 @@ "S'ha trobat un caràcter estrany «%s». S'esperava un «=» després del nom " "d'atribut «%s» de l'element «%s»" -#: glib/gmarkup.c:1247 +#: ../glib/gmarkup.c:1251 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -445,7 +678,7 @@ "finalitzar l'etiqueta d'inici de l'element «%s», o opcionalment un atribut. " "Potser heu utilitzat un caràcter no vàlid en un nom d'atribut" -#: glib/gmarkup.c:1291 +#: ../glib/gmarkup.c:1295 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -454,7 +687,7 @@ "S'ha trobat un caràcter estrany «%s». S'esperaven unes cometes d'obertura " "després del signe «=» en donar valor a l'atribut «%s» de l'element «%s»" -#: glib/gmarkup.c:1425 +#: ../glib/gmarkup.c:1429 #, c-format msgid "" "'%s' is not a valid character following the characters '»" -#: glib/gmarkup.c:1472 +#: ../glib/gmarkup.c:1476 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "L'element «%s» estava tancat. Actualment no hi ha cap element obert" -#: glib/gmarkup.c:1481 +#: ../glib/gmarkup.c:1485 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "L'element «%s» estava tancat. L'element obert actualment és «%s»" -#: glib/gmarkup.c:1648 +#: ../glib/gmarkup.c:1652 msgid "Document was empty or contained only whitespace" msgstr "El document era buit o només contenia espais en blanc" -#: glib/gmarkup.c:1662 +#: ../glib/gmarkup.c:1666 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "El document ha acabat de manera inesperada immediatament després del símbol " "«<»" -#: glib/gmarkup.c:1670 glib/gmarkup.c:1715 +#: ../glib/gmarkup.c:1674 ../glib/gmarkup.c:1719 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -501,7 +734,7 @@ "El document ha acabat de manera inesperada amb elements encara oberts. «%s» " "era l'últim element obert" -#: glib/gmarkup.c:1678 +#: ../glib/gmarkup.c:1682 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -510,21 +743,21 @@ "El document ha acabat de manera inesperada. S'esperava trobar un símbol «>» " "que acabés l'etiqueta <%s/>" -#: glib/gmarkup.c:1684 +#: ../glib/gmarkup.c:1688 msgid "Document ended unexpectedly inside an element name" msgstr "El document ha acabat de manera inesperada enmig d'un nom d'element" -#: glib/gmarkup.c:1690 +#: ../glib/gmarkup.c:1694 msgid "Document ended unexpectedly inside an attribute name" msgstr "El document ha acabat de manera inesperada enmig d'un nom d'atribut" -#: glib/gmarkup.c:1695 +#: ../glib/gmarkup.c:1699 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "El document ha acabat de manera inesperada enmig d'una etiqueta d'obertura " "d'un element." -#: glib/gmarkup.c:1701 +#: ../glib/gmarkup.c:1705 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -532,407 +765,409 @@ "El document ha acabat de manera inesperada després d'un signe d'igual " "després d'un nom d'atribut. No hi ha cap valor d'atribut" -#: glib/gmarkup.c:1708 +#: ../glib/gmarkup.c:1712 msgid "Document ended unexpectedly while inside an attribute value" msgstr "El document ha acabat de manera inesperada enmig d'un valor d'atribut" -#: glib/gmarkup.c:1724 +#: ../glib/gmarkup.c:1728 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" "El document ha acabat de manera inesperada enmig de l'etiqueta de tancament " "de l'element «%s»" -#: glib/gmarkup.c:1730 +#: ../glib/gmarkup.c:1734 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "El document ha acabat de manera inesperada enmig d'un comentari o una " "instrucció de processament" -#: glib/gregex.c:131 +#: ../glib/gregex.c:188 msgid "corrupted object" msgstr "objecte malmés" -#: glib/gregex.c:133 +#: ../glib/gregex.c:190 msgid "internal error or corrupted object" msgstr "error intern o objecte malmés" -#: glib/gregex.c:135 +#: ../glib/gregex.c:192 msgid "out of memory" msgstr "no hi ha prou memòria" -#: glib/gregex.c:140 +#: ../glib/gregex.c:197 msgid "backtracking limit reached" msgstr "s'ha arribat al límit de tornades arrere" -#: glib/gregex.c:152 glib/gregex.c:160 +#: ../glib/gregex.c:209 ../glib/gregex.c:217 msgid "the pattern contains items not supported for partial matching" msgstr "" "el patró conté elements que no estan implementats en les concordances " "parcials" -#: glib/gregex.c:154 gio/glocalfile.c:2110 +#: ../glib/gregex.c:211 ../gio/glocalfile.c:2109 msgid "internal error" msgstr "error intern" -#: glib/gregex.c:162 +#: ../glib/gregex.c:219 msgid "back references as conditions are not supported for partial matching" msgstr "" "no s'ha implementat l'ús de referències anteriors per a coincidències " "parcials" -#: glib/gregex.c:171 +#: ../glib/gregex.c:228 msgid "recursion limit reached" msgstr "s'ha arribat al límit de recurrències" -#: glib/gregex.c:173 +#: ../glib/gregex.c:230 msgid "workspace limit for empty substrings reached" msgstr "s'ha arribat al límit d'espais de treball per a subcadenes buides" -#: glib/gregex.c:175 +#: ../glib/gregex.c:232 msgid "invalid combination of newline flags" msgstr "la combinació de senyaladors de línia nova no és vàlida" -#: glib/gregex.c:179 +#: ../glib/gregex.c:236 msgid "unknown error" msgstr "error desconegut" -#: glib/gregex.c:199 +#: ../glib/gregex.c:256 msgid "\\ at end of pattern" msgstr "\\ al final del patró" -#: glib/gregex.c:202 +#: ../glib/gregex.c:259 msgid "\\c at end of pattern" msgstr "\\c al final del patró" -#: glib/gregex.c:205 +#: ../glib/gregex.c:262 msgid "unrecognized character follows \\" msgstr "caràcter no reconegut després de \\" -#: glib/gregex.c:212 +#: ../glib/gregex.c:269 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "ací no es permeten els escapaments (\\l,\\L, \\u, \\U)" -#: glib/gregex.c:215 +#: ../glib/gregex.c:272 msgid "numbers out of order in {} quantifier" msgstr "nombres fora del rang en el quantificador {}" -#: glib/gregex.c:218 +#: ../glib/gregex.c:275 msgid "number too big in {} quantifier" msgstr "nombre massa gran en el quantificador {}" -#: glib/gregex.c:221 +#: ../glib/gregex.c:278 msgid "missing terminating ] for character class" msgstr "falta el «]» per a la classe de caràcter" -#: glib/gregex.c:224 +#: ../glib/gregex.c:281 msgid "invalid escape sequence in character class" msgstr "la seqüència d'escapada en la classe de caràcter no és vàlida" -#: glib/gregex.c:227 +#: ../glib/gregex.c:284 msgid "range out of order in character class" msgstr "s'ha eixit del rang en la classe de caràcter" -#: glib/gregex.c:230 +#: ../glib/gregex.c:287 msgid "nothing to repeat" msgstr "no hi ha res a repetir" -#: glib/gregex.c:233 +#: ../glib/gregex.c:290 msgid "unrecognized character after (?" msgstr "no es reconeix el caràcter després de «(?»" -#: glib/gregex.c:237 +#: ../glib/gregex.c:294 msgid "unrecognized character after (?<" msgstr "no es reconeix el caràcter després de «(?<»" -#: glib/gregex.c:241 +#: ../glib/gregex.c:298 msgid "unrecognized character after (?P" msgstr "no es reconeix el caràcter després de «(?P»" -#: glib/gregex.c:244 +#: ../glib/gregex.c:301 msgid "POSIX named classes are supported only within a class" msgstr "" "només es permeten les classes amb nom de POSIX dins de la pròpia classe" -#: glib/gregex.c:247 +#: ../glib/gregex.c:304 msgid "missing terminating )" msgstr "falta un «)»" -#: glib/gregex.c:251 +#: ../glib/gregex.c:308 msgid ") without opening (" msgstr "hi ha un «)» sense el corresponent «(»" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: glib/gregex.c:258 +#: ../glib/gregex.c:315 msgid "(?R or (?[+-]digits must be followed by )" msgstr "«(?R» o «(?[+-]dígits» han d'anar seguits per «)»" -#: glib/gregex.c:261 +#: ../glib/gregex.c:318 msgid "reference to non-existent subpattern" msgstr "referència a un subpatró que no existeix" -#: glib/gregex.c:264 +#: ../glib/gregex.c:321 msgid "missing ) after comment" msgstr "falta un «)» després del comentari" -#: glib/gregex.c:267 +#: ../glib/gregex.c:324 msgid "regular expression too large" msgstr "l'expressió regular és massa llarga" -#: glib/gregex.c:270 +#: ../glib/gregex.c:327 msgid "failed to get memory" msgstr "no s'ha pogut obtindre memòria" -#: glib/gregex.c:273 +#: ../glib/gregex.c:330 msgid "lookbehind assertion is not fixed length" msgstr "l'asserció cap arrere no té llargada fixa" -#: glib/gregex.c:276 +#: ../glib/gregex.c:333 msgid "malformed number or name after (?(" msgstr "nombre o nom malformats després de «(?(»" -#: glib/gregex.c:279 +#: ../glib/gregex.c:336 msgid "conditional group contains more than two branches" msgstr "el grup condicional conté més de dues branques" -#: glib/gregex.c:282 +#: ../glib/gregex.c:339 msgid "assertion expected after (?(" msgstr "s'esperava una asserció després de «(?(»" -#: glib/gregex.c:285 +#: ../glib/gregex.c:342 msgid "unknown POSIX class name" msgstr "nom de classe POSIX desconeguda" -#: glib/gregex.c:288 +#: ../glib/gregex.c:345 msgid "POSIX collating elements are not supported" msgstr "no es poden utilitzar els elements d'ordenació de POSIX" -#: glib/gregex.c:291 +#: ../glib/gregex.c:348 msgid "character value in \\x{...} sequence is too large" msgstr "el valor del caràcter a la seqüència «\\x{...}» és massa llarg" -#: glib/gregex.c:294 +#: ../glib/gregex.c:351 msgid "invalid condition (?(0)" msgstr "condició «(?(0)» no vàlida" -#: glib/gregex.c:297 +#: ../glib/gregex.c:354 msgid "\\C not allowed in lookbehind assertion" msgstr "no es permet \\C en assercions cap arrere" -#: glib/gregex.c:300 +#: ../glib/gregex.c:357 msgid "recursive call could loop indefinitely" msgstr "la crida recursiva podria entrar en bucle indefinidament" -#: glib/gregex.c:303 +#: ../glib/gregex.c:360 msgid "missing terminator in subpattern name" msgstr "falta la finalització en el nom del subpatró" -#: glib/gregex.c:306 +#: ../glib/gregex.c:363 msgid "two named subpatterns have the same name" msgstr "dos noms de subpatró tenen el mateix nom" -#: glib/gregex.c:309 +#: ../glib/gregex.c:366 msgid "malformed \\P or \\p sequence" msgstr "la seqüència «\\P» o «\\p» és malformada" -#: glib/gregex.c:312 +#: ../glib/gregex.c:369 msgid "unknown property name after \\P or \\p" msgstr "es desconeix el nom de la propietat després de «\\P» o «\\p»" -#: glib/gregex.c:315 +#: ../glib/gregex.c:372 msgid "subpattern name is too long (maximum 32 characters)" msgstr "el nom del subpatró és massa llarg (32 caràcters com a màxim)" -#: glib/gregex.c:318 +#: ../glib/gregex.c:375 msgid "too many named subpatterns (maximum 10,000)" msgstr "hi ha massa subpatrons amb nom (màxim de 10.000)" -#: glib/gregex.c:321 +#: ../glib/gregex.c:378 msgid "octal value is greater than \\377" msgstr "el valor octal és més gran que \\377" -#: glib/gregex.c:324 +#: ../glib/gregex.c:381 msgid "DEFINE group contains more than one branch" msgstr "el grup «DEFINE» conté més d'una branca" -#: glib/gregex.c:327 +#: ../glib/gregex.c:384 msgid "repeating a DEFINE group is not allowed" msgstr "no es permet repetir un grup «DEFINE»" -#: glib/gregex.c:330 +#: ../glib/gregex.c:387 msgid "inconsistent NEWLINE options" msgstr "opcions «NEWLINE» inconsistents" -#: glib/gregex.c:333 +#: ../glib/gregex.c:390 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "«\\g» no és seguit per un nom entre claus o un nombre opcional diferent de " "zero entre claus" -#: glib/gregex.c:338 +#: ../glib/gregex.c:395 msgid "unexpected repeat" msgstr "repetició no esperada" -#: glib/gregex.c:342 +#: ../glib/gregex.c:399 msgid "code overflow" msgstr "desbordament del codi" -#: glib/gregex.c:346 +#: ../glib/gregex.c:403 msgid "overran compiling workspace" msgstr "s'ha produït un desbordament en compilar l'espai de treball" -#: glib/gregex.c:350 +#: ../glib/gregex.c:407 msgid "previously-checked referenced subpattern not found" msgstr "no s'ha trobat el subpatró referenciat comprovat anteriorment" -#: glib/gregex.c:522 glib/gregex.c:1639 +#: ../glib/gregex.c:579 ../glib/gregex.c:1700 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "S'ha produït un error en fer coincidir l'expressió regular %s: %s" -#: glib/gregex.c:1094 +#: ../glib/gregex.c:1155 msgid "PCRE library is compiled without UTF8 support" msgstr "La biblioteca PCRE no està compilada per interpretar UTF8" -#: glib/gregex.c:1103 +#: ../glib/gregex.c:1164 msgid "PCRE library is compiled without UTF8 properties support" msgstr "" "La biblioteca PCRE no està compilada per interpretar les propietats UTF8" -#: glib/gregex.c:1157 +#: ../glib/gregex.c:1218 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "" "S'ha produït un error en compilar l'expressió regular %s al caràcter %d: %s" -#: glib/gregex.c:1193 +#: ../glib/gregex.c:1254 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "S'ha produït un error en optimitzar l'expressió regular %s: %s" -#: glib/gregex.c:2067 +#: ../glib/gregex.c:2128 msgid "hexadecimal digit or '}' expected" msgstr "s'esperava un dígit hexadecimal o bé «}»" -#: glib/gregex.c:2083 +#: ../glib/gregex.c:2144 msgid "hexadecimal digit expected" msgstr "s'esperava un dígit hexadecimal" -#: glib/gregex.c:2123 +#: ../glib/gregex.c:2184 msgid "missing '<' in symbolic reference" msgstr "falta un «<» en la referència simbòlica" -#: glib/gregex.c:2132 +#: ../glib/gregex.c:2193 msgid "unfinished symbolic reference" msgstr "la referència simbòlica no està acabada" -#: glib/gregex.c:2139 +#: ../glib/gregex.c:2200 msgid "zero-length symbolic reference" msgstr "referència simbòlica de longitud zero" -#: glib/gregex.c:2150 +#: ../glib/gregex.c:2211 msgid "digit expected" msgstr "s'esperava un dígit" -#: glib/gregex.c:2168 +#: ../glib/gregex.c:2229 msgid "illegal symbolic reference" msgstr "la referència simbòlica no és vàlida" -#: glib/gregex.c:2230 +#: ../glib/gregex.c:2291 msgid "stray final '\\'" msgstr "«\\» final extraviat" -#: glib/gregex.c:2234 +#: ../glib/gregex.c:2295 msgid "unknown escape sequence" msgstr "no es reconeix la seqüència d'escapament" -#: glib/gregex.c:2244 +#: ../glib/gregex.c:2305 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "" -"S'ha produït un error en analitzar el text de reemplaçament «%s» al caràcter %" -"lu: %s" +"S'ha produït un error en analitzar el text de reemplaçament «%s» al caràcter " +"%lu: %s" -#: glib/gshell.c:92 +#: ../glib/gshell.c:91 msgid "Quoted text doesn't begin with a quotation mark" msgstr "El text citat no comença amb cometes" -#: glib/gshell.c:182 +#: ../glib/gshell.c:181 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "S'han trobat unes cometes desaparellades en una línia d'ordes o en un altre " "text entre cometes" -#: glib/gshell.c:560 +#: ../glib/gshell.c:559 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "El text acaba just després d'un caràcter «\\». (El text era «%s»)" -#: glib/gshell.c:567 +#: ../glib/gshell.c:566 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "El text ha acabat abans de trobar les cometes corresponents a %c. (El text " "era «%s»)" -#: glib/gshell.c:579 +#: ../glib/gshell.c:578 msgid "Text was empty (or contained only whitespace)" msgstr "El text era buit (o només contenia espais en blanc)" -#: glib/gspawn-win32.c:283 +#: ../glib/gspawn-win32.c:282 msgid "Failed to read data from child process" msgstr "No s'ha pogut llegir dades del procés fill" -#: glib/gspawn-win32.c:300 glib/gspawn.c:1480 +#: ../glib/gspawn-win32.c:299 ../glib/gspawn.c:1486 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "No s'ha pogut crear el conducte per comunicar-se amb el procés fill (%s)" -#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139 +#: ../glib/gspawn-win32.c:338 ../glib/gspawn-win32.c:346 ../glib/gspawn.c:1145 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "No s'ha pogut llegir des del conducte fill (%s)" -#: glib/gspawn-win32.c:370 glib/gspawn.c:1346 +#: ../glib/gspawn-win32.c:369 ../glib/gspawn.c:1352 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "No s'ha pogut canviar al directori «%s» (%s)" -#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495 +#: ../glib/gspawn-win32.c:375 ../glib/gspawn-win32.c:494 #, c-format msgid "Failed to execute child process (%s)" msgstr "No s'ha pogut executar el procés fill (%s)" -#: glib/gspawn-win32.c:445 +#: ../glib/gspawn-win32.c:444 #, c-format msgid "Invalid program name: %s" msgstr "El nom del programa no és vàlid: %s" -#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279 +#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:722 +#: ../glib/gspawn-win32.c:1278 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "La cadena en el vector d'argument no és vàlida a %d: %s" -#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312 +#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:737 +#: ../glib/gspawn-win32.c:1311 #, c-format msgid "Invalid string in environment: %s" msgstr "Cadena no vàlida a l'entorn: %s" -#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260 +#: ../glib/gspawn-win32.c:718 ../glib/gspawn-win32.c:1259 #, c-format msgid "Invalid working directory: %s" msgstr "El directori de treball no és vàlid: %s" -#: glib/gspawn-win32.c:784 +#: ../glib/gspawn-win32.c:783 #, c-format msgid "Failed to execute helper program (%s)" msgstr "No s'ha pogut executar el programa d'ajuda (%s)" -#: glib/gspawn-win32.c:998 +#: ../glib/gspawn-win32.c:997 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -940,197 +1175,200 @@ "S'ha produït un error inesperat a g_io_channel_win32_poll() en llegir dades " "d'un procés fill" -#: glib/gspawn.c:190 +#: ../glib/gspawn.c:196 #, c-format msgid "Failed to read data from child process (%s)" msgstr "No s'ha pogut llegir dades des del procés fill (%s)" -#: glib/gspawn.c:329 +#: ../glib/gspawn.c:335 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "S'ha produït un error inesperat a select() en llegir dades des d'un procés " "fill (%s)" -#: glib/gspawn.c:414 +#: ../glib/gspawn.c:420 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "S'ha produït un error inesperat en waitpid() (%s)" -#: glib/gspawn.c:1206 +#: ../glib/gspawn.c:1212 #, c-format msgid "Failed to fork (%s)" msgstr "No s'ha pogut bifurcar-se (%s)" -#: glib/gspawn.c:1356 +#: ../glib/gspawn.c:1362 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "No s'ha pogut executar el procés fill «%s» (%s)" -#: glib/gspawn.c:1366 +#: ../glib/gspawn.c:1372 #, c-format msgid "Failed to redirect output or input of child process (%s)" -msgstr "No s'ha pogut redirigir l'entrada o l'eixida del procés fill (%s)" +msgstr "No s'ha pogut redirigir l'entrada o la eixida del procés fill (%s)" -#: glib/gspawn.c:1375 +#: ../glib/gspawn.c:1381 #, c-format msgid "Failed to fork child process (%s)" msgstr "No s'ha pogut bifurcar el procés fill (%s)" -#: glib/gspawn.c:1383 +#: ../glib/gspawn.c:1389 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "S'ha produït un error desconegut en executar el procés fill «%s»" -#: glib/gspawn.c:1407 +#: ../glib/gspawn.c:1413 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "No s'han pogut llegir prou dades del conducte de l'identificador del procés " "fill (%s)" -#: glib/gutf8.c:1063 +#: ../glib/gutf8.c:1066 msgid "Character out of range for UTF-8" msgstr "El caràcter és fora del rang per a UTF-8" -#: glib/gutf8.c:1163 glib/gutf8.c:1172 glib/gutf8.c:1304 glib/gutf8.c:1313 -#: glib/gutf8.c:1454 glib/gutf8.c:1550 +#: ../glib/gutf8.c:1166 ../glib/gutf8.c:1175 ../glib/gutf8.c:1307 +#: ../glib/gutf8.c:1316 ../glib/gutf8.c:1457 ../glib/gutf8.c:1553 msgid "Invalid sequence in conversion input" msgstr "Seqüència no vàlida a l'entrada de la conversió" -#: glib/gutf8.c:1465 glib/gutf8.c:1561 +#: ../glib/gutf8.c:1468 ../glib/gutf8.c:1564 msgid "Character out of range for UTF-16" msgstr "El caràcter és fora del rang per a UTF-16" -#: glib/goption.c:755 +#: ../glib/goption.c:760 msgid "Usage:" msgstr "Forma d'ús:" -#: glib/goption.c:755 +#: ../glib/goption.c:760 msgid "[OPTION...]" msgstr "[OPCIÓ...]" -#: glib/goption.c:861 +#: ../glib/goption.c:866 msgid "Help Options:" msgstr "Opcions d'ajuda:" -#: glib/goption.c:862 +#: ../glib/goption.c:867 msgid "Show help options" msgstr "Mostra les opcions d'ajuda" -#: glib/goption.c:868 +#: ../glib/goption.c:873 msgid "Show all help options" msgstr "Mostra totes les opcions d'ajuda" -#: glib/goption.c:930 +#: ../glib/goption.c:935 msgid "Application Options:" msgstr "Opcions de l'aplicació:" -#: glib/goption.c:992 glib/goption.c:1062 +#: ../glib/goption.c:997 ../glib/goption.c:1067 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "No es pot analitzar el valor enter «%s» per a %s" -#: glib/goption.c:1002 glib/goption.c:1070 +#: ../glib/goption.c:1007 ../glib/goption.c:1075 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "El valor enter «%s» per a %s és fora del rang" -#: glib/goption.c:1027 +#: ../glib/goption.c:1032 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "No es pot analitzar el valor doble «%s» per a %s" -#: glib/goption.c:1035 +#: ../glib/goption.c:1040 #, c-format msgid "Double value '%s' for %s out of range" msgstr "El valor doble «%s» per a %s és fora del rang" -#: glib/goption.c:1298 glib/goption.c:1377 +#: ../glib/goption.c:1303 ../glib/goption.c:1382 #, c-format msgid "Error parsing option %s" msgstr "S'ha produït un error en analitzar l'opció %s" -#: glib/goption.c:1408 glib/goption.c:1522 +#: ../glib/goption.c:1413 ../glib/goption.c:1527 #, c-format msgid "Missing argument for %s" msgstr "Manca un argument per a %s" -#: glib/goption.c:1917 +#: ../glib/goption.c:1922 #, c-format msgid "Unknown option %s" msgstr "Es desconeix l'opció %s" -#: glib/gkeyfile.c:363 +#: ../glib/gkeyfile.c:362 msgid "Valid key file could not be found in search dirs" msgstr "No s'ha pogut trobar cap fitxer de claus vàlid als directoris de cerca" -#: glib/gkeyfile.c:398 +#: ../glib/gkeyfile.c:397 msgid "Not a regular file" msgstr "No és un fitxer regular" -#: glib/gkeyfile.c:406 +#: ../glib/gkeyfile.c:405 msgid "File is empty" msgstr "El fitxer és buit" -#: glib/gkeyfile.c:765 +#: ../glib/gkeyfile.c:764 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "" -"El fitxer de claus conté la línia «%s» que no és una parella clau-valor, grup " -"o comentari" +"El fitxer de claus conté la línia «%s» que no és una parella clau-valor, " +"grup o comentari" -#: glib/gkeyfile.c:825 +#: ../glib/gkeyfile.c:824 #, c-format msgid "Invalid group name: %s" msgstr "El nom del grup no és vàlid: %s" -#: glib/gkeyfile.c:847 +#: ../glib/gkeyfile.c:846 msgid "Key file does not start with a group" msgstr "El fitxer de claus no comença amb un grup" -#: glib/gkeyfile.c:873 +#: ../glib/gkeyfile.c:872 #, c-format msgid "Invalid key name: %s" msgstr "El nom de la clau no és vàlid: %s" -#: glib/gkeyfile.c:900 +#: ../glib/gkeyfile.c:899 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "El fitxer de claus conté la codificació no implementada «%s»" -#: glib/gkeyfile.c:1116 glib/gkeyfile.c:1278 glib/gkeyfile.c:2657 -#: glib/gkeyfile.c:2723 glib/gkeyfile.c:2858 glib/gkeyfile.c:2991 -#: glib/gkeyfile.c:3144 glib/gkeyfile.c:3331 glib/gkeyfile.c:3392 +#: ../glib/gkeyfile.c:1115 ../glib/gkeyfile.c:1277 ../glib/gkeyfile.c:2656 +#: ../glib/gkeyfile.c:2722 ../glib/gkeyfile.c:2857 ../glib/gkeyfile.c:2990 +#: ../glib/gkeyfile.c:3143 ../glib/gkeyfile.c:3330 ../glib/gkeyfile.c:3391 #, c-format msgid "Key file does not have group '%s'" msgstr "El fitxer de claus no té el grup «%s»" -#: glib/gkeyfile.c:1290 +#: ../glib/gkeyfile.c:1289 #, c-format msgid "Key file does not have key '%s'" msgstr "El fitxer de claus no té la clau «%s»" -#: glib/gkeyfile.c:1397 glib/gkeyfile.c:1512 +#: ../glib/gkeyfile.c:1396 ../glib/gkeyfile.c:1511 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" -msgstr "El fitxer de claus conté la clau «%s» amb el valor «%s» que no és UTF-8" +msgstr "" +"El fitxer de claus conté la clau «%s» amb el valor «%s» que no és UTF-8" -#: glib/gkeyfile.c:1417 glib/gkeyfile.c:1911 +#: ../glib/gkeyfile.c:1416 ../glib/gkeyfile.c:1910 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" -"El fitxer de claus conté la clau «%s» que té un valor que no és interpretable." +"El fitxer de claus conté la clau «%s» que té un valor que no és " +"interpretable." -#: glib/gkeyfile.c:1532 +#: ../glib/gkeyfile.c:1531 #, c-format msgid "" "Key file contains key '%s' which has a value that cannot be interpreted." msgstr "" -"El fitxer de claus conté la clau «%s» que té un valor que no és interpretable." +"El fitxer de claus conté la clau «%s» que té un valor que no és " +"interpretable." -#: glib/gkeyfile.c:2126 glib/gkeyfile.c:2488 +#: ../glib/gkeyfile.c:2125 ../glib/gkeyfile.c:2487 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1139,522 +1377,637 @@ "El fitxer de claus conté la clau «%s» en el grup «%s», que té un valor no " "interpretable." -#: glib/gkeyfile.c:2672 glib/gkeyfile.c:2873 glib/gkeyfile.c:3403 +#: ../glib/gkeyfile.c:2671 ../glib/gkeyfile.c:2872 ../glib/gkeyfile.c:3402 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "El fitxer de claus no conté una clau «%s» en el grup «%s»" -#: glib/gkeyfile.c:3637 +#: ../glib/gkeyfile.c:3636 msgid "Key file contains escape character at end of line" msgstr "El fitxer de claus conté un caràcter d'escapada al final de línia" -#: glib/gkeyfile.c:3659 +#: ../glib/gkeyfile.c:3658 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "El fitxer de claus conté una seqüència d'escapada no vàlida «%s»" -#: glib/gkeyfile.c:3801 +#: ../glib/gkeyfile.c:3800 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "El valor «%s» no es pot interpretar com a un nombre." -#: glib/gkeyfile.c:3815 +#: ../glib/gkeyfile.c:3814 #, c-format msgid "Integer value '%s' out of range" msgstr "El valor enter «%s» és fora del rang" -#: glib/gkeyfile.c:3848 +#: ../glib/gkeyfile.c:3847 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "El valor «%s» no es pot interpretar com a un nombre en coma flotant." -#: glib/gkeyfile.c:3872 +#: ../glib/gkeyfile.c:3871 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "El valor «%s» no es pot interpretar com un booleà." -#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 -#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:721 +#: ../gio/gbufferedinputstream.c:411 ../gio/gbufferedinputstream.c:492 +#: ../gio/ginputstream.c:185 ../gio/ginputstream.c:317 +#: ../gio/ginputstream.c:556 ../gio/ginputstream.c:681 +#: ../gio/goutputstream.c:198 ../gio/goutputstream.c:725 #, c-format msgid "Too large count value passed to %s" msgstr "El valor de comptatge passat a %s és massa llarg" -#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1196 +#: ../gio/gbufferedinputstream.c:881 ../gio/ginputstream.c:891 +#: ../gio/giostream.c:306 ../gio/goutputstream.c:1200 msgid "Stream is already closed" msgstr "Ja està tancat el flux" -#: gio/gcancellable.c:433 gio/gdbusconnection.c:1212 -#: gio/gdbusconnection.c:1300 gio/gdbusconnection.c:1472 gio/glocalfile.c:2103 -#: gio/gsimpleasyncresult.c:651 gio/gsimpleasyncresult.c:677 +#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1633 +#: ../gio/gdbusconnection.c:1722 ../gio/gdbusconnection.c:1904 +#: ../gio/glocalfile.c:2102 ../gio/gsimpleasyncresult.c:755 +#: ../gio/gsimpleasyncresult.c:781 msgid "Operation was cancelled" msgstr "S'ha cancel·lat l'operació" -#: gio/gcharsetconverter.c:264 +#: ../gio/gcharsetconverter.c:263 msgid "Invalid object, not initialized" msgstr "L'objecte no és vàlid, no s'ha inicialitzat" -#: gio/gcharsetconverter.c:285 gio/gcharsetconverter.c:313 +#: ../gio/gcharsetconverter.c:284 ../gio/gcharsetconverter.c:312 msgid "Incomplete multibyte sequence in input" msgstr "La seqüència de múltiples bytes de l'entrada no és completa" -#: gio/gcharsetconverter.c:319 gio/gcharsetconverter.c:328 +#: ../gio/gcharsetconverter.c:318 ../gio/gcharsetconverter.c:327 msgid "Not enough space in destination" msgstr "No hi ha prou espai a la destinació" -#: gio/gcharsetconverter.c:448 gio/gsocket.c:804 +#: ../gio/gcharsetconverter.c:447 ../gio/gsocket.c:810 msgid "Cancellable initialization not supported" msgstr "No està implementada la cancel·lació de la inicialització" -#: gio/gcontenttype.c:180 +#: ../gio/gcontenttype.c:179 msgid "Unknown type" msgstr "Tipus desconegut" -#: gio/gcontenttype.c:181 +#: ../gio/gcontenttype.c:180 #, c-format msgid "%s filetype" msgstr "tipus de fitxer %s" -#: gio/gcontenttype.c:681 +#: ../gio/gcontenttype.c:679 #, c-format msgid "%s type" msgstr "tipus %s" -#: gio/gcredentials.c:203 gio/gcredentials.c:338 +#: ../gio/gcredentials.c:246 ../gio/gcredentials.c:441 msgid "GCredentials is not implemented on this OS" msgstr "" -#: gio/gcredentials.c:296 +#: ../gio/gcredentials.c:396 msgid "There is no GCredentials support for your platform" msgstr "" -#: gio/gdatainputstream.c:311 +#: ../gio/gdatainputstream.c:311 msgid "Unexpected early end-of-stream" msgstr "No s'esperava un final de flux tant prompte" -#: gio/gdbusaddress.c:135 gio/gdbusaddress.c:226 gio/gdbusaddress.c:300 +#: ../gio/gdbusaddress.c:142 ../gio/gdbusaddress.c:230 +#: ../gio/gdbusaddress.c:304 #, fuzzy, c-format msgid "Unsupported key `%s' in address entry `%s'" msgstr "L'adreça de sòcol no és compatible" -#: gio/gdbusaddress.c:165 +#: ../gio/gdbusaddress.c:169 #, c-format msgid "" "Address `%s' is invalid (need exactly one of path, tmpdir or abstract keys)" msgstr "" -#: gio/gdbusaddress.c:178 +#: ../gio/gdbusaddress.c:182 #, c-format msgid "Meaningless key/value pair combination in address entry `%s'" msgstr "" -#: gio/gdbusaddress.c:241 gio/gdbusaddress.c:315 +#: ../gio/gdbusaddress.c:245 ../gio/gdbusaddress.c:319 #, c-format msgid "Error in address `%s' - the port attribute is malformed" msgstr "" -#: gio/gdbusaddress.c:252 gio/gdbusaddress.c:326 +#: ../gio/gdbusaddress.c:256 ../gio/gdbusaddress.c:330 #, c-format msgid "Error in address `%s' - the family attribute is malformed" msgstr "" -#: gio/gdbusaddress.c:428 +#: ../gio/gdbusaddress.c:434 #, c-format msgid "Address element `%s', does not contain a colon (:)" msgstr "" -#: gio/gdbusaddress.c:449 +#: ../gio/gdbusaddress.c:455 #, c-format msgid "" "Key/Value pair %d, `%s', in address element `%s', does not contain an equal " "sign" msgstr "" -#: gio/gdbusaddress.c:523 +#: ../gio/gdbusaddress.c:469 +#, c-format +msgid "" +"Error unescaping key or value in Key/Value pair %d, `%s', in address element " +"`%s'" +msgstr "" + +#: ../gio/gdbusaddress.c:547 #, c-format msgid "" "Error in address `%s' - the unix transport requires exactly one of the keys " "`path' or `abstract' to be set" msgstr "" -#: gio/gdbusaddress.c:559 +#: ../gio/gdbusaddress.c:583 #, c-format msgid "Error in address `%s' - the host attribute is missing or malformed" msgstr "" -#: gio/gdbusaddress.c:573 +#: ../gio/gdbusaddress.c:597 #, c-format msgid "Error in address `%s' - the port attribute is missing or malformed" msgstr "" -#: gio/gdbusaddress.c:587 +#: ../gio/gdbusaddress.c:611 #, c-format msgid "Error in address `%s' - the noncefile attribute is missing or malformed" msgstr "" -#: gio/gdbusaddress.c:601 +#: ../gio/gdbusaddress.c:632 +#, fuzzy +msgid "Error auto-launching: " +msgstr "S'ha produït un error en connectar-se: " + +#: ../gio/gdbusaddress.c:640 #, c-format msgid "Unknown or unsupported transport `%s' for address `%s'" msgstr "" -#: gio/gdbusaddress.c:635 +#: ../gio/gdbusaddress.c:676 +#, fuzzy, c-format +msgid "Error opening nonce file `%s': %s" +msgstr "S'ha produït un error en obrir el fitxer «%s»: %s" + +#: ../gio/gdbusaddress.c:694 +#, fuzzy, c-format +msgid "Error reading from nonce file `%s': %s" +msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" + +#: ../gio/gdbusaddress.c:703 +#, fuzzy, c-format +msgid "Error reading from nonce file `%s', expected 16 bytes, got %d" +msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" + +#: ../gio/gdbusaddress.c:721 +#, fuzzy, c-format +msgid "Error writing contents of nonce file `%s' to stream:" +msgstr "S'ha produït un error en escriure al fitxer: %s" + +#: ../gio/gdbusaddress.c:942 +msgid "The given address is empty" +msgstr "" + +#: ../gio/gdbusaddress.c:1011 +msgid "Cannot spawn a message bus without a machine-id: " +msgstr "" + +#: ../gio/gdbusaddress.c:1048 #, fuzzy, c-format -msgid "Error reading nonce file `%s':" +msgid "Error spawning command line `%s': " msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" -#: gio/gdbusaddress.c:646 -msgid "The nonce-file `%s' was %" +#: ../gio/gdbusaddress.c:1059 +#, c-format +msgid "Abnormal program termination spawning command line `%s': %s" msgstr "" -#: gio/gdbusaddress.c:662 +#: ../gio/gdbusaddress.c:1073 #, c-format -msgid "Error write contents of nonce file `%s' to stream:" +msgid "Command line `%s' exited with non-zero exit status %d: %s" msgstr "" -#: gio/gdbusaddress.c:978 +#: ../gio/gdbusaddress.c:1146 #, c-format -msgid "" -"Cannot determine session bus address (TODO: run dbus-launch to find out)" +msgid "Cannot determine session bus address (not implemented for this OS)" msgstr "" -#: gio/gdbusaddress.c:1002 gio/gdbusconnection.c:5309 +#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6142 #, c-format msgid "" "Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable " "- unknown value `%s'" msgstr "" -#: gio/gdbusaddress.c:1011 gio/gdbusconnection.c:5318 +#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6151 msgid "" "Cannot determine bus address because the DBUS_STARTER_BUS_TYPE environment " "variable is not set" msgstr "" -#: gio/gdbusaddress.c:1021 +#: ../gio/gdbusaddress.c:1264 #, fuzzy, c-format msgid "Unknown bus type %d" msgstr "Tipus desconegut" -#: gio/gdbusauth.c:289 +#: ../gio/gdbusauth.c:288 msgid "Unexpected lack of content trying to read a line" msgstr "" -#: gio/gdbusauth.c:333 +#: ../gio/gdbusauth.c:332 msgid "Unexpected lack of content trying to (safely) read a line" msgstr "" -#: gio/gdbusauth.c:504 +#: ../gio/gdbusauth.c:503 #, c-format msgid "" "Exhausted all available authentication mechanisms (tried: %s) (available: %s)" msgstr "" -#: gio/gdbusauth.c:1146 +#: ../gio/gdbusauth.c:1150 msgid "Cancelled via GDBusAuthObserver::authorize-authenticated-peer" msgstr "" -#: gio/gdbusauthmechanismsha1.c:264 +#: ../gio/gdbusauthmechanismsha1.c:266 #, fuzzy, c-format msgid "Error statting directory `%s': %s" msgstr "S'ha produït un error en obrir el directori «%s»: %s" -#: gio/gdbusauthmechanismsha1.c:276 +#: ../gio/gdbusauthmechanismsha1.c:278 #, c-format msgid "" "Permissions on directory `%s' are malformed. Expected mode 0700, got 0%o" msgstr "" -#: gio/gdbusauthmechanismsha1.c:295 +#: ../gio/gdbusauthmechanismsha1.c:299 #, fuzzy, c-format msgid "Error creating directory `%s': %s" msgstr "S'ha produït un error en crear el directori: %s" -#: gio/gdbusauthmechanismsha1.c:378 +#: ../gio/gdbusauthmechanismsha1.c:382 #, fuzzy, c-format msgid "Error opening keyring `%s' for reading: " msgstr "S'ha produït un error en obrir el fitxer «%s»: %s" -#: gio/gdbusauthmechanismsha1.c:402 gio/gdbusauthmechanismsha1.c:711 +#: ../gio/gdbusauthmechanismsha1.c:406 ../gio/gdbusauthmechanismsha1.c:715 #, c-format msgid "Line %d of the keyring at `%s' with content `%s' is malformed" msgstr "" -#: gio/gdbusauthmechanismsha1.c:416 gio/gdbusauthmechanismsha1.c:725 +#: ../gio/gdbusauthmechanismsha1.c:420 ../gio/gdbusauthmechanismsha1.c:729 #, c-format msgid "" "First token of line %d of the keyring at `%s' with content `%s' is malformed" msgstr "" -#: gio/gdbusauthmechanismsha1.c:430 gio/gdbusauthmechanismsha1.c:739 +#: ../gio/gdbusauthmechanismsha1.c:434 ../gio/gdbusauthmechanismsha1.c:743 #, c-format msgid "" "Second token of line %d of the keyring at `%s' with content `%s' is malformed" msgstr "" -#: gio/gdbusauthmechanismsha1.c:454 +#: ../gio/gdbusauthmechanismsha1.c:458 #, c-format msgid "Didn't find cookie with id %d in the keyring at `%s'" msgstr "" -#: gio/gdbusauthmechanismsha1.c:531 +#: ../gio/gdbusauthmechanismsha1.c:535 #, fuzzy, c-format -msgid "Error deleting stale lock-file `%s': %s" +msgid "Error deleting stale lock file `%s': %s" msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" -#: gio/gdbusauthmechanismsha1.c:562 +#: ../gio/gdbusauthmechanismsha1.c:566 #, fuzzy, c-format -msgid "Error creating lock-file `%s': %s" +msgid "Error creating lock file `%s': %s" msgstr "S'ha produït un error en llegir el fitxer «%s»: %s" -#: gio/gdbusauthmechanismsha1.c:592 +#: ../gio/gdbusauthmechanismsha1.c:596 #, fuzzy, c-format -msgid "Error closing (unlinked) lock-file `%s': %s" +msgid "Error closing (unlinked) lock file `%s': %s" msgstr "S'ha produït un error en tancar el fitxer: %s" -#: gio/gdbusauthmechanismsha1.c:602 +#: ../gio/gdbusauthmechanismsha1.c:606 #, fuzzy, c-format -msgid "Error unlinking lock-file `%s': %s" +msgid "Error unlinking lock file `%s': %s" msgstr "S'ha produït un error en obrir el fitxer «%s»: %s" -#: gio/gdbusauthmechanismsha1.c:678 +#: ../gio/gdbusauthmechanismsha1.c:682 #, fuzzy, c-format msgid "Error opening keyring `%s' for writing: " msgstr "S'ha produït un error en obrir el fitxer «%s»: %s" -#: gio/gdbusauthmechanismsha1.c:873 +#: ../gio/gdbusauthmechanismsha1.c:877 #, c-format msgid "(Additionally, releasing the lock for `%s' also failed: %s) " msgstr "" -#: gio/gdbusconnection.c:1001 gio/gdbusconnection.c:1311 +#: ../gio/gdbusconnection.c:1142 ../gio/gdbusconnection.c:1371 +#: ../gio/gdbusconnection.c:1410 ../gio/gdbusconnection.c:1733 #, fuzzy msgid "The connection is closed" msgstr "El sòcol que s'ha afegit és tancat" -#: gio/gdbusconnection.c:1256 +#: ../gio/gdbusconnection.c:1677 msgid "Timeout was reached" msgstr "" -#: gio/gdbusconnection.c:1757 +#: ../gio/gdbusconnection.c:2291 msgid "" "Unsupported flags encountered when constructing a client-side connection" msgstr "" -#: gio/gdbusconnection.c:3158 +#: ../gio/gdbusconnection.c:3725 ../gio/gdbusconnection.c:4043 +#, c-format +msgid "" +"No such interface `org.freedesktop.DBus.Properties' on object at path %s" +msgstr "" + +#: ../gio/gdbusconnection.c:3797 #, c-format msgid "Error setting property `%s': Expected type `%s' but got `%s'" msgstr "" -#: gio/gdbusconnection.c:3250 +#: ../gio/gdbusconnection.c:3892 #, c-format msgid "No such property `%s'" msgstr "" -#: gio/gdbusconnection.c:3262 +#: ../gio/gdbusconnection.c:3904 #, fuzzy, c-format msgid "Property `%s' is not readable" msgstr "El tipus %s no té classe" -#: gio/gdbusconnection.c:3273 +#: ../gio/gdbusconnection.c:3915 #, fuzzy, c-format msgid "Property `%s' is not writable" msgstr "El tipus %s no té classe" -#: gio/gdbusconnection.c:3341 gio/gdbusconnection.c:4768 +#: ../gio/gdbusconnection.c:3985 ../gio/gdbusconnection.c:5576 #, c-format msgid "No such interface `%s'" msgstr "" -#: gio/gdbusconnection.c:3504 +#: ../gio/gdbusconnection.c:4173 msgid "No such interface" msgstr "" -#: gio/gdbusconnection.c:3748 +#: ../gio/gdbusconnection.c:4389 ../gio/gdbusconnection.c:6092 +#, c-format +msgid "No such interface `%s' on object at path %s" +msgstr "" + +#: ../gio/gdbusconnection.c:4441 #, c-format msgid "No such method `%s'" msgstr "" -#: gio/gdbusconnection.c:3779 +#: ../gio/gdbusconnection.c:4472 #, c-format msgid "Type of message, `%s', does not match expected type `%s'" msgstr "" -#: gio/gdbusconnection.c:3993 +#: ../gio/gdbusconnection.c:4691 #, c-format msgid "An object is already exported for the interface %s at %s" msgstr "" -#: gio/gdbusconnection.c:4173 +#: ../gio/gdbusconnection.c:4885 #, c-format msgid "Method `%s' returned type `%s', but expected `%s'" msgstr "" -#: gio/gdbusconnection.c:4866 +#: ../gio/gdbusconnection.c:5687 #, c-format msgid "Method `%s' on interface `%s' with signature `%s' does not exist" msgstr "" -#: gio/gdbusconnection.c:4981 +#: ../gio/gdbusconnection.c:5805 #, fuzzy, c-format msgid "A subtree is already exported for %s" msgstr "Ja està tancat el receptor de connexions" -#: gio/gdbusconnection.c:5089 -#, c-format -msgid "Unable to load /var/lib/dbus/machine-id: %s" +#: ../gio/gdbusmessage.c:856 +msgid "type is INVALID" msgstr "" -#: gio/gdbusconnection.c:5259 +#: ../gio/gdbusmessage.c:867 +msgid "METHOD_CALL message: PATH or MEMBER header field is missing" +msgstr "" + +#: ../gio/gdbusmessage.c:878 +msgid "METHOD_RETURN message: REPLY_SERIAL header field is missing" +msgstr "" + +#: ../gio/gdbusmessage.c:890 +msgid "ERROR message: REPLY_SERIAL or ERROR_NAME header field is missing" +msgstr "" + +#: ../gio/gdbusmessage.c:903 +msgid "SIGNAL message: PATH, INTERFACE or MEMBER header field is missing" +msgstr "" + +#: ../gio/gdbusmessage.c:911 +msgid "" +"SIGNAL message: The PATH header field is using the reserved value /org/" +"freedesktop/DBus/Local" +msgstr "" + +#: ../gio/gdbusmessage.c:919 +msgid "" +"SIGNAL message: The INTERFACE header field is using the reserved value org." +"freedesktop.DBus.Local" +msgstr "" + +#: ../gio/gdbusmessage.c:994 #, c-format -msgid "No such interface `%s' on object at path %s" +msgid "Wanted to read %lu bytes but got EOF" msgstr "" -#: gio/gdbusmessage.c:723 -msgid "Wanted to read %" +#: ../gio/gdbusmessage.c:1019 +#, c-format +msgid "" +"Expected valid UTF-8 string but found invalid bytes at byte offset %d " +"(length of string is %d). The valid UTF-8 string up until that point was `%s'" msgstr "" -#: gio/gdbusmessage.c:744 +#: ../gio/gdbusmessage.c:1032 #, c-format -msgid "Expected NUL byte after the string `%s' but found `%c' (%d)" +msgid "Expected NUL byte after the string `%s' but found byte %d" msgstr "" -#: gio/gdbusmessage.c:927 +#: ../gio/gdbusmessage.c:1231 #, c-format msgid "Parsed value `%s' is not a valid D-Bus object path" msgstr "" -#: gio/gdbusmessage.c:953 +#: ../gio/gdbusmessage.c:1257 #, fuzzy, c-format msgid "Parsed value `%s' is not a valid D-Bus signature" msgstr "«%s» no és un nom vàlid " -#: gio/gdbusmessage.c:979 -msgid "Encountered array of length %" +#: ../gio/gdbusmessage.c:1311 +#, c-format +msgid "" +"Encountered array of length %u bytes. Maximum length is 2<<26 bytes (64 MiB)." msgstr "" -#: gio/gdbusmessage.c:1116 +#: ../gio/gdbusmessage.c:1472 #, c-format msgid "Parsed value `%s' for variant is not a valid D-Bus signature" msgstr "" -#: gio/gdbusmessage.c:1141 +#: ../gio/gdbusmessage.c:1499 #, c-format msgid "" -"Error deserializing GVariant with type-string `%s' from the D-Bus wire format" +"Error deserializing GVariant with type string `%s' from the D-Bus wire format" msgstr "" -#: gio/gdbusmessage.c:1286 +#: ../gio/gdbusmessage.c:1683 #, c-format -msgid "Invalid endianness value. Expected 'l' or 'B' but found '%c' (%d)" +msgid "" +"Invalid endianness value. Expected 0x6c ('l') or 0x42 ('B') but found value " +"0x%02x" msgstr "" -#: gio/gdbusmessage.c:1300 +#: ../gio/gdbusmessage.c:1697 #, c-format msgid "Invalid major protocol version. Expected 1 but found %d" msgstr "" -#: gio/gdbusmessage.c:1342 +#: ../gio/gdbusmessage.c:1754 #, c-format msgid "Signature header with signature `%s' found but message body is empty" msgstr "" -#: gio/gdbusmessage.c:1356 +#: ../gio/gdbusmessage.c:1768 #, c-format msgid "Parsed value `%s' is not a valid D-Bus signature (for body)" msgstr "" -#: gio/gdbusmessage.c:1385 -msgid "No signature header in message but the message body is %" +#: ../gio/gdbusmessage.c:1798 +#, c-format +msgid "No signature header in message but the message body is %u bytes" +msgstr "" + +#: ../gio/gdbusmessage.c:1806 +msgid "Cannot deserialize message: " msgstr "" -#: gio/gdbusmessage.c:1694 +#: ../gio/gdbusmessage.c:2131 #, c-format msgid "" -"Error serializing GVariant with type-string `%s' to the D-Bus wire format" +"Error serializing GVariant with type string `%s' to the D-Bus wire format" msgstr "" -#: gio/gdbusmessage.c:1823 +#: ../gio/gdbusmessage.c:2272 #, c-format msgid "Message has %d fds but the header field indicates %d fds" msgstr "" -#: gio/gdbusmessage.c:1869 +#: ../gio/gdbusmessage.c:2280 +msgid "Cannot serialize message: " +msgstr "" + +#: ../gio/gdbusmessage.c:2324 #, c-format msgid "Message body has signature `%s' but there is no signature header" msgstr "" -#: gio/gdbusmessage.c:1879 +#: ../gio/gdbusmessage.c:2334 #, c-format msgid "" -"Message body has type signature `%s' but signature in the header field is `%" -"s'" +"Message body has type signature `%s' but signature in the header field is `" +"%s'" msgstr "" -#: gio/gdbusmessage.c:1895 +#: ../gio/gdbusmessage.c:2350 #, c-format msgid "Message body is empty but signature in the header field is `(%s)'" msgstr "" -#: gio/gdbusmessage.c:2448 +#: ../gio/gdbusmessage.c:2907 #, fuzzy, c-format msgid "Error return with body of type `%s'" msgstr "S'ha produït un error en escriure al fitxer: %s" -#: gio/gdbusmessage.c:2456 +#: ../gio/gdbusmessage.c:2915 msgid "Error return with empty body" msgstr "" -#: gio/gdbusmethodinvocation.c:357 +#: ../gio/gdbusmethodinvocation.c:375 #, c-format msgid "Type of return value is incorrect, got `%s', expected `%s'" msgstr "" -#: gio/gdbusmethodinvocation.c:371 gio/gsocket.c:2859 gio/gsocket.c:2940 +#: ../gio/gdbusmethodinvocation.c:406 ../gio/gsocket.c:2974 +#: ../gio/gsocket.c:3055 #, c-format msgid "Error sending message: %s" msgstr "S'ha produït un error en enviar el missatge: %s" -#: gio/gdbusprivate.c:775 -msgid "Error writing first 16 bytes of message to socket: " +#: ../gio/gdbusprivate.c:1759 +msgid "Unable to load /var/lib/dbus/machine-id: " msgstr "" -#: gio/gdbusproxy.c:633 +#: ../gio/gdbusproxy.c:714 #, c-format msgid "" "Trying to set property %s of type %s but according to the expected interface " "the type is %s" msgstr "" -#: gio/gdbusserver.c:669 +#: ../gio/gdbusproxy.c:1235 +#, c-format +msgid "Error calling StartServiceByName for %s: " +msgstr "" + +#: ../gio/gdbusproxy.c:1256 +#, c-format +msgid "Unexpected reply %d from StartServiceByName(\"%s\") method" +msgstr "" + +#: ../gio/gdbusproxy.c:2315 ../gio/gdbusproxy.c:2472 +msgid "" +"Cannot invoke method; proxy is for a well-known name without an owner and " +"proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag" +msgstr "" + +#: ../gio/gdbusserver.c:715 #, fuzzy msgid "Abstract name space not supported" msgstr "No es pot utilitzar la paperera" -#: gio/gdbusserver.c:759 +#: ../gio/gdbusserver.c:805 msgid "Cannot specify nonce file when creating a server" msgstr "" -#: gio/gdbusserver.c:836 +#: ../gio/gdbusserver.c:882 #, fuzzy, c-format msgid "Error writing nonce file at `%s': %s" msgstr "S'ha produït un error en escriure al fitxer: %s" -#: gio/gdbusserver.c:988 +#: ../gio/gdbusserver.c:1044 #, fuzzy, c-format msgid "The string `%s' is not a valid D-Bus GUID" msgstr "«%s» no és un nom vàlid " -#: gio/gdbusserver.c:1028 +#: ../gio/gdbusserver.c:1084 #, c-format msgid "Cannot listen on unsupported transport `%s'" msgstr "" -#: gio/gdbus-tool.c:87 gio/gsettings-tool.c:38 +#: ../gio/gdbus-tool.c:87 ../gio/gsettings-tool.c:76 msgid "COMMAND" msgstr "" -#: gio/gdbus-tool.c:92 +#: ../gio/gdbus-tool.c:92 #, c-format msgid "" "Commands:\n" @@ -1666,237 +2019,243 @@ "Use \"%s COMMAND --help\" to get help on each command.\n" msgstr "" -#: gio/gdbus-tool.c:160 gio/gdbus-tool.c:216 gio/gdbus-tool.c:288 -#: gio/gdbus-tool.c:312 gio/gdbus-tool.c:814 gio/gdbus-tool.c:1322 +#: ../gio/gdbus-tool.c:160 ../gio/gdbus-tool.c:216 ../gio/gdbus-tool.c:288 +#: ../gio/gdbus-tool.c:312 ../gio/gdbus-tool.c:814 ../gio/gdbus-tool.c:1324 #, fuzzy, c-format msgid "Error: %s\n" msgstr "S'ha produït un error a la línia %d: %s" -#: gio/gdbus-tool.c:171 gio/gdbus-tool.c:229 gio/gdbus-tool.c:1332 +#: ../gio/gdbus-tool.c:171 ../gio/gdbus-tool.c:229 ../gio/gdbus-tool.c:1340 #, fuzzy, c-format msgid "Error parsing introspection XML: %s\n" msgstr "S'ha produït un error en analitzar l'opció %s" -#: gio/gdbus-tool.c:346 +#: ../gio/gdbus-tool.c:346 msgid "Connect to the system bus" msgstr "" -#: gio/gdbus-tool.c:347 +#: ../gio/gdbus-tool.c:347 msgid "Connect to the session bus" msgstr "" -#: gio/gdbus-tool.c:348 +#: ../gio/gdbus-tool.c:348 #, fuzzy msgid "Connect to given D-Bus address" msgstr "Connexió en procés" -#: gio/gdbus-tool.c:358 +#: ../gio/gdbus-tool.c:358 #, fuzzy msgid "Connection Endpoint Options:" msgstr "Connexió en procés" -#: gio/gdbus-tool.c:359 +#: ../gio/gdbus-tool.c:359 msgid "Options specifying the connection endpoint" msgstr "" -#: gio/gdbus-tool.c:379 +#: ../gio/gdbus-tool.c:379 #, c-format msgid "No connection endpoint specified" msgstr "" -#: gio/gdbus-tool.c:389 +#: ../gio/gdbus-tool.c:389 #, c-format msgid "Multiple connection endpoints specified" msgstr "" -#: gio/gdbus-tool.c:459 +#: ../gio/gdbus-tool.c:459 #, c-format msgid "" "Warning: According to introspection data, interface `%s' does not exist\n" msgstr "" -#: gio/gdbus-tool.c:468 +#: ../gio/gdbus-tool.c:468 #, c-format msgid "" "Warning: According to introspection data, method `%s' does not exist on " "interface `%s'\n" msgstr "" -#: gio/gdbus-tool.c:530 +#: ../gio/gdbus-tool.c:530 msgid "Destination name to invoke method on" msgstr "" -#: gio/gdbus-tool.c:531 +#: ../gio/gdbus-tool.c:531 msgid "Object path to invoke method on" msgstr "" -#: gio/gdbus-tool.c:532 +#: ../gio/gdbus-tool.c:532 msgid "Method and interface name" msgstr "" -#: gio/gdbus-tool.c:571 +#: ../gio/gdbus-tool.c:571 msgid "Invoke a method on a remote object." msgstr "" -#: gio/gdbus-tool.c:626 gio/gdbus-tool.c:1243 gio/gdbus-tool.c:1495 +#: ../gio/gdbus-tool.c:626 ../gio/gdbus-tool.c:1245 ../gio/gdbus-tool.c:1505 #, fuzzy, c-format msgid "Error connecting: %s\n" msgstr "S'ha produït un error en connectar-se: %s" -#: gio/gdbus-tool.c:646 gio/gdbus-tool.c:1262 gio/gdbus-tool.c:1514 +#: ../gio/gdbus-tool.c:646 ../gio/gdbus-tool.c:1264 ../gio/gdbus-tool.c:1524 #, c-format msgid "Error: Destination is not specified\n" msgstr "" -#: gio/gdbus-tool.c:667 gio/gdbus-tool.c:1281 +#: ../gio/gdbus-tool.c:667 ../gio/gdbus-tool.c:1283 #, c-format msgid "Error: Object path is not specified\n" msgstr "" -#: gio/gdbus-tool.c:687 gio/gdbus-tool.c:1301 gio/gdbus-tool.c:1554 +#: ../gio/gdbus-tool.c:687 ../gio/gdbus-tool.c:1303 ../gio/gdbus-tool.c:1564 #, fuzzy, c-format msgid "Error: %s is not a valid object path\n" msgstr "«%s» no és un nom vàlid " -#: gio/gdbus-tool.c:702 +#: ../gio/gdbus-tool.c:702 #, c-format msgid "Error: Method name is not specified\n" msgstr "" -#: gio/gdbus-tool.c:713 +#: ../gio/gdbus-tool.c:713 #, c-format msgid "Error: Method name `%s' is invalid\n" msgstr "" -#: gio/gdbus-tool.c:778 +#: ../gio/gdbus-tool.c:778 #, fuzzy, c-format msgid "Error parsing parameter %d of type `%s': %s\n" msgstr "S'ha produït un error en obrir el directori «%s»: %s" -#: gio/gdbus-tool.c:786 +#: ../gio/gdbus-tool.c:786 #, fuzzy, c-format msgid "Error parsing parameter %d: %s\n" msgstr "S'ha produït un error en analitzar l'opció %s" -#: gio/gdbus-tool.c:1161 +#: ../gio/gdbus-tool.c:1162 msgid "Destination name to introspect" msgstr "" -#: gio/gdbus-tool.c:1162 +#: ../gio/gdbus-tool.c:1163 msgid "Object path to introspect" msgstr "" -#: gio/gdbus-tool.c:1195 +#: ../gio/gdbus-tool.c:1164 +msgid "Print XML" +msgstr "" + +#: ../gio/gdbus-tool.c:1197 msgid "Introspect a remote object." msgstr "" -#: gio/gdbus-tool.c:1413 +#: ../gio/gdbus-tool.c:1423 msgid "Destination name to monitor" msgstr "" -#: gio/gdbus-tool.c:1414 +#: ../gio/gdbus-tool.c:1424 msgid "Object path to monitor" msgstr "" -#: gio/gdbus-tool.c:1447 +#: ../gio/gdbus-tool.c:1457 #, fuzzy msgid "Monitor a remote object." msgstr "objecte malmés" -#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 +#: ../gio/gdesktopappinfo.c:467 ../gio/gwin32appinfo.c:221 msgid "Unnamed" msgstr "Sense nom" -#: gio/gdesktopappinfo.c:742 +#: ../gio/gdesktopappinfo.c:751 msgid "Desktop file didn't specify Exec field" msgstr "El fitxer d'escriptori no especificava el camp d'execució" -#: gio/gdesktopappinfo.c:935 +#: ../gio/gdesktopappinfo.c:944 msgid "Unable to find terminal required for application" msgstr "No s'ha pogut trobar el terminal que demanava l'aplicació" -#: gio/gdesktopappinfo.c:1144 +#: ../gio/gdesktopappinfo.c:1153 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -"No s'ha pogut crear el directori de configuració de l'aplicació de l'usuari %" -"s: %s" +"No s'ha pogut crear el directori de configuració de l'aplicació de l'usuari " +"%s: %s" -#: gio/gdesktopappinfo.c:1148 +#: ../gio/gdesktopappinfo.c:1157 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "" "No s'ha pogut crear el directori de configuració MIME de l'usuari %s: %s" -#: gio/gdesktopappinfo.c:1556 +#: ../gio/gdesktopappinfo.c:1565 #, c-format msgid "Can't create user desktop file %s" msgstr "No s'ha pogut crear el fitxer d'escriptori de l'usuari %s" -#: gio/gdesktopappinfo.c:1670 +#: ../gio/gdesktopappinfo.c:1679 #, c-format msgid "Custom definition for %s" msgstr "Definició personalitzada per a %s" -#: gio/gdrive.c:364 +#: ../gio/gdrive.c:363 msgid "drive doesn't implement eject" msgstr "la unitat no implementa l'expulsió" #. Translators: This is an error #. * message for drive objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gdrive.c:444 +#: ../gio/gdrive.c:443 msgid "drive doesn't implement eject or eject_with_operation" msgstr "la unitat no implementa l'expulsió o «eject_with_operation»" -#: gio/gdrive.c:521 +#: ../gio/gdrive.c:520 msgid "drive doesn't implement polling for media" msgstr "la unitat no implementa el sondeig per si hi ha un suport" -#: gio/gdrive.c:726 +#: ../gio/gdrive.c:725 msgid "drive doesn't implement start" msgstr "la unitat no implementa la inicialització" -#: gio/gdrive.c:828 +#: ../gio/gdrive.c:827 msgid "drive doesn't implement stop" msgstr "la unitat no implementa l'aturada" -#: gio/gemblem.c:325 +#: ../gio/gemblem.c:324 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "No es pot gestionar la versió %d de la codificació del GEmblem" -#: gio/gemblem.c:335 +#: ../gio/gemblem.c:334 #, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "" "Un nombre de testimonis (%d) de la codificació del GEmblem no són formats " "correctament" -#: gio/gemblemedicon.c:296 +#: ../gio/gemblemedicon.c:292 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "No es pot gestionar la versió %d de la codificació del GEmblemedIcon" -#: gio/gemblemedicon.c:306 +#: ../gio/gemblemedicon.c:302 #, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "" "Un nombre de testimonis (%d) en la codificació del GEmblemedIcon no són " "formats correctament" -#: gio/gemblemedicon.c:329 +#: ../gio/gemblemedicon.c:325 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "S'esperava un GEmblem per a un GEmblemedIcon" -#: gio/gfile.c:871 gio/gfile.c:1101 gio/gfile.c:1236 gio/gfile.c:1472 -#: gio/gfile.c:1526 gio/gfile.c:1583 gio/gfile.c:1666 gio/gfile.c:1721 -#: gio/gfile.c:1781 gio/gfile.c:1835 gio/gfile.c:3304 gio/gfile.c:3358 -#: gio/gfile.c:3490 gio/gfile.c:3530 gio/gfile.c:3857 gio/gfile.c:4259 -#: gio/gfile.c:4345 gio/gfile.c:4434 gio/gfile.c:4532 gio/gfile.c:4619 -#: gio/gfile.c:4712 gio/gfile.c:5042 gio/gfile.c:5322 gio/gfile.c:5391 -#: gio/gfile.c:6982 gio/gfile.c:7072 gio/gfile.c:7158 -#: gio/win32/gwinhttpfile.c:441 +#: ../gio/gfile.c:870 ../gio/gfile.c:1100 ../gio/gfile.c:1235 +#: ../gio/gfile.c:1471 ../gio/gfile.c:1525 ../gio/gfile.c:1582 +#: ../gio/gfile.c:1665 ../gio/gfile.c:1720 ../gio/gfile.c:1780 +#: ../gio/gfile.c:1834 ../gio/gfile.c:3304 ../gio/gfile.c:3358 +#: ../gio/gfile.c:3490 ../gio/gfile.c:3530 ../gio/gfile.c:3857 +#: ../gio/gfile.c:4259 ../gio/gfile.c:4345 ../gio/gfile.c:4434 +#: ../gio/gfile.c:4532 ../gio/gfile.c:4619 ../gio/gfile.c:4712 +#: ../gio/gfile.c:5042 ../gio/gfile.c:5322 ../gio/gfile.c:5391 +#: ../gio/gfile.c:6983 ../gio/gfile.c:7073 ../gio/gfile.c:7159 +#: ../gio/win32/gwinhttpfile.c:439 msgid "Operation not supported" msgstr "L'operació no està implementada" @@ -1908,139 +2267,139 @@ #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1357 gio/glocalfile.c:1060 gio/glocalfile.c:1071 -#: gio/glocalfile.c:1084 +#: ../gio/gfile.c:1356 ../gio/glocalfile.c:1059 ../gio/glocalfile.c:1070 +#: ../gio/glocalfile.c:1083 msgid "Containing mount does not exist" msgstr "No existeix el punt de muntatge contenidor" -#: gio/gfile.c:2409 gio/glocalfile.c:2259 +#: ../gio/gfile.c:2408 ../gio/glocalfile.c:2258 msgid "Can't copy over directory" msgstr "No es pot copiar al directori" -#: gio/gfile.c:2469 +#: ../gio/gfile.c:2469 msgid "Can't copy directory over directory" msgstr "No es pot copiar el directori al directori" -#: gio/gfile.c:2477 gio/glocalfile.c:2268 +#: ../gio/gfile.c:2477 ../gio/glocalfile.c:2267 msgid "Target file exists" msgstr "Ja existeix el fitxer de destinació" -#: gio/gfile.c:2495 +#: ../gio/gfile.c:2495 msgid "Can't recursively copy directory" msgstr "No es pot copiar el directori de forma recursiva" -#: gio/gfile.c:2755 +#: ../gio/gfile.c:2755 msgid "Splice not supported" msgstr "No es pot empalmar" -#: gio/gfile.c:2759 +#: ../gio/gfile.c:2759 #, c-format msgid "Error splicing file: %s" msgstr "S'ha produït un error en empalmar el fitxer: %s" -#: gio/gfile.c:2906 +#: ../gio/gfile.c:2906 msgid "Can't copy special file" msgstr "No es pot copiar el fitxer especial" -#: gio/gfile.c:3480 +#: ../gio/gfile.c:3480 msgid "Invalid symlink value given" msgstr "El valor donat per a l'enllaç simbòlic no és vàlid" -#: gio/gfile.c:3573 +#: ../gio/gfile.c:3573 msgid "Trash not supported" msgstr "No es pot utilitzar la paperera" -#: gio/gfile.c:3622 +#: ../gio/gfile.c:3622 #, c-format msgid "File names cannot contain '%c'" msgstr "En els noms de fitxers no pot haver-hi «%c»" -#: gio/gfile.c:6039 gio/gvolume.c:331 +#: ../gio/gfile.c:6040 ../gio/gvolume.c:330 msgid "volume doesn't implement mount" msgstr "el volum no implementa el muntatge" -#: gio/gfile.c:6150 +#: ../gio/gfile.c:6151 msgid "No application is registered as handling this file" msgstr "" "No hi ha cap aplicació que s'haja registrat per a gestionar este fitxer" -#: gio/gfileenumerator.c:206 +#: ../gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "L'enumerador està tancat" -#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272 -#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481 +#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271 +#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "L'enumerador de fitxer té una operació pendent" -#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471 +#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Ja està tancat l'enumerador de fitxer" -#: gio/gfileicon.c:237 +#: ../gio/gfileicon.c:236 #, c-format msgid "Can't handle version %d of GFileIcon encoding" msgstr "No es pot gestionar la versió %d de la codificació del GFileIcon" -#: gio/gfileicon.c:247 +#: ../gio/gfileicon.c:246 msgid "Malformed input data for GFileIcon" msgstr "Les dades d'entrada pel GFileIcon no són formades correctament" -#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422 -#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170 -#: gio/gfileoutputstream.c:525 +#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 +#: ../gio/gfileiostream.c:170 ../gio/gfileoutputstream.c:169 +#: ../gio/gfileoutputstream.c:524 msgid "Stream doesn't support query_info" msgstr "El flux no implementa «query_info»" -#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389 -#: gio/gfileoutputstream.c:383 +#: ../gio/gfileinputstream.c:336 ../gio/gfileiostream.c:388 +#: ../gio/gfileoutputstream.c:382 msgid "Seek not supported on stream" msgstr "No està implementada la cerca en el flux" -#: gio/gfileinputstream.c:381 +#: ../gio/gfileinputstream.c:380 msgid "Truncate not allowed on input stream" msgstr "No es permet truncar en els fluxos d'entrada" -#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459 +#: ../gio/gfileiostream.c:464 ../gio/gfileoutputstream.c:458 msgid "Truncate not supported on stream" msgstr "No es permet truncar en els fluxos" -#: gio/gicon.c:286 +#: ../gio/gicon.c:285 #, c-format msgid "Wrong number of tokens (%d)" msgstr "Nombre de testimonis erroni (%d)" -#: gio/gicon.c:306 +#: ../gio/gicon.c:305 #, c-format msgid "No type for class name %s" msgstr "El nom de classe %s no té tipus" -#: gio/gicon.c:316 +#: ../gio/gicon.c:315 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "El tipus %s no implementa la interfície GIcon" -#: gio/gicon.c:327 +#: ../gio/gicon.c:326 #, c-format msgid "Type %s is not classed" msgstr "El tipus %s no té classe" -#: gio/gicon.c:341 +#: ../gio/gicon.c:340 #, c-format msgid "Malformed version number: %s" msgstr "El número de versió no és format correctament: %s" -#: gio/gicon.c:355 +#: ../gio/gicon.c:354 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "El tipus %s no implementa «from_tokens()» a la interfície GIcon" -#: gio/gicon.c:431 +#: ../gio/gicon.c:430 msgid "Can't handle the supplied version the icon encoding" msgstr "" "No es pot gestionar la versió proporcionada de la codificació de la icona" -#: gio/ginputstream.c:195 +#: ../gio/ginputstream.c:194 msgid "Input stream doesn't implement read" msgstr "El flux d'entrada no té implementada la lectura" @@ -2050,332 +2409,596 @@ #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1206 +#: ../gio/ginputstream.c:901 ../gio/giostream.c:316 +#: ../gio/goutputstream.c:1210 msgid "Stream has outstanding operation" msgstr "El flux té una operació pendent" -#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199 -#: gio/gunixsocketaddress.c:222 +#: ../gio/ginetsocketaddress.c:181 ../gio/ginetsocketaddress.c:198 +#: ../gio/gunixsocketaddress.c:221 msgid "Not enough space for socket address" msgstr "No hi ha prou espai per a l'adreça del sòcol" -#: gio/ginetsocketaddress.c:212 +#: ../gio/ginetsocketaddress.c:211 msgid "Unsupported socket address" msgstr "L'adreça de sòcol no és compatible" -#: gio/glocaldirectorymonitor.c:288 +#: ../gio/glib-compile-schemas.c:702 +#, fuzzy +msgid "empty names are not permitted" +msgstr "No es pot utilitzar la paperera" + +#: ../gio/glib-compile-schemas.c:712 +#, c-format +msgid "invalid name '%s': names must begin with a lowercase letter" +msgstr "" + +#: ../gio/glib-compile-schemas.c:724 +#, c-format +msgid "" +"invalid name '%s': invalid character '%c'; only lowercase letters, numbers " +"and dash ('-') are permitted." +msgstr "" + +#: ../gio/glib-compile-schemas.c:733 +#, c-format +msgid "invalid name '%s': two successive dashes ('--') are not permitted." +msgstr "" + +#: ../gio/glib-compile-schemas.c:742 +#, c-format +msgid "invalid name '%s': the last character may not be a dash ('-')." +msgstr "" + +#: ../gio/glib-compile-schemas.c:750 +#, c-format +msgid "invalid name '%s': maximum length is 32" +msgstr "" + +#: ../gio/glib-compile-schemas.c:819 +#, c-format +msgid " already specified" +msgstr "" + +#: ../gio/glib-compile-schemas.c:845 +msgid "can not add keys to a 'list-of' schema" +msgstr "" + +#: ../gio/glib-compile-schemas.c:856 +#, c-format +msgid " already specified" +msgstr "" + +#: ../gio/glib-compile-schemas.c:874 +#, c-format +msgid "" +" shadows in ; use " +"to modify value" +msgstr "" + +#: ../gio/glib-compile-schemas.c:885 +#, c-format +msgid "" +"exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " +"to " +msgstr "" + +#: ../gio/glib-compile-schemas.c:904 +#, c-format +msgid "<%s id='%s'> not (yet) defined." +msgstr "" + +#: ../gio/glib-compile-schemas.c:919 +#, fuzzy, c-format +msgid "invalid GVariant type string '%s'" +msgstr "Tipus d'atribut no vàlid (s'esperava una cadena)" + +#: ../gio/glib-compile-schemas.c:949 +msgid " given but schema isn't extending anything" +msgstr "" + +#: ../gio/glib-compile-schemas.c:962 +#, c-format +msgid "no to override" +msgstr "" + +#: ../gio/glib-compile-schemas.c:970 +#, c-format +msgid " already specified" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1041 +#, c-format +msgid " already specified" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1053 +#, c-format +msgid " extends not yet existing schema '%s'" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1069 +#, c-format +msgid " is list of not yet existing schema '%s'" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1077 +#, c-format +msgid "Can not be a list of a schema with a path" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1087 +#, c-format +msgid "Can not extend a schema with a path" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1097 +#, c-format +msgid "" +" is a list, extending which is not a list" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1107 +#, c-format +msgid "" +" extends but '%s' " +"does not extend '%s'" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1124 +#, c-format +msgid "a path, if given, must begin and end with a slash" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1131 +#, c-format +msgid "the path of a list must end with ':/'" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1157 +#, c-format +msgid "<%s id='%s'> already specified" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1374 +#, c-format +msgid "Element <%s> not allowed inside <%s>" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1378 +#, c-format +msgid "Element <%s> not allowed at toplevel" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1472 +#, c-format +msgid "text may not appear inside <%s>" +msgstr "" + +#. Translators: Do not translate "--strict". +#: ../gio/glib-compile-schemas.c:1641 ../gio/glib-compile-schemas.c:1712 +#: ../gio/glib-compile-schemas.c:1788 +#, c-format +msgid "--strict was specified; exiting.\n" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1649 +#, c-format +msgid "This entire file has been ignored.\n" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1708 +#, c-format +msgid "Ignoring this file.\n" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1748 +#, c-format +msgid "No such key `%s' in schema `%s' as specified in override file `%s'" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1754 ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1840 +#, c-format +msgid "; ignoring override for this key.\n" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1758 ../gio/glib-compile-schemas.c:1816 +#: ../gio/glib-compile-schemas.c:1844 +#, c-format +msgid " and --strict was specified; exiting.\n" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1774 +#, c-format +msgid "" +"error parsing key `%s' in schema `%s' as specified in override file `%s': " +"%s. " +msgstr "" + +#: ../gio/glib-compile-schemas.c:1784 +#, c-format +msgid "Ignoring override for this key.\n" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1802 +#, c-format +msgid "" +"override for key `%s' in schema `%s' in override file `%s' is out of the " +"range given in the schema" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1830 +#, c-format +msgid "" +"override for key `%s' in schema `%s' in override file `%s' is not in the " +"list of valid choices" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1884 +msgid "where to store the gschemas.compiled file" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1884 ../gio/glib-compile-schemas.c:1897 +msgid "DIRECTORY" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1885 +msgid "Abort on any errors in schemas" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1886 +msgid "Do not write the gschema.compiled file" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1887 +msgid "This option will be removed soon." +msgstr "" + +#: ../gio/glib-compile-schemas.c:1888 +msgid "Do not enforce key name restrictions" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1900 +msgid "" +"Compile all GSettings schema files into a schema cache.\n" +"Schema files are required to have the extension .gschema.xml,\n" +"and the cache file is called gschemas.compiled." +msgstr "" + +#: ../gio/glib-compile-schemas.c:1916 +#, c-format +msgid "You should give exactly one directory name\n" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1955 +#, c-format +msgid "No schema files found: " +msgstr "" + +#: ../gio/glib-compile-schemas.c:1958 +#, c-format +msgid "doing nothing.\n" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1961 +#, c-format +msgid "removed existing output file.\n" +msgstr "" + +#: ../gio/glocaldirectorymonitor.c:287 msgid "Unable to find default local directory monitor type" msgstr "" "No s'ha pogut trobar el tipus de seguiment de directoris locals predeterminat" -#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 +#: ../gio/glocalfile.c:593 ../gio/win32/gwinhttpfile.c:422 #, c-format msgid "Invalid filename %s" msgstr "El nom del fitxer no és vàlid: %s" -#: gio/glocalfile.c:968 +#: ../gio/glocalfile.c:967 #, c-format msgid "Error getting filesystem info: %s" msgstr "" "S'ha produït un error en obtindre la informació del sistema de fitxers: %s" -#: gio/glocalfile.c:1106 +#: ../gio/glocalfile.c:1105 msgid "Can't rename root directory" msgstr "No es pot canviar el nom del directori arrel" -#: gio/glocalfile.c:1126 gio/glocalfile.c:1152 +#: ../gio/glocalfile.c:1125 ../gio/glocalfile.c:1151 #, c-format msgid "Error renaming file: %s" msgstr "S'ha produït un error en canviar el nom del fitxer: %s" -#: gio/glocalfile.c:1135 +#: ../gio/glocalfile.c:1134 msgid "Can't rename file, filename already exist" msgstr "No es pot canviar el nom del fitxer, ja existeix este nom" -#: gio/glocalfile.c:1148 gio/glocalfile.c:2132 gio/glocalfile.c:2161 -#: gio/glocalfile.c:2321 gio/glocalfileoutputstream.c:570 -#: gio/glocalfileoutputstream.c:623 gio/glocalfileoutputstream.c:668 -#: gio/glocalfileoutputstream.c:1150 +#: ../gio/glocalfile.c:1147 ../gio/glocalfile.c:2131 ../gio/glocalfile.c:2160 +#: ../gio/glocalfile.c:2320 ../gio/glocalfileoutputstream.c:571 +#: ../gio/glocalfileoutputstream.c:624 ../gio/glocalfileoutputstream.c:669 +#: ../gio/glocalfileoutputstream.c:1151 msgid "Invalid filename" msgstr "Nom de fitxer no vàlid" -#: gio/glocalfile.c:1309 +#: ../gio/glocalfile.c:1308 #, c-format msgid "Error opening file: %s" msgstr "S'ha produït un error en obrir el fitxer: %s" -#: gio/glocalfile.c:1319 +#: ../gio/glocalfile.c:1318 msgid "Can't open directory" msgstr "No s'ha pogut obrir el directori" -#: gio/glocalfile.c:1444 +#: ../gio/glocalfile.c:1443 #, c-format msgid "Error removing file: %s" msgstr "S'ha produït un error en suprimir el fitxer: %s" -#: gio/glocalfile.c:1811 +#: ../gio/glocalfile.c:1810 #, c-format msgid "Error trashing file: %s" msgstr "S'ha produït un error en enviar el fitxer a la paperera: %s" -#: gio/glocalfile.c:1834 +#: ../gio/glocalfile.c:1833 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "No s'ha pogut crear el directori de la paperera %s: %s" -#: gio/glocalfile.c:1855 +#: ../gio/glocalfile.c:1854 msgid "Unable to find toplevel directory for trash" msgstr "No s'ha pogut trobar el directori superior per a la paperera" -#: gio/glocalfile.c:1934 gio/glocalfile.c:1954 +#: ../gio/glocalfile.c:1933 ../gio/glocalfile.c:1953 msgid "Unable to find or create trash directory" msgstr "No s'ha pogut trobar o crear el directori de la paperera" -#: gio/glocalfile.c:1988 +#: ../gio/glocalfile.c:1987 #, c-format msgid "Unable to create trashing info file: %s" msgstr "No s'ha pogut crear el fitxer d'informació d'enviar a la paperera: %s" -#: gio/glocalfile.c:2017 gio/glocalfile.c:2022 gio/glocalfile.c:2102 -#: gio/glocalfile.c:2109 +#: ../gio/glocalfile.c:2016 ../gio/glocalfile.c:2021 ../gio/glocalfile.c:2101 +#: ../gio/glocalfile.c:2108 #, c-format msgid "Unable to trash file: %s" msgstr "No s'ha pogut enviar el fitxer a la paperera: %s" -#: gio/glocalfile.c:2136 +#: ../gio/glocalfile.c:2135 #, c-format msgid "Error creating directory: %s" msgstr "S'ha produït un error en crear el directori: %s" -#: gio/glocalfile.c:2165 +#: ../gio/glocalfile.c:2164 #, c-format msgid "Filesystem does not support symbolic links" msgstr "El sistema de fitxers no implementa enllaços simbòlics" -#: gio/glocalfile.c:2169 +#: ../gio/glocalfile.c:2168 #, c-format msgid "Error making symbolic link: %s" msgstr "S'ha produït un error en fer l'enllaç simbòlic: %s" -#: gio/glocalfile.c:2231 gio/glocalfile.c:2325 +#: ../gio/glocalfile.c:2230 ../gio/glocalfile.c:2324 #, c-format msgid "Error moving file: %s" msgstr "S'ha produït un error en moure el fitxer: %s" -#: gio/glocalfile.c:2254 +#: ../gio/glocalfile.c:2253 msgid "Can't move directory over directory" msgstr "No s'ha pogut moure el directori al directori" -#: gio/glocalfile.c:2281 gio/glocalfileoutputstream.c:948 -#: gio/glocalfileoutputstream.c:962 gio/glocalfileoutputstream.c:977 -#: gio/glocalfileoutputstream.c:993 gio/glocalfileoutputstream.c:1007 +#: ../gio/glocalfile.c:2280 ../gio/glocalfileoutputstream.c:949 +#: ../gio/glocalfileoutputstream.c:963 ../gio/glocalfileoutputstream.c:978 +#: ../gio/glocalfileoutputstream.c:994 ../gio/glocalfileoutputstream.c:1008 msgid "Backup file creation failed" msgstr "Ha fallat la creació del fitxer de còpia de seguretat" -#: gio/glocalfile.c:2300 +#: ../gio/glocalfile.c:2299 #, c-format msgid "Error removing target file: %s" msgstr "S'ha produït un error en suprimir el fitxer objectiu: %s" -#: gio/glocalfile.c:2314 +#: ../gio/glocalfile.c:2313 msgid "Move between mounts not supported" msgstr "No està implementat el moure entre muntatges" -#: gio/glocalfileinfo.c:721 +#: ../gio/glocalfileinfo.c:720 msgid "Attribute value must be non-NULL" msgstr "El valor de l'atribut no pot ser nul" -#: gio/glocalfileinfo.c:728 +#: ../gio/glocalfileinfo.c:727 msgid "Invalid attribute type (string expected)" msgstr "Tipus d'atribut no vàlid (s'esperava una cadena)" -#: gio/glocalfileinfo.c:735 +#: ../gio/glocalfileinfo.c:734 msgid "Invalid extended attribute name" msgstr "El nom de l'atribut ampliat no és vàlid" -#: gio/glocalfileinfo.c:775 +#: ../gio/glocalfileinfo.c:774 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "S'ha produït un error en establir l'atribut ampliat «%s»: %s" -#: gio/glocalfileinfo.c:1479 gio/glocalfileoutputstream.c:832 +#: ../gio/glocalfileinfo.c:1483 ../gio/glocalfileoutputstream.c:833 #, c-format msgid "Error stating file '%s': %s" msgstr "" "S'ha produït un error en executar la funció «stat()» en el fitxer «%s»: %s" -#: gio/glocalfileinfo.c:1552 +#: ../gio/glocalfileinfo.c:1567 msgid " (invalid encoding)" msgstr " (codificació no vàlida)" -#: gio/glocalfileinfo.c:1750 +#: ../gio/glocalfileinfo.c:1769 #, c-format msgid "Error stating file descriptor: %s" msgstr "" -"S'ha produït un error en executar la funció «stat()» al descriptor de fitxer: " -"%s" +"S'ha produït un error en executar la funció «stat()» al descriptor de " +"fitxer: %s" -#: gio/glocalfileinfo.c:1795 +#: ../gio/glocalfileinfo.c:1814 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipus d'atribut no vàlid (s'esperava un uint32)" -#: gio/glocalfileinfo.c:1813 +#: ../gio/glocalfileinfo.c:1832 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipus d'atribut no vàlid (s'esperava un uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: ../gio/glocalfileinfo.c:1851 ../gio/glocalfileinfo.c:1870 msgid "Invalid attribute type (byte string expected)" msgstr "Tipus d'atribut no vàlid (s'esperava una cadena de bytes)" -#: gio/glocalfileinfo.c:1886 +#: ../gio/glocalfileinfo.c:1905 msgid "Cannot set permissions on symlinks" msgstr "No es poden establir permisos en els enllaços simbòlics" -#: gio/glocalfileinfo.c:1902 +#: ../gio/glocalfileinfo.c:1921 #, c-format msgid "Error setting permissions: %s" msgstr "S'ha produït un error en establir els permisos: %s" -#: gio/glocalfileinfo.c:1953 +#: ../gio/glocalfileinfo.c:1972 #, c-format msgid "Error setting owner: %s" msgstr "S'ha produït un error en establir el propietari: %s" -#: gio/glocalfileinfo.c:1976 +#: ../gio/glocalfileinfo.c:1995 msgid "symlink must be non-NULL" msgstr "l'enllaç simbòlic no pot ser nul" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: ../gio/glocalfileinfo.c:2005 ../gio/glocalfileinfo.c:2024 +#: ../gio/glocalfileinfo.c:2035 #, c-format msgid "Error setting symlink: %s" msgstr "S'ha produït un error en establir l'enllaç simbòlic: %s" -#: gio/glocalfileinfo.c:1995 +#: ../gio/glocalfileinfo.c:2014 msgid "Error setting symlink: file is not a symlink" msgstr "" "S'ha produït un error en establir l'enllaç simbòlic: el fitxer no és un " "enllaç simbòlic" -#: gio/glocalfileinfo.c:2121 +#: ../gio/glocalfileinfo.c:2140 #, c-format msgid "Error setting modification or access time: %s" msgstr "" "S'ha produït un error en establir el temps de modificació o d'accés: %s" -#: gio/glocalfileinfo.c:2144 +#: ../gio/glocalfileinfo.c:2163 msgid "SELinux context must be non-NULL" msgstr "El context del SELinux no pot ser nul" -#: gio/glocalfileinfo.c:2159 +#: ../gio/glocalfileinfo.c:2178 #, c-format msgid "Error setting SELinux context: %s" msgstr "S'ha produït un error en establir el context del SELinux: %s" -#: gio/glocalfileinfo.c:2166 +#: ../gio/glocalfileinfo.c:2185 msgid "SELinux is not enabled on this system" msgstr "Este sistema no té habilitat el SELinux" -#: gio/glocalfileinfo.c:2258 +#: ../gio/glocalfileinfo.c:2277 #, c-format msgid "Setting attribute %s not supported" msgstr "No està implementat establir l'atribut %s" -#: gio/glocalfileinputstream.c:184 gio/glocalfileoutputstream.c:721 +#: ../gio/glocalfileinputstream.c:185 ../gio/glocalfileoutputstream.c:722 #, c-format msgid "Error reading from file: %s" msgstr "S'ha produït un error en llegir des del fitxer: %s" -#: gio/glocalfileinputstream.c:215 gio/glocalfileinputstream.c:227 -#: gio/glocalfileinputstream.c:339 gio/glocalfileoutputstream.c:469 -#: gio/glocalfileoutputstream.c:1025 +#: ../gio/glocalfileinputstream.c:216 ../gio/glocalfileinputstream.c:228 +#: ../gio/glocalfileinputstream.c:340 ../gio/glocalfileoutputstream.c:470 +#: ../gio/glocalfileoutputstream.c:1026 #, c-format msgid "Error seeking in file: %s" msgstr "S'ha produït un error en cercar en el fitxer: %s" -#: gio/glocalfileinputstream.c:260 gio/glocalfileoutputstream.c:255 -#: gio/glocalfileoutputstream.c:350 +#: ../gio/glocalfileinputstream.c:261 ../gio/glocalfileoutputstream.c:256 +#: ../gio/glocalfileoutputstream.c:351 #, c-format msgid "Error closing file: %s" msgstr "S'ha produït un error en tancar el fitxer: %s" -#: gio/glocalfilemonitor.c:213 +#: ../gio/glocalfilemonitor.c:212 msgid "Unable to find default local file monitor type" msgstr "" "No s'ha pogut trobar el tipus de seguiment de fitxer local predeterminat" -#: gio/glocalfileoutputstream.c:201 gio/glocalfileoutputstream.c:234 -#: gio/glocalfileoutputstream.c:742 +#: ../gio/glocalfileoutputstream.c:202 ../gio/glocalfileoutputstream.c:235 +#: ../gio/glocalfileoutputstream.c:743 #, c-format msgid "Error writing to file: %s" msgstr "S'ha produït un error en escriure al fitxer: %s" -#: gio/glocalfileoutputstream.c:282 +#: ../gio/glocalfileoutputstream.c:283 #, c-format msgid "Error removing old backup link: %s" msgstr "" "S'ha produït un error en suprimir l'enllaç de còpia de seguretat antic: %s" -#: gio/glocalfileoutputstream.c:296 gio/glocalfileoutputstream.c:309 +#: ../gio/glocalfileoutputstream.c:297 ../gio/glocalfileoutputstream.c:310 #, c-format msgid "Error creating backup copy: %s" msgstr "S'ha produït un error en crear la còpia de seguretat: %s" -#: gio/glocalfileoutputstream.c:327 +#: ../gio/glocalfileoutputstream.c:328 #, c-format msgid "Error renaming temporary file: %s" msgstr "S'ha produït un error en canviar el nom del fitxer temporal: %s" -#: gio/glocalfileoutputstream.c:515 gio/glocalfileoutputstream.c:1076 +#: ../gio/glocalfileoutputstream.c:516 ../gio/glocalfileoutputstream.c:1077 #, c-format msgid "Error truncating file: %s" msgstr "S'ha produït un error en truncar el fitxer: %s" -#: gio/glocalfileoutputstream.c:576 gio/glocalfileoutputstream.c:629 -#: gio/glocalfileoutputstream.c:674 gio/glocalfileoutputstream.c:814 -#: gio/glocalfileoutputstream.c:1057 gio/glocalfileoutputstream.c:1156 +#: ../gio/glocalfileoutputstream.c:577 ../gio/glocalfileoutputstream.c:630 +#: ../gio/glocalfileoutputstream.c:675 ../gio/glocalfileoutputstream.c:815 +#: ../gio/glocalfileoutputstream.c:1058 ../gio/glocalfileoutputstream.c:1157 #, c-format msgid "Error opening file '%s': %s" msgstr "S'ha produït un error en obrir el fitxer «%s»: %s" -#: gio/glocalfileoutputstream.c:845 +#: ../gio/glocalfileoutputstream.c:846 msgid "Target file is a directory" msgstr "El fitxer objectiu és un directori" -#: gio/glocalfileoutputstream.c:850 +#: ../gio/glocalfileoutputstream.c:851 msgid "Target file is not a regular file" msgstr "El fitxer objectiu no és un fitxer regular" -#: gio/glocalfileoutputstream.c:862 +#: ../gio/glocalfileoutputstream.c:863 msgid "The file was externally modified" msgstr "El fitxer ha estat modificat des d'alguna aplicació externa" -#: gio/glocalfileoutputstream.c:1041 +#: ../gio/glocalfileoutputstream.c:1042 #, c-format msgid "Error removing old file: %s" msgstr "S'ha produït un error en suprimir el fitxer vell: %s" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:718 +#: ../gio/gmemoryinputstream.c:486 ../gio/gmemoryoutputstream.c:746 msgid "Invalid GSeekType supplied" msgstr "El GSeekType proporcionat no és vàlid" -#: gio/gmemoryinputstream.c:497 +#: ../gio/gmemoryinputstream.c:496 msgid "Invalid seek request" msgstr "La sol·licitud de cerca és invàlida" -#: gio/gmemoryinputstream.c:521 +#: ../gio/gmemoryinputstream.c:520 msgid "Cannot truncate GMemoryInputStream" msgstr "No es pot truncar el GMemoryInputStream" -#: gio/gmemoryoutputstream.c:468 +#: ../gio/gmemoryoutputstream.c:496 msgid "Memory output stream not resizable" msgstr "El flux d'eixida de memòria no és modificable" -#: gio/gmemoryoutputstream.c:484 +#: ../gio/gmemoryoutputstream.c:512 msgid "Failed to resize memory output stream" msgstr "Ha fallat el redimensionament de la memòria del flux d'eixida" -#: gio/gmemoryoutputstream.c:572 +#: ../gio/gmemoryoutputstream.c:600 msgid "" "Amount of memory required to process the write is larger than available " "address space" @@ -2383,32 +3006,32 @@ "La quantitat de memòria necessària per processar l'escriptura és més gran " "que l'espai d'adreces disponible" -#: gio/gmemoryoutputstream.c:728 +#: ../gio/gmemoryoutputstream.c:756 msgid "Requested seek before the beginning of the stream" msgstr "S'ha sol·licitat un desplaçament abans de l'inici del flux" -#: gio/gmemoryoutputstream.c:737 +#: ../gio/gmemoryoutputstream.c:765 msgid "Requested seek beyond the end of the stream" msgstr "S'ha sol·licitat un desplaçament més enllà del final del flux" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:364 +#: ../gio/gmount.c:363 msgid "mount doesn't implement \"unmount\"" msgstr "el muntatge no implementa el desmuntatge («unmount»)" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:443 +#: ../gio/gmount.c:442 msgid "mount doesn't implement \"eject\"" msgstr "el muntatge no implementa l'expulsió («eject»)" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:523 +#: ../gio/gmount.c:522 msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" "el muntatge no implementa el desmuntatge («unmount») o " @@ -2417,7 +3040,7 @@ #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:610 +#: ../gio/gmount.c:609 msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" "el muntatge no implementa l'expulsió («eject») o l'«eject_with_operation»" @@ -2425,147 +3048,116 @@ #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:699 +#: ../gio/gmount.c:698 msgid "mount doesn't implement \"remount\"" msgstr "el muntatge no implementa el tornar-se a muntar («remount»)" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:783 +#: ../gio/gmount.c:782 msgid "mount doesn't implement content type guessing" msgstr "el muntatge no implementa l'estimació de tipus de contingut" #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:872 +#: ../gio/gmount.c:871 msgid "mount doesn't implement synchronous content type guessing" msgstr "el muntatge no implementa l'estimació de tipus de contingut síncron" -#: gio/gnetworkaddress.c:295 +#: ../gio/gnetworkaddress.c:318 #, c-format msgid "Hostname '%s' contains '[' but not ']'" msgstr "El nom de l'ordinador «%s» conté «[» però no «]»" -#: gio/goutputstream.c:207 gio/goutputstream.c:408 +#: ../gio/goutputstream.c:207 ../gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "El flux d'eixida no implementa l'escriptura" -#: gio/goutputstream.c:369 gio/goutputstream.c:845 +#: ../gio/goutputstream.c:369 ../gio/goutputstream.c:849 msgid "Source stream is already closed" msgstr "El flux font ja està tancat" -#: gio/gresolver.c:736 +#: ../gio/gresolver.c:735 #, c-format msgid "Error resolving '%s': %s" msgstr "S'ha produït un error en resoldre «%s»: %s" -#: gio/gresolver.c:786 +#: ../gio/gresolver.c:785 #, c-format msgid "Error reverse-resolving '%s': %s" msgstr "S'ha produït un error en resoldre a la inversa «%s»: %s" -#: gio/gresolver.c:821 gio/gresolver.c:899 +#: ../gio/gresolver.c:820 ../gio/gresolver.c:898 #, c-format msgid "No service record for '%s'" msgstr "No hi ha cap registre de servei per a «%s»" -#: gio/gresolver.c:826 gio/gresolver.c:904 +#: ../gio/gresolver.c:825 ../gio/gresolver.c:903 #, c-format msgid "Temporarily unable to resolve '%s'" msgstr "No s'ha pogut resoldre «%s» de forma temporal" -#: gio/gresolver.c:831 gio/gresolver.c:909 +#: ../gio/gresolver.c:830 ../gio/gresolver.c:908 #, c-format msgid "Error resolving '%s'" msgstr "S'ha produït un error en resoldre «%s»" -#: gio/gschema-compile.c:659 -msgid "where to store the gschemas.compiled file" -msgstr "" - -#: gio/gschema-compile.c:659 gio/gschema-compile.c:671 -msgid "DIRECTORY" -msgstr "" - -#: gio/gschema-compile.c:660 -msgid "Do not write the gschema.compiled file" -msgstr "" - -#: gio/gschema-compile.c:661 -#, fuzzy -msgid "Do not give error for empty directory" -msgstr "No s'ha pogut moure el directori al directori" - -#: gio/gschema-compile.c:662 -msgid "Do not enforce key name restrictions" -msgstr "" - -#: gio/gschema-compile.c:674 -msgid "" -"Compile all GSettings schema files into a schema cache.\n" -"Schema files are required to have the extension .gschema.xml,\n" -"and the cache file is called gschemas.compiled." -msgstr "" - -#: gio/gschema-compile.c:690 -#, c-format -msgid "You should give exactly one directory name\n" -msgstr "" - -#: gio/gschema-compile.c:729 -#, c-format -msgid "No schema files found\n" -msgstr "" - -#: gio/gsettings-tool.c:41 +#: ../gio/gsettings-tool.c:79 #, c-format msgid "" "Commands:\n" " help Show this information\n" " get Get the value of a key\n" " set Set the value of a key\n" +" reset Reset the value of a key\n" " monitor Monitor a key for changes\n" " writable Check if a key is writable\n" "\n" "Use '%s COMMAND --help' to get help for individual commands.\n" msgstr "" -#: gio/gsettings-tool.c:102 gio/gsettings-tool.c:161 gio/gsettings-tool.c:252 -#: gio/gsettings-tool.c:325 +#: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "Specify the path for the schema" msgstr "" -#: gio/gsettings-tool.c:102 gio/gsettings-tool.c:161 gio/gsettings-tool.c:252 -#: gio/gsettings-tool.c:325 +#: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "PATH" msgstr "" -#: gio/gsettings-tool.c:110 gio/gsettings-tool.c:260 gio/gsettings-tool.c:333 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:654 msgid "SCHEMA KEY" msgstr "" -#: gio/gsettings-tool.c:112 +#: ../gio/gsettings-tool.c:230 msgid "Get the value of KEY" msgstr "" -#: gio/gsettings-tool.c:114 gio/gsettings-tool.c:264 gio/gsettings-tool.c:340 +#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:449 +#: ../gio/gsettings-tool.c:545 ../gio/gsettings-tool.c:661 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" " KEY The name of the key\n" msgstr "" -#: gio/gsettings-tool.c:169 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:329 ../gio/gsettings-tool.c:445 msgid "SCHEMA KEY VALUE" msgstr "" -#: gio/gsettings-tool.c:171 +#: ../gio/gsettings-tool.c:331 msgid "Set the value of KEY" msgstr "" -#: gio/gsettings-tool.c:173 +#: ../gio/gsettings-tool.c:333 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -2573,286 +3165,394 @@ " VALUE The value to set key to, as a serialized GVariant\n" msgstr "" -#: gio/gsettings-tool.c:212 +#: ../gio/gsettings-tool.c:406 #, fuzzy, c-format msgid "Key %s is not writable\n" msgstr "El tipus %s no té classe" -#: gio/gsettings-tool.c:262 +#: ../gio/gsettings-tool.c:447 +msgid "Sets KEY to its default value" +msgstr "" + +#: ../gio/gsettings-tool.c:543 msgid "Find out whether KEY is writable" msgstr "" -#: gio/gsettings-tool.c:336 +#: ../gio/gsettings-tool.c:657 msgid "" "Monitor KEY for changes and print the changed values.\n" "Monitoring will continue until the process is terminated." msgstr "" -#: gio/gsettings-tool.c:399 +#: ../gio/gsettings-tool.c:833 #, fuzzy, c-format msgid "Unknown command '%s'\n" msgstr "Es desconeix l'opció %s" -#: gio/gsocket.c:275 +#: ../gio/gsocket.c:276 msgid "Invalid socket, not initialized" msgstr "El sòcol no és vàlid, no està inicialitzat" -#: gio/gsocket.c:282 +#: ../gio/gsocket.c:283 #, c-format msgid "Invalid socket, initialization failed due to: %s" msgstr "El sòcol no és vàlid, ha fallat la inicialització degut a: %s" -#: gio/gsocket.c:290 +#: ../gio/gsocket.c:291 msgid "Socket is already closed" msgstr "El sòcol ja és tancat" -#: gio/gsocket.c:298 gio/gsocket.c:2609 gio/gsocket.c:2653 +#: ../gio/gsocket.c:299 ../gio/gsocket.c:2716 ../gio/gsocket.c:2760 msgid "Socket I/O timed out" msgstr "" -#: gio/gsocket.c:420 +#: ../gio/gsocket.c:421 #, c-format msgid "creating GSocket from fd: %s" msgstr "s'està creant un GSocket a partir del descriptor de fitxer: %s" -#: gio/gsocket.c:454 gio/gsocket.c:468 gio/gsocket.c:2020 +#: ../gio/gsocket.c:455 ../gio/gsocket.c:471 ../gio/gsocket.c:2113 #, c-format msgid "Unable to create socket: %s" msgstr "No s'ha pogut crear el sòcol: %s" -#: gio/gsocket.c:454 +#: ../gio/gsocket.c:455 msgid "Unknown protocol was specified" msgstr "S'ha especificat un protocol desconegut" -#: gio/gsocket.c:1218 +#: ../gio/gsocket.c:1224 #, c-format msgid "could not get local address: %s" msgstr "no s'ha pogut obtindre l'adreça local: %s" -#: gio/gsocket.c:1251 +#: ../gio/gsocket.c:1267 #, c-format msgid "could not get remote address: %s" msgstr "no s'ha pogut obtindre l'adreça remota: %s" -#: gio/gsocket.c:1309 +#: ../gio/gsocket.c:1328 #, c-format msgid "could not listen: %s" msgstr "no s'ha pogut escoltar: %s" -#: gio/gsocket.c:1383 +#: ../gio/gsocket.c:1402 #, c-format msgid "Error binding to address: %s" msgstr "S'ha produït un error en vincular-se a l'adreça: %s" -#: gio/gsocket.c:1503 +#: ../gio/gsocket.c:1522 #, c-format msgid "Error accepting connection: %s" msgstr "S'ha produït un error en acceptar la connexió: %s" -#: gio/gsocket.c:1616 +#: ../gio/gsocket.c:1639 msgid "Error connecting: " msgstr "S'ha produït un error en connectar-se: " -#: gio/gsocket.c:1620 +#: ../gio/gsocket.c:1644 msgid "Connection in progress" msgstr "Connexió en procés" -#: gio/gsocket.c:1625 +#: ../gio/gsocket.c:1651 #, c-format msgid "Error connecting: %s" msgstr "S'ha produït un error en connectar-se: %s" -#: gio/gsocket.c:1668 +#: ../gio/gsocket.c:1694 ../gio/gsocket.c:3479 #, c-format msgid "Unable to get pending error: %s" msgstr "No s'ha pogut obtindre l'error pendent: %s" -#: gio/gsocket.c:1764 +#: ../gio/gsocket.c:1826 #, c-format msgid "Error receiving data: %s" msgstr "S'ha produït un error en rebre les dades: %s" -#: gio/gsocket.c:1907 +#: ../gio/gsocket.c:2000 #, c-format msgid "Error sending data: %s" msgstr "S'ha produït un error en enviar les dades: %s" -#: gio/gsocket.c:2099 +#: ../gio/gsocket.c:2192 #, c-format msgid "Error closing socket: %s" msgstr "S'ha produït un error en tancar el sòcol: %s" -#: gio/gsocket.c:2602 +#: ../gio/gsocket.c:2709 #, c-format msgid "Waiting for socket condition: %s" msgstr "S'està esperant la condició del sòcol: %s" -#: gio/gsocket.c:2884 +#: ../gio/gsocket.c:2999 msgid "GSocketControlMessage not supported on windows" msgstr "El GSocketControlMessage no està implementat a Windows" -#: gio/gsocket.c:3143 gio/gsocket.c:3284 +#: ../gio/gsocket.c:3258 ../gio/gsocket.c:3399 #, c-format msgid "Error receiving message: %s" msgstr "S'ha produït un error en rebre un missatge: %s" -#: gio/gsocketclient.c:521 gio/gsocketclient.c:770 +#: ../gio/gsocket.c:3494 +msgid "g_socket_get_credentials not implemented for this OS" +msgstr "" + +#: ../gio/gsocketclient.c:674 ../gio/gsocketclient.c:1153 msgid "Unknown error on connect" msgstr "S'ha produït un error desconegut en connectar-se" -#: gio/gsocketlistener.c:192 +#: ../gio/gsocketclient.c:711 ../gio/gsocketclient.c:1038 +msgid "Trying to proxy over non-TCP connection is not supported." +msgstr "" + +#: ../gio/gsocketclient.c:749 ../gio/gsocketclient.c:1061 +#, fuzzy, c-format +msgid "Proxy protocol '%s' is not supported." +msgstr "El tipus %s no té classe" + +#: ../gio/gsocketlistener.c:191 msgid "Listener is already closed" msgstr "Ja està tancat el receptor de connexions" -#: gio/gsocketlistener.c:233 +#: ../gio/gsocketlistener.c:232 msgid "Added socket is closed" msgstr "El sòcol que s'ha afegit és tancat" -#: gio/gthemedicon.c:499 +#: ../gio/gsocks4aproxy.c:121 +#, c-format +msgid "SOCKSv4 does not support IPv6 address '%s'" +msgstr "" + +#: ../gio/gsocks4aproxy.c:139 +#, c-format +msgid "SOCKSv4 implementation limits username to %i characters" +msgstr "" + +#: ../gio/gsocks4aproxy.c:157 +#, c-format +msgid "SOCKSv4a implementation limits hostname to %i characters" +msgstr "" + +#: ../gio/gsocks4aproxy.c:183 +msgid "The server is not a SOCKSv4 proxy server." +msgstr "" + +#: ../gio/gsocks4aproxy.c:190 +msgid "Connection through SOCKSv4 server was rejected" +msgstr "" + +#: ../gio/gsocks5proxy.c:155 ../gio/gsocks5proxy.c:328 +#: ../gio/gsocks5proxy.c:338 +msgid "The server is not a SOCKSv5 proxy server." +msgstr "" + +#: ../gio/gsocks5proxy.c:169 +msgid "The SOCKSv5 proxy requires authentication." +msgstr "" + +#: ../gio/gsocks5proxy.c:179 +msgid "" +"The SOCKSv5 require an authentication method that is not supported by GLib." +msgstr "" + +#: ../gio/gsocks5proxy.c:208 +#, c-format +msgid "Username or password is too long for SOCKSv5 protocol (max. is %i)." +msgstr "" + +#: ../gio/gsocks5proxy.c:239 +msgid "SOCKSv5 authentication failed due to wrong username or password." +msgstr "" + +#: ../gio/gsocks5proxy.c:289 +#, c-format +msgid "Hostname '%s' too long for SOCKSv5 protocol (maximum is %i bytes)" +msgstr "" + +#: ../gio/gsocks5proxy.c:352 +msgid "The SOCKSv5 proxy server uses unkown address type." +msgstr "" + +#: ../gio/gsocks5proxy.c:359 +msgid "Internal SOCKSv5 proxy server error." +msgstr "" + +#: ../gio/gsocks5proxy.c:365 +msgid "SOCKSv5 connection not allowed by ruleset." +msgstr "" + +#: ../gio/gsocks5proxy.c:372 +msgid "Host unreachable through SOCKSv5 server." +msgstr "" + +#: ../gio/gsocks5proxy.c:378 +msgid "Network unreachable through SOCKSv5 proxy." +msgstr "" + +#: ../gio/gsocks5proxy.c:384 +msgid "Connection refused through SOCKSv5 proxy." +msgstr "" + +#: ../gio/gsocks5proxy.c:390 +msgid "SOCKSv5 proxy does not support 'connect' command." +msgstr "" + +#: ../gio/gsocks5proxy.c:396 +msgid "SOCKSv5 proxy does not support provided address type." +msgstr "" + +#: ../gio/gsocks5proxy.c:402 +msgid "Unkown SOCKSv5 proxy error." +msgstr "" + +#: ../gio/gthemedicon.c:498 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "No es pot gestionar la versió %d de la codificació del GThemedIcon" -#: gio/gunixconnection.c:165 gio/gunixconnection.c:502 +#: ../gio/gunixconnection.c:164 ../gio/gunixconnection.c:505 #, c-format msgid "Expecting 1 control message, got %d" msgstr "S'esperava un missatge de control però se n'han obtingut %d" # FIXME -#: gio/gunixconnection.c:178 gio/gunixconnection.c:512 +#: ../gio/gunixconnection.c:177 ../gio/gunixconnection.c:515 msgid "Unexpected type of ancillary data" msgstr "Tipus de dades extres no esperades" -#: gio/gunixconnection.c:196 +#: ../gio/gunixconnection.c:195 #, c-format msgid "Expecting one fd, but got %d\n" msgstr "S'esperava un descriptor de fitxer però se n'han obtingut %d\n" -#: gio/gunixconnection.c:212 +#: ../gio/gunixconnection.c:211 msgid "Received invalid fd" msgstr "S'ha rebut un descriptor de fitxer no vàlid" -#: gio/gunixconnection.c:359 +#: ../gio/gunixconnection.c:359 #, fuzzy msgid "Error sending credentials: " msgstr "S'ha produït un error en enviar les dades: %s" -#: gio/gunixconnection.c:436 +#: ../gio/gunixconnection.c:439 #, c-format msgid "Error checking if SO_PASSCRED is enabled for socket: %s" msgstr "" -#: gio/gunixconnection.c:445 +#: ../gio/gunixconnection.c:448 #, c-format msgid "" "Unexpected option length while checking if SO_PASSCRED is enabled for " "socket. Expected %d bytes, got %d" msgstr "" -#: gio/gunixconnection.c:462 +#: ../gio/gunixconnection.c:465 #, fuzzy, c-format msgid "Error enabling SO_PASSCRED: %s" msgstr "S'ha produït un error en canviar el nom del fitxer: %s" -#: gio/gunixconnection.c:492 +#: ../gio/gunixconnection.c:495 msgid "" "Expecting to read a single byte for receiving credentials but read zero bytes" msgstr "" -#: gio/gunixconnection.c:535 +#: ../gio/gunixconnection.c:538 #, c-format msgid "Error while disabling SO_PASSCRED: %s" msgstr "" -#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374 -#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439 +#: ../gio/gunixinputstream.c:353 ../gio/gunixinputstream.c:373 +#: ../gio/gunixinputstream.c:451 ../gio/gunixoutputstream.c:438 #, c-format msgid "Error reading from unix: %s" msgstr "S'ha produït un error en llegir des de UNIX: %s" -#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589 -#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545 +#: ../gio/gunixinputstream.c:406 ../gio/gunixinputstream.c:589 +#: ../gio/gunixoutputstream.c:393 ../gio/gunixoutputstream.c:545 #, c-format msgid "Error closing unix: %s" msgstr "S'ha produït un error en tancar des de UNIX: %s" -#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883 +#: ../gio/gunixmounts.c:1846 ../gio/gunixmounts.c:1883 msgid "Filesystem root" msgstr "Arrel del sistema de fitxers" -#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361 +#: ../gio/gunixoutputstream.c:339 ../gio/gunixoutputstream.c:360 #, c-format msgid "Error writing to unix: %s" msgstr "S'ha produït un error en escriure a UNIX: %s" -#: gio/gunixsocketaddress.c:245 +#: ../gio/gunixsocketaddress.c:244 msgid "Abstract unix domain socket addresses not supported on this system" msgstr "Este sistema no admet adreces de sòcol de domini UNIX abstractes" -#: gio/gvolume.c:407 +#: ../gio/gvolume.c:406 msgid "volume doesn't implement eject" msgstr "el volum no implementa l'expulsió" #. Translators: This is an error #. * message for volume objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gvolume.c:486 +#: ../gio/gvolume.c:485 msgid "volume doesn't implement eject or eject_with_operation" msgstr "el volum no implementa l'expulsió o «eject_with_operation»" -#: gio/gwin32appinfo.c:277 +#: ../gio/gwin32appinfo.c:276 msgid "Can't find application" msgstr "No es pot trobar l'aplicació" -#: gio/gwin32appinfo.c:300 +#: ../gio/gwin32appinfo.c:299 #, c-format msgid "Error launching application: %s" msgstr "S'ha produït un error en executar l'aplicació: %s" -#: gio/gwin32appinfo.c:336 +#: ../gio/gwin32appinfo.c:335 msgid "URIs not supported" msgstr "No estan implementats els URI" -#: gio/gwin32appinfo.c:358 +#: ../gio/gwin32appinfo.c:357 msgid "association changes not supported on win32" msgstr "els canvis associatius no estan implementats a win32" -#: gio/gwin32appinfo.c:370 +#: ../gio/gwin32appinfo.c:369 msgid "Association creation not supported on win32" msgstr "La creació associativa no està implementada a win32" -#: gio/gwin32inputstream.c:319 +#: ../gio/gwin32inputstream.c:318 #, fuzzy, c-format msgid "Error reading from handle: %s" msgstr "S'ha produït un error en llegir des del fitxer: %s" -#: gio/gwin32inputstream.c:349 gio/gwin32outputstream.c:349 +#: ../gio/gwin32inputstream.c:348 ../gio/gwin32outputstream.c:348 #, fuzzy, c-format msgid "Error closing handle: %s" msgstr "S'ha produït un error en tancar el fitxer: %s" -#: gio/gwin32outputstream.c:319 +#: ../gio/gwin32outputstream.c:318 #, fuzzy, c-format msgid "Error writing to handle: %s" msgstr "S'ha produït un error en escriure al fitxer: %s" -#: gio/gzlibcompressor.c:279 gio/gzlibdecompressor.c:250 +#: ../gio/gzlibcompressor.c:396 ../gio/gzlibdecompressor.c:349 msgid "Not enough memory" msgstr "No hi ha prou memòria" -#: gio/gzlibcompressor.c:286 gio/gzlibdecompressor.c:257 +#: ../gio/gzlibcompressor.c:403 ../gio/gzlibdecompressor.c:356 #, c-format msgid "Internal error: %s" msgstr "Error intern: %s" -#: gio/gzlibcompressor.c:299 gio/gzlibdecompressor.c:271 +#: ../gio/gzlibcompressor.c:416 ../gio/gzlibdecompressor.c:370 msgid "Need more input" msgstr "Fan falta més dades d'entrada" -#: gio/gzlibdecompressor.c:243 +#: ../gio/gzlibdecompressor.c:342 msgid "Invalid compressed data" msgstr "Les dades comprimides no són vàlides" +#, fuzzy +#~ msgid "Do not give error for empty directory" +#~ msgstr "No s'ha pogut moure el directori al directori" + #~ msgid "Invalid UTF-8 sequence in input" #~ msgstr "La seqüència UTF-8 de l'entrada no és vàlida" @@ -2908,9 +3608,6 @@ #~ msgid "The file containing the icon" #~ msgstr "El fitxer que conté la icona" -#~ msgid "name" -#~ msgstr "nom" - #~ msgid "The name of the icon" #~ msgstr "El nom de la icona" Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/cs.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/cs.gmo differ diff -Nru glib2.0-2.26.0/po/cs.po glib2.0-2.26.1/po/cs.po --- glib2.0-2.26.0/po/cs.po 2010-09-28 01:42:12.000000000 +1000 +++ glib2.0-2.26.1/po/cs.po 2010-10-01 04:24:52.000000000 +1000 @@ -12,8 +12,8 @@ msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-09-27 17:24+0200\n" -"PO-Revision-Date: 2010-09-27 17:22+0200\n" +"POT-Creation-Date: 2010-09-29 04:38+0200\n" +"PO-Revision-Date: 2010-09-29 04:31+0200\n" "Last-Translator: Petr Kovar \n" "Language-Team: Czech \n" "Language: cs\n" @@ -1121,7 +1121,7 @@ #: ../glib/gspawn-win32.c:1278 #, c-format msgid "Invalid string in argument vector at %d: %s" -msgstr "Neplatný řetězec v poli argumentů v %d: %s" +msgstr "Neplatný řetězec v poli argumentů na %d: %s" #: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:737 #: ../glib/gspawn-win32.c:1311 @@ -1428,11 +1428,11 @@ #: ../gio/gcredentials.c:246 ../gio/gcredentials.c:441 msgid "GCredentials is not implemented on this OS" -msgstr "GCredentials na tomto OS není implementováno." +msgstr "GCredentials na tomto OS není implementováno" #: ../gio/gcredentials.c:396 msgid "There is no GCredentials support for your platform" -msgstr "Danou platformu GCredentials nepodporuje." +msgstr "Danou platformu GCredentials nepodporuje" #: ../gio/gdatainputstream.c:311 msgid "Unexpected early end-of-stream" @@ -1737,83 +1737,87 @@ #: ../gio/gdbusconnection.c:3985 ../gio/gdbusconnection.c:5576 #, c-format msgid "No such interface `%s'" -msgstr "" +msgstr "Žádné rozhraní \"%s\" neexistuje" #: ../gio/gdbusconnection.c:4173 msgid "No such interface" -msgstr "" +msgstr "Žádné takové rozhraní neexistuje" #: ../gio/gdbusconnection.c:4389 ../gio/gdbusconnection.c:6092 #, c-format msgid "No such interface `%s' on object at path %s" -msgstr "" +msgstr "Žádné rozhraní \"%s\" neexistuje na objektu na cestě %s" #: ../gio/gdbusconnection.c:4441 #, c-format msgid "No such method `%s'" -msgstr "" +msgstr "Žádná taková metoda \"%s\" neexistuje" #: ../gio/gdbusconnection.c:4472 #, c-format msgid "Type of message, `%s', does not match expected type `%s'" -msgstr "" +msgstr "Typ zprávy, \"%s\", se neshoduje s očekávaným typem \"%s\"" #: ../gio/gdbusconnection.c:4691 #, c-format msgid "An object is already exported for the interface %s at %s" -msgstr "" +msgstr "Objekt je již exportován pro prostředí %s na %s" #: ../gio/gdbusconnection.c:4885 #, c-format msgid "Method `%s' returned type `%s', but expected `%s'" -msgstr "" +msgstr "Metoda \"%s\" navrátila typ \"%s\", ale očekáván byl \"%s\"" #: ../gio/gdbusconnection.c:5687 #, c-format msgid "Method `%s' on interface `%s' with signature `%s' does not exist" -msgstr "" +msgstr "Metoda \"%s\" na rozhraní \"%s\" s podpisem \"%s\" neexistuje" #: ../gio/gdbusconnection.c:5805 -#, fuzzy, c-format +#, c-format msgid "A subtree is already exported for %s" -msgstr "Naslouchající je již uzavřen" +msgstr "Podstrom je již exportován pro %s" #: ../gio/gdbusmessage.c:856 msgid "type is INVALID" -msgstr "" +msgstr "typ je INVALID" #: ../gio/gdbusmessage.c:867 msgid "METHOD_CALL message: PATH or MEMBER header field is missing" -msgstr "" +msgstr "Zpráva METHOD_CALL: pole se záhlavím PATH nebo MEMBER schází" #: ../gio/gdbusmessage.c:878 msgid "METHOD_RETURN message: REPLY_SERIAL header field is missing" -msgstr "" +msgstr "Zpráva METHOD_RETURN: pole se záhlavím REPLY_SERIAL schází" #: ../gio/gdbusmessage.c:890 msgid "ERROR message: REPLY_SERIAL or ERROR_NAME header field is missing" -msgstr "" +msgstr "Zpráva ERROR: pole se záhlavím REPLY_SERIAL nebo ERROR_NAME schází" #: ../gio/gdbusmessage.c:903 msgid "SIGNAL message: PATH, INTERFACE or MEMBER header field is missing" -msgstr "" +msgstr "Zpráva SIGNAL: pole se záhlavím PATH, INTERFACE nebo MEMBER schází" #: ../gio/gdbusmessage.c:911 msgid "" "SIGNAL message: The PATH header field is using the reserved value /org/" "freedesktop/DBus/Local" msgstr "" +"Zpráva SIGNAL: pole se záhlavím PATH používá rezervovanou hodnotu /org/" +"freedesktop/DBus/Local" #: ../gio/gdbusmessage.c:919 msgid "" "SIGNAL message: The INTERFACE header field is using the reserved value org." "freedesktop.DBus.Local" msgstr "" +"Zpráva SIGNAL: pole se záhlavím INTERFACE používá rezervovanou hodnotu org." +"freedesktop.DBus.Local" #: ../gio/gdbusmessage.c:994 #, c-format msgid "Wanted to read %lu bytes but got EOF" -msgstr "" +msgstr "Zamýšlelo se přečíst %lu bajtů, ale obdrženo EOF" #: ../gio/gdbusmessage.c:1019 #, c-format @@ -1821,38 +1825,44 @@ "Expected valid UTF-8 string but found invalid bytes at byte offset %d " "(length of string is %d). The valid UTF-8 string up until that point was `%s'" msgstr "" +"Očekáván platný řetězec UTF-8, ale byly nalezeny neplatné bajty na offsetu " +"bajtu %d (délka řetězce je %d). Platný řetězec UTF-8 až do příslušného bodu " +"byl \"%s\"" #: ../gio/gdbusmessage.c:1032 #, c-format msgid "Expected NUL byte after the string `%s' but found byte %d" -msgstr "" +msgstr "Očekáván bajt NULL za řetězcem \"%s\", ale byl nalezen bajt %d" #: ../gio/gdbusmessage.c:1231 #, c-format msgid "Parsed value `%s' is not a valid D-Bus object path" -msgstr "" +msgstr "Analyzovaná hodnota \"%s\" není platná cesta objektu D-Bus" #: ../gio/gdbusmessage.c:1257 -#, fuzzy, c-format +#, c-format msgid "Parsed value `%s' is not a valid D-Bus signature" -msgstr "\"%s\" není platným názvem " +msgstr "Analyzovaná hodnota \"%s\" není platný podpis D-Bus" #: ../gio/gdbusmessage.c:1311 #, c-format msgid "" "Encountered array of length %u bytes. Maximum length is 2<<26 bytes (64 MiB)." msgstr "" +"Zjištěno pole o délce %u bajtů. Maximální délka je 2<<26 bajtů (64 MiB)." #: ../gio/gdbusmessage.c:1472 #, c-format msgid "Parsed value `%s' for variant is not a valid D-Bus signature" -msgstr "" +msgstr "Analyzovaná hodnota \"%s\" varianty není platným podpisem D-Bus" #: ../gio/gdbusmessage.c:1499 #, c-format msgid "" "Error deserializing GVariant with type string `%s' from the D-Bus wire format" msgstr "" +"Chyba při rušení serializace GVariant s řetězcem typu \"%s\" od přenosového " +"formátu D-Bus" #: ../gio/gdbusmessage.c:1683 #, c-format @@ -1860,50 +1870,54 @@ "Invalid endianness value. Expected 0x6c ('l') or 0x42 ('B') but found value " "0x%02x" msgstr "" +"Neplatná hodnota endianity. Očekávána 0x6c ('l') nebo 0x42 ('B'), ale " +"nalezena hodnota 0x%02x" #: ../gio/gdbusmessage.c:1697 #, c-format msgid "Invalid major protocol version. Expected 1 but found %d" -msgstr "" +msgstr "Neplatná verze hlavního protokolu. Očekávána 1, ale nalezena %d" #: ../gio/gdbusmessage.c:1754 #, c-format msgid "Signature header with signature `%s' found but message body is empty" -msgstr "" +msgstr "Nalezeno záhlaví podpisu s podpisem \"%s\", ale tělo zprávy je prázdné" #: ../gio/gdbusmessage.c:1768 #, c-format msgid "Parsed value `%s' is not a valid D-Bus signature (for body)" -msgstr "" +msgstr "Analyzovaná hodnota \"%s\" není platným podpisem D-Bus (pro tělo)" #: ../gio/gdbusmessage.c:1798 #, c-format msgid "No signature header in message but the message body is %u bytes" -msgstr "" +msgstr "Ve zprávě není záhlaví s podpisem, ale tělo zprávy má %u bajtů" #: ../gio/gdbusmessage.c:1806 msgid "Cannot deserialize message: " -msgstr "" +msgstr "Nelze zrušit serializaci zprávy: " #: ../gio/gdbusmessage.c:2131 #, c-format msgid "" "Error serializing GVariant with type string `%s' to the D-Bus wire format" msgstr "" +"Chyba při serializaci GVariant s řetězcem typu \"%s\" do přenosového formátu " +"D-Bus" #: ../gio/gdbusmessage.c:2272 #, c-format msgid "Message has %d fds but the header field indicates %d fds" -msgstr "" +msgstr "Zpráva má %d fds, ale pole se záhlavím uvádí %d fds" #: ../gio/gdbusmessage.c:2280 msgid "Cannot serialize message: " -msgstr "" +msgstr "Nelze serializovat zprávu: " #: ../gio/gdbusmessage.c:2324 #, c-format msgid "Message body has signature `%s' but there is no signature header" -msgstr "" +msgstr "Tělo zprávy má podpis \"%s\", ale záhlaví s podpisem neexistuje" #: ../gio/gdbusmessage.c:2334 #, c-format @@ -1911,25 +1925,26 @@ "Message body has type signature `%s' but signature in the header field is `" "%s'" msgstr "" +"Tělo zprávy má podpis typu \"%s\", ale podpis v poli se záhlavím je \"%s\"" #: ../gio/gdbusmessage.c:2350 #, c-format msgid "Message body is empty but signature in the header field is `(%s)'" -msgstr "" +msgstr "Tělo zprávy je prázdné, ale podpis v poli se záhlavím je \"(%s)\"" #: ../gio/gdbusmessage.c:2907 -#, fuzzy, c-format +#, c-format msgid "Error return with body of type `%s'" -msgstr "Chyba při zápisu do souboru: %s" +msgstr "Navrácena chyba s tělem typu \"%s\"" #: ../gio/gdbusmessage.c:2915 msgid "Error return with empty body" -msgstr "" +msgstr "Navrácena chyba s prázdným tělem" #: ../gio/gdbusmethodinvocation.c:375 #, c-format msgid "Type of return value is incorrect, got `%s', expected `%s'" -msgstr "" +msgstr "Typ návratové hodnoty je nesprávný, obdrženo \"%s\", očekáváno \"%s\"" #: ../gio/gdbusmethodinvocation.c:406 ../gio/gsocket.c:2974 #: ../gio/gsocket.c:3055 @@ -1939,7 +1954,7 @@ #: ../gio/gdbusprivate.c:1758 msgid "Unable to load /var/lib/dbus/machine-id: " -msgstr "" +msgstr "Nelze načíst /var/lib/dbus/machine-id: " #: ../gio/gdbusproxy.c:714 #, c-format @@ -1947,16 +1962,18 @@ "Trying to set property %s of type %s but according to the expected interface " "the type is %s" msgstr "" +"Pokus o nastavení vlastnosti %s typu %s, ale vzhledem k očekávanému rozhraní " +"je typ %s" #: ../gio/gdbusproxy.c:1235 #, c-format msgid "Error calling StartServiceByName for %s: " -msgstr "" +msgstr "Chyba při volání StartServiceByName pro %s: " #: ../gio/gdbusproxy.c:1256 #, c-format msgid "Unexpected reply %d from StartServiceByName(\"%s\") method" -msgstr "" +msgstr "Neočekávaná odpověď %d od metody StartServiceByName(\"%s\")" #: ../gio/gdbusproxy.c:2315 ../gio/gdbusproxy.c:2472 msgid "" @@ -1967,23 +1984,22 @@ "byla vytvořena s příznakem G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START" #: ../gio/gdbusserver.c:715 -#, fuzzy msgid "Abstract name space not supported" -msgstr "Zahozené není podporováno" +msgstr "Abstraktní jmenný prostor není podporován" #: ../gio/gdbusserver.c:805 msgid "Cannot specify nonce file when creating a server" -msgstr "" +msgstr "Při vytváření serveru nelze určit soubor nonce" #: ../gio/gdbusserver.c:882 -#, fuzzy, c-format +#, c-format msgid "Error writing nonce file at `%s': %s" -msgstr "Chyba při zápisu do souboru: %s" +msgstr "Chyba při zápisu souboru nonce na \"%s\": %s" #: ../gio/gdbusserver.c:1044 -#, fuzzy, c-format +#, c-format msgid "The string `%s' is not a valid D-Bus GUID" -msgstr "\"%s\" není platným názvem " +msgstr "Řetězec \"%s\" není platné D-Bus GUID" #: ../gio/gdbusserver.c:1084 #, c-format @@ -1992,7 +2008,7 @@ #: ../gio/gdbus-tool.c:87 ../gio/gsettings-tool.c:76 msgid "COMMAND" -msgstr "" +msgstr "PŘÍKAZ" #: ../gio/gdbus-tool.c:92 #, c-format @@ -2005,55 +2021,60 @@ "\n" "Use \"%s COMMAND --help\" to get help on each command.\n" msgstr "" +"Příkazy:\n" +" help Zobrazí tyto informace\n" +" introspect Provede introspection vzdáleného objektu\n" +" monitor Sleduje vzdálený objekt\n" +" call Spustí metodu na vzdáleném objektu\n" +"\n" +"Nápovědu k jednotlivým příkazům získáte použitím \"%s PŘÍKAZ --help\".\n" #: ../gio/gdbus-tool.c:160 ../gio/gdbus-tool.c:216 ../gio/gdbus-tool.c:288 #: ../gio/gdbus-tool.c:312 ../gio/gdbus-tool.c:814 ../gio/gdbus-tool.c:1324 -#, fuzzy, c-format +#, c-format msgid "Error: %s\n" -msgstr "Chyba na řádku %d: %s" +msgstr "Chyba: %s\n" #: ../gio/gdbus-tool.c:171 ../gio/gdbus-tool.c:229 ../gio/gdbus-tool.c:1340 -#, fuzzy, c-format +#, c-format msgid "Error parsing introspection XML: %s\n" -msgstr "Chyba volby %s při syntaktické analýze" +msgstr "Chyba při analýze introspection XML: %s\n" #: ../gio/gdbus-tool.c:346 msgid "Connect to the system bus" -msgstr "" +msgstr "Připojit k systémové sběrnici" #: ../gio/gdbus-tool.c:347 msgid "Connect to the session bus" -msgstr "" +msgstr "Připojit ke sběrnici sezení" #: ../gio/gdbus-tool.c:348 -#, fuzzy msgid "Connect to given D-Bus address" -msgstr "Probíhá spojení" +msgstr "Připojit k dané adrese D-Bus" #: ../gio/gdbus-tool.c:358 -#, fuzzy msgid "Connection Endpoint Options:" -msgstr "Probíhá spojení" +msgstr "Volby koncového bodu spojení:" #: ../gio/gdbus-tool.c:359 msgid "Options specifying the connection endpoint" -msgstr "" +msgstr "Volby určující koncový bod spojení" #: ../gio/gdbus-tool.c:379 #, c-format msgid "No connection endpoint specified" -msgstr "" +msgstr "Neurčen žádný koncový bod spojení" #: ../gio/gdbus-tool.c:389 #, c-format msgid "Multiple connection endpoints specified" -msgstr "" +msgstr "Určeno více koncových bodů spojení" #: ../gio/gdbus-tool.c:459 #, c-format msgid "" "Warning: According to introspection data, interface `%s' does not exist\n" -msgstr "" +msgstr "Varování: Podle dat introspection rozhraní \"%s\" neexistuje\n" #: ../gio/gdbus-tool.c:468 #, c-format @@ -2061,91 +2082,92 @@ "Warning: According to introspection data, method `%s' does not exist on " "interface `%s'\n" msgstr "" +"Varování: Podle dat introspection metoda \"%s\" neexistuje na rozhraní \"%s" +"\"\n" #: ../gio/gdbus-tool.c:530 msgid "Destination name to invoke method on" -msgstr "" +msgstr "Název cíle, u kterého se má spustit metoda" #: ../gio/gdbus-tool.c:531 msgid "Object path to invoke method on" -msgstr "" +msgstr "Cesta objektu, u kterého se má spustit metoda" #: ../gio/gdbus-tool.c:532 msgid "Method and interface name" -msgstr "" +msgstr "Název metody a rozhraní" #: ../gio/gdbus-tool.c:571 msgid "Invoke a method on a remote object." -msgstr "" +msgstr "Spustit metodu na vzdáleném objektu." #: ../gio/gdbus-tool.c:626 ../gio/gdbus-tool.c:1245 ../gio/gdbus-tool.c:1505 -#, fuzzy, c-format +#, c-format msgid "Error connecting: %s\n" -msgstr "Chyba při spojení: %s" +msgstr "Chyba při spojení: %s\n" #: ../gio/gdbus-tool.c:646 ../gio/gdbus-tool.c:1264 ../gio/gdbus-tool.c:1524 #, c-format msgid "Error: Destination is not specified\n" -msgstr "" +msgstr "Chyba: Neurčen žádný cíl\n" #: ../gio/gdbus-tool.c:667 ../gio/gdbus-tool.c:1283 #, c-format msgid "Error: Object path is not specified\n" -msgstr "" +msgstr "Chyba: Neurčena žádná cesta objektu\n" #: ../gio/gdbus-tool.c:687 ../gio/gdbus-tool.c:1303 ../gio/gdbus-tool.c:1564 -#, fuzzy, c-format +#, c-format msgid "Error: %s is not a valid object path\n" -msgstr "\"%s\" není platným názvem " +msgstr "Chyba: %s není platnou cestou objektu\n" #: ../gio/gdbus-tool.c:702 #, c-format msgid "Error: Method name is not specified\n" -msgstr "" +msgstr "Chyba: Název metody neurčen\n" #: ../gio/gdbus-tool.c:713 #, c-format msgid "Error: Method name `%s' is invalid\n" -msgstr "" +msgstr "Chyba: Název metody \"%s\" je neplatný\n" #: ../gio/gdbus-tool.c:778 -#, fuzzy, c-format +#, c-format msgid "Error parsing parameter %d of type `%s': %s\n" -msgstr "Chyba při otevírání adresáře \"%s\": %s" +msgstr "Chyba při analyzování parametru %d typu \"%s\": %s\n" #: ../gio/gdbus-tool.c:786 -#, fuzzy, c-format +#, c-format msgid "Error parsing parameter %d: %s\n" -msgstr "Chyba volby %s při syntaktické analýze" +msgstr "Chyba při analyzování parametru %d: %s\n" #: ../gio/gdbus-tool.c:1162 msgid "Destination name to introspect" -msgstr "" +msgstr "Název cíle, u kterého provést introspection" #: ../gio/gdbus-tool.c:1163 msgid "Object path to introspect" -msgstr "" +msgstr "Cesta objektu, u které provést introspection" #: ../gio/gdbus-tool.c:1164 msgid "Print XML" -msgstr "" +msgstr "Vypsat XML" #: ../gio/gdbus-tool.c:1197 msgid "Introspect a remote object." -msgstr "" +msgstr "Provést introspection vzdáleného objektu." #: ../gio/gdbus-tool.c:1423 msgid "Destination name to monitor" -msgstr "" +msgstr "Název cíle určený ke sledování" #: ../gio/gdbus-tool.c:1424 msgid "Object path to monitor" -msgstr "" +msgstr "Cesta objektu určená ke sledování" #: ../gio/gdbus-tool.c:1457 -#, fuzzy msgid "Monitor a remote object." -msgstr "poškozený objekt" +msgstr "Sledovat vzdálený objekt." #: ../gio/gdesktopappinfo.c:467 ../gio/gwin32appinfo.c:221 msgid "Unnamed" @@ -2404,12 +2426,12 @@ #: ../gio/glib-compile-schemas.c:703 msgid "empty names are not permitted" -msgstr "" +msgstr "prázdné názvy nejsou povoleny" #: ../gio/glib-compile-schemas.c:713 #, c-format msgid "invalid name '%s': names must begin with a lowercase letter" -msgstr "" +msgstr "neplatný název \"%s\": názvy musí začínat malým písmenem" #: ../gio/glib-compile-schemas.c:725 #, c-format @@ -2417,35 +2439,39 @@ "invalid name '%s': invalid character '%c'; only lowercase letters, numbers " "and dash ('-') are permitted." msgstr "" +"neplatný název \"%s\": neplatný znak \"%c\"; pouze malá písmena, číslice a " +"pomlčka ('-') jsou povoleny." #: ../gio/glib-compile-schemas.c:734 #, c-format msgid "invalid name '%s': two successive dashes ('--') are not permitted." msgstr "" +"neplatný název \"%s\": dvě po sobě následující pomlčky (\"--\") nejsou " +"povoleny." #: ../gio/glib-compile-schemas.c:743 #, c-format msgid "invalid name '%s': the last character may not be a dash ('-')." -msgstr "" +msgstr "neplatný název \"%s\": posledním znakem nemůže být pomlčka (\"-\")." #: ../gio/glib-compile-schemas.c:751 #, c-format msgid "invalid name '%s': maximum length is 32" -msgstr "" +msgstr "neplatný název \"%s\": maximální délka je 32" #: ../gio/glib-compile-schemas.c:820 #, c-format msgid " already specified" -msgstr "" +msgstr " již bylo určeno" #: ../gio/glib-compile-schemas.c:846 msgid "can not add keys to a 'list-of' schema" -msgstr "" +msgstr "ke schématu \"list-of\" nelze přidat klíče" #: ../gio/glib-compile-schemas.c:857 #, c-format msgid " already specified" -msgstr "" +msgstr " již bylo určeno" #: ../gio/glib-compile-schemas.c:875 #, c-format @@ -2453,6 +2479,8 @@ " shadows in ; use " "to modify value" msgstr "" +" má přednost před v ; " +"použijte ke změně hodnoty" #: ../gio/glib-compile-schemas.c:886 #, c-format @@ -2466,57 +2494,58 @@ #: ../gio/glib-compile-schemas.c:905 #, c-format msgid "<%s id='%s'> not (yet) defined." -msgstr "" +msgstr "<%s id='%s'> (zatím) nebylo určeno." #: ../gio/glib-compile-schemas.c:920 -#, fuzzy, c-format +#, c-format msgid "invalid GVariant type string '%s'" -msgstr "Neplatný typ atributu (očekáván řetězec)" +msgstr "neplatný řetězec typu GVariant \"%s\"" #: ../gio/glib-compile-schemas.c:950 msgid " given but schema isn't extending anything" -msgstr "" +msgstr " zadáno, ale schéma nic nerozšiřuje" #: ../gio/glib-compile-schemas.c:963 #, c-format msgid "no to override" -msgstr "" +msgstr "neexistuje žádné k přepsání" #: ../gio/glib-compile-schemas.c:971 #, c-format msgid " already specified" -msgstr "" +msgstr " již bylo určeno" #: ../gio/glib-compile-schemas.c:1042 #, c-format msgid " already specified" -msgstr "" +msgstr " již bylo určeno" #: ../gio/glib-compile-schemas.c:1054 #, c-format msgid " extends not yet existing schema '%s'" -msgstr "" +msgstr " rozšiřuje zatím neexistující schéma \"%s\"" #: ../gio/glib-compile-schemas.c:1070 #, c-format msgid " is list of not yet existing schema '%s'" -msgstr "" +msgstr " je seznamem zatím neexistujícího schématu \"%s\"" #: ../gio/glib-compile-schemas.c:1078 #, c-format msgid "Can not be a list of a schema with a path" -msgstr "" +msgstr "Nemůže být seznamem schématu s cestou" #: ../gio/glib-compile-schemas.c:1088 #, c-format msgid "Can not extend a schema with a path" -msgstr "" +msgstr "Nemůže rozšířit schéma s cestou" #: ../gio/glib-compile-schemas.c:1098 #, c-format msgid "" " is a list, extending which is not a list" msgstr "" +" je seznam rozšiřující , což není seznam" #: ../gio/glib-compile-schemas.c:1108 #, c-format @@ -2524,70 +2553,74 @@ " extends but '%s' " "does not extend '%s'" msgstr "" +" rozšiřuje ,ale " +"\"%s\" nerozšiřuje \"%s\"" #: ../gio/glib-compile-schemas.c:1125 #, c-format msgid "a path, if given, must begin and end with a slash" -msgstr "" +msgstr "cesta, je-li zadána, musí začínat lomítkem" #: ../gio/glib-compile-schemas.c:1132 #, c-format msgid "the path of a list must end with ':/'" -msgstr "" +msgstr "cesta seznamu musí končit znakem \":/\"" #: ../gio/glib-compile-schemas.c:1158 #, c-format msgid "<%s id='%s'> already specified" -msgstr "" +msgstr "<%s id='%s'> již bylo určeno" #: ../gio/glib-compile-schemas.c:1375 #, c-format msgid "Element <%s> not allowed inside <%s>" -msgstr "" +msgstr "Prvek <%s> není povolen uvnitř <%s>" #: ../gio/glib-compile-schemas.c:1379 #, c-format msgid "Element <%s> not allowed at toplevel" -msgstr "" +msgstr "Prvek <%s> není povolen na nejvyšší úrovni" #: ../gio/glib-compile-schemas.c:1473 #, c-format msgid "text may not appear inside <%s>" -msgstr "" +msgstr "text nemůže být umístěn uvnitř <%s>" #. Translators: Do not translate "--strict". #: ../gio/glib-compile-schemas.c:1641 ../gio/glib-compile-schemas.c:1712 #: ../gio/glib-compile-schemas.c:1788 #, c-format msgid "--strict was specified; exiting.\n" -msgstr "" +msgstr "--strict bylo určeno; ukončuje se.\n" #: ../gio/glib-compile-schemas.c:1649 #, c-format msgid "This entire file has been ignored.\n" -msgstr "" +msgstr "Celý tento soubor byl ignorován.\n" #: ../gio/glib-compile-schemas.c:1708 #, c-format msgid "Ignoring this file.\n" -msgstr "" +msgstr "Ignoruje se tento soubor.\n" #: ../gio/glib-compile-schemas.c:1748 #, c-format msgid "No such key `%s' in schema `%s' as specified in override file `%s'" msgstr "" +"Klíč \"%s\" neexistuje ve schématu \"%s\", jak bylo určeno v přepisujícím " +"souboru \"%s\"" #: ../gio/glib-compile-schemas.c:1754 ../gio/glib-compile-schemas.c:1812 #: ../gio/glib-compile-schemas.c:1840 #, c-format msgid "; ignoring override for this key.\n" -msgstr "" +msgstr "; ignoruje se přepsání u tohoto klíče.\n" #: ../gio/glib-compile-schemas.c:1758 ../gio/glib-compile-schemas.c:1816 #: ../gio/glib-compile-schemas.c:1844 #, c-format msgid " and --strict was specified; exiting.\n" -msgstr "" +msgstr " a --strict bylo určeno; ukončuje se.\n" #: ../gio/glib-compile-schemas.c:1774 #, c-format @@ -2595,11 +2628,13 @@ "error parsing key `%s' in schema `%s' as specified in override file `%s': " "%s. " msgstr "" +"chyba při analýze klíče \"%s\" ve schématu \"%s\", jak bylo určeno v " +"přepisujícím souboru \"%s\": %s. " #: ../gio/glib-compile-schemas.c:1784 #, c-format msgid "Ignoring override for this key.\n" -msgstr "" +msgstr "Ignoruje se přepsání u tohoto klíče.\n" #: ../gio/glib-compile-schemas.c:1802 #, c-format @@ -2607,6 +2642,8 @@ "override for key `%s' in schema `%s' in override file `%s' is out of the " "range given in the schema" msgstr "" +"přepsání u klíče \"%s\" ve schématu \"%s\" v přepisujícím souboru \"%s\" je " +"mimo rozsah zadaný ve schématu" #: ../gio/glib-compile-schemas.c:1830 #, c-format @@ -2614,30 +2651,32 @@ "override for key `%s' in schema `%s' in override file `%s' is not in the " "list of valid choices" msgstr "" +"přepsání u klíče \"%s\" ve schématu \"%s\" v přepisujícím souboru \"%s\" " +"není v seznamu platných možností" #: ../gio/glib-compile-schemas.c:1884 msgid "where to store the gschemas.compiled file" -msgstr "" +msgstr "kde ukládat soubor gschemas.compiled" #: ../gio/glib-compile-schemas.c:1884 ../gio/glib-compile-schemas.c:1897 msgid "DIRECTORY" -msgstr "" +msgstr "ADRESÁŘ" #: ../gio/glib-compile-schemas.c:1885 msgid "Abort on any errors in schemas" -msgstr "" +msgstr "Přerušit při libovolných chybách ve schématech" #: ../gio/glib-compile-schemas.c:1886 msgid "Do not write the gschema.compiled file" -msgstr "" +msgstr "Nezapisovat soubor gschema.compiled" #: ../gio/glib-compile-schemas.c:1887 msgid "This option will be removed soon." -msgstr "" +msgstr "Tato volba bude brzy odstraněna." #: ../gio/glib-compile-schemas.c:1888 msgid "Do not enforce key name restrictions" -msgstr "" +msgstr "Nevynucovat omezení názvů klíče" #: ../gio/glib-compile-schemas.c:1900 msgid "" @@ -2645,26 +2684,29 @@ "Schema files are required to have the extension .gschema.xml,\n" "and the cache file is called gschemas.compiled." msgstr "" +"Kompilovat všechny soubory schémat GSettings do mezipaměti schémat.\n" +"Soubory schémat musí mít rozšíření .gschema.xml,\n" +"a soubor mezipaměti se jmenuje gschemas.compiled." #: ../gio/glib-compile-schemas.c:1916 #, c-format msgid "You should give exactly one directory name\n" -msgstr "" +msgstr "Měl by být zadán právě jeden název adresáře\n" #: ../gio/glib-compile-schemas.c:1955 #, c-format msgid "No schema files found: " -msgstr "" +msgstr "Žádné soubory schémat nenalezeny: " #: ../gio/glib-compile-schemas.c:1958 #, c-format msgid "doing nothing.\n" -msgstr "" +msgstr "nedělá se nic.\n" #: ../gio/glib-compile-schemas.c:1961 #, c-format msgid "removed existing output file.\n" -msgstr "" +msgstr "odstraněn existující výstupní soubor.\n" #: ../gio/glocaldirectorymonitor.c:287 msgid "Unable to find default local directory monitor type" @@ -3087,28 +3129,37 @@ "\n" "Use '%s COMMAND --help' to get help for individual commands.\n" msgstr "" +"Příkazy:\n" +" help Zobrazí tyto informace\n" +" get Získá hodnotu klíče\n" +" set Nastaví hodnotu klíče\n" +" reset Resetuje hodnotu klíče\n" +" monitor Sleduje změny v klíči\n" +" writable Ověří zapisovatelnost klíče\n" +"\n" +"Nápovědu k jednotlivým příkazům získáte použitím \"%s PŘÍKAZ --help\".\n" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 #: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 #: ../gio/gsettings-tool.c:646 msgid "Specify the path for the schema" -msgstr "" +msgstr "Určit cestu schématu" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 #: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 #: ../gio/gsettings-tool.c:646 msgid "PATH" -msgstr "" +msgstr "CESTA" #. Translators: Please keep order of words (command parameters) #: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:541 #: ../gio/gsettings-tool.c:654 msgid "SCHEMA KEY" -msgstr "" +msgstr "KLÍČ SCHÉMATU" #: ../gio/gsettings-tool.c:230 msgid "Get the value of KEY" -msgstr "" +msgstr "Získat hodnotu KLÍČE" #: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:449 #: ../gio/gsettings-tool.c:545 ../gio/gsettings-tool.c:661 @@ -3117,15 +3168,18 @@ " SCHEMA The id of the schema\n" " KEY The name of the key\n" msgstr "" +"Argumenty:\n" +" SCHÉMA id schématu\n" +" KLÍČ Název klíče\n" #. Translators: Please keep order of words (command parameters) #: ../gio/gsettings-tool.c:329 ../gio/gsettings-tool.c:445 msgid "SCHEMA KEY VALUE" -msgstr "" +msgstr "SCHÉMA KLÍČ HODNOTA" #: ../gio/gsettings-tool.c:331 msgid "Set the value of KEY" -msgstr "" +msgstr "Nastavit hodnotu KLÍČE" #: ../gio/gsettings-tool.c:333 msgid "" @@ -3134,30 +3188,36 @@ " KEY The name of the key\n" " VALUE The value to set key to, as a serialized GVariant\n" msgstr "" +"Argumenty:\n" +" SCHÉMA id schématu\n" +" KLÍČ Název klíče\n" +" HODNOTA Nastavovaná hodnota klíče, jako serializované GVariant\n" #: ../gio/gsettings-tool.c:406 -#, fuzzy, c-format +#, c-format msgid "Key %s is not writable\n" -msgstr "Typ %s není mezi třídami" +msgstr "Klíč %s není zapisovatelný\n" #: ../gio/gsettings-tool.c:447 msgid "Sets KEY to its default value" -msgstr "" +msgstr "Nastaví KLÍČ na výchozí hodnotu" #: ../gio/gsettings-tool.c:543 msgid "Find out whether KEY is writable" -msgstr "" +msgstr "Zjistí, zda je KLÍČ zapisovatelný" #: ../gio/gsettings-tool.c:657 msgid "" "Monitor KEY for changes and print the changed values.\n" "Monitoring will continue until the process is terminated." msgstr "" +"Sledovat změny KLÍČE a vypsat změněné hodnoty.\n" +"Sledování bude pokračovat až do ukončení procesu." #: ../gio/gsettings-tool.c:833 -#, fuzzy, c-format +#, c-format msgid "Unknown command '%s'\n" -msgstr "Neznámý přepínač %s" +msgstr "Neznámý příkaz \"%s\"\n" #: ../gio/gsocket.c:276 msgid "Invalid socket, not initialized" @@ -3174,7 +3234,7 @@ #: ../gio/gsocket.c:299 ../gio/gsocket.c:2716 ../gio/gsocket.c:2760 msgid "Socket I/O timed out" -msgstr "" +msgstr "Časový limit V/V socketu vypršel" #: ../gio/gsocket.c:421 #, c-format @@ -3264,7 +3324,7 @@ #: ../gio/gsocket.c:3494 msgid "g_socket_get_credentials not implemented for this OS" -msgstr "" +msgstr "g_socket_get_credentials není u tohoto OS implementováno" #: ../gio/gsocketclient.c:674 ../gio/gsocketclient.c:1153 msgid "Unknown error on connect" @@ -3273,11 +3333,12 @@ #: ../gio/gsocketclient.c:711 ../gio/gsocketclient.c:1038 msgid "Trying to proxy over non-TCP connection is not supported." msgstr "" +"Není podporován pokus o proxy přes spojení, které není založeno na TCP." #: ../gio/gsocketclient.c:749 ../gio/gsocketclient.c:1061 -#, fuzzy, c-format +#, c-format msgid "Proxy protocol '%s' is not supported." -msgstr "Symbolické odkazy nejsou podporovány" +msgstr "Protokol proxy \"%s\" není podporován." #: ../gio/gsocketlistener.c:191 msgid "Listener is already closed" @@ -3290,89 +3351,94 @@ #: ../gio/gsocks4aproxy.c:121 #, c-format msgid "SOCKSv4 does not support IPv6 address '%s'" -msgstr "" +msgstr "SOCKSv4 nepodporuje adresy IPv6 \"%s\"" #: ../gio/gsocks4aproxy.c:139 #, c-format msgid "SOCKSv4 implementation limits username to %i characters" -msgstr "" +msgstr "Implementace SOCKSv4 omezuje uživatelské jméno na %i znaků" #: ../gio/gsocks4aproxy.c:157 #, c-format msgid "SOCKSv4a implementation limits hostname to %i characters" -msgstr "" +msgstr "Implementace SOCKSv4a omezuje název počítače na %i znaků" #: ../gio/gsocks4aproxy.c:183 msgid "The server is not a SOCKSv4 proxy server." -msgstr "" +msgstr "Server není proxy serverem SOCKSv4." #: ../gio/gsocks4aproxy.c:190 msgid "Connection through SOCKSv4 server was rejected" -msgstr "" +msgstr "Spojení přes server SOCKSv4 bylo odmítnuto" #: ../gio/gsocks5proxy.c:155 ../gio/gsocks5proxy.c:328 #: ../gio/gsocks5proxy.c:338 msgid "The server is not a SOCKSv5 proxy server." -msgstr "" +msgstr "Server není proxy serverem SOCKSv5." #: ../gio/gsocks5proxy.c:169 msgid "The SOCKSv5 proxy requires authentication." -msgstr "" +msgstr "SOCKSv5 proxy vyžaduje ověření." #: ../gio/gsocks5proxy.c:179 msgid "" "The SOCKSv5 require an authentication method that is not supported by GLib." -msgstr "" +msgstr "SOCKSv5 vyžaduje metodu ověření nepodporovanou v GLib." #: ../gio/gsocks5proxy.c:208 #, c-format msgid "Username or password is too long for SOCKSv5 protocol (max. is %i)." msgstr "" +"Uživatelské jméno nebo heslo je příliš dlouhé na protokol SOCKSv5 (maximum " +"je %i)." #: ../gio/gsocks5proxy.c:239 msgid "SOCKSv5 authentication failed due to wrong username or password." msgstr "" +"Ověření SOCKSv5 selhalo z důvodu chybného uživatelského jména nebo hesla." #: ../gio/gsocks5proxy.c:289 #, c-format msgid "Hostname '%s' too long for SOCKSv5 protocol (maximum is %i bytes)" msgstr "" +"Název počítače \"%s\" je příliš dlouhý na protokol SOCKSv5 (maximum je %i " +"bajtů)" #: ../gio/gsocks5proxy.c:352 msgid "The SOCKSv5 proxy server uses unkown address type." -msgstr "" +msgstr "Proxy server SOCKSv5 používá neznámý typ adresy." #: ../gio/gsocks5proxy.c:359 msgid "Internal SOCKSv5 proxy server error." -msgstr "" +msgstr "Vnitřní chyba proxy serveru SOCKSv5." #: ../gio/gsocks5proxy.c:365 msgid "SOCKSv5 connection not allowed by ruleset." -msgstr "" +msgstr "Spojení SOCKSv5 není povoleno zadaným pravidlem." #: ../gio/gsocks5proxy.c:372 msgid "Host unreachable through SOCKSv5 server." -msgstr "" +msgstr "Počítač není přes server SOCKSv5 dostupný." #: ../gio/gsocks5proxy.c:378 msgid "Network unreachable through SOCKSv5 proxy." -msgstr "" +msgstr "Síť není přes server SOCKSv5 dostupná." #: ../gio/gsocks5proxy.c:384 msgid "Connection refused through SOCKSv5 proxy." -msgstr "" +msgstr "Spojení bylo přes SOCKSv5 proxy odmítnuto." #: ../gio/gsocks5proxy.c:390 msgid "SOCKSv5 proxy does not support 'connect' command." -msgstr "" +msgstr "SOCKSv5 proxy nepodporuje příkaz \"connect\"." #: ../gio/gsocks5proxy.c:396 msgid "SOCKSv5 proxy does not support provided address type." -msgstr "" +msgstr "SOCKSv5 proxy nepodporuje poskytnutý typ adresy." #: ../gio/gsocks5proxy.c:402 msgid "Unkown SOCKSv5 proxy error." -msgstr "" +msgstr "Neznámá chyba SOCKSv5 proxy." #: ../gio/gthemedicon.c:498 #, c-format @@ -3398,14 +3464,13 @@ msgstr "Přijato neplatné fd" #: ../gio/gunixconnection.c:359 -#, fuzzy msgid "Error sending credentials: " -msgstr "Chyba při odesílání dat: %s" +msgstr "Chyba při odesílání přihlašovacích údajů: " #: ../gio/gunixconnection.c:439 #, c-format msgid "Error checking if SO_PASSCRED is enabled for socket: %s" -msgstr "" +msgstr "Chyba při kontrole, zda je SO_PASSCRED povoleno u socketu: %s" #: ../gio/gunixconnection.c:448 #, c-format @@ -3413,21 +3478,25 @@ "Unexpected option length while checking if SO_PASSCRED is enabled for " "socket. Expected %d bytes, got %d" msgstr "" +"Neočekávaná délka volby při kontrole, zda je SO_PASSCRED povoleno u socketu. " +"Očekáváno %d bajtů, obdrženo %d" #: ../gio/gunixconnection.c:465 -#, fuzzy, c-format +#, c-format msgid "Error enabling SO_PASSCRED: %s" -msgstr "Chyba při přejmenovávání souboru: %s" +msgstr "Chyba při povolování SO_PASSCRED: %s" #: ../gio/gunixconnection.c:495 msgid "" "Expecting to read a single byte for receiving credentials but read zero bytes" msgstr "" +"U odeslání přihlašovacích údajů očekáváno přečtení jednoho bajtu, ale " +"přečteno nula bajtů" #: ../gio/gunixconnection.c:538 #, c-format msgid "Error while disabling SO_PASSCRED: %s" -msgstr "" +msgstr "Chyba při zakazování SO_PASSCRED: %s" #: ../gio/gunixinputstream.c:353 ../gio/gunixinputstream.c:373 #: ../gio/gunixinputstream.c:451 ../gio/gunixoutputstream.c:438 @@ -3488,19 +3557,19 @@ msgstr "Vytváření asociací nepodporováno na Win32" #: ../gio/gwin32inputstream.c:318 -#, fuzzy, c-format +#, c-format msgid "Error reading from handle: %s" -msgstr "Chyba při čtení ze souboru: %s" +msgstr "Chyba při čtení z obsluhy: %s" #: ../gio/gwin32inputstream.c:348 ../gio/gwin32outputstream.c:348 -#, fuzzy, c-format +#, c-format msgid "Error closing handle: %s" -msgstr "Chyba při zavírání souboru: %s" +msgstr "Chyba při zavírání obsluhy: %s" #: ../gio/gwin32outputstream.c:318 -#, fuzzy, c-format +#, c-format msgid "Error writing to handle: %s" -msgstr "Chyba při zápisu do souboru: %s" +msgstr "Chyba při zápisu do obsluhy: %s" #: ../gio/gzlibcompressor.c:396 ../gio/gzlibdecompressor.c:349 msgid "Not enough memory" @@ -3518,6 +3587,3 @@ #: ../gio/gzlibdecompressor.c:342 msgid "Invalid compressed data" msgstr "Neplatná komprimovaná data" - -#~ msgid "Invalid UTF-8 sequence in input" -#~ msgstr "Neplatná posloupnost UTF-8 na vstupu" Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/de.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/de.gmo differ diff -Nru glib2.0-2.26.0/po/de.po glib2.0-2.26.1/po/de.po --- glib2.0-2.26.0/po/de.po 2010-09-15 01:24:32.000000000 +1000 +++ glib2.0-2.26.1/po/de.po 2010-11-13 00:52:52.000000000 +1100 @@ -11,11 +11,12 @@ # msgid "" msgstr "" -"Project-Id-Version: glib master\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-09-14 11:10+0200\n" -"PO-Revision-Date: 2010-09-14 11:17+0200\n" -"Last-Translator: Christian Kirbach \n" +"Project-Id-Version: glib 2.26\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=glib&component=general\n" +"POT-Creation-Date: 2010-09-27 15:15+0000\n" +"PO-Revision-Date: 2010-09-27 20:15+0100\n" +"Last-Translator: Mario Blättermann \n" "Language-Team: Deutsch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -97,7 +98,8 @@ #: ../glib/gbookmarkfile.c:3458 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" -msgstr "Die Befehlzeile »%s« konnte nicht mit der Adresse »%s« verknüpft werden." +msgstr "" +"Die Befehlzeile »%s« konnte nicht mit der Adresse »%s« verknüpft werden." #: ../glib/gconvert.c:567 ../glib/gconvert.c:645 ../glib/giochannel.c:1403 #: ../gio/gcharsetconverter.c:458 @@ -105,8 +107,7 @@ msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "Umwandlung von Zeichensatz »%s« in »%s« wird nicht unterstützt" -#: ../glib/gconvert.c:571 ../glib/gconvert.c:649 -#: ../gio/gcharsetconverter.c:462 +#: ../glib/gconvert.c:571 ../glib/gconvert.c:649 ../gio/gcharsetconverter.c:462 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden" @@ -170,232 +171,232 @@ msgstr "Ungültiger Rechnername" #. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:105 +#: ../glib/gdatetime.c:149 msgctxt "GDateTime" msgid "am" msgstr "am" #. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:107 +#: ../glib/gdatetime.c:151 msgctxt "GDateTime" msgid "AM" msgstr "AM" #. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:109 +#: ../glib/gdatetime.c:153 msgctxt "GDateTime" msgid "pm" msgstr "pm" #. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:111 +#: ../glib/gdatetime.c:155 msgctxt "GDateTime" msgid "PM" msgstr "PM" #. Translators: this is the preferred format for expressing the date -#: ../glib/gdatetime.c:120 +#: ../glib/gdatetime.c:164 msgctxt "GDateTime" msgid "%m/%d/%y" msgstr "%d.%m.%y" #. Translators: this is the preferred format for expressing the time -#: ../glib/gdatetime.c:123 +#: ../glib/gdatetime.c:167 msgctxt "GDateTime" msgid "%H:%M:%S" msgstr "%H:%M:%S" -#: ../glib/gdatetime.c:168 +#: ../glib/gdatetime.c:193 msgctxt "full month name" msgid "January" msgstr "Januar" -#: ../glib/gdatetime.c:170 +#: ../glib/gdatetime.c:195 msgctxt "full month name" msgid "February" msgstr "Februar" -#: ../glib/gdatetime.c:172 +#: ../glib/gdatetime.c:197 msgctxt "full month name" msgid "March" msgstr "März" -#: ../glib/gdatetime.c:174 +#: ../glib/gdatetime.c:199 msgctxt "full month name" msgid "April" msgstr "April" -#: ../glib/gdatetime.c:176 +#: ../glib/gdatetime.c:201 msgctxt "full month name" msgid "May" msgstr "Mai" -#: ../glib/gdatetime.c:178 +#: ../glib/gdatetime.c:203 msgctxt "full month name" msgid "June" msgstr "Juni" -#: ../glib/gdatetime.c:180 +#: ../glib/gdatetime.c:205 msgctxt "full month name" msgid "July" msgstr "Juli" -#: ../glib/gdatetime.c:182 +#: ../glib/gdatetime.c:207 msgctxt "full month name" msgid "August" msgstr "August" -#: ../glib/gdatetime.c:184 +#: ../glib/gdatetime.c:209 msgctxt "full month name" msgid "September" msgstr "September" -#: ../glib/gdatetime.c:186 +#: ../glib/gdatetime.c:211 msgctxt "full month name" msgid "October" msgstr "Oktober" -#: ../glib/gdatetime.c:188 +#: ../glib/gdatetime.c:213 msgctxt "full month name" msgid "November" msgstr "November" -#: ../glib/gdatetime.c:190 +#: ../glib/gdatetime.c:215 msgctxt "full month name" msgid "December" msgstr "Dezember" -#: ../glib/gdatetime.c:205 +#: ../glib/gdatetime.c:230 msgctxt "abbreviated month name" msgid "Jan" msgstr "Jan" -#: ../glib/gdatetime.c:207 +#: ../glib/gdatetime.c:232 msgctxt "abbreviated month name" msgid "Feb" msgstr "Feb" -#: ../glib/gdatetime.c:209 +#: ../glib/gdatetime.c:234 msgctxt "abbreviated month name" msgid "Mar" msgstr "Mär" -#: ../glib/gdatetime.c:211 +#: ../glib/gdatetime.c:236 msgctxt "abbreviated month name" msgid "Apr" msgstr "Apr" -#: ../glib/gdatetime.c:213 +#: ../glib/gdatetime.c:238 msgctxt "abbreviated month name" msgid "May" msgstr "Mai" -#: ../glib/gdatetime.c:215 +#: ../glib/gdatetime.c:240 msgctxt "abbreviated month name" msgid "Jun" msgstr "Jun" -#: ../glib/gdatetime.c:217 +#: ../glib/gdatetime.c:242 msgctxt "abbreviated month name" msgid "Jul" msgstr "Jul" -#: ../glib/gdatetime.c:219 +#: ../glib/gdatetime.c:244 msgctxt "abbreviated month name" msgid "Aug" msgstr "Aug" -#: ../glib/gdatetime.c:221 +#: ../glib/gdatetime.c:246 msgctxt "abbreviated month name" msgid "Sep" msgstr "Sep" -#: ../glib/gdatetime.c:223 +#: ../glib/gdatetime.c:248 msgctxt "abbreviated month name" msgid "Oct" msgstr "Okt" -#: ../glib/gdatetime.c:225 +#: ../glib/gdatetime.c:250 msgctxt "abbreviated month name" msgid "Nov" msgstr "Nov" -#: ../glib/gdatetime.c:227 +#: ../glib/gdatetime.c:252 msgctxt "abbreviated month name" msgid "Dec" msgstr "Dez" -#: ../glib/gdatetime.c:242 +#: ../glib/gdatetime.c:267 msgctxt "full weekday name" msgid "Monday" msgstr "Montag" -#: ../glib/gdatetime.c:244 +#: ../glib/gdatetime.c:269 msgctxt "full weekday name" msgid "Tuesday" msgstr "Dienstag" -#: ../glib/gdatetime.c:246 +#: ../glib/gdatetime.c:271 msgctxt "full weekday name" msgid "Wednesday" msgstr "Mittwoch" -#: ../glib/gdatetime.c:248 +#: ../glib/gdatetime.c:273 msgctxt "full weekday name" msgid "Thursday" msgstr "Donnerstag" -#: ../glib/gdatetime.c:250 +#: ../glib/gdatetime.c:275 msgctxt "full weekday name" msgid "Friday" msgstr "Freitag" -#: ../glib/gdatetime.c:252 +#: ../glib/gdatetime.c:277 msgctxt "full weekday name" msgid "Saturday" msgstr "Samstag" -#: ../glib/gdatetime.c:254 +#: ../glib/gdatetime.c:279 msgctxt "full weekday name" msgid "Sunday" msgstr "Sonntag" -#: ../glib/gdatetime.c:269 +#: ../glib/gdatetime.c:294 msgctxt "abbreviated weekday name" msgid "Mon" msgstr "Mo" -#: ../glib/gdatetime.c:271 +#: ../glib/gdatetime.c:296 msgctxt "abbreviated weekday name" msgid "Tue" msgstr "Di" -#: ../glib/gdatetime.c:273 +#: ../glib/gdatetime.c:298 msgctxt "abbreviated weekday name" msgid "Wed" msgstr "Mi" -#: ../glib/gdatetime.c:275 +#: ../glib/gdatetime.c:300 msgctxt "abbreviated weekday name" msgid "Thu" msgstr "Do" -#: ../glib/gdatetime.c:277 +#: ../glib/gdatetime.c:302 msgctxt "abbreviated weekday name" msgid "Fri" msgstr "Fr" -#: ../glib/gdatetime.c:279 +#: ../glib/gdatetime.c:304 msgctxt "abbreviated weekday name" msgid "Sat" msgstr "Sa" -#: ../glib/gdatetime.c:281 +#: ../glib/gdatetime.c:306 msgctxt "abbreviated weekday name" msgid "Sun" msgstr "So" -#: ../glib/gdir.c:114 ../glib/gdir.c:137 +#: ../glib/gdir.c:115 ../glib/gdir.c:138 #, c-format msgid "Error opening directory '%s': %s" msgstr "Fehler beim Öffnen des Ordners »%s«: %s" @@ -441,8 +442,8 @@ #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" -"Datei »%s« konnte nicht in »%s« umbenannt werden: g_rename() ist gescheitert: %" -"s" +"Datei »%s« konnte nicht in »%s« umbenannt werden: g_rename() ist gescheitert: " +"%s" #: ../glib/gfileutils.c:900 ../glib/gfileutils.c:1369 #, c-format @@ -615,8 +616,8 @@ "as &" msgstr "" "Zeichenangabe endete nicht mit einem Semikolon; wahrscheinlich haben Sie ein " -"&-Zeichen benutzt, ohne eine Entität beginnen zu wollen - umschreiben Sie " -"das »&« als &" +"&-Zeichen benutzt, ohne eine Entität beginnen zu wollen - umschreiben Sie das " +"»&« als &" #: ../glib/gmarkup.c:620 #, c-format @@ -660,8 +661,7 @@ #: ../glib/gmarkup.c:1126 #, c-format msgid "" -"Odd character '%s', expected a '>' character to end the empty-element tag '%" -"s'" +"Odd character '%s', expected a '>' character to end the empty-element tag '%s'" msgstr "" "Seltsames Zeichen »%s«, »>« erwartet um Start-Tag des leeren Elements »%s« " "abzuschließen" @@ -708,8 +708,8 @@ "'%s' is not a valid character following the close element name '%s'; the " "allowed character is '>'" msgstr "" -"»%s« ist kein gültiges Zeichen, wenn es auf den schließenden Elementnamen »%s« " -"folgt; das erlaubte Zeichen ist »>«" +"»%s« ist kein gültiges Zeichen, wenn es auf den schließenden Elementnamen " +"»%s« folgt; das erlaubte Zeichen ist »>«" #: ../glib/gmarkup.c:1476 #, c-format @@ -719,7 +719,8 @@ #: ../glib/gmarkup.c:1485 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" -msgstr "Element »%s« wurde geschlossen, aber das derzeit offene Element ist »%s«" +msgstr "" +"Element »%s« wurde geschlossen, aber das derzeit offene Element ist »%s«" #: ../glib/gmarkup.c:1652 msgid "Document was empty or contained only whitespace" @@ -741,8 +742,8 @@ #: ../glib/gmarkup.c:1682 #, c-format msgid "" -"Document ended unexpectedly, expected to see a close angle bracket ending " -"the tag <%s/>" +"Document ended unexpectedly, expected to see a close angle bracket ending the " +"tag <%s/>" msgstr "" "Dokument endete unerwartet, es wurde eine spitze Klammer »>«, die das Tag <%s/" "> schließt, erwartet" @@ -784,310 +785,310 @@ "Dokument endete unerwartet innerhalb eines Kommentars oder " "Verarbeitungsanweisung" -#: ../glib/gregex.c:184 +#: ../glib/gregex.c:188 msgid "corrupted object" msgstr "Beschädigtes Objekt" -#: ../glib/gregex.c:186 +#: ../glib/gregex.c:190 msgid "internal error or corrupted object" msgstr "Interner Fehler oder beschädigtes Objekt" -#: ../glib/gregex.c:188 +#: ../glib/gregex.c:192 msgid "out of memory" msgstr "Nicht genügend freier Speicher" -#: ../glib/gregex.c:193 +#: ../glib/gregex.c:197 msgid "backtracking limit reached" msgstr "Backtracking-Limit wurde erreicht" -#: ../glib/gregex.c:205 ../glib/gregex.c:213 +#: ../glib/gregex.c:209 ../glib/gregex.c:217 msgid "the pattern contains items not supported for partial matching" msgstr "" "Der Ausdruck enthält Elemente, die teilweise Übereinstimmung nicht " "unterstützen" -#: ../glib/gregex.c:207 ../gio/glocalfile.c:2109 +#: ../glib/gregex.c:211 ../gio/glocalfile.c:2109 msgid "internal error" msgstr "Interner Fehler" -#: ../glib/gregex.c:215 +#: ../glib/gregex.c:219 msgid "back references as conditions are not supported for partial matching" msgstr "" "Rückreferenzen als Bedingungen werden für teilweise Übereinstimmung nicht " "unterstützt" -#: ../glib/gregex.c:224 +#: ../glib/gregex.c:228 msgid "recursion limit reached" msgstr "Rekursionslimit wurde erreicht" -#: ../glib/gregex.c:226 +#: ../glib/gregex.c:230 msgid "workspace limit for empty substrings reached" msgstr "Arbeitsplatzlimit für leere Teilstrings wurde erreicht" -#: ../glib/gregex.c:228 +#: ../glib/gregex.c:232 msgid "invalid combination of newline flags" msgstr "Ungültige Kombination von newline-Markierungen" -#: ../glib/gregex.c:232 +#: ../glib/gregex.c:236 msgid "unknown error" msgstr "Unbekannter Fehler" -#: ../glib/gregex.c:252 +#: ../glib/gregex.c:256 msgid "\\ at end of pattern" msgstr "\\ am Ende des Ausdrucks" -#: ../glib/gregex.c:255 +#: ../glib/gregex.c:259 msgid "\\c at end of pattern" msgstr "\\c am Ende des Ausdrucks" -#: ../glib/gregex.c:258 +#: ../glib/gregex.c:262 msgid "unrecognized character follows \\" msgstr "Unbekanntes Zeichen nach \\" -#: ../glib/gregex.c:265 +#: ../glib/gregex.c:269 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "Groß- und Kleinschreibung-beeinflussende Escape-Sequenzen (\\l, \\L, \\u, " "\\U) sind an dieser Stelle nicht erlaubt." # CHECK -#: ../glib/gregex.c:268 +#: ../glib/gregex.c:272 msgid "numbers out of order in {} quantifier" msgstr "Ziffern wirkungslos in {}-Quantifizierer" -#: ../glib/gregex.c:271 +#: ../glib/gregex.c:275 msgid "number too big in {} quantifier" msgstr "Ziffer zu groß in {}-Quantifizierer" -#: ../glib/gregex.c:274 +#: ../glib/gregex.c:278 msgid "missing terminating ] for character class" msgstr "Terminierendes ] für Zeichenklasse fehlt" -#: ../glib/gregex.c:277 +#: ../glib/gregex.c:281 msgid "invalid escape sequence in character class" msgstr "Ungültige Escape-Sequenz in Zeichenklasse" # CHECK -#: ../glib/gregex.c:280 +#: ../glib/gregex.c:284 msgid "range out of order in character class" msgstr "Bereich wirkungslos in Zeichenklasse" -#: ../glib/gregex.c:283 +#: ../glib/gregex.c:287 msgid "nothing to repeat" msgstr "Nichts zum Wiederholen" -#: ../glib/gregex.c:286 +#: ../glib/gregex.c:290 msgid "unrecognized character after (?" msgstr "Unbekanntes Zeichen nach (?" -#: ../glib/gregex.c:290 +#: ../glib/gregex.c:294 msgid "unrecognized character after (?<" msgstr "Unbekanntes Zeichen nach (?<" -#: ../glib/gregex.c:294 +#: ../glib/gregex.c:298 msgid "unrecognized character after (?P" msgstr "Unbekanntes Zeichen nach (?P" -#: ../glib/gregex.c:297 +#: ../glib/gregex.c:301 msgid "POSIX named classes are supported only within a class" msgstr "POSIX-benannte Klassen werden nur innerhalb einer Klasse unterstützt" -#: ../glib/gregex.c:300 +#: ../glib/gregex.c:304 msgid "missing terminating )" msgstr "Abschließende ) fehlt" -#: ../glib/gregex.c:304 +#: ../glib/gregex.c:308 msgid ") without opening (" msgstr ") ohne öffnende (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:311 +#: ../glib/gregex.c:315 msgid "(?R or (?[+-]digits must be followed by )" msgstr "auf (?R oder (?[+-]Ziffern muss ) folgen" -#: ../glib/gregex.c:314 +#: ../glib/gregex.c:318 msgid "reference to non-existent subpattern" msgstr "Referenz auf nicht existierenden Unterausdruck" -#: ../glib/gregex.c:317 +#: ../glib/gregex.c:321 msgid "missing ) after comment" msgstr "fehlende ) nach Kommentar" -#: ../glib/gregex.c:320 +#: ../glib/gregex.c:324 msgid "regular expression too large" msgstr "Regulärer Ausdruck zu groß" -#: ../glib/gregex.c:323 +#: ../glib/gregex.c:327 msgid "failed to get memory" msgstr "Fehler beim Holen von Speicher" -#: ../glib/gregex.c:326 +#: ../glib/gregex.c:330 msgid "lookbehind assertion is not fixed length" msgstr "Rückblickende Annahme hat keine feste Länge" -#: ../glib/gregex.c:329 +#: ../glib/gregex.c:333 msgid "malformed number or name after (?(" msgstr "Falsch formatierte Zahl oder Name nach (?(" -#: ../glib/gregex.c:332 +#: ../glib/gregex.c:336 msgid "conditional group contains more than two branches" msgstr "Bedingte Gruppe enthält mehr als zwei Verzweigungen" -#: ../glib/gregex.c:335 +#: ../glib/gregex.c:339 msgid "assertion expected after (?(" msgstr "Annahme erwartet nach (?(" -#: ../glib/gregex.c:338 +#: ../glib/gregex.c:342 msgid "unknown POSIX class name" msgstr "Unbekannter POSIX-Klassenname" -#: ../glib/gregex.c:341 +#: ../glib/gregex.c:345 msgid "POSIX collating elements are not supported" msgstr "POSIX-Elementverknüpfungen nicht unterstützt" -#: ../glib/gregex.c:344 +#: ../glib/gregex.c:348 msgid "character value in \\x{...} sequence is too large" msgstr "Wert in \\x{…}-Sequenz ist zu groß" -#: ../glib/gregex.c:347 +#: ../glib/gregex.c:351 msgid "invalid condition (?(0)" msgstr "Ungültige Bedingung (?(0)" -#: ../glib/gregex.c:350 +#: ../glib/gregex.c:354 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C nicht erlaubt in rückblickender Annahme" -#: ../glib/gregex.c:353 +#: ../glib/gregex.c:357 msgid "recursive call could loop indefinitely" msgstr "Rekursive Aufrufe könnten unendlich oft aufgerufen werden" -#: ../glib/gregex.c:356 +#: ../glib/gregex.c:360 msgid "missing terminator in subpattern name" msgstr "Terminierung im Namen des Unterausdrucks fehlt" -#: ../glib/gregex.c:359 +#: ../glib/gregex.c:363 msgid "two named subpatterns have the same name" msgstr "Zwei benannte Unterausdrücke haben den gleichen Namen" -#: ../glib/gregex.c:362 +#: ../glib/gregex.c:366 msgid "malformed \\P or \\p sequence" msgstr "Fehlerhafte \\P- oder \\p-Sequenz" -#: ../glib/gregex.c:365 +#: ../glib/gregex.c:369 msgid "unknown property name after \\P or \\p" msgstr "Unbekannte Eigenschaftsname nach \\P oder \\p" -#: ../glib/gregex.c:368 +#: ../glib/gregex.c:372 msgid "subpattern name is too long (maximum 32 characters)" msgstr "Name des Unterausdrucks ist zu lang (maximal 32 Zeichen)" -#: ../glib/gregex.c:371 +#: ../glib/gregex.c:375 msgid "too many named subpatterns (maximum 10,000)" msgstr "Zu viele benannte Unterausdrücke (maximal 10.000)" -#: ../glib/gregex.c:374 +#: ../glib/gregex.c:378 msgid "octal value is greater than \\377" msgstr "Oktaler Wert ist größer als \\377" -#: ../glib/gregex.c:377 +#: ../glib/gregex.c:381 msgid "DEFINE group contains more than one branch" msgstr "DEFINE-Gruppe enthält mehr als eine Verzweigung" -#: ../glib/gregex.c:380 +#: ../glib/gregex.c:384 msgid "repeating a DEFINE group is not allowed" msgstr "Wiederholen einer DEFINE-Gruppe ist nicht erlaubt" -#: ../glib/gregex.c:383 +#: ../glib/gregex.c:387 msgid "inconsistent NEWLINE options" msgstr "Inkonsistente NEWLINE-Optionen" -#: ../glib/gregex.c:386 +#: ../glib/gregex.c:390 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "Auf \\g folgt kein eingeklammerter Name oder eine optional eingeklammerte " "Zahl außer Null" -#: ../glib/gregex.c:391 +#: ../glib/gregex.c:395 msgid "unexpected repeat" msgstr "Unerwartete Wiederholung" -#: ../glib/gregex.c:395 +#: ../glib/gregex.c:399 msgid "code overflow" msgstr "Code-Überlauf" -#: ../glib/gregex.c:399 +#: ../glib/gregex.c:403 msgid "overran compiling workspace" msgstr "Überlauf beim Kompilieren des Arbeitsbereichs" -#: ../glib/gregex.c:403 +#: ../glib/gregex.c:407 msgid "previously-checked referenced subpattern not found" msgstr "" "Bereits geprüfter, referenzierter Unterausdruck konnte nicht gefunden werden" -#: ../glib/gregex.c:575 ../glib/gregex.c:1696 +#: ../glib/gregex.c:579 ../glib/gregex.c:1700 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Fehler beim Anwenden des regulären Ausdrucks %s: %s" -#: ../glib/gregex.c:1151 +#: ../glib/gregex.c:1155 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE-Bibliothek wurde ohne UTF8-Unterstützung kompilliert" -#: ../glib/gregex.c:1160 +#: ../glib/gregex.c:1164 msgid "PCRE library is compiled without UTF8 properties support" msgstr "" "PCRE-Bibliothek wurde ohne Unterstützung für UTF8-Eigenschaften kompilliert" -#: ../glib/gregex.c:1214 +#: ../glib/gregex.c:1218 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Fehler beim Kompilieren des regulären Ausdrucks %s an Zeichen %d: %s" -#: ../glib/gregex.c:1250 +#: ../glib/gregex.c:1254 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Fehler beim Optimieren des regulären Ausdrucks %s: %s" -#: ../glib/gregex.c:2124 +#: ../glib/gregex.c:2128 msgid "hexadecimal digit or '}' expected" msgstr "Hexadezimalzahl oder »}« erwartet" -#: ../glib/gregex.c:2140 +#: ../glib/gregex.c:2144 msgid "hexadecimal digit expected" msgstr "Hexadezimalzahl erwartet" -#: ../glib/gregex.c:2180 +#: ../glib/gregex.c:2184 msgid "missing '<' in symbolic reference" msgstr "Fehlendes »<» in symbolischer Referenz" -#: ../glib/gregex.c:2189 +#: ../glib/gregex.c:2193 msgid "unfinished symbolic reference" msgstr "Unvollendete symbolische Referenz" -#: ../glib/gregex.c:2196 +#: ../glib/gregex.c:2200 msgid "zero-length symbolic reference" msgstr "Symbolische Referenz der Länge 0" -#: ../glib/gregex.c:2207 +#: ../glib/gregex.c:2211 msgid "digit expected" msgstr "Ziffer erwartet" -#: ../glib/gregex.c:2225 +#: ../glib/gregex.c:2229 msgid "illegal symbolic reference" msgstr "Illegale symbolische Referenz" -#: ../glib/gregex.c:2287 +#: ../glib/gregex.c:2291 msgid "stray final '\\'" msgstr "Verirrtes abschließendes »\\«" -#: ../glib/gregex.c:2291 +#: ../glib/gregex.c:2295 msgid "unknown escape sequence" msgstr "Unbekannte Escape-Sequenz" -#: ../glib/gregex.c:2301 +#: ../glib/gregex.c:2305 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Fehler beim Verarbeiten des Ersetzungstextes »%s« an Zeichen %lu: %s" @@ -1366,8 +1367,7 @@ #: ../glib/gkeyfile.c:1531 #, c-format -msgid "" -"Key file contains key '%s' which has a value that cannot be interpreted." +msgid "Key file contains key '%s' which has a value that cannot be interpreted." msgstr "" "Die Schlüsselwertedatei enthält den Schlüssel »%s« mit einem Wert, der nicht " "interpretiert werden konnte." @@ -1420,18 +1420,18 @@ #: ../gio/gbufferedinputstream.c:411 ../gio/gbufferedinputstream.c:492 #: ../gio/ginputstream.c:185 ../gio/ginputstream.c:317 #: ../gio/ginputstream.c:556 ../gio/ginputstream.c:681 -#: ../gio/goutputstream.c:197 ../gio/goutputstream.c:724 +#: ../gio/goutputstream.c:198 ../gio/goutputstream.c:725 #, c-format msgid "Too large count value passed to %s" msgstr "Zu großer Zählwert an %s übermittelt" #: ../gio/gbufferedinputstream.c:881 ../gio/ginputstream.c:891 -#: ../gio/giostream.c:306 ../gio/goutputstream.c:1199 +#: ../gio/giostream.c:306 ../gio/goutputstream.c:1200 msgid "Stream is already closed" msgstr "Datenstrom ist bereits geschlossen" -#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1549 -#: ../gio/gdbusconnection.c:1638 ../gio/gdbusconnection.c:1820 +#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1633 +#: ../gio/gdbusconnection.c:1722 ../gio/gdbusconnection.c:1904 #: ../gio/glocalfile.c:2102 ../gio/gsimpleasyncresult.c:755 #: ../gio/gsimpleasyncresult.c:781 msgid "Operation was cancelled" @@ -1525,8 +1525,8 @@ #: ../gio/gdbusaddress.c:469 #, c-format msgid "" -"Error unescaping key or value in Key/Value pair %d, `%s', in address element " -"`%s'" +"Error unescaping key or value in Key/Value pair %d, `%s', in address element `" +"%s'" msgstr "" "Fehler beim Entfernen von Escape-Zeichen im Schlüssel-Wert-Paar %d, »%s« im " "Adresselement »%s«" @@ -1594,8 +1594,7 @@ #: ../gio/gdbusaddress.c:1011 msgid "Cannot spawn a message bus without a machine-id: " -msgstr "" -"Ein Nachrichtenbus kann nicht ohne eine Rechner-Kennung erzeugt werden:" +msgstr "Ein Nachrichtenbus kann nicht ohne eine Rechner-Kennung erzeugt werden:" #: ../gio/gdbusaddress.c:1048 #, c-format @@ -1606,8 +1605,8 @@ #, c-format msgid "Abnormal program termination spawning command line `%s': %s" msgstr "" -"Außergewöhnlicher Abbruch des Programms beim Erzeugen der Befehlszeile »%s«: %" -"s" +"Außergewöhnlicher Abbruch des Programms beim Erzeugen der Befehlszeile »%s«: " +"%s" #: ../gio/gdbusaddress.c:1073 #, c-format @@ -1622,7 +1621,7 @@ "Adresse des Sitzungsbus konnte nicht ermittelt werden (für dieses " "Betriebssystem nicht implementiert)" -#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6013 +#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6142 #, c-format msgid "" "Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable " @@ -1631,7 +1630,7 @@ "Bus-Adresse konnte nicht über die Umgebungsvariable DBUS_STARTER_BUS_TYPE " "ermittelt werden, unbekannter Wert »%s«" -#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6022 +#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6151 msgid "" "Cannot determine bus address because the DBUS_STARTER_BUS_TYPE environment " "variable is not set" @@ -1672,11 +1671,10 @@ #: ../gio/gdbusauthmechanismsha1.c:278 #, c-format -msgid "" -"Permissions on directory `%s' are malformed. Expected mode 0700, got 0%o" +msgid "Permissions on directory `%s' are malformed. Expected mode 0700, got 0%o" msgstr "" -"Zugriffsrechte des Ordners »%s« sind inkorrekt. Erwarteter Modus ist 0700, 0%" -"o wurd erhalten" +"Zugriffsrechte des Ordners »%s« sind inkorrekt. Erwarteter Modus ist 0700, " +"0%o wurd erhalten" #: ../gio/gdbusauthmechanismsha1.c:299 #, c-format @@ -1745,92 +1743,90 @@ msgid "(Additionally, releasing the lock for `%s' also failed: %s) " msgstr "(Außerdem schlug das Entsperren von »%s« ebenso fehl: %s)" -#: ../gio/gdbusconnection.c:1058 ../gio/gdbusconnection.c:1287 -#: ../gio/gdbusconnection.c:1326 ../gio/gdbusconnection.c:1649 +#: ../gio/gdbusconnection.c:1142 ../gio/gdbusconnection.c:1371 +#: ../gio/gdbusconnection.c:1410 ../gio/gdbusconnection.c:1733 msgid "The connection is closed" msgstr "Verbindung ist geschlossen" -#: ../gio/gdbusconnection.c:1593 +#: ../gio/gdbusconnection.c:1677 msgid "Timeout was reached" msgstr "Zeitüberschreitung wurde erreicht" -#: ../gio/gdbusconnection.c:2170 -msgid "" -"Unsupported flags encountered when constructing a client-side connection" +#: ../gio/gdbusconnection.c:2291 +msgid "Unsupported flags encountered when constructing a client-side connection" msgstr "" "Beim Erstellen einer client-seitigen Verbindung wurden nicht unterstützte " "Flags entdeckt" -#: ../gio/gdbusconnection.c:3596 ../gio/gdbusconnection.c:3914 +#: ../gio/gdbusconnection.c:3725 ../gio/gdbusconnection.c:4043 #, c-format -msgid "" -"No such interface `org.freedesktop.DBus.Properties' on object at path %s" +msgid "No such interface `org.freedesktop.DBus.Properties' on object at path %s" msgstr "" "Keine derartige Schnittstelle »org.freedesktop.DBus.Properties« des Objekts " "im Pfad %s" -#: ../gio/gdbusconnection.c:3668 +#: ../gio/gdbusconnection.c:3797 #, c-format msgid "Error setting property `%s': Expected type `%s' but got `%s'" msgstr "" "Fehler beim Setzen der Eigenschaft »%s«: Erwarteter Typ war »%s«, aber »%s« " "wurde erhalten" -#: ../gio/gdbusconnection.c:3763 +#: ../gio/gdbusconnection.c:3892 #, c-format msgid "No such property `%s'" msgstr "Keine derartige Eigenschaft »%s«" -#: ../gio/gdbusconnection.c:3775 +#: ../gio/gdbusconnection.c:3904 #, c-format msgid "Property `%s' is not readable" msgstr "Eigenschaft »%s« ist nicht lesbar" -#: ../gio/gdbusconnection.c:3786 +#: ../gio/gdbusconnection.c:3915 #, c-format msgid "Property `%s' is not writable" msgstr "Eigenschaft »%s« ist nicht schreibbar" -#: ../gio/gdbusconnection.c:3856 ../gio/gdbusconnection.c:5447 +#: ../gio/gdbusconnection.c:3985 ../gio/gdbusconnection.c:5576 #, c-format msgid "No such interface `%s'" msgstr "Keine derartige Schnittstelle »%s«" -#: ../gio/gdbusconnection.c:4044 +#: ../gio/gdbusconnection.c:4173 msgid "No such interface" msgstr "Keine derartige Schnittstelle" -#: ../gio/gdbusconnection.c:4260 ../gio/gdbusconnection.c:5963 +#: ../gio/gdbusconnection.c:4389 ../gio/gdbusconnection.c:6092 #, c-format msgid "No such interface `%s' on object at path %s" msgstr "Keine derartige Schnittstelle »%s« des Objekts im Pfad %s" -#: ../gio/gdbusconnection.c:4312 +#: ../gio/gdbusconnection.c:4441 #, c-format msgid "No such method `%s'" msgstr "Keine derartige Methode »%s«" -#: ../gio/gdbusconnection.c:4343 +#: ../gio/gdbusconnection.c:4472 #, c-format msgid "Type of message, `%s', does not match expected type `%s'" msgstr "Der Nachrichtentyp »%s« entspricht nicht dem erwarteten Wert »%s«" -#: ../gio/gdbusconnection.c:4562 +#: ../gio/gdbusconnection.c:4691 #, c-format msgid "An object is already exported for the interface %s at %s" msgstr "Für die Schnittstelle %s auf %s wurde bereits ein Objekt exportiert" -#: ../gio/gdbusconnection.c:4756 +#: ../gio/gdbusconnection.c:4885 #, c-format msgid "Method `%s' returned type `%s', but expected `%s'" msgstr "Methode »%s« gab Typ »%s« zurück, aber »%s« wurde erwartet" -#: ../gio/gdbusconnection.c:5558 +#: ../gio/gdbusconnection.c:5687 #, c-format msgid "Method `%s' on interface `%s' with signature `%s' does not exist" msgstr "Methode »%s« in Schnittstelle »%s« mit Signatur »%s« existiert nicht" -#: ../gio/gdbusconnection.c:5676 +#: ../gio/gdbusconnection.c:5805 #, c-format msgid "A subtree is already exported for %s" msgstr "Ein Unterbaum wurde bereits für %s exportiert" @@ -1879,8 +1875,8 @@ #: ../gio/gdbusmessage.c:1019 #, c-format msgid "" -"Expected valid UTF-8 string but found invalid bytes at byte offset %d " -"(length of string is %d). The valid UTF-8 string up until that point was `%s'" +"Expected valid UTF-8 string but found invalid bytes at byte offset %d (length " +"of string is %d). The valid UTF-8 string up until that point was `%s'" msgstr "" "Gültige UTF-8-Zeichenkette wurde erwartet, aber ungültige Bytes am Byte-" "Versatz %d gefunden (Länge der Zeichenkette ist %d). Die gültige UTF-8-" @@ -1927,11 +1923,11 @@ #: ../gio/gdbusmessage.c:1683 #, c-format msgid "" -"Invalid endianness value. Expected 0x6c ('l') or 0x42 ('B') but found value " -"0x%02x" +"Invalid endianness value. Expected 0x6c ('l') or 0x42 ('B') but found value 0x" +"%02x" msgstr "" -"Ungültiger Wert für die Speicherreihenfolge. Es wird entweder 0x6c ('l') " -"oder 0x42 ('B') erwartet, aber der Wert 0x%02x gefunden" +"Ungültiger Wert für die Speicherreihenfolge. Es wird entweder 0x6c ('l') oder " +"0x42 ('B') erwartet, aber der Wert 0x%02x gefunden" #: ../gio/gdbusmessage.c:1697 #, c-format @@ -1989,8 +1985,7 @@ #: ../gio/gdbusmessage.c:2334 #, c-format msgid "" -"Message body has type signature `%s' but signature in the header field is `%" -"s'" +"Message body has type signature `%s' but signature in the header field is `%s'" msgstr "" "Nachrichtenrumpf hat den Signaturtyp »%s«, aber die Signatur im " "Kopfzeilenfeld ist »%s«" @@ -2021,7 +2016,7 @@ msgid "Error sending message: %s" msgstr "Fehler beim Senden der Nachricht: %s" -#: ../gio/gdbusprivate.c:1766 +#: ../gio/gdbusprivate.c:1758 msgid "Unable to load /var/lib/dbus/machine-id: " msgstr "/var/lib/dbus/machine-id konnte nicht geladen werden: " @@ -2257,8 +2252,8 @@ #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" -"Konfigurationsordner %s für Benutzeranwendungen konnte nicht erstellt " -"werden: %s" +"Konfigurationsordner %s für Benutzeranwendungen konnte nicht erstellt werden: " +"%s" #: ../gio/gdesktopappinfo.c:1157 #, c-format @@ -2484,8 +2479,7 @@ #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: ../gio/ginputstream.c:901 ../gio/giostream.c:316 -#: ../gio/goutputstream.c:1209 +#: ../gio/ginputstream.c:901 ../gio/giostream.c:316 ../gio/goutputstream.c:1210 msgid "Stream has outstanding operation" msgstr "Datenstrom hat noch einen ausstehenden Vorgang" @@ -2498,16 +2492,16 @@ msgid "Unsupported socket address" msgstr "Nicht unterstützte Socket-Adresse" -#: ../gio/glib-compile-schemas.c:702 +#: ../gio/glib-compile-schemas.c:703 msgid "empty names are not permitted" msgstr "Leere Namen sind nicht zulässig" -#: ../gio/glib-compile-schemas.c:712 +#: ../gio/glib-compile-schemas.c:713 #, c-format msgid "invalid name '%s': names must begin with a lowercase letter" msgstr "Ungültiger Name »%s«: Namen müssen mit einem Kleinbuchstaben beginnen" -#: ../gio/glib-compile-schemas.c:724 +#: ../gio/glib-compile-schemas.c:725 #, c-format msgid "" "invalid name '%s': invalid character '%c'; only lowercase letters, numbers " @@ -2516,38 +2510,39 @@ "Ungültiger Name »%s«: ungültiges Zeichen »%c«; nur Kleinbuchstaben, Ziffern " "und Bindestriche »-« sind zulässig" -#: ../gio/glib-compile-schemas.c:733 +#: ../gio/glib-compile-schemas.c:734 #, c-format msgid "invalid name '%s': two successive dashes ('--') are not permitted." msgstr "" "Ungültiger Name »%s«: Zwei aufeinander folgende Bindestriche »--« sind nicht " "zulässig." -#: ../gio/glib-compile-schemas.c:742 +#: ../gio/glib-compile-schemas.c:743 #, c-format msgid "invalid name '%s': the last character may not be a dash ('-')." -msgstr "Ungültiger Name »%s«: das letzte Zeichen darf kein Bindestrich »-« sein." +msgstr "" +"Ungültiger Name »%s«: das letzte Zeichen darf kein Bindestrich »-« sein." -#: ../gio/glib-compile-schemas.c:750 +#: ../gio/glib-compile-schemas.c:751 #, c-format msgid "invalid name '%s': maximum length is 32" msgstr "Ungültiger Name »%s«: maximale Länge ist 32" -#: ../gio/glib-compile-schemas.c:819 +#: ../gio/glib-compile-schemas.c:820 #, c-format msgid " already specified" msgstr " wurde bereits angegeben" -#: ../gio/glib-compile-schemas.c:845 +#: ../gio/glib-compile-schemas.c:846 msgid "can not add keys to a 'list-of' schema" msgstr "Schlüssel können nicht zum Schema »list-of« hinzugefügt werden" -#: ../gio/glib-compile-schemas.c:856 +#: ../gio/glib-compile-schemas.c:857 #, c-format msgid " already specified" msgstr " wurde bereits angegeben" -#: ../gio/glib-compile-schemas.c:874 +#: ../gio/glib-compile-schemas.c:875 #, c-format msgid "" " shadows in ; use " @@ -2556,73 +2551,73 @@ " verdeckt in ; verwenden Sie " ", um den Wert anzupassen" -#: ../gio/glib-compile-schemas.c:885 +#: ../gio/glib-compile-schemas.c:886 #, c-format msgid "" -"exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " -"to " +"exactly one of 'type', 'enum' or 'flags' must be specified as an attribute to " +"" msgstr "" "Genau eines von »type«, »enum« oder »flags« muss als Attribut für " "angegeben werden" -#: ../gio/glib-compile-schemas.c:904 +#: ../gio/glib-compile-schemas.c:905 #, c-format msgid "<%s id='%s'> not (yet) defined." msgstr "<%s id='%s'> (noch) nicht definiert." -#: ../gio/glib-compile-schemas.c:919 +#: ../gio/glib-compile-schemas.c:920 #, c-format msgid "invalid GVariant type string '%s'" msgstr "Ungültige GVariant-Typzeichenkette »%s«" -#: ../gio/glib-compile-schemas.c:949 +#: ../gio/glib-compile-schemas.c:950 msgid " given but schema isn't extending anything" msgstr " angegeben, aber das Schema erweitert nichts" -#: ../gio/glib-compile-schemas.c:962 +#: ../gio/glib-compile-schemas.c:963 #, c-format msgid "no to override" msgstr "Kein zum Überschreiben" -#: ../gio/glib-compile-schemas.c:970 +#: ../gio/glib-compile-schemas.c:971 #, c-format msgid " already specified" msgstr " wurde bereits angegeben" -#: ../gio/glib-compile-schemas.c:1036 +#: ../gio/glib-compile-schemas.c:1042 #, c-format msgid " already specified" msgstr " wurde bereits angegeben" -#: ../gio/glib-compile-schemas.c:1048 +#: ../gio/glib-compile-schemas.c:1054 #, c-format msgid " extends not yet existing schema '%s'" msgstr " erweitert nicht vorhandenes Schema »%s«" -#: ../gio/glib-compile-schemas.c:1064 +#: ../gio/glib-compile-schemas.c:1070 #, c-format msgid " is list of not yet existing schema '%s'" msgstr " ist eine Liste des nicht vorhandenen Schemas »%s«" -#: ../gio/glib-compile-schemas.c:1072 +#: ../gio/glib-compile-schemas.c:1078 #, c-format msgid "Can not be a list of a schema with a path" msgstr "Darf nicht eine Liste von Schemata mit einem Pfad sein" -#: ../gio/glib-compile-schemas.c:1082 +#: ../gio/glib-compile-schemas.c:1088 #, c-format msgid "Can not extend a schema with a path" msgstr "Ein Schema darf nicht um einem Pfad erweitert werden" -#: ../gio/glib-compile-schemas.c:1092 +#: ../gio/glib-compile-schemas.c:1098 #, c-format msgid "" " is a list, extending which is not a list" msgstr "" -" ist eine Liste, welche erweitert, das " -"keine Liste ist" +" ist eine Liste, welche erweitert, das keine " +"Liste ist" -#: ../gio/glib-compile-schemas.c:1102 +#: ../gio/glib-compile-schemas.c:1108 #, c-format msgid "" " extends but '%s' " @@ -2631,87 +2626,130 @@ " erweitert , aber " "»%s« erweitert »%s« nicht" -#: ../gio/glib-compile-schemas.c:1119 +#: ../gio/glib-compile-schemas.c:1125 #, c-format msgid "a path, if given, must begin and end with a slash" msgstr "" "Ein Pfad, falls angegeben, muss mit einem Schrägstrich beginnen und enden" -#: ../gio/glib-compile-schemas.c:1126 +#: ../gio/glib-compile-schemas.c:1132 #, c-format msgid "the path of a list must end with ':/'" msgstr "Der Pfad einer Liste muss mit »:/« enden" -#: ../gio/glib-compile-schemas.c:1148 +#: ../gio/glib-compile-schemas.c:1158 #, c-format msgid "<%s id='%s'> already specified" msgstr "<%s id='%s'> bereits angegeben" -#: ../gio/glib-compile-schemas.c:1362 +#: ../gio/glib-compile-schemas.c:1375 #, c-format msgid "Element <%s> not allowed inside <%s>" msgstr "Element <%s> ist innerhalb <%s> nicht erlaubt" -#: ../gio/glib-compile-schemas.c:1366 +#: ../gio/glib-compile-schemas.c:1379 #, c-format msgid "Element <%s> not allowed at toplevel" msgstr "Element <%s> ist in der obersten Ebene nicht erlaubt" -#: ../gio/glib-compile-schemas.c:1460 +#: ../gio/glib-compile-schemas.c:1473 #, c-format msgid "text may not appear inside <%s>" msgstr "Text könnte nicht innerhalb von <%s> erscheinen" -#: ../gio/glib-compile-schemas.c:1674 +#. Translators: Do not translate "--strict". +#: ../gio/glib-compile-schemas.c:1641 ../gio/glib-compile-schemas.c:1712 +#: ../gio/glib-compile-schemas.c:1788 +#, c-format +msgid "--strict was specified; exiting.\n" +msgstr "--strict wurde angegeben; Abbruch.\n" + +#: ../gio/glib-compile-schemas.c:1649 +#, c-format +msgid "This entire file has been ignored.\n" +msgstr "Die gesamte Datei wurde ignoriert.\n" + +#: ../gio/glib-compile-schemas.c:1708 #, c-format -msgid "No such schema `%s' specified in override file `%s'" -msgstr "Kein Schema »%s« angegeben in überschreibender Datei »%s«" +msgid "Ignoring this file.\n" +msgstr "Diese Datei wird ignoriert.\n" -#: ../gio/glib-compile-schemas.c:1698 +#: ../gio/glib-compile-schemas.c:1748 #, c-format msgid "No such key `%s' in schema `%s' as specified in override file `%s'" msgstr "" -"Kein Schlüssel »%s« in Schema »%s« wie angegeben in überschreibender Datei »%s«" +"Kein Schlüssel »%s« in Schema »%s« wie angegeben in überschreibender Datei " +"»%s«" + +#: ../gio/glib-compile-schemas.c:1754 ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1840 +#, c-format +msgid "; ignoring override for this key.\n" +msgstr "; Überschreiben dieses Schlüssels wird ignoriert.\n" + +#: ../gio/glib-compile-schemas.c:1758 ../gio/glib-compile-schemas.c:1816 +#: ../gio/glib-compile-schemas.c:1844 +#, c-format +msgid " and --strict was specified; exiting.\n" +msgstr " und --strict wurde angegeben; Abbruch.\n" -#: ../gio/glib-compile-schemas.c:1731 +#: ../gio/glib-compile-schemas.c:1774 +#, c-format +msgid "" +"error parsing key `%s' in schema `%s' as specified in override file `%s': " +"%s. " +msgstr "" +"Fehler beim Verarbeiten des Schlüssels »%s« in Schema »%s« wie angegeben in " +"überschreibender Datei »%s«: %s" + +#: ../gio/glib-compile-schemas.c:1784 +#, c-format +msgid "Ignoring override for this key.\n" +msgstr "Überschreiben dieses Schlüssels wird ignoriert.\n" + +#: ../gio/glib-compile-schemas.c:1802 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is out of the " "range given in the schema" msgstr "" -"Überschreiben für Schlüssel »%s« in Schema »%s« in überschreibender Datei »%s« " -"liegt außerhalb des im Schema angegebenen Bereichs" +"Überschreiben für Schlüssel »%s« in Schema »%s« in überschreibender Datei " +"»%s« liegt außerhalb des im Schema angegebenen Bereichs" -#: ../gio/glib-compile-schemas.c:1752 +#: ../gio/glib-compile-schemas.c:1830 #, c-format msgid "" -"override for key `%s' in schema `%s' in override file `%s' is not in the " -"list of valid choices" +"override for key `%s' in schema `%s' in override file `%s' is not in the list " +"of valid choices" msgstr "" -"Überschreiben für Schlüssel »%s« in Schema »%s« in überschreibender Datei »%s« " -"befindet sich nicht in der Liste gültiger Auswahlmöglichkeiten" +"Überschreiben für Schlüssel »%s« in Schema »%s« in überschreibender Datei " +"»%s« befindet sich nicht in der Liste gültiger Auswahlmöglichkeiten" -#: ../gio/glib-compile-schemas.c:1797 +#: ../gio/glib-compile-schemas.c:1884 msgid "where to store the gschemas.compiled file" msgstr "Speicherort der Datei »gschemas.compiled«" -#: ../gio/glib-compile-schemas.c:1797 ../gio/glib-compile-schemas.c:1809 +#: ../gio/glib-compile-schemas.c:1884 ../gio/glib-compile-schemas.c:1897 msgid "DIRECTORY" msgstr "ORDNER" -#: ../gio/glib-compile-schemas.c:1798 +#: ../gio/glib-compile-schemas.c:1885 +msgid "Abort on any errors in schemas" +msgstr "Abbruch wegen einiger Fehler in Schemata" + +#: ../gio/glib-compile-schemas.c:1886 msgid "Do not write the gschema.compiled file" msgstr "Die Datei »gschema.compiled« nicht schreiben" -#: ../gio/glib-compile-schemas.c:1799 +#: ../gio/glib-compile-schemas.c:1887 msgid "This option will be removed soon." msgstr "Diese Option wird demnächst entfernt." -#: ../gio/glib-compile-schemas.c:1800 +#: ../gio/glib-compile-schemas.c:1888 msgid "Do not enforce key name restrictions" msgstr "Keine Einschränkungen für Schlüsselnamen erzwingen" -#: ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1900 msgid "" "Compile all GSettings schema files into a schema cache.\n" "Schema files are required to have the extension .gschema.xml,\n" @@ -2721,22 +2759,22 @@ "Schemadateien müssen die Erweiterung .gschema.xml haben,\n" "die Zwischenspeicherdatei die Erweiterung gschemas.compiled." -#: ../gio/glib-compile-schemas.c:1828 +#: ../gio/glib-compile-schemas.c:1916 #, c-format msgid "You should give exactly one directory name\n" msgstr "Sie sollten genau einen Ordnernamen angeben\n" -#: ../gio/glib-compile-schemas.c:1867 +#: ../gio/glib-compile-schemas.c:1955 #, c-format msgid "No schema files found: " msgstr "Keine Schema-Dateien gefunden:" -#: ../gio/glib-compile-schemas.c:1870 +#: ../gio/glib-compile-schemas.c:1958 #, c-format msgid "doing nothing.\n" msgstr "Nichts wird getan.\n" -#: ../gio/glib-compile-schemas.c:1873 +#: ../gio/glib-compile-schemas.c:1961 #, c-format msgid "removed existing output file.\n" msgstr "Vorhandene Ausgabedatei wurde entfernt.\n" @@ -3119,11 +3157,11 @@ msgid "Hostname '%s' contains '[' but not ']'" msgstr "Rechnername »%s« enthält »[«, aber nicht »]«" -#: ../gio/goutputstream.c:206 ../gio/goutputstream.c:407 +#: ../gio/goutputstream.c:207 ../gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Ausgabedatenstrom unterstützt kein Schreiben" -#: ../gio/goutputstream.c:368 ../gio/goutputstream.c:848 +#: ../gio/goutputstream.c:369 ../gio/goutputstream.c:849 msgid "Source stream is already closed" msgstr "Quelldatenstrom ist bereits geschlossen" @@ -3176,19 +3214,20 @@ "Mit »%s BEFEHL --help« erhalten Sie individuelle Hilfe für einen Befehl.\n" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "Specify the path for the schema" msgstr "Den Pfad für das Schema angeben" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "PATH" msgstr "PFAD" -#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:539 -#: ../gio/gsettings-tool.c:652 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:654 msgid "SCHEMA KEY" msgstr "SCHEMA SCHLÜSSEL" @@ -3196,8 +3235,8 @@ msgid "Get the value of KEY" msgstr "Den Wert von SCHLÜSSEL ermitteln" -#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:448 -#: ../gio/gsettings-tool.c:543 ../gio/gsettings-tool.c:659 +#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:449 +#: ../gio/gsettings-tool.c:545 ../gio/gsettings-tool.c:661 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3207,15 +3246,16 @@ " SCHEMA Die Kennung des Schemas\n" " SCHLÜSSEL Der Name des Schlüssels\n" -#: ../gio/gsettings-tool.c:328 ../gio/gsettings-tool.c:444 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:329 ../gio/gsettings-tool.c:445 msgid "SCHEMA KEY VALUE" msgstr "SCHEMA SCHLÜSSEL WERT" -#: ../gio/gsettings-tool.c:330 +#: ../gio/gsettings-tool.c:331 msgid "Set the value of KEY" msgstr "Den Wert von SCHLÜSSEL festlegen" -#: ../gio/gsettings-tool.c:332 +#: ../gio/gsettings-tool.c:333 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3228,20 +3268,20 @@ " WERT Der Wert, auf den der Schlüssel gesetzt wird, als serialisierte " "GVariant\n" -#: ../gio/gsettings-tool.c:405 +#: ../gio/gsettings-tool.c:406 #, c-format msgid "Key %s is not writable\n" msgstr "Schlüssel %s ist nicht schreibbar\n" -#: ../gio/gsettings-tool.c:446 +#: ../gio/gsettings-tool.c:447 msgid "Sets KEY to its default value" msgstr "SCHLÜSSEL auf Vorgabewert setzen" -#: ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:543 msgid "Find out whether KEY is writable" msgstr "Prüfen, ob SCHLÜSSEL schreibgeschützt ist" -#: ../gio/gsettings-tool.c:655 +#: ../gio/gsettings-tool.c:657 msgid "" "Monitor KEY for changes and print the changed values.\n" "Monitoring will continue until the process is terminated." @@ -3249,7 +3289,7 @@ "SCHLÜSSEL auf Änderungen überwachen und geänderte Werte ausgeben.\n" "Überwachung wird fortgesetzt, bis der Prozess beendet wird." -#: ../gio/gsettings-tool.c:831 +#: ../gio/gsettings-tool.c:833 #, c-format msgid "Unknown command '%s'\n" msgstr "Unbekannter Befehl »%s«\n" @@ -3431,8 +3471,7 @@ #: ../gio/gsocks5proxy.c:239 msgid "SOCKSv5 authentication failed due to wrong username or password." msgstr "" -"SOCKSv5-Legitimierung scheiterte wegen falschen Benutzernamens oder " -"Passworts." +"SOCKSv5-Legitimierung scheiterte wegen falschen Benutzernamens oder Passworts." #: ../gio/gsocks5proxy.c:289 #, c-format @@ -3506,14 +3545,13 @@ #: ../gio/gunixconnection.c:439 #, c-format msgid "Error checking if SO_PASSCRED is enabled for socket: %s" -msgstr "" -"Fehler bei der Überprüfung, ob SO_PASSCRED für Socket aktiviert ist: %s" +msgstr "Fehler bei der Überprüfung, ob SO_PASSCRED für Socket aktiviert ist: %s" #: ../gio/gunixconnection.c:448 #, c-format msgid "" -"Unexpected option length while checking if SO_PASSCRED is enabled for " -"socket. Expected %d bytes, got %d" +"Unexpected option length while checking if SO_PASSCRED is enabled for socket. " +"Expected %d bytes, got %d" msgstr "" "Unerwartete Länge der Option bei der Überprüfung, ob SO_PASSCRED für den " "Socket aktiviert ist. Erwartet wurden %d Bytes, jedoch %d erhalten" @@ -3559,8 +3597,7 @@ #: ../gio/gunixsocketaddress.c:244 msgid "Abstract unix domain socket addresses not supported on this system" msgstr "" -"Abstrakte Unix Domänen-Socket-Adresse wird auf diesem System nicht " -"unterstützt" +"Abstrakte Unix Domänen-Socket-Adresse wird auf diesem System nicht unterstützt" #: ../gio/gvolume.c:406 msgid "volume doesn't implement eject" @@ -3626,6 +3663,9 @@ msgid "Invalid compressed data" msgstr "Ungültige komprimierte Daten" +#~ msgid "No such schema `%s' specified in override file `%s'" +#~ msgstr "Kein Schema »%s« angegeben in überschreibender Datei »%s«" + #, fuzzy #~ msgid "Do not give error for empty directory" #~ msgstr "Ordner kann nicht über Ordner verschoben werden" Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/el.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/el.gmo differ diff -Nru glib2.0-2.26.0/po/el.po glib2.0-2.26.1/po/el.po --- glib2.0-2.26.0/po/el.po 2010-09-22 21:02:27.000000000 +1000 +++ glib2.0-2.26.1/po/el.po 2010-10-01 04:24:52.000000000 +1000 @@ -1,3700 +1,3835 @@ -# translation of glib.HEAD.po to Greek -# Greek translation of glib. -# Copyright (C) 2002, 2004, 2006, 2009 Free Software Foundation, Inc. -# -# simos: 25 messages, initial translation -# kostas: 03Dec2002, updated translation for Gnome 2.1x -# -# kostas: 90 messages, 06Nov2002, completed translation. -# Simos Xenitellis , 2002. -# Kostas Papadimas , 2002. -# Kostas Papadimas , 2004, 2006. -# Jennie Petoumenou , 2009. -# Fotis Tsamis , 2009. -msgid "" -msgstr "" -"Project-Id-Version: glib.HEAD\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=general\n" -"POT-Creation-Date: 2010-09-14 09:18+0000\n" -"PO-Revision-Date: 2010-09-20 10:32+0200\n" -"Last-Translator: Bakaoukas Nikolaos \n" -"Language-Team: Greek\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: ../glib/gbookmarkfile.c:780 -#, c-format -msgid "Unexpected attribute '%s' for element '%s'" -msgstr "Μη αναμενόμενο γνώρισμα '%s' για το στοιχείο '%s'" - -#: ../glib/gbookmarkfile.c:791 -#: ../glib/gbookmarkfile.c:862 -#: ../glib/gbookmarkfile.c:872 -#: ../glib/gbookmarkfile.c:979 -#, c-format -msgid "Attribute '%s' of element '%s' not found" -msgstr "Το γνώρισμα '%s' του στοιχείου '%s' δεν βρέθηκε" - -#: ../glib/gbookmarkfile.c:1149 -#: ../glib/gbookmarkfile.c:1214 -#: ../glib/gbookmarkfile.c:1278 -#: ../glib/gbookmarkfile.c:1288 -#, c-format -msgid "Unexpected tag '%s', tag '%s' expected" -msgstr "Απρόσμενη ετικέτα '%s', αναμενόταν ετικέτα '%s'" - -#: ../glib/gbookmarkfile.c:1174 -#: ../glib/gbookmarkfile.c:1188 -#: ../glib/gbookmarkfile.c:1256 -#: ../glib/gbookmarkfile.c:1308 -#, c-format -msgid "Unexpected tag '%s' inside '%s'" -msgstr "Απρόσμενη ετικέτα '%s' μέσα σε '%s'" - -#: ../glib/gbookmarkfile.c:1834 -msgid "No valid bookmark file found in data dirs" -msgstr "Δεν μπορεί να βρεθεί έγκυρο αρχείο σελιδοδεικτών στους καταλόγους δεδομένων" - -#: ../glib/gbookmarkfile.c:2035 -#, c-format -msgid "A bookmark for URI '%s' already exists" -msgstr "Υπάρχει ήδη ένας σελιδοδείκτης για το URI '%s'" - -#: ../glib/gbookmarkfile.c:2081 -#: ../glib/gbookmarkfile.c:2239 -#: ../glib/gbookmarkfile.c:2324 -#: ../glib/gbookmarkfile.c:2404 -#: ../glib/gbookmarkfile.c:2489 -#: ../glib/gbookmarkfile.c:2572 -#: ../glib/gbookmarkfile.c:2650 -#: ../glib/gbookmarkfile.c:2729 -#: ../glib/gbookmarkfile.c:2771 -#: ../glib/gbookmarkfile.c:2868 -#: ../glib/gbookmarkfile.c:2994 -#: ../glib/gbookmarkfile.c:3184 -#: ../glib/gbookmarkfile.c:3260 -#: ../glib/gbookmarkfile.c:3425 -#: ../glib/gbookmarkfile.c:3514 -#: ../glib/gbookmarkfile.c:3604 -#: ../glib/gbookmarkfile.c:3732 -#, c-format -msgid "No bookmark found for URI '%s'" -msgstr "Δεν βρέθηκε σελιδοδείκτης για το URI '%s'" - -#: ../glib/gbookmarkfile.c:2413 -#, c-format -msgid "No MIME type defined in the bookmark for URI '%s'" -msgstr "Δεν αναγνωρίστηκε κανένας τύπος MIME στο σελιδοδείκτη για το URI '%s'" - -#: ../glib/gbookmarkfile.c:2498 -#, c-format -msgid "No private flag has been defined in bookmark for URI '%s'" -msgstr "Καμιά προσωπική σημαία δεν έχει αναγνωριστεί στο σελιδοδείκτη για το URI '%s'" - -#: ../glib/gbookmarkfile.c:2877 -#, c-format -msgid "No groups set in bookmark for URI '%s'" -msgstr "Δεν καθορίστηκαν ομάδες στο σελιδοδείκτη για το URI '%s'" - -#: ../glib/gbookmarkfile.c:3278 -#: ../glib/gbookmarkfile.c:3435 -#, c-format -msgid "No application with name '%s' registered a bookmark for '%s'" -msgstr "Καμιά εφαρμογή με όνομα '%s' δεν έχει καταχωρήσει σελιδοδείκτη για τη '%s'" - -# gconf/gconf-internals.c:2416 -#: ../glib/gbookmarkfile.c:3458 -#, c-format -msgid "Failed to expand exec line '%s' with URI '%s'" -msgstr "Αποτυχία ανάπτυξης της γραμμής exec '%s' με URI '%s'" - -#: ../glib/gconvert.c:567 -#: ../glib/gconvert.c:645 -#: ../glib/giochannel.c:1403 -#: ../gio/gcharsetconverter.c:458 -#, c-format -msgid "Conversion from character set '%s' to '%s' is not supported" -msgstr "Η μετατροπή από την ομάδα χαρακτήρων '%s' σε '%s' δεν υποστηρίζεται" - -#: ../glib/gconvert.c:571 -#: ../glib/gconvert.c:649 -#: ../gio/gcharsetconverter.c:462 -#, c-format -msgid "Could not open converter from '%s' to '%s'" -msgstr "Δεν ήταν δυνατό το άνοιγμα μετατροπέα από '%s' σε '%s'" - -#: ../glib/gconvert.c:768 -#: ../glib/gconvert.c:1161 -#: ../glib/giochannel.c:1575 -#: ../glib/giochannel.c:1617 -#: ../glib/giochannel.c:2461 -#: ../glib/gutf8.c:992 -#: ../glib/gutf8.c:1447 -#: ../gio/gcharsetconverter.c:345 -msgid "Invalid byte sequence in conversion input" -msgstr "Μη έγκυρη σειρά στην είσοδο μετατροπής" - -# gconf/gconftool.c:1181 -#: ../glib/gconvert.c:776 -#: ../glib/gconvert.c:1086 -#: ../glib/giochannel.c:1582 -#: ../glib/giochannel.c:2473 -#: ../gio/gcharsetconverter.c:350 -#, c-format -msgid "Error during conversion: %s" -msgstr "Σφάλμα κατά τη μετατροπή: %s" - -#: ../glib/gconvert.c:808 -#: ../glib/gutf8.c:988 -#: ../glib/gutf8.c:1198 -#: ../glib/gutf8.c:1339 -#: ../glib/gutf8.c:1443 -msgid "Partial character sequence at end of input" -msgstr "Ημιτελής σειρά χαρακτήρα στο τέλος της εισόδου" - -#: ../glib/gconvert.c:1058 -#, c-format -msgid "Cannot convert fallback '%s' to codeset '%s'" -msgstr "Αδυναμία μετατροπής fallback '%s' σε codeset '%s'" - -#: ../glib/gconvert.c:1881 -#, c-format -msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" -msgstr "Το URI '%s' δεν είναι ένα απόλυτο URI με την χρήση του σχήματος \"αρχείου\"" - -#: ../glib/gconvert.c:1891 -#, c-format -msgid "The local file URI '%s' may not include a '#'" -msgstr "Το URI τοπικού αρχείου '%s' μπορεί να μην περιέχει ένα '#'" - -#: ../glib/gconvert.c:1908 -#, c-format -msgid "The URI '%s' is invalid" -msgstr "Το URI '%s' δεν είναι έγκυρο" - -#: ../glib/gconvert.c:1920 -#, c-format -msgid "The hostname of the URI '%s' is invalid" -msgstr "Το όνομα συστήματος του URI '%s' δεν είναι έγκυρο" - -#: ../glib/gconvert.c:1936 -#, c-format -msgid "The URI '%s' contains invalidly escaped characters" -msgstr "Το URI '%s' περιέχει μη έγκυρους χαρακτήρες διαφυγής" - -#: ../glib/gconvert.c:2031 -#, c-format -msgid "The pathname '%s' is not an absolute path" -msgstr "Το όνομα διαδρομής '%s' δεν αντιστοιχεί σε απόλυτη διαδρομή" - -#: ../glib/gconvert.c:2041 -msgid "Invalid hostname" -msgstr "Ακατάλληλο όνομα συστήματος" - -#. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:105 -#| msgid "name" -msgctxt "GDateTime" -msgid "am" -msgstr "πμ" - -#. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:107 -msgctxt "GDateTime" -msgid "AM" -msgstr "ΠΜ" - -#. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:109 -msgctxt "GDateTime" -msgid "pm" -msgstr "μμ" - -#. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:111 -msgctxt "GDateTime" -msgid "PM" -msgstr "ΜΜ" - -#. Translators: this is the preferred format for expressing the date -#: ../glib/gdatetime.c:120 -msgctxt "GDateTime" -msgid "%m/%d/%y" -msgstr "%m/%d/%y" - -#. Translators: this is the preferred format for expressing the time -#: ../glib/gdatetime.c:123 -msgctxt "GDateTime" -msgid "%H:%M:%S" -msgstr "%H:%M:%S" - -#: ../glib/gdatetime.c:168 -msgctxt "full month name" -msgid "January" -msgstr "Ιανουάριος" - -#: ../glib/gdatetime.c:170 -msgctxt "full month name" -msgid "February" -msgstr "Φεβρουάριος" - -#: ../glib/gdatetime.c:172 -msgctxt "full month name" -msgid "March" -msgstr "Μάρτιος" - -#: ../glib/gdatetime.c:174 -msgctxt "full month name" -msgid "April" -msgstr "Απρίλιος" - -#: ../glib/gdatetime.c:176 -msgctxt "full month name" -msgid "May" -msgstr "Μάιος" - -#: ../glib/gdatetime.c:178 -msgctxt "full month name" -msgid "June" -msgstr "Ιούνιος" - -#: ../glib/gdatetime.c:180 -msgctxt "full month name" -msgid "July" -msgstr "Ιούλιος" - -#: ../glib/gdatetime.c:182 -msgctxt "full month name" -msgid "August" -msgstr "Αύγουστος" - -#: ../glib/gdatetime.c:184 -msgctxt "full month name" -msgid "September" -msgstr "Σεπτέμβριος" - -#: ../glib/gdatetime.c:186 -msgctxt "full month name" -msgid "October" -msgstr "Οκτώβριος" - -#: ../glib/gdatetime.c:188 -msgctxt "full month name" -msgid "November" -msgstr "Νοέμβριος" - -#: ../glib/gdatetime.c:190 -msgctxt "full month name" -msgid "December" -msgstr "Δεκέμβριος" - -#: ../glib/gdatetime.c:205 -msgctxt "abbreviated month name" -msgid "Jan" -msgstr "Ιαν" - -#: ../glib/gdatetime.c:207 -msgctxt "abbreviated month name" -msgid "Feb" -msgstr "Φεβ" - -#: ../glib/gdatetime.c:209 -msgctxt "abbreviated month name" -msgid "Mar" -msgstr "Μάρ" - -#: ../glib/gdatetime.c:211 -msgctxt "abbreviated month name" -msgid "Apr" -msgstr "Απρ" - -#: ../glib/gdatetime.c:213 -msgctxt "abbreviated month name" -msgid "May" -msgstr "Μάι" - -#: ../glib/gdatetime.c:215 -msgctxt "abbreviated month name" -msgid "Jun" -msgstr "Ιούν" - -#: ../glib/gdatetime.c:217 -msgctxt "abbreviated month name" -msgid "Jul" -msgstr "Ιούλ" - -#: ../glib/gdatetime.c:219 -msgctxt "abbreviated month name" -msgid "Aug" -msgstr "Αύγ" - -#: ../glib/gdatetime.c:221 -msgctxt "abbreviated month name" -msgid "Sep" -msgstr "Σεπτ" - -#: ../glib/gdatetime.c:223 -msgctxt "abbreviated month name" -msgid "Oct" -msgstr "Οκτ" - -#: ../glib/gdatetime.c:225 -msgctxt "abbreviated month name" -msgid "Nov" -msgstr "Νοέμ" - -#: ../glib/gdatetime.c:227 -msgctxt "abbreviated month name" -msgid "Dec" -msgstr "Δεκ" - -#: ../glib/gdatetime.c:242 -msgctxt "full weekday name" -msgid "Monday" -msgstr "Δευτέρα" - -#: ../glib/gdatetime.c:244 -msgctxt "full weekday name" -msgid "Tuesday" -msgstr "Τρίτη" - -#: ../glib/gdatetime.c:246 -msgctxt "full weekday name" -msgid "Wednesday" -msgstr "Τετάρτη" - -#: ../glib/gdatetime.c:248 -msgctxt "full weekday name" -msgid "Thursday" -msgstr "Πέμπτη" - -#: ../glib/gdatetime.c:250 -msgctxt "full weekday name" -msgid "Friday" -msgstr "Παρασκευή" - -#: ../glib/gdatetime.c:252 -msgctxt "full weekday name" -msgid "Saturday" -msgstr "Σάββατο" - -#: ../glib/gdatetime.c:254 -msgctxt "full weekday name" -msgid "Sunday" -msgstr "Κυριακή" - -#: ../glib/gdatetime.c:269 -msgctxt "abbreviated weekday name" -msgid "Mon" -msgstr "Δευτ" - -#: ../glib/gdatetime.c:271 -msgctxt "abbreviated weekday name" -msgid "Tue" -msgstr "Τρίτ" - -#: ../glib/gdatetime.c:273 -msgctxt "abbreviated weekday name" -msgid "Wed" -msgstr "Τετ" - -#: ../glib/gdatetime.c:275 -msgctxt "abbreviated weekday name" -msgid "Thu" -msgstr "Πέμ" - -#: ../glib/gdatetime.c:277 -msgctxt "abbreviated weekday name" -msgid "Fri" -msgstr "Παρ" - -#: ../glib/gdatetime.c:279 -msgctxt "abbreviated weekday name" -msgid "Sat" -msgstr "Σάβ" - -#: ../glib/gdatetime.c:281 -msgctxt "abbreviated weekday name" -msgid "Sun" -msgstr "Κυρ" - -# -#: ../glib/gdir.c:114 -#: ../glib/gdir.c:137 -#, c-format -msgid "Error opening directory '%s': %s" -msgstr "Σφάλμα ανοίγματος καταλόγου '%s': %s" - -# -#: ../glib/gfileutils.c:536 -#: ../glib/gfileutils.c:624 -#, c-format -msgid "Could not allocate %lu bytes to read file \"%s\"" -msgstr "Αδύνατη η διάθεση %lu bytes στην ανάγνωση αρχείου \"%s\"" - -# -#: ../glib/gfileutils.c:551 -#, c-format -msgid "Error reading file '%s': %s" -msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" - -#: ../glib/gfileutils.c:565 -#, c-format -msgid "File \"%s\" is too large" -msgstr "Το αρχείο \"%s\" είναι υπερβολικά μεγάλο" - -# gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:648 -#, c-format -msgid "Failed to read from file '%s': %s" -msgstr "Αποτυχία ανάγνωσης από το αρχείο '%s': %s" - -# gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:699 -#: ../glib/gfileutils.c:786 -#, c-format -msgid "Failed to open file '%s': %s" -msgstr "Αποτυχία ανοίγματος αρχείου '%s': %s" - -# gconf/gconfd.c:1701 -#: ../glib/gfileutils.c:716 -#: ../glib/gmappedfile.c:169 -#, c-format -msgid "Failed to get attributes of file '%s': fstat() failed: %s" -msgstr "Αποτυχία λήψης ιδιοτήτων του αρχείου '%s': fstat() απέτυχε: %s" - -# gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:750 -#, c-format -msgid "Failed to open file '%s': fdopen() failed: %s" -msgstr "Αδυναμία ανοίγματος αρχείου '%s': fdopen() απέτυχε: %s" - -# gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:858 -#, c-format -msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" -msgstr "Αδυναμία μετονομασίας αρχείου '%s' σε '%s': g_rename() failed: %s" - -# gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:900 -#: ../glib/gfileutils.c:1369 -#, c-format -msgid "Failed to create file '%s': %s" -msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s" - -# gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:914 -#, c-format -msgid "Failed to open file '%s' for writing: fdopen() failed: %s" -msgstr "Αδυναμία ανοίγματος αρχείου '%s' για εγγραφή: fdopen() απέτυχε: %s" - -# gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:939 -#, c-format -msgid "Failed to write file '%s': fwrite() failed: %s" -msgstr "Αδυναμία εγγραφής αρχείου '%s': fwrite() απέτυχε: %s" - -# gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:958 -#, c-format -msgid "Failed to write file '%s': fflush() failed: %s" -msgstr "Αδυναμία εγγραφής αρχείου '%s': fflush() απέτυχε: %s" - -# gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:987 -#, c-format -msgid "Failed to write file '%s': fsync() failed: %s" -msgstr "Αδυναμία εγγραφής αρχείου '%s': fsync() απέτυχε: %s" - -# gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:1006 -#, c-format -msgid "Failed to close file '%s': fclose() failed: %s" -msgstr "Αδυναμία κλεισίματος αρχείου '%s': fclose() απέτυχε: %s" - -#: ../glib/gfileutils.c:1127 -#, c-format -msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" -msgstr "Δεν είναι δυνατή η απομάκρυνση του υπάρχοντος αρχείου '%s': g_unlink() απέτυχε: %s" - -#: ../glib/gfileutils.c:1331 -#, c-format -msgid "Template '%s' invalid, should not contain a '%s'" -msgstr "Το πρότυπο '%s' δεν είναι έγκυρο, θα πρέπει να περιέχει ένα '%s'" - -#: ../glib/gfileutils.c:1344 -#, c-format -msgid "Template '%s' doesn't contain XXXXXX" -msgstr "Το πρότυπο '%s' δεν περιέχει XXXXXX" - -#: ../glib/gfileutils.c:1777 -#, c-format -msgid "%u byte" -msgid_plural "%u bytes" -msgstr[0] "%u byte" -msgstr[1] "%u bytes" - -#: ../glib/gfileutils.c:1785 -#, c-format -msgid "%.1f KB" -msgstr "%.1f KB" - -#: ../glib/gfileutils.c:1790 -#, c-format -msgid "%.1f MB" -msgstr "%.1f MB" - -#: ../glib/gfileutils.c:1795 -#, c-format -msgid "%.1f GB" -msgstr "%.1f GB" - -#: ../glib/gfileutils.c:1800 -#, c-format -msgid "%.1f TB" -msgstr "%.1f TB" - -#: ../glib/gfileutils.c:1805 -#, c-format -msgid "%.1f PB" -msgstr "%.1f PB" - -#: ../glib/gfileutils.c:1810 -#, c-format -msgid "%.1f EB" -msgstr "%.1f EB" - -# gconf/gconf-internals.c:2416 -#: ../glib/gfileutils.c:1853 -#, c-format -msgid "Failed to read the symbolic link '%s': %s" -msgstr "Αποτυχία ανάγνωσης συμβολικού συνδέσμου '%s': %s" - -#: ../glib/gfileutils.c:1874 -msgid "Symbolic links not supported" -msgstr "Οι συμβολικοί σύνδεσμοι δεν υποστηρίζονται" - -#: ../glib/giochannel.c:1407 -#, c-format -msgid "Could not open converter from '%s' to '%s': %s" -msgstr "Δεν ήταν δυνατό το άνοιγμα μετατροπέα από '%s' σε '%s': %s" - -#: ../glib/giochannel.c:1752 -msgid "Can't do a raw read in g_io_channel_read_line_string" -msgstr "Δεν είναι δυνατή η raw ανάγνωση σε g_io_channel_read_line_string" - -#: ../glib/giochannel.c:1799 -#: ../glib/giochannel.c:2057 -#: ../glib/giochannel.c:2144 -msgid "Leftover unconverted data in read buffer" -msgstr "Εναπομείναντα δεδομένα που δεν έχουν μετατραπεί στο read buffer" - -#: ../glib/giochannel.c:1880 -#: ../glib/giochannel.c:1957 -msgid "Channel terminates in a partial character" -msgstr "Το κανάλι τερματίζει σε ημιτελή χαρακτήρα" - -#: ../glib/giochannel.c:1943 -msgid "Can't do a raw read in g_io_channel_read_to_end" -msgstr "Δεν είναι δυνατή η raw ανάγνωση σε g_io_channel_read_to_end" - -# gconf/gconf-internals.c:2416 -#: ../glib/gmappedfile.c:150 -#, c-format -msgid "Failed to open file '%s': open() failed: %s" -msgstr "Αδυναμία ανοίγματος αρχείου '%s': open() απέτυχε: %s" - -# gconf/gconf-internals.c:2416 -#: ../glib/gmappedfile.c:229 -#, c-format -msgid "Failed to map file '%s': mmap() failed: %s" -msgstr "Αδυναμία χαρτογράφησης αρχείου '%s': mmap() απέτυχε: %s" - -# gconf/gconfd.c:1676 -#: ../glib/gmarkup.c:307 -#: ../glib/gmarkup.c:347 -#, c-format -msgid "Error on line %d char %d: " -msgstr "Σφάλμα στη γραμμή %d χαρακτήρας %d: " - -#: ../glib/gmarkup.c:367 -#: ../glib/gmarkup.c:445 -#, c-format -msgid "Invalid UTF-8 encoded text in name - not valid '%s'" -msgstr "Μη έγκυρο κωδικοποιημένο κείμενο UTF-8 στο όνομα - μη έγκυρο '%s'" - -#: ../glib/gmarkup.c:378 -#, c-format -msgid "'%s' is not a valid name " -msgstr "'%s' μη έγκυρο όνομα" - -#: ../glib/gmarkup.c:394 -#, c-format -msgid "'%s' is not a valid name: '%c' " -msgstr "'%s' δεν είναι ένα έγκυρο όνομα: '%c' " - -# -#: ../glib/gmarkup.c:498 -#, c-format -msgid "Error on line %d: %s" -msgstr "Σφάλμα στη γραμμή %d: %s" - -#: ../glib/gmarkup.c:582 -#, c-format -msgid "Failed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too large" -msgstr "Αποτυχία ανάλυσης του '%-.*s', που θα έπρεπε να υπήρχε ένα ψηφίο μέσα στην αναφορά χαρακτήρα (ê για παράδειγμα) - ίσως το ψηφίο να είναι πολύ μεγάλο" - -#: ../glib/gmarkup.c:594 -msgid "Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" -msgstr "Η αναφορά χαρακτήρα δεν τελειώνει με ερωτηματικό (;). Πιθανόν να χρησιμοποιήσατε το & χωρίς να θέλετε να ξεκινήσετε μια οντότητα - διαφυγή συμπλεκτικού χαρακτήρα ως &" - -#: ../glib/gmarkup.c:620 -#, c-format -msgid "Character reference '%-.*s' does not encode a permitted character" -msgstr "Η αναφορά χαρακτήρα'%-.*s' δεν κωδικοποιεί έναν επιτρεπόμενο χαρακτήρα" - -#: ../glib/gmarkup.c:658 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" -msgstr "Κενή καταχώρηση '&;'· έγκυρες οντότητες είναι: & " < > '" - -#: ../glib/gmarkup.c:666 -#, c-format -msgid "Entity name '%-.*s' is not known" -msgstr "Το όνομα οντότητας '%-.*s' δεν είναι γνωστό" - -#: ../glib/gmarkup.c:671 -msgid "Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" -msgstr "Η οντότητα δεν τελειώνει με ερωτηματικό (;)· πιθανόν να χρησιμοποιήσατε το & χωρίς να θέλετε να ξεκινήσετε οντότητα - διαφυγή συμπλεκτικού χαρακτήρα ως &" - -#: ../glib/gmarkup.c:1018 -msgid "Document must begin with an element (e.g. )" -msgstr "Το έγγραφο πρέπει να ξεκινάει με ένα στοιχείο (π.χ. )" - -#: ../glib/gmarkup.c:1058 -#, c-format -msgid "'%s' is not a valid character following a '<' character; it may not begin an element name" -msgstr "Το '%s' δεν είναι έγκυρος χαρακτήρας όταν ακολουθείται από ένα χαρακτήρα '<'." - -#: ../glib/gmarkup.c:1126 -#, c-format -msgid "Odd character '%s', expected a '>' character to end the empty-element tag '%s'" -msgstr "Περίεργος χαρακτήρας '%s', αναμενόταν ο χαρακτήρας '>' στο τέλος της ετικέτας του κενού-στοιχείου '%s'" - -#: ../glib/gmarkup.c:1210 -#, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" -msgstr "Περίεργος χαρακτήρας '%s', αναμενόταν ένα '=' μετά το όνομα γνωρίσματος '%s' του στοιχείου '%s'" - -#: ../glib/gmarkup.c:1251 -#, c-format -msgid "Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute name" -msgstr "Περίεργος χαρακτήρας '%s', αναμενόταν ένας χαρακτήρας '>' ή '/' στο τέλος της ετικέτας έναρξης του στοιχείου '%s' ή προαιρετικά ένα γνώρισμα· πιθανόν να χρησιμοποιήσατε ένα μη έγκυρο χαρακτήρα σε ένα όνομα γνωρίσματος" - -#: ../glib/gmarkup.c:1295 -#, c-format -msgid "Odd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'" -msgstr "Περίεργος χαρακτήρας '%s', αναμενόταν ένα ανοικτό εισαγωγικό μετά το σημείο ίσον κατά την απόδοση τιμής για το γνώρισμα '%s' του στοιχείου '%s'" - -#: ../glib/gmarkup.c:1429 -#, c-format -msgid "'%s' is not a valid character following the characters ''" -msgstr "Το '%s' δεν είναι ένας έγκυρος χαρακτήρας ακολουθούμενος από το όνομα στοιχείου κλεισίματος '%s'· ο επιτρεπόμενος χαρακτήρας είναι '>'" - -#: ../glib/gmarkup.c:1476 -#, c-format -msgid "Element '%s' was closed, no element is currently open" -msgstr "Το στοιχείο '%s' έκλεισε, κανένα στοιχείο δεν είναι ανοικτό" - -#: ../glib/gmarkup.c:1485 -#, c-format -msgid "Element '%s' was closed, but the currently open element is '%s'" -msgstr "Το στοιχείο '%s' έκλεισε, αλλά το τρέχον ανοικτό στοιχείο είναι '%s'" - -#: ../glib/gmarkup.c:1652 -msgid "Document was empty or contained only whitespace" -msgstr "Το έγγραφο ήταν κενό ή περιέχει μόνο λευκό κενό" - -#: ../glib/gmarkup.c:1666 -msgid "Document ended unexpectedly just after an open angle bracket '<'" -msgstr "Το έγγραφο τερματίστηκε απρόσμενα αμέσως μετά από μια ανοικτή γωνιακή παρένθεση '<'" - -#: ../glib/gmarkup.c:1674 -#: ../glib/gmarkup.c:1719 -#, c-format -msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened" -msgstr "Το έγγραφο τερματίστηκε απρόσμενα με στοιχεία ακόμα ανοικτά - '%s' ήταν το τελευταίο στοιχείο που ανοίχθηκε" - -#: ../glib/gmarkup.c:1682 -#, c-format -msgid "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>" -msgstr "Το έγγραφο τερματίστηκε απρόσμενα, αναμενόταν μια παρένθεση κλεισίματος στο τέλος του tag <%s/>" - -#: ../glib/gmarkup.c:1688 -msgid "Document ended unexpectedly inside an element name" -msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα στοιχείου" - -#: ../glib/gmarkup.c:1694 -msgid "Document ended unexpectedly inside an attribute name" -msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα γνωρίσματος" - -#: ../glib/gmarkup.c:1699 -msgid "Document ended unexpectedly inside an element-opening tag." -msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε tag ανοίγματος στοιχείου." - -#: ../glib/gmarkup.c:1705 -msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value" -msgstr "Το έγγραφο τερματίστηκε απρόσμενα λόγω του ότι μετά του σημείου ίσον ακολουθεί ένα όνομα γνωρίσματος· δεν υπάρχει τιμή γνωρίσματος" - -#: ../glib/gmarkup.c:1712 -msgid "Document ended unexpectedly while inside an attribute value" -msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε τιμή γνωρίσματος" - -#: ../glib/gmarkup.c:1728 -#, c-format -msgid "Document ended unexpectedly inside the close tag for element '%s'" -msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε tag κλεισίματος για στοιχείο '%s'" - -#: ../glib/gmarkup.c:1734 -msgid "Document ended unexpectedly inside a comment or processing instruction" -msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε σχόλιο ή εντολή σε διεργασία" - -#: ../glib/gregex.c:184 -msgid "corrupted object" -msgstr "κατεστραμμένο αντικείμενο" - -#: ../glib/gregex.c:186 -msgid "internal error or corrupted object" -msgstr "εσωτερικό σφάλμα ή κατεστραμμένο αντικείμενο" - -#: ../glib/gregex.c:188 -msgid "out of memory" -msgstr "ανεπάρκεια μνήμης" - -#: ../glib/gregex.c:193 -msgid "backtracking limit reached" -msgstr "εξαντλήθηκε το όριο της ανίχνευσης προς τα πίσω" - -#: ../glib/gregex.c:205 -#: ../glib/gregex.c:213 -msgid "the pattern contains items not supported for partial matching" -msgstr "το υπόδειγμα περιέχει αντικείμενα που δεν υποστηρίζονται για μερικό ταίριασμα" - -#: ../glib/gregex.c:207 -#: ../gio/glocalfile.c:2109 -msgid "internal error" -msgstr "εσωτερικό σφάλμα" - -#: ../glib/gregex.c:215 -msgid "back references as conditions are not supported for partial matching" -msgstr "οι αναφορές προς τα πίσω, σαν συνθήκες, δεν υποστηρίζονται για μερικό ταίριασμα" - -#: ../glib/gregex.c:224 -msgid "recursion limit reached" -msgstr "εξαντλήθηκε το όριο αναδρομής" - -#: ../glib/gregex.c:226 -msgid "workspace limit for empty substrings reached" -msgstr "εξαντλήθηκε το όριο του χώρου εργασίας για κενές συμβολοσειρές" - -#: ../glib/gregex.c:228 -msgid "invalid combination of newline flags" -msgstr "μη έγκυρος συνδυασμός για σημαίες αλλαγής γραμμής" - -#: ../glib/gregex.c:232 -msgid "unknown error" -msgstr "άγνωστο σφάλμα" - -#: ../glib/gregex.c:252 -msgid "\\ at end of pattern" -msgstr "\\ στο τέλος του υποδείγματος" - -#: ../glib/gregex.c:255 -msgid "\\c at end of pattern" -msgstr "\\c στο τέλος του υποδείγματος" - -#: ../glib/gregex.c:258 -msgid "unrecognized character follows \\" -msgstr "ημιτελής αναφορά χαρακτήρα μετά \\" - -#: ../glib/gregex.c:265 -msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" -msgstr "δεν επιτρέπονται οι ακολουθίες διαφυγής (\\l, \\L, \\u, \\U) για την εναλλαγή μεταξύ πεζών και κεφαλαίων" - -#: ../glib/gregex.c:268 -msgid "numbers out of order in {} quantifier" -msgstr "οι αριθμοί είναι εκτός λειτουργίας στον προσδιοριστή {}" - -#: ../glib/gregex.c:271 -msgid "number too big in {} quantifier" -msgstr "πολύ μεγάλος αριθμός στον προσδιοριστή {}" - -#: ../glib/gregex.c:274 -msgid "missing terminating ] for character class" -msgstr "λείπει η τελική ] για την κλάση χαρακτήρων" - -#: ../glib/gregex.c:277 -msgid "invalid escape sequence in character class" -msgstr "μη έγκυρη escape sequence σε character class" - -#: ../glib/gregex.c:280 -msgid "range out of order in character class" -msgstr "εύρος σε λανθασμένη σειρά στην κλάση χαρακτήρων" - -#: ../glib/gregex.c:283 -msgid "nothing to repeat" -msgstr "τίποτα για επανάληψη" - -#: ../glib/gregex.c:286 -msgid "unrecognized character after (?" -msgstr "ημιτελής αναφορά χαρακτήρα μετά (?" - -#: ../glib/gregex.c:290 -msgid "unrecognized character after (?<" -msgstr "μη αναγνωρίσιμος χαρακτήρας μετά το (?<" - -#: ../glib/gregex.c:294 -msgid "unrecognized character after (?P" -msgstr "ημιτελής αναφορά χαρακτήρα μετά (?P" - -#: ../glib/gregex.c:297 -msgid "POSIX named classes are supported only within a class" -msgstr "Οι κλάσεις με ονόματα κατά POSIX υποστηρίζονται μόνο εντός κλάσεων" - -#: ../glib/gregex.c:300 -msgid "missing terminating )" -msgstr "λείπει η τελική )" - -#: ../glib/gregex.c:304 -msgid ") without opening (" -msgstr ") χωρίς άνοιγμα (" - -#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) -#. * sequences here, '(?-54' would be an example for the second group. -#. -#: ../glib/gregex.c:311 -msgid "(?R or (?[+-]digits must be followed by )" -msgstr "τα (?R ή (?[+-]digits πρέπει να ακολουθούνται από )" - -#: ../glib/gregex.c:314 -msgid "reference to non-existent subpattern" -msgstr "αναφορά σε ανύπαρκτο υπο-υπόδειγμα" - -#: ../glib/gregex.c:317 -msgid "missing ) after comment" -msgstr "λείπει η ) μετά από το σχόλιο" - -#: ../glib/gregex.c:320 -msgid "regular expression too large" -msgstr "πολύ μεγάλη κανονική έκφραση" - -#: ../glib/gregex.c:323 -msgid "failed to get memory" -msgstr "αποτυχία στη λήψη μνήμης" - -#: ../glib/gregex.c:326 -msgid "lookbehind assertion is not fixed length" -msgstr "το lookbehind assertion δεν έχει σταθερό μήκος" - -#: ../glib/gregex.c:329 -msgid "malformed number or name after (?(" -msgstr "κακοδιατυπωμένος αριθμός ή ονόματος μετά το (?(" - -#: ../glib/gregex.c:332 -msgid "conditional group contains more than two branches" -msgstr "η ομάδα υποθετικών περιέχει περισσότερους από δύο κλάδους" - -#: ../glib/gregex.c:335 -msgid "assertion expected after (?(" -msgstr "αναμένεται assertion μετά το (?(" - -#: ../glib/gregex.c:338 -msgid "unknown POSIX class name" -msgstr "άγνωστο όνομα κλάσης POSIX" - -#: ../glib/gregex.c:341 -msgid "POSIX collating elements are not supported" -msgstr "δεν υποστηρίζονται τα στοιχεία ταξινόμησης POSIX" - -#: ../glib/gregex.c:344 -msgid "character value in \\x{...} sequence is too large" -msgstr "η τιμή του χαρακτήρα στην ακολουθία \\x{...} είναι υπερβολικά μεγάλη" - -#: ../glib/gregex.c:347 -msgid "invalid condition (?(0)" -msgstr "μη έγκυρη συνθήκη (?(0)" - -#: ../glib/gregex.c:350 -msgid "\\C not allowed in lookbehind assertion" -msgstr "δεν επιτρέπεται \\C στο lookbehind assertion" - -#: ../glib/gregex.c:353 -msgid "recursive call could loop indefinitely" -msgstr "η αναδρομική κλήση μπορεί να οδηγήσει σε επ' άπειρω επανάληψη του βρόγχου" - -#: ../glib/gregex.c:356 -msgid "missing terminator in subpattern name" -msgstr "λείπει το τελικό τμήμα από το όνομα του υπο-υποδείγματος" - -#: ../glib/gregex.c:359 -msgid "two named subpatterns have the same name" -msgstr "δύο υπο-υποδείγματα έχουν το ίδιο όνομα" - -#: ../glib/gregex.c:362 -msgid "malformed \\P or \\p sequence" -msgstr "κακοδιατυπωμένο \\P ή \\p αλληλουχία" - -#: ../glib/gregex.c:365 -msgid "unknown property name after \\P or \\p" -msgstr "άγνωστο όνομα ιδιότητας μετά το \\P ή το \\p" - -#: ../glib/gregex.c:368 -msgid "subpattern name is too long (maximum 32 characters)" -msgstr "το όνομα του υπο-υποδείγματος είναι υπερβολικά μεγάλο (επιτρέπονται μέχρι 32 χαρακτήρες)" - -#: ../glib/gregex.c:371 -msgid "too many named subpatterns (maximum 10,000)" -msgstr "υπερβολικά μεγάλος αριθμός υπο-υποδειγμάτων (επιτρέπονται μέχρι 10.000)" - -#: ../glib/gregex.c:374 -msgid "octal value is greater than \\377" -msgstr "η οκταδική τιμή είναι μεγαλύτερη από \\377" - -#: ../glib/gregex.c:377 -msgid "DEFINE group contains more than one branch" -msgstr "η ομάδα DEFINE περιέχει περισσότερους από έναν κλάδους" - -#: ../glib/gregex.c:380 -msgid "repeating a DEFINE group is not allowed" -msgstr "δεν επιτρέπεται η επανάληψη ομάδας DEFINE" - -#: ../glib/gregex.c:383 -msgid "inconsistent NEWLINE options" -msgstr "μη συνεκτικές επιλογές NEWLINE" - -#: ../glib/gregex.c:386 -msgid "\\g is not followed by a braced name or an optionally braced non-zero number" -msgstr "το \\g δεν ακολουθείται από όνομα εντός αγκίστρων ή από μη μηδενικό αριθμό προαιρετικά εντός αγκίστρων" - -#: ../glib/gregex.c:391 -msgid "unexpected repeat" -msgstr "μη αναμενόμενη επανάληψη" - -#: ../glib/gregex.c:395 -msgid "code overflow" -msgstr "overflow κώδικα" - -#: ../glib/gregex.c:399 -msgid "overran compiling workspace" -msgstr "υπέρβαση μεταγλώττισης χώρου εργασίας" - -#: ../glib/gregex.c:403 -msgid "previously-checked referenced subpattern not found" -msgstr "δε βρέθηκε το αναφερόμενο υπο-υπόδειγμα που είχε ελεγχθεί προηγουμένως" - -#: ../glib/gregex.c:575 -#: ../glib/gregex.c:1696 -#, c-format -msgid "Error while matching regular expression %s: %s" -msgstr "Σφάλμα κατά την αντιστοίχιση της κανονικής έκφρασης %s: %s" - -#: ../glib/gregex.c:1151 -msgid "PCRE library is compiled without UTF8 support" -msgstr "Η βιβλιοθήκη PCRE έχει μεταγλωττιστεί χωρίς υποστήριξη UTF8" - -#: ../glib/gregex.c:1160 -msgid "PCRE library is compiled without UTF8 properties support" -msgstr "Η βιβλιοθήκη PCRE έχει μεταγλωττιστεί χωρίς υποστήριξη των ιδιοτήτων του UTF8" - -# gconf/gconfd.c:1676 -#: ../glib/gregex.c:1214 -#, c-format -msgid "Error while compiling regular expression %s at char %d: %s" -msgstr "Σφάλμα κατά τη μεταγλώττιση της κανονικής έκφρασης %s στον χαρακτήρα %d: %s" - -#: ../glib/gregex.c:1250 -#, c-format -msgid "Error while optimizing regular expression %s: %s" -msgstr "Σφάλμα κατά τη βελτιστοποίηση της κανονικής έκφρασης %s: %s" - -#: ../glib/gregex.c:2124 -msgid "hexadecimal digit or '}' expected" -msgstr "αναμένεται δεκαεξαδικό ψηφίο ή '}'" - -#: ../glib/gregex.c:2140 -msgid "hexadecimal digit expected" -msgstr "αναμένεται δεκαεξαδικό ψηφίο" - -#: ../glib/gregex.c:2180 -msgid "missing '<' in symbolic reference" -msgstr "λείπει το '<' από τη συμβολική αναφορά" - -#: ../glib/gregex.c:2189 -msgid "unfinished symbolic reference" -msgstr "ημιτελής συμβολική αναφορά" - -#: ../glib/gregex.c:2196 -msgid "zero-length symbolic reference" -msgstr "συμβολική αναφορά μηδενικού μήκους" - -#: ../glib/gregex.c:2207 -msgid "digit expected" -msgstr "αναμένεται ψηφίο" - -#: ../glib/gregex.c:2225 -msgid "illegal symbolic reference" -msgstr "μη επιτρεπτή συμβολική αναφορά" - -#: ../glib/gregex.c:2287 -msgid "stray final '\\'" -msgstr "τελικό '\\' που δεν αντιστοιχεί πουθενά" - -#: ../glib/gregex.c:2291 -msgid "unknown escape sequence" -msgstr "άγνωστη ακολουθία διαφυγής" - -#: ../glib/gregex.c:2301 -#, c-format -msgid "Error while parsing replacement text \"%s\" at char %lu: %s" -msgstr "Σφάλμα κατά την ανάλυση του κειμένου αντικατάστασης \"%s\" στον χαρακτήρα %lu: %s" - -# gconf/gconf-internals.c:1577 -#: ../glib/gshell.c:91 -msgid "Quoted text doesn't begin with a quotation mark" -msgstr "Το παρατιθέμενο αλφαριθμητικό δεν αρχίζει με εισαγωγικό σημείο" - -#: ../glib/gshell.c:181 -msgid "Unmatched quotation mark in command line or other shell-quoted text" -msgstr "Αταίριαστο ερωτηματικό στη γραμμή εντολών ή άλλο κείμενο που παρατίθεται από κέλυφος" - -#: ../glib/gshell.c:559 -#, c-format -msgid "Text ended just after a '\\' character. (The text was '%s')" -msgstr "Το κείμενο τερματίστηκε αμέσως μετά από χαρακτήρα '\\'. (Το κείμενο ήταν '%s')" - -#: ../glib/gshell.c:566 -#, c-format -msgid "Text ended before matching quote was found for %c. (The text was '%s')" -msgstr "Το κείμενο τερματίστηκε πριν να βρεθεί ταιριαστή παράθεση για %c. (Το κείμενο ήταν '%s')" - -#: ../glib/gshell.c:578 -msgid "Text was empty (or contained only whitespace)" -msgstr "Το κείμενο ήταν κενό (ή περιέχει μόνο λευκό κενό)" - -#: ../glib/gspawn-win32.c:282 -msgid "Failed to read data from child process" -msgstr "Αποτυχία ανάγνωσης δεδομένων από θυγατρική διεργασία" - -#: ../glib/gspawn-win32.c:299 -#: ../glib/gspawn.c:1486 -#, c-format -msgid "Failed to create pipe for communicating with child process (%s)" -msgstr "Αποτυχία δημιουργίας σωλήνωσης για την επικοινωνία με θυγατρική διεργασία (%s)" - -# gconf/gconftool.c:881 -#: ../glib/gspawn-win32.c:338 -#: ../glib/gspawn-win32.c:346 -#: ../glib/gspawn.c:1145 -#, c-format -msgid "Failed to read from child pipe (%s)" -msgstr "Αποτυχία ανάγνωσης από θυγατρική σωλήνωση (%s)" - -#: ../glib/gspawn-win32.c:369 -#: ../glib/gspawn.c:1352 -#, c-format -msgid "Failed to change to directory '%s' (%s)" -msgstr "Αποτυχία αλλαγής καταλόγου '%s' (%s)" - -#: ../glib/gspawn-win32.c:375 -#: ../glib/gspawn-win32.c:494 -#, c-format -msgid "Failed to execute child process (%s)" -msgstr "Αποτυχία εκτέλεσης θυγατρικής διεργασίας (%s)" - -#: ../glib/gspawn-win32.c:444 -#, c-format -msgid "Invalid program name: %s" -msgstr "Ακατάλληλο όνομα προγράμματος: %s" - -#: ../glib/gspawn-win32.c:454 -#: ../glib/gspawn-win32.c:722 -#: ../glib/gspawn-win32.c:1278 -#, c-format -msgid "Invalid string in argument vector at %d: %s" -msgstr "Μη έγκυρο όρισμα για %d: %s" - -#: ../glib/gspawn-win32.c:465 -#: ../glib/gspawn-win32.c:737 -#: ../glib/gspawn-win32.c:1311 -#, c-format -msgid "Invalid string in environment: %s" -msgstr "Μη έγκυρη σειρά στο περιβάλλον: %s" - -# -#: ../glib/gspawn-win32.c:718 -#: ../glib/gspawn-win32.c:1259 -#, c-format -msgid "Invalid working directory: %s" -msgstr "Μη έγκυρος κατάλογος εργασίας: %s" - -#: ../glib/gspawn-win32.c:783 -#, c-format -msgid "Failed to execute helper program (%s)" -msgstr "Αποτυχία εκτέλεσης βοηθητικού προγράμματος(%s)" - -#: ../glib/gspawn-win32.c:997 -msgid "Unexpected error in g_io_channel_win32_poll() reading data from a child process" -msgstr "Απρόσμενο σφάλμα στο g_io_channel_win32_poll() ανάγνωση δεδομένων από μια θυγατρική διεργασία" - -# gconf/gconf-internals.c:2416 -#: ../glib/gspawn.c:196 -#, c-format -msgid "Failed to read data from child process (%s)" -msgstr "Αποτυχία ανάγνωσης δεδομένων από θυγατρική διεργασία (%s)" - -#: ../glib/gspawn.c:335 -#, c-format -msgid "Unexpected error in select() reading data from a child process (%s)" -msgstr "Απρόσμενο σφάλμα στο select() ανάγνωσης δεδομένων από θυγατρική διεργασία (%s)" - -#: ../glib/gspawn.c:420 -#, c-format -msgid "Unexpected error in waitpid() (%s)" -msgstr "Μη αναμενόμενο σφάλμα στη waitpid() (%s)" - -# gconf/gconf-internals.c:2416 -#: ../glib/gspawn.c:1212 -#, c-format -msgid "Failed to fork (%s)" -msgstr "Αποτυχία δικράνωσης (%s)" - -# gconf/gconf-internals.c:2416 -#: ../glib/gspawn.c:1362 -#, c-format -msgid "Failed to execute child process \"%s\" (%s)" -msgstr "Αποτυχία εκτέλεσης θυγατρικής διεργασίας \"%s\" (%s)" - -#: ../glib/gspawn.c:1372 -#, c-format -msgid "Failed to redirect output or input of child process (%s)" -msgstr "Αποτυχία προώθησης αποτελέσματος ή εισόδου της θυγατρικής διεργασίας (%s)" - -#: ../glib/gspawn.c:1381 -#, c-format -msgid "Failed to fork child process (%s)" -msgstr "Αποτυχία δικράνωσης θυγατρικής διεργασίας (%s)" - -#: ../glib/gspawn.c:1389 -#, c-format -msgid "Unknown error executing child process \"%s\"" -msgstr "Άγνωστο σφάλμα κατά την εκτέλεση της θυγατρικής διεργασίας \"%s\"" - -#: ../glib/gspawn.c:1413 -#, c-format -msgid "Failed to read enough data from child pid pipe (%s)" -msgstr "Αποτυχία ανάγνωσης επαρκών δεδομένων από θυγατρική σωλήνωση pid (%s)" - -#: ../glib/gutf8.c:1066 -msgid "Character out of range for UTF-8" -msgstr "Ο χαρακτήρας είναι έξω από την εμβέλεια για UTF-8" - -#: ../glib/gutf8.c:1166 -#: ../glib/gutf8.c:1175 -#: ../glib/gutf8.c:1307 -#: ../glib/gutf8.c:1316 -#: ../glib/gutf8.c:1457 -#: ../glib/gutf8.c:1553 -msgid "Invalid sequence in conversion input" -msgstr "Μη έγκυρη σειρά στην είσοδο μετατροπής" - -#: ../glib/gutf8.c:1468 -#: ../glib/gutf8.c:1564 -msgid "Character out of range for UTF-16" -msgstr "Ο χαρακτήρας είναι έξω από την εμβέλεια για UTF-16" - -#: ../glib/goption.c:760 -msgid "Usage:" -msgstr "Χρήση:" - -#: ../glib/goption.c:760 -msgid "[OPTION...]" -msgstr "[ΕΠΙΛΟΓΗ...]" - -#: ../glib/goption.c:866 -msgid "Help Options:" -msgstr "Επιλογές βοήθειας:" - -#: ../glib/goption.c:867 -msgid "Show help options" -msgstr "Εμφάνιση επιλογών βοήθειας" - -#: ../glib/goption.c:873 -msgid "Show all help options" -msgstr "Εμφάνιση όλων των επιλογών βοήθειας" - -#: ../glib/goption.c:935 -msgid "Application Options:" -msgstr "Επιλογές εφαρμογής:" - -#: ../glib/goption.c:997 -#: ../glib/goption.c:1067 -#, c-format -msgid "Cannot parse integer value '%s' for %s" -msgstr "Αδυναμία ανάλυσης integer value '%s' για %s" - -#: ../glib/goption.c:1007 -#: ../glib/goption.c:1075 -#, c-format -msgid "Integer value '%s' for %s out of range" -msgstr "Integer value '%s' για %s είναι εκτός εύρους" - -#: ../glib/goption.c:1032 -#, c-format -msgid "Cannot parse double value '%s' for %s" -msgstr "Αδυναμία ανάλυσης της τιμής του double '%s' για %s" - -#: ../glib/goption.c:1040 -#, c-format -msgid "Double value '%s' for %s out of range" -msgstr "Η τιμή του double '%s' για %s είναι εκτός εύρους" - -# gconf/gconftool.c:1181 -#: ../glib/goption.c:1303 -#: ../glib/goption.c:1382 -#, c-format -msgid "Error parsing option %s" -msgstr "Σφάλμα επιλογής ανάλυσης %s" - -#: ../glib/goption.c:1413 -#: ../glib/goption.c:1527 -#, c-format -msgid "Missing argument for %s" -msgstr "Λείπει όρισμα για %s" - -#: ../glib/goption.c:1922 -#, c-format -msgid "Unknown option %s" -msgstr "Άγνωστη επιλογή %s" - -#: ../glib/gkeyfile.c:362 -msgid "Valid key file could not be found in search dirs" -msgstr "Δεν μπορεί να βρεθεί έγκυρο key file στους καταλόγους αναζήτησης" - -#: ../glib/gkeyfile.c:397 -msgid "Not a regular file" -msgstr "Δεν είναι κανονικό αρχείο" - -#: ../glib/gkeyfile.c:405 -msgid "File is empty" -msgstr "Το αρχείο είναι κενό" - -#: ../glib/gkeyfile.c:764 -#, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" -msgstr "Το key file περιέχει την γραμμή '%s' που δεν είναι key-value pair, group, ή comment" - -#: ../glib/gkeyfile.c:824 -#, c-format -msgid "Invalid group name: %s" -msgstr "Μη έγκυρο όνομα ομάδας: %s" - -#: ../glib/gkeyfile.c:846 -msgid "Key file does not start with a group" -msgstr "Το key file δεν ξεκινάει με μια ομάδα" - -#: ../glib/gkeyfile.c:872 -#, c-format -msgid "Invalid key name: %s" -msgstr "Ακατάλληλο όνομα κλειδιού: %s" - -#: ../glib/gkeyfile.c:899 -#, c-format -msgid "Key file contains unsupported encoding '%s'" -msgstr "Το key file περιέχει μη υποστηριζόμενη κωδικοποίηση '%s'" - -#: ../glib/gkeyfile.c:1115 -#: ../glib/gkeyfile.c:1277 -#: ../glib/gkeyfile.c:2656 -#: ../glib/gkeyfile.c:2722 -#: ../glib/gkeyfile.c:2857 -#: ../glib/gkeyfile.c:2990 -#: ../glib/gkeyfile.c:3143 -#: ../glib/gkeyfile.c:3330 -#: ../glib/gkeyfile.c:3391 -#, c-format -msgid "Key file does not have group '%s'" -msgstr "Το key file δεν έχει ομάδα '%s'" - -#: ../glib/gkeyfile.c:1289 -#, c-format -msgid "Key file does not have key '%s'" -msgstr "Το key file δεν έχει κλειδί '%s'" - -#: ../glib/gkeyfile.c:1396 -#: ../glib/gkeyfile.c:1511 -#, c-format -msgid "Key file contains key '%s' with value '%s' which is not UTF-8" -msgstr "Το key file περιέχει ένα κλειδί '%s' με τιμή '%s' που δεν είναι UTF-8" - -#: ../glib/gkeyfile.c:1416 -#: ../glib/gkeyfile.c:1910 -#, c-format -msgid "Key file contains key '%s' which has value that cannot be interpreted." -msgstr "Το key file περιέχει key '%s' που η τιμή του δεν μπορεί να ερμηνευθεί." - -#: ../glib/gkeyfile.c:1531 -#, c-format -msgid "Key file contains key '%s' which has a value that cannot be interpreted." -msgstr "Το αρχείο-κλειδί περιέχει το κλειδί '%s' που περιέχει μια τιμή που δεν μπορεί να ερμηνευθεί." - -#: ../glib/gkeyfile.c:2125 -#: ../glib/gkeyfile.c:2487 -#, c-format -msgid "Key file contains key '%s' in group '%s' which has value that cannot be interpreted." -msgstr "Το key file περιέχει key '%s' στην ομάδα '%s' που η τιμή του δεν μπορεί να ερμηνευθεί." - -#: ../glib/gkeyfile.c:2671 -#: ../glib/gkeyfile.c:2872 -#: ../glib/gkeyfile.c:3402 -#, c-format -msgid "Key file does not have key '%s' in group '%s'" -msgstr "Το key file δεν έχει key '%s' στην ομάδα '%s'" - -#: ../glib/gkeyfile.c:3636 -msgid "Key file contains escape character at end of line" -msgstr "Το key file περιέχει escape character στο τέλος της γραμμής" - -#: ../glib/gkeyfile.c:3658 -#, c-format -msgid "Key file contains invalid escape sequence '%s'" -msgstr "To key file περιέχει χαρακτήρες μη έγκυρα escaped '%s'" - -#: ../glib/gkeyfile.c:3800 -#, c-format -msgid "Value '%s' cannot be interpreted as a number." -msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως ένας αριθμός." - -#: ../glib/gkeyfile.c:3814 -#, c-format -msgid "Integer value '%s' out of range" -msgstr "Integer value '%s' είναι εκτός εύρους" - -#: ../glib/gkeyfile.c:3847 -#, c-format -msgid "Value '%s' cannot be interpreted as a float number." -msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως αριθμός κινητής υποδιαστολής." - -#: ../glib/gkeyfile.c:3871 -#, c-format -msgid "Value '%s' cannot be interpreted as a boolean." -msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως boolean." - -#: ../gio/gbufferedinputstream.c:411 -#: ../gio/gbufferedinputstream.c:492 -#: ../gio/ginputstream.c:185 -#: ../gio/ginputstream.c:317 -#: ../gio/ginputstream.c:556 -#: ../gio/ginputstream.c:681 -#: ../gio/goutputstream.c:197 -#: ../gio/goutputstream.c:724 -#, c-format -msgid "Too large count value passed to %s" -msgstr "Η τιμή που διαβιβάστηκε στο %s είναι υπερβολικά μεγάλη" - -#: ../gio/gbufferedinputstream.c:881 -#: ../gio/ginputstream.c:891 -#: ../gio/giostream.c:306 -#: ../gio/goutputstream.c:1199 -msgid "Stream is already closed" -msgstr "Η ροή έχει ήδη κλείσει" - -#: ../gio/gcancellable.c:432 -#: ../gio/gdbusconnection.c:1549 -#: ../gio/gdbusconnection.c:1638 -#: ../gio/gdbusconnection.c:1820 -#: ../gio/glocalfile.c:2102 -#: ../gio/gsimpleasyncresult.c:755 -#: ../gio/gsimpleasyncresult.c:781 -msgid "Operation was cancelled" -msgstr "Η λειτουργία ακυρώθηκε" - -#: ../gio/gcharsetconverter.c:263 -msgid "Invalid object, not initialized" -msgstr "Μη έγκυρο αντικείμενο, δεν αρχικοποιήθηκε" - -#: ../gio/gcharsetconverter.c:284 -#: ../gio/gcharsetconverter.c:312 -msgid "Incomplete multibyte sequence in input" -msgstr "Ελλιπής σειρά byte στην είσοδο" - -#: ../gio/gcharsetconverter.c:318 -#: ../gio/gcharsetconverter.c:327 -msgid "Not enough space in destination" -msgstr "Μη επαρκής χώρος στην περιοχή προορισμού" - -#: ../gio/gcharsetconverter.c:447 -#: ../gio/gsocket.c:810 -msgid "Cancellable initialization not supported" -msgstr "Δεν υποστηρίζεται η αρχικοποίηση με δυνατότητα ακύρωσης" - -#: ../gio/gcontenttype.c:179 -msgid "Unknown type" -msgstr "Άγνωστος τύπος" - -#: ../gio/gcontenttype.c:180 -#, c-format -msgid "%s filetype" -msgstr "%s τύπος αρχείων" - -#: ../gio/gcontenttype.c:679 -#, c-format -msgid "%s type" -msgstr "τύπος %s" - -#: ../gio/gcredentials.c:246 -#: ../gio/gcredentials.c:441 -msgid "GCredentials is not implemented on this OS" -msgstr "Το GCredentials δεν έχει υλοποιηθεί σε αυτό OS" - -#: ../gio/gcredentials.c:396 -msgid "There is no GCredentials support for your platform" -msgstr "Δεν υπάρχει υποστήριξη του GCredentials για την πλατφόρμα σας" - -#: ../gio/gdatainputstream.c:311 -msgid "Unexpected early end-of-stream" -msgstr "Μη αναμενόμενο πρόωρο τέλος ροής" - -#: ../gio/gdbusaddress.c:142 -#: ../gio/gdbusaddress.c:230 -#: ../gio/gdbusaddress.c:304 -#, c-format -msgid "Unsupported key `%s' in address entry `%s'" -msgstr "Μη-υποστηριζόμενο κλειδί `%s' στην εισαγωγή διεύθυνσης`%s'" - -#: ../gio/gdbusaddress.c:169 -#, c-format -msgid "Address `%s' is invalid (need exactly one of path, tmpdir or abstract keys)" -msgstr "Η διεύθυνση `%s' είναι άκυρη (χρειάζεται ακριβώς μια διαδρομή, tmpdir ή αφηρημένα κλειδιά)" - -#: ../gio/gdbusaddress.c:182 -#, c-format -msgid "Meaningless key/value pair combination in address entry `%s'" -msgstr "Συνδυασμός χωρίς νόημα ζευγαριού κλειδιού/τιμής στην εισαγόμενη διεύθυνση `%s' " - -#: ../gio/gdbusaddress.c:245 -#: ../gio/gdbusaddress.c:319 -#, c-format -msgid "Error in address `%s' - the port attribute is malformed" -msgstr "Σφάλμα στη διεύθυνση `%s' - η ιδιότητα θύρας είναι κακοδιατυπωμένη" - -#: ../gio/gdbusaddress.c:256 -#: ../gio/gdbusaddress.c:330 -#, c-format -msgid "Error in address `%s' - the family attribute is malformed" -msgstr "Σφάλμα στη διεύθυνση `%s' - η ιδιότητα ομάδας είναι κακοδιατυπωμένη" - -#: ../gio/gdbusaddress.c:434 -#, c-format -msgid "Address element `%s', does not contain a colon (:)" -msgstr "Το στοιχείο διευθύνσεως `%s', δεν περιέχει μια άνω και κάτω τελεία (:)" - -#: ../gio/gdbusaddress.c:455 -#, c-format -msgid "Key/Value pair %d, `%s', in address element `%s', does not contain an equal sign" -msgstr "Το δίδυμο Κλειδί/Τιμή %d, `%s', στο στοιχείο διεύθυνσης`%s', δεν περιέχει τον τελεστή ίσον" - -#: ../gio/gdbusaddress.c:469 -#, c-format -msgid "Error unescaping key or value in Key/Value pair %d, `%s', in address element `%s'" -msgstr "Σφάλμα κατά το unescaping του κλειδιού ή της τιμής στο δίδυμο Κλειδί/Τιμή %d, `%s', στο στοιχείο διεύθυνσης `%s'" - -#: ../gio/gdbusaddress.c:547 -#, c-format -msgid "Error in address `%s' - the unix transport requires exactly one of the keys `path' or `abstract' to be set" -msgstr "Σφάλμα στη διεύθυνση `%s' – ο μεταφορέας unix απαιτεί ακριβώς ένα από τα κλειδιά `path' ή `abstract' να οριστούν" - -#: ../gio/gdbusaddress.c:583 -#, c-format -msgid "Error in address `%s' - the host attribute is missing or malformed" -msgstr "Σφάλμα στη διεύθυνση `%s' - η ιδιότητα οικοδεσπότη λείπει είναι κακοδιατυπωμένη" - -#: ../gio/gdbusaddress.c:597 -#, c-format -msgid "Error in address `%s' - the port attribute is missing or malformed" -msgstr "Σφάλμα στη διεύθυνση `%s' - η ιδιότητα θύρας λείπει ή είναι κακοδιατυπωμένη" - -#: ../gio/gdbusaddress.c:611 -#, c-format -msgid "Error in address `%s' - the noncefile attribute is missing or malformed" -msgstr "Σφάλμα στη διεύθυνση `%s' - η ιδιότητα του παρόντος αρχείου λείπει ή είναι κακοδιατυπωμένη" - -# -#: ../gio/gdbusaddress.c:632 -#| msgid "Error connecting: " -msgid "Error auto-launching: " -msgstr "Σφάλμα αυτόματης εκκίνησης:" - -#: ../gio/gdbusaddress.c:640 -#, c-format -msgid "Unknown or unsupported transport `%s' for address `%s'" -msgstr "Άγνωστη ή μη υποστηριζόμενη μεταφορά `%s' για τη διεύθυνση `%s'" - -# -#: ../gio/gdbusaddress.c:676 -#, c-format -#| msgid "Error opening file '%s': %s" -msgid "Error opening nonce file `%s': %s" -msgstr "Σφάλμα στο άνοιγμα του παρόντος αρχείου '%s': %s" - -# -#: ../gio/gdbusaddress.c:694 -#, c-format -msgid "Error reading from nonce file `%s': %s" -msgstr "Σφάλμα ανάγνωσης από το παρόν αρχείο `%s': %s" - -# -#: ../gio/gdbusaddress.c:703 -#, c-format -msgid "Error reading from nonce file `%s', expected 16 bytes, got %d" -msgstr "Σφάλμα ανάγνωσης από το παρόν αρχείο `%s', αναμενόμενα τα 16 bytes, παραλήφθηκαν %d" - -#: ../gio/gdbusaddress.c:721 -#, c-format -msgid "Error writing contents of nonce file `%s' to stream:" -msgstr "Σφάλμα εγγραφής περιεχομένου του παρόντος αρχείου `%s' στην ροή:" - -#: ../gio/gdbusaddress.c:942 -msgid "The given address is empty" -msgstr "Η δεδομένη διεύθυνση είναι κενή" - -#: ../gio/gdbusaddress.c:1011 -msgid "Cannot spawn a message bus without a machine-id: " -msgstr "Αδύνατη η δημιουργία ενός διαύλου μηνυμάτων χωρίς μια ταυτότητα μηχανήματος:" - -# -#: ../gio/gdbusaddress.c:1048 -#, c-format -msgid "Error spawning command line `%s': " -msgstr "Σφάλμα στη δημιουργία της γραμμή εντολών `%s': " - -#: ../gio/gdbusaddress.c:1059 -#, c-format -msgid "Abnormal program termination spawning command line `%s': %s" -msgstr "Ανώμαλος τερματισμός προγράμματος κατά την δημιουργία της γραμμής εντολών `%s': %s" - -#: ../gio/gdbusaddress.c:1073 -#, c-format -msgid "Command line `%s' exited with non-zero exit status %d: %s" -msgstr "Η γραμμή εντολών `%s' τερματίστηκε με κατάσταση εξόδου διαφορετική από το μηδέν %d: %s" - -#: ../gio/gdbusaddress.c:1146 -#, c-format -msgid "Cannot determine session bus address (not implemented for this OS)" -msgstr "Αδύνατος ο καθορισμός της διεύθυνσης διαύλου συνόδου (μην υλοποιημένο σε αυτό το OS)" - -#: ../gio/gdbusaddress.c:1245 -#: ../gio/gdbusconnection.c:6013 -#, c-format -msgid "Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable - unknown value `%s'" -msgstr "Αδύνατος ο καθορισμός της διεύθυνση διαύλου από την μεταβλητή περιβάλλοντος DBUS_STARTER_BUS_TYPE - άγνωστη τιμή `%s'" - -#: ../gio/gdbusaddress.c:1254 -#: ../gio/gdbusconnection.c:6022 -msgid "Cannot determine bus address because the DBUS_STARTER_BUS_TYPE environment variable is not set" -msgstr "Αδυναμία καθορισμού της διεύθυνσης διαύλου επειδή η μεταβλητή περιβάλλοντος DBUS_STARTER_BUS_TYPE δεν είναι ορισθεί" - -#: ../gio/gdbusaddress.c:1264 -#, c-format -msgid "Unknown bus type %d" -msgstr "Άγνωστος τύπος διαύλου %d" - -#: ../gio/gdbusauth.c:288 -msgid "Unexpected lack of content trying to read a line" -msgstr "Απροσδόκητη έλλειψη περιεχομένου κατά την προσπάθεια ανάγνωσης μιας γραμμής" - -#: ../gio/gdbusauth.c:332 -msgid "Unexpected lack of content trying to (safely) read a line" -msgstr "Απροσδόκητη έλλειψη περιεχομένου που προσπαθεί (με ασφάλεια) να διαβάσιε μια γραμμή" - -#: ../gio/gdbusauth.c:503 -#, c-format -msgid "Exhausted all available authentication mechanisms (tried: %s) (available: %s)" -msgstr "Εξάντληση όλων των διαθέσιμων μηχανισμών επικύρωσης (χρησιμοποιήθηκε: %s) (διαθέσιμο: %s)" - -#: ../gio/gdbusauth.c:1150 -msgid "Cancelled via GDBusAuthObserver::authorize-authenticated-peer" -msgstr "Ακυρώθηκε μέσω του GDBusAuthObserver::authorize-authenticated-peer" - -# -#: ../gio/gdbusauthmechanismsha1.c:266 -#, c-format -msgid "Error statting directory `%s': %s" -msgstr "Σφάλμα ορισμού κατάστασης του καταλόγου `%s': %s" - -#: ../gio/gdbusauthmechanismsha1.c:278 -#, c-format -msgid "Permissions on directory `%s' are malformed. Expected mode 0700, got 0%o" -msgstr "Δικαιώματα στον κατάλογο `%s' είναι κακοδιατυπωμένα. Αναμενόμενη κατάσταση λειτουργίας 0700, αποκτημένος 0%o" - -#: ../gio/gdbusauthmechanismsha1.c:299 -#, c-format -msgid "Error creating directory `%s': %s" -msgstr "Σφάλμα στην δημιουργία καταλόγου `%s': %s" - -# -#: ../gio/gdbusauthmechanismsha1.c:382 -#, c-format -msgid "Error opening keyring `%s' for reading: " -msgstr "Σφάλμα στο άνοιγμα της κλειδοθήκης `%s' για ανάγνωση:" - -#: ../gio/gdbusauthmechanismsha1.c:406 -#: ../gio/gdbusauthmechanismsha1.c:715 -#, c-format -msgid "Line %d of the keyring at `%s' with content `%s' is malformed" -msgstr "Η γραμμή %d από την κλειδοθήκη στο `%s' με το περιεχόμενο `%s' είναι κακοδιατυπωμένη" - -#: ../gio/gdbusauthmechanismsha1.c:420 -#: ../gio/gdbusauthmechanismsha1.c:729 -#, c-format -msgid "First token of line %d of the keyring at `%s' with content `%s' is malformed" -msgstr "Το πρώτο σημείο της γραμμής %d της κλειδοθήκης στο `%s' με περιεχόμενο `%s' είναι κακοδιατυπωμένο" - -#: ../gio/gdbusauthmechanismsha1.c:434 -#: ../gio/gdbusauthmechanismsha1.c:743 -#, c-format -msgid "Second token of line %d of the keyring at `%s' with content `%s' is malformed" -msgstr "Το δεύτερο σημείο της γραμμής %d της κλειδοθήκης στο `%s' με περιεχόμενο `%s' είναι κακοδιατυπωμένο" - -#: ../gio/gdbusauthmechanismsha1.c:458 -#, c-format -msgid "Didn't find cookie with id %d in the keyring at `%s'" -msgstr "Δεν βρήκε το cookie με ταυτότητα %d στη κλειδοθήκη στο `%s'" - -# -#: ../gio/gdbusauthmechanismsha1.c:535 -#, c-format -msgid "Error deleting stale lock file `%s': %s" -msgstr "Σφάλμα στην διαγραφή του ξεπερασμένου αρχείου κλειδαριών `%s': %s" - -# -#: ../gio/gdbusauthmechanismsha1.c:566 -#, c-format -msgid "Error creating lock file `%s': %s" -msgstr "Σφάλμα στην δημιουργία αρχείου κλειδαριών `%s': %s" - -#: ../gio/gdbusauthmechanismsha1.c:596 -#, c-format -msgid "Error closing (unlinked) lock file `%s': %s" -msgstr "Σφάλμα στο κλείσιμο (αποσυνδεμένου) αρχείου κλειδαριών `%s': %s" - -# -#: ../gio/gdbusauthmechanismsha1.c:606 -#, c-format -msgid "Error unlinking lock file `%s': %s" -msgstr "Σφάλμα αποσύνδεσης του αρχείου κλειδαριών `%s': %s" - -# -#: ../gio/gdbusauthmechanismsha1.c:682 -#, c-format -msgid "Error opening keyring `%s' for writing: " -msgstr "Σφάλμα στο άνοιγμα της κλειδοθήκης `%s' για εγγραφή:" - -#: ../gio/gdbusauthmechanismsha1.c:877 -#, c-format -msgid "(Additionally, releasing the lock for `%s' also failed: %s) " -msgstr "(Επιπλέον, απελευθερώνοντας το κλείδωμα για `%s' απέτυχε επίσης: %s)" - -#: ../gio/gdbusconnection.c:1058 -#: ../gio/gdbusconnection.c:1287 -#: ../gio/gdbusconnection.c:1326 -#: ../gio/gdbusconnection.c:1649 -msgid "The connection is closed" -msgstr "Η σύνδεση είναι κλειστή" - -#: ../gio/gdbusconnection.c:1593 -msgid "Timeout was reached" -msgstr "Επιτευχθεί ο χρόνος λήξης" - -#: ../gio/gdbusconnection.c:2170 -msgid "Unsupported flags encountered when constructing a client-side connection" -msgstr "Βρέθηκαν μη υποστηριζόμενες σημαίες κατά την κατασκευή μίας client-side σύνδεσης" - -#: ../gio/gdbusconnection.c:3596 -#: ../gio/gdbusconnection.c:3914 -#, c-format -msgid "No such interface `org.freedesktop.DBus.Properties' on object at path %s" -msgstr "Καμία τέτοια διεπαφή `org.freedesktop.DBus.Properties' στο αντικείμενο στη διαδρομή %s" - -#: ../gio/gdbusconnection.c:3668 -#, c-format -msgid "Error setting property `%s': Expected type `%s' but got `%s'" -msgstr "Σφάλμα ρύθμισης της ιδιότητας`%s': Αναμενόμενος τύπος `%s' αλλά βρήκε `%s'" - -#: ../gio/gdbusconnection.c:3763 -#, c-format -msgid "No such property `%s'" -msgstr "Δε υπάρχει η ιδιότητα `%s'" - -#: ../gio/gdbusconnection.c:3775 -#, c-format -msgid "Property `%s' is not readable" -msgstr "Η ιδιότητα `%s' δεν είναι προς ανάγνωση" - -#: ../gio/gdbusconnection.c:3786 -#, c-format -msgid "Property `%s' is not writable" -msgstr "Η ιδιότητα `%s' δεν είναι προς εγγραφή" - -#: ../gio/gdbusconnection.c:3856 -#: ../gio/gdbusconnection.c:5447 -#, c-format -msgid "No such interface `%s'" -msgstr "Δε υπάρχει η διεπαφή`%s'" - -#: ../gio/gdbusconnection.c:4044 -msgid "No such interface" -msgstr "Δε υπάρχει τέτοια διεπαφή" - -#: ../gio/gdbusconnection.c:4260 -#: ../gio/gdbusconnection.c:5963 -#, c-format -msgid "No such interface `%s' on object at path %s" -msgstr "Δεν υπάρχει η διεπαφή `%s' στο αντικείμενο στην διαδρομή %s" - -#: ../gio/gdbusconnection.c:4312 -#, c-format -msgid "No such method `%s'" -msgstr "Δε υπάρχει η μέθοδος `%s'" - -#: ../gio/gdbusconnection.c:4343 -#, c-format -msgid "Type of message, `%s', does not match expected type `%s'" -msgstr "Ο τύπος μηνύματος, `%s', δεν ταιριάζει με τον αναμενόμενο τύπο `%s'" - -#: ../gio/gdbusconnection.c:4562 -#, c-format -msgid "An object is already exported for the interface %s at %s" -msgstr "Ένα αντικείμενο έχει εξαχθεί ήδη για τη διεπαφή %s στο %s" - -#: ../gio/gdbusconnection.c:4756 -#, c-format -msgid "Method `%s' returned type `%s', but expected `%s'" -msgstr "Η μέθοδος `%s' επέστρεψε τον τύπο `%s', αλλά αναμενόταν `%s'" - -#: ../gio/gdbusconnection.c:5558 -#, c-format -msgid "Method `%s' on interface `%s' with signature `%s' does not exist" -msgstr "Η μέθοδος `%s' στη διεπαφή `%s' με υπογραφή `%s' δεν υπάρχει" - -#: ../gio/gdbusconnection.c:5676 -#, c-format -msgid "A subtree is already exported for %s" -msgstr "Ένα υποδένδρο εξάγεται ήδη για %s" - -#: ../gio/gdbusmessage.c:856 -msgid "type is INVALID" -msgstr "ο τύπος είναι ΜΙ ΑΠΟΔΕΚΤΟΣ" - -#: ../gio/gdbusmessage.c:867 -msgid "METHOD_CALL message: PATH or MEMBER header field is missing" -msgstr "METHOD_CALL message: το πεδίο κεφαλίδας PATH ή MEMBER λείπει" - -#: ../gio/gdbusmessage.c:878 -msgid "METHOD_RETURN message: REPLY_SERIAL header field is missing" -msgstr "METHOD_RETURN message: το πεδίο κεφαλίδας REPLY_SERIAL λείπει" - -#: ../gio/gdbusmessage.c:890 -msgid "ERROR message: REPLY_SERIAL or ERROR_NAME header field is missing" -msgstr "ERROR message: το πεδίο κεφαλίδας REPLY_SERIAL ή ERROR_NAME λείπει" - -#: ../gio/gdbusmessage.c:903 -msgid "SIGNAL message: PATH, INTERFACE or MEMBER header field is missing" -msgstr "SIGNAL message: : το πεδίο κεφαλίδας PATH, INTERFACE ή MEMBER λείπει" - -#: ../gio/gdbusmessage.c:911 -msgid "SIGNAL message: The PATH header field is using the reserved value /org/freedesktop/DBus/Local" -msgstr "SIGNAL message: Το πεδίο κεφαλίδας PATH χρησιμοποιεί τη δεσμευμένη τιμή /org/freedesktop/DBus/Local" - -#: ../gio/gdbusmessage.c:919 -msgid "SIGNAL message: The INTERFACE header field is using the reserved value org.freedesktop.DBus.Local" -msgstr "SIGNAL message: Το πεδίο κεφαλίδας INTERFACE χρησιμοποιεί τη δεσμευμένη τιμή org.freedesktop.DBus.Local" - -#: ../gio/gdbusmessage.c:994 -#, c-format -msgid "Wanted to read %lu bytes but got EOF" -msgstr "Απαίτηση για ανάγνωση %lu bytes αλλά βρήκε το EOF" - -#: ../gio/gdbusmessage.c:1019 -#, c-format -msgid "Expected valid UTF-8 string but found invalid bytes at byte offset %d (length of string is %d). The valid UTF-8 string up until that point was `%s'" -msgstr "Αναμενόταν έγκυρο αλφαριθμητικό UTF-8 αλλά βρέθηκαν άκυρα bytes στο byte offset %d (μήκος του αλφαριθμητικού %d). Το έγκυρο UTF-8 αλφαριθμητικό μέχρι εκείνο το σημείο ήταν `%s'" - -#: ../gio/gdbusmessage.c:1032 -#, c-format -msgid "Expected NUL byte after the string `%s' but found byte %d" -msgstr "Αναμενόμενο NUL byte μετά από το αλφαριθμητικό `%s' αλλά βρέθηκαν byte %d" - -#: ../gio/gdbusmessage.c:1231 -#, c-format -msgid "Parsed value `%s' is not a valid D-Bus object path" -msgstr "Η αναλυμένη τιμή `%s' δεν είναι αποδεκτή διαδρομή αντικειμένου D-Bus" - -#: ../gio/gdbusmessage.c:1257 -#, c-format -msgid "Parsed value `%s' is not a valid D-Bus signature" -msgstr "Η αναλυμένη τιμή `%s' δεν είναι μια έγκυρη υπογραφή D-Bus" - -#: ../gio/gdbusmessage.c:1311 -#, c-format -msgid "Encountered array of length %u bytes. Maximum length is 2<<26 bytes (64 MiB)." -msgstr "Βρέθηκε πίνακας μήκους %u bytes. Μέγιστο μήκος είναι 2<<26 bytes (64 MiB)." - -#: ../gio/gdbusmessage.c:1472 -#, c-format -msgid "Parsed value `%s' for variant is not a valid D-Bus signature" -msgstr "Η αναλυμένη τιμή `%s' για την παραλλαγή δεν είναι αποδεκτή υπογραφή D-Bus " - -#: ../gio/gdbusmessage.c:1499 -#, c-format -msgid "Error deserializing GVariant with type string `%s' from the D-Bus wire format" -msgstr "Σφάλμα ακύρωσης σειριακής διάταξης GVariant με τον τύπο αλφαριθμητικού `%s' από το σχήμα D-Bus " - -#: ../gio/gdbusmessage.c:1683 -#, c-format -msgid "Invalid endianness value. Expected 0x6c ('l') or 0x42 ('B') but found value 0x%02x" -msgstr "Άκυρη τιμή endianness. Αναμενόμενη 0x6c ('l') ή 0x42 ('B') αλλά βρήκε η τιμή 0x%02x" - -#: ../gio/gdbusmessage.c:1697 -#, c-format -msgid "Invalid major protocol version. Expected 1 but found %d" -msgstr "Μη αποδεκτή κύρια έκδοση πρωτοκόλλου. Αναμενόμενη 1 αλλά βρήκε %d" - -#: ../gio/gdbusmessage.c:1754 -#, c-format -msgid "Signature header with signature `%s' found but message body is empty" -msgstr "Η κεφαλίδα υπογραφών με υπογραφή `%s' βρήκε αλλά το σώμα του μηνύματος είναι κενό" - -#: ../gio/gdbusmessage.c:1768 -#, c-format -msgid "Parsed value `%s' is not a valid D-Bus signature (for body)" -msgstr "Η αναλυμένη τιμή `%s' δεν είναι αποδεκτή υπογραφή D-Bus (για το σώμα)" - -#: ../gio/gdbusmessage.c:1798 -#, c-format -msgid "No signature header in message but the message body is %u bytes" -msgstr "Δεν υπάρχει κεφαλίδα υπογραφών στο μήνυμα αλλά το σώμα του μηνυμάτων είναι %u bytes" - -#: ../gio/gdbusmessage.c:1806 -msgid "Cannot deserialize message: " -msgstr "Αδυναμία ακύρωσης σειριακής διάταξης μηνύματος:" - -#: ../gio/gdbusmessage.c:2131 -#, c-format -msgid "Error serializing GVariant with type string `%s' to the D-Bus wire format" -msgstr "Σφάλμα στην σειριακή διάταξη GVariant με τύπο αλφαριθμητικού `%s' στην μορφή δικτυώματος D-Bus " - -#: ../gio/gdbusmessage.c:2272 -#, c-format -msgid "Message has %d fds but the header field indicates %d fds" -msgstr "Το μήνυμα έχει %d fds αλλά η κεφαλίδα δείχνει %d fds" - -#: ../gio/gdbusmessage.c:2280 -msgid "Cannot serialize message: " -msgstr "Αδυναμία σειριακής διάταξης μηνύματος:" - -#: ../gio/gdbusmessage.c:2324 -#, c-format -msgid "Message body has signature `%s' but there is no signature header" -msgstr "Το σώμα του μηνύματος έχει την υπογραφή `%s' αλλά δεν υπάρχει καμία κεφαλίδα υπογραφών" - -#: ../gio/gdbusmessage.c:2334 -#, c-format -msgid "Message body has type signature `%s' but signature in the header field is `%s'" -msgstr "Το σώμα του μηνύματος έχει την υπογραφή τύπου `%s' αλλά η υπογραφή στην κεφαλίδα είναι `%s'" - -#: ../gio/gdbusmessage.c:2350 -#, c-format -msgid "Message body is empty but signature in the header field is `(%s)'" -msgstr "Το σώμα του μηνύματος είναι κενό αλλά η υπογραφή στην κεφαλίδα είναι `(%s)'" - -#: ../gio/gdbusmessage.c:2907 -#, c-format -msgid "Error return with body of type `%s'" -msgstr "Σφάλμα επιστροφής με το σώμα του τύπου`%s'" - -#: ../gio/gdbusmessage.c:2915 -msgid "Error return with empty body" -msgstr "Επιστροφή σφάλματος με κενό σώμα" - -#: ../gio/gdbusmethodinvocation.c:375 -#, c-format -msgid "Type of return value is incorrect, got `%s', expected `%s'" -msgstr "Ο τύπος της τιμής επιστροφής είναι ανακριβής, δόθηκε `%s', αναμενόταν `%s'" - -#: ../gio/gdbusmethodinvocation.c:406 -#: ../gio/gsocket.c:2974 -#: ../gio/gsocket.c:3055 -#, c-format -msgid "Error sending message: %s" -msgstr "Σφάλμα αποστολής μηνύματος: %s" - -#: ../gio/gdbusprivate.c:1766 -msgid "Unable to load /var/lib/dbus/machine-id: " -msgstr "Αδυναμία φόρτωσης /var/lib/dbus/machine-id:" - -#: ../gio/gdbusproxy.c:714 -#, c-format -msgid "Trying to set property %s of type %s but according to the expected interface the type is %s" -msgstr "Προσπάθεια να τεθεί η ιδιότητα %s του τύπου %s αλλά σύμφωνα με την αναμενόμενη διεπαφή ο τύπος είναι %s" - -#: ../gio/gdbusproxy.c:1235 -#, c-format -msgid "Error calling StartServiceByName for %s: " -msgstr "Σφάλμα στην κλήση StartServiceByName για το %s:" - -#: ../gio/gdbusproxy.c:1256 -#, c-format -msgid "Unexpected reply %d from StartServiceByName(\"%s\") method" -msgstr "Απροσδόκητη απάντηση %d από την μέθοδο StartServiceByName(\"%s\")" - -#: ../gio/gdbusproxy.c:2315 -#: ../gio/gdbusproxy.c:2472 -msgid "Cannot invoke method; proxy is for a well-known name without an owner and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag" -msgstr "Αδυναμία επίκλησης της μεθόδου; Ο proxy είναι για ένα γνωστό όνομα χωρίς ιδιοκτήτη και ο proxy δημιουργήθηκε με την σημαία G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START" - -#: ../gio/gdbusserver.c:715 -msgid "Abstract name space not supported" -msgstr "Δεν υποστηρίζονται αφηρημένα namespace" - -#: ../gio/gdbusserver.c:805 -msgid "Cannot specify nonce file when creating a server" -msgstr "Αδυναμία διευκρίνισης του τρέχοντος αρχείου κατά τη δημιουργία ενός κεντρικού υπολογιστή" - -#: ../gio/gdbusserver.c:882 -#, c-format -msgid "Error writing nonce file at `%s': %s" -msgstr "Σφάλμα εγγραφής στο παρόν αρχείο στο `%s': %s" - -#: ../gio/gdbusserver.c:1044 -#, c-format -msgid "The string `%s' is not a valid D-Bus GUID" -msgstr "Το αλφαριθμητικό `%s' δεν είναι αποδεκτό D-Bus GUID" - -#: ../gio/gdbusserver.c:1084 -#, c-format -msgid "Cannot listen on unsupported transport `%s'" -msgstr "Αδυναμία ακροάσεις στην ανυποστήρικτη μεταφορά `%s'" - -#: ../gio/gdbus-tool.c:87 -#: ../gio/gsettings-tool.c:76 -msgid "COMMAND" -msgstr "ΕΝΤΟΛΗ" - -#: ../gio/gdbus-tool.c:92 -#, c-format -msgid "" -"Commands:\n" -" help Shows this information\n" -" introspect Introspect a remote object\n" -" monitor Monitor a remote object\n" -" call Invoke a method on a remote object\n" -"\n" -"Use \"%s COMMAND --help\" to get help on each command.\n" -msgstr "" -"Εντολές:\n" -" help Παρουσιάζει αυτές τις πληροφορίες\n" -" introspect Ενδοσκόπηση ενός μακρινού αντικειμένου\n" -" monitor Παρακολούθηση ενός μακρινού αντικειμένου\n" -" call Καλέστε μια μέθοδο επάνω ένα μακρινό αντικείμενο\n" -"\n" -"Χρησιμοποιείστε \"%s COMMAND --help\" για να πάρει βοήθεια για κάθε εντολή.\n" - -# -#: ../gio/gdbus-tool.c:160 -#: ../gio/gdbus-tool.c:216 -#: ../gio/gdbus-tool.c:288 -#: ../gio/gdbus-tool.c:312 -#: ../gio/gdbus-tool.c:814 -#: ../gio/gdbus-tool.c:1324 -#, c-format -msgid "Error: %s\n" -msgstr "Σφάλμα: %s\n" - -# gconf/gconftool.c:1181 -#: ../gio/gdbus-tool.c:171 -#: ../gio/gdbus-tool.c:229 -#: ../gio/gdbus-tool.c:1340 -#, c-format -msgid "Error parsing introspection XML: %s\n" -msgstr "Ενδοσκόπηση της ανάλυσης λάθους XML: %s\n" - -#: ../gio/gdbus-tool.c:346 -msgid "Connect to the system bus" -msgstr "Συνδέστε με το δίαυλο συστήματος " - -#: ../gio/gdbus-tool.c:347 -msgid "Connect to the session bus" -msgstr "Σύνδεση με το δίαυλο συνόδου" - -#: ../gio/gdbus-tool.c:348 -msgid "Connect to given D-Bus address" -msgstr "Σύνδεση με δεδομένη διεύθυνση D-Bus" - -#: ../gio/gdbus-tool.c:358 -msgid "Connection Endpoint Options:" -msgstr "Επιλογές σημείου τέλους σύνδεσης:" - -#: ../gio/gdbus-tool.c:359 -msgid "Options specifying the connection endpoint" -msgstr "Οι επιλογές που διευκρινίζουν το σημείο τέλους σύνδεσης" - -#: ../gio/gdbus-tool.c:379 -#, c-format -msgid "No connection endpoint specified" -msgstr "Δεν διευκρινίζεται κανένα σημείο τέλους σύνδεσης " - -#: ../gio/gdbus-tool.c:389 -#, c-format -msgid "Multiple connection endpoints specified" -msgstr "Διευκρινίστηκαν πολλαπλά σημεία τέλους σύνδεσης" - -#: ../gio/gdbus-tool.c:459 -#, c-format -msgid "Warning: According to introspection data, interface `%s' does not exist\n" -msgstr "Προειδοποίηση: Σύμφωνα με τα στοιχεία ενδοσκόπησης, η διεπαφή `%s' δεν υπάρχει\n" - -#: ../gio/gdbus-tool.c:468 -#, c-format -msgid "Warning: According to introspection data, method `%s' does not exist on interface `%s'\n" -msgstr "Προειδοποίηση: Σύμφωνα με τα στοιχεία ενδοσκόπησης, η μέθοδος `%s' δεν υπάρχει στη διεπαφή `%s'\n" - -#: ../gio/gdbus-tool.c:530 -msgid "Destination name to invoke method on" -msgstr "Το όνομα προορισμού για την επίκληση της μεθόδου" - -#: ../gio/gdbus-tool.c:531 -msgid "Object path to invoke method on" -msgstr "Η διαδρομή αντικειμένου για εκκίνηση στη μέθοδο" - -#: ../gio/gdbus-tool.c:532 -msgid "Method and interface name" -msgstr "Μέθοδος και όνομα διεπαφής" - -#: ../gio/gdbus-tool.c:571 -msgid "Invoke a method on a remote object." -msgstr "Εκκινείστε μια μέθοδο σε ένα απομακρυσμένο αντικείμενο." - -#: ../gio/gdbus-tool.c:626 -#: ../gio/gdbus-tool.c:1245 -#: ../gio/gdbus-tool.c:1505 -#, c-format -msgid "Error connecting: %s\n" -msgstr "Σφάλμα σύνδεσης: %s\n" - -#: ../gio/gdbus-tool.c:646 -#: ../gio/gdbus-tool.c:1264 -#: ../gio/gdbus-tool.c:1524 -#, c-format -msgid "Error: Destination is not specified\n" -msgstr "Σφάλμα: Ο προορισμός δεν διευκρινίστηκε\n" - -#: ../gio/gdbus-tool.c:667 -#: ../gio/gdbus-tool.c:1283 -#, c-format -msgid "Error: Object path is not specified\n" -msgstr "Σφάλμα: Η διαδρομή αντικειμένου δεν διευκρινίστηκε\n" - -#: ../gio/gdbus-tool.c:687 -#: ../gio/gdbus-tool.c:1303 -#: ../gio/gdbus-tool.c:1564 -#, c-format -msgid "Error: %s is not a valid object path\n" -msgstr "Σφάλμα: Το %s δεν είναι έγκυρη διαδρομή αντικειμένου\n" - -#: ../gio/gdbus-tool.c:702 -#, c-format -msgid "Error: Method name is not specified\n" -msgstr "Σφάλμα: Το όνομα μεθόδου δεν διευκρινίστηκε\n" - -#: ../gio/gdbus-tool.c:713 -#, c-format -msgid "Error: Method name `%s' is invalid\n" -msgstr "Σφάλμα: Το όνομα μεθόδου `%s' είναι άκυρο\n" - -# -#: ../gio/gdbus-tool.c:778 -#, c-format -msgid "Error parsing parameter %d of type `%s': %s\n" -msgstr "Σφάλμα στην ανάλυσης παραμέτρου %d του τύπου `%s': %s\n" - -# gconf/gconftool.c:1181 -#: ../gio/gdbus-tool.c:786 -#, c-format -msgid "Error parsing parameter %d: %s\n" -msgstr "Σφάλμα στην ανάλυσης παραμέτρου %d: %s\n" - -#: ../gio/gdbus-tool.c:1162 -msgid "Destination name to introspect" -msgstr "Όνομα προορισμού για ενδοσκόπηση" - -#: ../gio/gdbus-tool.c:1163 -msgid "Object path to introspect" -msgstr "Διαδρομή αντικειμένου για ενδοσκόπηση" - -#: ../gio/gdbus-tool.c:1164 -msgid "Print XML" -msgstr "Εκτύπωση XML" - -#: ../gio/gdbus-tool.c:1197 -msgid "Introspect a remote object." -msgstr "Ενδοσκόπηση ενός απομακρυσμένου αντικειμένου." - -#: ../gio/gdbus-tool.c:1423 -msgid "Destination name to monitor" -msgstr "Όνομα προορισμού προς έλεγχο" - -#: ../gio/gdbus-tool.c:1424 -msgid "Object path to monitor" -msgstr "Η διαδρομή του αντικειμένου για παρακολούθηση" - -#: ../gio/gdbus-tool.c:1457 -msgid "Monitor a remote object." -msgstr "Παρακολούθηση ενός απομακρυσμένου αντικειμένου." - -#: ../gio/gdesktopappinfo.c:467 -#: ../gio/gwin32appinfo.c:221 -msgid "Unnamed" -msgstr "Ανώνυμο" - -#: ../gio/gdesktopappinfo.c:751 -msgid "Desktop file didn't specify Exec field" -msgstr "Το αρχείο επιφάνειας εργασίας δεν αναφέρει συγκεκριμένο πεδίο Exec" - -#: ../gio/gdesktopappinfo.c:944 -msgid "Unable to find terminal required for application" -msgstr "Αδυναμία εύρεσης του τερματικού που απαιτείται για την εφαρμογή" - -#: ../gio/gdesktopappinfo.c:1153 -#, c-format -msgid "Can't create user application configuration folder %s: %s" -msgstr "Αδυναμία δημιουργίας φακέλου ρυθμίσεων εφαρμογής %s: %s" - -#: ../gio/gdesktopappinfo.c:1157 -#, c-format -msgid "Can't create user MIME configuration folder %s: %s" -msgstr "Αδυναμία δημιουργίας φακέλου ρυθμίσεων MIME %s: %s" - -#: ../gio/gdesktopappinfo.c:1565 -#, c-format -msgid "Can't create user desktop file %s" -msgstr "Αδυναμία δημιουργίας αρχείου επιφάνειας εργασίας %s" - -#: ../gio/gdesktopappinfo.c:1679 -#, c-format -msgid "Custom definition for %s" -msgstr "Προσαρμοσμένος ορισμός του %s" - -#: ../gio/gdrive.c:363 -msgid "drive doesn't implement eject" -msgstr "ο οδηγός δεν υποστηρίζει τη λειτουργία εξαγωγής" - -#. Translators: This is an error -#. * message for drive objects that -#. * don't implement any of eject or eject_with_operation. -#: ../gio/gdrive.c:443 -msgid "drive doesn't implement eject or eject_with_operation" -msgstr "η μονάδα δίσκου δεν υποστηρίζει την \"εξαγωγή\" ή την \"εξαγωγή_με_λειτουργία\"" - -#: ../gio/gdrive.c:520 -msgid "drive doesn't implement polling for media" -msgstr "ο οδηγός δεν υποστηρίζει αναζήτηση πολυμέσων" - -#: ../gio/gdrive.c:725 -msgid "drive doesn't implement start" -msgstr "ο οδηγός δεν υποστηρίζει τη λειτουργία έναρξης" - -#: ../gio/gdrive.c:827 -msgid "drive doesn't implement stop" -msgstr "ο οδηγός δεν υποστηρίζει τη λειτουργία τερματισμού" - -#: ../gio/gemblem.c:324 -#, c-format -msgid "Can't handle version %d of GEmblem encoding" -msgstr "Δεν είναι δυνατός ο χειρισμός της έκδοσης %d της κωδικοποίησης GEmblem" - -#: ../gio/gemblem.c:334 -#, c-format -msgid "Malformed number of tokens (%d) in GEmblem encoding" -msgstr "Κακοδιατυπωμένος αριθμός token (%d) στην κωδικοποίηση GEmblem" - -#: ../gio/gemblemedicon.c:292 -#, c-format -msgid "Can't handle version %d of GEmblemedIcon encoding" -msgstr "Δεν είναι δυνατός ο χειρισμός της έκδοσης %d της κωδικοποίησης GEmblemedIcon" - -#: ../gio/gemblemedicon.c:302 -#, c-format -msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" -msgstr "Κακοδιατυπωμένος αριθμός token (%d) στην κωδικοποίηση GEmblemedIcon" - -#: ../gio/gemblemedicon.c:325 -msgid "Expected a GEmblem for GEmblemedIcon" -msgstr "Αναμενόταν GEmblem για το GEmblemedIcon" - -#: ../gio/gfile.c:870 -#: ../gio/gfile.c:1100 -#: ../gio/gfile.c:1235 -#: ../gio/gfile.c:1471 -#: ../gio/gfile.c:1525 -#: ../gio/gfile.c:1582 -#: ../gio/gfile.c:1665 -#: ../gio/gfile.c:1720 -#: ../gio/gfile.c:1780 -#: ../gio/gfile.c:1834 -#: ../gio/gfile.c:3304 -#: ../gio/gfile.c:3358 -#: ../gio/gfile.c:3490 -#: ../gio/gfile.c:3530 -#: ../gio/gfile.c:3857 -#: ../gio/gfile.c:4259 -#: ../gio/gfile.c:4345 -#: ../gio/gfile.c:4434 -#: ../gio/gfile.c:4532 -#: ../gio/gfile.c:4619 -#: ../gio/gfile.c:4712 -#: ../gio/gfile.c:5042 -#: ../gio/gfile.c:5322 -#: ../gio/gfile.c:5391 -#: ../gio/gfile.c:6983 -#: ../gio/gfile.c:7073 -#: ../gio/gfile.c:7159 -#: ../gio/win32/gwinhttpfile.c:439 -msgid "Operation not supported" -msgstr "Δεν υποστηρίζεται η λειτουργία" - -#. Translators: This is an error message when trying to find the -#. * enclosing (user visible) mount of a file, but none exists. -#. Translators: This is an error message when trying to -#. * find the enclosing (user visible) mount of a file, but -#. * none exists. -#. Translators: This is an error message when trying to find -#. * the enclosing (user visible) mount of a file, but none -#. * exists. -#: ../gio/gfile.c:1356 -#: ../gio/glocalfile.c:1059 -#: ../gio/glocalfile.c:1070 -#: ../gio/glocalfile.c:1083 -msgid "Containing mount does not exist" -msgstr "Δεν υπάρχει η περιέχουσα προσάρτηση" - -#: ../gio/gfile.c:2408 -#: ../gio/glocalfile.c:2258 -msgid "Can't copy over directory" -msgstr "Αδύνατη η αντιγραφή επί καταλόγου" - -#: ../gio/gfile.c:2469 -msgid "Can't copy directory over directory" -msgstr "Αδύνατη η αντιγραφή καταλόγου επί καταλόγου" - -#: ../gio/gfile.c:2477 -#: ../gio/glocalfile.c:2267 -msgid "Target file exists" -msgstr "Το αρχείο προορισμού υπάρχει" - -#: ../gio/gfile.c:2495 -msgid "Can't recursively copy directory" -msgstr "Αδύνατη η αναδρομική αντιγραφή καταλόγου" - -#: ../gio/gfile.c:2755 -msgid "Splice not supported" -msgstr "Η αρμολόγηση δεν υποστηρίζεται" - -#: ../gio/gfile.c:2759 -#, c-format -msgid "Error splicing file: %s" -msgstr "Σφάλμα αρμολόγησης αρχείου: %s" - -#: ../gio/gfile.c:2906 -msgid "Can't copy special file" -msgstr "Αδύνατη η αντιγραφή του ειδικού αρχείου" - -#: ../gio/gfile.c:3480 -msgid "Invalid symlink value given" -msgstr "Μη έγκυρη τιμή συμβολικού συνδέσμου" - -#: ../gio/gfile.c:3573 -msgid "Trash not supported" -msgstr "Δεν υποστηρίζεται η ύπαρξη απορριμάτων" - -#: ../gio/gfile.c:3622 -#, c-format -msgid "File names cannot contain '%c'" -msgstr "Τα ονόματα των αρχείων δεν επιτρέπεται να περιέχουν '%c'" - -#: ../gio/gfile.c:6040 -#: ../gio/gvolume.c:330 -msgid "volume doesn't implement mount" -msgstr "ο τόμος δεν υποστηρίζει την προσάρτηση" - -#: ../gio/gfile.c:6151 -msgid "No application is registered as handling this file" -msgstr "Δεν έχουν οριστεί εφαρμογές για το χειρισμό αυτού του αρχείου" - -#: ../gio/gfileenumerator.c:205 -msgid "Enumerator is closed" -msgstr "Ο μετρητής είναι κλειστός" - -#: ../gio/gfileenumerator.c:212 -#: ../gio/gfileenumerator.c:271 -#: ../gio/gfileenumerator.c:371 -#: ../gio/gfileenumerator.c:480 -msgid "File enumerator has outstanding operation" -msgstr "Εκκρεμεί μία ενέργεια του μετρητή αρχείων" - -#: ../gio/gfileenumerator.c:361 -#: ../gio/gfileenumerator.c:470 -msgid "File enumerator is already closed" -msgstr "Ο μετρητής αρχείων έχει ήδη κλείσει" - -#: ../gio/gfileicon.c:236 -#, c-format -msgid "Can't handle version %d of GFileIcon encoding" -msgstr "Δεν είναι δυνατός ο χειρισμός της έκδοσης %d της κωδικοποίησης GFileIcon" - -#: ../gio/gfileicon.c:246 -msgid "Malformed input data for GFileIcon" -msgstr "Κακοδιατυπωμένη μορφή των δεδομένων εισόδου του GFileIcon" - -#: ../gio/gfileinputstream.c:154 -#: ../gio/gfileinputstream.c:421 -#: ../gio/gfileiostream.c:170 -#: ../gio/gfileoutputstream.c:169 -#: ../gio/gfileoutputstream.c:524 -msgid "Stream doesn't support query_info" -msgstr "Η ροή δεν υποστηρίζει το query_info" - -#: ../gio/gfileinputstream.c:336 -#: ../gio/gfileiostream.c:388 -#: ../gio/gfileoutputstream.c:382 -msgid "Seek not supported on stream" -msgstr "Δεν υποστηρίζεται η αναζήτηση εντός της ροής" - -#: ../gio/gfileinputstream.c:380 -msgid "Truncate not allowed on input stream" -msgstr "Δεν επιτρέπεται η κοπή για τη ροή εισόδου" - -#: ../gio/gfileiostream.c:464 -#: ../gio/gfileoutputstream.c:458 -msgid "Truncate not supported on stream" -msgstr "Δεν υποστηρίζεται η κοπή για τη ροή" - -#: ../gio/gicon.c:285 -#, c-format -msgid "Wrong number of tokens (%d)" -msgstr "Λανθασμένος αριθμός token (%d)" - -#: ../gio/gicon.c:305 -#, c-format -msgid "No type for class name %s" -msgstr "Δεν υπάρχει τύπος για το όνομα κλάσης %s" - -#: ../gio/gicon.c:315 -#, c-format -msgid "Type %s does not implement the GIcon interface" -msgstr "Ο τύπος %s δεν υποστηρίζει τη διεπαφή GIcon" - -#: ../gio/gicon.c:326 -#, c-format -msgid "Type %s is not classed" -msgstr "Ο τύπος %s δεν είναι καταχωρημένος" - -#: ../gio/gicon.c:340 -#, c-format -msgid "Malformed version number: %s" -msgstr "Κακοδιατυπωμένη μορφή του αριθμού έκδοσης: %s" - -#: ../gio/gicon.c:354 -#, c-format -msgid "Type %s does not implement from_tokens() on the GIcon interface" -msgstr "Ο τύπος %s δεν υποστηρίζει from_tokens() στη διεπαφή GIcon" - -#: ../gio/gicon.c:430 -msgid "Can't handle the supplied version the icon encoding" -msgstr "Δεν είναι δυνατός ο χειρισμός της παρεχόμενης έκδοσης της κωδικοποίησης του εικονιδίου" - -#: ../gio/ginputstream.c:194 -msgid "Input stream doesn't implement read" -msgstr "Η ροή εισόδου δεν υποστηρίζει την ανάγνωση" - -#. Translators: This is an error you get if there is already an -#. * operation running against this stream when you try to start -#. * one -#. Translators: This is an error you get if there is -#. * already an operation running against this stream when -#. * you try to start one -#: ../gio/ginputstream.c:901 -#: ../gio/giostream.c:316 -#: ../gio/goutputstream.c:1209 -msgid "Stream has outstanding operation" -msgstr "Εκκρεμεί μία ενέργεια για τη ροή" - -#: ../gio/ginetsocketaddress.c:181 -#: ../gio/ginetsocketaddress.c:198 -#: ../gio/gunixsocketaddress.c:221 -msgid "Not enough space for socket address" -msgstr "Μη επαρκής χώρος για την διεύθυνση υποδοχέα" - -#: ../gio/ginetsocketaddress.c:211 -msgid "Unsupported socket address" -msgstr "Μη υποστηριζόμενη διεύθυνση υποδοχέα" - -#: ../gio/glib-compile-schemas.c:702 -msgid "empty names are not permitted" -msgstr "τα κενά ονόματα δεν επιτρέπονται" - -#: ../gio/glib-compile-schemas.c:712 -#, c-format -msgid "invalid name '%s': names must begin with a lowercase letter" -msgstr "Μη αποδεκτό όνομα '%s': τα ονόματα πρέπει να αρχίσουν με πεζό γράμμα" - -#: ../gio/glib-compile-schemas.c:724 -#, c-format -msgid "invalid name '%s': invalid character '%c'; only lowercase letters, numbers and dash ('-') are permitted." -msgstr "Μη αποδεκτό όνομα '%s': Μη αποδεκτός χαρακτήρας '%c'; μόνο πεζά γράμματα, αριθμοί και παύλες ('-') επιτρέπονται." - -#: ../gio/glib-compile-schemas.c:733 -#, c-format -msgid "invalid name '%s': two successive dashes ('--') are not permitted." -msgstr "Μη αποδεκτό όνομα '%s': δύο διαδοχικές παύλες ('--') δεν επιτρέπονται." - -#: ../gio/glib-compile-schemas.c:742 -#, c-format -msgid "invalid name '%s': the last character may not be a dash ('-')." -msgstr "Μη αποδεκτό όνομα '%s': ο τελευταίος χαρακτήρας μπορεί να μην είναι παύλα ('-')." - -#: ../gio/glib-compile-schemas.c:750 -#, c-format -msgid "invalid name '%s': maximum length is 32" -msgstr "Μη αποδεκτό όνομα '%s': το μέγιστο μήκος είναι 32" - -#: ../gio/glib-compile-schemas.c:819 -#, c-format -msgid " already specified" -msgstr "έχει ήδη διευκρινιστεί" - -#: ../gio/glib-compile-schemas.c:845 -msgid "can not add keys to a 'list-of' schema" -msgstr "αδύνατον να προστεθούν κλειδιά σε σχήμα 'list-of'" - -#: ../gio/glib-compile-schemas.c:856 -#, c-format -msgid " already specified" -msgstr " έχει ήδη διευκρινιστεί" - -#: ../gio/glib-compile-schemas.c:874 -#, c-format -msgid " shadows in ; use to modify value" -msgstr " σκιές στο ; χρησιμοποιεί για τροποποίηση της τιμής" - -#: ../gio/glib-compile-schemas.c:885 -#, c-format -msgid "exactly one of 'type', 'enum' or 'flags' must be specified as an attribute to " -msgstr "ακριβώς ένα από 'type', 'enum' ή 'flags' πρέπει να διευκρινιστείτε ως ιδιότητα στο " - -#: ../gio/glib-compile-schemas.c:904 -#, c-format -msgid "<%s id='%s'> not (yet) defined." -msgstr "<%s id='%s'> δεν έχει (ακόμα) διευκρινιστεί" - -#: ../gio/glib-compile-schemas.c:919 -#, c-format -#| msgid "Invalid attribute type (string expected)" -msgid "invalid GVariant type string '%s'" -msgstr "Μη έγκυρος τύπος αλφαριθμητικού GVariant '%s'" - -#: ../gio/glib-compile-schemas.c:949 -msgid " given but schema isn't extending anything" -msgstr " δόθηκε αλλά το σχήμα δεν επεκτείνει τίποτα" - -#: ../gio/glib-compile-schemas.c:962 -#, c-format -msgid "no to override" -msgstr "δεν υπάρχει to για υπερφόρτωση" - -#: ../gio/glib-compile-schemas.c:970 -#, c-format -msgid " already specified" -msgstr " έχει ήδη διευκρινιστεί" - -#: ../gio/glib-compile-schemas.c:1036 -#, c-format -msgid " already specified" -msgstr " έχει ήδη διευκρινιστεί" - -#: ../gio/glib-compile-schemas.c:1048 -#, c-format -msgid " extends not yet existing schema '%s'" -msgstr " επεκτείνει ένα μη υπάρχον ακόμα σχήμα '%s'" - -#: ../gio/glib-compile-schemas.c:1064 -#, c-format -msgid " is list of not yet existing schema '%s'" -msgstr " είναι λίστα ενός μη υπάρχον ακόμα σχήματος '%s'" - -#: ../gio/glib-compile-schemas.c:1072 -#, c-format -msgid "Can not be a list of a schema with a path" -msgstr "Δεν μπορεί να υπάρχει μία λίστα ενός σχήματος με διαδρομή" - -#: ../gio/glib-compile-schemas.c:1082 -#, c-format -msgid "Can not extend a schema with a path" -msgstr "Αδυναμία επέκτασης ενός σχήματος με διαδρομή" - -#: ../gio/glib-compile-schemas.c:1092 -#, c-format -msgid " is a list, extending which is not a list" -msgstr "Το είναι λίστα, που επεκτείνει το το οποίο δεν είναι λίστα" - -#: ../gio/glib-compile-schemas.c:1102 -#, c-format -msgid " extends but '%s' does not extend '%s'" -msgstr " επεκτείνει το αλλά '%s' δεν επεκτείνει το '%s'" - -#: ../gio/glib-compile-schemas.c:1119 -#, c-format -msgid "a path, if given, must begin and end with a slash" -msgstr "μία διαδρομή, εάν έχει δοθεί, πρέπει να αρχίσετε και να τελειώσετε με μια κάθετο" - -#: ../gio/glib-compile-schemas.c:1126 -#, c-format -msgid "the path of a list must end with ':/'" -msgstr "η διαδρομή μίας λίστας πρέπει να τελειώσει με ':/'" - -#: ../gio/glib-compile-schemas.c:1148 -#, c-format -msgid "<%s id='%s'> already specified" -msgstr "<%s id='%s'> είναι ήδη διευκρινισμένο" - -#: ../gio/glib-compile-schemas.c:1362 -#, c-format -msgid "Element <%s> not allowed inside <%s>" -msgstr "Το στοιχείο <%s> δεν επιτρέπεται μέσα στο <%s>" - -#: ../gio/glib-compile-schemas.c:1366 -#, c-format -msgid "Element <%s> not allowed at toplevel" -msgstr "Το στοιχείο <%s> δεν επιτρέπεται στο κορυφαίο επίπεδο" - -#: ../gio/glib-compile-schemas.c:1460 -#, c-format -msgid "text may not appear inside <%s>" -msgstr "το κείμενο μπορεί να μην εμφανιστεί μέσα στο <%s>" - -#: ../gio/glib-compile-schemas.c:1674 -#, c-format -msgid "No such schema `%s' specified in override file `%s'" -msgstr "Δεν υπάρχει το σχήμα `%s' όπως ορίζεται στο αρχείο παράκαμψης `%s'" - -#: ../gio/glib-compile-schemas.c:1698 -#, c-format -msgid "No such key `%s' in schema `%s' as specified in override file `%s'" -msgstr "Δεν υπάρχει το κλειδί `%s' στο σχήμα `%s' όπως ορίζεται στο αρχείο παράκαμψης `%s'" - -#: ../gio/glib-compile-schemas.c:1731 -#, c-format -msgid "override for key `%s' in schema `%s' in override file `%s' is out of the range given in the schema" -msgstr "Η παράκαμψη για το κλειδί `%s' στο σχήμα `%s' στο αρχείο παράκαμψης `%s' είναι εκτός της εμβέλειας που έχει δοθεί στο σχήμα" - -#: ../gio/glib-compile-schemas.c:1752 -#, c-format -msgid "override for key `%s' in schema `%s' in override file `%s' is not in the list of valid choices" -msgstr "Η παράκαμψη για το κλειδί`%s' στο σχήμα `%s' στο αρχείο παράκαμψης `%s' δεν είναι στον κατάλογο έγκυρων επιλογών" - -#: ../gio/glib-compile-schemas.c:1797 -msgid "where to store the gschemas.compiled file" -msgstr "πού να αποθηκεύσετε το αρχείο gschemas.compiled" - -#: ../gio/glib-compile-schemas.c:1797 -#: ../gio/glib-compile-schemas.c:1809 -msgid "DIRECTORY" -msgstr "ΚΑΤΑΛΟΓΟΣ" - -#: ../gio/glib-compile-schemas.c:1798 -msgid "Do not write the gschema.compiled file" -msgstr "Μην γράφετε το αρχείο gschema.compiled" - -#: ../gio/glib-compile-schemas.c:1799 -msgid "This option will be removed soon." -msgstr "Αυτή η επιλογή θα αφαιρεθεί σύντομα." - -#: ../gio/glib-compile-schemas.c:1800 -msgid "Do not enforce key name restrictions" -msgstr "Μην επιβάλετε περιορισμούς στο όνομα κλειδιού" - -#: ../gio/glib-compile-schemas.c:1812 -msgid "" -"Compile all GSettings schema files into a schema cache.\n" -"Schema files are required to have the extension .gschema.xml,\n" -"and the cache file is called gschemas.compiled." -msgstr "" -"Μεταγλώττιση όλων των αρχείων σχημάτων GSettings σε μια κρυφή μνήμη σχημάτων.\n" -"Τα αρχεία σχημάτων απαιτείται να έχουν την επέκταση.gschema.xml,\n" -"και το αρχείο κρυφής μνήμης καλείται gschemas.compiled." - -#: ../gio/glib-compile-schemas.c:1828 -#, c-format -msgid "You should give exactly one directory name\n" -msgstr "Πρέπει να δώσετε ακριβώς ένα όνομα καταλόγου\n" - -#: ../gio/glib-compile-schemas.c:1867 -#, c-format -msgid "No schema files found: " -msgstr "Κανένα αρχείο σχημάτων δεν βρήκε:" - -#: ../gio/glib-compile-schemas.c:1870 -#, c-format -msgid "doing nothing.\n" -msgstr "Αδρανές.\n" - -#: ../gio/glib-compile-schemas.c:1873 -#, c-format -msgid "removed existing output file.\n" -msgstr "αφαίρεση υπάρχοντος αρχείου εξόδου.\n" - -#: ../gio/glocaldirectorymonitor.c:287 -msgid "Unable to find default local directory monitor type" -msgstr "Δε βρέθηκε ο τύπος monitor του προεπιλεγμένου τοπικού καταλόγου" - -#: ../gio/glocalfile.c:593 -#: ../gio/win32/gwinhttpfile.c:422 -#, c-format -msgid "Invalid filename %s" -msgstr "Μη έγκυρο όνομα αρχείου: %s" - -#: ../gio/glocalfile.c:967 -#, c-format -msgid "Error getting filesystem info: %s" -msgstr "Σφάλμα λήψης πληροφοριών συστήματος αρχείων: %s" - -#: ../gio/glocalfile.c:1105 -msgid "Can't rename root directory" -msgstr "Αδύνατη η μετονομασία του καταλόγου root" - -#: ../gio/glocalfile.c:1125 -#: ../gio/glocalfile.c:1151 -#, c-format -msgid "Error renaming file: %s" -msgstr "Σφάλμα μετονομασίας αρχείου: %s" - -#: ../gio/glocalfile.c:1134 -msgid "Can't rename file, filename already exist" -msgstr "Αδύνατη η μετονομασία του αρχείου, το όνομα αρχείου υπάρχει ήδη" - -#: ../gio/glocalfile.c:1147 -#: ../gio/glocalfile.c:2131 -#: ../gio/glocalfile.c:2160 -#: ../gio/glocalfile.c:2320 -#: ../gio/glocalfileoutputstream.c:571 -#: ../gio/glocalfileoutputstream.c:624 -#: ../gio/glocalfileoutputstream.c:669 -#: ../gio/glocalfileoutputstream.c:1151 -msgid "Invalid filename" -msgstr "Μη έγκυρο όνομα αρχείου" - -#: ../gio/glocalfile.c:1308 -#, c-format -msgid "Error opening file: %s" -msgstr "Σφάλμα ανοίγματος αρχείου: %s" - -#: ../gio/glocalfile.c:1318 -msgid "Can't open directory" -msgstr "Αδυναμία ανοίγματος καταλόγου" - -#: ../gio/glocalfile.c:1443 -#, c-format -msgid "Error removing file: %s" -msgstr "Σφάλμα αφαίρεσης αρχείου: %s" - -#: ../gio/glocalfile.c:1810 -#, c-format -msgid "Error trashing file: %s" -msgstr "Σφάλμα μεταφοράς αρχείου στα απορρίμματα: %s" - -# gconf/gconf-internals.c:2416 -#: ../gio/glocalfile.c:1833 -#, c-format -msgid "Unable to create trash dir %s: %s" -msgstr "Αποτυχία δημιουργίας καταλόγου απορριμμάτων %s: %s" - -#: ../gio/glocalfile.c:1854 -msgid "Unable to find toplevel directory for trash" -msgstr "Αδυναμία εύρεσης καταλόγου ανώτατου επιπέδου για τα απορρίμματα" - -#: ../gio/glocalfile.c:1933 -#: ../gio/glocalfile.c:1953 -msgid "Unable to find or create trash directory" -msgstr "Αδύνατη η εύρεση ή δημιουργία του καταλόγου απορριμμάτων" - -# gconf/gconf-internals.c:2416 -#: ../gio/glocalfile.c:1987 -#, c-format -msgid "Unable to create trashing info file: %s" -msgstr "Αποτυχία δημιουργίας αρχείου πληροφοριών απορριμμάτων: %s" - -# gconf/gconf-internals.c:2416 -#: ../gio/glocalfile.c:2016 -#: ../gio/glocalfile.c:2021 -#: ../gio/glocalfile.c:2101 -#: ../gio/glocalfile.c:2108 -#, c-format -msgid "Unable to trash file: %s" -msgstr "Αδύνατη η μεταφορά του αρχείου στα απορρίμματα: %s" - -#: ../gio/glocalfile.c:2135 -#, c-format -msgid "Error creating directory: %s" -msgstr "Σφάλμα δημιουργίας καταλόγου: %s" - -# gconf/gconf-internals.c:2416 -#: ../gio/glocalfile.c:2164 -#, c-format -msgid "Filesystem does not support symbolic links" -msgstr "Το σύστημα αρχείων δεν υποστηρίζει συμβολικούς συνδέσμους" - -# gconf/gconftool.c:1181 -#: ../gio/glocalfile.c:2168 -#, c-format -msgid "Error making symbolic link: %s" -msgstr "Σφάλμα δημιουργίας συμβολικού συνδέσμου: %s" - -#: ../gio/glocalfile.c:2230 -#: ../gio/glocalfile.c:2324 -#, c-format -msgid "Error moving file: %s" -msgstr "Σφάλμα κατά τη μετακίνηση του αρχείου: %s" - -#: ../gio/glocalfile.c:2253 -msgid "Can't move directory over directory" -msgstr "Αδυναμία μετακίνησης ενός καταλόγου πάνω σε άλλον κατάλογο" - -#: ../gio/glocalfile.c:2280 -#: ../gio/glocalfileoutputstream.c:949 -#: ../gio/glocalfileoutputstream.c:963 -#: ../gio/glocalfileoutputstream.c:978 -#: ../gio/glocalfileoutputstream.c:994 -#: ../gio/glocalfileoutputstream.c:1008 -msgid "Backup file creation failed" -msgstr "Απέτυχε η δημιουργία αντιγράφου ασφαλείας" - -#: ../gio/glocalfile.c:2299 -#, c-format -msgid "Error removing target file: %s" -msgstr "Σφάλμα αφαίρεσης του αρχείου προορισμού: %s" - -#: ../gio/glocalfile.c:2313 -msgid "Move between mounts not supported" -msgstr "Δεν υποστηρίζεται η μετακίνηση μεταξύ προσαρτήσεων" - -#: ../gio/glocalfileinfo.c:720 -msgid "Attribute value must be non-NULL" -msgstr "Η τιμή του γνωρίσματος δεν επιτρέπεται να είναι κενή" - -#: ../gio/glocalfileinfo.c:727 -msgid "Invalid attribute type (string expected)" -msgstr "Μη έγκυρος τύπος γνωρίσματος (αναμενόταν αλφαριθμητικό)" - -#: ../gio/glocalfileinfo.c:734 -msgid "Invalid extended attribute name" -msgstr "Μη έγκυρο εκτεταμένο όνομα γνωρίσματος" - -#: ../gio/glocalfileinfo.c:774 -#, c-format -msgid "Error setting extended attribute '%s': %s" -msgstr "Σφάλμα καθορισμού εκτεταμένου ονόματος γνωρίσματος '%s': %s" - -#: ../gio/glocalfileinfo.c:1483 -#: ../gio/glocalfileoutputstream.c:833 -#, c-format -msgid "Error stating file '%s': %s" -msgstr "Σφάλμα δήλωσης αρχείου '%s': %s" - -#: ../gio/glocalfileinfo.c:1567 -msgid " (invalid encoding)" -msgstr " (μη έγκυρη κωδικοποίηση)" - -#: ../gio/glocalfileinfo.c:1769 -#, c-format -msgid "Error stating file descriptor: %s" -msgstr "Σφάλμα δήλωσης περιγραφέα αρχείου: %s" - -#: ../gio/glocalfileinfo.c:1814 -msgid "Invalid attribute type (uint32 expected)" -msgstr "Μη έγκυρος τύπος γνωρίσματος (αναμένεται uint32)" - -#: ../gio/glocalfileinfo.c:1832 -msgid "Invalid attribute type (uint64 expected)" -msgstr "Μη έγκυρος τύπος γνωρίσματος (αναμένεται uint64)" - -#: ../gio/glocalfileinfo.c:1851 -#: ../gio/glocalfileinfo.c:1870 -msgid "Invalid attribute type (byte string expected)" -msgstr "Μη έγκυρος τύπος γνωρίσματος (αναμένεται byte string)" - -# gconf/gconftool.c:1181 -#: ../gio/glocalfileinfo.c:1905 -msgid "Cannot set permissions on symlinks" -msgstr "Αδυναμία ορισμού δικαιωμάτων των συμβολικών συνδέσμων" - -# gconf/gconftool.c:1181 -#: ../gio/glocalfileinfo.c:1921 -#, c-format -msgid "Error setting permissions: %s" -msgstr "Σφάλμα κατά τη ρύθμιση των δικαιωμάτων: %s" - -# gconf/gconftool.c:1181 -#: ../gio/glocalfileinfo.c:1972 -#, c-format -msgid "Error setting owner: %s" -msgstr "Σφάλμα κατά τη ρύθμιση του ιδιοκτήτη: %s" - -#: ../gio/glocalfileinfo.c:1995 -msgid "symlink must be non-NULL" -msgstr "ο συμβολικός σύνδεσμος δεν επιτρέπεται να είναι κενός" - -#: ../gio/glocalfileinfo.c:2005 -#: ../gio/glocalfileinfo.c:2024 -#: ../gio/glocalfileinfo.c:2035 -#, c-format -msgid "Error setting symlink: %s" -msgstr "Σφάλμα κατά τον ορισμό του συμβολικού συνδέσμου: %s" - -#: ../gio/glocalfileinfo.c:2014 -msgid "Error setting symlink: file is not a symlink" -msgstr "Σφάλμα κατά τον ορισμό του συμβολικού συνδέσμου: το αρχείο δεν είναι συμβολικός σύνδεσμος" - -# gconf/gconftool.c:1181 -#: ../gio/glocalfileinfo.c:2140 -#, c-format -msgid "Error setting modification or access time: %s" -msgstr "Σφάλμα κατά τη ρύθμιση τροποποίησης ή χρόνου πρόσβασης: %s" - -#: ../gio/glocalfileinfo.c:2163 -msgid "SELinux context must be non-NULL" -msgstr "Το περιεχόμενο SELinux δεν επιτρέπεται να είναι κενό" - -# gconf/gconftool.c:1181 -#: ../gio/glocalfileinfo.c:2178 -#, c-format -msgid "Error setting SELinux context: %s" -msgstr "Σφάλμα κατά τη ρύθμιση του περιεχομένου SELinux: %s" - -#: ../gio/glocalfileinfo.c:2185 -msgid "SELinux is not enabled on this system" -msgstr "Το SELinux δεν έχει ενεργοποιηθεί στο σύστημά σας" - -#: ../gio/glocalfileinfo.c:2277 -#, c-format -msgid "Setting attribute %s not supported" -msgstr "Δεν υποστηρίζεται ο ορισμός του γνωρίσματος %s" - -#: ../gio/glocalfileinputstream.c:185 -#: ../gio/glocalfileoutputstream.c:722 -#, c-format -msgid "Error reading from file: %s" -msgstr "Σφάλμα ανάγνωσης από το αρχείο: %s" - -#: ../gio/glocalfileinputstream.c:216 -#: ../gio/glocalfileinputstream.c:228 -#: ../gio/glocalfileinputstream.c:340 -#: ../gio/glocalfileoutputstream.c:470 -#: ../gio/glocalfileoutputstream.c:1026 -#, c-format -msgid "Error seeking in file: %s" -msgstr "Σφάλμα αναζήτησης στο αρχείο: %s" - -#: ../gio/glocalfileinputstream.c:261 -#: ../gio/glocalfileoutputstream.c:256 -#: ../gio/glocalfileoutputstream.c:351 -#, c-format -msgid "Error closing file: %s" -msgstr "Σφάλμα κατά το κλείσιμο του αρχείου: %s" - -#: ../gio/glocalfilemonitor.c:212 -msgid "Unable to find default local file monitor type" -msgstr "Δε βρέθηκε ο τύπος monitor του προεπιλεγμένου τοπικού αρχείου" - -#: ../gio/glocalfileoutputstream.c:202 -#: ../gio/glocalfileoutputstream.c:235 -#: ../gio/glocalfileoutputstream.c:743 -#, c-format -msgid "Error writing to file: %s" -msgstr "Σφάλμα κατά την εγγραφή στο αρχείο: %s" - -# gconf/gconftool.c:1181 -#: ../gio/glocalfileoutputstream.c:283 -#, c-format -msgid "Error removing old backup link: %s" -msgstr "Σφάλμα αφαίρεσης παλαιού αντιγράφου συνδέσμου: %s" - -# -#: ../gio/glocalfileoutputstream.c:297 -#: ../gio/glocalfileoutputstream.c:310 -#, c-format -msgid "Error creating backup copy: %s" -msgstr "Σφάλμα δημιουργίας αντιγράφου ασφαλείας: %s" - -# -#: ../gio/glocalfileoutputstream.c:328 -#, c-format -msgid "Error renaming temporary file: %s" -msgstr "Σφάλμα μετονομασίας προσωρινού αρχείου: %s" - -# -#: ../gio/glocalfileoutputstream.c:516 -#: ../gio/glocalfileoutputstream.c:1077 -#, c-format -msgid "Error truncating file: %s" -msgstr "Σφάλμα κοπής (truncating) αρχείου: %s" - -# -#: ../gio/glocalfileoutputstream.c:577 -#: ../gio/glocalfileoutputstream.c:630 -#: ../gio/glocalfileoutputstream.c:675 -#: ../gio/glocalfileoutputstream.c:815 -#: ../gio/glocalfileoutputstream.c:1058 -#: ../gio/glocalfileoutputstream.c:1157 -#, c-format -msgid "Error opening file '%s': %s" -msgstr "Σφάλμα ανοίγματος αρχείου '%s': %s" - -#: ../gio/glocalfileoutputstream.c:846 -msgid "Target file is a directory" -msgstr "Το αρχείο προορισμού είναι κατάλογος" - -#: ../gio/glocalfileoutputstream.c:851 -msgid "Target file is not a regular file" -msgstr "Το αρχείο προορισμού δεν είναι κανονικό αρχείο" - -#: ../gio/glocalfileoutputstream.c:863 -msgid "The file was externally modified" -msgstr "Το αρχείο τροποποιήθηκε εξωτερικά" - -#: ../gio/glocalfileoutputstream.c:1042 -#, c-format -msgid "Error removing old file: %s" -msgstr "Σφάλμα αφαίρεσης παλαιού αρχείου: %s" - -#: ../gio/gmemoryinputstream.c:486 -#: ../gio/gmemoryoutputstream.c:746 -msgid "Invalid GSeekType supplied" -msgstr "Μη έγκυρο GSeekType" - -#: ../gio/gmemoryinputstream.c:496 -msgid "Invalid seek request" -msgstr "Ακατάλληλη αίτηση seek" - -#: ../gio/gmemoryinputstream.c:520 -msgid "Cannot truncate GMemoryInputStream" -msgstr "Δεν είναι δυνατή η κοπή του GMemoryInputStream" - -#: ../gio/gmemoryoutputstream.c:496 -msgid "Memory output stream not resizable" -msgstr "Δεν είναι δυνατή η αλλαγή διαστάσεων της ροής εξόδου μνήμης" - -#: ../gio/gmemoryoutputstream.c:512 -msgid "Failed to resize memory output stream" -msgstr "Απέτυχε η αλλαγή διαστάσεων της ροής εξόδου μνήμης" - -#: ../gio/gmemoryoutputstream.c:600 -msgid "Amount of memory required to process the write is larger than available address space" -msgstr "Το ποσό μνήμης που απαιτείται για την επεξεργασία της εγγραφής είναι μεγαλύτερο από το διαθέσιμο διάστημα διευθύνσεων" - -#: ../gio/gmemoryoutputstream.c:756 -msgid "Requested seek before the beginning of the stream" -msgstr "Απαίτηση για αναζήτηση πριν την έναρξη της ροής" - -#: ../gio/gmemoryoutputstream.c:765 -msgid "Requested seek beyond the end of the stream" -msgstr "Απαίτηση για αναζήτηση πέραν του τέλους της ροής" - -#. Translators: This is an error -#. * message for mount objects that -#. * don't implement unmount. -#: ../gio/gmount.c:363 -msgid "mount doesn't implement \"unmount\"" -msgstr "η προσάρτηση δεν υποστηρίζει την \"αποσύνδεση\"" - -#. Translators: This is an error -#. * message for mount objects that -#. * don't implement eject. -#: ../gio/gmount.c:442 -msgid "mount doesn't implement \"eject\"" -msgstr "η προσάρτηση δεν υποστηρίζει την \"εξαγωγή\"" - -#. Translators: This is an error -#. * message for mount objects that -#. * don't implement any of unmount or unmount_with_operation. -#: ../gio/gmount.c:522 -msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" -msgstr "η προσάρτηση δεν υποστηρίζει την \"αποσύνδεση\" ή την \"αποσύνδεση_με_λειτουργία\"" - -#. Translators: This is an error -#. * message for mount objects that -#. * don't implement any of eject or eject_with_operation. -#: ../gio/gmount.c:609 -msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" -msgstr "η προσάρτηση δεν υποστηρίζει την \"εξαγωγή\" ή την \"εξαγωγή_με_λειτουργία\"" - -#. Translators: This is an error -#. * message for mount objects that -#. * don't implement remount. -#: ../gio/gmount.c:698 -msgid "mount doesn't implement \"remount\"" -msgstr "η προσάρτηση δεν υποστηρίζει την \"επαναπροσάρτηση\"" - -#. Translators: This is an error -#. * message for mount objects that -#. * don't implement content type guessing. -#: ../gio/gmount.c:782 -msgid "mount doesn't implement content type guessing" -msgstr "η προσάρτηση δεν υποστηρίζει το μάντεμα του τύπου περιεχομένων" - -#. Translators: This is an error -#. * message for mount objects that -#. * don't implement content type guessing. -#: ../gio/gmount.c:871 -msgid "mount doesn't implement synchronous content type guessing" -msgstr "η προσάρτηση δεν υποστηρίζει το μάντεμα του τύπου σύγχρονων περιεχομένων" - -#: ../gio/gnetworkaddress.c:318 -#, c-format -msgid "Hostname '%s' contains '[' but not ']'" -msgstr "Το όνομα κεντρικού υπολογιστή '%s' περιέχει το '[' αλλά όχι το αντίστοιχο ']'" - -#: ../gio/goutputstream.c:206 -#: ../gio/goutputstream.c:407 -msgid "Output stream doesn't implement write" -msgstr "Η ροή εξόδου δεν υποστηρίζει την εγγραφή" - -#: ../gio/goutputstream.c:368 -#: ../gio/goutputstream.c:848 -msgid "Source stream is already closed" -msgstr "Η ροή πηγής έχει ήδη κλείσει" - -# -#: ../gio/gresolver.c:735 -#, c-format -msgid "Error resolving '%s': %s" -msgstr "Σφάλμα στην επίλυση του '%s': %s" - -# -#: ../gio/gresolver.c:785 -#, c-format -msgid "Error reverse-resolving '%s': %s" -msgstr "Σφάλμα στην ανάστροφη επίλυση του '%s': %s" - -#: ../gio/gresolver.c:820 -#: ../gio/gresolver.c:898 -#, c-format -msgid "No service record for '%s'" -msgstr "Δεν υπάρχει αρχείο υπηρεσιών για το '%s'" - -#: ../gio/gresolver.c:825 -#: ../gio/gresolver.c:903 -#, c-format -msgid "Temporarily unable to resolve '%s'" -msgstr "Προσωρινή αδυναμία στην επίλυση του '%s'" - -#: ../gio/gresolver.c:830 -#: ../gio/gresolver.c:908 -#, c-format -msgid "Error resolving '%s'" -msgstr "Σφάλμα στην επίλυση του '%s'" - -#: ../gio/gsettings-tool.c:79 -#, c-format -msgid "" -"Commands:\n" -" help Show this information\n" -" get Get the value of a key\n" -" set Set the value of a key\n" -" reset Reset the value of a key\n" -" monitor Monitor a key for changes\n" -" writable Check if a key is writable\n" -"\n" -"Use '%s COMMAND --help' to get help for individual commands.\n" -msgstr "" -"Εντολές:\n" -" help Εμφανίζει αυτές τις πληροφορίες\n" -" get Επιστροφή της τιμής ενός κλειδιού\n" -" set Ορισμός της τιμής ενός κλειδιού\n" -" reset Επανορισμός της τιμής ενός κλειδιού\n" -" monitor Παρακολούθηση ενός κλειδιού για αλλαγές\n" -" writable Έλεγχος εάν ένα κλειδί είναι εγγράψιμο \n" -"\n" -"Χρήσημοποιήστε '%s COMMAND --help' για να πάρτε βοήθεια για μεμονωμένες εντολές.\n" - -#: ../gio/gsettings-tool.c:220 -#: ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 -#: ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 -msgid "Specify the path for the schema" -msgstr "Διευκρινίστε την διαδρομή για το σχήμα" - -#: ../gio/gsettings-tool.c:220 -#: ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 -#: ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 -msgid "PATH" -msgstr "ΔΙΑΔΡΟΜΗ" - -#: ../gio/gsettings-tool.c:228 -#: ../gio/gsettings-tool.c:539 -#: ../gio/gsettings-tool.c:652 -msgid "SCHEMA KEY" -msgstr "ΚΛΕΙΔΙ ΣΧΗΜΑΤΟΣ" - -#: ../gio/gsettings-tool.c:230 -msgid "Get the value of KEY" -msgstr "Πάρτε την τιμή της KEY" - -#: ../gio/gsettings-tool.c:232 -#: ../gio/gsettings-tool.c:448 -#: ../gio/gsettings-tool.c:543 -#: ../gio/gsettings-tool.c:659 -msgid "" -"Arguments:\n" -" SCHEMA The id of the schema\n" -" KEY The name of the key\n" -msgstr "" -"Ορίσματαs:\n" -" SCHEMA Η ταυτότητα του σχήματος \n" -" KEY Το όνομα του κλειδιού \n" - -#: ../gio/gsettings-tool.c:328 -#: ../gio/gsettings-tool.c:444 -msgid "SCHEMA KEY VALUE" -msgstr "SCHEMA KEY VALUE" - -#: ../gio/gsettings-tool.c:330 -msgid "Set the value of KEY" -msgstr "Δώστε την τιμή της KEY" - -#: ../gio/gsettings-tool.c:332 -msgid "" -"Arguments:\n" -" SCHEMA The id of the schema\n" -" KEY The name of the key\n" -" VALUE The value to set key to, as a serialized GVariant\n" -msgstr "" -"Ορίσματα:\n" -" SCHEMA Η ταυτότητα του σχήματος \n" -" KEY Το όνομα του κλειδιού \n" -" VALUE Η τιμή για να οριστεί το κλειδί, ως σειριακή διάταξη GVariant\n" - -#: ../gio/gsettings-tool.c:405 -#, c-format -msgid "Key %s is not writable\n" -msgstr "Το κλειδί %s δεν είναι προς εγγραφή\n" - -#: ../gio/gsettings-tool.c:446 -msgid "Sets KEY to its default value" -msgstr "Ορίστε την τιμή του KEY στην προεπιλεγμένη" - -#: ../gio/gsettings-tool.c:541 -msgid "Find out whether KEY is writable" -msgstr "Βρείτε σε ποιο σημείο το KEY είναι εγγράψιμο" - -#: ../gio/gsettings-tool.c:655 -msgid "" -"Monitor KEY for changes and print the changed values.\n" -"Monitoring will continue until the process is terminated." -msgstr "" -"Παρακολούθηση του KEY για αλλαγές και εκτύπωση των αλλαγμένων τιμών.\n" -"Η παρακολούθηση θα συνεχιστεί έως ότου ολοκληρωθεί η διαδικασία." - -#: ../gio/gsettings-tool.c:831 -#, c-format -msgid "Unknown command '%s'\n" -msgstr "Άγνωστη εντολή '%s'\n" - -#: ../gio/gsocket.c:276 -msgid "Invalid socket, not initialized" -msgstr "Μη έγκυρος υποδοχέας, δεν αρχικοποιήθηκε" - -#: ../gio/gsocket.c:283 -#, c-format -msgid "Invalid socket, initialization failed due to: %s" -msgstr "Μη έγκυρος υποδοχέα, η αρχικοποίηση απέτυχε λόγο του: %s" - -#: ../gio/gsocket.c:291 -msgid "Socket is already closed" -msgstr "Ο υποδοχέας είναι ήδη κλειστός" - -#: ../gio/gsocket.c:299 -#: ../gio/gsocket.c:2716 -#: ../gio/gsocket.c:2760 -msgid "Socket I/O timed out" -msgstr "Η υποδοχή I/O έληξε" - -#: ../gio/gsocket.c:421 -#, c-format -msgid "creating GSocket from fd: %s" -msgstr "Δημιουργία υποδοχέα GSocket από fd: %s" - -# gconf/gconf-internals.c:2416 -#: ../gio/gsocket.c:455 -#: ../gio/gsocket.c:471 -#: ../gio/gsocket.c:2113 -#, c-format -msgid "Unable to create socket: %s" -msgstr "Αδυναμία δημιουργίας υποδοχέα: %s" - -#: ../gio/gsocket.c:455 -msgid "Unknown protocol was specified" -msgstr "Προσδιορίστηκε άγνωστο πρωτόκολλο" - -#: ../gio/gsocket.c:1224 -#, c-format -msgid "could not get local address: %s" -msgstr "αδυναμία λήψης της τοπικής διεύθυνσης: %s" - -#: ../gio/gsocket.c:1267 -#, c-format -msgid "could not get remote address: %s" -msgstr "αδυναμία λήψης της απομακρυσμένης διεύθυνσης: %s" - -#: ../gio/gsocket.c:1328 -#, c-format -msgid "could not listen: %s" -msgstr "αδυναμία ακρόασης: %s" - -#: ../gio/gsocket.c:1402 -#, c-format -msgid "Error binding to address: %s" -msgstr "Σφάλμα κατά την σύνδεση στην διεύθυνση: %s" - -# gconf/gconftool.c:1181 -#: ../gio/gsocket.c:1522 -#, c-format -msgid "Error accepting connection: %s" -msgstr "Σφάλμα αποδοχής σύνδεσης: %s" - -# -#: ../gio/gsocket.c:1639 -msgid "Error connecting: " -msgstr "Σφάλμα σύνδεσης:" - -#: ../gio/gsocket.c:1644 -msgid "Connection in progress" -msgstr "Σύνδεση σε εξέλιξη" - -#: ../gio/gsocket.c:1651 -#, c-format -msgid "Error connecting: %s" -msgstr "Σφάλμα σύνδεσης: %s" - -# gconf/gconf-internals.c:2416 -#: ../gio/gsocket.c:1694 -#: ../gio/gsocket.c:3479 -#, c-format -msgid "Unable to get pending error: %s" -msgstr "Αδύνατη λήψης εκκρεμούς σφάλματος: %s" - -#: ../gio/gsocket.c:1826 -#, c-format -msgid "Error receiving data: %s" -msgstr "Σφάλμα λήψης δεδομένων: %s" - -#: ../gio/gsocket.c:2000 -#, c-format -msgid "Error sending data: %s" -msgstr "Σφάλμα αποστολής δεδομένων: %s" - -#: ../gio/gsocket.c:2192 -#, c-format -msgid "Error closing socket: %s" -msgstr "Σφάλμα τερματισμού υποδοχέα: %s" - -#: ../gio/gsocket.c:2709 -#, c-format -msgid "Waiting for socket condition: %s" -msgstr "Αναμονή για την συνθήκη υποδοχέα: %s" - -#: ../gio/gsocket.c:2999 -msgid "GSocketControlMessage not supported on windows" -msgstr "Το GSocketControlMessage δεν υποστηρίζετε στα windows" - -#: ../gio/gsocket.c:3258 -#: ../gio/gsocket.c:3399 -#, c-format -msgid "Error receiving message: %s" -msgstr "Σφάλμα λήψης μηνύματος: %s" - -#: ../gio/gsocket.c:3494 -msgid "g_socket_get_credentials not implemented for this OS" -msgstr "Το g_socket_get_credentials δεν έχει υλοποιηθεί για αυτό OS" - -#: ../gio/gsocketclient.c:674 -#: ../gio/gsocketclient.c:1153 -msgid "Unknown error on connect" -msgstr "Άγνωστο σφάλμα κατά την σύνδεση" - -#: ../gio/gsocketclient.c:711 -#: ../gio/gsocketclient.c:1038 -msgid "Trying to proxy over non-TCP connection is not supported." -msgstr "Η προσπάθεια χρήσης του proxy σε σύνδεση εκτός TCP δεν υποστηρίζεται." - -#: ../gio/gsocketclient.c:749 -#: ../gio/gsocketclient.c:1061 -#, c-format -msgid "Proxy protocol '%s' is not supported." -msgstr "Το πρωτόκολλο proxy \"%s\" δεν υποστηρίζεται." - -#: ../gio/gsocketlistener.c:191 -msgid "Listener is already closed" -msgstr "Η ακρόαση έχει ήδη κλείσει" - -#: ../gio/gsocketlistener.c:232 -msgid "Added socket is closed" -msgstr "Ο υποδοχέας που προστέθηκε είναι κλειστός" - -#: ../gio/gsocks4aproxy.c:121 -#, c-format -msgid "SOCKSv4 does not support IPv6 address '%s'" -msgstr "Το SOCKSv4 δεν υποστηρίζει τη διεύθυνση IPv6 '%s'" - -#: ../gio/gsocks4aproxy.c:139 -#, c-format -msgid "SOCKSv4 implementation limits username to %i characters" -msgstr "Η υλοποίηση του SOCKSv4a περιορίζει το όνομα χρήστη σε %i χαρακτήρες" - -#: ../gio/gsocks4aproxy.c:157 -#, c-format -msgid "SOCKSv4a implementation limits hostname to %i characters" -msgstr "Η υλοποίηση του SOCKSv4a περιορίζει το όνομα υπολογιστή υποδοχής σε %i χαρακτήρες" - -#: ../gio/gsocks4aproxy.c:183 -msgid "The server is not a SOCKSv4 proxy server." -msgstr "Ο κεντρικός υπολογιστής δεν είναι ένας SOCKSv4 proxy." - -#: ../gio/gsocks4aproxy.c:190 -msgid "Connection through SOCKSv4 server was rejected" -msgstr "Η σύνδεση μέσω του κεντρικού υπολογιστή SOCKSv4 απορρίφθηκε" - -#: ../gio/gsocks5proxy.c:155 -#: ../gio/gsocks5proxy.c:328 -#: ../gio/gsocks5proxy.c:338 -msgid "The server is not a SOCKSv5 proxy server." -msgstr "Ο κεντρικός υπολογιστής δεν είναι ένας SOCKSv5 proxy." - -#: ../gio/gsocks5proxy.c:169 -msgid "The SOCKSv5 proxy requires authentication." -msgstr "Το SOCKSv5 proxy απαιτεί επικύρωση." - -#: ../gio/gsocks5proxy.c:179 -msgid "The SOCKSv5 require an authentication method that is not supported by GLib." -msgstr "Το SOCKSv5 απαιτεί μια μέθοδο επικύρωσης που δεν υποστηρίζεται από GLib." - -#: ../gio/gsocks5proxy.c:208 -#, c-format -msgid "Username or password is too long for SOCKSv5 protocol (max. is %i)." -msgstr "Το όνομα χρήστη ή ο κωδικός πρόσβασης είναι πάρα πολύ μεγάλα για το πρωτόκολλο SOCKSv5 (το μέγιστο είναι %i)." - -#: ../gio/gsocks5proxy.c:239 -msgid "SOCKSv5 authentication failed due to wrong username or password." -msgstr "Ο Host είναι απρόσιτος μέσω του κεντρικού υπολογιστή SOCKSv5. " - -#: ../gio/gsocks5proxy.c:289 -#, c-format -msgid "Hostname '%s' too long for SOCKSv5 protocol (maximum is %i bytes)" -msgstr "Το όνομα του υπολογιστή υποδοχής '%s' είναι πολύ μεγάλο για το πρωτόκολλο SOCKSv5 (το μέγιστο είναι %i bytes)" - -#: ../gio/gsocks5proxy.c:352 -msgid "The SOCKSv5 proxy server uses unkown address type." -msgstr "Ο κεντρικός υπολογιστής SOCKSv5 proxy χρησιμοποιεί άγνωστο τύπο διεύθυνσης." - -#: ../gio/gsocks5proxy.c:359 -msgid "Internal SOCKSv5 proxy server error." -msgstr "Εσωτερικό σφάλμα SOCKSv5 του κεντρικού υπολογιστή proxy." - -#: ../gio/gsocks5proxy.c:365 -msgid "SOCKSv5 connection not allowed by ruleset." -msgstr "Η σύνδεση SOCKSv5 δεν επιτρέπεται από το σύνολο των κανόνων." - -#: ../gio/gsocks5proxy.c:372 -msgid "Host unreachable through SOCKSv5 server." -msgstr "Ο υπολογιστής υποδοχής είναι απρόσιτος μέσο του κεντρικού υπολογιστή SOCKSv5." - -#: ../gio/gsocks5proxy.c:378 -msgid "Network unreachable through SOCKSv5 proxy." -msgstr "Το δίκτυο δεν είναι προσπελάσιμο από το SOCKSv5 proxy." - -#: ../gio/gsocks5proxy.c:384 -msgid "Connection refused through SOCKSv5 proxy." -msgstr "Η σύνδεση απορρίφθηκε από τον SOCKSv5 proxy." - -#: ../gio/gsocks5proxy.c:390 -msgid "SOCKSv5 proxy does not support 'connect' command." -msgstr "Το SOCKSv5 proxy δεν υποστηρίζει την εντολή 'connect'." - -#: ../gio/gsocks5proxy.c:396 -msgid "SOCKSv5 proxy does not support provided address type." -msgstr "Το SOCKSv5 proxy δεν υποστηρίζει τον παρεχόμενο τύπο διεύθυνσης." - -#: ../gio/gsocks5proxy.c:402 -msgid "Unkown SOCKSv5 proxy error." -msgstr "Άγνωστο σφάλμα SOCKSv5 του proxy." - -#: ../gio/gthemedicon.c:498 -#, c-format -msgid "Can't handle version %d of GThemedIcon encoding" -msgstr "Δεν είναι δυνατός ο χειρισμός της έκδοσης %d της κωδικοποίησης GThemedIcon" - -#: ../gio/gunixconnection.c:164 -#: ../gio/gunixconnection.c:505 -#, c-format -msgid "Expecting 1 control message, got %d" -msgstr "Αναμονή για 1 μήνυμα έλεγχου, αλλά ελήφθησαν %d" - -#: ../gio/gunixconnection.c:177 -#: ../gio/gunixconnection.c:515 -msgid "Unexpected type of ancillary data" -msgstr "Μη αναμενόμενος τύπος βοηθητικών δεδομένων" - -#: ../gio/gunixconnection.c:195 -#, c-format -msgid "Expecting one fd, but got %d\n" -msgstr "Αναμονή για ένα fd, αλλά ελήφθησαν %d\n" - -#: ../gio/gunixconnection.c:211 -msgid "Received invalid fd" -msgstr "Λήψη μη αποδεκτού fd" - -#: ../gio/gunixconnection.c:359 -msgid "Error sending credentials: " -msgstr "Σφάλμα στην αποστολή πιστοποιητικών:" - -#: ../gio/gunixconnection.c:439 -#, c-format -msgid "Error checking if SO_PASSCRED is enabled for socket: %s" -msgstr "Σφάλμα στον έλεγχο εάν η SO_PASSCRED έχει ενεργοποιηθεί για την υποδοχή: %s" - -#: ../gio/gunixconnection.c:448 -#, c-format -msgid "Unexpected option length while checking if SO_PASSCRED is enabled for socket. Expected %d bytes, got %d" -msgstr "Απροσδόκητο μήκος επιλογής κατά τον έλεγχο εάν η SO_PASSCRED έχει ενεργοποιηθεί για την υποδοχή. Αναμενόμενα %d bytes, παραλήφθηκαν %d" - -#: ../gio/gunixconnection.c:465 -#, c-format -msgid "Error enabling SO_PASSCRED: %s" -msgstr "Σφάλμα ενεργοποίησης SO_PASSCRED: %s" - -#: ../gio/gunixconnection.c:495 -msgid "Expecting to read a single byte for receiving credentials but read zero bytes" -msgstr "Αναμονή για ανάγνωση ενός μόνο byte για τη λήψη των πιστοποιητικών αλλά αναγνώσθηκαν μηδέν bytes" - -#: ../gio/gunixconnection.c:538 -#, c-format -msgid "Error while disabling SO_PASSCRED: %s" -msgstr "Σφάλμα κατά την απενεργοποίηση SO_PASSCRED: %s" - -# -#: ../gio/gunixinputstream.c:353 -#: ../gio/gunixinputstream.c:373 -#: ../gio/gunixinputstream.c:451 -#: ../gio/gunixoutputstream.c:438 -#, c-format -msgid "Error reading from unix: %s" -msgstr "Σφάλμα ανάγνωσης από unix: %s" - -# -#: ../gio/gunixinputstream.c:406 -#: ../gio/gunixinputstream.c:589 -#: ../gio/gunixoutputstream.c:393 -#: ../gio/gunixoutputstream.c:545 -#, c-format -msgid "Error closing unix: %s" -msgstr "Σφάλμα κλεισίματος unix: %s" - -#: ../gio/gunixmounts.c:1846 -#: ../gio/gunixmounts.c:1883 -msgid "Filesystem root" -msgstr "Root συστήματος αρχείων" - -# gconf/gconftool.c:1181 -#: ../gio/gunixoutputstream.c:339 -#: ../gio/gunixoutputstream.c:360 -#, c-format -msgid "Error writing to unix: %s" -msgstr "Σφάλμα εγγραφής σε unix: %s" - -#: ../gio/gunixsocketaddress.c:244 -msgid "Abstract unix domain socket addresses not supported on this system" -msgstr "Δεν υποστηρίζονται αφηρημένες περιοχές του unix με διευθύνσεις για υποδοχέα" - -#: ../gio/gvolume.c:406 -msgid "volume doesn't implement eject" -msgstr "ο τόμος δεν υποστηρίζει την εξαγωγή" - -#. Translators: This is an error -#. * message for volume objects that -#. * don't implement any of eject or eject_with_operation. -#: ../gio/gvolume.c:485 -msgid "volume doesn't implement eject or eject_with_operation" -msgstr "ο τόμος δεν υποστηρίζει την εξαγωγή ή eject_with_operation" - -#: ../gio/gwin32appinfo.c:276 -msgid "Can't find application" -msgstr "Αδυναμία εύρεσης εφαρμογής" - -# gconf/gconftool.c:1181 -#: ../gio/gwin32appinfo.c:299 -#, c-format -msgid "Error launching application: %s" -msgstr "Σφάλμα εκκίνησης εφαρμογής: %s" - -#: ../gio/gwin32appinfo.c:335 -msgid "URIs not supported" -msgstr "URIs δεν υποστηρίζονται" - -#: ../gio/gwin32appinfo.c:357 -msgid "association changes not supported on win32" -msgstr "οι αλλαγές στις συσχετίσεις δεν υποστηρίζονται στα win32" - -#: ../gio/gwin32appinfo.c:369 -msgid "Association creation not supported on win32" -msgstr "Η δημιουργία συσχέτισης δεν υποστηρίζεται σε win32" - -#: ../gio/gwin32inputstream.c:318 -#, c-format -msgid "Error reading from handle: %s" -msgstr "Σφάλμα ανάγνωσης από το χειριστήριο: %s" - -#: ../gio/gwin32inputstream.c:348 -#: ../gio/gwin32outputstream.c:348 -#, c-format -msgid "Error closing handle: %s" -msgstr "Σφάλμα κατά το κλείσιμο του χειριστήριου: %s" - -#: ../gio/gwin32outputstream.c:318 -#, c-format -msgid "Error writing to handle: %s" -msgstr "Σφάλμα κατά την εγγραφή στο χειριστήριο: %s" - -#: ../gio/gzlibcompressor.c:396 -#: ../gio/gzlibdecompressor.c:349 -msgid "Not enough memory" -msgstr "Ανεπάρκεια μνήμης" - -#: ../gio/gzlibcompressor.c:403 -#: ../gio/gzlibdecompressor.c:356 -#, c-format -msgid "Internal error: %s" -msgstr "Εσωτερικό σφάλμα: %s" - -#: ../gio/gzlibcompressor.c:416 -#: ../gio/gzlibdecompressor.c:370 -msgid "Need more input" -msgstr "Χρειάζεται εισαγωγή περισσότερων δεδομένων" - -#: ../gio/gzlibdecompressor.c:342 -msgid "Invalid compressed data" -msgstr "Μη αποδεκτά συμπιεσμένα δεδομένα" - -#, fuzzy -#~ msgid "Do not give error for empty directory" -#~ msgstr "Αδυναμία μετακίνησης ενός καταλόγου πάνω σε άλλον κατάλογο" - -#, fuzzy -#~ msgid "Invalid UTF-8 sequence in input" -#~ msgstr "Μη έγκυρη σειρά στην είσοδο μετατροπής" - -#~ msgid "Reached maximum data array limit" -#~ msgstr "Υπέρβαση του μέγιστου ορίου δεδομένων πίνακα" - -#~ msgid "do not hide entries" -#~ msgstr "να μην αποκρύπτονται οι εγγραφές" - -#~ msgid "use a long listing format" -#~ msgstr "χρήση αναπτυγμένης μορφής λιστών" - -#~ msgid "[FILE...]" -#~ msgstr "[ΑΡΧΕΙΟ...]" - -#~ msgid "" -#~ "Character '%s' is not valid at the start of an entity name; the & " -#~ "character begins an entity; if this ampersand isn't supposed to be an " -#~ "entity, escape it as &" -#~ msgstr "" -#~ "Ο χαρακτήρας '%s' δεν επιτρέπεται στην αρχή ονόματος οντότητας, ο " -#~ "χαρακτήρας & ξεκινά οντότητα. Αν δεν επιθυμείτε να ξεκινήσετε οντότητα, " -#~ "χρησιμοποιήστε το συνδυασμό διαφυγής & στη θέση του &" - -#~ msgid "Character '%s' is not valid inside an entity name" -#~ msgstr "Ο χαρακτήρας '%s' δεν επιτρέπεται να περιέχεται σε όνομα οντότητας" - -#~ msgid "Empty character reference; should include a digit such as dž" -#~ msgstr "Κενή αναφορά χαρακτήρα· πρέπει να περιέχει ένα ψηφίο όπως dž" - -#~ msgid "Unfinished entity reference" -#~ msgstr "Ημιτελής αναφορά οντότητας" - -#~ msgid "Unfinished character reference" -#~ msgstr "Ημιτελής αναφορά χαρακτήρα" - -#~ msgid "Invalid UTF-8 encoded text - overlong sequence" -#~ msgstr "Μη έγκυρα κωδικοποιημένο κείμενο UTF-8 - overlong sequence" - -#~ msgid "Invalid UTF-8 encoded text - not a start char" -#~ msgstr "Μη έγκυρα κωδικοποιημένο κείμενο UTF-8 - not a start char" - -#~ msgid "file" -#~ msgstr "αρχείο" - -#~ msgid "The file containing the icon" -#~ msgstr "Το αρχείο που περιέχει το εικονίδιο" - -#~ msgid "The name of the icon" -#~ msgstr "Το όνομα του εικονιδίου" - -#~ msgid "names" -#~ msgstr "ονόματα" - -#~ msgid "An array containing the icon names" -#~ msgstr "Πίνακας που περιέχει τα ονόματα των εικονιδίων" - -#~ msgid "use default fallbacks" -#~ msgstr "χρήση των προεπιλεγμένων εφεδρικών" - -#~ msgid "" -#~ "Whether to use default fallbacks found by shortening the name at '-' " -#~ "characters. Ignores names after the first if multiple names are given." -#~ msgstr "" -#~ "Αν θα χρησιμοποιούνται τα προεπιλεγμένα εφεδρικά που προκύπτουν από τη " -#~ "συντόμευση του ονόματος στους χαρακτήρες '-'. Αγνοεί όλα τα ονόματα μετά " -#~ "το πρώτο, αν έχουν δοθεί πολλαπλά ονόματα." - -#~ msgid "File descriptor" -#~ msgstr "Περιγραφέας αρχείου" - -#~ msgid "The file descriptor to read from" -#~ msgstr "Ο περιγραφέας αρχείου από τον οποίο θα γίνει η ανάγνωση" - -#~ msgid "Close file descriptor" -#~ msgstr "Κλείσιμο περιγραφέα αρχείου" - -#~ msgid "Whether to close the file descriptor when the stream is closed" -#~ msgstr "Αν θα κλείσει ο περιγραφέας αρχείου όταν κλείσει η ροή" - -#~ msgid "The file descriptor to write to" -#~ msgstr "Ο περιγραφέας αρχείου στον οποίο θα γίνει η εγγραφή" +# translation of glib.HEAD.po to Greek +# Greek translation of glib. +# Copyright (C) 2002, 2004, 2006, 2009 Free Software Foundation, Inc. +# +# simos: 25 messages, initial translation +# kostas: 03Dec2002, updated translation for Gnome 2.1x +# +# kostas: 90 messages, 06Nov2002, completed translation. +# Simos Xenitellis , 2002. +# Kostas Papadimas , 2002. +# Kostas Papadimas , 2004, 2006. +# Jennie Petoumenou , 2009. +# Fotis Tsamis , 2009. +msgid "" +msgstr "" +"Project-Id-Version: glib.HEAD\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-09-30 14:47+0300\n" +"PO-Revision-Date: 2010-09-30 14:32+0200\n" +"Last-Translator: Giannis Katsampirhs \n" +"Language-Team: Greek\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../glib/gbookmarkfile.c:780 +#, c-format +msgid "Unexpected attribute '%s' for element '%s'" +msgstr "Μη αναμενόμενο γνώρισμα '%s' για το στοιχείο '%s'" + +#: ../glib/gbookmarkfile.c:791 ../glib/gbookmarkfile.c:862 +#: ../glib/gbookmarkfile.c:872 ../glib/gbookmarkfile.c:979 +#, c-format +msgid "Attribute '%s' of element '%s' not found" +msgstr "Το γνώρισμα '%s' του στοιχείου '%s' δεν βρέθηκε" + +#: ../glib/gbookmarkfile.c:1149 ../glib/gbookmarkfile.c:1214 +#: ../glib/gbookmarkfile.c:1278 ../glib/gbookmarkfile.c:1288 +#, c-format +msgid "Unexpected tag '%s', tag '%s' expected" +msgstr "Απρόσμενη ετικέτα '%s', αναμενόταν ετικέτα '%s'" + +#: ../glib/gbookmarkfile.c:1174 ../glib/gbookmarkfile.c:1188 +#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1308 +#, c-format +msgid "Unexpected tag '%s' inside '%s'" +msgstr "Απρόσμενη ετικέτα '%s' μέσα σε '%s'" + +#: ../glib/gbookmarkfile.c:1834 +msgid "No valid bookmark file found in data dirs" +msgstr "" +"Δεν μπορεί να βρεθεί έγκυρο αρχείο σελιδοδεικτών στους καταλόγους δεδομένων" + +#: ../glib/gbookmarkfile.c:2035 +#, c-format +msgid "A bookmark for URI '%s' already exists" +msgstr "Υπάρχει ήδη ένας σελιδοδείκτης για το URI '%s'" + +#: ../glib/gbookmarkfile.c:2081 ../glib/gbookmarkfile.c:2239 +#: ../glib/gbookmarkfile.c:2324 ../glib/gbookmarkfile.c:2404 +#: ../glib/gbookmarkfile.c:2489 ../glib/gbookmarkfile.c:2572 +#: ../glib/gbookmarkfile.c:2650 ../glib/gbookmarkfile.c:2729 +#: ../glib/gbookmarkfile.c:2771 ../glib/gbookmarkfile.c:2868 +#: ../glib/gbookmarkfile.c:2994 ../glib/gbookmarkfile.c:3184 +#: ../glib/gbookmarkfile.c:3260 ../glib/gbookmarkfile.c:3425 +#: ../glib/gbookmarkfile.c:3514 ../glib/gbookmarkfile.c:3604 +#: ../glib/gbookmarkfile.c:3732 +#, c-format +msgid "No bookmark found for URI '%s'" +msgstr "Δεν βρέθηκε σελιδοδείκτης για το URI '%s'" + +#: ../glib/gbookmarkfile.c:2413 +#, c-format +msgid "No MIME type defined in the bookmark for URI '%s'" +msgstr "Δεν αναγνωρίστηκε κανένας τύπος MIME στο σελιδοδείκτη για το URI '%s'" + +#: ../glib/gbookmarkfile.c:2498 +#, c-format +msgid "No private flag has been defined in bookmark for URI '%s'" +msgstr "" +"Καμιά προσωπική σημαία δεν έχει αναγνωριστεί στο σελιδοδείκτη για το URI '%s'" + +#: ../glib/gbookmarkfile.c:2877 +#, c-format +msgid "No groups set in bookmark for URI '%s'" +msgstr "Δεν καθορίστηκαν ομάδες στο σελιδοδείκτη για το URI '%s'" + +#: ../glib/gbookmarkfile.c:3278 ../glib/gbookmarkfile.c:3435 +#, c-format +msgid "No application with name '%s' registered a bookmark for '%s'" +msgstr "" +"Καμιά εφαρμογή με όνομα '%s' δεν έχει καταχωρήσει σελιδοδείκτη για τη '%s'" + +# gconf/gconf-internals.c:2416 +#: ../glib/gbookmarkfile.c:3458 +#, c-format +msgid "Failed to expand exec line '%s' with URI '%s'" +msgstr "Αποτυχία ανάπτυξης της γραμμής exec '%s' με URI '%s'" + +#: ../glib/gconvert.c:567 ../glib/gconvert.c:645 ../glib/giochannel.c:1403 +#: ../gio/gcharsetconverter.c:458 +#, c-format +msgid "Conversion from character set '%s' to '%s' is not supported" +msgstr "Η μετατροπή από την ομάδα χαρακτήρων '%s' σε '%s' δεν υποστηρίζεται" + +#: ../glib/gconvert.c:571 ../glib/gconvert.c:649 +#: ../gio/gcharsetconverter.c:462 +#, c-format +msgid "Could not open converter from '%s' to '%s'" +msgstr "Δεν ήταν δυνατό το άνοιγμα μετατροπέα από '%s' σε '%s'" + +#: ../glib/gconvert.c:768 ../glib/gconvert.c:1161 ../glib/giochannel.c:1575 +#: ../glib/giochannel.c:1617 ../glib/giochannel.c:2461 ../glib/gutf8.c:992 +#: ../glib/gutf8.c:1447 ../gio/gcharsetconverter.c:345 +msgid "Invalid byte sequence in conversion input" +msgstr "Μη έγκυρη σειρά στην είσοδο μετατροπής" + +# gconf/gconftool.c:1181 +#: ../glib/gconvert.c:776 ../glib/gconvert.c:1086 ../glib/giochannel.c:1582 +#: ../glib/giochannel.c:2473 ../gio/gcharsetconverter.c:350 +#, c-format +msgid "Error during conversion: %s" +msgstr "Σφάλμα κατά τη μετατροπή: %s" + +#: ../glib/gconvert.c:808 ../glib/gutf8.c:988 ../glib/gutf8.c:1198 +#: ../glib/gutf8.c:1339 ../glib/gutf8.c:1443 +msgid "Partial character sequence at end of input" +msgstr "Ημιτελής σειρά χαρακτήρα στο τέλος της εισόδου" + +#: ../glib/gconvert.c:1058 +#, c-format +msgid "Cannot convert fallback '%s' to codeset '%s'" +msgstr "Αδυναμία μετατροπής fallback '%s' σε codeset '%s'" + +#: ../glib/gconvert.c:1881 +#, c-format +msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" +msgstr "" +"Το URI '%s' δεν είναι ένα απόλυτο URI με την χρήση του σχήματος \"αρχείου\"" + +#: ../glib/gconvert.c:1891 +#, c-format +msgid "The local file URI '%s' may not include a '#'" +msgstr "Το URI τοπικού αρχείου '%s' μπορεί να μην περιέχει ένα '#'" + +#: ../glib/gconvert.c:1908 +#, c-format +msgid "The URI '%s' is invalid" +msgstr "Το URI '%s' δεν είναι έγκυρο" + +#: ../glib/gconvert.c:1920 +#, c-format +msgid "The hostname of the URI '%s' is invalid" +msgstr "Το όνομα συστήματος του URI '%s' δεν είναι έγκυρο" + +#: ../glib/gconvert.c:1936 +#, c-format +msgid "The URI '%s' contains invalidly escaped characters" +msgstr "Το URI '%s' περιέχει μη έγκυρους χαρακτήρες διαφυγής" + +#: ../glib/gconvert.c:2031 +#, c-format +msgid "The pathname '%s' is not an absolute path" +msgstr "Το όνομα διαδρομής '%s' δεν αντιστοιχεί σε απόλυτη διαδρομή" + +#: ../glib/gconvert.c:2041 +msgid "Invalid hostname" +msgstr "Ακατάλληλο όνομα συστήματος" + +#. Translators: 'before midday' indicator +#: ../glib/gdatetime.c:149 +msgctxt "GDateTime" +msgid "am" +msgstr "πμ" + +#. Translators: 'before midday' indicator +#: ../glib/gdatetime.c:151 +msgctxt "GDateTime" +msgid "AM" +msgstr "ΠΜ" + +#. Translators: 'after midday' indicator +#: ../glib/gdatetime.c:153 +msgctxt "GDateTime" +msgid "pm" +msgstr "μμ" + +#. Translators: 'after midday' indicator +#: ../glib/gdatetime.c:155 +msgctxt "GDateTime" +msgid "PM" +msgstr "ΜΜ" + +#. Translators: this is the preferred format for expressing the date +#: ../glib/gdatetime.c:164 +msgctxt "GDateTime" +msgid "%m/%d/%y" +msgstr "%d/%m/%y" + +#. Translators: this is the preferred format for expressing the time +#: ../glib/gdatetime.c:167 +msgctxt "GDateTime" +msgid "%H:%M:%S" +msgstr "%H:%M:%S" + +#: ../glib/gdatetime.c:193 +msgctxt "full month name" +msgid "January" +msgstr "Ιανουάριος" + +#: ../glib/gdatetime.c:195 +msgctxt "full month name" +msgid "February" +msgstr "Φεβρουάριος" + +#: ../glib/gdatetime.c:197 +msgctxt "full month name" +msgid "March" +msgstr "Μάρτιος" + +#: ../glib/gdatetime.c:199 +msgctxt "full month name" +msgid "April" +msgstr "Απρίλιος" + +#: ../glib/gdatetime.c:201 +msgctxt "full month name" +msgid "May" +msgstr "Μάιος" + +#: ../glib/gdatetime.c:203 +msgctxt "full month name" +msgid "June" +msgstr "Ιούνιος" + +#: ../glib/gdatetime.c:205 +msgctxt "full month name" +msgid "July" +msgstr "Ιούλιος" + +#: ../glib/gdatetime.c:207 +msgctxt "full month name" +msgid "August" +msgstr "Αύγουστος" + +#: ../glib/gdatetime.c:209 +msgctxt "full month name" +msgid "September" +msgstr "Σεπτέμβριος" + +#: ../glib/gdatetime.c:211 +msgctxt "full month name" +msgid "October" +msgstr "Οκτώβριος" + +#: ../glib/gdatetime.c:213 +msgctxt "full month name" +msgid "November" +msgstr "Νοέμβριος" + +#: ../glib/gdatetime.c:215 +msgctxt "full month name" +msgid "December" +msgstr "Δεκέμβριος" + +#: ../glib/gdatetime.c:230 +msgctxt "abbreviated month name" +msgid "Jan" +msgstr "Ιαν" + +#: ../glib/gdatetime.c:232 +msgctxt "abbreviated month name" +msgid "Feb" +msgstr "Φεβ" + +#: ../glib/gdatetime.c:234 +msgctxt "abbreviated month name" +msgid "Mar" +msgstr "Μάρ" + +#: ../glib/gdatetime.c:236 +msgctxt "abbreviated month name" +msgid "Apr" +msgstr "Απρ" + +#: ../glib/gdatetime.c:238 +msgctxt "abbreviated month name" +msgid "May" +msgstr "Μάι" + +#: ../glib/gdatetime.c:240 +msgctxt "abbreviated month name" +msgid "Jun" +msgstr "Ιούν" + +#: ../glib/gdatetime.c:242 +msgctxt "abbreviated month name" +msgid "Jul" +msgstr "Ιούλ" + +#: ../glib/gdatetime.c:244 +msgctxt "abbreviated month name" +msgid "Aug" +msgstr "Αύγ" + +#: ../glib/gdatetime.c:246 +msgctxt "abbreviated month name" +msgid "Sep" +msgstr "Σεπτ" + +#: ../glib/gdatetime.c:248 +msgctxt "abbreviated month name" +msgid "Oct" +msgstr "Οκτ" + +#: ../glib/gdatetime.c:250 +msgctxt "abbreviated month name" +msgid "Nov" +msgstr "Νοέ" + +#: ../glib/gdatetime.c:252 +msgctxt "abbreviated month name" +msgid "Dec" +msgstr "Δεκ" + +#: ../glib/gdatetime.c:267 +msgctxt "full weekday name" +msgid "Monday" +msgstr "Δευτέρα" + +#: ../glib/gdatetime.c:269 +msgctxt "full weekday name" +msgid "Tuesday" +msgstr "Τρίτη" + +#: ../glib/gdatetime.c:271 +msgctxt "full weekday name" +msgid "Wednesday" +msgstr "Τετάρτη" + +#: ../glib/gdatetime.c:273 +msgctxt "full weekday name" +msgid "Thursday" +msgstr "Πέμπτη" + +#: ../glib/gdatetime.c:275 +msgctxt "full weekday name" +msgid "Friday" +msgstr "Παρασκευή" + +#: ../glib/gdatetime.c:277 +msgctxt "full weekday name" +msgid "Saturday" +msgstr "Σάββατο" + +#: ../glib/gdatetime.c:279 +msgctxt "full weekday name" +msgid "Sunday" +msgstr "Κυριακή" + +#: ../glib/gdatetime.c:294 +msgctxt "abbreviated weekday name" +msgid "Mon" +msgstr "Δευτ" + +#: ../glib/gdatetime.c:296 +msgctxt "abbreviated weekday name" +msgid "Tue" +msgstr "Τρίτ" + +#: ../glib/gdatetime.c:298 +msgctxt "abbreviated weekday name" +msgid "Wed" +msgstr "Τετ" + +#: ../glib/gdatetime.c:300 +msgctxt "abbreviated weekday name" +msgid "Thu" +msgstr "Πέμ" + +#: ../glib/gdatetime.c:302 +msgctxt "abbreviated weekday name" +msgid "Fri" +msgstr "Παρ" + +#: ../glib/gdatetime.c:304 +msgctxt "abbreviated weekday name" +msgid "Sat" +msgstr "Σάβ" + +#: ../glib/gdatetime.c:306 +msgctxt "abbreviated weekday name" +msgid "Sun" +msgstr "Κυρ" + +# +#: ../glib/gdir.c:115 ../glib/gdir.c:138 +#, c-format +msgid "Error opening directory '%s': %s" +msgstr "Σφάλμα ανοίγματος καταλόγου '%s': %s" + +# +#: ../glib/gfileutils.c:536 ../glib/gfileutils.c:624 +#, c-format +msgid "Could not allocate %lu bytes to read file \"%s\"" +msgstr "Αδύνατη η διάθεση %lu bytes στην ανάγνωση αρχείου \"%s\"" + +# +#: ../glib/gfileutils.c:551 +#, c-format +msgid "Error reading file '%s': %s" +msgstr "Σφάλμα ανάγνωσης αρχείου '%s': %s" + +#: ../glib/gfileutils.c:565 +#, c-format +msgid "File \"%s\" is too large" +msgstr "Το αρχείο \"%s\" είναι υπερβολικά μεγάλο" + +# gconf/gconf-internals.c:2416 +#: ../glib/gfileutils.c:648 +#, c-format +msgid "Failed to read from file '%s': %s" +msgstr "Αποτυχία ανάγνωσης από το αρχείο '%s': %s" + +# gconf/gconf-internals.c:2416 +#: ../glib/gfileutils.c:699 ../glib/gfileutils.c:786 +#, c-format +msgid "Failed to open file '%s': %s" +msgstr "Αποτυχία ανοίγματος αρχείου '%s': %s" + +# gconf/gconfd.c:1701 +#: ../glib/gfileutils.c:716 ../glib/gmappedfile.c:169 +#, c-format +msgid "Failed to get attributes of file '%s': fstat() failed: %s" +msgstr "Αποτυχία λήψης ιδιοτήτων του αρχείου '%s': fstat() απέτυχε: %s" + +# gconf/gconf-internals.c:2416 +#: ../glib/gfileutils.c:750 +#, c-format +msgid "Failed to open file '%s': fdopen() failed: %s" +msgstr "Αδυναμία ανοίγματος αρχείου '%s': fdopen() απέτυχε: %s" + +# gconf/gconf-internals.c:2416 +#: ../glib/gfileutils.c:858 +#, c-format +msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" +msgstr "Αδυναμία μετονομασίας αρχείου '%s' σε '%s': g_rename() failed: %s" + +# gconf/gconf-internals.c:2416 +#: ../glib/gfileutils.c:900 ../glib/gfileutils.c:1369 +#, c-format +msgid "Failed to create file '%s': %s" +msgstr "Αποτυχία δημιουργίας αρχείου '%s': %s" + +# gconf/gconf-internals.c:2416 +#: ../glib/gfileutils.c:914 +#, c-format +msgid "Failed to open file '%s' for writing: fdopen() failed: %s" +msgstr "Αδυναμία ανοίγματος αρχείου '%s' για εγγραφή: fdopen() απέτυχε: %s" + +# gconf/gconf-internals.c:2416 +#: ../glib/gfileutils.c:939 +#, c-format +msgid "Failed to write file '%s': fwrite() failed: %s" +msgstr "Αδυναμία εγγραφής αρχείου '%s': fwrite() απέτυχε: %s" + +# gconf/gconf-internals.c:2416 +#: ../glib/gfileutils.c:958 +#, c-format +msgid "Failed to write file '%s': fflush() failed: %s" +msgstr "Αδυναμία εγγραφής αρχείου '%s': fflush() απέτυχε: %s" + +# gconf/gconf-internals.c:2416 +#: ../glib/gfileutils.c:987 +#, c-format +msgid "Failed to write file '%s': fsync() failed: %s" +msgstr "Αδυναμία εγγραφής αρχείου '%s': fsync() απέτυχε: %s" + +# gconf/gconf-internals.c:2416 +#: ../glib/gfileutils.c:1006 +#, c-format +msgid "Failed to close file '%s': fclose() failed: %s" +msgstr "Αδυναμία κλεισίματος αρχείου '%s': fclose() απέτυχε: %s" + +#: ../glib/gfileutils.c:1127 +#, c-format +msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" +msgstr "" +"Δεν είναι δυνατή η απομάκρυνση του υπάρχοντος αρχείου '%s': g_unlink() " +"απέτυχε: %s" + +#: ../glib/gfileutils.c:1331 +#, c-format +msgid "Template '%s' invalid, should not contain a '%s'" +msgstr "Το πρότυπο '%s' δεν είναι έγκυρο, θα πρέπει να περιέχει ένα '%s'" + +#: ../glib/gfileutils.c:1344 +#, c-format +msgid "Template '%s' doesn't contain XXXXXX" +msgstr "Το πρότυπο '%s' δεν περιέχει XXXXXX" + +#: ../glib/gfileutils.c:1777 +#, c-format +msgid "%u byte" +msgid_plural "%u bytes" +msgstr[0] "%u byte" +msgstr[1] "%u bytes" + +#: ../glib/gfileutils.c:1785 +#, c-format +msgid "%.1f KB" +msgstr "%.1f KB" + +#: ../glib/gfileutils.c:1790 +#, c-format +msgid "%.1f MB" +msgstr "%.1f MB" + +#: ../glib/gfileutils.c:1795 +#, c-format +msgid "%.1f GB" +msgstr "%.1f GB" + +#: ../glib/gfileutils.c:1800 +#, c-format +msgid "%.1f TB" +msgstr "%.1f TB" + +#: ../glib/gfileutils.c:1805 +#, c-format +msgid "%.1f PB" +msgstr "%.1f PB" + +#: ../glib/gfileutils.c:1810 +#, c-format +msgid "%.1f EB" +msgstr "%.1f EB" + +# gconf/gconf-internals.c:2416 +#: ../glib/gfileutils.c:1853 +#, c-format +msgid "Failed to read the symbolic link '%s': %s" +msgstr "Αποτυχία ανάγνωσης συμβολικού συνδέσμου '%s': %s" + +#: ../glib/gfileutils.c:1874 +msgid "Symbolic links not supported" +msgstr "Οι συμβολικοί σύνδεσμοι δεν υποστηρίζονται" + +#: ../glib/giochannel.c:1407 +#, c-format +msgid "Could not open converter from '%s' to '%s': %s" +msgstr "Δεν ήταν δυνατό το άνοιγμα μετατροπέα από '%s' σε '%s': %s" + +#: ../glib/giochannel.c:1752 +msgid "Can't do a raw read in g_io_channel_read_line_string" +msgstr "Δεν είναι δυνατή η raw ανάγνωση σε g_io_channel_read_line_string" + +#: ../glib/giochannel.c:1799 ../glib/giochannel.c:2057 +#: ../glib/giochannel.c:2144 +msgid "Leftover unconverted data in read buffer" +msgstr "Εναπομείναντα δεδομένα που δεν έχουν μετατραπεί στο read buffer" + +#: ../glib/giochannel.c:1880 ../glib/giochannel.c:1957 +msgid "Channel terminates in a partial character" +msgstr "Το κανάλι τερματίζει σε ημιτελή χαρακτήρα" + +#: ../glib/giochannel.c:1943 +msgid "Can't do a raw read in g_io_channel_read_to_end" +msgstr "Δεν είναι δυνατή η raw ανάγνωση σε g_io_channel_read_to_end" + +# gconf/gconf-internals.c:2416 +#: ../glib/gmappedfile.c:150 +#, c-format +msgid "Failed to open file '%s': open() failed: %s" +msgstr "Αδυναμία ανοίγματος αρχείου '%s': open() απέτυχε: %s" + +# gconf/gconf-internals.c:2416 +#: ../glib/gmappedfile.c:229 +#, c-format +msgid "Failed to map file '%s': mmap() failed: %s" +msgstr "Αδυναμία χαρτογράφησης αρχείου '%s': mmap() απέτυχε: %s" + +# gconf/gconfd.c:1676 +#: ../glib/gmarkup.c:307 ../glib/gmarkup.c:347 +#, c-format +msgid "Error on line %d char %d: " +msgstr "Σφάλμα στη γραμμή %d χαρακτήρας %d: " + +#: ../glib/gmarkup.c:367 ../glib/gmarkup.c:445 +#, c-format +msgid "Invalid UTF-8 encoded text in name - not valid '%s'" +msgstr "Μη έγκυρο κωδικοποιημένο κείμενο UTF-8 στο όνομα - μη έγκυρο '%s'" + +#: ../glib/gmarkup.c:378 +#, c-format +msgid "'%s' is not a valid name " +msgstr "'%s' μη έγκυρο όνομα" + +#: ../glib/gmarkup.c:394 +#, c-format +msgid "'%s' is not a valid name: '%c' " +msgstr "'%s' δεν είναι ένα έγκυρο όνομα: '%c' " + +# +#: ../glib/gmarkup.c:498 +#, c-format +msgid "Error on line %d: %s" +msgstr "Σφάλμα στη γραμμή %d: %s" + +#: ../glib/gmarkup.c:582 +#, c-format +msgid "" +"Failed to parse '%-.*s', which should have been a digit inside a character " +"reference (ê for example) - perhaps the digit is too large" +msgstr "" +"Αποτυχία ανάλυσης του '%-.*s', που θα έπρεπε να υπήρχε ένα ψηφίο μέσα στην " +"αναφορά χαρακτήρα (ê για παράδειγμα) - ίσως το ψηφίο να είναι πολύ " +"μεγάλο" + +#: ../glib/gmarkup.c:594 +msgid "" +"Character reference did not end with a semicolon; most likely you used an " +"ampersand character without intending to start an entity - escape ampersand " +"as &" +msgstr "" +"Η αναφορά χαρακτήρα δεν τελειώνει με ερωτηματικό (;). Πιθανόν να " +"χρησιμοποιήσατε το & χωρίς να θέλετε να ξεκινήσετε μια οντότητα - διαφυγή " +"συμπλεκτικού χαρακτήρα ως &" + +#: ../glib/gmarkup.c:620 +#, c-format +msgid "Character reference '%-.*s' does not encode a permitted character" +msgstr "Η αναφορά χαρακτήρα'%-.*s' δεν κωδικοποιεί έναν επιτρεπόμενο χαρακτήρα" + +#: ../glib/gmarkup.c:658 +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "" +"Κενή καταχώρηση '&;'· έγκυρες οντότητες είναι: & " < > '" + +#: ../glib/gmarkup.c:666 +#, c-format +msgid "Entity name '%-.*s' is not known" +msgstr "Το όνομα οντότητας '%-.*s' δεν είναι γνωστό" + +#: ../glib/gmarkup.c:671 +msgid "" +"Entity did not end with a semicolon; most likely you used an ampersand " +"character without intending to start an entity - escape ampersand as &" +msgstr "" +"Η οντότητα δεν τελειώνει με ερωτηματικό (;)· πιθανόν να χρησιμοποιήσατε το & " +"χωρίς να θέλετε να ξεκινήσετε οντότητα - διαφυγή συμπλεκτικού χαρακτήρα ως " +"&" + +#: ../glib/gmarkup.c:1018 +msgid "Document must begin with an element (e.g. )" +msgstr "Το έγγραφο πρέπει να ξεκινάει με ένα στοιχείο (π.χ. )" + +#: ../glib/gmarkup.c:1058 +#, c-format +msgid "" +"'%s' is not a valid character following a '<' character; it may not begin an " +"element name" +msgstr "" +"Το '%s' δεν είναι έγκυρος χαρακτήρας όταν ακολουθείται από ένα χαρακτήρα '<'." + +#: ../glib/gmarkup.c:1126 +#, c-format +msgid "" +"Odd character '%s', expected a '>' character to end the empty-element tag '%" +"s'" +msgstr "" +"Περίεργος χαρακτήρας '%s', αναμενόταν ο χαρακτήρας '>' στο τέλος της " +"ετικέτας του κενού-στοιχείου '%s'" + +#: ../glib/gmarkup.c:1210 +#, c-format +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgstr "" +"Περίεργος χαρακτήρας '%s', αναμενόταν ένα '=' μετά το όνομα γνωρίσματος '%s' " +"του στοιχείου '%s'" + +#: ../glib/gmarkup.c:1251 +#, c-format +msgid "" +"Odd character '%s', expected a '>' or '/' character to end the start tag of " +"element '%s', or optionally an attribute; perhaps you used an invalid " +"character in an attribute name" +msgstr "" +"Περίεργος χαρακτήρας '%s', αναμενόταν ένας χαρακτήρας '>' ή '/' στο τέλος " +"της ετικέτας έναρξης του στοιχείου '%s' ή προαιρετικά ένα γνώρισμα· πιθανόν " +"να χρησιμοποιήσατε ένα μη έγκυρο χαρακτήρα σε ένα όνομα γνωρίσματος" + +#: ../glib/gmarkup.c:1295 +#, c-format +msgid "" +"Odd character '%s', expected an open quote mark after the equals sign when " +"giving value for attribute '%s' of element '%s'" +msgstr "" +"Περίεργος χαρακτήρας '%s', αναμενόταν ένα ανοικτό εισαγωγικό μετά το σημείο " +"ίσον κατά την απόδοση τιμής για το γνώρισμα '%s' του στοιχείου '%s'" + +#: ../glib/gmarkup.c:1429 +#, c-format +msgid "" +"'%s' is not a valid character following the characters ''" +msgstr "" +"Το '%s' δεν είναι ένας έγκυρος χαρακτήρας ακολουθούμενος από το όνομα " +"στοιχείου κλεισίματος '%s'· ο επιτρεπόμενος χαρακτήρας είναι '>'" + +#: ../glib/gmarkup.c:1476 +#, c-format +msgid "Element '%s' was closed, no element is currently open" +msgstr "Το στοιχείο '%s' έκλεισε, κανένα στοιχείο δεν είναι ανοικτό" + +#: ../glib/gmarkup.c:1485 +#, c-format +msgid "Element '%s' was closed, but the currently open element is '%s'" +msgstr "Το στοιχείο '%s' έκλεισε, αλλά το τρέχον ανοικτό στοιχείο είναι '%s'" + +#: ../glib/gmarkup.c:1652 +msgid "Document was empty or contained only whitespace" +msgstr "Το έγγραφο ήταν κενό ή περιέχει μόνο λευκό κενό" + +#: ../glib/gmarkup.c:1666 +msgid "Document ended unexpectedly just after an open angle bracket '<'" +msgstr "" +"Το έγγραφο τερματίστηκε απρόσμενα αμέσως μετά από μια ανοικτή γωνιακή " +"παρένθεση '<'" + +#: ../glib/gmarkup.c:1674 ../glib/gmarkup.c:1719 +#, c-format +msgid "" +"Document ended unexpectedly with elements still open - '%s' was the last " +"element opened" +msgstr "" +"Το έγγραφο τερματίστηκε απρόσμενα με στοιχεία ακόμα ανοικτά - '%s' ήταν το " +"τελευταίο στοιχείο που ανοίχθηκε" + +#: ../glib/gmarkup.c:1682 +#, c-format +msgid "" +"Document ended unexpectedly, expected to see a close angle bracket ending " +"the tag <%s/>" +msgstr "" +"Το έγγραφο τερματίστηκε απρόσμενα, αναμενόταν μια παρένθεση κλεισίματος στο " +"τέλος του tag <%s/>" + +#: ../glib/gmarkup.c:1688 +msgid "Document ended unexpectedly inside an element name" +msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα στοιχείου" + +#: ../glib/gmarkup.c:1694 +msgid "Document ended unexpectedly inside an attribute name" +msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε όνομα γνωρίσματος" + +#: ../glib/gmarkup.c:1699 +msgid "Document ended unexpectedly inside an element-opening tag." +msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε tag ανοίγματος στοιχείου." + +#: ../glib/gmarkup.c:1705 +msgid "" +"Document ended unexpectedly after the equals sign following an attribute " +"name; no attribute value" +msgstr "" +"Το έγγραφο τερματίστηκε απρόσμενα λόγω του ότι μετά του σημείου ίσον " +"ακολουθεί ένα όνομα γνωρίσματος· δεν υπάρχει τιμή γνωρίσματος" + +#: ../glib/gmarkup.c:1712 +msgid "Document ended unexpectedly while inside an attribute value" +msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε τιμή γνωρίσματος" + +#: ../glib/gmarkup.c:1728 +#, c-format +msgid "Document ended unexpectedly inside the close tag for element '%s'" +msgstr "" +"Το έγγραφο τερματίστηκε απρόσμενα μέσα σε tag κλεισίματος για στοιχείο '%s'" + +#: ../glib/gmarkup.c:1734 +msgid "Document ended unexpectedly inside a comment or processing instruction" +msgstr "Το έγγραφο τερματίστηκε απρόσμενα μέσα σε σχόλιο ή εντολή σε διεργασία" + +#: ../glib/gregex.c:188 +msgid "corrupted object" +msgstr "κατεστραμμένο αντικείμενο" + +#: ../glib/gregex.c:190 +msgid "internal error or corrupted object" +msgstr "εσωτερικό σφάλμα ή κατεστραμμένο αντικείμενο" + +#: ../glib/gregex.c:192 +msgid "out of memory" +msgstr "ανεπάρκεια μνήμης" + +#: ../glib/gregex.c:197 +msgid "backtracking limit reached" +msgstr "εξαντλήθηκε το όριο της ανίχνευσης προς τα πίσω" + +#: ../glib/gregex.c:209 ../glib/gregex.c:217 +msgid "the pattern contains items not supported for partial matching" +msgstr "" +"το υπόδειγμα περιέχει αντικείμενα που δεν υποστηρίζονται για μερικό ταίριασμα" + +#: ../glib/gregex.c:211 ../gio/glocalfile.c:2109 +msgid "internal error" +msgstr "εσωτερικό σφάλμα" + +#: ../glib/gregex.c:219 +msgid "back references as conditions are not supported for partial matching" +msgstr "" +"οι αναφορές προς τα πίσω, σαν συνθήκες, δεν υποστηρίζονται για μερικό " +"ταίριασμα" + +#: ../glib/gregex.c:228 +msgid "recursion limit reached" +msgstr "εξαντλήθηκε το όριο αναδρομής" + +#: ../glib/gregex.c:230 +msgid "workspace limit for empty substrings reached" +msgstr "εξαντλήθηκε το όριο του χώρου εργασίας για κενές συμβολοσειρές" + +#: ../glib/gregex.c:232 +msgid "invalid combination of newline flags" +msgstr "μη έγκυρος συνδυασμός για σημαίες αλλαγής γραμμής" + +#: ../glib/gregex.c:236 +msgid "unknown error" +msgstr "άγνωστο σφάλμα" + +#: ../glib/gregex.c:256 +msgid "\\ at end of pattern" +msgstr "\\ στο τέλος του υποδείγματος" + +#: ../glib/gregex.c:259 +msgid "\\c at end of pattern" +msgstr "\\c στο τέλος του υποδείγματος" + +#: ../glib/gregex.c:262 +msgid "unrecognized character follows \\" +msgstr "ημιτελής αναφορά χαρακτήρα μετά \\" + +#: ../glib/gregex.c:269 +msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" +msgstr "" +"δεν επιτρέπονται οι ακολουθίες διαφυγής (\\l, \\L, \\u, \\U) για την " +"εναλλαγή μεταξύ πεζών και κεφαλαίων" + +#: ../glib/gregex.c:272 +msgid "numbers out of order in {} quantifier" +msgstr "οι αριθμοί είναι εκτός λειτουργίας στον προσδιοριστή {}" + +#: ../glib/gregex.c:275 +msgid "number too big in {} quantifier" +msgstr "πολύ μεγάλος αριθμός στον προσδιοριστή {}" + +#: ../glib/gregex.c:278 +msgid "missing terminating ] for character class" +msgstr "λείπει η τελική ] για την κλάση χαρακτήρων" + +#: ../glib/gregex.c:281 +msgid "invalid escape sequence in character class" +msgstr "μη έγκυρη escape sequence σε character class" + +#: ../glib/gregex.c:284 +msgid "range out of order in character class" +msgstr "εύρος σε λανθασμένη σειρά στην κλάση χαρακτήρων" + +#: ../glib/gregex.c:287 +msgid "nothing to repeat" +msgstr "τίποτα για επανάληψη" + +#: ../glib/gregex.c:290 +msgid "unrecognized character after (?" +msgstr "ημιτελής αναφορά χαρακτήρα μετά (?" + +#: ../glib/gregex.c:294 +msgid "unrecognized character after (?<" +msgstr "μη αναγνωρίσιμος χαρακτήρας μετά το (?<" + +#: ../glib/gregex.c:298 +msgid "unrecognized character after (?P" +msgstr "ημιτελής αναφορά χαρακτήρα μετά (?P" + +#: ../glib/gregex.c:301 +msgid "POSIX named classes are supported only within a class" +msgstr "Οι κλάσεις με ονόματα κατά POSIX υποστηρίζονται μόνο εντός κλάσεων" + +#: ../glib/gregex.c:304 +msgid "missing terminating )" +msgstr "λείπει η τελική )" + +#: ../glib/gregex.c:308 +msgid ") without opening (" +msgstr ") χωρίς άνοιγμα (" + +#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) +#. * sequences here, '(?-54' would be an example for the second group. +#. +#: ../glib/gregex.c:315 +msgid "(?R or (?[+-]digits must be followed by )" +msgstr "τα (?R ή (?[+-]digits πρέπει να ακολουθούνται από )" + +#: ../glib/gregex.c:318 +msgid "reference to non-existent subpattern" +msgstr "αναφορά σε ανύπαρκτο υπο-υπόδειγμα" + +#: ../glib/gregex.c:321 +msgid "missing ) after comment" +msgstr "λείπει η ) μετά από το σχόλιο" + +#: ../glib/gregex.c:324 +msgid "regular expression too large" +msgstr "πολύ μεγάλη κανονική έκφραση" + +#: ../glib/gregex.c:327 +msgid "failed to get memory" +msgstr "αποτυχία στη λήψη μνήμης" + +#: ../glib/gregex.c:330 +msgid "lookbehind assertion is not fixed length" +msgstr "το lookbehind assertion δεν έχει σταθερό μήκος" + +#: ../glib/gregex.c:333 +msgid "malformed number or name after (?(" +msgstr "κακοδιατυπωμένος αριθμός ή ονόματος μετά το (?(" + +#: ../glib/gregex.c:336 +msgid "conditional group contains more than two branches" +msgstr "η ομάδα υποθετικών περιέχει περισσότερους από δύο κλάδους" + +#: ../glib/gregex.c:339 +msgid "assertion expected after (?(" +msgstr "αναμένεται assertion μετά το (?(" + +#: ../glib/gregex.c:342 +msgid "unknown POSIX class name" +msgstr "άγνωστο όνομα κλάσης POSIX" + +#: ../glib/gregex.c:345 +msgid "POSIX collating elements are not supported" +msgstr "δεν υποστηρίζονται τα στοιχεία ταξινόμησης POSIX" + +#: ../glib/gregex.c:348 +msgid "character value in \\x{...} sequence is too large" +msgstr "η τιμή του χαρακτήρα στην ακολουθία \\x{...} είναι υπερβολικά μεγάλη" + +#: ../glib/gregex.c:351 +msgid "invalid condition (?(0)" +msgstr "μη έγκυρη συνθήκη (?(0)" + +#: ../glib/gregex.c:354 +msgid "\\C not allowed in lookbehind assertion" +msgstr "δεν επιτρέπεται \\C στο lookbehind assertion" + +#: ../glib/gregex.c:357 +msgid "recursive call could loop indefinitely" +msgstr "" +"η αναδρομική κλήση μπορεί να οδηγήσει σε επ' άπειρω επανάληψη του βρόγχου" + +#: ../glib/gregex.c:360 +msgid "missing terminator in subpattern name" +msgstr "λείπει το τελικό τμήμα από το όνομα του υπο-υποδείγματος" + +#: ../glib/gregex.c:363 +msgid "two named subpatterns have the same name" +msgstr "δύο υπο-υποδείγματα έχουν το ίδιο όνομα" + +#: ../glib/gregex.c:366 +msgid "malformed \\P or \\p sequence" +msgstr "κακοδιατυπωμένο \\P ή \\p αλληλουχία" + +#: ../glib/gregex.c:369 +msgid "unknown property name after \\P or \\p" +msgstr "άγνωστο όνομα ιδιότητας μετά το \\P ή το \\p" + +#: ../glib/gregex.c:372 +msgid "subpattern name is too long (maximum 32 characters)" +msgstr "" +"το όνομα του υπο-υποδείγματος είναι υπερβολικά μεγάλο (επιτρέπονται μέχρι 32 " +"χαρακτήρες)" + +#: ../glib/gregex.c:375 +msgid "too many named subpatterns (maximum 10,000)" +msgstr "" +"υπερβολικά μεγάλος αριθμός υπο-υποδειγμάτων (επιτρέπονται μέχρι 10.000)" + +#: ../glib/gregex.c:378 +msgid "octal value is greater than \\377" +msgstr "η οκταδική τιμή είναι μεγαλύτερη από \\377" + +#: ../glib/gregex.c:381 +msgid "DEFINE group contains more than one branch" +msgstr "η ομάδα DEFINE περιέχει περισσότερους από έναν κλάδους" + +#: ../glib/gregex.c:384 +msgid "repeating a DEFINE group is not allowed" +msgstr "δεν επιτρέπεται η επανάληψη ομάδας DEFINE" + +#: ../glib/gregex.c:387 +msgid "inconsistent NEWLINE options" +msgstr "μη συνεκτικές επιλογές NEWLINE" + +#: ../glib/gregex.c:390 +msgid "" +"\\g is not followed by a braced name or an optionally braced non-zero number" +msgstr "" +"το \\g δεν ακολουθείται από όνομα εντός αγκίστρων ή από μη μηδενικό αριθμό " +"προαιρετικά εντός αγκίστρων" + +#: ../glib/gregex.c:395 +msgid "unexpected repeat" +msgstr "μη αναμενόμενη επανάληψη" + +#: ../glib/gregex.c:399 +msgid "code overflow" +msgstr "overflow κώδικα" + +#: ../glib/gregex.c:403 +msgid "overran compiling workspace" +msgstr "υπέρβαση μεταγλώττισης χώρου εργασίας" + +#: ../glib/gregex.c:407 +msgid "previously-checked referenced subpattern not found" +msgstr "δε βρέθηκε το αναφερόμενο υπο-υπόδειγμα που είχε ελεγχθεί προηγουμένως" + +#: ../glib/gregex.c:579 ../glib/gregex.c:1700 +#, c-format +msgid "Error while matching regular expression %s: %s" +msgstr "Σφάλμα κατά την αντιστοίχιση της κανονικής έκφρασης %s: %s" + +#: ../glib/gregex.c:1155 +msgid "PCRE library is compiled without UTF8 support" +msgstr "Η βιβλιοθήκη PCRE έχει μεταγλωττιστεί χωρίς υποστήριξη UTF8" + +#: ../glib/gregex.c:1164 +msgid "PCRE library is compiled without UTF8 properties support" +msgstr "" +"Η βιβλιοθήκη PCRE έχει μεταγλωττιστεί χωρίς υποστήριξη των ιδιοτήτων του UTF8" + +# gconf/gconfd.c:1676 +#: ../glib/gregex.c:1218 +#, c-format +msgid "Error while compiling regular expression %s at char %d: %s" +msgstr "" +"Σφάλμα κατά τη μεταγλώττιση της κανονικής έκφρασης %s στον χαρακτήρα %d: %s" + +#: ../glib/gregex.c:1254 +#, c-format +msgid "Error while optimizing regular expression %s: %s" +msgstr "Σφάλμα κατά τη βελτιστοποίηση της κανονικής έκφρασης %s: %s" + +#: ../glib/gregex.c:2128 +msgid "hexadecimal digit or '}' expected" +msgstr "αναμένεται δεκαεξαδικό ψηφίο ή '}'" + +#: ../glib/gregex.c:2144 +msgid "hexadecimal digit expected" +msgstr "αναμένεται δεκαεξαδικό ψηφίο" + +#: ../glib/gregex.c:2184 +msgid "missing '<' in symbolic reference" +msgstr "λείπει το '<' από τη συμβολική αναφορά" + +#: ../glib/gregex.c:2193 +msgid "unfinished symbolic reference" +msgstr "ημιτελής συμβολική αναφορά" + +#: ../glib/gregex.c:2200 +msgid "zero-length symbolic reference" +msgstr "συμβολική αναφορά μηδενικού μήκους" + +#: ../glib/gregex.c:2211 +msgid "digit expected" +msgstr "αναμένεται ψηφίο" + +#: ../glib/gregex.c:2229 +msgid "illegal symbolic reference" +msgstr "μη επιτρεπτή συμβολική αναφορά" + +#: ../glib/gregex.c:2291 +msgid "stray final '\\'" +msgstr "τελικό '\\' που δεν αντιστοιχεί πουθενά" + +#: ../glib/gregex.c:2295 +msgid "unknown escape sequence" +msgstr "άγνωστη ακολουθία διαφυγής" + +#: ../glib/gregex.c:2305 +#, c-format +msgid "Error while parsing replacement text \"%s\" at char %lu: %s" +msgstr "" +"Σφάλμα κατά την ανάλυση του κειμένου αντικατάστασης \"%s\" στον χαρακτήρα %" +"lu: %s" + +# gconf/gconf-internals.c:1577 +#: ../glib/gshell.c:91 +msgid "Quoted text doesn't begin with a quotation mark" +msgstr "Το παρατιθέμενο αλφαριθμητικό δεν αρχίζει με εισαγωγικό σημείο" + +#: ../glib/gshell.c:181 +msgid "Unmatched quotation mark in command line or other shell-quoted text" +msgstr "" +"Αταίριαστο ερωτηματικό στη γραμμή εντολών ή άλλο κείμενο που παρατίθεται από " +"κέλυφος" + +#: ../glib/gshell.c:559 +#, c-format +msgid "Text ended just after a '\\' character. (The text was '%s')" +msgstr "" +"Το κείμενο τερματίστηκε αμέσως μετά από χαρακτήρα '\\'. (Το κείμενο ήταν '%" +"s')" + +#: ../glib/gshell.c:566 +#, c-format +msgid "Text ended before matching quote was found for %c. (The text was '%s')" +msgstr "" +"Το κείμενο τερματίστηκε πριν να βρεθεί ταιριαστή παράθεση για %c. (Το " +"κείμενο ήταν '%s')" + +#: ../glib/gshell.c:578 +msgid "Text was empty (or contained only whitespace)" +msgstr "Το κείμενο ήταν κενό (ή περιέχει μόνο λευκό κενό)" + +#: ../glib/gspawn-win32.c:282 +msgid "Failed to read data from child process" +msgstr "Αποτυχία ανάγνωσης δεδομένων από θυγατρική διεργασία" + +#: ../glib/gspawn-win32.c:299 ../glib/gspawn.c:1486 +#, c-format +msgid "Failed to create pipe for communicating with child process (%s)" +msgstr "" +"Αποτυχία δημιουργίας σωλήνωσης για την επικοινωνία με θυγατρική διεργασία (%" +"s)" + +# gconf/gconftool.c:881 +#: ../glib/gspawn-win32.c:338 ../glib/gspawn-win32.c:346 ../glib/gspawn.c:1145 +#, c-format +msgid "Failed to read from child pipe (%s)" +msgstr "Αποτυχία ανάγνωσης από θυγατρική σωλήνωση (%s)" + +#: ../glib/gspawn-win32.c:369 ../glib/gspawn.c:1352 +#, c-format +msgid "Failed to change to directory '%s' (%s)" +msgstr "Αποτυχία αλλαγής καταλόγου '%s' (%s)" + +#: ../glib/gspawn-win32.c:375 ../glib/gspawn-win32.c:494 +#, c-format +msgid "Failed to execute child process (%s)" +msgstr "Αποτυχία εκτέλεσης θυγατρικής διεργασίας (%s)" + +#: ../glib/gspawn-win32.c:444 +#, c-format +msgid "Invalid program name: %s" +msgstr "Ακατάλληλο όνομα προγράμματος: %s" + +#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:722 +#: ../glib/gspawn-win32.c:1278 +#, c-format +msgid "Invalid string in argument vector at %d: %s" +msgstr "Μη έγκυρο όρισμα για %d: %s" + +#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:737 +#: ../glib/gspawn-win32.c:1311 +#, c-format +msgid "Invalid string in environment: %s" +msgstr "Μη έγκυρη σειρά στο περιβάλλον: %s" + +# +#: ../glib/gspawn-win32.c:718 ../glib/gspawn-win32.c:1259 +#, c-format +msgid "Invalid working directory: %s" +msgstr "Μη έγκυρος κατάλογος εργασίας: %s" + +#: ../glib/gspawn-win32.c:783 +#, c-format +msgid "Failed to execute helper program (%s)" +msgstr "Αποτυχία εκτέλεσης βοηθητικού προγράμματος(%s)" + +#: ../glib/gspawn-win32.c:997 +msgid "" +"Unexpected error in g_io_channel_win32_poll() reading data from a child " +"process" +msgstr "" +"Απρόσμενο σφάλμα στο g_io_channel_win32_poll() ανάγνωση δεδομένων από μια " +"θυγατρική διεργασία" + +# gconf/gconf-internals.c:2416 +#: ../glib/gspawn.c:196 +#, c-format +msgid "Failed to read data from child process (%s)" +msgstr "Αποτυχία ανάγνωσης δεδομένων από θυγατρική διεργασία (%s)" + +#: ../glib/gspawn.c:335 +#, c-format +msgid "Unexpected error in select() reading data from a child process (%s)" +msgstr "" +"Απρόσμενο σφάλμα στο select() ανάγνωσης δεδομένων από θυγατρική διεργασία (%" +"s)" + +#: ../glib/gspawn.c:420 +#, c-format +msgid "Unexpected error in waitpid() (%s)" +msgstr "Μη αναμενόμενο σφάλμα στη waitpid() (%s)" + +# gconf/gconf-internals.c:2416 +#: ../glib/gspawn.c:1212 +#, c-format +msgid "Failed to fork (%s)" +msgstr "Αποτυχία δικράνωσης (%s)" + +# gconf/gconf-internals.c:2416 +#: ../glib/gspawn.c:1362 +#, c-format +msgid "Failed to execute child process \"%s\" (%s)" +msgstr "Αποτυχία εκτέλεσης θυγατρικής διεργασίας \"%s\" (%s)" + +#: ../glib/gspawn.c:1372 +#, c-format +msgid "Failed to redirect output or input of child process (%s)" +msgstr "" +"Αποτυχία προώθησης αποτελέσματος ή εισόδου της θυγατρικής διεργασίας (%s)" + +#: ../glib/gspawn.c:1381 +#, c-format +msgid "Failed to fork child process (%s)" +msgstr "Αποτυχία δικράνωσης θυγατρικής διεργασίας (%s)" + +#: ../glib/gspawn.c:1389 +#, c-format +msgid "Unknown error executing child process \"%s\"" +msgstr "Άγνωστο σφάλμα κατά την εκτέλεση της θυγατρικής διεργασίας \"%s\"" + +#: ../glib/gspawn.c:1413 +#, c-format +msgid "Failed to read enough data from child pid pipe (%s)" +msgstr "Αποτυχία ανάγνωσης επαρκών δεδομένων από θυγατρική σωλήνωση pid (%s)" + +#: ../glib/gutf8.c:1066 +msgid "Character out of range for UTF-8" +msgstr "Ο χαρακτήρας είναι έξω από την εμβέλεια για UTF-8" + +#: ../glib/gutf8.c:1166 ../glib/gutf8.c:1175 ../glib/gutf8.c:1307 +#: ../glib/gutf8.c:1316 ../glib/gutf8.c:1457 ../glib/gutf8.c:1553 +msgid "Invalid sequence in conversion input" +msgstr "Μη έγκυρη σειρά στην είσοδο μετατροπής" + +#: ../glib/gutf8.c:1468 ../glib/gutf8.c:1564 +msgid "Character out of range for UTF-16" +msgstr "Ο χαρακτήρας είναι έξω από την εμβέλεια για UTF-16" + +#: ../glib/goption.c:760 +msgid "Usage:" +msgstr "Χρήση:" + +#: ../glib/goption.c:760 +msgid "[OPTION...]" +msgstr "[ΕΠΙΛΟΓΗ...]" + +#: ../glib/goption.c:866 +msgid "Help Options:" +msgstr "Επιλογές βοήθειας:" + +#: ../glib/goption.c:867 +msgid "Show help options" +msgstr "Εμφάνιση επιλογών βοήθειας" + +#: ../glib/goption.c:873 +msgid "Show all help options" +msgstr "Εμφάνιση όλων των επιλογών βοήθειας" + +#: ../glib/goption.c:935 +msgid "Application Options:" +msgstr "Επιλογές εφαρμογής:" + +#: ../glib/goption.c:997 ../glib/goption.c:1067 +#, c-format +msgid "Cannot parse integer value '%s' for %s" +msgstr "Αδυναμία ανάλυσης integer value '%s' για %s" + +#: ../glib/goption.c:1007 ../glib/goption.c:1075 +#, c-format +msgid "Integer value '%s' for %s out of range" +msgstr "Integer value '%s' για %s είναι εκτός εύρους" + +#: ../glib/goption.c:1032 +#, c-format +msgid "Cannot parse double value '%s' for %s" +msgstr "Αδυναμία ανάλυσης της τιμής του double '%s' για %s" + +#: ../glib/goption.c:1040 +#, c-format +msgid "Double value '%s' for %s out of range" +msgstr "Η τιμή του double '%s' για %s είναι εκτός εύρους" + +# gconf/gconftool.c:1181 +#: ../glib/goption.c:1303 ../glib/goption.c:1382 +#, c-format +msgid "Error parsing option %s" +msgstr "Σφάλμα επιλογής ανάλυσης %s" + +#: ../glib/goption.c:1413 ../glib/goption.c:1527 +#, c-format +msgid "Missing argument for %s" +msgstr "Λείπει όρισμα για %s" + +#: ../glib/goption.c:1922 +#, c-format +msgid "Unknown option %s" +msgstr "Άγνωστη επιλογή %s" + +#: ../glib/gkeyfile.c:362 +msgid "Valid key file could not be found in search dirs" +msgstr "Δεν μπορεί να βρεθεί έγκυρο key file στους καταλόγους αναζήτησης" + +#: ../glib/gkeyfile.c:397 +msgid "Not a regular file" +msgstr "Δεν είναι κανονικό αρχείο" + +#: ../glib/gkeyfile.c:405 +msgid "File is empty" +msgstr "Το αρχείο είναι κενό" + +#: ../glib/gkeyfile.c:764 +#, c-format +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" +msgstr "" +"Το key file περιέχει την γραμμή '%s' που δεν είναι key-value pair, group, ή " +"comment" + +#: ../glib/gkeyfile.c:824 +#, c-format +msgid "Invalid group name: %s" +msgstr "Μη έγκυρο όνομα ομάδας: %s" + +#: ../glib/gkeyfile.c:846 +msgid "Key file does not start with a group" +msgstr "Το key file δεν ξεκινάει με μια ομάδα" + +#: ../glib/gkeyfile.c:872 +#, c-format +msgid "Invalid key name: %s" +msgstr "Ακατάλληλο όνομα κλειδιού: %s" + +#: ../glib/gkeyfile.c:899 +#, c-format +msgid "Key file contains unsupported encoding '%s'" +msgstr "Το key file περιέχει μη υποστηριζόμενη κωδικοποίηση '%s'" + +#: ../glib/gkeyfile.c:1115 ../glib/gkeyfile.c:1277 ../glib/gkeyfile.c:2656 +#: ../glib/gkeyfile.c:2722 ../glib/gkeyfile.c:2857 ../glib/gkeyfile.c:2990 +#: ../glib/gkeyfile.c:3143 ../glib/gkeyfile.c:3330 ../glib/gkeyfile.c:3391 +#, c-format +msgid "Key file does not have group '%s'" +msgstr "Το key file δεν έχει ομάδα '%s'" + +#: ../glib/gkeyfile.c:1289 +#, c-format +msgid "Key file does not have key '%s'" +msgstr "Το key file δεν έχει κλειδί '%s'" + +#: ../glib/gkeyfile.c:1396 ../glib/gkeyfile.c:1511 +#, c-format +msgid "Key file contains key '%s' with value '%s' which is not UTF-8" +msgstr "Το key file περιέχει ένα κλειδί '%s' με τιμή '%s' που δεν είναι UTF-8" + +#: ../glib/gkeyfile.c:1416 ../glib/gkeyfile.c:1910 +#, c-format +msgid "Key file contains key '%s' which has value that cannot be interpreted." +msgstr "Το key file περιέχει key '%s' που η τιμή του δεν μπορεί να ερμηνευθεί." + +#: ../glib/gkeyfile.c:1531 +#, c-format +msgid "" +"Key file contains key '%s' which has a value that cannot be interpreted." +msgstr "" +"Το αρχείο-κλειδί περιέχει το κλειδί '%s' που περιέχει μια τιμή που δεν " +"μπορεί να ερμηνευθεί." + +#: ../glib/gkeyfile.c:2125 ../glib/gkeyfile.c:2487 +#, c-format +msgid "" +"Key file contains key '%s' in group '%s' which has value that cannot be " +"interpreted." +msgstr "" +"Το key file περιέχει key '%s' στην ομάδα '%s' που η τιμή του δεν μπορεί να " +"ερμηνευθεί." + +#: ../glib/gkeyfile.c:2671 ../glib/gkeyfile.c:2872 ../glib/gkeyfile.c:3402 +#, c-format +msgid "Key file does not have key '%s' in group '%s'" +msgstr "Το key file δεν έχει key '%s' στην ομάδα '%s'" + +#: ../glib/gkeyfile.c:3636 +msgid "Key file contains escape character at end of line" +msgstr "Το key file περιέχει escape character στο τέλος της γραμμής" + +#: ../glib/gkeyfile.c:3658 +#, c-format +msgid "Key file contains invalid escape sequence '%s'" +msgstr "To key file περιέχει χαρακτήρες μη έγκυρα escaped '%s'" + +#: ../glib/gkeyfile.c:3800 +#, c-format +msgid "Value '%s' cannot be interpreted as a number." +msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως ένας αριθμός." + +#: ../glib/gkeyfile.c:3814 +#, c-format +msgid "Integer value '%s' out of range" +msgstr "Integer value '%s' είναι εκτός εύρους" + +#: ../glib/gkeyfile.c:3847 +#, c-format +msgid "Value '%s' cannot be interpreted as a float number." +msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως αριθμός κινητής υποδιαστολής." + +#: ../glib/gkeyfile.c:3871 +#, c-format +msgid "Value '%s' cannot be interpreted as a boolean." +msgstr "Η τιμή '%s' δεν μπορεί να ερμηνευθεί ως boolean." + +#: ../gio/gbufferedinputstream.c:411 ../gio/gbufferedinputstream.c:492 +#: ../gio/ginputstream.c:185 ../gio/ginputstream.c:317 +#: ../gio/ginputstream.c:556 ../gio/ginputstream.c:681 +#: ../gio/goutputstream.c:198 ../gio/goutputstream.c:725 +#, c-format +msgid "Too large count value passed to %s" +msgstr "Η τιμή που διαβιβάστηκε στο %s είναι υπερβολικά μεγάλη" + +#: ../gio/gbufferedinputstream.c:881 ../gio/ginputstream.c:891 +#: ../gio/giostream.c:306 ../gio/goutputstream.c:1200 +msgid "Stream is already closed" +msgstr "Η ροή έχει ήδη κλείσει" + +#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1633 +#: ../gio/gdbusconnection.c:1722 ../gio/gdbusconnection.c:1904 +#: ../gio/glocalfile.c:2102 ../gio/gsimpleasyncresult.c:755 +#: ../gio/gsimpleasyncresult.c:781 +msgid "Operation was cancelled" +msgstr "Η λειτουργία ακυρώθηκε" + +#: ../gio/gcharsetconverter.c:263 +msgid "Invalid object, not initialized" +msgstr "Μη έγκυρο αντικείμενο, δεν αρχικοποιήθηκε" + +#: ../gio/gcharsetconverter.c:284 ../gio/gcharsetconverter.c:312 +msgid "Incomplete multibyte sequence in input" +msgstr "Ελλιπής σειρά byte στην είσοδο" + +#: ../gio/gcharsetconverter.c:318 ../gio/gcharsetconverter.c:327 +msgid "Not enough space in destination" +msgstr "Μη επαρκής χώρος στην περιοχή προορισμού" + +#: ../gio/gcharsetconverter.c:447 ../gio/gsocket.c:810 +msgid "Cancellable initialization not supported" +msgstr "Δεν υποστηρίζεται η αρχικοποίηση με δυνατότητα ακύρωσης" + +#: ../gio/gcontenttype.c:179 +msgid "Unknown type" +msgstr "Άγνωστος τύπος" + +#: ../gio/gcontenttype.c:180 +#, c-format +msgid "%s filetype" +msgstr "%s τύπος αρχείων" + +#: ../gio/gcontenttype.c:679 +#, c-format +msgid "%s type" +msgstr "τύπος %s" + +#: ../gio/gcredentials.c:246 ../gio/gcredentials.c:441 +msgid "GCredentials is not implemented on this OS" +msgstr "Το GCredentials δεν έχει υλοποιηθεί σε αυτό OS" + +#: ../gio/gcredentials.c:396 +msgid "There is no GCredentials support for your platform" +msgstr "Δεν υπάρχει υποστήριξη του GCredentials για την πλατφόρμα σας" + +#: ../gio/gdatainputstream.c:311 +msgid "Unexpected early end-of-stream" +msgstr "Μη αναμενόμενο πρόωρο τέλος ροής" + +#: ../gio/gdbusaddress.c:142 ../gio/gdbusaddress.c:230 +#: ../gio/gdbusaddress.c:304 +#, c-format +msgid "Unsupported key `%s' in address entry `%s'" +msgstr "Μη-υποστηριζόμενο κλειδί `%s' στην εισαγωγή διεύθυνσης`%s'" + +#: ../gio/gdbusaddress.c:169 +#, c-format +msgid "" +"Address `%s' is invalid (need exactly one of path, tmpdir or abstract keys)" +msgstr "" +"Η διεύθυνση `%s' είναι άκυρη (χρειάζεται ακριβώς μια διαδρομή, tmpdir ή " +"αφηρημένα κλειδιά)" + +#: ../gio/gdbusaddress.c:182 +#, c-format +msgid "Meaningless key/value pair combination in address entry `%s'" +msgstr "" +"Συνδυασμός χωρίς νόημα ζευγαριού κλειδιού/τιμής στην εισαγόμενη διεύθυνση `%" +"s' " + +#: ../gio/gdbusaddress.c:245 ../gio/gdbusaddress.c:319 +#, c-format +msgid "Error in address `%s' - the port attribute is malformed" +msgstr "Σφάλμα στη διεύθυνση `%s' - η ιδιότητα θύρας είναι κακοδιατυπωμένη" + +#: ../gio/gdbusaddress.c:256 ../gio/gdbusaddress.c:330 +#, c-format +msgid "Error in address `%s' - the family attribute is malformed" +msgstr "Σφάλμα στη διεύθυνση `%s' - η ιδιότητα ομάδας είναι κακοδιατυπωμένη" + +#: ../gio/gdbusaddress.c:434 +#, c-format +msgid "Address element `%s', does not contain a colon (:)" +msgstr "Το στοιχείο διευθύνσεως `%s', δεν περιέχει μια άνω και κάτω τελεία (:)" + +#: ../gio/gdbusaddress.c:455 +#, c-format +msgid "" +"Key/Value pair %d, `%s', in address element `%s', does not contain an equal " +"sign" +msgstr "" +"Το δίδυμο Κλειδί/Τιμή %d, `%s', στο στοιχείο διεύθυνσης`%s', δεν περιέχει " +"τον τελεστή ίσον" + +#: ../gio/gdbusaddress.c:469 +#, c-format +msgid "" +"Error unescaping key or value in Key/Value pair %d, `%s', in address element " +"`%s'" +msgstr "" +"Σφάλμα κατά το unescaping του κλειδιού ή της τιμής στο δίδυμο Κλειδί/Τιμή %" +"d, `%s', στο στοιχείο διεύθυνσης `%s'" + +#: ../gio/gdbusaddress.c:547 +#, c-format +msgid "" +"Error in address `%s' - the unix transport requires exactly one of the keys " +"`path' or `abstract' to be set" +msgstr "" +"Σφάλμα στη διεύθυνση `%s' – ο μεταφορέας unix απαιτεί ακριβώς ένα από τα " +"κλειδιά `path' ή `abstract' να οριστούν" + +#: ../gio/gdbusaddress.c:583 +#, c-format +msgid "Error in address `%s' - the host attribute is missing or malformed" +msgstr "" +"Σφάλμα στη διεύθυνση `%s' - η ιδιότητα οικοδεσπότη λείπει είναι " +"κακοδιατυπωμένη" + +#: ../gio/gdbusaddress.c:597 +#, c-format +msgid "Error in address `%s' - the port attribute is missing or malformed" +msgstr "" +"Σφάλμα στη διεύθυνση `%s' - η ιδιότητα θύρας λείπει ή είναι κακοδιατυπωμένη" + +#: ../gio/gdbusaddress.c:611 +#, c-format +msgid "Error in address `%s' - the noncefile attribute is missing or malformed" +msgstr "" +"Σφάλμα στη διεύθυνση `%s' - η ιδιότητα του παρόντος αρχείου λείπει ή είναι " +"κακοδιατυπωμένη" + +# +#: ../gio/gdbusaddress.c:632 +msgid "Error auto-launching: " +msgstr "Σφάλμα αυτόματης εκκίνησης:" + +#: ../gio/gdbusaddress.c:640 +#, c-format +msgid "Unknown or unsupported transport `%s' for address `%s'" +msgstr "Άγνωστη ή μη υποστηριζόμενη μεταφορά `%s' για τη διεύθυνση `%s'" + +# +#: ../gio/gdbusaddress.c:676 +#, c-format +msgid "Error opening nonce file `%s': %s" +msgstr "Σφάλμα στο άνοιγμα του παρόντος αρχείου '%s': %s" + +# +#: ../gio/gdbusaddress.c:694 +#, c-format +msgid "Error reading from nonce file `%s': %s" +msgstr "Σφάλμα ανάγνωσης από το παρόν αρχείο `%s': %s" + +# +#: ../gio/gdbusaddress.c:703 +#, c-format +msgid "Error reading from nonce file `%s', expected 16 bytes, got %d" +msgstr "" +"Σφάλμα ανάγνωσης από το παρόν αρχείο `%s', αναμενόμενα τα 16 bytes, " +"παραλήφθηκαν %d" + +#: ../gio/gdbusaddress.c:721 +#, c-format +msgid "Error writing contents of nonce file `%s' to stream:" +msgstr "Σφάλμα εγγραφής περιεχομένου του παρόντος αρχείου `%s' στην ροή:" + +#: ../gio/gdbusaddress.c:942 +msgid "The given address is empty" +msgstr "Η δεδομένη διεύθυνση είναι κενή" + +#: ../gio/gdbusaddress.c:1011 +msgid "Cannot spawn a message bus without a machine-id: " +msgstr "" +"Αδύνατη η δημιουργία ενός διαύλου μηνυμάτων χωρίς μια ταυτότητα μηχανήματος:" + +# +#: ../gio/gdbusaddress.c:1048 +#, c-format +msgid "Error spawning command line `%s': " +msgstr "Σφάλμα στη δημιουργία της γραμμή εντολών `%s': " + +#: ../gio/gdbusaddress.c:1059 +#, c-format +msgid "Abnormal program termination spawning command line `%s': %s" +msgstr "" +"Ανώμαλος τερματισμός προγράμματος κατά την δημιουργία της γραμμής εντολών `%" +"s': %s" + +#: ../gio/gdbusaddress.c:1073 +#, c-format +msgid "Command line `%s' exited with non-zero exit status %d: %s" +msgstr "" +"Η γραμμή εντολών `%s' τερματίστηκε με κατάσταση εξόδου διαφορετική από το " +"μηδέν %d: %s" + +#: ../gio/gdbusaddress.c:1146 +#, c-format +msgid "Cannot determine session bus address (not implemented for this OS)" +msgstr "" +"Αδύνατος ο καθορισμός της διεύθυνσης διαύλου συνόδου (μην υλοποιημένο σε " +"αυτό το OS)" + +#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6142 +#, c-format +msgid "" +"Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable " +"- unknown value `%s'" +msgstr "" +"Αδύνατος ο καθορισμός της διεύθυνση διαύλου από την μεταβλητή περιβάλλοντος " +"DBUS_STARTER_BUS_TYPE - άγνωστη τιμή `%s'" + +#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6151 +msgid "" +"Cannot determine bus address because the DBUS_STARTER_BUS_TYPE environment " +"variable is not set" +msgstr "" +"Αδυναμία καθορισμού της διεύθυνσης διαύλου επειδή η μεταβλητή περιβάλλοντος " +"DBUS_STARTER_BUS_TYPE δεν είναι ορισθεί" + +#: ../gio/gdbusaddress.c:1264 +#, c-format +msgid "Unknown bus type %d" +msgstr "Άγνωστος τύπος διαύλου %d" + +#: ../gio/gdbusauth.c:288 +msgid "Unexpected lack of content trying to read a line" +msgstr "" +"Απροσδόκητη έλλειψη περιεχομένου κατά την προσπάθεια ανάγνωσης μιας γραμμής" + +#: ../gio/gdbusauth.c:332 +msgid "Unexpected lack of content trying to (safely) read a line" +msgstr "" +"Απροσδόκητη έλλειψη περιεχομένου που προσπαθεί (με ασφάλεια) να διαβάσιε μια " +"γραμμή" + +#: ../gio/gdbusauth.c:503 +#, c-format +msgid "" +"Exhausted all available authentication mechanisms (tried: %s) (available: %s)" +msgstr "" +"Εξάντληση όλων των διαθέσιμων μηχανισμών επικύρωσης (χρησιμοποιήθηκε: %s) " +"(διαθέσιμο: %s)" + +#: ../gio/gdbusauth.c:1150 +msgid "Cancelled via GDBusAuthObserver::authorize-authenticated-peer" +msgstr "Ακυρώθηκε μέσω του GDBusAuthObserver::authorize-authenticated-peer" + +# +#: ../gio/gdbusauthmechanismsha1.c:266 +#, c-format +msgid "Error statting directory `%s': %s" +msgstr "Σφάλμα ορισμού κατάστασης του καταλόγου `%s': %s" + +#: ../gio/gdbusauthmechanismsha1.c:278 +#, c-format +msgid "" +"Permissions on directory `%s' are malformed. Expected mode 0700, got 0%o" +msgstr "" +"Δικαιώματα στον κατάλογο `%s' είναι κακοδιατυπωμένα. Αναμενόμενη κατάσταση " +"λειτουργίας 0700, αποκτημένος 0%o" + +#: ../gio/gdbusauthmechanismsha1.c:299 +#, c-format +msgid "Error creating directory `%s': %s" +msgstr "Σφάλμα στην δημιουργία καταλόγου `%s': %s" + +# +#: ../gio/gdbusauthmechanismsha1.c:382 +#, c-format +msgid "Error opening keyring `%s' for reading: " +msgstr "Σφάλμα στο άνοιγμα της κλειδοθήκης `%s' για ανάγνωση:" + +#: ../gio/gdbusauthmechanismsha1.c:406 ../gio/gdbusauthmechanismsha1.c:715 +#, c-format +msgid "Line %d of the keyring at `%s' with content `%s' is malformed" +msgstr "" +"Η γραμμή %d από την κλειδοθήκη στο `%s' με το περιεχόμενο `%s' είναι " +"κακοδιατυπωμένη" + +#: ../gio/gdbusauthmechanismsha1.c:420 ../gio/gdbusauthmechanismsha1.c:729 +#, c-format +msgid "" +"First token of line %d of the keyring at `%s' with content `%s' is malformed" +msgstr "" +"Το πρώτο σημείο της γραμμής %d της κλειδοθήκης στο `%s' με περιεχόμενο `%s' " +"είναι κακοδιατυπωμένο" + +#: ../gio/gdbusauthmechanismsha1.c:434 ../gio/gdbusauthmechanismsha1.c:743 +#, c-format +msgid "" +"Second token of line %d of the keyring at `%s' with content `%s' is malformed" +msgstr "" +"Το δεύτερο σημείο της γραμμής %d της κλειδοθήκης στο `%s' με περιεχόμενο `%" +"s' είναι κακοδιατυπωμένο" + +#: ../gio/gdbusauthmechanismsha1.c:458 +#, c-format +msgid "Didn't find cookie with id %d in the keyring at `%s'" +msgstr "Δεν βρήκε το cookie με ταυτότητα %d στη κλειδοθήκη στο `%s'" + +# +#: ../gio/gdbusauthmechanismsha1.c:535 +#, c-format +msgid "Error deleting stale lock file `%s': %s" +msgstr "Σφάλμα στην διαγραφή του ξεπερασμένου αρχείου κλειδαριών `%s': %s" + +# +#: ../gio/gdbusauthmechanismsha1.c:566 +#, c-format +msgid "Error creating lock file `%s': %s" +msgstr "Σφάλμα στην δημιουργία αρχείου κλειδαριών `%s': %s" + +#: ../gio/gdbusauthmechanismsha1.c:596 +#, c-format +msgid "Error closing (unlinked) lock file `%s': %s" +msgstr "Σφάλμα στο κλείσιμο (αποσυνδεμένου) αρχείου κλειδαριών `%s': %s" + +# +#: ../gio/gdbusauthmechanismsha1.c:606 +#, c-format +msgid "Error unlinking lock file `%s': %s" +msgstr "Σφάλμα αποσύνδεσης του αρχείου κλειδαριών `%s': %s" + +# +#: ../gio/gdbusauthmechanismsha1.c:682 +#, c-format +msgid "Error opening keyring `%s' for writing: " +msgstr "Σφάλμα στο άνοιγμα της κλειδοθήκης `%s' για εγγραφή:" + +#: ../gio/gdbusauthmechanismsha1.c:877 +#, c-format +msgid "(Additionally, releasing the lock for `%s' also failed: %s) " +msgstr "(Επιπλέον, απελευθερώνοντας το κλείδωμα για `%s' απέτυχε επίσης: %s)" + +#: ../gio/gdbusconnection.c:1142 ../gio/gdbusconnection.c:1371 +#: ../gio/gdbusconnection.c:1410 ../gio/gdbusconnection.c:1733 +msgid "The connection is closed" +msgstr "Η σύνδεση είναι κλειστή" + +#: ../gio/gdbusconnection.c:1677 +msgid "Timeout was reached" +msgstr "Επιτευχθεί ο χρόνος λήξης" + +#: ../gio/gdbusconnection.c:2291 +msgid "" +"Unsupported flags encountered when constructing a client-side connection" +msgstr "" +"Βρέθηκαν μη υποστηριζόμενες σημαίες κατά την κατασκευή μίας client-side " +"σύνδεσης" + +#: ../gio/gdbusconnection.c:3725 ../gio/gdbusconnection.c:4043 +#, c-format +msgid "" +"No such interface `org.freedesktop.DBus.Properties' on object at path %s" +msgstr "" +"Καμία τέτοια διεπαφή `org.freedesktop.DBus.Properties' στο αντικείμενο στη " +"διαδρομή %s" + +#: ../gio/gdbusconnection.c:3797 +#, c-format +msgid "Error setting property `%s': Expected type `%s' but got `%s'" +msgstr "" +"Σφάλμα ρύθμισης της ιδιότητας`%s': Αναμενόμενος τύπος `%s' αλλά βρήκε `%s'" + +#: ../gio/gdbusconnection.c:3892 +#, c-format +msgid "No such property `%s'" +msgstr "Δε υπάρχει η ιδιότητα `%s'" + +#: ../gio/gdbusconnection.c:3904 +#, c-format +msgid "Property `%s' is not readable" +msgstr "Η ιδιότητα `%s' δεν είναι προς ανάγνωση" + +#: ../gio/gdbusconnection.c:3915 +#, c-format +msgid "Property `%s' is not writable" +msgstr "Η ιδιότητα `%s' δεν είναι προς εγγραφή" + +#: ../gio/gdbusconnection.c:3985 ../gio/gdbusconnection.c:5576 +#, c-format +msgid "No such interface `%s'" +msgstr "Δε υπάρχει η διεπαφή`%s'" + +#: ../gio/gdbusconnection.c:4173 +msgid "No such interface" +msgstr "Δε υπάρχει τέτοια διεπαφή" + +#: ../gio/gdbusconnection.c:4389 ../gio/gdbusconnection.c:6092 +#, c-format +msgid "No such interface `%s' on object at path %s" +msgstr "Δεν υπάρχει η διεπαφή `%s' στο αντικείμενο στην διαδρομή %s" + +#: ../gio/gdbusconnection.c:4441 +#, c-format +msgid "No such method `%s'" +msgstr "Δε υπάρχει η μέθοδος `%s'" + +#: ../gio/gdbusconnection.c:4472 +#, c-format +msgid "Type of message, `%s', does not match expected type `%s'" +msgstr "Ο τύπος μηνύματος, `%s', δεν ταιριάζει με τον αναμενόμενο τύπο `%s'" + +#: ../gio/gdbusconnection.c:4691 +#, c-format +msgid "An object is already exported for the interface %s at %s" +msgstr "Ένα αντικείμενο έχει εξαχθεί ήδη για τη διεπαφή %s στο %s" + +#: ../gio/gdbusconnection.c:4885 +#, c-format +msgid "Method `%s' returned type `%s', but expected `%s'" +msgstr "Η μέθοδος `%s' επέστρεψε τον τύπο `%s', αλλά αναμενόταν `%s'" + +#: ../gio/gdbusconnection.c:5687 +#, c-format +msgid "Method `%s' on interface `%s' with signature `%s' does not exist" +msgstr "Η μέθοδος `%s' στη διεπαφή `%s' με υπογραφή `%s' δεν υπάρχει" + +#: ../gio/gdbusconnection.c:5805 +#, c-format +msgid "A subtree is already exported for %s" +msgstr "Ένα υποδένδρο εξάγεται ήδη για %s" + +#: ../gio/gdbusmessage.c:856 +msgid "type is INVALID" +msgstr "ο τύπος είναι ΜΙ ΑΠΟΔΕΚΤΟΣ" + +#: ../gio/gdbusmessage.c:867 +msgid "METHOD_CALL message: PATH or MEMBER header field is missing" +msgstr "METHOD_CALL message: το πεδίο κεφαλίδας PATH ή MEMBER λείπει" + +#: ../gio/gdbusmessage.c:878 +msgid "METHOD_RETURN message: REPLY_SERIAL header field is missing" +msgstr "METHOD_RETURN message: το πεδίο κεφαλίδας REPLY_SERIAL λείπει" + +#: ../gio/gdbusmessage.c:890 +msgid "ERROR message: REPLY_SERIAL or ERROR_NAME header field is missing" +msgstr "ERROR message: το πεδίο κεφαλίδας REPLY_SERIAL ή ERROR_NAME λείπει" + +#: ../gio/gdbusmessage.c:903 +msgid "SIGNAL message: PATH, INTERFACE or MEMBER header field is missing" +msgstr "SIGNAL message: : το πεδίο κεφαλίδας PATH, INTERFACE ή MEMBER λείπει" + +#: ../gio/gdbusmessage.c:911 +msgid "" +"SIGNAL message: The PATH header field is using the reserved value /org/" +"freedesktop/DBus/Local" +msgstr "" +"SIGNAL message: Το πεδίο κεφαλίδας PATH χρησιμοποιεί τη δεσμευμένη τιμή /org/" +"freedesktop/DBus/Local" + +#: ../gio/gdbusmessage.c:919 +msgid "" +"SIGNAL message: The INTERFACE header field is using the reserved value org." +"freedesktop.DBus.Local" +msgstr "" +"SIGNAL message: Το πεδίο κεφαλίδας INTERFACE χρησιμοποιεί τη δεσμευμένη τιμή " +"org.freedesktop.DBus.Local" + +#: ../gio/gdbusmessage.c:994 +#, c-format +msgid "Wanted to read %lu bytes but got EOF" +msgstr "Απαίτηση για ανάγνωση %lu bytes αλλά βρήκε το EOF" + +#: ../gio/gdbusmessage.c:1019 +#, c-format +msgid "" +"Expected valid UTF-8 string but found invalid bytes at byte offset %d " +"(length of string is %d). The valid UTF-8 string up until that point was `%s'" +msgstr "" +"Αναμενόταν έγκυρο αλφαριθμητικό UTF-8 αλλά βρέθηκαν άκυρα bytes στο byte " +"offset %d (μήκος του αλφαριθμητικού %d). Το έγκυρο UTF-8 αλφαριθμητικό μέχρι " +"εκείνο το σημείο ήταν `%s'" + +#: ../gio/gdbusmessage.c:1032 +#, c-format +msgid "Expected NUL byte after the string `%s' but found byte %d" +msgstr "" +"Αναμενόμενο NUL byte μετά από το αλφαριθμητικό `%s' αλλά βρέθηκαν byte %d" + +#: ../gio/gdbusmessage.c:1231 +#, c-format +msgid "Parsed value `%s' is not a valid D-Bus object path" +msgstr "Η αναλυμένη τιμή `%s' δεν είναι αποδεκτή διαδρομή αντικειμένου D-Bus" + +#: ../gio/gdbusmessage.c:1257 +#, c-format +msgid "Parsed value `%s' is not a valid D-Bus signature" +msgstr "Η αναλυμένη τιμή `%s' δεν είναι μια έγκυρη υπογραφή D-Bus" + +#: ../gio/gdbusmessage.c:1311 +#, c-format +msgid "" +"Encountered array of length %u bytes. Maximum length is 2<<26 bytes (64 MiB)." +msgstr "" +"Βρέθηκε πίνακας μήκους %u bytes. Μέγιστο μήκος είναι 2<<26 bytes (64 MiB)." + +#: ../gio/gdbusmessage.c:1472 +#, c-format +msgid "Parsed value `%s' for variant is not a valid D-Bus signature" +msgstr "" +"Η αναλυμένη τιμή `%s' για την παραλλαγή δεν είναι αποδεκτή υπογραφή D-Bus " + +#: ../gio/gdbusmessage.c:1499 +#, c-format +msgid "" +"Error deserializing GVariant with type string `%s' from the D-Bus wire format" +msgstr "" +"Σφάλμα ακύρωσης σειριακής διάταξης GVariant με τον τύπο αλφαριθμητικού `%s' " +"από το σχήμα D-Bus " + +#: ../gio/gdbusmessage.c:1683 +#, c-format +msgid "" +"Invalid endianness value. Expected 0x6c ('l') or 0x42 ('B') but found value " +"0x%02x" +msgstr "" +"Άκυρη τιμή endianness. Αναμενόμενη 0x6c ('l') ή 0x42 ('B') αλλά βρήκε η τιμή " +"0x%02x" + +#: ../gio/gdbusmessage.c:1697 +#, c-format +msgid "Invalid major protocol version. Expected 1 but found %d" +msgstr "Μη αποδεκτή κύρια έκδοση πρωτοκόλλου. Αναμενόμενη 1 αλλά βρήκε %d" + +#: ../gio/gdbusmessage.c:1754 +#, c-format +msgid "Signature header with signature `%s' found but message body is empty" +msgstr "" +"Η κεφαλίδα υπογραφών με υπογραφή `%s' βρήκε αλλά το σώμα του μηνύματος είναι " +"κενό" + +#: ../gio/gdbusmessage.c:1768 +#, c-format +msgid "Parsed value `%s' is not a valid D-Bus signature (for body)" +msgstr "Η αναλυμένη τιμή `%s' δεν είναι αποδεκτή υπογραφή D-Bus (για το σώμα)" + +#: ../gio/gdbusmessage.c:1798 +#, c-format +msgid "No signature header in message but the message body is %u bytes" +msgstr "" +"Δεν υπάρχει κεφαλίδα υπογραφών στο μήνυμα αλλά το σώμα του μηνυμάτων είναι %" +"u bytes" + +#: ../gio/gdbusmessage.c:1806 +msgid "Cannot deserialize message: " +msgstr "Αδυναμία ακύρωσης σειριακής διάταξης μηνύματος:" + +#: ../gio/gdbusmessage.c:2131 +#, c-format +msgid "" +"Error serializing GVariant with type string `%s' to the D-Bus wire format" +msgstr "" +"Σφάλμα στην σειριακή διάταξη GVariant με τύπο αλφαριθμητικού `%s' στην μορφή " +"δικτυώματος D-Bus " + +#: ../gio/gdbusmessage.c:2272 +#, c-format +msgid "Message has %d fds but the header field indicates %d fds" +msgstr "Το μήνυμα έχει %d fds αλλά η κεφαλίδα δείχνει %d fds" + +#: ../gio/gdbusmessage.c:2280 +msgid "Cannot serialize message: " +msgstr "Αδυναμία σειριακής διάταξης μηνύματος:" + +#: ../gio/gdbusmessage.c:2324 +#, c-format +msgid "Message body has signature `%s' but there is no signature header" +msgstr "" +"Το σώμα του μηνύματος έχει την υπογραφή `%s' αλλά δεν υπάρχει καμία κεφαλίδα " +"υπογραφών" + +#: ../gio/gdbusmessage.c:2334 +#, c-format +msgid "" +"Message body has type signature `%s' but signature in the header field is `%" +"s'" +msgstr "" +"Το σώμα του μηνύματος έχει την υπογραφή τύπου `%s' αλλά η υπογραφή στην " +"κεφαλίδα είναι `%s'" + +#: ../gio/gdbusmessage.c:2350 +#, c-format +msgid "Message body is empty but signature in the header field is `(%s)'" +msgstr "" +"Το σώμα του μηνύματος είναι κενό αλλά η υπογραφή στην κεφαλίδα είναι `(%s)'" + +#: ../gio/gdbusmessage.c:2907 +#, c-format +msgid "Error return with body of type `%s'" +msgstr "Σφάλμα επιστροφής με το σώμα του τύπου`%s'" + +#: ../gio/gdbusmessage.c:2915 +msgid "Error return with empty body" +msgstr "Επιστροφή σφάλματος με κενό σώμα" + +#: ../gio/gdbusmethodinvocation.c:375 +#, c-format +msgid "Type of return value is incorrect, got `%s', expected `%s'" +msgstr "" +"Ο τύπος της τιμής επιστροφής είναι ανακριβής, δόθηκε `%s', αναμενόταν `%s'" + +#: ../gio/gdbusmethodinvocation.c:406 ../gio/gsocket.c:2974 +#: ../gio/gsocket.c:3055 +#, c-format +msgid "Error sending message: %s" +msgstr "Σφάλμα αποστολής μηνύματος: %s" + +#: ../gio/gdbusprivate.c:1758 +msgid "Unable to load /var/lib/dbus/machine-id: " +msgstr "Αδυναμία φόρτωσης /var/lib/dbus/machine-id:" + +#: ../gio/gdbusproxy.c:714 +#, c-format +msgid "" +"Trying to set property %s of type %s but according to the expected interface " +"the type is %s" +msgstr "" +"Προσπάθεια να τεθεί η ιδιότητα %s του τύπου %s αλλά σύμφωνα με την " +"αναμενόμενη διεπαφή ο τύπος είναι %s" + +#: ../gio/gdbusproxy.c:1235 +#, c-format +msgid "Error calling StartServiceByName for %s: " +msgstr "Σφάλμα στην κλήση StartServiceByName για το %s:" + +#: ../gio/gdbusproxy.c:1256 +#, c-format +msgid "Unexpected reply %d from StartServiceByName(\"%s\") method" +msgstr "Απροσδόκητη απάντηση %d από την μέθοδο StartServiceByName(\"%s\")" + +#: ../gio/gdbusproxy.c:2315 ../gio/gdbusproxy.c:2472 +msgid "" +"Cannot invoke method; proxy is for a well-known name without an owner and " +"proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag" +msgstr "" +"Αδυναμία επίκλησης της μεθόδου; Ο proxy είναι για ένα γνωστό όνομα χωρίς " +"ιδιοκτήτη και ο proxy δημιουργήθηκε με την σημαία " +"G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START" + +#: ../gio/gdbusserver.c:715 +msgid "Abstract name space not supported" +msgstr "Δεν υποστηρίζονται αφηρημένα namespace" + +#: ../gio/gdbusserver.c:805 +msgid "Cannot specify nonce file when creating a server" +msgstr "" +"Αδυναμία διευκρίνισης του τρέχοντος αρχείου κατά τη δημιουργία ενός " +"κεντρικού υπολογιστή" + +#: ../gio/gdbusserver.c:882 +#, c-format +msgid "Error writing nonce file at `%s': %s" +msgstr "Σφάλμα εγγραφής στο παρόν αρχείο στο `%s': %s" + +#: ../gio/gdbusserver.c:1044 +#, c-format +msgid "The string `%s' is not a valid D-Bus GUID" +msgstr "Το αλφαριθμητικό `%s' δεν είναι αποδεκτό D-Bus GUID" + +#: ../gio/gdbusserver.c:1084 +#, c-format +msgid "Cannot listen on unsupported transport `%s'" +msgstr "Αδυναμία ακροάσεις στην ανυποστήρικτη μεταφορά `%s'" + +#: ../gio/gdbus-tool.c:87 ../gio/gsettings-tool.c:76 +msgid "COMMAND" +msgstr "ΕΝΤΟΛΗ" + +#: ../gio/gdbus-tool.c:92 +#, c-format +msgid "" +"Commands:\n" +" help Shows this information\n" +" introspect Introspect a remote object\n" +" monitor Monitor a remote object\n" +" call Invoke a method on a remote object\n" +"\n" +"Use \"%s COMMAND --help\" to get help on each command.\n" +msgstr "" +"Εντολές:\n" +" help Παρουσιάζει αυτές τις πληροφορίες\n" +" introspect Ενδοσκόπηση ενός μακρινού αντικειμένου\n" +" monitor Παρακολούθηση ενός μακρινού αντικειμένου\n" +" call Καλέστε μια μέθοδο επάνω ένα μακρινό αντικείμενο\n" +"\n" +"Χρησιμοποιείστε \"%s COMMAND --help\" για να πάρει βοήθεια για κάθε εντολή.\n" + +# +#: ../gio/gdbus-tool.c:160 ../gio/gdbus-tool.c:216 ../gio/gdbus-tool.c:288 +#: ../gio/gdbus-tool.c:312 ../gio/gdbus-tool.c:814 ../gio/gdbus-tool.c:1324 +#, c-format +msgid "Error: %s\n" +msgstr "Σφάλμα: %s\n" + +# gconf/gconftool.c:1181 +#: ../gio/gdbus-tool.c:171 ../gio/gdbus-tool.c:229 ../gio/gdbus-tool.c:1340 +#, c-format +msgid "Error parsing introspection XML: %s\n" +msgstr "Ενδοσκόπηση της ανάλυσης λάθους XML: %s\n" + +#: ../gio/gdbus-tool.c:346 +msgid "Connect to the system bus" +msgstr "Συνδέστε με το δίαυλο συστήματος " + +#: ../gio/gdbus-tool.c:347 +msgid "Connect to the session bus" +msgstr "Σύνδεση με το δίαυλο συνόδου" + +#: ../gio/gdbus-tool.c:348 +msgid "Connect to given D-Bus address" +msgstr "Σύνδεση με δεδομένη διεύθυνση D-Bus" + +#: ../gio/gdbus-tool.c:358 +msgid "Connection Endpoint Options:" +msgstr "Επιλογές σημείου τέλους σύνδεσης:" + +#: ../gio/gdbus-tool.c:359 +msgid "Options specifying the connection endpoint" +msgstr "Οι επιλογές που διευκρινίζουν το σημείο τέλους σύνδεσης" + +#: ../gio/gdbus-tool.c:379 +#, c-format +msgid "No connection endpoint specified" +msgstr "Δεν διευκρινίζεται κανένα σημείο τέλους σύνδεσης " + +#: ../gio/gdbus-tool.c:389 +#, c-format +msgid "Multiple connection endpoints specified" +msgstr "Διευκρινίστηκαν πολλαπλά σημεία τέλους σύνδεσης" + +#: ../gio/gdbus-tool.c:459 +#, c-format +msgid "" +"Warning: According to introspection data, interface `%s' does not exist\n" +msgstr "" +"Προειδοποίηση: Σύμφωνα με τα στοιχεία ενδοσκόπησης, η διεπαφή `%s' δεν " +"υπάρχει\n" + +#: ../gio/gdbus-tool.c:468 +#, c-format +msgid "" +"Warning: According to introspection data, method `%s' does not exist on " +"interface `%s'\n" +msgstr "" +"Προειδοποίηση: Σύμφωνα με τα στοιχεία ενδοσκόπησης, η μέθοδος `%s' δεν " +"υπάρχει στη διεπαφή `%s'\n" + +#: ../gio/gdbus-tool.c:530 +msgid "Destination name to invoke method on" +msgstr "Το όνομα προορισμού για την επίκληση της μεθόδου" + +#: ../gio/gdbus-tool.c:531 +msgid "Object path to invoke method on" +msgstr "Η διαδρομή αντικειμένου για εκκίνηση στη μέθοδο" + +#: ../gio/gdbus-tool.c:532 +msgid "Method and interface name" +msgstr "Μέθοδος και όνομα διεπαφής" + +#: ../gio/gdbus-tool.c:571 +msgid "Invoke a method on a remote object." +msgstr "Εκκινείστε μια μέθοδο σε ένα απομακρυσμένο αντικείμενο." + +#: ../gio/gdbus-tool.c:626 ../gio/gdbus-tool.c:1245 ../gio/gdbus-tool.c:1505 +#, c-format +msgid "Error connecting: %s\n" +msgstr "Σφάλμα σύνδεσης: %s\n" + +#: ../gio/gdbus-tool.c:646 ../gio/gdbus-tool.c:1264 ../gio/gdbus-tool.c:1524 +#, c-format +msgid "Error: Destination is not specified\n" +msgstr "Σφάλμα: Ο προορισμός δεν διευκρινίστηκε\n" + +#: ../gio/gdbus-tool.c:667 ../gio/gdbus-tool.c:1283 +#, c-format +msgid "Error: Object path is not specified\n" +msgstr "Σφάλμα: Η διαδρομή αντικειμένου δεν διευκρινίστηκε\n" + +#: ../gio/gdbus-tool.c:687 ../gio/gdbus-tool.c:1303 ../gio/gdbus-tool.c:1564 +#, c-format +msgid "Error: %s is not a valid object path\n" +msgstr "Σφάλμα: Το %s δεν είναι έγκυρη διαδρομή αντικειμένου\n" + +#: ../gio/gdbus-tool.c:702 +#, c-format +msgid "Error: Method name is not specified\n" +msgstr "Σφάλμα: Το όνομα μεθόδου δεν διευκρινίστηκε\n" + +#: ../gio/gdbus-tool.c:713 +#, c-format +msgid "Error: Method name `%s' is invalid\n" +msgstr "Σφάλμα: Το όνομα μεθόδου `%s' είναι άκυρο\n" + +# +#: ../gio/gdbus-tool.c:778 +#, c-format +msgid "Error parsing parameter %d of type `%s': %s\n" +msgstr "Σφάλμα στην ανάλυσης παραμέτρου %d του τύπου `%s': %s\n" + +# gconf/gconftool.c:1181 +#: ../gio/gdbus-tool.c:786 +#, c-format +msgid "Error parsing parameter %d: %s\n" +msgstr "Σφάλμα στην ανάλυσης παραμέτρου %d: %s\n" + +#: ../gio/gdbus-tool.c:1162 +msgid "Destination name to introspect" +msgstr "Όνομα προορισμού για ενδοσκόπηση" + +#: ../gio/gdbus-tool.c:1163 +msgid "Object path to introspect" +msgstr "Διαδρομή αντικειμένου για ενδοσκόπηση" + +#: ../gio/gdbus-tool.c:1164 +msgid "Print XML" +msgstr "Εκτύπωση XML" + +#: ../gio/gdbus-tool.c:1197 +msgid "Introspect a remote object." +msgstr "Ενδοσκόπηση ενός απομακρυσμένου αντικειμένου." + +#: ../gio/gdbus-tool.c:1423 +msgid "Destination name to monitor" +msgstr "Όνομα προορισμού προς έλεγχο" + +#: ../gio/gdbus-tool.c:1424 +msgid "Object path to monitor" +msgstr "Η διαδρομή του αντικειμένου για παρακολούθηση" + +#: ../gio/gdbus-tool.c:1457 +msgid "Monitor a remote object." +msgstr "Παρακολούθηση ενός απομακρυσμένου αντικειμένου." + +#: ../gio/gdesktopappinfo.c:467 ../gio/gwin32appinfo.c:221 +msgid "Unnamed" +msgstr "Ανώνυμο" + +#: ../gio/gdesktopappinfo.c:751 +msgid "Desktop file didn't specify Exec field" +msgstr "Το αρχείο επιφάνειας εργασίας δεν αναφέρει συγκεκριμένο πεδίο Exec" + +#: ../gio/gdesktopappinfo.c:944 +msgid "Unable to find terminal required for application" +msgstr "Αδυναμία εύρεσης του τερματικού που απαιτείται για την εφαρμογή" + +#: ../gio/gdesktopappinfo.c:1153 +#, c-format +msgid "Can't create user application configuration folder %s: %s" +msgstr "Αδυναμία δημιουργίας φακέλου ρυθμίσεων εφαρμογής %s: %s" + +#: ../gio/gdesktopappinfo.c:1157 +#, c-format +msgid "Can't create user MIME configuration folder %s: %s" +msgstr "Αδυναμία δημιουργίας φακέλου ρυθμίσεων MIME %s: %s" + +#: ../gio/gdesktopappinfo.c:1565 +#, c-format +msgid "Can't create user desktop file %s" +msgstr "Αδυναμία δημιουργίας αρχείου επιφάνειας εργασίας %s" + +#: ../gio/gdesktopappinfo.c:1679 +#, c-format +msgid "Custom definition for %s" +msgstr "Προσαρμοσμένος ορισμός του %s" + +#: ../gio/gdrive.c:363 +msgid "drive doesn't implement eject" +msgstr "ο οδηγός δεν υποστηρίζει τη λειτουργία εξαγωγής" + +#. Translators: This is an error +#. * message for drive objects that +#. * don't implement any of eject or eject_with_operation. +#: ../gio/gdrive.c:443 +msgid "drive doesn't implement eject or eject_with_operation" +msgstr "" +"η μονάδα δίσκου δεν υποστηρίζει την \"εξαγωγή\" ή την \"εξαγωγή_με_λειτουργία" +"\"" + +#: ../gio/gdrive.c:520 +msgid "drive doesn't implement polling for media" +msgstr "ο οδηγός δεν υποστηρίζει αναζήτηση πολυμέσων" + +#: ../gio/gdrive.c:725 +msgid "drive doesn't implement start" +msgstr "ο οδηγός δεν υποστηρίζει τη λειτουργία έναρξης" + +#: ../gio/gdrive.c:827 +msgid "drive doesn't implement stop" +msgstr "ο οδηγός δεν υποστηρίζει τη λειτουργία τερματισμού" + +#: ../gio/gemblem.c:324 +#, c-format +msgid "Can't handle version %d of GEmblem encoding" +msgstr "Δεν είναι δυνατός ο χειρισμός της έκδοσης %d της κωδικοποίησης GEmblem" + +#: ../gio/gemblem.c:334 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblem encoding" +msgstr "Κακοδιατυπωμένος αριθμός token (%d) στην κωδικοποίηση GEmblem" + +#: ../gio/gemblemedicon.c:292 +#, c-format +msgid "Can't handle version %d of GEmblemedIcon encoding" +msgstr "" +"Δεν είναι δυνατός ο χειρισμός της έκδοσης %d της κωδικοποίησης GEmblemedIcon" + +#: ../gio/gemblemedicon.c:302 +#, c-format +msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" +msgstr "Κακοδιατυπωμένος αριθμός token (%d) στην κωδικοποίηση GEmblemedIcon" + +#: ../gio/gemblemedicon.c:325 +msgid "Expected a GEmblem for GEmblemedIcon" +msgstr "Αναμενόταν GEmblem για το GEmblemedIcon" + +#: ../gio/gfile.c:870 ../gio/gfile.c:1100 ../gio/gfile.c:1235 +#: ../gio/gfile.c:1471 ../gio/gfile.c:1525 ../gio/gfile.c:1582 +#: ../gio/gfile.c:1665 ../gio/gfile.c:1720 ../gio/gfile.c:1780 +#: ../gio/gfile.c:1834 ../gio/gfile.c:3304 ../gio/gfile.c:3358 +#: ../gio/gfile.c:3490 ../gio/gfile.c:3530 ../gio/gfile.c:3857 +#: ../gio/gfile.c:4259 ../gio/gfile.c:4345 ../gio/gfile.c:4434 +#: ../gio/gfile.c:4532 ../gio/gfile.c:4619 ../gio/gfile.c:4712 +#: ../gio/gfile.c:5042 ../gio/gfile.c:5322 ../gio/gfile.c:5391 +#: ../gio/gfile.c:6983 ../gio/gfile.c:7073 ../gio/gfile.c:7159 +#: ../gio/win32/gwinhttpfile.c:439 +msgid "Operation not supported" +msgstr "Δεν υποστηρίζεται η λειτουργία" + +#. Translators: This is an error message when trying to find the +#. * enclosing (user visible) mount of a file, but none exists. +#. Translators: This is an error message when trying to +#. * find the enclosing (user visible) mount of a file, but +#. * none exists. +#. Translators: This is an error message when trying to find +#. * the enclosing (user visible) mount of a file, but none +#. * exists. +#: ../gio/gfile.c:1356 ../gio/glocalfile.c:1059 ../gio/glocalfile.c:1070 +#: ../gio/glocalfile.c:1083 +msgid "Containing mount does not exist" +msgstr "Δεν υπάρχει η περιέχουσα προσάρτηση" + +#: ../gio/gfile.c:2408 ../gio/glocalfile.c:2258 +msgid "Can't copy over directory" +msgstr "Αδύνατη η αντιγραφή επί καταλόγου" + +#: ../gio/gfile.c:2469 +msgid "Can't copy directory over directory" +msgstr "Αδύνατη η αντιγραφή καταλόγου επί καταλόγου" + +#: ../gio/gfile.c:2477 ../gio/glocalfile.c:2267 +msgid "Target file exists" +msgstr "Το αρχείο προορισμού υπάρχει" + +#: ../gio/gfile.c:2495 +msgid "Can't recursively copy directory" +msgstr "Αδύνατη η αναδρομική αντιγραφή καταλόγου" + +#: ../gio/gfile.c:2755 +msgid "Splice not supported" +msgstr "Η αρμολόγηση δεν υποστηρίζεται" + +#: ../gio/gfile.c:2759 +#, c-format +msgid "Error splicing file: %s" +msgstr "Σφάλμα αρμολόγησης αρχείου: %s" + +#: ../gio/gfile.c:2906 +msgid "Can't copy special file" +msgstr "Αδύνατη η αντιγραφή του ειδικού αρχείου" + +#: ../gio/gfile.c:3480 +msgid "Invalid symlink value given" +msgstr "Μη έγκυρη τιμή συμβολικού συνδέσμου" + +#: ../gio/gfile.c:3573 +msgid "Trash not supported" +msgstr "Δεν υποστηρίζεται η ύπαρξη απορριμάτων" + +#: ../gio/gfile.c:3622 +#, c-format +msgid "File names cannot contain '%c'" +msgstr "Τα ονόματα των αρχείων δεν επιτρέπεται να περιέχουν '%c'" + +#: ../gio/gfile.c:6040 ../gio/gvolume.c:330 +msgid "volume doesn't implement mount" +msgstr "ο τόμος δεν υποστηρίζει την προσάρτηση" + +#: ../gio/gfile.c:6151 +msgid "No application is registered as handling this file" +msgstr "Δεν έχουν οριστεί εφαρμογές για το χειρισμό αυτού του αρχείου" + +#: ../gio/gfileenumerator.c:205 +msgid "Enumerator is closed" +msgstr "Ο μετρητής είναι κλειστός" + +#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271 +#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480 +msgid "File enumerator has outstanding operation" +msgstr "Εκκρεμεί μία ενέργεια του μετρητή αρχείων" + +#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470 +msgid "File enumerator is already closed" +msgstr "Ο μετρητής αρχείων έχει ήδη κλείσει" + +#: ../gio/gfileicon.c:236 +#, c-format +msgid "Can't handle version %d of GFileIcon encoding" +msgstr "" +"Δεν είναι δυνατός ο χειρισμός της έκδοσης %d της κωδικοποίησης GFileIcon" + +#: ../gio/gfileicon.c:246 +msgid "Malformed input data for GFileIcon" +msgstr "Κακοδιατυπωμένη μορφή των δεδομένων εισόδου του GFileIcon" + +#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 +#: ../gio/gfileiostream.c:170 ../gio/gfileoutputstream.c:169 +#: ../gio/gfileoutputstream.c:524 +msgid "Stream doesn't support query_info" +msgstr "Η ροή δεν υποστηρίζει το query_info" + +#: ../gio/gfileinputstream.c:336 ../gio/gfileiostream.c:388 +#: ../gio/gfileoutputstream.c:382 +msgid "Seek not supported on stream" +msgstr "Δεν υποστηρίζεται η αναζήτηση εντός της ροής" + +#: ../gio/gfileinputstream.c:380 +msgid "Truncate not allowed on input stream" +msgstr "Δεν επιτρέπεται η κοπή για τη ροή εισόδου" + +#: ../gio/gfileiostream.c:464 ../gio/gfileoutputstream.c:458 +msgid "Truncate not supported on stream" +msgstr "Δεν υποστηρίζεται η κοπή για τη ροή" + +#: ../gio/gicon.c:285 +#, c-format +msgid "Wrong number of tokens (%d)" +msgstr "Λανθασμένος αριθμός token (%d)" + +#: ../gio/gicon.c:305 +#, c-format +msgid "No type for class name %s" +msgstr "Δεν υπάρχει τύπος για το όνομα κλάσης %s" + +#: ../gio/gicon.c:315 +#, c-format +msgid "Type %s does not implement the GIcon interface" +msgstr "Ο τύπος %s δεν υποστηρίζει τη διεπαφή GIcon" + +#: ../gio/gicon.c:326 +#, c-format +msgid "Type %s is not classed" +msgstr "Ο τύπος %s δεν είναι καταχωρημένος" + +#: ../gio/gicon.c:340 +#, c-format +msgid "Malformed version number: %s" +msgstr "Κακοδιατυπωμένη μορφή του αριθμού έκδοσης: %s" + +#: ../gio/gicon.c:354 +#, c-format +msgid "Type %s does not implement from_tokens() on the GIcon interface" +msgstr "Ο τύπος %s δεν υποστηρίζει from_tokens() στη διεπαφή GIcon" + +#: ../gio/gicon.c:430 +msgid "Can't handle the supplied version the icon encoding" +msgstr "" +"Δεν είναι δυνατός ο χειρισμός της παρεχόμενης έκδοσης της κωδικοποίησης του " +"εικονιδίου" + +#: ../gio/ginputstream.c:194 +msgid "Input stream doesn't implement read" +msgstr "Η ροή εισόδου δεν υποστηρίζει την ανάγνωση" + +#. Translators: This is an error you get if there is already an +#. * operation running against this stream when you try to start +#. * one +#. Translators: This is an error you get if there is +#. * already an operation running against this stream when +#. * you try to start one +#: ../gio/ginputstream.c:901 ../gio/giostream.c:316 +#: ../gio/goutputstream.c:1210 +msgid "Stream has outstanding operation" +msgstr "Εκκρεμεί μία ενέργεια για τη ροή" + +#: ../gio/ginetsocketaddress.c:181 ../gio/ginetsocketaddress.c:198 +#: ../gio/gunixsocketaddress.c:221 +msgid "Not enough space for socket address" +msgstr "Μη επαρκής χώρος για την διεύθυνση υποδοχέα" + +#: ../gio/ginetsocketaddress.c:211 +msgid "Unsupported socket address" +msgstr "Μη υποστηριζόμενη διεύθυνση υποδοχέα" + +#: ../gio/glib-compile-schemas.c:703 +msgid "empty names are not permitted" +msgstr "τα κενά ονόματα δεν επιτρέπονται" + +#: ../gio/glib-compile-schemas.c:713 +#, c-format +msgid "invalid name '%s': names must begin with a lowercase letter" +msgstr "Μη αποδεκτό όνομα '%s': τα ονόματα πρέπει να αρχίσουν με πεζό γράμμα" + +#: ../gio/glib-compile-schemas.c:725 +#, c-format +msgid "" +"invalid name '%s': invalid character '%c'; only lowercase letters, numbers " +"and dash ('-') are permitted." +msgstr "" +"Μη αποδεκτό όνομα '%s': Μη αποδεκτός χαρακτήρας '%c'; μόνο πεζά γράμματα, " +"αριθμοί και παύλες ('-') επιτρέπονται." + +#: ../gio/glib-compile-schemas.c:734 +#, c-format +msgid "invalid name '%s': two successive dashes ('--') are not permitted." +msgstr "Μη αποδεκτό όνομα '%s': δύο διαδοχικές παύλες ('--') δεν επιτρέπονται." + +#: ../gio/glib-compile-schemas.c:743 +#, c-format +msgid "invalid name '%s': the last character may not be a dash ('-')." +msgstr "" +"Μη αποδεκτό όνομα '%s': ο τελευταίος χαρακτήρας μπορεί να μην είναι παύλα " +"('-')." + +#: ../gio/glib-compile-schemas.c:751 +#, c-format +msgid "invalid name '%s': maximum length is 32" +msgstr "Μη αποδεκτό όνομα '%s': το μέγιστο μήκος είναι 32" + +#: ../gio/glib-compile-schemas.c:820 +#, c-format +msgid " already specified" +msgstr "έχει ήδη διευκρινιστεί" + +#: ../gio/glib-compile-schemas.c:846 +msgid "can not add keys to a 'list-of' schema" +msgstr "αδύνατον να προστεθούν κλειδιά σε σχήμα 'list-of'" + +#: ../gio/glib-compile-schemas.c:857 +#, c-format +msgid " already specified" +msgstr " έχει ήδη διευκρινιστεί" + +#: ../gio/glib-compile-schemas.c:875 +#, c-format +msgid "" +" shadows in ; use " +"to modify value" +msgstr "" +" σκιές στο ; χρησιμοποιεί " +" για τροποποίηση της τιμής" + +#: ../gio/glib-compile-schemas.c:886 +#, c-format +msgid "" +"exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " +"to " +msgstr "" +"ακριβώς ένα από 'type', 'enum' ή 'flags' πρέπει να διευκρινιστείτε ως " +"ιδιότητα στο " + +#: ../gio/glib-compile-schemas.c:905 +#, c-format +msgid "<%s id='%s'> not (yet) defined." +msgstr "<%s id='%s'> δεν έχει (ακόμα) διευκρινιστεί" + +#: ../gio/glib-compile-schemas.c:920 +#, c-format +msgid "invalid GVariant type string '%s'" +msgstr "Μη έγκυρος τύπος αλφαριθμητικού GVariant '%s'" + +#: ../gio/glib-compile-schemas.c:950 +msgid " given but schema isn't extending anything" +msgstr " δόθηκε αλλά το σχήμα δεν επεκτείνει τίποτα" + +#: ../gio/glib-compile-schemas.c:963 +#, c-format +msgid "no to override" +msgstr "δεν υπάρχει to για υπερφόρτωση" + +#: ../gio/glib-compile-schemas.c:971 +#, c-format +msgid " already specified" +msgstr " έχει ήδη διευκρινιστεί" + +#: ../gio/glib-compile-schemas.c:1042 +#, c-format +msgid " already specified" +msgstr " έχει ήδη διευκρινιστεί" + +#: ../gio/glib-compile-schemas.c:1054 +#, c-format +msgid " extends not yet existing schema '%s'" +msgstr " επεκτείνει ένα μη υπάρχον ακόμα σχήμα '%s'" + +#: ../gio/glib-compile-schemas.c:1070 +#, c-format +msgid " is list of not yet existing schema '%s'" +msgstr " είναι λίστα ενός μη υπάρχον ακόμα σχήματος '%s'" + +#: ../gio/glib-compile-schemas.c:1078 +#, c-format +msgid "Can not be a list of a schema with a path" +msgstr "Δεν μπορεί να υπάρχει μία λίστα ενός σχήματος με διαδρομή" + +#: ../gio/glib-compile-schemas.c:1088 +#, c-format +msgid "Can not extend a schema with a path" +msgstr "Αδυναμία επέκτασης ενός σχήματος με διαδρομή" + +#: ../gio/glib-compile-schemas.c:1098 +#, c-format +msgid "" +" is a list, extending which is not a list" +msgstr "" +"Το είναι λίστα, που επεκτείνει το το οποίο " +"δεν είναι λίστα" + +#: ../gio/glib-compile-schemas.c:1108 +#, c-format +msgid "" +" extends but '%s' " +"does not extend '%s'" +msgstr "" +" επεκτείνει το " +"αλλά '%s' δεν επεκτείνει το '%s'" + +#: ../gio/glib-compile-schemas.c:1125 +#, c-format +msgid "a path, if given, must begin and end with a slash" +msgstr "" +"μία διαδρομή, εάν έχει δοθεί, πρέπει να αρχίσετε και να τελειώσετε με μια " +"κάθετο" + +#: ../gio/glib-compile-schemas.c:1132 +#, c-format +msgid "the path of a list must end with ':/'" +msgstr "η διαδρομή μίας λίστας πρέπει να τελειώσει με ':/'" + +#: ../gio/glib-compile-schemas.c:1158 +#, c-format +msgid "<%s id='%s'> already specified" +msgstr "<%s id='%s'> είναι ήδη διευκρινισμένο" + +#: ../gio/glib-compile-schemas.c:1375 +#, c-format +msgid "Element <%s> not allowed inside <%s>" +msgstr "Το στοιχείο <%s> δεν επιτρέπεται μέσα στο <%s>" + +#: ../gio/glib-compile-schemas.c:1379 +#, c-format +msgid "Element <%s> not allowed at toplevel" +msgstr "Το στοιχείο <%s> δεν επιτρέπεται στο κορυφαίο επίπεδο" + +#: ../gio/glib-compile-schemas.c:1473 +#, c-format +msgid "text may not appear inside <%s>" +msgstr "το κείμενο μπορεί να μην εμφανιστεί μέσα στο <%s>" + +#. Translators: Do not translate "--strict". +#: ../gio/glib-compile-schemas.c:1641 ../gio/glib-compile-schemas.c:1712 +#: ../gio/glib-compile-schemas.c:1788 +#, c-format +msgid "--strict was specified; exiting.\n" +msgstr "καθορίστηκε το --strict, γίνεται έξοδος.\n" + +#: ../gio/glib-compile-schemas.c:1649 +#, c-format +msgid "This entire file has been ignored.\n" +msgstr "Έχει παραβλεφθεί όλο το τμήμα αυτού του αρχείου.\n" + +#: ../gio/glib-compile-schemas.c:1708 +#, c-format +msgid "Ignoring this file.\n" +msgstr "Παράβλεψη αυτού του αρχείου.\n" + +#: ../gio/glib-compile-schemas.c:1748 +#, c-format +msgid "No such key `%s' in schema `%s' as specified in override file `%s'" +msgstr "" +"Δεν υπάρχει το κλειδί `%s' στο σχήμα `%s' όπως ορίζεται στο αρχείο " +"παράκαμψης `%s'" + +#: ../gio/glib-compile-schemas.c:1754 ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1840 +#, c-format +msgid "; ignoring override for this key.\n" +msgstr ", παράβλεψη αντικατάστασης για αυτό το κλειδί.\n" + +#: ../gio/glib-compile-schemas.c:1758 ../gio/glib-compile-schemas.c:1816 +#: ../gio/glib-compile-schemas.c:1844 +#, c-format +msgid " and --strict was specified; exiting.\n" +msgstr " και καθορίστηκε το --strict, γίνεται έξοδος.\n" + +#: ../gio/glib-compile-schemas.c:1774 +#, c-format +msgid "" +"error parsing key `%s' in schema `%s' as specified in override file `%s': %" +"s. " +msgstr "" +"Σφάλμα ανάκτησης κλειδιού `%s' στο σχήμα `%s' όπως ορίστηκε στο αρχείο " +"αντικατάστασης `%s': %s. " + +#: ../gio/glib-compile-schemas.c:1784 +#, c-format +msgid "Ignoring override for this key.\n" +msgstr "Παράβλεψη αντικατάστασης για αυτό το κλειδί.\n" + +#: ../gio/glib-compile-schemas.c:1802 +#, c-format +msgid "" +"override for key `%s' in schema `%s' in override file `%s' is out of the " +"range given in the schema" +msgstr "" +"Η παράκαμψη για το κλειδί `%s' στο σχήμα `%s' στο αρχείο παράκαμψης `%s' " +"είναι εκτός της εμβέλειας που έχει δοθεί στο σχήμα" + +#: ../gio/glib-compile-schemas.c:1830 +#, c-format +msgid "" +"override for key `%s' in schema `%s' in override file `%s' is not in the " +"list of valid choices" +msgstr "" +"Η παράκαμψη για το κλειδί`%s' στο σχήμα `%s' στο αρχείο παράκαμψης `%s' δεν " +"είναι στον κατάλογο έγκυρων επιλογών" + +#: ../gio/glib-compile-schemas.c:1884 +msgid "where to store the gschemas.compiled file" +msgstr "πού να αποθηκεύσετε το αρχείο gschemas.compiled" + +#: ../gio/glib-compile-schemas.c:1884 ../gio/glib-compile-schemas.c:1897 +msgid "DIRECTORY" +msgstr "ΚΑΤΑΛΟΓΟΣ" + +#: ../gio/glib-compile-schemas.c:1885 +msgid "Abort on any errors in schemas" +msgstr "Εγκατάλειψη σε κάθε σφάλμα σε σχήματα" + +#: ../gio/glib-compile-schemas.c:1886 +msgid "Do not write the gschema.compiled file" +msgstr "Μην γράφετε το αρχείο gschema.compiled" + +#: ../gio/glib-compile-schemas.c:1887 +msgid "This option will be removed soon." +msgstr "Αυτή η επιλογή θα αφαιρεθεί σύντομα." + +#: ../gio/glib-compile-schemas.c:1888 +msgid "Do not enforce key name restrictions" +msgstr "Μην επιβάλετε περιορισμούς στο όνομα κλειδιού" + +#: ../gio/glib-compile-schemas.c:1900 +msgid "" +"Compile all GSettings schema files into a schema cache.\n" +"Schema files are required to have the extension .gschema.xml,\n" +"and the cache file is called gschemas.compiled." +msgstr "" +"Μεταγλώττιση όλων των αρχείων σχημάτων GSettings σε μια κρυφή μνήμη " +"σχημάτων.\n" +"Τα αρχεία σχημάτων απαιτείται να έχουν την επέκταση.gschema.xml,\n" +"και το αρχείο κρυφής μνήμης καλείται gschemas.compiled." + +#: ../gio/glib-compile-schemas.c:1916 +#, c-format +msgid "You should give exactly one directory name\n" +msgstr "Πρέπει να δώσετε ακριβώς ένα όνομα καταλόγου\n" + +#: ../gio/glib-compile-schemas.c:1955 +#, c-format +msgid "No schema files found: " +msgstr "Κανένα αρχείο σχημάτων δεν βρήκε:" + +#: ../gio/glib-compile-schemas.c:1958 +#, c-format +msgid "doing nothing.\n" +msgstr "Αδρανές.\n" + +#: ../gio/glib-compile-schemas.c:1961 +#, c-format +msgid "removed existing output file.\n" +msgstr "αφαίρεση υπάρχοντος αρχείου εξόδου.\n" + +#: ../gio/glocaldirectorymonitor.c:287 +msgid "Unable to find default local directory monitor type" +msgstr "Δε βρέθηκε ο τύπος monitor του προεπιλεγμένου τοπικού καταλόγου" + +#: ../gio/glocalfile.c:593 ../gio/win32/gwinhttpfile.c:422 +#, c-format +msgid "Invalid filename %s" +msgstr "Μη έγκυρο όνομα αρχείου: %s" + +#: ../gio/glocalfile.c:967 +#, c-format +msgid "Error getting filesystem info: %s" +msgstr "Σφάλμα λήψης πληροφοριών συστήματος αρχείων: %s" + +#: ../gio/glocalfile.c:1105 +msgid "Can't rename root directory" +msgstr "Αδύνατη η μετονομασία του καταλόγου root" + +#: ../gio/glocalfile.c:1125 ../gio/glocalfile.c:1151 +#, c-format +msgid "Error renaming file: %s" +msgstr "Σφάλμα μετονομασίας αρχείου: %s" + +#: ../gio/glocalfile.c:1134 +msgid "Can't rename file, filename already exist" +msgstr "Αδύνατη η μετονομασία του αρχείου, το όνομα αρχείου υπάρχει ήδη" + +#: ../gio/glocalfile.c:1147 ../gio/glocalfile.c:2131 ../gio/glocalfile.c:2160 +#: ../gio/glocalfile.c:2320 ../gio/glocalfileoutputstream.c:571 +#: ../gio/glocalfileoutputstream.c:624 ../gio/glocalfileoutputstream.c:669 +#: ../gio/glocalfileoutputstream.c:1151 +msgid "Invalid filename" +msgstr "Μη έγκυρο όνομα αρχείου" + +#: ../gio/glocalfile.c:1308 +#, c-format +msgid "Error opening file: %s" +msgstr "Σφάλμα ανοίγματος αρχείου: %s" + +#: ../gio/glocalfile.c:1318 +msgid "Can't open directory" +msgstr "Αδυναμία ανοίγματος καταλόγου" + +#: ../gio/glocalfile.c:1443 +#, c-format +msgid "Error removing file: %s" +msgstr "Σφάλμα αφαίρεσης αρχείου: %s" + +#: ../gio/glocalfile.c:1810 +#, c-format +msgid "Error trashing file: %s" +msgstr "Σφάλμα μεταφοράς αρχείου στα απορρίμματα: %s" + +# gconf/gconf-internals.c:2416 +#: ../gio/glocalfile.c:1833 +#, c-format +msgid "Unable to create trash dir %s: %s" +msgstr "Αποτυχία δημιουργίας καταλόγου απορριμμάτων %s: %s" + +#: ../gio/glocalfile.c:1854 +msgid "Unable to find toplevel directory for trash" +msgstr "Αδυναμία εύρεσης καταλόγου ανώτατου επιπέδου για τα απορρίμματα" + +#: ../gio/glocalfile.c:1933 ../gio/glocalfile.c:1953 +msgid "Unable to find or create trash directory" +msgstr "Αδύνατη η εύρεση ή δημιουργία του καταλόγου απορριμμάτων" + +# gconf/gconf-internals.c:2416 +#: ../gio/glocalfile.c:1987 +#, c-format +msgid "Unable to create trashing info file: %s" +msgstr "Αποτυχία δημιουργίας αρχείου πληροφοριών απορριμμάτων: %s" + +# gconf/gconf-internals.c:2416 +#: ../gio/glocalfile.c:2016 ../gio/glocalfile.c:2021 ../gio/glocalfile.c:2101 +#: ../gio/glocalfile.c:2108 +#, c-format +msgid "Unable to trash file: %s" +msgstr "Αδύνατη η μεταφορά του αρχείου στα απορρίμματα: %s" + +#: ../gio/glocalfile.c:2135 +#, c-format +msgid "Error creating directory: %s" +msgstr "Σφάλμα δημιουργίας καταλόγου: %s" + +# gconf/gconf-internals.c:2416 +#: ../gio/glocalfile.c:2164 +#, c-format +msgid "Filesystem does not support symbolic links" +msgstr "Το σύστημα αρχείων δεν υποστηρίζει συμβολικούς συνδέσμους" + +# gconf/gconftool.c:1181 +#: ../gio/glocalfile.c:2168 +#, c-format +msgid "Error making symbolic link: %s" +msgstr "Σφάλμα δημιουργίας συμβολικού συνδέσμου: %s" + +#: ../gio/glocalfile.c:2230 ../gio/glocalfile.c:2324 +#, c-format +msgid "Error moving file: %s" +msgstr "Σφάλμα κατά τη μετακίνηση του αρχείου: %s" + +#: ../gio/glocalfile.c:2253 +msgid "Can't move directory over directory" +msgstr "Αδυναμία μετακίνησης ενός καταλόγου πάνω σε άλλον κατάλογο" + +#: ../gio/glocalfile.c:2280 ../gio/glocalfileoutputstream.c:949 +#: ../gio/glocalfileoutputstream.c:963 ../gio/glocalfileoutputstream.c:978 +#: ../gio/glocalfileoutputstream.c:994 ../gio/glocalfileoutputstream.c:1008 +msgid "Backup file creation failed" +msgstr "Απέτυχε η δημιουργία αντιγράφου ασφαλείας" + +#: ../gio/glocalfile.c:2299 +#, c-format +msgid "Error removing target file: %s" +msgstr "Σφάλμα αφαίρεσης του αρχείου προορισμού: %s" + +#: ../gio/glocalfile.c:2313 +msgid "Move between mounts not supported" +msgstr "Δεν υποστηρίζεται η μετακίνηση μεταξύ προσαρτήσεων" + +#: ../gio/glocalfileinfo.c:720 +msgid "Attribute value must be non-NULL" +msgstr "Η τιμή του γνωρίσματος δεν επιτρέπεται να είναι κενή" + +#: ../gio/glocalfileinfo.c:727 +msgid "Invalid attribute type (string expected)" +msgstr "Μη έγκυρος τύπος γνωρίσματος (αναμενόταν αλφαριθμητικό)" + +#: ../gio/glocalfileinfo.c:734 +msgid "Invalid extended attribute name" +msgstr "Μη έγκυρο εκτεταμένο όνομα γνωρίσματος" + +#: ../gio/glocalfileinfo.c:774 +#, c-format +msgid "Error setting extended attribute '%s': %s" +msgstr "Σφάλμα καθορισμού εκτεταμένου ονόματος γνωρίσματος '%s': %s" + +#: ../gio/glocalfileinfo.c:1483 ../gio/glocalfileoutputstream.c:833 +#, c-format +msgid "Error stating file '%s': %s" +msgstr "Σφάλμα δήλωσης αρχείου '%s': %s" + +#: ../gio/glocalfileinfo.c:1567 +msgid " (invalid encoding)" +msgstr " (μη έγκυρη κωδικοποίηση)" + +#: ../gio/glocalfileinfo.c:1769 +#, c-format +msgid "Error stating file descriptor: %s" +msgstr "Σφάλμα δήλωσης περιγραφέα αρχείου: %s" + +#: ../gio/glocalfileinfo.c:1814 +msgid "Invalid attribute type (uint32 expected)" +msgstr "Μη έγκυρος τύπος γνωρίσματος (αναμένεται uint32)" + +#: ../gio/glocalfileinfo.c:1832 +msgid "Invalid attribute type (uint64 expected)" +msgstr "Μη έγκυρος τύπος γνωρίσματος (αναμένεται uint64)" + +#: ../gio/glocalfileinfo.c:1851 ../gio/glocalfileinfo.c:1870 +msgid "Invalid attribute type (byte string expected)" +msgstr "Μη έγκυρος τύπος γνωρίσματος (αναμένεται byte string)" + +# gconf/gconftool.c:1181 +#: ../gio/glocalfileinfo.c:1905 +msgid "Cannot set permissions on symlinks" +msgstr "Αδυναμία ορισμού δικαιωμάτων των συμβολικών συνδέσμων" + +# gconf/gconftool.c:1181 +#: ../gio/glocalfileinfo.c:1921 +#, c-format +msgid "Error setting permissions: %s" +msgstr "Σφάλμα κατά τη ρύθμιση των δικαιωμάτων: %s" + +# gconf/gconftool.c:1181 +#: ../gio/glocalfileinfo.c:1972 +#, c-format +msgid "Error setting owner: %s" +msgstr "Σφάλμα κατά τη ρύθμιση του ιδιοκτήτη: %s" + +#: ../gio/glocalfileinfo.c:1995 +msgid "symlink must be non-NULL" +msgstr "ο συμβολικός σύνδεσμος δεν επιτρέπεται να είναι κενός" + +#: ../gio/glocalfileinfo.c:2005 ../gio/glocalfileinfo.c:2024 +#: ../gio/glocalfileinfo.c:2035 +#, c-format +msgid "Error setting symlink: %s" +msgstr "Σφάλμα κατά τον ορισμό του συμβολικού συνδέσμου: %s" + +#: ../gio/glocalfileinfo.c:2014 +msgid "Error setting symlink: file is not a symlink" +msgstr "" +"Σφάλμα κατά τον ορισμό του συμβολικού συνδέσμου: το αρχείο δεν είναι " +"συμβολικός σύνδεσμος" + +# gconf/gconftool.c:1181 +#: ../gio/glocalfileinfo.c:2140 +#, c-format +msgid "Error setting modification or access time: %s" +msgstr "Σφάλμα κατά τη ρύθμιση τροποποίησης ή χρόνου πρόσβασης: %s" + +#: ../gio/glocalfileinfo.c:2163 +msgid "SELinux context must be non-NULL" +msgstr "Το περιεχόμενο SELinux δεν επιτρέπεται να είναι κενό" + +# gconf/gconftool.c:1181 +#: ../gio/glocalfileinfo.c:2178 +#, c-format +msgid "Error setting SELinux context: %s" +msgstr "Σφάλμα κατά τη ρύθμιση του περιεχομένου SELinux: %s" + +#: ../gio/glocalfileinfo.c:2185 +msgid "SELinux is not enabled on this system" +msgstr "Το SELinux δεν έχει ενεργοποιηθεί στο σύστημά σας" + +#: ../gio/glocalfileinfo.c:2277 +#, c-format +msgid "Setting attribute %s not supported" +msgstr "Δεν υποστηρίζεται ο ορισμός του γνωρίσματος %s" + +#: ../gio/glocalfileinputstream.c:185 ../gio/glocalfileoutputstream.c:722 +#, c-format +msgid "Error reading from file: %s" +msgstr "Σφάλμα ανάγνωσης από το αρχείο: %s" + +#: ../gio/glocalfileinputstream.c:216 ../gio/glocalfileinputstream.c:228 +#: ../gio/glocalfileinputstream.c:340 ../gio/glocalfileoutputstream.c:470 +#: ../gio/glocalfileoutputstream.c:1026 +#, c-format +msgid "Error seeking in file: %s" +msgstr "Σφάλμα αναζήτησης στο αρχείο: %s" + +#: ../gio/glocalfileinputstream.c:261 ../gio/glocalfileoutputstream.c:256 +#: ../gio/glocalfileoutputstream.c:351 +#, c-format +msgid "Error closing file: %s" +msgstr "Σφάλμα κατά το κλείσιμο του αρχείου: %s" + +#: ../gio/glocalfilemonitor.c:212 +msgid "Unable to find default local file monitor type" +msgstr "Δε βρέθηκε ο τύπος monitor του προεπιλεγμένου τοπικού αρχείου" + +#: ../gio/glocalfileoutputstream.c:202 ../gio/glocalfileoutputstream.c:235 +#: ../gio/glocalfileoutputstream.c:743 +#, c-format +msgid "Error writing to file: %s" +msgstr "Σφάλμα κατά την εγγραφή στο αρχείο: %s" + +# gconf/gconftool.c:1181 +#: ../gio/glocalfileoutputstream.c:283 +#, c-format +msgid "Error removing old backup link: %s" +msgstr "Σφάλμα αφαίρεσης παλαιού αντιγράφου συνδέσμου: %s" + +# +#: ../gio/glocalfileoutputstream.c:297 ../gio/glocalfileoutputstream.c:310 +#, c-format +msgid "Error creating backup copy: %s" +msgstr "Σφάλμα δημιουργίας αντιγράφου ασφαλείας: %s" + +# +#: ../gio/glocalfileoutputstream.c:328 +#, c-format +msgid "Error renaming temporary file: %s" +msgstr "Σφάλμα μετονομασίας προσωρινού αρχείου: %s" + +# +#: ../gio/glocalfileoutputstream.c:516 ../gio/glocalfileoutputstream.c:1077 +#, c-format +msgid "Error truncating file: %s" +msgstr "Σφάλμα κοπής (truncating) αρχείου: %s" + +# +#: ../gio/glocalfileoutputstream.c:577 ../gio/glocalfileoutputstream.c:630 +#: ../gio/glocalfileoutputstream.c:675 ../gio/glocalfileoutputstream.c:815 +#: ../gio/glocalfileoutputstream.c:1058 ../gio/glocalfileoutputstream.c:1157 +#, c-format +msgid "Error opening file '%s': %s" +msgstr "Σφάλμα ανοίγματος αρχείου '%s': %s" + +#: ../gio/glocalfileoutputstream.c:846 +msgid "Target file is a directory" +msgstr "Το αρχείο προορισμού είναι κατάλογος" + +#: ../gio/glocalfileoutputstream.c:851 +msgid "Target file is not a regular file" +msgstr "Το αρχείο προορισμού δεν είναι κανονικό αρχείο" + +#: ../gio/glocalfileoutputstream.c:863 +msgid "The file was externally modified" +msgstr "Το αρχείο τροποποιήθηκε εξωτερικά" + +#: ../gio/glocalfileoutputstream.c:1042 +#, c-format +msgid "Error removing old file: %s" +msgstr "Σφάλμα αφαίρεσης παλαιού αρχείου: %s" + +#: ../gio/gmemoryinputstream.c:486 ../gio/gmemoryoutputstream.c:746 +msgid "Invalid GSeekType supplied" +msgstr "Μη έγκυρο GSeekType" + +#: ../gio/gmemoryinputstream.c:496 +msgid "Invalid seek request" +msgstr "Ακατάλληλη αίτηση seek" + +#: ../gio/gmemoryinputstream.c:520 +msgid "Cannot truncate GMemoryInputStream" +msgstr "Δεν είναι δυνατή η κοπή του GMemoryInputStream" + +#: ../gio/gmemoryoutputstream.c:496 +msgid "Memory output stream not resizable" +msgstr "Δεν είναι δυνατή η αλλαγή διαστάσεων της ροής εξόδου μνήμης" + +#: ../gio/gmemoryoutputstream.c:512 +msgid "Failed to resize memory output stream" +msgstr "Απέτυχε η αλλαγή διαστάσεων της ροής εξόδου μνήμης" + +#: ../gio/gmemoryoutputstream.c:600 +msgid "" +"Amount of memory required to process the write is larger than available " +"address space" +msgstr "" +"Το ποσό μνήμης που απαιτείται για την επεξεργασία της εγγραφής είναι " +"μεγαλύτερο από το διαθέσιμο διάστημα διευθύνσεων" + +#: ../gio/gmemoryoutputstream.c:756 +msgid "Requested seek before the beginning of the stream" +msgstr "Απαίτηση για αναζήτηση πριν την έναρξη της ροής" + +#: ../gio/gmemoryoutputstream.c:765 +msgid "Requested seek beyond the end of the stream" +msgstr "Απαίτηση για αναζήτηση πέραν του τέλους της ροής" + +#. Translators: This is an error +#. * message for mount objects that +#. * don't implement unmount. +#: ../gio/gmount.c:363 +msgid "mount doesn't implement \"unmount\"" +msgstr "η προσάρτηση δεν υποστηρίζει την \"αποσύνδεση\"" + +#. Translators: This is an error +#. * message for mount objects that +#. * don't implement eject. +#: ../gio/gmount.c:442 +msgid "mount doesn't implement \"eject\"" +msgstr "η προσάρτηση δεν υποστηρίζει την \"εξαγωγή\"" + +#. Translators: This is an error +#. * message for mount objects that +#. * don't implement any of unmount or unmount_with_operation. +#: ../gio/gmount.c:522 +msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" +msgstr "" +"η προσάρτηση δεν υποστηρίζει την \"αποσύνδεση\" ή την " +"\"αποσύνδεση_με_λειτουργία\"" + +#. Translators: This is an error +#. * message for mount objects that +#. * don't implement any of eject or eject_with_operation. +#: ../gio/gmount.c:609 +msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" +msgstr "" +"η προσάρτηση δεν υποστηρίζει την \"εξαγωγή\" ή την \"εξαγωγή_με_λειτουργία\"" + +#. Translators: This is an error +#. * message for mount objects that +#. * don't implement remount. +#: ../gio/gmount.c:698 +msgid "mount doesn't implement \"remount\"" +msgstr "η προσάρτηση δεν υποστηρίζει την \"επαναπροσάρτηση\"" + +#. Translators: This is an error +#. * message for mount objects that +#. * don't implement content type guessing. +#: ../gio/gmount.c:782 +msgid "mount doesn't implement content type guessing" +msgstr "η προσάρτηση δεν υποστηρίζει το μάντεμα του τύπου περιεχομένων" + +#. Translators: This is an error +#. * message for mount objects that +#. * don't implement content type guessing. +#: ../gio/gmount.c:871 +msgid "mount doesn't implement synchronous content type guessing" +msgstr "" +"η προσάρτηση δεν υποστηρίζει το μάντεμα του τύπου σύγχρονων περιεχομένων" + +#: ../gio/gnetworkaddress.c:318 +#, c-format +msgid "Hostname '%s' contains '[' but not ']'" +msgstr "" +"Το όνομα κεντρικού υπολογιστή '%s' περιέχει το '[' αλλά όχι το αντίστοιχο ']'" + +#: ../gio/goutputstream.c:207 ../gio/goutputstream.c:408 +msgid "Output stream doesn't implement write" +msgstr "Η ροή εξόδου δεν υποστηρίζει την εγγραφή" + +#: ../gio/goutputstream.c:369 ../gio/goutputstream.c:849 +msgid "Source stream is already closed" +msgstr "Η ροή πηγής έχει ήδη κλείσει" + +# +#: ../gio/gresolver.c:735 +#, c-format +msgid "Error resolving '%s': %s" +msgstr "Σφάλμα στην επίλυση του '%s': %s" + +# +#: ../gio/gresolver.c:785 +#, c-format +msgid "Error reverse-resolving '%s': %s" +msgstr "Σφάλμα στην ανάστροφη επίλυση του '%s': %s" + +#: ../gio/gresolver.c:820 ../gio/gresolver.c:898 +#, c-format +msgid "No service record for '%s'" +msgstr "Δεν υπάρχει αρχείο υπηρεσιών για το '%s'" + +#: ../gio/gresolver.c:825 ../gio/gresolver.c:903 +#, c-format +msgid "Temporarily unable to resolve '%s'" +msgstr "Προσωρινή αδυναμία στην επίλυση του '%s'" + +#: ../gio/gresolver.c:830 ../gio/gresolver.c:908 +#, c-format +msgid "Error resolving '%s'" +msgstr "Σφάλμα στην επίλυση του '%s'" + +#: ../gio/gsettings-tool.c:79 +#, c-format +msgid "" +"Commands:\n" +" help Show this information\n" +" get Get the value of a key\n" +" set Set the value of a key\n" +" reset Reset the value of a key\n" +" monitor Monitor a key for changes\n" +" writable Check if a key is writable\n" +"\n" +"Use '%s COMMAND --help' to get help for individual commands.\n" +msgstr "" +"Εντολές:\n" +" help Εμφανίζει αυτές τις πληροφορίες\n" +" get Επιστροφή της τιμής ενός κλειδιού\n" +" set Ορισμός της τιμής ενός κλειδιού\n" +" reset Επανορισμός της τιμής ενός κλειδιού\n" +" monitor Παρακολούθηση ενός κλειδιού για αλλαγές\n" +" writable Έλεγχος εάν ένα κλειδί είναι εγγράψιμο \n" +"\n" +"Χρήσημοποιήστε '%s COMMAND --help' για να πάρτε βοήθεια για μεμονωμένες " +"εντολές.\n" + +#: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 +msgid "Specify the path for the schema" +msgstr "Διευκρινίστε την διαδρομή για το σχήμα" + +#: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 +msgid "PATH" +msgstr "ΔΙΑΔΡΟΜΗ" + +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:654 +msgid "SCHEMA KEY" +msgstr "ΚΛΕΙΔΙ ΣΧΗΜΑΤΟΣ" + +#: ../gio/gsettings-tool.c:230 +msgid "Get the value of KEY" +msgstr "Πάρτε την τιμή της KEY" + +#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:449 +#: ../gio/gsettings-tool.c:545 ../gio/gsettings-tool.c:661 +msgid "" +"Arguments:\n" +" SCHEMA The id of the schema\n" +" KEY The name of the key\n" +msgstr "" +"Ορίσματαs:\n" +" SCHEMA Η ταυτότητα του σχήματος \n" +" KEY Το όνομα του κλειδιού \n" + +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:329 ../gio/gsettings-tool.c:445 +msgid "SCHEMA KEY VALUE" +msgstr "SCHEMA KEY VALUE" + +#: ../gio/gsettings-tool.c:331 +msgid "Set the value of KEY" +msgstr "Δώστε την τιμή της KEY" + +#: ../gio/gsettings-tool.c:333 +msgid "" +"Arguments:\n" +" SCHEMA The id of the schema\n" +" KEY The name of the key\n" +" VALUE The value to set key to, as a serialized GVariant\n" +msgstr "" +"Ορίσματα:\n" +" SCHEMA Η ταυτότητα του σχήματος \n" +" KEY Το όνομα του κλειδιού \n" +" VALUE Η τιμή για να οριστεί το κλειδί, ως σειριακή διάταξη GVariant\n" + +#: ../gio/gsettings-tool.c:406 +#, c-format +msgid "Key %s is not writable\n" +msgstr "Το κλειδί %s δεν είναι προς εγγραφή\n" + +#: ../gio/gsettings-tool.c:447 +msgid "Sets KEY to its default value" +msgstr "Ορίστε την τιμή του KEY στην προεπιλεγμένη" + +#: ../gio/gsettings-tool.c:543 +msgid "Find out whether KEY is writable" +msgstr "Βρείτε σε ποιο σημείο το KEY είναι εγγράψιμο" + +#: ../gio/gsettings-tool.c:657 +msgid "" +"Monitor KEY for changes and print the changed values.\n" +"Monitoring will continue until the process is terminated." +msgstr "" +"Παρακολούθηση του KEY για αλλαγές και εκτύπωση των αλλαγμένων τιμών.\n" +"Η παρακολούθηση θα συνεχιστεί έως ότου ολοκληρωθεί η διαδικασία." + +#: ../gio/gsettings-tool.c:833 +#, c-format +msgid "Unknown command '%s'\n" +msgstr "Άγνωστη εντολή '%s'\n" + +#: ../gio/gsocket.c:276 +msgid "Invalid socket, not initialized" +msgstr "Μη έγκυρος υποδοχέας, δεν αρχικοποιήθηκε" + +#: ../gio/gsocket.c:283 +#, c-format +msgid "Invalid socket, initialization failed due to: %s" +msgstr "Μη έγκυρος υποδοχέα, η αρχικοποίηση απέτυχε λόγο του: %s" + +#: ../gio/gsocket.c:291 +msgid "Socket is already closed" +msgstr "Ο υποδοχέας είναι ήδη κλειστός" + +#: ../gio/gsocket.c:299 ../gio/gsocket.c:2716 ../gio/gsocket.c:2760 +msgid "Socket I/O timed out" +msgstr "Η υποδοχή I/O έληξε" + +#: ../gio/gsocket.c:421 +#, c-format +msgid "creating GSocket from fd: %s" +msgstr "Δημιουργία υποδοχέα GSocket από fd: %s" + +# gconf/gconf-internals.c:2416 +#: ../gio/gsocket.c:455 ../gio/gsocket.c:471 ../gio/gsocket.c:2113 +#, c-format +msgid "Unable to create socket: %s" +msgstr "Αδυναμία δημιουργίας υποδοχέα: %s" + +#: ../gio/gsocket.c:455 +msgid "Unknown protocol was specified" +msgstr "Προσδιορίστηκε άγνωστο πρωτόκολλο" + +#: ../gio/gsocket.c:1224 +#, c-format +msgid "could not get local address: %s" +msgstr "αδυναμία λήψης της τοπικής διεύθυνσης: %s" + +#: ../gio/gsocket.c:1267 +#, c-format +msgid "could not get remote address: %s" +msgstr "αδυναμία λήψης της απομακρυσμένης διεύθυνσης: %s" + +#: ../gio/gsocket.c:1328 +#, c-format +msgid "could not listen: %s" +msgstr "αδυναμία ακρόασης: %s" + +#: ../gio/gsocket.c:1402 +#, c-format +msgid "Error binding to address: %s" +msgstr "Σφάλμα κατά την σύνδεση στην διεύθυνση: %s" + +# gconf/gconftool.c:1181 +#: ../gio/gsocket.c:1522 +#, c-format +msgid "Error accepting connection: %s" +msgstr "Σφάλμα αποδοχής σύνδεσης: %s" + +# +#: ../gio/gsocket.c:1639 +msgid "Error connecting: " +msgstr "Σφάλμα σύνδεσης:" + +#: ../gio/gsocket.c:1644 +msgid "Connection in progress" +msgstr "Σύνδεση σε εξέλιξη" + +#: ../gio/gsocket.c:1651 +#, c-format +msgid "Error connecting: %s" +msgstr "Σφάλμα σύνδεσης: %s" + +# gconf/gconf-internals.c:2416 +#: ../gio/gsocket.c:1694 ../gio/gsocket.c:3479 +#, c-format +msgid "Unable to get pending error: %s" +msgstr "Αδύνατη λήψης εκκρεμούς σφάλματος: %s" + +#: ../gio/gsocket.c:1826 +#, c-format +msgid "Error receiving data: %s" +msgstr "Σφάλμα λήψης δεδομένων: %s" + +#: ../gio/gsocket.c:2000 +#, c-format +msgid "Error sending data: %s" +msgstr "Σφάλμα αποστολής δεδομένων: %s" + +#: ../gio/gsocket.c:2192 +#, c-format +msgid "Error closing socket: %s" +msgstr "Σφάλμα τερματισμού υποδοχέα: %s" + +#: ../gio/gsocket.c:2709 +#, c-format +msgid "Waiting for socket condition: %s" +msgstr "Αναμονή για την συνθήκη υποδοχέα: %s" + +#: ../gio/gsocket.c:2999 +msgid "GSocketControlMessage not supported on windows" +msgstr "Το GSocketControlMessage δεν υποστηρίζετε στα windows" + +#: ../gio/gsocket.c:3258 ../gio/gsocket.c:3399 +#, c-format +msgid "Error receiving message: %s" +msgstr "Σφάλμα λήψης μηνύματος: %s" + +#: ../gio/gsocket.c:3494 +msgid "g_socket_get_credentials not implemented for this OS" +msgstr "Το g_socket_get_credentials δεν έχει υλοποιηθεί για αυτό OS" + +#: ../gio/gsocketclient.c:674 ../gio/gsocketclient.c:1153 +msgid "Unknown error on connect" +msgstr "Άγνωστο σφάλμα κατά την σύνδεση" + +#: ../gio/gsocketclient.c:711 ../gio/gsocketclient.c:1038 +msgid "Trying to proxy over non-TCP connection is not supported." +msgstr "Η προσπάθεια χρήσης του proxy σε σύνδεση εκτός TCP δεν υποστηρίζεται." + +#: ../gio/gsocketclient.c:749 ../gio/gsocketclient.c:1061 +#, c-format +msgid "Proxy protocol '%s' is not supported." +msgstr "Το πρωτόκολλο proxy \"%s\" δεν υποστηρίζεται." + +#: ../gio/gsocketlistener.c:191 +msgid "Listener is already closed" +msgstr "Η ακρόαση έχει ήδη κλείσει" + +#: ../gio/gsocketlistener.c:232 +msgid "Added socket is closed" +msgstr "Ο υποδοχέας που προστέθηκε είναι κλειστός" + +#: ../gio/gsocks4aproxy.c:121 +#, c-format +msgid "SOCKSv4 does not support IPv6 address '%s'" +msgstr "Το SOCKSv4 δεν υποστηρίζει τη διεύθυνση IPv6 '%s'" + +#: ../gio/gsocks4aproxy.c:139 +#, c-format +msgid "SOCKSv4 implementation limits username to %i characters" +msgstr "Η υλοποίηση του SOCKSv4a περιορίζει το όνομα χρήστη σε %i χαρακτήρες" + +#: ../gio/gsocks4aproxy.c:157 +#, c-format +msgid "SOCKSv4a implementation limits hostname to %i characters" +msgstr "" +"Η υλοποίηση του SOCKSv4a περιορίζει το όνομα υπολογιστή υποδοχής σε %i " +"χαρακτήρες" + +#: ../gio/gsocks4aproxy.c:183 +msgid "The server is not a SOCKSv4 proxy server." +msgstr "Ο κεντρικός υπολογιστής δεν είναι ένας SOCKSv4 proxy." + +#: ../gio/gsocks4aproxy.c:190 +msgid "Connection through SOCKSv4 server was rejected" +msgstr "Η σύνδεση μέσω του κεντρικού υπολογιστή SOCKSv4 απορρίφθηκε" + +#: ../gio/gsocks5proxy.c:155 ../gio/gsocks5proxy.c:328 +#: ../gio/gsocks5proxy.c:338 +msgid "The server is not a SOCKSv5 proxy server." +msgstr "Ο κεντρικός υπολογιστής δεν είναι ένας SOCKSv5 proxy." + +#: ../gio/gsocks5proxy.c:169 +msgid "The SOCKSv5 proxy requires authentication." +msgstr "Το SOCKSv5 proxy απαιτεί επικύρωση." + +#: ../gio/gsocks5proxy.c:179 +msgid "" +"The SOCKSv5 require an authentication method that is not supported by GLib." +msgstr "" +"Το SOCKSv5 απαιτεί μια μέθοδο επικύρωσης που δεν υποστηρίζεται από GLib." + +#: ../gio/gsocks5proxy.c:208 +#, c-format +msgid "Username or password is too long for SOCKSv5 protocol (max. is %i)." +msgstr "" +"Το όνομα χρήστη ή ο κωδικός πρόσβασης είναι πάρα πολύ μεγάλα για το " +"πρωτόκολλο SOCKSv5 (το μέγιστο είναι %i)." + +#: ../gio/gsocks5proxy.c:239 +msgid "SOCKSv5 authentication failed due to wrong username or password." +msgstr "Ο Host είναι απρόσιτος μέσω του κεντρικού υπολογιστή SOCKSv5. " + +#: ../gio/gsocks5proxy.c:289 +#, c-format +msgid "Hostname '%s' too long for SOCKSv5 protocol (maximum is %i bytes)" +msgstr "" +"Το όνομα του υπολογιστή υποδοχής '%s' είναι πολύ μεγάλο για το πρωτόκολλο " +"SOCKSv5 (το μέγιστο είναι %i bytes)" + +#: ../gio/gsocks5proxy.c:352 +msgid "The SOCKSv5 proxy server uses unkown address type." +msgstr "" +"Ο κεντρικός υπολογιστής SOCKSv5 proxy χρησιμοποιεί άγνωστο τύπο διεύθυνσης." + +#: ../gio/gsocks5proxy.c:359 +msgid "Internal SOCKSv5 proxy server error." +msgstr "Εσωτερικό σφάλμα SOCKSv5 του κεντρικού υπολογιστή proxy." + +#: ../gio/gsocks5proxy.c:365 +msgid "SOCKSv5 connection not allowed by ruleset." +msgstr "Η σύνδεση SOCKSv5 δεν επιτρέπεται από το σύνολο των κανόνων." + +#: ../gio/gsocks5proxy.c:372 +msgid "Host unreachable through SOCKSv5 server." +msgstr "" +"Ο υπολογιστής υποδοχής είναι απρόσιτος μέσο του κεντρικού υπολογιστή SOCKSv5." + +#: ../gio/gsocks5proxy.c:378 +msgid "Network unreachable through SOCKSv5 proxy." +msgstr "Το δίκτυο δεν είναι προσπελάσιμο από το SOCKSv5 proxy." + +#: ../gio/gsocks5proxy.c:384 +msgid "Connection refused through SOCKSv5 proxy." +msgstr "Η σύνδεση απορρίφθηκε από τον SOCKSv5 proxy." + +#: ../gio/gsocks5proxy.c:390 +msgid "SOCKSv5 proxy does not support 'connect' command." +msgstr "Το SOCKSv5 proxy δεν υποστηρίζει την εντολή 'connect'." + +#: ../gio/gsocks5proxy.c:396 +msgid "SOCKSv5 proxy does not support provided address type." +msgstr "Το SOCKSv5 proxy δεν υποστηρίζει τον παρεχόμενο τύπο διεύθυνσης." + +#: ../gio/gsocks5proxy.c:402 +msgid "Unkown SOCKSv5 proxy error." +msgstr "Άγνωστο σφάλμα SOCKSv5 του proxy." + +#: ../gio/gthemedicon.c:498 +#, c-format +msgid "Can't handle version %d of GThemedIcon encoding" +msgstr "" +"Δεν είναι δυνατός ο χειρισμός της έκδοσης %d της κωδικοποίησης GThemedIcon" + +#: ../gio/gunixconnection.c:164 ../gio/gunixconnection.c:505 +#, c-format +msgid "Expecting 1 control message, got %d" +msgstr "Αναμονή για 1 μήνυμα έλεγχου, αλλά ελήφθησαν %d" + +#: ../gio/gunixconnection.c:177 ../gio/gunixconnection.c:515 +msgid "Unexpected type of ancillary data" +msgstr "Μη αναμενόμενος τύπος βοηθητικών δεδομένων" + +#: ../gio/gunixconnection.c:195 +#, c-format +msgid "Expecting one fd, but got %d\n" +msgstr "Αναμονή για ένα fd, αλλά ελήφθησαν %d\n" + +#: ../gio/gunixconnection.c:211 +msgid "Received invalid fd" +msgstr "Λήψη μη αποδεκτού fd" + +#: ../gio/gunixconnection.c:359 +msgid "Error sending credentials: " +msgstr "Σφάλμα στην αποστολή πιστοποιητικών:" + +#: ../gio/gunixconnection.c:439 +#, c-format +msgid "Error checking if SO_PASSCRED is enabled for socket: %s" +msgstr "" +"Σφάλμα στον έλεγχο εάν η SO_PASSCRED έχει ενεργοποιηθεί για την υποδοχή: %s" + +#: ../gio/gunixconnection.c:448 +#, c-format +msgid "" +"Unexpected option length while checking if SO_PASSCRED is enabled for " +"socket. Expected %d bytes, got %d" +msgstr "" +"Απροσδόκητο μήκος επιλογής κατά τον έλεγχο εάν η SO_PASSCRED έχει " +"ενεργοποιηθεί για την υποδοχή. Αναμενόμενα %d bytes, παραλήφθηκαν %d" + +#: ../gio/gunixconnection.c:465 +#, c-format +msgid "Error enabling SO_PASSCRED: %s" +msgstr "Σφάλμα ενεργοποίησης SO_PASSCRED: %s" + +#: ../gio/gunixconnection.c:495 +msgid "" +"Expecting to read a single byte for receiving credentials but read zero bytes" +msgstr "" +"Αναμονή για ανάγνωση ενός μόνο byte για τη λήψη των πιστοποιητικών αλλά " +"αναγνώσθηκαν μηδέν bytes" + +#: ../gio/gunixconnection.c:538 +#, c-format +msgid "Error while disabling SO_PASSCRED: %s" +msgstr "Σφάλμα κατά την απενεργοποίηση SO_PASSCRED: %s" + +# +#: ../gio/gunixinputstream.c:353 ../gio/gunixinputstream.c:373 +#: ../gio/gunixinputstream.c:451 ../gio/gunixoutputstream.c:438 +#, c-format +msgid "Error reading from unix: %s" +msgstr "Σφάλμα ανάγνωσης από unix: %s" + +# +#: ../gio/gunixinputstream.c:406 ../gio/gunixinputstream.c:589 +#: ../gio/gunixoutputstream.c:393 ../gio/gunixoutputstream.c:545 +#, c-format +msgid "Error closing unix: %s" +msgstr "Σφάλμα κλεισίματος unix: %s" + +#: ../gio/gunixmounts.c:1846 ../gio/gunixmounts.c:1883 +msgid "Filesystem root" +msgstr "Root συστήματος αρχείων" + +# gconf/gconftool.c:1181 +#: ../gio/gunixoutputstream.c:339 ../gio/gunixoutputstream.c:360 +#, c-format +msgid "Error writing to unix: %s" +msgstr "Σφάλμα εγγραφής σε unix: %s" + +#: ../gio/gunixsocketaddress.c:244 +msgid "Abstract unix domain socket addresses not supported on this system" +msgstr "" +"Δεν υποστηρίζονται αφηρημένες περιοχές του unix με διευθύνσεις για υποδοχέα" + +#: ../gio/gvolume.c:406 +msgid "volume doesn't implement eject" +msgstr "ο τόμος δεν υποστηρίζει την εξαγωγή" + +#. Translators: This is an error +#. * message for volume objects that +#. * don't implement any of eject or eject_with_operation. +#: ../gio/gvolume.c:485 +msgid "volume doesn't implement eject or eject_with_operation" +msgstr "ο τόμος δεν υποστηρίζει την εξαγωγή ή eject_with_operation" + +#: ../gio/gwin32appinfo.c:276 +msgid "Can't find application" +msgstr "Αδυναμία εύρεσης εφαρμογής" + +# gconf/gconftool.c:1181 +#: ../gio/gwin32appinfo.c:299 +#, c-format +msgid "Error launching application: %s" +msgstr "Σφάλμα εκκίνησης εφαρμογής: %s" + +#: ../gio/gwin32appinfo.c:335 +msgid "URIs not supported" +msgstr "URIs δεν υποστηρίζονται" + +#: ../gio/gwin32appinfo.c:357 +msgid "association changes not supported on win32" +msgstr "οι αλλαγές στις συσχετίσεις δεν υποστηρίζονται στα win32" + +#: ../gio/gwin32appinfo.c:369 +msgid "Association creation not supported on win32" +msgstr "Η δημιουργία συσχέτισης δεν υποστηρίζεται σε win32" + +#: ../gio/gwin32inputstream.c:318 +#, c-format +msgid "Error reading from handle: %s" +msgstr "Σφάλμα ανάγνωσης από το χειριστήριο: %s" + +#: ../gio/gwin32inputstream.c:348 ../gio/gwin32outputstream.c:348 +#, c-format +msgid "Error closing handle: %s" +msgstr "Σφάλμα κατά το κλείσιμο του χειριστήριου: %s" + +#: ../gio/gwin32outputstream.c:318 +#, c-format +msgid "Error writing to handle: %s" +msgstr "Σφάλμα κατά την εγγραφή στο χειριστήριο: %s" + +#: ../gio/gzlibcompressor.c:396 ../gio/gzlibdecompressor.c:349 +msgid "Not enough memory" +msgstr "Ανεπάρκεια μνήμης" + +#: ../gio/gzlibcompressor.c:403 ../gio/gzlibdecompressor.c:356 +#, c-format +msgid "Internal error: %s" +msgstr "Εσωτερικό σφάλμα: %s" + +#: ../gio/gzlibcompressor.c:416 ../gio/gzlibdecompressor.c:370 +msgid "Need more input" +msgstr "Χρειάζεται εισαγωγή περισσότερων δεδομένων" + +#: ../gio/gzlibdecompressor.c:342 +msgid "Invalid compressed data" +msgstr "Μη αποδεκτά συμπιεσμένα δεδομένα" + +#~ msgid "No such schema `%s' specified in override file `%s'" +#~ msgstr "Δεν υπάρχει το σχήμα `%s' όπως ορίζεται στο αρχείο παράκαμψης `%s'" + +#, fuzzy +#~ msgid "Do not give error for empty directory" +#~ msgstr "Αδυναμία μετακίνησης ενός καταλόγου πάνω σε άλλον κατάλογο" + +#, fuzzy +#~ msgid "Invalid UTF-8 sequence in input" +#~ msgstr "Μη έγκυρη σειρά στην είσοδο μετατροπής" + +#~ msgid "Reached maximum data array limit" +#~ msgstr "Υπέρβαση του μέγιστου ορίου δεδομένων πίνακα" + +#~ msgid "do not hide entries" +#~ msgstr "να μην αποκρύπτονται οι εγγραφές" + +#~ msgid "use a long listing format" +#~ msgstr "χρήση αναπτυγμένης μορφής λιστών" + +#~ msgid "[FILE...]" +#~ msgstr "[ΑΡΧΕΙΟ...]" + +#~ msgid "" +#~ "Character '%s' is not valid at the start of an entity name; the & " +#~ "character begins an entity; if this ampersand isn't supposed to be an " +#~ "entity, escape it as &" +#~ msgstr "" +#~ "Ο χαρακτήρας '%s' δεν επιτρέπεται στην αρχή ονόματος οντότητας, ο " +#~ "χαρακτήρας & ξεκινά οντότητα. Αν δεν επιθυμείτε να ξεκινήσετε οντότητα, " +#~ "χρησιμοποιήστε το συνδυασμό διαφυγής & στη θέση του &" + +#~ msgid "Character '%s' is not valid inside an entity name" +#~ msgstr "Ο χαρακτήρας '%s' δεν επιτρέπεται να περιέχεται σε όνομα οντότητας" + +#~ msgid "Empty character reference; should include a digit such as dž" +#~ msgstr "Κενή αναφορά χαρακτήρα· πρέπει να περιέχει ένα ψηφίο όπως dž" + +#~ msgid "Unfinished entity reference" +#~ msgstr "Ημιτελής αναφορά οντότητας" + +#~ msgid "Unfinished character reference" +#~ msgstr "Ημιτελής αναφορά χαρακτήρα" + +#~ msgid "Invalid UTF-8 encoded text - overlong sequence" +#~ msgstr "Μη έγκυρα κωδικοποιημένο κείμενο UTF-8 - overlong sequence" + +#~ msgid "Invalid UTF-8 encoded text - not a start char" +#~ msgstr "Μη έγκυρα κωδικοποιημένο κείμενο UTF-8 - not a start char" + +#~ msgid "file" +#~ msgstr "αρχείο" + +#~ msgid "The file containing the icon" +#~ msgstr "Το αρχείο που περιέχει το εικονίδιο" + +#~ msgid "The name of the icon" +#~ msgstr "Το όνομα του εικονιδίου" + +#~ msgid "names" +#~ msgstr "ονόματα" + +#~ msgid "An array containing the icon names" +#~ msgstr "Πίνακας που περιέχει τα ονόματα των εικονιδίων" + +#~ msgid "use default fallbacks" +#~ msgstr "χρήση των προεπιλεγμένων εφεδρικών" + +#~ msgid "" +#~ "Whether to use default fallbacks found by shortening the name at '-' " +#~ "characters. Ignores names after the first if multiple names are given." +#~ msgstr "" +#~ "Αν θα χρησιμοποιούνται τα προεπιλεγμένα εφεδρικά που προκύπτουν από τη " +#~ "συντόμευση του ονόματος στους χαρακτήρες '-'. Αγνοεί όλα τα ονόματα μετά " +#~ "το πρώτο, αν έχουν δοθεί πολλαπλά ονόματα." + +#~ msgid "File descriptor" +#~ msgstr "Περιγραφέας αρχείου" + +#~ msgid "The file descriptor to read from" +#~ msgstr "Ο περιγραφέας αρχείου από τον οποίο θα γίνει η ανάγνωση" + +#~ msgid "Close file descriptor" +#~ msgstr "Κλείσιμο περιγραφέα αρχείου" + +#~ msgid "Whether to close the file descriptor when the stream is closed" +#~ msgstr "Αν θα κλείσει ο περιγραφέας αρχείου όταν κλείσει η ροή" + +#~ msgid "The file descriptor to write to" +#~ msgstr "Ο περιγραφέας αρχείου στον οποίο θα γίνει η εγγραφή" Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/en_GB.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/en_GB.gmo differ diff -Nru glib2.0-2.26.0/po/en_GB.po glib2.0-2.26.1/po/en_GB.po --- glib2.0-2.26.0/po/en_GB.po 2010-09-14 14:08:21.000000000 +1000 +++ glib2.0-2.26.1/po/en_GB.po 2010-10-17 14:31:23.000000000 +1100 @@ -2,22 +2,22 @@ # Copyright (C) 2004 glib's COPYRIGHT HOLDER # This file is distributed under the same licence as the GLIB package. # Gareth Owen 2004 -# Bruce Cowan , 2009, 2010. +# Bruce Cowan , 2009, 2010. # Philip Withnall , 2010. msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-09-13 23:21+0100\n" -"PO-Revision-Date: 2010-02-24 15:27+0100\n" -"Last-Translator: Philip Withnall \n" +"POT-Creation-Date: 2010-10-07 21:22+0100\n" +"PO-Revision-Date: 2010-10-07 21:23+0100\n" +"Last-Translator: Bruce Cowan \n" "Language-Team: British English \n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Virtaal 0.5.2\n" +"X-Generator: Virtaal 0.6.1\n" #: ../glib/gbookmarkfile.c:780 #, c-format @@ -158,232 +158,232 @@ msgstr "Invalid hostname" #. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:105 +#: ../glib/gdatetime.c:149 msgctxt "GDateTime" msgid "am" msgstr "am" #. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:107 +#: ../glib/gdatetime.c:151 msgctxt "GDateTime" msgid "AM" msgstr "AM" #. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:109 +#: ../glib/gdatetime.c:153 msgctxt "GDateTime" msgid "pm" msgstr "pm" #. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:111 +#: ../glib/gdatetime.c:155 msgctxt "GDateTime" msgid "PM" msgstr "PM" #. Translators: this is the preferred format for expressing the date -#: ../glib/gdatetime.c:120 +#: ../glib/gdatetime.c:164 msgctxt "GDateTime" msgid "%m/%d/%y" msgstr "%d/%m/%y" #. Translators: this is the preferred format for expressing the time -#: ../glib/gdatetime.c:123 +#: ../glib/gdatetime.c:167 msgctxt "GDateTime" msgid "%H:%M:%S" msgstr "%H:%M:%S" -#: ../glib/gdatetime.c:168 +#: ../glib/gdatetime.c:193 msgctxt "full month name" msgid "January" msgstr "January" -#: ../glib/gdatetime.c:170 +#: ../glib/gdatetime.c:195 msgctxt "full month name" msgid "February" msgstr "February" -#: ../glib/gdatetime.c:172 +#: ../glib/gdatetime.c:197 msgctxt "full month name" msgid "March" msgstr "March" -#: ../glib/gdatetime.c:174 +#: ../glib/gdatetime.c:199 msgctxt "full month name" msgid "April" msgstr "April" -#: ../glib/gdatetime.c:176 +#: ../glib/gdatetime.c:201 msgctxt "full month name" msgid "May" msgstr "May" -#: ../glib/gdatetime.c:178 +#: ../glib/gdatetime.c:203 msgctxt "full month name" msgid "June" msgstr "June" -#: ../glib/gdatetime.c:180 +#: ../glib/gdatetime.c:205 msgctxt "full month name" msgid "July" msgstr "July" -#: ../glib/gdatetime.c:182 +#: ../glib/gdatetime.c:207 msgctxt "full month name" msgid "August" msgstr "August" -#: ../glib/gdatetime.c:184 +#: ../glib/gdatetime.c:209 msgctxt "full month name" msgid "September" msgstr "September" -#: ../glib/gdatetime.c:186 +#: ../glib/gdatetime.c:211 msgctxt "full month name" msgid "October" msgstr "October" -#: ../glib/gdatetime.c:188 +#: ../glib/gdatetime.c:213 msgctxt "full month name" msgid "November" msgstr "November" -#: ../glib/gdatetime.c:190 +#: ../glib/gdatetime.c:215 msgctxt "full month name" msgid "December" msgstr "December" -#: ../glib/gdatetime.c:205 +#: ../glib/gdatetime.c:230 msgctxt "abbreviated month name" msgid "Jan" msgstr "Jan" -#: ../glib/gdatetime.c:207 +#: ../glib/gdatetime.c:232 msgctxt "abbreviated month name" msgid "Feb" msgstr "Feb" -#: ../glib/gdatetime.c:209 +#: ../glib/gdatetime.c:234 msgctxt "abbreviated month name" msgid "Mar" msgstr "Mar" -#: ../glib/gdatetime.c:211 +#: ../glib/gdatetime.c:236 msgctxt "abbreviated month name" msgid "Apr" msgstr "Apr" -#: ../glib/gdatetime.c:213 +#: ../glib/gdatetime.c:238 msgctxt "abbreviated month name" msgid "May" msgstr "May" -#: ../glib/gdatetime.c:215 +#: ../glib/gdatetime.c:240 msgctxt "abbreviated month name" msgid "Jun" msgstr "Jun" -#: ../glib/gdatetime.c:217 +#: ../glib/gdatetime.c:242 msgctxt "abbreviated month name" msgid "Jul" msgstr "Jul" -#: ../glib/gdatetime.c:219 +#: ../glib/gdatetime.c:244 msgctxt "abbreviated month name" msgid "Aug" msgstr "Aug" -#: ../glib/gdatetime.c:221 +#: ../glib/gdatetime.c:246 msgctxt "abbreviated month name" msgid "Sep" msgstr "Sep" -#: ../glib/gdatetime.c:223 +#: ../glib/gdatetime.c:248 msgctxt "abbreviated month name" msgid "Oct" msgstr "Oct" -#: ../glib/gdatetime.c:225 +#: ../glib/gdatetime.c:250 msgctxt "abbreviated month name" msgid "Nov" msgstr "Nov" -#: ../glib/gdatetime.c:227 +#: ../glib/gdatetime.c:252 msgctxt "abbreviated month name" msgid "Dec" msgstr "Dec" -#: ../glib/gdatetime.c:242 +#: ../glib/gdatetime.c:267 msgctxt "full weekday name" msgid "Monday" msgstr "Monday" -#: ../glib/gdatetime.c:244 +#: ../glib/gdatetime.c:269 msgctxt "full weekday name" msgid "Tuesday" msgstr "Tuesday" -#: ../glib/gdatetime.c:246 +#: ../glib/gdatetime.c:271 msgctxt "full weekday name" msgid "Wednesday" msgstr "Wednesday" -#: ../glib/gdatetime.c:248 +#: ../glib/gdatetime.c:273 msgctxt "full weekday name" msgid "Thursday" msgstr "Thursday" -#: ../glib/gdatetime.c:250 +#: ../glib/gdatetime.c:275 msgctxt "full weekday name" msgid "Friday" msgstr "Friday" -#: ../glib/gdatetime.c:252 +#: ../glib/gdatetime.c:277 msgctxt "full weekday name" msgid "Saturday" msgstr "Saturday" -#: ../glib/gdatetime.c:254 +#: ../glib/gdatetime.c:279 msgctxt "full weekday name" msgid "Sunday" msgstr "Sunday" -#: ../glib/gdatetime.c:269 +#: ../glib/gdatetime.c:294 msgctxt "abbreviated weekday name" msgid "Mon" msgstr "Mon" -#: ../glib/gdatetime.c:271 +#: ../glib/gdatetime.c:296 msgctxt "abbreviated weekday name" msgid "Tue" msgstr "Tue" -#: ../glib/gdatetime.c:273 +#: ../glib/gdatetime.c:298 msgctxt "abbreviated weekday name" msgid "Wed" msgstr "Wed" -#: ../glib/gdatetime.c:275 +#: ../glib/gdatetime.c:300 msgctxt "abbreviated weekday name" msgid "Thu" msgstr "Thu" -#: ../glib/gdatetime.c:277 +#: ../glib/gdatetime.c:302 msgctxt "abbreviated weekday name" msgid "Fri" msgstr "Fri" -#: ../glib/gdatetime.c:279 +#: ../glib/gdatetime.c:304 msgctxt "abbreviated weekday name" msgid "Sat" msgstr "Sat" -#: ../glib/gdatetime.c:281 +#: ../glib/gdatetime.c:306 msgctxt "abbreviated weekday name" msgid "Sun" msgstr "Sun" -#: ../glib/gdir.c:114 ../glib/gdir.c:137 +#: ../glib/gdir.c:115 ../glib/gdir.c:138 #, c-format msgid "Error opening directory '%s': %s" msgstr "Error opening directory '%s': %s" @@ -755,299 +755,299 @@ msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Document ended unexpectedly inside a comment or processing instruction" -#: ../glib/gregex.c:184 +#: ../glib/gregex.c:188 msgid "corrupted object" msgstr "corrupted object" -#: ../glib/gregex.c:186 +#: ../glib/gregex.c:190 msgid "internal error or corrupted object" msgstr "internal error or corrupted object" -#: ../glib/gregex.c:188 +#: ../glib/gregex.c:192 msgid "out of memory" msgstr "out of memory" -#: ../glib/gregex.c:193 +#: ../glib/gregex.c:197 msgid "backtracking limit reached" msgstr "backtracking limit reached" -#: ../glib/gregex.c:205 ../glib/gregex.c:213 +#: ../glib/gregex.c:209 ../glib/gregex.c:217 msgid "the pattern contains items not supported for partial matching" msgstr "the pattern contains items not supported for partial matching" -#: ../glib/gregex.c:207 ../gio/glocalfile.c:2109 +#: ../glib/gregex.c:211 ../gio/glocalfile.c:2109 msgid "internal error" msgstr "internal error" -#: ../glib/gregex.c:215 +#: ../glib/gregex.c:219 msgid "back references as conditions are not supported for partial matching" msgstr "back references as conditions are not supported for partial matching" -#: ../glib/gregex.c:224 +#: ../glib/gregex.c:228 msgid "recursion limit reached" msgstr "recursion limit reached" -#: ../glib/gregex.c:226 +#: ../glib/gregex.c:230 msgid "workspace limit for empty substrings reached" msgstr "workspace limit for empty substrings reached" -#: ../glib/gregex.c:228 +#: ../glib/gregex.c:232 msgid "invalid combination of newline flags" msgstr "invalid combination of newline flags" -#: ../glib/gregex.c:232 +#: ../glib/gregex.c:236 msgid "unknown error" msgstr "unknown error" -#: ../glib/gregex.c:252 +#: ../glib/gregex.c:256 msgid "\\ at end of pattern" msgstr "\\ at end of pattern" -#: ../glib/gregex.c:255 +#: ../glib/gregex.c:259 msgid "\\c at end of pattern" msgstr "\\c at end of pattern" -#: ../glib/gregex.c:258 +#: ../glib/gregex.c:262 msgid "unrecognized character follows \\" msgstr "unrecognised character following \\" -#: ../glib/gregex.c:265 +#: ../glib/gregex.c:269 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" -#: ../glib/gregex.c:268 +#: ../glib/gregex.c:272 msgid "numbers out of order in {} quantifier" msgstr "numbers out of order in {} quantifier" -#: ../glib/gregex.c:271 +#: ../glib/gregex.c:275 msgid "number too big in {} quantifier" msgstr "number too big in {} quantifier" -#: ../glib/gregex.c:274 +#: ../glib/gregex.c:278 msgid "missing terminating ] for character class" msgstr "missing terminating ] for character class" -#: ../glib/gregex.c:277 +#: ../glib/gregex.c:281 msgid "invalid escape sequence in character class" msgstr "invalid escape sequence in character class" -#: ../glib/gregex.c:280 +#: ../glib/gregex.c:284 msgid "range out of order in character class" msgstr "range out of order in character class" -#: ../glib/gregex.c:283 +#: ../glib/gregex.c:287 msgid "nothing to repeat" msgstr "nothing to repeat" -#: ../glib/gregex.c:286 +#: ../glib/gregex.c:290 msgid "unrecognized character after (?" msgstr "unrecognised character after (?" -#: ../glib/gregex.c:290 +#: ../glib/gregex.c:294 msgid "unrecognized character after (?<" msgstr "unrecognised character after (?<" -#: ../glib/gregex.c:294 +#: ../glib/gregex.c:298 msgid "unrecognized character after (?P" msgstr "unrecognised character after (?P" -#: ../glib/gregex.c:297 +#: ../glib/gregex.c:301 msgid "POSIX named classes are supported only within a class" msgstr "POSIX named classes are supported only within a class" -#: ../glib/gregex.c:300 +#: ../glib/gregex.c:304 msgid "missing terminating )" msgstr "missing terminating )" -#: ../glib/gregex.c:304 +#: ../glib/gregex.c:308 msgid ") without opening (" msgstr ") without opening (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:311 +#: ../glib/gregex.c:315 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R or (?[+-]digits must be followed by )" -#: ../glib/gregex.c:314 +#: ../glib/gregex.c:318 msgid "reference to non-existent subpattern" msgstr "reference to non-existent subpattern" -#: ../glib/gregex.c:317 +#: ../glib/gregex.c:321 msgid "missing ) after comment" msgstr "missing ) after comment" -#: ../glib/gregex.c:320 +#: ../glib/gregex.c:324 msgid "regular expression too large" msgstr "regular expression too large" -#: ../glib/gregex.c:323 +#: ../glib/gregex.c:327 msgid "failed to get memory" msgstr "failed to get memory" -#: ../glib/gregex.c:326 +#: ../glib/gregex.c:330 msgid "lookbehind assertion is not fixed length" msgstr "lookbehind assertion is not fixed length" -#: ../glib/gregex.c:329 +#: ../glib/gregex.c:333 msgid "malformed number or name after (?(" msgstr "malformed number or name after (?(" -#: ../glib/gregex.c:332 +#: ../glib/gregex.c:336 msgid "conditional group contains more than two branches" msgstr "conditional group contains more than two branches" -#: ../glib/gregex.c:335 +#: ../glib/gregex.c:339 msgid "assertion expected after (?(" msgstr "assertion expected after (?(" -#: ../glib/gregex.c:338 +#: ../glib/gregex.c:342 msgid "unknown POSIX class name" msgstr "unknown POSIX class name" -#: ../glib/gregex.c:341 +#: ../glib/gregex.c:345 msgid "POSIX collating elements are not supported" msgstr "POSIX collating elements are not supported" -#: ../glib/gregex.c:344 +#: ../glib/gregex.c:348 msgid "character value in \\x{...} sequence is too large" msgstr "character value in \\x{…} sequence is too large" -#: ../glib/gregex.c:347 +#: ../glib/gregex.c:351 msgid "invalid condition (?(0)" msgstr "invalid condition (?(0)" -#: ../glib/gregex.c:350 +#: ../glib/gregex.c:354 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C not allowed in lookbehind assertion" -#: ../glib/gregex.c:353 +#: ../glib/gregex.c:357 msgid "recursive call could loop indefinitely" msgstr "recursive call could loop indefinitely" -#: ../glib/gregex.c:356 +#: ../glib/gregex.c:360 msgid "missing terminator in subpattern name" msgstr "missing terminator in subpattern name" -#: ../glib/gregex.c:359 +#: ../glib/gregex.c:363 msgid "two named subpatterns have the same name" msgstr "two named subpatterns have the same name" -#: ../glib/gregex.c:362 +#: ../glib/gregex.c:366 msgid "malformed \\P or \\p sequence" msgstr "malformed \\P or \\p sequence" -#: ../glib/gregex.c:365 +#: ../glib/gregex.c:369 msgid "unknown property name after \\P or \\p" msgstr "unknown property name after \\P or \\p" -#: ../glib/gregex.c:368 +#: ../glib/gregex.c:372 msgid "subpattern name is too long (maximum 32 characters)" msgstr "subpattern name is too long (maximum 32 characters)" -#: ../glib/gregex.c:371 +#: ../glib/gregex.c:375 msgid "too many named subpatterns (maximum 10,000)" msgstr "too many named subpatterns (maximum 10,000)" -#: ../glib/gregex.c:374 +#: ../glib/gregex.c:378 msgid "octal value is greater than \\377" msgstr "octal value is greater than \\377" -#: ../glib/gregex.c:377 +#: ../glib/gregex.c:381 msgid "DEFINE group contains more than one branch" msgstr "DEFINE group contains more than one branch" -#: ../glib/gregex.c:380 +#: ../glib/gregex.c:384 msgid "repeating a DEFINE group is not allowed" msgstr "repeating a DEFINE group is not allowed" -#: ../glib/gregex.c:383 +#: ../glib/gregex.c:387 msgid "inconsistent NEWLINE options" msgstr "inconsistent NEWLINE options" -#: ../glib/gregex.c:386 +#: ../glib/gregex.c:390 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "\\g is not followed by a braced name or an optionally braced non-zero number" -#: ../glib/gregex.c:391 +#: ../glib/gregex.c:395 msgid "unexpected repeat" msgstr "unexpected repeat" -#: ../glib/gregex.c:395 +#: ../glib/gregex.c:399 msgid "code overflow" msgstr "code overflow" -#: ../glib/gregex.c:399 +#: ../glib/gregex.c:403 msgid "overran compiling workspace" msgstr "overran compiling workspace" -#: ../glib/gregex.c:403 +#: ../glib/gregex.c:407 msgid "previously-checked referenced subpattern not found" msgstr "previously-checked referenced subpattern not found" -#: ../glib/gregex.c:575 ../glib/gregex.c:1696 +#: ../glib/gregex.c:579 ../glib/gregex.c:1700 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Error while matching regular expression %s: %s" -#: ../glib/gregex.c:1151 +#: ../glib/gregex.c:1155 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE library is compiled without UTF8 support" -#: ../glib/gregex.c:1160 +#: ../glib/gregex.c:1164 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE library is compiled without UTF8 properties support" -#: ../glib/gregex.c:1214 +#: ../glib/gregex.c:1218 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Error while compiling regular expression %s at char %d: %s" -#: ../glib/gregex.c:1250 +#: ../glib/gregex.c:1254 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Error while optimising regular expression %s: %s" -#: ../glib/gregex.c:2124 +#: ../glib/gregex.c:2128 msgid "hexadecimal digit or '}' expected" msgstr "hexadecimal digit or '}' expected" -#: ../glib/gregex.c:2140 +#: ../glib/gregex.c:2144 msgid "hexadecimal digit expected" msgstr "hexadecimal digit expected" -#: ../glib/gregex.c:2180 +#: ../glib/gregex.c:2184 msgid "missing '<' in symbolic reference" msgstr "missing '<' in symbolic reference" -#: ../glib/gregex.c:2189 +#: ../glib/gregex.c:2193 msgid "unfinished symbolic reference" msgstr "unfinished symbolic reference" -#: ../glib/gregex.c:2196 +#: ../glib/gregex.c:2200 msgid "zero-length symbolic reference" msgstr "zero-length symbolic reference" -#: ../glib/gregex.c:2207 +#: ../glib/gregex.c:2211 msgid "digit expected" msgstr "digit expected" -#: ../glib/gregex.c:2225 +#: ../glib/gregex.c:2229 msgid "illegal symbolic reference" msgstr "illegal symbolic reference" -#: ../glib/gregex.c:2287 +#: ../glib/gregex.c:2291 msgid "stray final '\\'" msgstr "stray final '\\'" -#: ../glib/gregex.c:2291 +#: ../glib/gregex.c:2295 msgid "unknown escape sequence" msgstr "unknown escape sequence" -#: ../glib/gregex.c:2301 +#: ../glib/gregex.c:2305 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Error while parsing replacement text \"%s\" at char %lu: %s" @@ -1363,18 +1363,18 @@ #: ../gio/gbufferedinputstream.c:411 ../gio/gbufferedinputstream.c:492 #: ../gio/ginputstream.c:185 ../gio/ginputstream.c:317 #: ../gio/ginputstream.c:556 ../gio/ginputstream.c:681 -#: ../gio/goutputstream.c:197 ../gio/goutputstream.c:724 +#: ../gio/goutputstream.c:198 ../gio/goutputstream.c:725 #, c-format msgid "Too large count value passed to %s" msgstr "Too large count value passed to %s" #: ../gio/gbufferedinputstream.c:881 ../gio/ginputstream.c:891 -#: ../gio/giostream.c:306 ../gio/goutputstream.c:1199 +#: ../gio/giostream.c:306 ../gio/goutputstream.c:1200 msgid "Stream is already closed" msgstr "Stream is already closed" -#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1549 -#: ../gio/gdbusconnection.c:1638 ../gio/gdbusconnection.c:1820 +#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1633 +#: ../gio/gdbusconnection.c:1722 ../gio/gdbusconnection.c:1904 #: ../gio/glocalfile.c:2102 ../gio/gsimpleasyncresult.c:755 #: ../gio/gsimpleasyncresult.c:781 msgid "Operation was cancelled" @@ -1554,7 +1554,7 @@ msgid "Cannot determine session bus address (not implemented for this OS)" msgstr "Cannot determine session bus address (not implemented for this OS)" -#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6013 +#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6142 #, c-format msgid "" "Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable " @@ -1563,7 +1563,7 @@ "Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment " "variable: unknown value `%s'" -#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6022 +#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6151 msgid "" "Cannot determine bus address because the DBUS_STARTER_BUS_TYPE environment " "variable is not set" @@ -1671,88 +1671,88 @@ msgid "(Additionally, releasing the lock for `%s' also failed: %s) " msgstr "(Additionally, releasing the lock for `%s' also failed: %s) " -#: ../gio/gdbusconnection.c:1058 ../gio/gdbusconnection.c:1287 -#: ../gio/gdbusconnection.c:1326 ../gio/gdbusconnection.c:1649 +#: ../gio/gdbusconnection.c:1142 ../gio/gdbusconnection.c:1371 +#: ../gio/gdbusconnection.c:1410 ../gio/gdbusconnection.c:1733 msgid "The connection is closed" msgstr "The connection is closed" -#: ../gio/gdbusconnection.c:1593 +#: ../gio/gdbusconnection.c:1677 msgid "Timeout was reached" msgstr "Timeout was reached" -#: ../gio/gdbusconnection.c:2170 +#: ../gio/gdbusconnection.c:2291 msgid "" "Unsupported flags encountered when constructing a client-side connection" msgstr "" "Unsupported flags encountered when constructing a client-side connection" -#: ../gio/gdbusconnection.c:3596 ../gio/gdbusconnection.c:3914 +#: ../gio/gdbusconnection.c:3725 ../gio/gdbusconnection.c:4043 #, c-format msgid "" "No such interface `org.freedesktop.DBus.Properties' on object at path %s" msgstr "" "No such interface `org.freedesktop.DBus.Properties' on object at path %s" -#: ../gio/gdbusconnection.c:3668 +#: ../gio/gdbusconnection.c:3797 #, c-format msgid "Error setting property `%s': Expected type `%s' but got `%s'" msgstr "Error setting property `%s': Expected type `%s' but got `%s'" -#: ../gio/gdbusconnection.c:3763 +#: ../gio/gdbusconnection.c:3892 #, c-format msgid "No such property `%s'" msgstr "No such property `%s'" -#: ../gio/gdbusconnection.c:3775 +#: ../gio/gdbusconnection.c:3904 #, c-format msgid "Property `%s' is not readable" msgstr "Property `%s' is not readable" -#: ../gio/gdbusconnection.c:3786 +#: ../gio/gdbusconnection.c:3915 #, c-format msgid "Property `%s' is not writable" msgstr "Property `%s' is not writeable" -#: ../gio/gdbusconnection.c:3856 ../gio/gdbusconnection.c:5447 +#: ../gio/gdbusconnection.c:3985 ../gio/gdbusconnection.c:5576 #, c-format msgid "No such interface `%s'" msgstr "No such interface `%s'" -#: ../gio/gdbusconnection.c:4044 +#: ../gio/gdbusconnection.c:4173 msgid "No such interface" msgstr "No such interface" -#: ../gio/gdbusconnection.c:4260 ../gio/gdbusconnection.c:5963 +#: ../gio/gdbusconnection.c:4389 ../gio/gdbusconnection.c:6092 #, c-format msgid "No such interface `%s' on object at path %s" msgstr "No such interface `%s' on object at path %s" -#: ../gio/gdbusconnection.c:4312 +#: ../gio/gdbusconnection.c:4441 #, c-format msgid "No such method `%s'" msgstr "No such method `%s'" -#: ../gio/gdbusconnection.c:4343 +#: ../gio/gdbusconnection.c:4472 #, c-format msgid "Type of message, `%s', does not match expected type `%s'" msgstr "Type of message, `%s', does not match expected type `%s'" -#: ../gio/gdbusconnection.c:4562 +#: ../gio/gdbusconnection.c:4691 #, c-format msgid "An object is already exported for the interface %s at %s" msgstr "An object is already exported for the interface %s at %s" -#: ../gio/gdbusconnection.c:4756 +#: ../gio/gdbusconnection.c:4885 #, c-format msgid "Method `%s' returned type `%s', but expected `%s'" msgstr "Method `%s' returned type `%s', but expected `%s'" -#: ../gio/gdbusconnection.c:5558 +#: ../gio/gdbusconnection.c:5687 #, c-format msgid "Method `%s' on interface `%s' with signature `%s' does not exist" msgstr "Method `%s' on interface `%s' with signature `%s' does not exist" -#: ../gio/gdbusconnection.c:5676 +#: ../gio/gdbusconnection.c:5805 #, c-format msgid "A subtree is already exported for %s" msgstr "A subtree is already exported for %s" @@ -1929,7 +1929,7 @@ msgid "Error sending message: %s" msgstr "Error sending message: %s" -#: ../gio/gdbusprivate.c:1766 +#: ../gio/gdbusprivate.c:1759 msgid "Unable to load /var/lib/dbus/machine-id: " msgstr "Unable to load /var/lib/dbus/machine-id: " @@ -2388,7 +2388,7 @@ #. * already an operation running against this stream when #. * you try to start one #: ../gio/ginputstream.c:901 ../gio/giostream.c:316 -#: ../gio/goutputstream.c:1209 +#: ../gio/goutputstream.c:1210 msgid "Stream has outstanding operation" msgstr "Stream has outstanding operation" @@ -2401,16 +2401,16 @@ msgid "Unsupported socket address" msgstr "Unsupported socket address" -#: ../gio/glib-compile-schemas.c:702 +#: ../gio/glib-compile-schemas.c:703 msgid "empty names are not permitted" msgstr "empty names are not permitted" -#: ../gio/glib-compile-schemas.c:712 +#: ../gio/glib-compile-schemas.c:713 #, c-format msgid "invalid name '%s': names must begin with a lowercase letter" msgstr "invalid name '%s': names must begin with a lowercase letter" -#: ../gio/glib-compile-schemas.c:724 +#: ../gio/glib-compile-schemas.c:725 #, c-format msgid "" "invalid name '%s': invalid character '%c'; only lowercase letters, numbers " @@ -2419,36 +2419,36 @@ "invalid name '%s': invalid character '%c'; only lowercase letters, numbers " "and hyphen ('-') are permitted." -#: ../gio/glib-compile-schemas.c:733 +#: ../gio/glib-compile-schemas.c:734 #, c-format msgid "invalid name '%s': two successive dashes ('--') are not permitted." msgstr "invalid name '%s': two successive hyphens ('--') are not permitted." -#: ../gio/glib-compile-schemas.c:742 +#: ../gio/glib-compile-schemas.c:743 #, c-format msgid "invalid name '%s': the last character may not be a dash ('-')." msgstr "invalid name '%s': the last character may not be a hyphen ('-')." -#: ../gio/glib-compile-schemas.c:750 +#: ../gio/glib-compile-schemas.c:751 #, c-format msgid "invalid name '%s': maximum length is 32" msgstr "invalid name '%s': maximum length is 32" -#: ../gio/glib-compile-schemas.c:819 +#: ../gio/glib-compile-schemas.c:820 #, c-format msgid " already specified" msgstr " already specified" -#: ../gio/glib-compile-schemas.c:845 +#: ../gio/glib-compile-schemas.c:846 msgid "can not add keys to a 'list-of' schema" msgstr "can not add keys to a 'list-of' schema" -#: ../gio/glib-compile-schemas.c:856 +#: ../gio/glib-compile-schemas.c:857 #, c-format msgid " already specified" msgstr " already specified" -#: ../gio/glib-compile-schemas.c:874 +#: ../gio/glib-compile-schemas.c:875 #, c-format msgid "" " shadows in ; use " @@ -2457,7 +2457,7 @@ " shadows in ; use " "to modify value" -#: ../gio/glib-compile-schemas.c:885 +#: ../gio/glib-compile-schemas.c:886 #, c-format msgid "" "exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " @@ -2466,63 +2466,63 @@ "exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " "to " -#: ../gio/glib-compile-schemas.c:904 +#: ../gio/glib-compile-schemas.c:905 #, c-format msgid "<%s id='%s'> not (yet) defined." msgstr "<%s id='%s'> not (yet) defined." -#: ../gio/glib-compile-schemas.c:919 +#: ../gio/glib-compile-schemas.c:920 #, c-format msgid "invalid GVariant type string '%s'" msgstr "invalid GVariant type string '%s'" -#: ../gio/glib-compile-schemas.c:949 +#: ../gio/glib-compile-schemas.c:950 msgid " given but schema isn't extending anything" msgstr " given but schema isn't extending anything" -#: ../gio/glib-compile-schemas.c:962 +#: ../gio/glib-compile-schemas.c:963 #, c-format msgid "no to override" msgstr "no to override" -#: ../gio/glib-compile-schemas.c:970 +#: ../gio/glib-compile-schemas.c:971 #, c-format msgid " already specified" msgstr " already specified" -#: ../gio/glib-compile-schemas.c:1036 +#: ../gio/glib-compile-schemas.c:1042 #, c-format msgid " already specified" msgstr " already specified" -#: ../gio/glib-compile-schemas.c:1048 +#: ../gio/glib-compile-schemas.c:1054 #, c-format msgid " extends not yet existing schema '%s'" msgstr " extends not-yet-existing schema '%s'" -#: ../gio/glib-compile-schemas.c:1064 +#: ../gio/glib-compile-schemas.c:1070 #, c-format msgid " is list of not yet existing schema '%s'" msgstr " is list of not-yet-existing schema '%s'" -#: ../gio/glib-compile-schemas.c:1072 +#: ../gio/glib-compile-schemas.c:1078 #, c-format msgid "Can not be a list of a schema with a path" msgstr "Can not be a list of a schema with a path" -#: ../gio/glib-compile-schemas.c:1082 +#: ../gio/glib-compile-schemas.c:1088 #, c-format msgid "Can not extend a schema with a path" msgstr "Can not extend a schema with a path" -#: ../gio/glib-compile-schemas.c:1092 +#: ../gio/glib-compile-schemas.c:1098 #, c-format msgid "" " is a list, extending which is not a list" msgstr "" " is a list, extending which is not a list" -#: ../gio/glib-compile-schemas.c:1102 +#: ../gio/glib-compile-schemas.c:1108 #, c-format msgid "" " extends but '%s' " @@ -2531,47 +2531,85 @@ " extends but '%s' " "does not extend '%s'" -#: ../gio/glib-compile-schemas.c:1119 +#: ../gio/glib-compile-schemas.c:1125 #, c-format msgid "a path, if given, must begin and end with a slash" msgstr "a path, if given, must begin and end with a slash" -#: ../gio/glib-compile-schemas.c:1126 +#: ../gio/glib-compile-schemas.c:1132 #, c-format msgid "the path of a list must end with ':/'" msgstr "the path of a list must end with ':/'" -#: ../gio/glib-compile-schemas.c:1148 +#: ../gio/glib-compile-schemas.c:1158 #, c-format msgid "<%s id='%s'> already specified" msgstr "<%s id='%s'> already specified" -#: ../gio/glib-compile-schemas.c:1362 +#: ../gio/glib-compile-schemas.c:1375 #, c-format msgid "Element <%s> not allowed inside <%s>" msgstr "Element <%s> not allowed inside <%s>" -#: ../gio/glib-compile-schemas.c:1366 +#: ../gio/glib-compile-schemas.c:1379 #, c-format msgid "Element <%s> not allowed at toplevel" msgstr "Element <%s> not allowed at the top level" -#: ../gio/glib-compile-schemas.c:1460 +#: ../gio/glib-compile-schemas.c:1473 #, c-format msgid "text may not appear inside <%s>" msgstr "text may not appear inside <%s>" -#: ../gio/glib-compile-schemas.c:1674 +#. Translators: Do not translate "--strict". +#: ../gio/glib-compile-schemas.c:1641 ../gio/glib-compile-schemas.c:1712 +#: ../gio/glib-compile-schemas.c:1788 #, c-format -msgid "No such schema `%s' specified in override file `%s'" -msgstr "No such schema `%s' specified in override file `%s'" +msgid "--strict was specified; exiting.\n" +msgstr "--strict was specified; exiting.\n" -#: ../gio/glib-compile-schemas.c:1698 +#: ../gio/glib-compile-schemas.c:1649 +#, c-format +msgid "This entire file has been ignored.\n" +msgstr "This entire file has been ignored.\n" + +#: ../gio/glib-compile-schemas.c:1708 +#, c-format +msgid "Ignoring this file.\n" +msgstr "Ignoring this file.\n" + +#: ../gio/glib-compile-schemas.c:1748 #, c-format msgid "No such key `%s' in schema `%s' as specified in override file `%s'" msgstr "No such key `%s' in schema `%s' as specified in override file `%s'" -#: ../gio/glib-compile-schemas.c:1731 +#: ../gio/glib-compile-schemas.c:1754 ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1840 +#, c-format +msgid "; ignoring override for this key.\n" +msgstr "; ignoring override for this key.\n" + +#: ../gio/glib-compile-schemas.c:1758 ../gio/glib-compile-schemas.c:1816 +#: ../gio/glib-compile-schemas.c:1844 +#, c-format +msgid " and --strict was specified; exiting.\n" +msgstr " and --strict was specified; exiting.\n" + +#: ../gio/glib-compile-schemas.c:1774 +#, c-format +msgid "" +"error parsing key `%s' in schema `%s' as specified in override file `%s': " +"%s. " +msgstr "" +"error parsing key `%s' in schema `%s' as specified in override file `%s': %" +"s. " + +#: ../gio/glib-compile-schemas.c:1784 +#, c-format +msgid "Ignoring override for this key.\n" +msgstr "Ignoring override for this key.\n" + +#: ../gio/glib-compile-schemas.c:1802 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is out of the " @@ -2580,7 +2618,7 @@ "override for key `%s' in schema `%s' in override file `%s' is outside the " "range given in the schema" -#: ../gio/glib-compile-schemas.c:1752 +#: ../gio/glib-compile-schemas.c:1830 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is not in the " @@ -2589,27 +2627,31 @@ "override for key `%s' in schema `%s' in override file `%s' is not in the " "list of valid choices" -#: ../gio/glib-compile-schemas.c:1797 +#: ../gio/glib-compile-schemas.c:1884 msgid "where to store the gschemas.compiled file" msgstr "where to store the gschemas.compiled file" -#: ../gio/glib-compile-schemas.c:1797 ../gio/glib-compile-schemas.c:1809 +#: ../gio/glib-compile-schemas.c:1884 ../gio/glib-compile-schemas.c:1897 msgid "DIRECTORY" msgstr "DIRECTORY" -#: ../gio/glib-compile-schemas.c:1798 +#: ../gio/glib-compile-schemas.c:1885 +msgid "Abort on any errors in schemas" +msgstr "Abort on any errors in schemas" + +#: ../gio/glib-compile-schemas.c:1886 msgid "Do not write the gschema.compiled file" msgstr "Do not write the gschema.compiled file" -#: ../gio/glib-compile-schemas.c:1799 +#: ../gio/glib-compile-schemas.c:1887 msgid "This option will be removed soon." msgstr "This option will be removed soon." -#: ../gio/glib-compile-schemas.c:1800 +#: ../gio/glib-compile-schemas.c:1888 msgid "Do not enforce key name restrictions" msgstr "Do not enforce key name restrictions" -#: ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1900 msgid "" "Compile all GSettings schema files into a schema cache.\n" "Schema files are required to have the extension .gschema.xml,\n" @@ -2619,22 +2661,22 @@ "Schema files are required to have the extension .gschema.xml,\n" "and the cache file is called gschemas.compiled." -#: ../gio/glib-compile-schemas.c:1828 +#: ../gio/glib-compile-schemas.c:1916 #, c-format msgid "You should give exactly one directory name\n" msgstr "You should give exactly one directory name\n" -#: ../gio/glib-compile-schemas.c:1867 +#: ../gio/glib-compile-schemas.c:1955 #, c-format msgid "No schema files found: " msgstr "No schema files found: " -#: ../gio/glib-compile-schemas.c:1870 +#: ../gio/glib-compile-schemas.c:1958 #, c-format msgid "doing nothing.\n" msgstr "doing nothing.\n" -#: ../gio/glib-compile-schemas.c:1873 +#: ../gio/glib-compile-schemas.c:1961 #, c-format msgid "removed existing output file.\n" msgstr "removed existing output file.\n" @@ -3011,11 +3053,11 @@ msgid "Hostname '%s' contains '[' but not ']'" msgstr "Hostname '%s' contains '[' but not ']'" -#: ../gio/goutputstream.c:206 ../gio/goutputstream.c:407 +#: ../gio/goutputstream.c:207 ../gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Output stream doesn't implement write" -#: ../gio/goutputstream.c:368 ../gio/goutputstream.c:848 +#: ../gio/goutputstream.c:369 ../gio/goutputstream.c:849 msgid "Source stream is already closed" msgstr "Source stream is already closed" @@ -3068,19 +3110,20 @@ "Use '%s COMMAND --help' to get help for individual commands.\n" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "Specify the path for the schema" msgstr "Specify the path for the schema" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "PATH" msgstr "PATH" -#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:539 -#: ../gio/gsettings-tool.c:652 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:654 msgid "SCHEMA KEY" msgstr "SCHEMA KEY" @@ -3088,8 +3131,8 @@ msgid "Get the value of KEY" msgstr "Get the value of KEY" -#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:448 -#: ../gio/gsettings-tool.c:543 ../gio/gsettings-tool.c:659 +#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:449 +#: ../gio/gsettings-tool.c:545 ../gio/gsettings-tool.c:661 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3099,15 +3142,16 @@ " SCHEMA The ID of the schema\n" " KEY The name of the key\n" -#: ../gio/gsettings-tool.c:328 ../gio/gsettings-tool.c:444 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:329 ../gio/gsettings-tool.c:445 msgid "SCHEMA KEY VALUE" msgstr "SCHEMA KEY VALUE" -#: ../gio/gsettings-tool.c:330 +#: ../gio/gsettings-tool.c:331 msgid "Set the value of KEY" msgstr "Set the value of KEY" -#: ../gio/gsettings-tool.c:332 +#: ../gio/gsettings-tool.c:333 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3119,20 +3163,20 @@ " KEY The name of the key\n" " VALUE The value to set the key to, as a serialised GVariant\n" -#: ../gio/gsettings-tool.c:405 +#: ../gio/gsettings-tool.c:406 #, c-format msgid "Key %s is not writable\n" msgstr "Key %s is not writeable\n" -#: ../gio/gsettings-tool.c:446 +#: ../gio/gsettings-tool.c:447 msgid "Sets KEY to its default value" msgstr "Sets KEY to its default value" -#: ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:543 msgid "Find out whether KEY is writable" msgstr "Find out whether KEY is writeable" -#: ../gio/gsettings-tool.c:655 +#: ../gio/gsettings-tool.c:657 msgid "" "Monitor KEY for changes and print the changed values.\n" "Monitoring will continue until the process is terminated." @@ -3140,7 +3184,7 @@ "Monitor KEY for changes and print the changed values.\n" "Monitoring will continue until the process is terminated." -#: ../gio/gsettings-tool.c:831 +#: ../gio/gsettings-tool.c:833 #, c-format msgid "Unknown command '%s'\n" msgstr "Unknown command '%s'\n" @@ -3508,6 +3552,9 @@ msgid "Invalid compressed data" msgstr "Invalid compressed data" +#~ msgid "No such schema `%s' specified in override file `%s'" +#~ msgstr "No such schema `%s' specified in override file `%s'" + #, fuzzy #~ msgid "Do not give error for empty directory" #~ msgstr "Can't move directory over directory" Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/eu.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/eu.gmo differ diff -Nru glib2.0-2.26.0/po/eu.po glib2.0-2.26.1/po/eu.po --- glib2.0-2.26.0/po/eu.po 2010-09-27 08:54:09.000000000 +1000 +++ glib2.0-2.26.1/po/eu.po 2010-11-13 00:52:52.000000000 +1100 @@ -1,4 +1,4 @@ -# translation of glib.glib-2-26.po to Basque +# translation of eu_to_be_translate.po to Basque # Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # # Joseba Bidaurrazaga van Dierdonck , 2001. @@ -7,10 +7,10 @@ # Iñaki Larrañaga Murgoitio , 2007. msgid "" msgstr "" -"Project-Id-Version: glib.glib-2-26\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=general\n" -"POT-Creation-Date: 2010-09-18 21:44+0000\n" -"PO-Revision-Date: 2010-09-21 14:45+0200\n" +"Project-Id-Version: eu_to_be_translate\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-09-30 19:51+0200\n" +"PO-Revision-Date: 2010-09-30 19:54+0200\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" @@ -45,7 +45,8 @@ #: ../glib/gbookmarkfile.c:1834 msgid "No valid bookmark file found in data dirs" -msgstr "Ezin izan da baliozko laster-marken fitxategia aurkitu datuen direktorioan" +msgstr "" +"Ezin izan da baliozko laster-marken fitxategia aurkitu datuen direktorioan" #: ../glib/gbookmarkfile.c:2035 #, c-format @@ -159,235 +160,7 @@ msgid "Invalid hostname" msgstr "Ostalari-izen baliogabea" -#. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:149 -msgctxt "GDateTime" -msgid "am" -msgstr "am" - -#. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:151 -msgctxt "GDateTime" -msgid "AM" -msgstr "AM" - -#. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:153 -msgctxt "GDateTime" -msgid "pm" -msgstr "pm" - -#. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:155 -msgctxt "GDateTime" -msgid "PM" -msgstr "PM" - -#. Translators: this is the preferred format for expressing the date -#: ../glib/gdatetime.c:164 -msgctxt "GDateTime" -msgid "%m/%d/%y" -msgstr "%y/%m/%d" - -#. Translators: this is the preferred format for expressing the time -#: ../glib/gdatetime.c:167 -msgctxt "GDateTime" -msgid "%H:%M:%S" -msgstr "%H:%M:%S" - -#: ../glib/gdatetime.c:193 -msgctxt "full month name" -msgid "January" -msgstr "Urtarrila" - -#: ../glib/gdatetime.c:195 -msgctxt "full month name" -msgid "February" -msgstr "Otsaila" - -#: ../glib/gdatetime.c:197 -msgctxt "full month name" -msgid "March" -msgstr "Martxoa" - -#: ../glib/gdatetime.c:199 -msgctxt "full month name" -msgid "April" -msgstr "Apirila" - -#: ../glib/gdatetime.c:201 -msgctxt "full month name" -msgid "May" -msgstr "Maiatza" - -#: ../glib/gdatetime.c:203 -msgctxt "full month name" -msgid "June" -msgstr "Ekaina" - -#: ../glib/gdatetime.c:205 -msgctxt "full month name" -msgid "July" -msgstr "Uztaila" - -#: ../glib/gdatetime.c:207 -msgctxt "full month name" -msgid "August" -msgstr "Abuztua" - -#: ../glib/gdatetime.c:209 -msgctxt "full month name" -msgid "September" -msgstr "Iraila" - -#: ../glib/gdatetime.c:211 -msgctxt "full month name" -msgid "October" -msgstr "Urria" - -#: ../glib/gdatetime.c:213 -msgctxt "full month name" -msgid "November" -msgstr "Azaroa" - -#: ../glib/gdatetime.c:215 -msgctxt "full month name" -msgid "December" -msgstr "Abendua" - -#: ../glib/gdatetime.c:230 -msgctxt "abbreviated month name" -msgid "Jan" -msgstr "Urt." - -#: ../glib/gdatetime.c:232 -msgctxt "abbreviated month name" -msgid "Feb" -msgstr "Ots." - -#: ../glib/gdatetime.c:234 -msgctxt "abbreviated month name" -msgid "Mar" -msgstr "Mar." - -#: ../glib/gdatetime.c:236 -msgctxt "abbreviated month name" -msgid "Apr" -msgstr "Apr." - -#: ../glib/gdatetime.c:238 -#| msgctxt "full month name" -#| msgid "May" -msgctxt "abbreviated month name" -msgid "May" -msgstr "Mai." - -#: ../glib/gdatetime.c:240 -msgctxt "abbreviated month name" -msgid "Jun" -msgstr "Eka." - -#: ../glib/gdatetime.c:242 -msgctxt "abbreviated month name" -msgid "Jul" -msgstr "Uzt." - -#: ../glib/gdatetime.c:244 -msgctxt "abbreviated month name" -msgid "Aug" -msgstr "Abu." - -#: ../glib/gdatetime.c:246 -msgctxt "abbreviated month name" -msgid "Sep" -msgstr "Ira." - -#: ../glib/gdatetime.c:248 -msgctxt "abbreviated month name" -msgid "Oct" -msgstr "Urr." - -#: ../glib/gdatetime.c:250 -msgctxt "abbreviated month name" -msgid "Nov" -msgstr "Aza." - -#: ../glib/gdatetime.c:252 -msgctxt "abbreviated month name" -msgid "Dec" -msgstr "Abe." - -#: ../glib/gdatetime.c:267 -msgctxt "full weekday name" -msgid "Monday" -msgstr "Astelehena" - -#: ../glib/gdatetime.c:269 -msgctxt "full weekday name" -msgid "Tuesday" -msgstr "Asteartea" - -#: ../glib/gdatetime.c:271 -msgctxt "full weekday name" -msgid "Wednesday" -msgstr "Asteazkena" - -#: ../glib/gdatetime.c:273 -msgctxt "full weekday name" -msgid "Thursday" -msgstr "Osteguna" - -#: ../glib/gdatetime.c:275 -msgctxt "full weekday name" -msgid "Friday" -msgstr "Ostirala" - -#: ../glib/gdatetime.c:277 -msgctxt "full weekday name" -msgid "Saturday" -msgstr "Larunbata" - -#: ../glib/gdatetime.c:279 -msgctxt "full weekday name" -msgid "Sunday" -msgstr "Igandea" - -#: ../glib/gdatetime.c:294 -msgctxt "abbreviated weekday name" -msgid "Mon" -msgstr "Al." - -#: ../glib/gdatetime.c:296 -msgctxt "abbreviated weekday name" -msgid "Tue" -msgstr "Ar." - -#: ../glib/gdatetime.c:298 -msgctxt "abbreviated weekday name" -msgid "Wed" -msgstr "Az." - -#: ../glib/gdatetime.c:300 -msgctxt "abbreviated weekday name" -msgid "Thu" -msgstr "Og." - -#: ../glib/gdatetime.c:302 -msgctxt "abbreviated weekday name" -msgid "Fri" -msgstr "Or." - -#: ../glib/gdatetime.c:304 -msgctxt "abbreviated weekday name" -msgid "Sat" -msgstr "Lr." - -#: ../glib/gdatetime.c:306 -msgctxt "abbreviated weekday name" -msgid "Sun" -msgstr "Ig." - -#: ../glib/gdir.c:114 ../glib/gdir.c:137 +#: ../glib/gdir.c:115 ../glib/gdir.c:138 #, c-format msgid "Error opening directory '%s': %s" msgstr "Errorea '%s' direktorioa irekitzean: %s " @@ -427,7 +200,8 @@ #: ../glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" -msgstr "Ezin izan da '%s' fitxategia ireki, fdopen() funtzioak huts egin du: %s" +msgstr "" +"Ezin izan da '%s' fitxategia ireki, fdopen() funtzioak huts egin du: %s" #: ../glib/gfileutils.c:858 #, c-format @@ -451,17 +225,20 @@ #: ../glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" -msgstr "Ezin izan da '%s' fitxategia idatzi, fwrite() funtzioak huts egin du: %s" +msgstr "" +"Ezin izan da '%s' fitxategia idatzi, fwrite() funtzioak huts egin du: %s" #: ../glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" -msgstr "Huts egin du '%s' fitxategia idaztean: fflush() funtzioak huts egin du: %s" +msgstr "" +"Huts egin du '%s' fitxategia idaztean: fflush() funtzioak huts egin du: %s" #: ../glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" -msgstr "Huts egin du '%s' fitxategia idaztean: fsync() funtzioak huts egin du: %s" +msgstr "" +"Huts egin du '%s' fitxategia idaztean: fsync() funtzioak huts egin du: %s" #: ../glib/gfileutils.c:1006 #, c-format @@ -471,7 +248,8 @@ #: ../glib/gfileutils.c:1127 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" -msgstr "'%s' fitxategia ezin izan da kendu, g_unlik() funtzioak huts egin du: %s" +msgstr "" +"'%s' fitxategia ezin izan da kendu, g_unlik() funtzioak huts egin du: %s" #: ../glib/gfileutils.c:1331 #, c-format @@ -483,13 +261,6 @@ msgid "Template '%s' doesn't contain XXXXXX" msgstr "'%s' txantiloiak ez dauka: XXXXXX" -#: ../glib/gfileutils.c:1777 -#, c-format -msgid "%u byte" -msgid_plural "%u bytes" -msgstr[0] "byte %u" -msgstr[1] "%u byte" - #: ../glib/gfileutils.c:1785 #, c-format msgid "%.1f KB" @@ -559,7 +330,8 @@ #: ../glib/gmappedfile.c:229 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" -msgstr "Ezin izan da '%s' fitxategi-mapa ireki, mmap() funtzioak huts egin du: %s" +msgstr "" +"Ezin izan da '%s' fitxategi-mapa ireki, mmap() funtzioak huts egin du: %s" #: ../glib/gmarkup.c:307 ../glib/gmarkup.c:347 #, c-format @@ -608,10 +380,12 @@ #: ../glib/gmarkup.c:620 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" -msgstr "'%-.*s' karaktere-erreferentziak ez du baimendutako karaktere bat kodetzen" +msgstr "" +"'%-.*s' karaktere-erreferentziak ez du baimendutako karaktere bat kodetzen" #: ../glib/gmarkup.c:658 -msgid "Empty entity '&;' seen; valid entities are: & " < > '" +msgid "" +"Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "'&;' entitatea hutsik dago; baliozko entitateak hauek dira: & " " "< > '" @@ -653,7 +427,8 @@ #: ../glib/gmarkup.c:1210 #, c-format -msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgid "" +"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "'%s' karaktere bitxia, '=' espero zen '$2%s' elementuaren '$1%s' " "atributuaren ondoren" @@ -742,7 +517,8 @@ #: ../glib/gmarkup.c:1699 msgid "Document ended unexpectedly inside an element-opening tag." -msgstr "Dokumentua ustekabean amaitu da elementua irekitzeko etiketa baten barruan." +msgstr "" +"Dokumentua ustekabean amaitu da elementua irekitzeko etiketa baten barruan." #: ../glib/gmarkup.c:1705 msgid "" @@ -759,7 +535,8 @@ #: ../glib/gmarkup.c:1728 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" -msgstr "Dokumentua ustekabean amaitu da '%s' elementuaren itxiera-etiketaren barruan" +msgstr "" +"Dokumentua ustekabean amaitu da '%s' elementuaren itxiera-etiketaren barruan" #: ../glib/gmarkup.c:1734 msgid "Document ended unexpectedly inside a comment or processing instruction" @@ -785,7 +562,8 @@ #: ../glib/gregex.c:209 ../glib/gregex.c:217 msgid "the pattern contains items not supported for partial matching" -msgstr "ereduak zenbait elementu ditu bat etortze partzialetan onartzen ez direnak" +msgstr "" +"ereduak zenbait elementu ditu bat etortze partzialetan onartzen ez direnak" #: ../glib/gregex.c:211 ../gio/glocalfile.c:2109 msgid "internal error" @@ -983,7 +761,8 @@ msgstr "NEWLINE aukera kontraesankorra" #: ../glib/gregex.c:390 -msgid "\\g is not followed by a braced name or an optionally braced non-zero number" +msgid "" +"\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "\\g ez da prestatutako izenarekin edo zero ez den aukerazko prestatutako " "zenbaki batekin jarraitzen" @@ -1086,7 +865,8 @@ #: ../glib/gshell.c:566 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" -msgstr "Testua %c(r)en komatxoak aurkitu baino lehen amaitu da (testua '%s' zen)" +msgstr "" +"Testua %c(r)en komatxoak aurkitu baino lehen amaitu da (testua '%s' zen)" #: ../glib/gshell.c:578 msgid "Text was empty (or contained only whitespace)" @@ -1284,7 +1064,8 @@ #: ../glib/gkeyfile.c:764 #, c-format -msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" +msgid "" +"Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "" "Gako-fitxategiak '%s' lerroa du, gako-balioa bikotea, taldea edo iruzkinik " "ez daukalarik" @@ -1336,7 +1117,8 @@ #: ../glib/gkeyfile.c:1531 #, c-format -msgid "Key file contains key '%s' which has a value that cannot be interpreted." +msgid "" +"Key file contains key '%s' which has a value that cannot be interpreted." msgstr "" "Gako-fitxategiak '%s' gakoa dauka, baina ezin den interpretatu balio bat " "dauka." @@ -1397,8 +1179,8 @@ msgid "Stream is already closed" msgstr "Korrontea jadanik itxita dago" -#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1552 -#: ../gio/gdbusconnection.c:1641 ../gio/gdbusconnection.c:1823 +#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1633 +#: ../gio/gdbusconnection.c:1722 ../gio/gdbusconnection.c:1904 #: ../gio/glocalfile.c:2102 ../gio/gsimpleasyncresult.c:755 #: ../gio/gsimpleasyncresult.c:781 msgid "Operation was cancelled" @@ -1454,7 +1236,8 @@ #: ../gio/gdbusaddress.c:169 #, c-format -msgid "Address `%s' is invalid (need exactly one of path, tmpdir or abstract keys)" +msgid "" +"Address `%s' is invalid (need exactly one of path, tmpdir or abstract keys)" msgstr "" "'%s' helbidea baliogabea da (gako hauetariko bat behar du: 'path' (bide-" "izena), 'tmpdir' (aldi baterako direktorioa) edo 'abstract' (abstraktua))" @@ -1518,7 +1301,8 @@ #: ../gio/gdbusaddress.c:597 #, c-format msgid "Error in address `%s' - the port attribute is missing or malformed" -msgstr "Errorea '%s' helbidean - atakaren atributua falta da edo gaizki osatuta dago" +msgstr "" +"Errorea '%s' helbidean - atakaren atributua falta da edo gaizki osatuta dago" #: ../gio/gdbusaddress.c:611 #, c-format @@ -1584,9 +1368,10 @@ #: ../gio/gdbusaddress.c:1146 #, c-format msgid "Cannot determine session bus address (not implemented for this OS)" -msgstr "Ezin da saioaren bus-eko helbidea zehaztu (ez dago S.E. honetan garatuta)" +msgstr "" +"Ezin da saioaren bus-eko helbidea zehaztu (ez dago S.E. honetan garatuta)" -#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6016 +#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6142 #, c-format msgid "" "Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable " @@ -1595,7 +1380,7 @@ "Ezin da bus-aren helbidea zehaztua inguruneko DBUS_STARTER_BUS_TYPE " "aldagaitik. '%s' balio ezezaguna" -#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6025 +#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6151 msgid "" "Cannot determine bus address because the DBUS_STARTER_BUS_TYPE environment " "variable is not set" @@ -1618,12 +1403,15 @@ #: ../gio/gdbusauth.c:503 #, c-format -msgid "Exhausted all available authentication mechanisms (tried: %s) (available: %s)" -msgstr "Autentifikazioko metodo guztiak agortuta (saiatuta: %s) (erabilgarri: %s)" +msgid "" +"Exhausted all available authentication mechanisms (tried: %s) (available: %s)" +msgstr "" +"Autentifikazioko metodo guztiak agortuta (saiatuta: %s) (erabilgarri: %s)" #: ../gio/gdbusauth.c:1150 msgid "Cancelled via GDBusAuthObserver::authorize-authenticated-peer" -msgstr "Bertan behera utzita GDBusAuthObserver::authorize-authenticated-peer erabiliz" +msgstr "" +"Bertan behera utzita GDBusAuthObserver::authorize-authenticated-peer erabiliz" #: ../gio/gdbusauthmechanismsha1.c:266 #, c-format @@ -1632,7 +1420,8 @@ #: ../gio/gdbusauthmechanismsha1.c:278 #, c-format -msgid "Permissions on directory `%s' are malformed. Expected mode 0700, got 0%o" +msgid "" +"Permissions on directory `%s' are malformed. Expected mode 0700, got 0%o" msgstr "" "'%s' direktorioko baimenak gaizki osatuta. 0700 modua espero zen, baina 0%o " "lortuta" @@ -1656,14 +1445,16 @@ #: ../gio/gdbusauthmechanismsha1.c:420 ../gio/gdbusauthmechanismsha1.c:729 #, c-format -msgid "First token of line %d of the keyring at `%s' with content `%s' is malformed" +msgid "" +"First token of line %d of the keyring at `%s' with content `%s' is malformed" msgstr "" "'%2$s'(e)ngo gako sortako %1$d. lerroko aurreneko tokena ('%3$s' " "edukiarekin) gaizki osatuta dago" #: ../gio/gdbusauthmechanismsha1.c:434 ../gio/gdbusauthmechanismsha1.c:743 #, c-format -msgid "Second token of line %d of the keyring at `%s' with content `%s' is malformed" +msgid "" +"Second token of line %d of the keyring at `%s' with content `%s' is malformed" msgstr "" "'%2$s'(e)ngo gako sortako %1$d. lerroko bigarren tokena ('%3$s' edukiarekin) " "gaizki osatuta dago" @@ -1703,86 +1494,91 @@ msgid "(Additionally, releasing the lock for `%s' also failed: %s) " msgstr "(Gainera, '%s'(r)en blokeoa askatzeak ere huts egin du: %s) " -#: ../gio/gdbusconnection.c:1061 ../gio/gdbusconnection.c:1290 -#: ../gio/gdbusconnection.c:1329 ../gio/gdbusconnection.c:1652 +#: ../gio/gdbusconnection.c:1142 ../gio/gdbusconnection.c:1371 +#: ../gio/gdbusconnection.c:1410 ../gio/gdbusconnection.c:1733 msgid "The connection is closed" msgstr "Konexioa itxi egin da" -#: ../gio/gdbusconnection.c:1596 +#: ../gio/gdbusconnection.c:1677 msgid "Timeout was reached" msgstr "Denbora-mugara iritsi da" -#: ../gio/gdbusconnection.c:2173 -msgid "Unsupported flags encountered when constructing a client-side connection" -msgstr "Onartu gabeko banderak aurkitu dira bezeroaren aldeko konexioa eraikitzean" +#: ../gio/gdbusconnection.c:2291 +msgid "" +"Unsupported flags encountered when constructing a client-side connection" +msgstr "" +"Onartu gabeko banderak aurkitu dira bezeroaren aldeko konexioa eraikitzean" -#: ../gio/gdbusconnection.c:3599 ../gio/gdbusconnection.c:3917 +#: ../gio/gdbusconnection.c:3725 ../gio/gdbusconnection.c:4043 #, c-format -msgid "No such interface `org.freedesktop.DBus.Properties' on object at path %s" +msgid "" +"No such interface `org.freedesktop.DBus.Properties' on object at path %s" msgstr "" "Ez dago 'org.freedesktop.DBus.Properties' bezalako interfazerik '%s' bide-" "izeneko objektuan" -#: ../gio/gdbusconnection.c:3671 +#: ../gio/gdbusconnection.c:3797 #, c-format msgid "Error setting property `%s': Expected type `%s' but got `%s'" -msgstr "Errorea '%s' propietatea ezartzean: '%s' mota espero zen, baina '%s' lortu da" +msgstr "" +"Errorea '%s' propietatea ezartzean: '%s' mota espero zen, baina '%s' lortu da" -#: ../gio/gdbusconnection.c:3766 +#: ../gio/gdbusconnection.c:3892 #, c-format msgid "No such property `%s'" msgstr "Ez dago '%s' bezalako propietaterik" -#: ../gio/gdbusconnection.c:3778 +#: ../gio/gdbusconnection.c:3904 #, c-format msgid "Property `%s' is not readable" msgstr "%s propietatea ez da irakurgarria" -#: ../gio/gdbusconnection.c:3789 +#: ../gio/gdbusconnection.c:3915 #, c-format msgid "Property `%s' is not writable" msgstr "%s propietatea ez da idazgarria" -#: ../gio/gdbusconnection.c:3859 ../gio/gdbusconnection.c:5450 +#: ../gio/gdbusconnection.c:3985 ../gio/gdbusconnection.c:5576 #, c-format msgid "No such interface `%s'" msgstr "Ez dago '%s' bezalako interfazerik" -#: ../gio/gdbusconnection.c:4047 +#: ../gio/gdbusconnection.c:4173 msgid "No such interface" msgstr "Ez dago halako interfazerik" -#: ../gio/gdbusconnection.c:4263 ../gio/gdbusconnection.c:5966 +#: ../gio/gdbusconnection.c:4389 ../gio/gdbusconnection.c:6092 #, c-format msgid "No such interface `%s' on object at path %s" msgstr "Ez dago '%s' bezalako interfazerik '%s' bide-izeneko objektuan" -#: ../gio/gdbusconnection.c:4315 +#: ../gio/gdbusconnection.c:4441 #, c-format msgid "No such method `%s'" msgstr "Ez dago '%s' bezalako metodorik" -#: ../gio/gdbusconnection.c:4346 +#: ../gio/gdbusconnection.c:4472 #, c-format msgid "Type of message, `%s', does not match expected type `%s'" msgstr "'%s' mezu mota ez dator bat espero zen '%s' motarekin" -#: ../gio/gdbusconnection.c:4565 +#: ../gio/gdbusconnection.c:4691 #, c-format msgid "An object is already exported for the interface %s at %s" msgstr "Jadanik objektu bat esportatuta dago %s interfazearentzako %s(e)n" -#: ../gio/gdbusconnection.c:4759 +#: ../gio/gdbusconnection.c:4885 #, c-format msgid "Method `%s' returned type `%s', but expected `%s'" msgstr "'%s' metodoak '%s' mota itzuli du, baina '%s' espero zen" -#: ../gio/gdbusconnection.c:5561 +#: ../gio/gdbusconnection.c:5687 #, c-format msgid "Method `%s' on interface `%s' with signature `%s' does not exist" -msgstr "'%2$s' interfazeko '%1$s' metodoa '%3$s' sinadurarekin ez da existitzen" +msgstr "" +"'%2$s' interfazeko '%1$s' metodoa '%3$s' sinadurarekin ez da existitzen" -#: ../gio/gdbusconnection.c:5679 +#: ../gio/gdbusconnection.c:5805 #, c-format msgid "A subtree is already exported for %s" msgstr "Azpizuhaitza jadanik %s(e)ra esportatuta" @@ -1826,7 +1622,8 @@ #: ../gio/gdbusmessage.c:994 #, c-format msgid "Wanted to read %lu bytes but got EOF" -msgstr "%lu byte irakurtzea nahi ziren, baina fitxategiaren amaiera (EOF) lortu da" +msgstr "" +"%lu byte irakurtzea nahi ziren, baina fitxategiaren amaiera (EOF) lortu da" #: ../gio/gdbusmessage.c:1019 #, c-format @@ -1841,12 +1638,14 @@ #: ../gio/gdbusmessage.c:1032 #, c-format msgid "Expected NUL byte after the string `%s' but found byte %d" -msgstr "NUL bytea espero zen '%s' katearen ondoren, baina '%d' bytea aurkitu da" +msgstr "" +"NUL bytea espero zen '%s' katearen ondoren, baina '%d' bytea aurkitu da" #: ../gio/gdbusmessage.c:1231 #, c-format msgid "Parsed value `%s' is not a valid D-Bus object path" -msgstr "Analizatutako '%s' balioa ez da baliozko D-Bus objektuaren bide-izen bat" +msgstr "" +"Analizatutako '%s' balioa ez da baliozko D-Bus objektuaren bide-izen bat" #: ../gio/gdbusmessage.c:1257 #, c-format @@ -1855,7 +1654,8 @@ #: ../gio/gdbusmessage.c:1311 #, c-format -msgid "Encountered array of length %u bytes. Maximum length is 2<<26 bytes (64 MiB)." +msgid "" +"Encountered array of length %u bytes. Maximum length is 2<<26 bytes (64 MiB)." msgstr "" "%u byte luzerako matrizea aurkituta. Gehienezko luzera 2<<26 byte da (64 " "MiB)." @@ -1863,11 +1663,13 @@ #: ../gio/gdbusmessage.c:1472 #, c-format msgid "Parsed value `%s' for variant is not a valid D-Bus signature" -msgstr "Analizatutako '%s' balioa aldagaiarentzat ez da baliozko D-Bus sinadura bat" +msgstr "" +"Analizatutako '%s' balioa aldagaiarentzat ez da baliozko D-Bus sinadura bat" #: ../gio/gdbusmessage.c:1499 #, c-format -msgid "Error deserializing GVariant with type string `%s' from the D-Bus wire format" +msgid "" +"Error deserializing GVariant with type string `%s' from the D-Bus wire format" msgstr "" "Errorea GVariant deserializatzean '%s' kate motarekin D-Bus konexioko " "formatutik" @@ -1884,7 +1686,8 @@ #: ../gio/gdbusmessage.c:1697 #, c-format msgid "Invalid major protocol version. Expected 1 but found %d" -msgstr "Protokoloaren bertsio nagusia baliogabea. 1 espero zen, baina %d aurkitu da" +msgstr "" +"Protokoloaren bertsio nagusia baliogabea. 1 espero zen, baina %d aurkitu da" #: ../gio/gdbusmessage.c:1754 #, c-format @@ -1896,12 +1699,14 @@ #: ../gio/gdbusmessage.c:1768 #, c-format msgid "Parsed value `%s' is not a valid D-Bus signature (for body)" -msgstr "Analizatutako '%s' balioa ez da baliozko D-Bus sinadura (gorputzarentzako)" +msgstr "" +"Analizatutako '%s' balioa ez da baliozko D-Bus sinadura (gorputzarentzako)" #: ../gio/gdbusmessage.c:1798 #, c-format msgid "No signature header in message but the message body is %u bytes" -msgstr "Ez dago sinaduraren goibururik mezuan, baina mezuaren gorputzak %u byte ditu" +msgstr "" +"Ez dago sinaduraren goibururik mezuan, baina mezuaren gorputzak %u byte ditu" #: ../gio/gdbusmessage.c:1806 msgid "Cannot deserialize message: " @@ -1909,7 +1714,8 @@ #: ../gio/gdbusmessage.c:2131 #, c-format -msgid "Error serializing GVariant with type string `%s' to the D-Bus wire format" +msgid "" +"Error serializing GVariant with type string `%s' to the D-Bus wire format" msgstr "" "Errorea GVariant serializatzean '%s' kate motarekin D-Bus konexioaren " "formatura" @@ -1926,7 +1732,8 @@ #: ../gio/gdbusmessage.c:2324 #, c-format msgid "Message body has signature `%s' but there is no signature header" -msgstr "Mezuaren gorputzak '%s' sinadura du, baina ez dago sinaduraren goibururik" +msgstr "" +"Mezuaren gorputzak '%s' sinadura du, baina ez dago sinaduraren goibururik" #: ../gio/gdbusmessage.c:2334 #, c-format @@ -1940,7 +1747,8 @@ #: ../gio/gdbusmessage.c:2350 #, c-format msgid "Message body is empty but signature in the header field is `(%s)'" -msgstr "Mezuaren gorputza hutsik dago, baina goiburuaren eremuko sinadura '(%s)' da" +msgstr "" +"Mezuaren gorputza hutsik dago, baina goiburuaren eremuko sinadura '(%s)' da" #: ../gio/gdbusmessage.c:2907 #, c-format @@ -1954,7 +1762,8 @@ #: ../gio/gdbusmethodinvocation.c:375 #, c-format msgid "Type of return value is incorrect, got `%s', expected `%s'" -msgstr "Itzulerako balioaren mota ez da zuzena: '%s' jaso da, baina '%s' espero zen" +msgstr "" +"Itzulerako balioaren mota ez da zuzena: '%s' jaso da, baina '%s' espero zen" #: ../gio/gdbusmethodinvocation.c:406 ../gio/gsocket.c:2974 #: ../gio/gsocket.c:3055 @@ -1962,7 +1771,7 @@ msgid "Error sending message: %s" msgstr "Errorea mezua bidaltzean: %s" -#: ../gio/gdbusprivate.c:1766 +#: ../gio/gdbusprivate.c:1758 msgid "Unable to load /var/lib/dbus/machine-id: " msgstr "Ezin da /var/lib/dbus/machine-id kargatu: " @@ -2083,8 +1892,10 @@ #: ../gio/gdbus-tool.c:459 #, c-format -msgid "Warning: According to introspection data, interface `%s' does not exist\n" -msgstr "Abisua: introspekzioko datuen arabera, '%s' interfazea ez da existitzen\n" +msgid "" +"Warning: According to introspection data, interface `%s' does not exist\n" +msgstr "" +"Abisua: introspekzioko datuen arabera, '%s' interfazea ez da existitzen\n" #: ../gio/gdbus-tool.c:468 #, c-format @@ -2194,7 +2005,8 @@ #: ../gio/gdesktopappinfo.c:1153 #, c-format msgid "Can't create user application configuration folder %s: %s" -msgstr "Ezin da erabiltzailearen aplikazioaren %s konfigurazio-karpeta sortu: %s" +msgstr "" +"Ezin da erabiltzailearen aplikazioaren %s konfigurazio-karpeta sortu: %s" #: ../gio/gdesktopappinfo.c:1157 #, c-format @@ -2433,16 +2245,16 @@ msgid "Unsupported socket address" msgstr "Onartu gabeko socket helbidea" -#: ../gio/glib-compile-schemas.c:702 +#: ../gio/glib-compile-schemas.c:703 msgid "empty names are not permitted" msgstr "izen hutsak ez daude baimenduta" -#: ../gio/glib-compile-schemas.c:712 +#: ../gio/glib-compile-schemas.c:713 #, c-format msgid "invalid name '%s': names must begin with a lowercase letter" msgstr "'%s' izena baliogabea: izenak letra minuskula batekin hasi behar dira" -#: ../gio/glib-compile-schemas.c:724 +#: ../gio/glib-compile-schemas.c:725 #, c-format msgid "" "invalid name '%s': invalid character '%c'; only lowercase letters, numbers " @@ -2451,36 +2263,36 @@ "'%s' izena baliogabea: '%c' karakterea baliogabea. soilik letra minuskulak, " "zenbakiak eta marratxoa (-) onartzen dira." -#: ../gio/glib-compile-schemas.c:733 +#: ../gio/glib-compile-schemas.c:734 #, c-format msgid "invalid name '%s': two successive dashes ('--') are not permitted." msgstr "'%s' izena baliogabea: bi marratxo jarraian (--) ez dago onartuta." -#: ../gio/glib-compile-schemas.c:742 +#: ../gio/glib-compile-schemas.c:743 #, c-format msgid "invalid name '%s': the last character may not be a dash ('-')." msgstr "'%s' izena baliogabea: azken karakterea ezin da marratxoa (-) izan." -#: ../gio/glib-compile-schemas.c:750 +#: ../gio/glib-compile-schemas.c:751 #, c-format msgid "invalid name '%s': maximum length is 32" msgstr "'%s' izena baliogabea: gehienezko luzera 32 da" -#: ../gio/glib-compile-schemas.c:819 +#: ../gio/glib-compile-schemas.c:820 #, c-format msgid " already specified" msgstr " jadanik zehaztuta" -#: ../gio/glib-compile-schemas.c:845 +#: ../gio/glib-compile-schemas.c:846 msgid "can not add keys to a 'list-of' schema" msgstr "ezin zaio gakorik gehitu 'list-of' eskema bati" -#: ../gio/glib-compile-schemas.c:856 +#: ../gio/glib-compile-schemas.c:857 #, c-format msgid " already specified" msgstr " jadanik zehaztuta" -#: ../gio/glib-compile-schemas.c:874 +#: ../gio/glib-compile-schemas.c:875 #, c-format msgid "" " shadows in ; use " @@ -2489,7 +2301,7 @@ "-ek iluntzen du -en; erabili " " balioa aldatzeko" -#: ../gio/glib-compile-schemas.c:885 +#: ../gio/glib-compile-schemas.c:886 #, c-format msgid "" "exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " @@ -2498,64 +2310,64 @@ "-rentzako hauetariko bat zehaztu behar da atributu gisa: 'type', 'enum' " "edo 'flags'" -#: ../gio/glib-compile-schemas.c:904 +#: ../gio/glib-compile-schemas.c:905 #, c-format msgid "<%s id='%s'> not (yet) defined." msgstr "<%s id='%s'> ez dago (oraindik) definituta." -#: ../gio/glib-compile-schemas.c:919 +#: ../gio/glib-compile-schemas.c:920 #, c-format msgid "invalid GVariant type string '%s'" msgstr "baliogabeko GVariant motako '%s' katea" -#: ../gio/glib-compile-schemas.c:949 +#: ../gio/glib-compile-schemas.c:950 msgid " given but schema isn't extending anything" msgstr " eman da, baina eskema ez da ezer hedatzen ari" -#: ../gio/glib-compile-schemas.c:962 +#: ../gio/glib-compile-schemas.c:963 #, c-format msgid "no to override" msgstr "ez dago (e)rik gainidazteko" -#: ../gio/glib-compile-schemas.c:970 +#: ../gio/glib-compile-schemas.c:971 #, c-format msgid " already specified" msgstr " jadanik zehaztuta" -#: ../gio/glib-compile-schemas.c:1036 +#: ../gio/glib-compile-schemas.c:1042 #, c-format msgid " already specified" msgstr " jadanik zehaztuta" -#: ../gio/glib-compile-schemas.c:1048 +#: ../gio/glib-compile-schemas.c:1054 #, c-format msgid " extends not yet existing schema '%s'" msgstr " oraindik existitzen ez den '%s' eskemara hedatzen da" -#: ../gio/glib-compile-schemas.c:1064 +#: ../gio/glib-compile-schemas.c:1070 #, c-format msgid " is list of not yet existing schema '%s'" msgstr " oraindik existitzen ez den '%s' eskemaren zerrenda da" -#: ../gio/glib-compile-schemas.c:1072 +#: ../gio/glib-compile-schemas.c:1078 #, c-format -#| msgid "can not add keys to a 'list-of' schema" msgid "Can not be a list of a schema with a path" msgstr "Ezin da bide-izena duen eskema baten zerrenda izan" -#: ../gio/glib-compile-schemas.c:1082 +#: ../gio/glib-compile-schemas.c:1088 #, c-format msgid "Can not extend a schema with a path" msgstr "Ezin da eskema bat bide-izen batekin hedatu" -#: ../gio/glib-compile-schemas.c:1092 +#: ../gio/glib-compile-schemas.c:1098 #, c-format -msgid " is a list, extending which is not a list" +msgid "" +" is a list, extending which is not a list" msgstr "" " zerrenda bat da, zerrenda ez den hedatzen " "duena" -#: ../gio/glib-compile-schemas.c:1102 +#: ../gio/glib-compile-schemas.c:1108 #, c-format msgid "" " extends but '%s' " @@ -2564,49 +2376,87 @@ "(e)k hedatzen du, " "baina '%s'(e)k ez du '%s' hedatzen" -#: ../gio/glib-compile-schemas.c:1119 +#: ../gio/glib-compile-schemas.c:1125 #, c-format msgid "a path, if given, must begin and end with a slash" msgstr "bide-izen bat ematen bada, barra batekin (/) hasi eta amaitu behar da" -#: ../gio/glib-compile-schemas.c:1126 +#: ../gio/glib-compile-schemas.c:1132 #, c-format msgid "the path of a list must end with ':/'" msgstr "zerrenda bateko bide-izena ':/'-rekin amaitu behar da" -#: ../gio/glib-compile-schemas.c:1148 +#: ../gio/glib-compile-schemas.c:1158 #, c-format msgid "<%s id='%s'> already specified" msgstr "<%s id='%s'> jadanik zehaztuta" -#: ../gio/glib-compile-schemas.c:1362 +#: ../gio/glib-compile-schemas.c:1375 #, c-format msgid "Element <%s> not allowed inside <%s>" msgstr "<%s> elementua ez da <%s>(r)en barruan onartzen" -#: ../gio/glib-compile-schemas.c:1366 +#: ../gio/glib-compile-schemas.c:1379 #, c-format msgid "Element <%s> not allowed at toplevel" msgstr "<%s> elementua ez da maila gorenean onartzen" -#: ../gio/glib-compile-schemas.c:1460 +#: ../gio/glib-compile-schemas.c:1473 #, c-format msgid "text may not appear inside <%s>" msgstr "testua ezin da <%s>(r)en barruan egon" -#: ../gio/glib-compile-schemas.c:1674 +#. Translators: Do not translate "--strict". +#: ../gio/glib-compile-schemas.c:1641 ../gio/glib-compile-schemas.c:1712 +#: ../gio/glib-compile-schemas.c:1788 +#, c-format +msgid "--strict was specified; exiting.\n" +msgstr "--strict zehaztu da; irtetzen.\n" + +#: ../gio/glib-compile-schemas.c:1649 +#, c-format +msgid "This entire file has been ignored.\n" +msgstr "Ezikusi egin zaio fitxategi osoari.\n" + +#: ../gio/glib-compile-schemas.c:1708 #, c-format -msgid "No such schema `%s' specified in override file `%s'" -msgstr "Ez da '%s' bezalako eskemarik zehaztu gainidazketako '%s' fitxategian" +msgid "Ignoring this file.\n" +msgstr "Fitxategi honi ezikusi egiten.\n" -#: ../gio/glib-compile-schemas.c:1698 +#: ../gio/glib-compile-schemas.c:1748 #, c-format msgid "No such key `%s' in schema `%s' as specified in override file `%s'" msgstr "" "Ez dago '%s' bezalako gakorik '%s' eskeman gainidazteko '%s' fitxategian " "ageri den bezala" -#: ../gio/glib-compile-schemas.c:1731 +#: ../gio/glib-compile-schemas.c:1754 ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1840 +#, c-format +msgid "; ignoring override for this key.\n" +msgstr "; gako honen gainidazketari ezikusi egiten.\n" + +#: ../gio/glib-compile-schemas.c:1758 ../gio/glib-compile-schemas.c:1816 +#: ../gio/glib-compile-schemas.c:1844 +#, c-format +msgid " and --strict was specified; exiting.\n" +msgstr " eta --strict zehaztu da; irtetzen.\n" + +#: ../gio/glib-compile-schemas.c:1774 +#, c-format +msgid "" +"error parsing key `%s' in schema `%s' as specified in override file `%s': %" +"s. " +msgstr "" +"errorea '%s' gakoa analizatzean '%s' eskeman gainidazteko '%s' fitxategian " +"ageri den bezala: %s. " + +#: ../gio/glib-compile-schemas.c:1784 +#, c-format +msgid "Ignoring override for this key.\n" +msgstr "Gako honen gainidazketari ezikusi egiten.\n" + +#: ../gio/glib-compile-schemas.c:1802 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is out of the " @@ -2615,7 +2465,7 @@ "gainidazteko '%3$s' fitxategiko '%2$s' eskemako '%1$s' gakoa gainidaztea " "barrutitik kanpo dago emandako eskeman" -#: ../gio/glib-compile-schemas.c:1752 +#: ../gio/glib-compile-schemas.c:1830 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is not in the " @@ -2624,27 +2474,31 @@ "gainidazteko '%3$s' fitxategiko '%2$s' eskemako '%1$s' gakoa gainidaztea ez " "dago baliozko aukeren zerrendan" -#: ../gio/glib-compile-schemas.c:1797 +#: ../gio/glib-compile-schemas.c:1884 msgid "where to store the gschemas.compiled file" msgstr "non gorde gschemas.compiled fitxategia" -#: ../gio/glib-compile-schemas.c:1797 ../gio/glib-compile-schemas.c:1809 +#: ../gio/glib-compile-schemas.c:1884 ../gio/glib-compile-schemas.c:1897 msgid "DIRECTORY" msgstr "DIREKTORIOA" -#: ../gio/glib-compile-schemas.c:1798 +#: ../gio/glib-compile-schemas.c:1885 +msgid "Abort on any errors in schemas" +msgstr "Abortatu eskemetan errorerik egonez gero" + +#: ../gio/glib-compile-schemas.c:1886 msgid "Do not write the gschema.compiled file" msgstr "Ez idatzi gschema.compiled fitxategia" -#: ../gio/glib-compile-schemas.c:1799 +#: ../gio/glib-compile-schemas.c:1887 msgid "This option will be removed soon." msgstr "Aukera hau laster kenduko da." -#: ../gio/glib-compile-schemas.c:1800 +#: ../gio/glib-compile-schemas.c:1888 msgid "Do not enforce key name restrictions" msgstr "Ez derrigortu gako-izenen murriztapenik" -#: ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1900 msgid "" "Compile all GSettings schema files into a schema cache.\n" "Schema files are required to have the extension .gschema.xml,\n" @@ -2654,22 +2508,22 @@ "Eskemen fitxategiek .gschema.xml luzapena eduki behar dute,\n" "eta cache-ko fitxategia gschemas.compiled deitzen da." -#: ../gio/glib-compile-schemas.c:1828 +#: ../gio/glib-compile-schemas.c:1916 #, c-format msgid "You should give exactly one directory name\n" msgstr "Direktorio baten izena bakarrik eman behar duzu\n" -#: ../gio/glib-compile-schemas.c:1867 +#: ../gio/glib-compile-schemas.c:1955 #, c-format msgid "No schema files found: " msgstr "Ez da eskemen fitxategirik aurkitu: " -#: ../gio/glib-compile-schemas.c:1870 +#: ../gio/glib-compile-schemas.c:1958 #, c-format msgid "doing nothing.\n" msgstr "ezer ez da egiten ari.\n" -#: ../gio/glib-compile-schemas.c:1873 +#: ../gio/glib-compile-schemas.c:1961 #, c-format msgid "removed existing output file.\n" msgstr "existitzen den irteerako fitxategia kenduta.\n" @@ -2861,7 +2715,8 @@ #: ../gio/glocalfileinfo.c:2014 msgid "Error setting symlink: file is not a symlink" -msgstr "Errorea esteka sinbolikoa ezartzean: fitxategia ez da esteka sinboliko bat" +msgstr "" +"Errorea esteka sinbolikoa ezartzean: fitxategia ez da esteka sinboliko bat" #: ../gio/glocalfileinfo.c:2140 #, c-format @@ -3110,19 +2965,20 @@ "Erabili '%s KOMANDOA --help' komando bakoitzari dagokion laguntza lortzeko.\n" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "Specify the path for the schema" msgstr "Zehaztu eskemaren bide-izena" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "PATH" msgstr "BIDE-IZENA" -#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:539 -#: ../gio/gsettings-tool.c:652 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:654 msgid "SCHEMA KEY" msgstr "ESKEMA GAKOA" @@ -3130,8 +2986,8 @@ msgid "Get the value of KEY" msgstr "Lortu GAKOAren balioa" -#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:448 -#: ../gio/gsettings-tool.c:543 ../gio/gsettings-tool.c:659 +#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:449 +#: ../gio/gsettings-tool.c:545 ../gio/gsettings-tool.c:661 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3141,15 +2997,16 @@ " ESKEMA Eskemaren IDa\n" " GAKOA Gakoaren izena\n" -#: ../gio/gsettings-tool.c:328 ../gio/gsettings-tool.c:444 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:329 ../gio/gsettings-tool.c:445 msgid "SCHEMA KEY VALUE" msgstr "ESKEMA GAKOA BALIOA" -#: ../gio/gsettings-tool.c:330 +#: ../gio/gsettings-tool.c:331 msgid "Set the value of KEY" msgstr "Ezarri GAKOAren balioa" -#: ../gio/gsettings-tool.c:332 +#: ../gio/gsettings-tool.c:333 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3162,20 +3019,20 @@ " BALIOA Gakoari ezarriko zaion balioa, serializatutako GVariant " "gisa\n" -#: ../gio/gsettings-tool.c:405 +#: ../gio/gsettings-tool.c:406 #, c-format msgid "Key %s is not writable\n" msgstr "%s gakoa ez da idazgarria\n" -#: ../gio/gsettings-tool.c:446 +#: ../gio/gsettings-tool.c:447 msgid "Sets KEY to its default value" msgstr "GAKOA bere balio lehenetsira ezartzen du" -#: ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:543 msgid "Find out whether KEY is writable" msgstr "Begiratu GAKOA idazgarria den edo ez" -#: ../gio/gsettings-tool.c:655 +#: ../gio/gsettings-tool.c:657 msgid "" "Monitor KEY for changes and print the changed values.\n" "Monitoring will continue until the process is terminated." @@ -3184,7 +3041,7 @@ "aldatutako balioak.\n" "Monitorizazioak jarraitu egingo du prozesua amaitu bitartean." -#: ../gio/gsettings-tool.c:831 +#: ../gio/gsettings-tool.c:833 #, c-format msgid "Unknown command '%s'\n" msgstr "'%s' komando ezezaguna\n" @@ -3302,7 +3159,8 @@ #: ../gio/gsocketclient.c:711 ../gio/gsocketclient.c:1038 msgid "Trying to proxy over non-TCP connection is not supported." -msgstr "TCP motakoak ez diren konexioen gainean proxy-a egitea ez dago onartuta." +msgstr "" +"TCP motakoak ez diren konexioen gainean proxy-a egitea ez dago onartuta." #: ../gio/gsocketclient.c:749 ../gio/gsocketclient.c:1061 #, c-format @@ -3325,7 +3183,8 @@ #: ../gio/gsocks4aproxy.c:139 #, c-format msgid "SOCKSv4 implementation limits username to %i characters" -msgstr "SOCKSv4 inplementazioak erabiltzaile-izena %i karakteretara mugatzen du" +msgstr "" +"SOCKSv4 inplementazioak erabiltzaile-izena %i karakteretara mugatzen du" #: ../gio/gsocks4aproxy.c:157 #, c-format @@ -3350,7 +3209,8 @@ msgstr "SOCKSv5 proxy-ak autentifikazioa eskatzen du." #: ../gio/gsocks5proxy.c:179 -msgid "The SOCKSv5 require an authentication method that is not supported by GLib." +msgid "" +"The SOCKSv5 require an authentication method that is not supported by GLib." msgstr "" "OCKSv5-ek autentifikatzeko metodo bat eskatzen du (Glib-ek onartzen ez " "duena)." @@ -3371,7 +3231,8 @@ #: ../gio/gsocks5proxy.c:289 #, c-format msgid "Hostname '%s' too long for SOCKSv5 protocol (maximum is %i bytes)" -msgstr "'%s' ostalari-izena luzeegia da SOCKSv5 protokoloarentzako (gehien. %i byte)" +msgstr "" +"'%s' ostalari-izena luzeegia da SOCKSv5 protokoloarentzako (gehien. %i byte)" #: ../gio/gsocks5proxy.c:352 msgid "The SOCKSv5 proxy server uses unkown address type." @@ -3456,7 +3317,8 @@ msgstr "Errorea SO_PASSCRED gaitzean: %s" #: ../gio/gunixconnection.c:495 -msgid "Expecting to read a single byte for receiving credentials but read zero bytes" +msgid "" +"Expecting to read a single byte for receiving credentials but read zero bytes" msgstr "" "Harrerako kredentzialentzako byte bakar bat irakurtzea espero zen, baina " "zero byte irakurri dira." @@ -3558,3 +3420,189 @@ msgid "Invalid compressed data" msgstr "Konprimitutako datu baliogabeak" +#~ msgctxt "GDateTime" +#~ msgid "am" +#~ msgstr "am" + +#~ msgctxt "GDateTime" +#~ msgid "AM" +#~ msgstr "AM" + +#~ msgctxt "GDateTime" +#~ msgid "pm" +#~ msgstr "pm" + +#~ msgctxt "GDateTime" +#~ msgid "PM" +#~ msgstr "PM" + +#~ msgctxt "GDateTime" +#~ msgid "%m/%d/%y" +#~ msgstr "%y/%m/%d" + +#~ msgctxt "GDateTime" +#~ msgid "%H:%M:%S" +#~ msgstr "%H:%M:%S" + +#~ msgctxt "full month name" +#~ msgid "January" +#~ msgstr "Urtarrila" + +#~ msgctxt "full month name" +#~ msgid "February" +#~ msgstr "Otsaila" + +#~ msgctxt "full month name" +#~ msgid "March" +#~ msgstr "Martxoa" + +#~ msgctxt "full month name" +#~ msgid "April" +#~ msgstr "Apirila" + +#~ msgctxt "full month name" +#~ msgid "May" +#~ msgstr "Maiatza" + +#~ msgctxt "full month name" +#~ msgid "June" +#~ msgstr "Ekaina" + +#~ msgctxt "full month name" +#~ msgid "July" +#~ msgstr "Uztaila" + +#~ msgctxt "full month name" +#~ msgid "August" +#~ msgstr "Abuztua" + +#~ msgctxt "full month name" +#~ msgid "September" +#~ msgstr "Iraila" + +#~ msgctxt "full month name" +#~ msgid "October" +#~ msgstr "Urria" + +#~ msgctxt "full month name" +#~ msgid "November" +#~ msgstr "Azaroa" + +#~ msgctxt "full month name" +#~ msgid "December" +#~ msgstr "Abendua" + +#~ msgctxt "abbreviated month name" +#~ msgid "Jan" +#~ msgstr "Urt." + +#~ msgctxt "abbreviated month name" +#~ msgid "Feb" +#~ msgstr "Ots." + +#~ msgctxt "abbreviated month name" +#~ msgid "Mar" +#~ msgstr "Mar." + +#~ msgctxt "abbreviated month name" +#~ msgid "Apr" +#~ msgstr "Apr." + +#~| msgctxt "full month name" +#~| msgid "May" +#~ msgctxt "abbreviated month name" +#~ msgid "May" +#~ msgstr "Mai." + +#~ msgctxt "abbreviated month name" +#~ msgid "Jun" +#~ msgstr "Eka." + +#~ msgctxt "abbreviated month name" +#~ msgid "Jul" +#~ msgstr "Uzt." + +#~ msgctxt "abbreviated month name" +#~ msgid "Aug" +#~ msgstr "Abu." + +#~ msgctxt "abbreviated month name" +#~ msgid "Sep" +#~ msgstr "Ira." + +#~ msgctxt "abbreviated month name" +#~ msgid "Oct" +#~ msgstr "Urr." + +#~ msgctxt "abbreviated month name" +#~ msgid "Nov" +#~ msgstr "Aza." + +#~ msgctxt "abbreviated month name" +#~ msgid "Dec" +#~ msgstr "Abe." + +#~ msgctxt "full weekday name" +#~ msgid "Monday" +#~ msgstr "Astelehena" + +#~ msgctxt "full weekday name" +#~ msgid "Tuesday" +#~ msgstr "Asteartea" + +#~ msgctxt "full weekday name" +#~ msgid "Wednesday" +#~ msgstr "Asteazkena" + +#~ msgctxt "full weekday name" +#~ msgid "Thursday" +#~ msgstr "Osteguna" + +#~ msgctxt "full weekday name" +#~ msgid "Friday" +#~ msgstr "Ostirala" + +#~ msgctxt "full weekday name" +#~ msgid "Saturday" +#~ msgstr "Larunbata" + +#~ msgctxt "full weekday name" +#~ msgid "Sunday" +#~ msgstr "Igandea" + +#~ msgctxt "abbreviated weekday name" +#~ msgid "Mon" +#~ msgstr "Al." + +#~ msgctxt "abbreviated weekday name" +#~ msgid "Tue" +#~ msgstr "Ar." + +#~ msgctxt "abbreviated weekday name" +#~ msgid "Wed" +#~ msgstr "Az." + +#~ msgctxt "abbreviated weekday name" +#~ msgid "Thu" +#~ msgstr "Og." + +#~ msgctxt "abbreviated weekday name" +#~ msgid "Fri" +#~ msgstr "Or." + +#~ msgctxt "abbreviated weekday name" +#~ msgid "Sat" +#~ msgstr "Lr." + +#~ msgctxt "abbreviated weekday name" +#~ msgid "Sun" +#~ msgstr "Ig." + +#~ msgid "%u byte" +#~ msgid_plural "%u bytes" +#~ msgstr[0] "byte %u" +#~ msgstr[1] "%u byte" + +#~ msgid "No such schema `%s' specified in override file `%s'" +#~ msgstr "" +#~ "Ez da '%s' bezalako eskemarik zehaztu gainidazketako '%s' fitxategian" Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/fr.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/fr.gmo differ diff -Nru glib2.0-2.26.0/po/fr.po glib2.0-2.26.1/po/fr.po --- glib2.0-2.26.0/po/fr.po 2010-09-25 04:33:49.000000000 +1000 +++ glib2.0-2.26.1/po/fr.po 2010-10-01 04:24:52.000000000 +1000 @@ -2,6 +2,7 @@ # Copyright (C) 2001-2010 Free Software Foundation, Inc. # This file is distributed under the same license as the glib package. # +# # Christophe Merlet , 2001-2006. # Benoît Dejean , 2005. # Jonathan Ernst , 2006. @@ -11,20 +12,20 @@ # Gérard Baylard , 2010. # Bruno Brouard , 2010. # Gérard Baylard , 2010. -# msgid "" msgstr "" "Project-Id-Version: glib HEAD\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=glib&component=general\n" -"POT-Creation-Date: 2010-09-22 08:43+0000\n" -"PO-Revision-Date: 2010-09-22 10:37+0200\n" -"Last-Translator: Gérard Baylard \n" -"Language-Team: GNOME French Team \n" +"POT-Creation-Date: 2010-09-27 16:51+0000\n" +"PO-Revision-Date: 2010-09-27 18:59+0200\n" +"Last-Translator: Bruno Brouard \n" +"Language-Team: Français >\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Lokalize 1.0\n" #: ../glib/gbookmarkfile.c:780 #, c-format @@ -1446,8 +1447,8 @@ msgid "Stream is already closed" msgstr "Le flux est déjà fermé" -#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1552 -#: ../gio/gdbusconnection.c:1641 ../gio/gdbusconnection.c:1823 +#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1633 +#: ../gio/gdbusconnection.c:1722 ../gio/gdbusconnection.c:1904 #: ../gio/glocalfile.c:2102 ../gio/gsimpleasyncresult.c:755 #: ../gio/gsimpleasyncresult.c:781 msgid "Operation was cancelled" @@ -1644,7 +1645,7 @@ "Impossible de déterminer l'adresse du bus de session (non pris en charge " "pour ce système d'exploitation)" -#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6016 +#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6142 #, c-format msgid "" "Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable " @@ -1653,7 +1654,7 @@ "Impossible de déterminer l'adresse du bus à partir de la variable " "d'environnement DBUS_STARTER_BUS_TYPE — valeur inconnue « %s »" -#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6025 +#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6151 msgid "" "Cannot determine bus address because the DBUS_STARTER_BUS_TYPE environment " "variable is not set" @@ -1772,23 +1773,23 @@ msgid "(Additionally, releasing the lock for `%s' also failed: %s) " msgstr "(en outre, le relèvement du verrou pour « %s » a aussi échoué : %s) " -#: ../gio/gdbusconnection.c:1061 ../gio/gdbusconnection.c:1290 -#: ../gio/gdbusconnection.c:1329 ../gio/gdbusconnection.c:1652 +#: ../gio/gdbusconnection.c:1142 ../gio/gdbusconnection.c:1371 +#: ../gio/gdbusconnection.c:1410 ../gio/gdbusconnection.c:1733 msgid "The connection is closed" msgstr "La connexion est fermée" -#: ../gio/gdbusconnection.c:1596 +#: ../gio/gdbusconnection.c:1677 msgid "Timeout was reached" msgstr "Le délai d'attente est épuisé" -#: ../gio/gdbusconnection.c:2173 +#: ../gio/gdbusconnection.c:2291 msgid "" "Unsupported flags encountered when constructing a client-side connection" msgstr "" "Marqueurs non pris en charge rencontrés lors de la construction d'une " "connexion côté client" -#: ../gio/gdbusconnection.c:3599 ../gio/gdbusconnection.c:3917 +#: ../gio/gdbusconnection.c:3725 ../gio/gdbusconnection.c:4043 #, c-format msgid "" "No such interface `org.freedesktop.DBus.Properties' on object at path %s" @@ -1796,69 +1797,69 @@ "Pas d'interface « org.freedesktop.DBus.Properties » pour l'objet à " "l'emplacement %s" -#: ../gio/gdbusconnection.c:3671 +#: ../gio/gdbusconnection.c:3797 #, c-format msgid "Error setting property `%s': Expected type `%s' but got `%s'" msgstr "" "Erreur lors de la définition de la propriété « %s » : type attendu « %s », « %" "s » obtenu" -#: ../gio/gdbusconnection.c:3766 +#: ../gio/gdbusconnection.c:3892 #, c-format msgid "No such property `%s'" msgstr "La propriété « %s » n'existe pas" -#: ../gio/gdbusconnection.c:3778 +#: ../gio/gdbusconnection.c:3904 #, c-format msgid "Property `%s' is not readable" msgstr "La propriété « %s » ne peut pas être lue" -#: ../gio/gdbusconnection.c:3789 +#: ../gio/gdbusconnection.c:3915 #, c-format msgid "Property `%s' is not writable" msgstr "La propriété « %s » ne peut pas être écrite" -#: ../gio/gdbusconnection.c:3859 ../gio/gdbusconnection.c:5450 +#: ../gio/gdbusconnection.c:3985 ../gio/gdbusconnection.c:5576 #, c-format msgid "No such interface `%s'" msgstr "L'interface « %s » n'existe pas" -#: ../gio/gdbusconnection.c:4047 +#: ../gio/gdbusconnection.c:4173 msgid "No such interface" msgstr "Interface non reconnue" -#: ../gio/gdbusconnection.c:4263 ../gio/gdbusconnection.c:5966 +#: ../gio/gdbusconnection.c:4389 ../gio/gdbusconnection.c:6092 #, c-format msgid "No such interface `%s' on object at path %s" msgstr "L'interface « %s » n'existe pas pour l'objet à l'emplacement %s" -#: ../gio/gdbusconnection.c:4315 +#: ../gio/gdbusconnection.c:4441 #, c-format msgid "No such method `%s'" msgstr "La méthode « %s » n'existe pas" -#: ../gio/gdbusconnection.c:4346 +#: ../gio/gdbusconnection.c:4472 #, c-format msgid "Type of message, `%s', does not match expected type `%s'" msgstr "Le type du message, « %s », ne correspond pas au type attendu « %s »" -#: ../gio/gdbusconnection.c:4565 +#: ../gio/gdbusconnection.c:4691 #, c-format msgid "An object is already exported for the interface %s at %s" msgstr "Un objet est déjà exporté pour l'interface « %s » en « %s »" -#: ../gio/gdbusconnection.c:4759 +#: ../gio/gdbusconnection.c:4885 #, c-format msgid "Method `%s' returned type `%s', but expected `%s'" msgstr "La méthode « %s » a renvoyé le type « %s », mais « %s » était attendu" -#: ../gio/gdbusconnection.c:5561 +#: ../gio/gdbusconnection.c:5687 #, c-format msgid "Method `%s' on interface `%s' with signature `%s' does not exist" msgstr "" "La méthode « %s » sur l'interface « %s » avec la signature « %s » n'existe pas" -#: ../gio/gdbusconnection.c:5679 +#: ../gio/gdbusconnection.c:5805 #, c-format msgid "A subtree is already exported for %s" msgstr "Une sous-arborescence est déjà exportée pour « %s »" @@ -2055,7 +2056,7 @@ msgid "Error sending message: %s" msgstr "Erreur d'envoi de message : %s" -#: ../gio/gdbusprivate.c:1766 +#: ../gio/gdbusprivate.c:1758 msgid "Unable to load /var/lib/dbus/machine-id: " msgstr "Chargement de /var/lib/dbus/machine-id impossible : " @@ -2541,17 +2542,17 @@ msgid "Unsupported socket address" msgstr "Adresse de connecteur réseau non prise en charge" -#: ../gio/glib-compile-schemas.c:702 +#: ../gio/glib-compile-schemas.c:703 msgid "empty names are not permitted" msgstr "les noms vides ne sont pas autorisés" -#: ../gio/glib-compile-schemas.c:712 +#: ../gio/glib-compile-schemas.c:713 #, c-format msgid "invalid name '%s': names must begin with a lowercase letter" msgstr "" "nom « %s » non valide : les noms doivent commencer par une lettre minuscule" -#: ../gio/glib-compile-schemas.c:724 +#: ../gio/glib-compile-schemas.c:725 #, c-format msgid "" "invalid name '%s': invalid character '%c'; only lowercase letters, numbers " @@ -2560,38 +2561,38 @@ "nom « %s » non valide : caractère « %c » non valide ; seuls les minuscules, " "les nombres et le tiret (« - ») sont autorisés." -#: ../gio/glib-compile-schemas.c:733 +#: ../gio/glib-compile-schemas.c:734 #, c-format msgid "invalid name '%s': two successive dashes ('--') are not permitted." msgstr "" "nom « %s » non valide : deux tirets successifs (« -- ») ne sont pas autorisés." -#: ../gio/glib-compile-schemas.c:742 +#: ../gio/glib-compile-schemas.c:743 #, c-format msgid "invalid name '%s': the last character may not be a dash ('-')." msgstr "" "nom « %s » non valide : le dernier caractère ne peut pas être un tiret (« - »)." -#: ../gio/glib-compile-schemas.c:750 +#: ../gio/glib-compile-schemas.c:751 #, c-format msgid "invalid name '%s': maximum length is 32" msgstr "nom « %s » non valide : la longueur maximale est 32" -#: ../gio/glib-compile-schemas.c:819 +#: ../gio/glib-compile-schemas.c:820 #, c-format msgid " already specified" msgstr " a déjà été défini" -#: ../gio/glib-compile-schemas.c:845 +#: ../gio/glib-compile-schemas.c:846 msgid "can not add keys to a 'list-of' schema" msgstr "impossible d'ajouter des clés à un schéma « list-of »" -#: ../gio/glib-compile-schemas.c:856 +#: ../gio/glib-compile-schemas.c:857 #, c-format msgid " already specified" msgstr " a déjà été défini" -#: ../gio/glib-compile-schemas.c:874 +#: ../gio/glib-compile-schemas.c:875 #, c-format msgid "" " shadows in ; use " @@ -2600,7 +2601,7 @@ " masque dans  ; utilisez " " pour modifier la valeur" -#: ../gio/glib-compile-schemas.c:885 +#: ../gio/glib-compile-schemas.c:886 #, c-format msgid "" "exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " @@ -2609,56 +2610,56 @@ " ne peut recevoir qu'un et un seul attribut parmi « type », « enum » ou " "« flags »" -#: ../gio/glib-compile-schemas.c:904 +#: ../gio/glib-compile-schemas.c:905 #, c-format msgid "<%s id='%s'> not (yet) defined." msgstr "<%s id='%s'> pas (encore) défini." -#: ../gio/glib-compile-schemas.c:919 +#: ../gio/glib-compile-schemas.c:920 #, c-format msgid "invalid GVariant type string '%s'" msgstr "chaîne de type GVariant « %s » non valide" -#: ../gio/glib-compile-schemas.c:949 +#: ../gio/glib-compile-schemas.c:950 msgid " given but schema isn't extending anything" msgstr "un est donné mais son schéma n'étend rien du tout" -#: ../gio/glib-compile-schemas.c:962 +#: ../gio/glib-compile-schemas.c:963 #, c-format msgid "no to override" msgstr "aucune à redéfinir" -#: ../gio/glib-compile-schemas.c:970 +#: ../gio/glib-compile-schemas.c:971 #, c-format msgid " already specified" msgstr " déjà défini" -#: ../gio/glib-compile-schemas.c:1036 +#: ../gio/glib-compile-schemas.c:1042 #, c-format msgid " already specified" msgstr " déjà défini" -#: ../gio/glib-compile-schemas.c:1048 +#: ../gio/glib-compile-schemas.c:1054 #, c-format msgid " extends not yet existing schema '%s'" msgstr " étend le schéma « %s » qui n'existe pas encore" -#: ../gio/glib-compile-schemas.c:1064 +#: ../gio/glib-compile-schemas.c:1070 #, c-format msgid " is list of not yet existing schema '%s'" msgstr " est une liste du schéma « %s » qui n'existe pas encore" -#: ../gio/glib-compile-schemas.c:1072 +#: ../gio/glib-compile-schemas.c:1078 #, c-format msgid "Can not be a list of a schema with a path" msgstr "Un schéma avec un chemin ne peut contenir de liste" -#: ../gio/glib-compile-schemas.c:1082 +#: ../gio/glib-compile-schemas.c:1088 #, c-format msgid "Can not extend a schema with a path" msgstr "Impossible d'étendre un schéma avec un chemin" -#: ../gio/glib-compile-schemas.c:1092 +#: ../gio/glib-compile-schemas.c:1098 #, c-format msgid "" " is a list, extending which is not a list" @@ -2666,7 +2667,7 @@ " est une liste ; elle étend qui n'est pas " "une liste" -#: ../gio/glib-compile-schemas.c:1102 +#: ../gio/glib-compile-schemas.c:1108 #, c-format msgid "" " extends but '%s' " @@ -2675,51 +2676,88 @@ " étend mais « %s » " "n'étend pas « %s »" -#: ../gio/glib-compile-schemas.c:1119 +#: ../gio/glib-compile-schemas.c:1125 #, c-format msgid "a path, if given, must begin and end with a slash" msgstr "" "si un chemin est indiqué, il doit commencer et finir par une barre oblique" -#: ../gio/glib-compile-schemas.c:1126 +#: ../gio/glib-compile-schemas.c:1132 #, c-format msgid "the path of a list must end with ':/'" msgstr "le chemin d'une liste doit finir par « :/ »" -#: ../gio/glib-compile-schemas.c:1148 +#: ../gio/glib-compile-schemas.c:1158 #, c-format msgid "<%s id='%s'> already specified" msgstr "<%s id='%s'> est déjà défini" -#: ../gio/glib-compile-schemas.c:1362 +#: ../gio/glib-compile-schemas.c:1375 #, c-format msgid "Element <%s> not allowed inside <%s>" msgstr "Élément <%s> interdit dans <%s>" -#: ../gio/glib-compile-schemas.c:1366 +#: ../gio/glib-compile-schemas.c:1379 #, c-format msgid "Element <%s> not allowed at toplevel" msgstr "Élément <%s> interdit au premier niveau" -#: ../gio/glib-compile-schemas.c:1460 +#: ../gio/glib-compile-schemas.c:1473 #, c-format msgid "text may not appear inside <%s>" msgstr "<%s> ne peut pas contenir du texte" -#: ../gio/glib-compile-schemas.c:1674 +#. Translators: Do not translate "--strict". +#: ../gio/glib-compile-schemas.c:1641 ../gio/glib-compile-schemas.c:1712 +#: ../gio/glib-compile-schemas.c:1788 #, c-format -msgid "No such schema `%s' specified in override file `%s'" -msgstr "" -"Aucun schéma nommé « %s » n'est présent dans le fichier de redéfinition « %s »" +msgid "--strict was specified; exiting.\n" +msgstr "--strict a été spécifié ; sortie en cours.\n" + +#: ../gio/glib-compile-schemas.c:1649 +#, c-format +msgid "This entire file has been ignored.\n" +msgstr "Le fichier complet a été ignoré.\n" -#: ../gio/glib-compile-schemas.c:1698 +#: ../gio/glib-compile-schemas.c:1708 +#, c-format +msgid "Ignoring this file.\n" +msgstr "Ce fichier est ignoré.\n" + +#: ../gio/glib-compile-schemas.c:1748 #, c-format msgid "No such key `%s' in schema `%s' as specified in override file `%s'" msgstr "" "Aucune clé nommée « %s » dans le schéma « %s » comme défini dans le fichier « %" "s » de redéfinition" -#: ../gio/glib-compile-schemas.c:1731 +#: ../gio/glib-compile-schemas.c:1754 ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1840 +#, c-format +msgid "; ignoring override for this key.\n" +msgstr " ; la redéfinition de cette clé a été ignorée.\n" + +#: ../gio/glib-compile-schemas.c:1758 ../gio/glib-compile-schemas.c:1816 +#: ../gio/glib-compile-schemas.c:1844 +#, c-format +msgid " and --strict was specified; exiting.\n" +msgstr " et --strict a été spécifié ; sortie en cours.\n" + +#: ../gio/glib-compile-schemas.c:1774 +#, c-format +msgid "" +"error parsing key `%s' in schema `%s' as specified in override file `%s': %" +"s. " +msgstr "" +"Erreur d'analyse de la clé nommée « %s » dans le schéma « %s » comme défini " +"dans le fichier « %s » de redéfinition : %s. " + +#: ../gio/glib-compile-schemas.c:1784 +#, c-format +msgid "Ignoring override for this key.\n" +msgstr "La redéfinition de cette clé a été ignorée.\n" + +#: ../gio/glib-compile-schemas.c:1802 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is out of the " @@ -2728,7 +2766,7 @@ "la redéfinition de la clé « %s » dans le schéma « %s » du fichier de " "redéfinition « %s » n'est pas dans la plage indiquée par le schéma" -#: ../gio/glib-compile-schemas.c:1752 +#: ../gio/glib-compile-schemas.c:1830 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is not in the " @@ -2737,27 +2775,31 @@ "la redéfinition de la clé « %s » dans le schéma « %s » du fichier de " "redéfinition « %s » n'est pas dans la liste des choix valides" -#: ../gio/glib-compile-schemas.c:1797 +#: ../gio/glib-compile-schemas.c:1884 msgid "where to store the gschemas.compiled file" msgstr "endroit où enregistrer le fichier gschemas.compiled" -#: ../gio/glib-compile-schemas.c:1797 ../gio/glib-compile-schemas.c:1809 +#: ../gio/glib-compile-schemas.c:1884 ../gio/glib-compile-schemas.c:1897 msgid "DIRECTORY" msgstr "RÉPERTOIRE" -#: ../gio/glib-compile-schemas.c:1798 +#: ../gio/glib-compile-schemas.c:1885 +msgid "Abort on any errors in schemas" +msgstr "Annulation en cas d'erreurs dans des schémas" + +#: ../gio/glib-compile-schemas.c:1886 msgid "Do not write the gschema.compiled file" msgstr "Ne pas écrire de fichier gschema.compiled" -#: ../gio/glib-compile-schemas.c:1799 +#: ../gio/glib-compile-schemas.c:1887 msgid "This option will be removed soon." msgstr "Cette option sera bientôt supprimée." -#: ../gio/glib-compile-schemas.c:1800 +#: ../gio/glib-compile-schemas.c:1888 msgid "Do not enforce key name restrictions" msgstr "Ne pas appliquer les limitations de nom de clé" -#: ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1900 msgid "" "Compile all GSettings schema files into a schema cache.\n" "Schema files are required to have the extension .gschema.xml,\n" @@ -2767,22 +2809,22 @@ "L'extension .gschema.xml est requise pour les fichiers schémas,\n" "et le fichier cache est nommé gschemas.compiled." -#: ../gio/glib-compile-schemas.c:1828 +#: ../gio/glib-compile-schemas.c:1916 #, c-format msgid "You should give exactly one directory name\n" msgstr "Vous devez indiquer un et un seul nom de répertoire\n" -#: ../gio/glib-compile-schemas.c:1867 +#: ../gio/glib-compile-schemas.c:1955 #, c-format msgid "No schema files found: " msgstr "Aucun fichier schéma trouvé : " -#: ../gio/glib-compile-schemas.c:1870 +#: ../gio/glib-compile-schemas.c:1958 #, c-format msgid "doing nothing.\n" msgstr "aucune action effectuée.\n" -#: ../gio/glib-compile-schemas.c:1873 +#: ../gio/glib-compile-schemas.c:1961 #, c-format msgid "removed existing output file.\n" msgstr "fichier de sortie existant supprimé.\n" Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/gl.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/gl.gmo differ diff -Nru glib2.0-2.26.0/po/glib20.pot glib2.0-2.26.1/po/glib20.pot --- glib2.0-2.26.0/po/glib20.pot 2010-09-28 02:13:36.000000000 +1000 +++ glib2.0-2.26.1/po/glib20.pot 2010-11-14 17:41:34.000000000 +1100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-09-27 12:13-0400\n" +"POT-Creation-Date: 2010-11-14 01:41-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1350,7 +1350,7 @@ msgid "Not enough space in destination" msgstr "" -#: gio/gcharsetconverter.c:447 gio/gsocket.c:810 +#: gio/gcharsetconverter.c:447 gio/gsocket.c:831 msgid "Cancellable initialization not supported" msgstr "" @@ -1850,12 +1850,12 @@ msgid "Type of return value is incorrect, got `%s', expected `%s'" msgstr "" -#: gio/gdbusmethodinvocation.c:406 gio/gsocket.c:2974 gio/gsocket.c:3055 +#: gio/gdbusmethodinvocation.c:406 gio/gsocket.c:2995 gio/gsocket.c:3076 #, c-format msgid "Error sending message: %s" msgstr "" -#: gio/gdbusprivate.c:1758 +#: gio/gdbusprivate.c:1759 msgid "Unable to load /var/lib/dbus/machine-id: " msgstr "" @@ -2310,264 +2310,264 @@ msgid "Unsupported socket address" msgstr "" -#: gio/glib-compile-schemas.c:703 +#: gio/glib-compile-schemas.c:708 msgid "empty names are not permitted" msgstr "" -#: gio/glib-compile-schemas.c:713 +#: gio/glib-compile-schemas.c:718 #, c-format msgid "invalid name '%s': names must begin with a lowercase letter" msgstr "" -#: gio/glib-compile-schemas.c:725 +#: gio/glib-compile-schemas.c:730 #, c-format msgid "" "invalid name '%s': invalid character '%c'; only lowercase letters, numbers " "and dash ('-') are permitted." msgstr "" -#: gio/glib-compile-schemas.c:734 +#: gio/glib-compile-schemas.c:739 #, c-format msgid "invalid name '%s': two successive dashes ('--') are not permitted." msgstr "" -#: gio/glib-compile-schemas.c:743 +#: gio/glib-compile-schemas.c:748 #, c-format msgid "invalid name '%s': the last character may not be a dash ('-')." msgstr "" -#: gio/glib-compile-schemas.c:751 +#: gio/glib-compile-schemas.c:756 #, c-format msgid "invalid name '%s': maximum length is 32" msgstr "" -#: gio/glib-compile-schemas.c:820 +#: gio/glib-compile-schemas.c:825 #, c-format msgid " already specified" msgstr "" -#: gio/glib-compile-schemas.c:846 +#: gio/glib-compile-schemas.c:851 msgid "can not add keys to a 'list-of' schema" msgstr "" -#: gio/glib-compile-schemas.c:857 +#: gio/glib-compile-schemas.c:862 #, c-format msgid " already specified" msgstr "" -#: gio/glib-compile-schemas.c:875 +#: gio/glib-compile-schemas.c:880 #, c-format msgid "" " shadows in ; use " "to modify value" msgstr "" -#: gio/glib-compile-schemas.c:886 +#: gio/glib-compile-schemas.c:891 #, c-format msgid "" "exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " "to " msgstr "" -#: gio/glib-compile-schemas.c:905 +#: gio/glib-compile-schemas.c:910 #, c-format msgid "<%s id='%s'> not (yet) defined." msgstr "" -#: gio/glib-compile-schemas.c:920 +#: gio/glib-compile-schemas.c:925 #, c-format msgid "invalid GVariant type string '%s'" msgstr "" -#: gio/glib-compile-schemas.c:950 +#: gio/glib-compile-schemas.c:955 msgid " given but schema isn't extending anything" msgstr "" -#: gio/glib-compile-schemas.c:963 +#: gio/glib-compile-schemas.c:968 #, c-format msgid "no to override" msgstr "" -#: gio/glib-compile-schemas.c:971 +#: gio/glib-compile-schemas.c:976 #, c-format msgid " already specified" msgstr "" -#: gio/glib-compile-schemas.c:1042 +#: gio/glib-compile-schemas.c:1047 #, c-format msgid " already specified" msgstr "" -#: gio/glib-compile-schemas.c:1054 +#: gio/glib-compile-schemas.c:1059 #, c-format msgid " extends not yet existing schema '%s'" msgstr "" -#: gio/glib-compile-schemas.c:1070 +#: gio/glib-compile-schemas.c:1075 #, c-format msgid " is list of not yet existing schema '%s'" msgstr "" -#: gio/glib-compile-schemas.c:1078 +#: gio/glib-compile-schemas.c:1083 #, c-format msgid "Can not be a list of a schema with a path" msgstr "" -#: gio/glib-compile-schemas.c:1088 +#: gio/glib-compile-schemas.c:1093 #, c-format msgid "Can not extend a schema with a path" msgstr "" -#: gio/glib-compile-schemas.c:1098 +#: gio/glib-compile-schemas.c:1103 #, c-format msgid "" " is a list, extending which is not a list" msgstr "" -#: gio/glib-compile-schemas.c:1108 +#: gio/glib-compile-schemas.c:1113 #, c-format msgid "" " extends but '%s' " "does not extend '%s'" msgstr "" -#: gio/glib-compile-schemas.c:1125 +#: gio/glib-compile-schemas.c:1130 #, c-format msgid "a path, if given, must begin and end with a slash" msgstr "" -#: gio/glib-compile-schemas.c:1132 +#: gio/glib-compile-schemas.c:1137 #, c-format msgid "the path of a list must end with ':/'" msgstr "" -#: gio/glib-compile-schemas.c:1158 +#: gio/glib-compile-schemas.c:1163 #, c-format msgid "<%s id='%s'> already specified" msgstr "" -#: gio/glib-compile-schemas.c:1375 +#: gio/glib-compile-schemas.c:1380 #, c-format msgid "Element <%s> not allowed inside <%s>" msgstr "" -#: gio/glib-compile-schemas.c:1379 +#: gio/glib-compile-schemas.c:1384 #, c-format msgid "Element <%s> not allowed at toplevel" msgstr "" -#: gio/glib-compile-schemas.c:1473 +#: gio/glib-compile-schemas.c:1478 #, c-format msgid "text may not appear inside <%s>" msgstr "" #. Translators: Do not translate "--strict". -#: gio/glib-compile-schemas.c:1641 gio/glib-compile-schemas.c:1712 -#: gio/glib-compile-schemas.c:1788 +#: gio/glib-compile-schemas.c:1647 gio/glib-compile-schemas.c:1718 +#: gio/glib-compile-schemas.c:1794 #, c-format msgid "--strict was specified; exiting.\n" msgstr "" -#: gio/glib-compile-schemas.c:1649 +#: gio/glib-compile-schemas.c:1655 #, c-format msgid "This entire file has been ignored.\n" msgstr "" -#: gio/glib-compile-schemas.c:1708 +#: gio/glib-compile-schemas.c:1714 #, c-format msgid "Ignoring this file.\n" msgstr "" -#: gio/glib-compile-schemas.c:1748 +#: gio/glib-compile-schemas.c:1754 #, c-format msgid "No such key `%s' in schema `%s' as specified in override file `%s'" msgstr "" -#: gio/glib-compile-schemas.c:1754 gio/glib-compile-schemas.c:1812 -#: gio/glib-compile-schemas.c:1840 +#: gio/glib-compile-schemas.c:1760 gio/glib-compile-schemas.c:1818 +#: gio/glib-compile-schemas.c:1846 #, c-format msgid "; ignoring override for this key.\n" msgstr "" -#: gio/glib-compile-schemas.c:1758 gio/glib-compile-schemas.c:1816 -#: gio/glib-compile-schemas.c:1844 +#: gio/glib-compile-schemas.c:1764 gio/glib-compile-schemas.c:1822 +#: gio/glib-compile-schemas.c:1850 #, c-format msgid " and --strict was specified; exiting.\n" msgstr "" -#: gio/glib-compile-schemas.c:1774 +#: gio/glib-compile-schemas.c:1780 #, c-format msgid "" "error parsing key `%s' in schema `%s' as specified in override file `%s': " "%s. " msgstr "" -#: gio/glib-compile-schemas.c:1784 +#: gio/glib-compile-schemas.c:1790 #, c-format msgid "Ignoring override for this key.\n" msgstr "" -#: gio/glib-compile-schemas.c:1802 +#: gio/glib-compile-schemas.c:1808 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is out of the " "range given in the schema" msgstr "" -#: gio/glib-compile-schemas.c:1830 +#: gio/glib-compile-schemas.c:1836 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is not in the " "list of valid choices" msgstr "" -#: gio/glib-compile-schemas.c:1884 +#: gio/glib-compile-schemas.c:1890 msgid "where to store the gschemas.compiled file" msgstr "" -#: gio/glib-compile-schemas.c:1884 gio/glib-compile-schemas.c:1897 +#: gio/glib-compile-schemas.c:1890 gio/glib-compile-schemas.c:1903 msgid "DIRECTORY" msgstr "" -#: gio/glib-compile-schemas.c:1885 +#: gio/glib-compile-schemas.c:1891 msgid "Abort on any errors in schemas" msgstr "" -#: gio/glib-compile-schemas.c:1886 +#: gio/glib-compile-schemas.c:1892 msgid "Do not write the gschema.compiled file" msgstr "" -#: gio/glib-compile-schemas.c:1887 +#: gio/glib-compile-schemas.c:1893 msgid "This option will be removed soon." msgstr "" -#: gio/glib-compile-schemas.c:1888 +#: gio/glib-compile-schemas.c:1894 msgid "Do not enforce key name restrictions" msgstr "" -#: gio/glib-compile-schemas.c:1900 +#: gio/glib-compile-schemas.c:1906 msgid "" "Compile all GSettings schema files into a schema cache.\n" "Schema files are required to have the extension .gschema.xml,\n" "and the cache file is called gschemas.compiled." msgstr "" -#: gio/glib-compile-schemas.c:1916 +#: gio/glib-compile-schemas.c:1922 #, c-format msgid "You should give exactly one directory name\n" msgstr "" -#: gio/glib-compile-schemas.c:1955 +#: gio/glib-compile-schemas.c:1961 #, c-format msgid "No schema files found: " msgstr "" -#: gio/glib-compile-schemas.c:1958 +#: gio/glib-compile-schemas.c:1964 #, c-format msgid "doing nothing.\n" msgstr "" -#: gio/glib-compile-schemas.c:1961 +#: gio/glib-compile-schemas.c:1967 #, c-format msgid "removed existing output file.\n" msgstr "" @@ -3070,97 +3070,97 @@ msgid "Socket is already closed" msgstr "" -#: gio/gsocket.c:299 gio/gsocket.c:2716 gio/gsocket.c:2760 +#: gio/gsocket.c:299 gio/gsocket.c:2737 gio/gsocket.c:2781 msgid "Socket I/O timed out" msgstr "" -#: gio/gsocket.c:421 +#: gio/gsocket.c:442 #, c-format msgid "creating GSocket from fd: %s" msgstr "" -#: gio/gsocket.c:455 gio/gsocket.c:471 gio/gsocket.c:2113 +#: gio/gsocket.c:476 gio/gsocket.c:492 gio/gsocket.c:2134 #, c-format msgid "Unable to create socket: %s" msgstr "" -#: gio/gsocket.c:455 +#: gio/gsocket.c:476 msgid "Unknown protocol was specified" msgstr "" -#: gio/gsocket.c:1224 +#: gio/gsocket.c:1245 #, c-format msgid "could not get local address: %s" msgstr "" -#: gio/gsocket.c:1267 +#: gio/gsocket.c:1288 #, c-format msgid "could not get remote address: %s" msgstr "" -#: gio/gsocket.c:1328 +#: gio/gsocket.c:1349 #, c-format msgid "could not listen: %s" msgstr "" -#: gio/gsocket.c:1402 +#: gio/gsocket.c:1423 #, c-format msgid "Error binding to address: %s" msgstr "" -#: gio/gsocket.c:1522 +#: gio/gsocket.c:1543 #, c-format msgid "Error accepting connection: %s" msgstr "" -#: gio/gsocket.c:1639 +#: gio/gsocket.c:1660 msgid "Error connecting: " msgstr "" -#: gio/gsocket.c:1644 +#: gio/gsocket.c:1665 msgid "Connection in progress" msgstr "" -#: gio/gsocket.c:1651 +#: gio/gsocket.c:1672 #, c-format msgid "Error connecting: %s" msgstr "" -#: gio/gsocket.c:1694 gio/gsocket.c:3479 +#: gio/gsocket.c:1715 gio/gsocket.c:3500 #, c-format msgid "Unable to get pending error: %s" msgstr "" -#: gio/gsocket.c:1826 +#: gio/gsocket.c:1847 #, c-format msgid "Error receiving data: %s" msgstr "" -#: gio/gsocket.c:2000 +#: gio/gsocket.c:2021 #, c-format msgid "Error sending data: %s" msgstr "" -#: gio/gsocket.c:2192 +#: gio/gsocket.c:2213 #, c-format msgid "Error closing socket: %s" msgstr "" -#: gio/gsocket.c:2709 +#: gio/gsocket.c:2730 #, c-format msgid "Waiting for socket condition: %s" msgstr "" -#: gio/gsocket.c:2999 +#: gio/gsocket.c:3020 msgid "GSocketControlMessage not supported on windows" msgstr "" -#: gio/gsocket.c:3258 gio/gsocket.c:3399 +#: gio/gsocket.c:3279 gio/gsocket.c:3420 #, c-format msgid "Error receiving message: %s" msgstr "" -#: gio/gsocket.c:3494 +#: gio/gsocket.c:3515 msgid "g_socket_get_credentials not implemented for this OS" msgstr "" diff -Nru glib2.0-2.26.0/po/gl.po glib2.0-2.26.1/po/gl.po --- glib2.0-2.26.0/po/gl.po 2010-09-14 14:08:21.000000000 +1000 +++ glib2.0-2.26.1/po/gl.po 2010-11-13 00:52:52.000000000 +1100 @@ -10,21 +10,21 @@ # Mancomún - Centro de Referencia e Servizos de Software Libre , 2009. # Suso Baleato ,2009. # Antón Méixome , 2009. -# Fran Diéguez , 2009, 2010. # Fran Dieguez , 2010. +# Fran Diéguez , 2009, 2010. # msgid "" msgstr "" "Project-Id-Version: glib.master\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-09-13 23:43+0200\n" -"PO-Revision-Date: 2010-09-13 23:45+0200\n" -"Last-Translator: Fran Dieguez \n" +"POT-Creation-Date: 2010-09-28 17:41+0200\n" +"PO-Revision-Date: 2010-09-28 17:35+0200\n" +"Last-Translator: Fran Diéguez \n" "Language-Team: Galician \n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: gl\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" "X-Generator: KBabel 1.11.4\n" @@ -171,232 +171,232 @@ msgstr "O nome do host non é válido" #. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:105 +#: ../glib/gdatetime.c:149 msgctxt "GDateTime" msgid "am" msgstr "am" #. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:107 +#: ../glib/gdatetime.c:151 msgctxt "GDateTime" msgid "AM" msgstr "AM" #. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:109 +#: ../glib/gdatetime.c:153 msgctxt "GDateTime" msgid "pm" msgstr "pm" #. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:111 +#: ../glib/gdatetime.c:155 msgctxt "GDateTime" msgid "PM" msgstr "PM" #. Translators: this is the preferred format for expressing the date -#: ../glib/gdatetime.c:120 +#: ../glib/gdatetime.c:164 msgctxt "GDateTime" msgid "%m/%d/%y" msgstr "%d/%m/%y" #. Translators: this is the preferred format for expressing the time -#: ../glib/gdatetime.c:123 +#: ../glib/gdatetime.c:167 msgctxt "GDateTime" msgid "%H:%M:%S" msgstr "%H:%M:%S" -#: ../glib/gdatetime.c:168 +#: ../glib/gdatetime.c:193 msgctxt "full month name" msgid "January" msgstr "Xaneiro" -#: ../glib/gdatetime.c:170 +#: ../glib/gdatetime.c:195 msgctxt "full month name" msgid "February" msgstr "Febreiro" -#: ../glib/gdatetime.c:172 +#: ../glib/gdatetime.c:197 msgctxt "full month name" msgid "March" msgstr "Marzo" -#: ../glib/gdatetime.c:174 +#: ../glib/gdatetime.c:199 msgctxt "full month name" msgid "April" msgstr "Abril" -#: ../glib/gdatetime.c:176 +#: ../glib/gdatetime.c:201 msgctxt "full month name" msgid "May" msgstr "Maio" -#: ../glib/gdatetime.c:178 +#: ../glib/gdatetime.c:203 msgctxt "full month name" msgid "June" msgstr "Xuño" -#: ../glib/gdatetime.c:180 +#: ../glib/gdatetime.c:205 msgctxt "full month name" msgid "July" msgstr "Xullo" -#: ../glib/gdatetime.c:182 +#: ../glib/gdatetime.c:207 msgctxt "full month name" msgid "August" msgstr "Agosto" -#: ../glib/gdatetime.c:184 +#: ../glib/gdatetime.c:209 msgctxt "full month name" msgid "September" msgstr "Setembro" -#: ../glib/gdatetime.c:186 +#: ../glib/gdatetime.c:211 msgctxt "full month name" msgid "October" msgstr "Outubro" -#: ../glib/gdatetime.c:188 +#: ../glib/gdatetime.c:213 msgctxt "full month name" msgid "November" msgstr "Novembro" -#: ../glib/gdatetime.c:190 +#: ../glib/gdatetime.c:215 msgctxt "full month name" msgid "December" msgstr "Decembro" -#: ../glib/gdatetime.c:205 +#: ../glib/gdatetime.c:230 msgctxt "abbreviated month name" msgid "Jan" msgstr "Xan" -#: ../glib/gdatetime.c:207 +#: ../glib/gdatetime.c:232 msgctxt "abbreviated month name" msgid "Feb" msgstr "Feb" -#: ../glib/gdatetime.c:209 +#: ../glib/gdatetime.c:234 msgctxt "abbreviated month name" msgid "Mar" msgstr "Mar" -#: ../glib/gdatetime.c:211 +#: ../glib/gdatetime.c:236 msgctxt "abbreviated month name" msgid "Apr" msgstr "Abr" -#: ../glib/gdatetime.c:213 +#: ../glib/gdatetime.c:238 msgctxt "abbreviated month name" msgid "May" msgstr "Maio" -#: ../glib/gdatetime.c:215 +#: ../glib/gdatetime.c:240 msgctxt "abbreviated month name" msgid "Jun" msgstr "Xuño" -#: ../glib/gdatetime.c:217 +#: ../glib/gdatetime.c:242 msgctxt "abbreviated month name" msgid "Jul" msgstr "Xul" -#: ../glib/gdatetime.c:219 +#: ../glib/gdatetime.c:244 msgctxt "abbreviated month name" msgid "Aug" msgstr "Ago" -#: ../glib/gdatetime.c:221 +#: ../glib/gdatetime.c:246 msgctxt "abbreviated month name" msgid "Sep" msgstr "Sep" -#: ../glib/gdatetime.c:223 +#: ../glib/gdatetime.c:248 msgctxt "abbreviated month name" msgid "Oct" msgstr "Out" -#: ../glib/gdatetime.c:225 +#: ../glib/gdatetime.c:250 msgctxt "abbreviated month name" msgid "Nov" msgstr "Nov" -#: ../glib/gdatetime.c:227 +#: ../glib/gdatetime.c:252 msgctxt "abbreviated month name" msgid "Dec" msgstr "Dec" -#: ../glib/gdatetime.c:242 +#: ../glib/gdatetime.c:267 msgctxt "full weekday name" msgid "Monday" msgstr "Luns" -#: ../glib/gdatetime.c:244 +#: ../glib/gdatetime.c:269 msgctxt "full weekday name" msgid "Tuesday" msgstr "Martes" -#: ../glib/gdatetime.c:246 +#: ../glib/gdatetime.c:271 msgctxt "full weekday name" msgid "Wednesday" msgstr "Mércores" -#: ../glib/gdatetime.c:248 +#: ../glib/gdatetime.c:273 msgctxt "full weekday name" msgid "Thursday" msgstr "Xoves" -#: ../glib/gdatetime.c:250 +#: ../glib/gdatetime.c:275 msgctxt "full weekday name" msgid "Friday" msgstr "Venres" -#: ../glib/gdatetime.c:252 +#: ../glib/gdatetime.c:277 msgctxt "full weekday name" msgid "Saturday" msgstr "Sábado" -#: ../glib/gdatetime.c:254 +#: ../glib/gdatetime.c:279 msgctxt "full weekday name" msgid "Sunday" msgstr "Domingo" -#: ../glib/gdatetime.c:269 +#: ../glib/gdatetime.c:294 msgctxt "abbreviated weekday name" msgid "Mon" msgstr "Lun" -#: ../glib/gdatetime.c:271 +#: ../glib/gdatetime.c:296 msgctxt "abbreviated weekday name" msgid "Tue" msgstr "Mar" -#: ../glib/gdatetime.c:273 +#: ../glib/gdatetime.c:298 msgctxt "abbreviated weekday name" msgid "Wed" msgstr "Mer" -#: ../glib/gdatetime.c:275 +#: ../glib/gdatetime.c:300 msgctxt "abbreviated weekday name" msgid "Thu" msgstr "Xov" -#: ../glib/gdatetime.c:277 +#: ../glib/gdatetime.c:302 msgctxt "abbreviated weekday name" msgid "Fri" msgstr "Ven" -#: ../glib/gdatetime.c:279 +#: ../glib/gdatetime.c:304 msgctxt "abbreviated weekday name" msgid "Sat" msgstr "Sáb" -#: ../glib/gdatetime.c:281 +#: ../glib/gdatetime.c:306 msgctxt "abbreviated weekday name" msgid "Sun" msgstr "Dom" -#: ../glib/gdir.c:114 ../glib/gdir.c:137 +#: ../glib/gdir.c:115 ../glib/gdir.c:138 #, c-format msgid "Error opening directory '%s': %s" msgstr "Produciuse un erro ao abrir o directorio «%s»: %s" @@ -430,7 +430,8 @@ #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" -"Produciuse un fallo ao obter os atributos do ficheiro «%s»: fstat() fallou: %s" +"Produciuse un fallo ao obter os atributos do ficheiro «%s»: fstat() fallou: " +"%s" #: ../glib/gfileutils.c:750 #, c-format @@ -441,8 +442,8 @@ #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" -"Produciuse un fallo ao renomear o ficheiro «%s» como «%s»: g_rename() fallou: %" -"s" +"Produciuse un fallo ao renomear o ficheiro «%s» como «%s»: g_rename() " +"fallou: %s" #: ../glib/gfileutils.c:900 ../glib/gfileutils.c:1369 #, c-format @@ -453,8 +454,8 @@ #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" -"Produciuse un fallo ao abrir o ficheiro «%s» para escritura: fdopen() fallou: " -"%s" +"Produciuse un fallo ao abrir o ficheiro «%s» para escritura: fdopen() " +"fallou: %s" #: ../glib/gfileutils.c:939 #, c-format @@ -657,8 +658,8 @@ #: ../glib/gmarkup.c:1126 #, c-format msgid "" -"Odd character '%s', expected a '>' character to end the empty-element tag '%" -"s'" +"Odd character '%s', expected a '>' character to end the empty-element tag " +"'%s'" msgstr "" "Carácter estraño «%s», esperábase un carácter '>' para pechar a etiqueta de " "elemento baleiro «%s»" @@ -733,8 +734,8 @@ "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "" -"O documento terminou inesperadamente con elementos aínda abertos - «%s» foi o " -"último elemento aberto" +"O documento terminou inesperadamente con elementos aínda abertos - «%s» foi " +"o último elemento aberto" #: ../glib/gmarkup.c:1682 #, c-format @@ -784,312 +785,312 @@ "O documento terminou inesperadamente dentro dun comentario ou instrución de " "procesamento" -#: ../glib/gregex.c:184 +#: ../glib/gregex.c:188 msgid "corrupted object" msgstr "obxecto danado" -#: ../glib/gregex.c:186 +#: ../glib/gregex.c:190 msgid "internal error or corrupted object" msgstr "erro interno ou obxecto danado" -#: ../glib/gregex.c:188 +#: ../glib/gregex.c:192 msgid "out of memory" msgstr "sen memoria" -#: ../glib/gregex.c:193 +#: ../glib/gregex.c:197 msgid "backtracking limit reached" msgstr "alcanzouse o límite de \"backtracking\"" -#: ../glib/gregex.c:205 ../glib/gregex.c:213 +#: ../glib/gregex.c:209 ../glib/gregex.c:217 msgid "the pattern contains items not supported for partial matching" msgstr "o patrón contén elementos non permitidos na coincidencia parcial" -#: ../glib/gregex.c:207 ../gio/glocalfile.c:2109 +#: ../glib/gregex.c:211 ../gio/glocalfile.c:2109 msgid "internal error" msgstr "erro interno" -#: ../glib/gregex.c:215 +#: ../glib/gregex.c:219 msgid "back references as conditions are not supported for partial matching" msgstr "" "as referencias anteriores como condicións non se permiten na coincidencia " "parcial" -#: ../glib/gregex.c:224 +#: ../glib/gregex.c:228 msgid "recursion limit reached" msgstr "atinxiuse o límite de recursividade" -#: ../glib/gregex.c:226 +#: ../glib/gregex.c:230 msgid "workspace limit for empty substrings reached" msgstr "atinxiuse o límite do espazo de traballo para subcadeas baleiras" -#: ../glib/gregex.c:228 +#: ../glib/gregex.c:232 msgid "invalid combination of newline flags" msgstr "combinación non válida de marcas de liña nova" -#: ../glib/gregex.c:232 +#: ../glib/gregex.c:236 msgid "unknown error" msgstr "erro descoñecido" -#: ../glib/gregex.c:252 +#: ../glib/gregex.c:256 msgid "\\ at end of pattern" msgstr "\\ ao final do patrón" -#: ../glib/gregex.c:255 +#: ../glib/gregex.c:259 msgid "\\c at end of pattern" msgstr "\\c ao final do patrón" -#: ../glib/gregex.c:258 +#: ../glib/gregex.c:262 msgid "unrecognized character follows \\" msgstr "carácter non recoñecido despois de \\" -#: ../glib/gregex.c:265 +#: ../glib/gregex.c:269 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "aquí non se permiten as letras con maiúsculas e minúsculas escapadas (\\l, " "\\L, \\u, \\U)" -#: ../glib/gregex.c:268 +#: ../glib/gregex.c:272 msgid "numbers out of order in {} quantifier" msgstr "números fóra do intervalo no cuantificador {}" -#: ../glib/gregex.c:271 +#: ../glib/gregex.c:275 msgid "number too big in {} quantifier" msgstr "número demasiado grande no cuantificador {}" -#: ../glib/gregex.c:274 +#: ../glib/gregex.c:278 msgid "missing terminating ] for character class" msgstr "falta a terminación ] para a clase de carácter" -#: ../glib/gregex.c:277 +#: ../glib/gregex.c:281 msgid "invalid escape sequence in character class" msgstr "secuencia de escape non válida na clase de carácter" -#: ../glib/gregex.c:280 +#: ../glib/gregex.c:284 msgid "range out of order in character class" msgstr "intervalo fóra de orde na clase de carácter" -#: ../glib/gregex.c:283 +#: ../glib/gregex.c:287 msgid "nothing to repeat" msgstr "nada que repetir" -#: ../glib/gregex.c:286 +#: ../glib/gregex.c:290 msgid "unrecognized character after (?" msgstr "carácter non recoñecido despois de (?" -#: ../glib/gregex.c:290 +#: ../glib/gregex.c:294 msgid "unrecognized character after (?<" msgstr "carácter non recoñecido despois de (?<" -#: ../glib/gregex.c:294 +#: ../glib/gregex.c:298 msgid "unrecognized character after (?P" msgstr "carácter non recoñecido despois de (?P" -#: ../glib/gregex.c:297 +#: ../glib/gregex.c:301 msgid "POSIX named classes are supported only within a class" msgstr "As clases de nomes POSIX só se permiten dentro dunha clase" -#: ../glib/gregex.c:300 +#: ../glib/gregex.c:304 msgid "missing terminating )" msgstr "falta o ) de terminación" -#: ../glib/gregex.c:304 +#: ../glib/gregex.c:308 msgid ") without opening (" msgstr ") sen ( que o abra" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:311 +#: ../glib/gregex.c:315 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R ou os díxitos (?[+-] deben estar seguidos por )" -#: ../glib/gregex.c:314 +#: ../glib/gregex.c:318 msgid "reference to non-existent subpattern" msgstr "referencia a un subpatrón non existente" -#: ../glib/gregex.c:317 +#: ../glib/gregex.c:321 msgid "missing ) after comment" msgstr "falta un ) despois do comentario" -#: ../glib/gregex.c:320 +#: ../glib/gregex.c:324 msgid "regular expression too large" msgstr "a expresión regular é demasiado longa" -#: ../glib/gregex.c:323 +#: ../glib/gregex.c:327 msgid "failed to get memory" msgstr "produciuse un fallo ao obter a memoria" -#: ../glib/gregex.c:326 +#: ../glib/gregex.c:330 msgid "lookbehind assertion is not fixed length" msgstr "a aserción lockbehind non ten unha lonxitude fixa" -#: ../glib/gregex.c:329 +#: ../glib/gregex.c:333 msgid "malformed number or name after (?(" msgstr "número ou nome formado incorrectamente despois de (?(" -#: ../glib/gregex.c:332 +#: ../glib/gregex.c:336 msgid "conditional group contains more than two branches" msgstr "o grupo condicional contén máis de dúas ramas" -#: ../glib/gregex.c:335 +#: ../glib/gregex.c:339 msgid "assertion expected after (?(" msgstr "esperábase unha aserción despois de (?(" -#: ../glib/gregex.c:338 +#: ../glib/gregex.c:342 msgid "unknown POSIX class name" msgstr "nome de clase POSIX descoñecida" -#: ../glib/gregex.c:341 +#: ../glib/gregex.c:345 msgid "POSIX collating elements are not supported" msgstr "os elementos de colación POSIX non se admiten" -#: ../glib/gregex.c:344 +#: ../glib/gregex.c:348 msgid "character value in \\x{...} sequence is too large" msgstr "o valor do carácter na secuencia \\x{...} é demasiado longo" -#: ../glib/gregex.c:347 +#: ../glib/gregex.c:351 msgid "invalid condition (?(0)" msgstr "condición non válida (?(0)" -#: ../glib/gregex.c:350 +#: ../glib/gregex.c:354 msgid "\\C not allowed in lookbehind assertion" msgstr "non se permite \\C en asercións lookbehind" -#: ../glib/gregex.c:353 +#: ../glib/gregex.c:357 msgid "recursive call could loop indefinitely" msgstr "unha chamada recursiva pode crear un bucle infinito" -#: ../glib/gregex.c:356 +#: ../glib/gregex.c:360 msgid "missing terminator in subpattern name" msgstr "falta a terminación no nome do subpatrón" -#: ../glib/gregex.c:359 +#: ../glib/gregex.c:363 msgid "two named subpatterns have the same name" msgstr "dous subpatróns teñen o mesmo nome" -#: ../glib/gregex.c:362 +#: ../glib/gregex.c:366 msgid "malformed \\P or \\p sequence" msgstr "secuencia \\P ou \\p formada incorrectamente" -#: ../glib/gregex.c:365 +#: ../glib/gregex.c:369 msgid "unknown property name after \\P or \\p" msgstr "nome de propiedade descoñecido despois de \\P ou \\p" -#: ../glib/gregex.c:368 +#: ../glib/gregex.c:372 msgid "subpattern name is too long (maximum 32 characters)" msgstr "o nome do subpatrón é demasiado longo (máximo 32 caracteres)" -#: ../glib/gregex.c:371 +#: ../glib/gregex.c:375 msgid "too many named subpatterns (maximum 10,000)" msgstr "demasiados subpatróns con nome (máximo 10.000)" -#: ../glib/gregex.c:374 +#: ../glib/gregex.c:378 msgid "octal value is greater than \\377" msgstr "o valor octal é maior que \\377" -#: ../glib/gregex.c:377 +#: ../glib/gregex.c:381 msgid "DEFINE group contains more than one branch" msgstr "o grupo DEFINE contén máis dunha rama" -#: ../glib/gregex.c:380 +#: ../glib/gregex.c:384 msgid "repeating a DEFINE group is not allowed" msgstr "non se permite repetir un grupo DEFINE" -#: ../glib/gregex.c:383 +#: ../glib/gregex.c:387 msgid "inconsistent NEWLINE options" msgstr "opcións NEWLINE inconsistentes" -#: ../glib/gregex.c:386 +#: ../glib/gregex.c:390 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "\\g non está seguido por un nome con chaves ou un número distinto de cero " "cunha chave opcional" -#: ../glib/gregex.c:391 +#: ../glib/gregex.c:395 msgid "unexpected repeat" msgstr "repetición inesperada" -#: ../glib/gregex.c:395 +#: ../glib/gregex.c:399 msgid "code overflow" msgstr "desbordamento de código" -#: ../glib/gregex.c:399 +#: ../glib/gregex.c:403 msgid "overran compiling workspace" msgstr "desbordouse o espazo de traballo de compilación" -#: ../glib/gregex.c:403 +#: ../glib/gregex.c:407 msgid "previously-checked referenced subpattern not found" msgstr "non se encontrou o subpatrón referenciado comprobado previamente" -#: ../glib/gregex.c:575 ../glib/gregex.c:1696 +#: ../glib/gregex.c:579 ../glib/gregex.c:1700 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "" "Produciuse un erro ao estabelecer a equivalencia da expresión regular %s: %s" -#: ../glib/gregex.c:1151 +#: ../glib/gregex.c:1155 msgid "PCRE library is compiled without UTF8 support" msgstr "A biblioteca PCRE está compilada sen compatibilidade con UTF8" -#: ../glib/gregex.c:1160 +#: ../glib/gregex.c:1164 msgid "PCRE library is compiled without UTF8 properties support" msgstr "" "A biblioteca PCRE está compilada sen compatibilidade con propiedades UTF8" -#: ../glib/gregex.c:1214 +#: ../glib/gregex.c:1218 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "" "Produciuse un erro ao compilar a expresión regular %s no carácter %d: %s" -#: ../glib/gregex.c:1250 +#: ../glib/gregex.c:1254 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Produciuse un erro ao optimizar a expresión regular %s: %s" -#: ../glib/gregex.c:2124 +#: ../glib/gregex.c:2128 msgid "hexadecimal digit or '}' expected" msgstr "esperábase un díxito hexadecimal ou '}'" -#: ../glib/gregex.c:2140 +#: ../glib/gregex.c:2144 msgid "hexadecimal digit expected" msgstr "esperábase un díxito hexadecimal" -#: ../glib/gregex.c:2180 +#: ../glib/gregex.c:2184 msgid "missing '<' in symbolic reference" msgstr "falta '<' na referencia simbólica" -#: ../glib/gregex.c:2189 +#: ../glib/gregex.c:2193 msgid "unfinished symbolic reference" msgstr "referencia simbólica sen finalizar" -#: ../glib/gregex.c:2196 +#: ../glib/gregex.c:2200 msgid "zero-length symbolic reference" msgstr "referencia simbólica de lonxitude cero" -#: ../glib/gregex.c:2207 +#: ../glib/gregex.c:2211 msgid "digit expected" msgstr "esperábase un díxito" -#: ../glib/gregex.c:2225 +#: ../glib/gregex.c:2229 msgid "illegal symbolic reference" msgstr "referencia simbólica ilegal" -#: ../glib/gregex.c:2287 +#: ../glib/gregex.c:2291 msgid "stray final '\\'" msgstr "'\\' final perdido" -#: ../glib/gregex.c:2291 +#: ../glib/gregex.c:2295 msgid "unknown escape sequence" msgstr "secuencia de escape descoñecida" -#: ../glib/gregex.c:2301 +#: ../glib/gregex.c:2305 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "" -"Produciuse un erro ao analizar o texto de substitución «%s» no carácter %lu: %" -"s" +"Produciuse un erro ao analizar o texto de substitución «%s» no carácter %lu: " +"%s" #: ../glib/gshell.c:91 msgid "Quoted text doesn't begin with a quotation mark" @@ -1110,7 +1111,8 @@ #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" -"O texto terminou antes de encontrar a comiña final para %c. (O texto era «%s»)" +"O texto terminou antes de encontrar a comiña final para %c. (O texto era " +"«%s»)" #: ../glib/gshell.c:578 msgid "Text was empty (or contained only whitespace)" @@ -1415,18 +1417,18 @@ #: ../gio/gbufferedinputstream.c:411 ../gio/gbufferedinputstream.c:492 #: ../gio/ginputstream.c:185 ../gio/ginputstream.c:317 #: ../gio/ginputstream.c:556 ../gio/ginputstream.c:681 -#: ../gio/goutputstream.c:197 ../gio/goutputstream.c:724 +#: ../gio/goutputstream.c:198 ../gio/goutputstream.c:725 #, c-format msgid "Too large count value passed to %s" msgstr "O valor de conta pasado a %s é demasiado longo" #: ../gio/gbufferedinputstream.c:881 ../gio/ginputstream.c:891 -#: ../gio/giostream.c:306 ../gio/goutputstream.c:1199 +#: ../gio/giostream.c:306 ../gio/goutputstream.c:1200 msgid "Stream is already closed" msgstr "O fluxo xa se pechou" -#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1549 -#: ../gio/gdbusconnection.c:1638 ../gio/gdbusconnection.c:1820 +#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1633 +#: ../gio/gdbusconnection.c:1722 ../gio/gdbusconnection.c:1904 #: ../gio/glocalfile.c:2102 ../gio/gsimpleasyncresult.c:755 #: ../gio/gsimpleasyncresult.c:781 msgid "Operation was cancelled" @@ -1514,8 +1516,8 @@ "Key/Value pair %d, `%s', in address element `%s', does not contain an equal " "sign" msgstr "" -"O par chave/valor %d, «%s» no elemento do enderezo «%s» non contén un signo de " -"igual" +"O par chave/valor %d, «%s» no elemento do enderezo «%s» non contén un signo " +"de igual" #: ../gio/gdbusaddress.c:469 #, c-format @@ -1523,8 +1525,8 @@ "Error unescaping key or value in Key/Value pair %d, `%s', in address element " "`%s'" msgstr "" -"Produciuse un erro ao desescapar a chave ou o valor no par chave/valor %d, «%" -"s», no elemento de enderezo «%s»" +"Produciuse un erro ao desescapar a chave ou o valor no par chave/valor %d, " +"«%s», no elemento de enderezo «%s»" #: ../gio/gdbusaddress.c:547 #, c-format @@ -1575,8 +1577,8 @@ #, c-format msgid "Error reading from nonce file `%s', expected 16 bytes, got %d" msgstr "" -"Produciuse un erro ao ler o ficheiro de uso de unha vez «%s»:, esperábanse 16 " -"bytes, obtivéronse %d" +"Produciuse un erro ao ler o ficheiro de uso de unha vez «%s»:, esperábanse " +"16 bytes, obtivéronse %d" #: ../gio/gdbusaddress.c:721 #, c-format @@ -1617,7 +1619,7 @@ "Non é posíbel determinar o enderezo do bus de sesión (non está implementado " "para este SO)" -#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6013 +#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6142 #, c-format msgid "" "Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable " @@ -1626,7 +1628,7 @@ "Non é posíbel determinar o enderezo do bus desde a variábel de contorno " "DBUS_STARTER_BUS_TYPE - valor descoñecido «%s»" -#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6022 +#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6151 msgid "" "Cannot determine bus address because the DBUS_STARTER_BUS_TYPE environment " "variable is not set" @@ -1738,92 +1740,92 @@ msgid "(Additionally, releasing the lock for `%s' also failed: %s) " msgstr "(Ademais, a liberación do bloqueo para «%s» tamén fallou: %s) " -#: ../gio/gdbusconnection.c:1058 ../gio/gdbusconnection.c:1287 -#: ../gio/gdbusconnection.c:1326 ../gio/gdbusconnection.c:1649 +#: ../gio/gdbusconnection.c:1142 ../gio/gdbusconnection.c:1371 +#: ../gio/gdbusconnection.c:1410 ../gio/gdbusconnection.c:1733 msgid "The connection is closed" msgstr "O socket engadido está pechado" -#: ../gio/gdbusconnection.c:1593 +#: ../gio/gdbusconnection.c:1677 msgid "Timeout was reached" msgstr "Tempo de espera máximo alcanzado" -#: ../gio/gdbusconnection.c:2170 +#: ../gio/gdbusconnection.c:2291 msgid "" "Unsupported flags encountered when constructing a client-side connection" msgstr "" "Encontraronse bandeiras non compatíbeis ao construír a conexión da parte " "cliente" -#: ../gio/gdbusconnection.c:3596 ../gio/gdbusconnection.c:3914 +#: ../gio/gdbusconnection.c:3725 ../gio/gdbusconnection.c:4043 #, c-format msgid "" "No such interface `org.freedesktop.DBus.Properties' on object at path %s" msgstr "" -"Non existe a interface «org.freedesktop.DBus.Properties» no obxecto co camiño " -"%s" +"Non existe a interface «org.freedesktop.DBus.Properties» no obxecto co " +"camiño %s" -#: ../gio/gdbusconnection.c:3668 +#: ../gio/gdbusconnection.c:3797 #, c-format msgid "Error setting property `%s': Expected type `%s' but got `%s'" msgstr "" "Produciuse un erro ao estabelecer a propiedade «%s»: Esperábase o tipo «%s» " "pero obtívose «%s»" -#: ../gio/gdbusconnection.c:3763 +#: ../gio/gdbusconnection.c:3892 #, c-format msgid "No such property `%s'" msgstr "Non existe a propiedade «%s»" -#: ../gio/gdbusconnection.c:3775 +#: ../gio/gdbusconnection.c:3904 #, c-format msgid "Property `%s' is not readable" msgstr "Non é posíbel escribir a chave %s" -#: ../gio/gdbusconnection.c:3786 +#: ../gio/gdbusconnection.c:3915 #, c-format msgid "Property `%s' is not writable" msgstr "Non é posíbel escribir a chave %s" -#: ../gio/gdbusconnection.c:3856 ../gio/gdbusconnection.c:5447 +#: ../gio/gdbusconnection.c:3985 ../gio/gdbusconnection.c:5576 #, c-format msgid "No such interface `%s'" msgstr "Non existe a interface «%s»" -#: ../gio/gdbusconnection.c:4044 +#: ../gio/gdbusconnection.c:4173 msgid "No such interface" msgstr "Non existe a interface" -#: ../gio/gdbusconnection.c:4260 ../gio/gdbusconnection.c:5963 +#: ../gio/gdbusconnection.c:4389 ../gio/gdbusconnection.c:6092 #, c-format msgid "No such interface `%s' on object at path %s" msgstr "Non existe a interface «%s» no obxecto co camiño %s" -#: ../gio/gdbusconnection.c:4312 +#: ../gio/gdbusconnection.c:4441 #, c-format msgid "No such method `%s'" msgstr "Non existe o método «%s»" -#: ../gio/gdbusconnection.c:4343 +#: ../gio/gdbusconnection.c:4472 #, c-format msgid "Type of message, `%s', does not match expected type `%s'" msgstr "O tipo da mensaxe, «%s», non coincide co tipo «%s» esperado" -#: ../gio/gdbusconnection.c:4562 +#: ../gio/gdbusconnection.c:4691 #, c-format msgid "An object is already exported for the interface %s at %s" msgstr "Xa hai un obxecto exportado para a interface %s en %s" -#: ../gio/gdbusconnection.c:4756 +#: ../gio/gdbusconnection.c:4885 #, c-format msgid "Method `%s' returned type `%s', but expected `%s'" msgstr "O método «%s» devolveu un tipo «%s» máis esperábase «%s»" -#: ../gio/gdbusconnection.c:5558 +#: ../gio/gdbusconnection.c:5687 #, c-format msgid "Method `%s' on interface `%s' with signature `%s' does not exist" msgstr "O método «%s» na interface «%s» coa sinatura «%s» non existe" -#: ../gio/gdbusconnection.c:5676 +#: ../gio/gdbusconnection.c:5805 #, c-format msgid "A subtree is already exported for %s" msgstr "Xa se exportou un subárbore para %s" @@ -1882,7 +1884,8 @@ #: ../gio/gdbusmessage.c:1032 #, c-format msgid "Expected NUL byte after the string `%s' but found byte %d" -msgstr "Esperábase un byte NUL despois da cadea «%s» pero encontrouse o byte %d" +msgstr "" +"Esperábase un byte NUL despois da cadea «%s» pero encontrouse o byte %d" #: ../gio/gdbusmessage.c:1231 #, c-format @@ -1935,8 +1938,8 @@ #, c-format msgid "Signature header with signature `%s' found but message body is empty" msgstr "" -"Encontrouse a cabeceira de sinatura coa sinatura «%s» máis o corpo da mensaxe " -"está baleiro" +"Encontrouse a cabeceira de sinatura coa sinatura «%s» máis o corpo da " +"mensaxe está baleiro" #: ../gio/gdbusmessage.c:1768 #, c-format @@ -1981,8 +1984,8 @@ #: ../gio/gdbusmessage.c:2334 #, c-format msgid "" -"Message body has type signature `%s' but signature in the header field is `%" -"s'" +"Message body has type signature `%s' but signature in the header field is `" +"%s'" msgstr "" "O corpo da mensaxe ten a sinatura de tipo «%s» pero a sintura no campo da " "cabeceira é «%s»" @@ -1991,7 +1994,8 @@ #, c-format msgid "Message body is empty but signature in the header field is `(%s)'" msgstr "" -"O corpo da mensaxe está baleiro máis a sinatura do campo da cabeceira é «(%s)»" +"O corpo da mensaxe está baleiro máis a sinatura do campo da cabeceira é " +"«(%s)»" #: ../gio/gdbusmessage.c:2907 #, c-format @@ -2005,7 +2009,8 @@ #: ../gio/gdbusmethodinvocation.c:375 #, c-format msgid "Type of return value is incorrect, got `%s', expected `%s'" -msgstr "O tipo do valor de retorno é incorrecto, obtívose «%s» e esperábase «%s»" +msgstr "" +"O tipo do valor de retorno é incorrecto, obtívose «%s» e esperábase «%s»" #: ../gio/gdbusmethodinvocation.c:406 ../gio/gsocket.c:2974 #: ../gio/gsocket.c:3055 @@ -2013,7 +2018,7 @@ msgid "Error sending message: %s" msgstr "Produciuse un erro ao enviar a mensaxe: %s" -#: ../gio/gdbusprivate.c:1766 +#: ../gio/gdbusprivate.c:1758 msgid "Unable to load /var/lib/dbus/machine-id: " msgstr "Non é posíbel ler /var/lib/dbus/machine-id: " @@ -2478,7 +2483,7 @@ #. * already an operation running against this stream when #. * you try to start one #: ../gio/ginputstream.c:901 ../gio/giostream.c:316 -#: ../gio/goutputstream.c:1209 +#: ../gio/goutputstream.c:1210 msgid "Stream has outstanding operation" msgstr "O fluxo ten unha operación excepcional" @@ -2491,16 +2496,16 @@ msgid "Unsupported socket address" msgstr "Non se admite o enderezo do socket" -#: ../gio/glib-compile-schemas.c:702 +#: ../gio/glib-compile-schemas.c:703 msgid "empty names are not permitted" msgstr "non se permiten nomes baleiros" -#: ../gio/glib-compile-schemas.c:712 +#: ../gio/glib-compile-schemas.c:713 #, c-format msgid "invalid name '%s': names must begin with a lowercase letter" msgstr "nome «%s» non válido: os nomes deben comezar por unha letra minúscula" -#: ../gio/glib-compile-schemas.c:724 +#: ../gio/glib-compile-schemas.c:725 #, c-format msgid "" "invalid name '%s': invalid character '%c'; only lowercase letters, numbers " @@ -2509,36 +2514,36 @@ "nome «%s» non válido o carácter «%c» non é válido; só se permiten nomes en " "minúsculas, números e guións («-»)." -#: ../gio/glib-compile-schemas.c:733 +#: ../gio/glib-compile-schemas.c:734 #, c-format msgid "invalid name '%s': two successive dashes ('--') are not permitted." msgstr "nome «%s» non válido: non se permiten dous guións seguidos («--»)." -#: ../gio/glib-compile-schemas.c:742 +#: ../gio/glib-compile-schemas.c:743 #, c-format msgid "invalid name '%s': the last character may not be a dash ('-')." msgstr "nome «%s» non válido: o último carácter non pode ser un guión («-»)." -#: ../gio/glib-compile-schemas.c:750 +#: ../gio/glib-compile-schemas.c:751 #, c-format msgid "invalid name '%s': maximum length is 32" msgstr "nome «%s» non válido: a lonxitude máxima é 32" -#: ../gio/glib-compile-schemas.c:819 +#: ../gio/glib-compile-schemas.c:820 #, c-format msgid " already specified" msgstr " xa especificado" -#: ../gio/glib-compile-schemas.c:845 +#: ../gio/glib-compile-schemas.c:846 msgid "can not add keys to a 'list-of' schema" msgstr "non se pode engadir chaves a un esquema «lista-de» " -#: ../gio/glib-compile-schemas.c:856 +#: ../gio/glib-compile-schemas.c:857 #, c-format msgid " already specified" msgstr " xa especificada" -#: ../gio/glib-compile-schemas.c:874 +#: ../gio/glib-compile-schemas.c:875 #, c-format msgid "" " shadows in ; use " @@ -2547,65 +2552,65 @@ " enmascara a en ; use " " para modificar o valor" -#: ../gio/glib-compile-schemas.c:885 +#: ../gio/glib-compile-schemas.c:886 #, c-format msgid "" "exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " "to " msgstr "" -"debe especificar exactamente un de «type», «enum» ou «flags» como un atributo " -"de " +"debe especificar exactamente un de «type», «enum» ou «flags» como un " +"atributo de " -#: ../gio/glib-compile-schemas.c:904 +#: ../gio/glib-compile-schemas.c:905 #, c-format msgid "<%s id='%s'> not (yet) defined." msgstr "<%s id='%s'> aínda non especificado." -#: ../gio/glib-compile-schemas.c:919 +#: ../gio/glib-compile-schemas.c:920 #, c-format msgid "invalid GVariant type string '%s'" msgstr "tipo de cadea GVarian «%s» non válida" -#: ../gio/glib-compile-schemas.c:949 +#: ../gio/glib-compile-schemas.c:950 msgid " given but schema isn't extending anything" msgstr " fornecido pero o esquema non estende nada" -#: ../gio/glib-compile-schemas.c:962 +#: ../gio/glib-compile-schemas.c:963 #, c-format msgid "no to override" msgstr "non existe para sobrescribir" -#: ../gio/glib-compile-schemas.c:970 +#: ../gio/glib-compile-schemas.c:971 #, c-format msgid " already specified" msgstr " xa foi especificada" -#: ../gio/glib-compile-schemas.c:1036 +#: ../gio/glib-compile-schemas.c:1042 #, c-format msgid " already specified" msgstr " xa especificado" -#: ../gio/glib-compile-schemas.c:1048 +#: ../gio/glib-compile-schemas.c:1054 #, c-format msgid " extends not yet existing schema '%s'" msgstr " estende un esquema non existente «%s»" -#: ../gio/glib-compile-schemas.c:1064 +#: ../gio/glib-compile-schemas.c:1070 #, c-format msgid " is list of not yet existing schema '%s'" msgstr " é unha lista dun esquema non existente «%s»" -#: ../gio/glib-compile-schemas.c:1072 +#: ../gio/glib-compile-schemas.c:1078 #, c-format msgid "Can not be a list of a schema with a path" msgstr "Non pode ser unha lista de esquemas con un camiño" -#: ../gio/glib-compile-schemas.c:1082 +#: ../gio/glib-compile-schemas.c:1088 #, c-format msgid "Can not extend a schema with a path" msgstr "Non é posíbel estender un esquema con un camiño" -#: ../gio/glib-compile-schemas.c:1092 +#: ../gio/glib-compile-schemas.c:1098 #, c-format msgid "" " is a list, extending which is not a list" @@ -2613,96 +2618,138 @@ " é unha lista, estase estendendo que non é " "unha lista" -#: ../gio/glib-compile-schemas.c:1102 +#: ../gio/glib-compile-schemas.c:1108 #, c-format msgid "" " extends but '%s' " "does not extend '%s'" msgstr "" -" estende pero «%s» " -"non estende a «%s»" +" estende pero " +"«%s» non estende a «%s»" -#: ../gio/glib-compile-schemas.c:1119 +#: ../gio/glib-compile-schemas.c:1125 #, c-format msgid "a path, if given, must begin and end with a slash" msgstr "se se especifica un camiño, debe comezar e rematar con unha barra" -#: ../gio/glib-compile-schemas.c:1126 +#: ../gio/glib-compile-schemas.c:1132 #, c-format msgid "the path of a list must end with ':/'" msgstr "o camiño dunha lista debe rematar con «:/»" -#: ../gio/glib-compile-schemas.c:1148 +#: ../gio/glib-compile-schemas.c:1158 #, c-format msgid "<%s id='%s'> already specified" msgstr "<%s id='%s'> xa especificado" -#: ../gio/glib-compile-schemas.c:1362 +#: ../gio/glib-compile-schemas.c:1375 #, c-format msgid "Element <%s> not allowed inside <%s>" msgstr "Non se permite o elemento <%s> dentro de <%s>" -#: ../gio/glib-compile-schemas.c:1366 +#: ../gio/glib-compile-schemas.c:1379 #, c-format msgid "Element <%s> not allowed at toplevel" msgstr "Non se permite o elemento <%s> non nivel superior" -#: ../gio/glib-compile-schemas.c:1460 +#: ../gio/glib-compile-schemas.c:1473 #, c-format msgid "text may not appear inside <%s>" msgstr "O texto non debe aparecer dentro de <%s>" -#: ../gio/glib-compile-schemas.c:1674 +#. Translators: Do not translate "--strict". +#: ../gio/glib-compile-schemas.c:1641 ../gio/glib-compile-schemas.c:1712 +#: ../gio/glib-compile-schemas.c:1788 #, c-format -msgid "No such schema `%s' specified in override file `%s'" -msgstr "Non existe o esquema «%s» especificado no ficheiro de sobrescritura «%s»" +msgid "--strict was specified; exiting.\n" +msgstr "--strict foi especificado; saíndo.\n" -#: ../gio/glib-compile-schemas.c:1698 +#: ../gio/glib-compile-schemas.c:1649 +#, c-format +msgid "This entire file has been ignored.\n" +msgstr "Ignorouse este ficheiro completamente.\n" + +#: ../gio/glib-compile-schemas.c:1708 +#, c-format +msgid "Ignoring this file.\n" +msgstr "Ignorando este ficheiro.\n" + +#: ../gio/glib-compile-schemas.c:1748 #, c-format msgid "No such key `%s' in schema `%s' as specified in override file `%s'" msgstr "" "Non existe a chave «%s» no esquema «%s» como se especificou no ficheiro de " "sobrescritura «%s»" -#: ../gio/glib-compile-schemas.c:1731 +#: ../gio/glib-compile-schemas.c:1754 ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1840 +#, c-format +msgid "; ignoring override for this key.\n" +msgstr "; ignorando a sobrescritura para esta chave.\n" + +#: ../gio/glib-compile-schemas.c:1758 ../gio/glib-compile-schemas.c:1816 +#: ../gio/glib-compile-schemas.c:1844 +#, c-format +msgid " and --strict was specified; exiting.\n" +msgstr "e --strict foi especificado; saíndo.\n" + +#: ../gio/glib-compile-schemas.c:1774 +#, c-format +msgid "" +"error parsing key `%s' in schema `%s' as specified in override file `%s': " +"%s. " +msgstr "" +"produciuse un erro ao analizar a chave «%s» no esquema «%s» como se " +"especificou no ficheiro de sobrescritura «%s»: %s. " + +#: ../gio/glib-compile-schemas.c:1784 +#, c-format +msgid "Ignoring override for this key.\n" +msgstr "Ignorando a sobrescritura para esta chave.\n" + +#: ../gio/glib-compile-schemas.c:1802 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is out of the " "range given in the schema" msgstr "" -"a chave de sobrescritura «%s» no esquema «%s» no ficheiro de sobrescritura «%s» " -"está fora do rango fornecido no esquema" +"a chave de sobrescritura «%s» no esquema «%s» no ficheiro de sobrescritura " +"«%s» está fora do rango fornecido no esquema" -#: ../gio/glib-compile-schemas.c:1752 +#: ../gio/glib-compile-schemas.c:1830 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is not in the " "list of valid choices" msgstr "" -"a chave de sobrescritura «%s» no esquema «%s» no ficheiro de sobrescritura «%s» " -"non está na lista de opcións válidas" +"a chave de sobrescritura «%s» no esquema «%s» no ficheiro de sobrescritura " +"«%s» non está na lista de opcións válidas" -#: ../gio/glib-compile-schemas.c:1797 +#: ../gio/glib-compile-schemas.c:1884 msgid "where to store the gschemas.compiled file" msgstr "onde almacenar o ficheiro compilado de gschemas" -#: ../gio/glib-compile-schemas.c:1797 ../gio/glib-compile-schemas.c:1809 +#: ../gio/glib-compile-schemas.c:1884 ../gio/glib-compile-schemas.c:1897 msgid "DIRECTORY" msgstr "DIRECTORIO" -#: ../gio/glib-compile-schemas.c:1798 +#: ../gio/glib-compile-schemas.c:1885 +msgid "Abort on any errors in schemas" +msgstr "Abortar ao encontrar calquera erro nos esquemas" + +#: ../gio/glib-compile-schemas.c:1886 msgid "Do not write the gschema.compiled file" msgstr "Non escribir o ficheiro compilado de gschema" -#: ../gio/glib-compile-schemas.c:1799 +#: ../gio/glib-compile-schemas.c:1887 msgid "This option will be removed soon." msgstr "Esta opción eliminarase pronto" -#: ../gio/glib-compile-schemas.c:1800 +#: ../gio/glib-compile-schemas.c:1888 msgid "Do not enforce key name restrictions" msgstr "Non respetar as restricións de nome de chave" -#: ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1900 msgid "" "Compile all GSettings schema files into a schema cache.\n" "Schema files are required to have the extension .gschema.xml,\n" @@ -2712,22 +2759,22 @@ "de esquemas. Os ficheiros de esquema deben ter a extensión\n" ".gschema.xml e o ficheiro de caché chámase gschemas.compiled." -#: ../gio/glib-compile-schemas.c:1828 +#: ../gio/glib-compile-schemas.c:1916 #, c-format msgid "You should give exactly one directory name\n" msgstr "Debería fornecer exactamente un nome de cartafol\n" -#: ../gio/glib-compile-schemas.c:1867 +#: ../gio/glib-compile-schemas.c:1955 #, c-format msgid "No schema files found: " msgstr "Non se encontraron ficheiros de esquema: " -#: ../gio/glib-compile-schemas.c:1870 +#: ../gio/glib-compile-schemas.c:1958 #, c-format msgid "doing nothing.\n" msgstr "sen facer nada.\n" -#: ../gio/glib-compile-schemas.c:1873 +#: ../gio/glib-compile-schemas.c:1961 #, c-format msgid "removed existing output file.\n" msgstr "eliminouse o ficheiro de saída existente.\n" @@ -3113,11 +3160,11 @@ msgid "Hostname '%s' contains '[' but not ']'" msgstr "O nome do host «%s» contén '[' mais non ']'" -#: ../gio/goutputstream.c:206 ../gio/goutputstream.c:407 +#: ../gio/goutputstream.c:207 ../gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "O fluxo de saída non implementa a escritura" -#: ../gio/goutputstream.c:368 ../gio/goutputstream.c:848 +#: ../gio/goutputstream.c:369 ../gio/goutputstream.c:849 msgid "Source stream is already closed" msgstr "O fluxo de orixe xa está pechado" @@ -3170,19 +3217,20 @@ "Use «%s COMANDO --help» para obter axuda das ordes individualmente.\n" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "Specify the path for the schema" msgstr "Especifique o camiño para o esquema" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "PATH" msgstr "CAMIÑO" -#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:539 -#: ../gio/gsettings-tool.c:652 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:654 msgid "SCHEMA KEY" msgstr "CHAVE DE ESQUEMA" @@ -3190,8 +3238,8 @@ msgid "Get the value of KEY" msgstr "Obter o valor da CHAVE" -#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:448 -#: ../gio/gsettings-tool.c:543 ../gio/gsettings-tool.c:659 +#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:449 +#: ../gio/gsettings-tool.c:545 ../gio/gsettings-tool.c:661 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3201,15 +3249,16 @@ " SCHEMA O id do esquema\n" " KEY O nome da chave\n" -#: ../gio/gsettings-tool.c:328 ../gio/gsettings-tool.c:444 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:329 ../gio/gsettings-tool.c:445 msgid "SCHEMA KEY VALUE" msgstr "VALOR DA CHAVE DE ESQUEMA" -#: ../gio/gsettings-tool.c:330 +#: ../gio/gsettings-tool.c:331 msgid "Set the value of KEY" msgstr "Estabelecer o valor da CHAVE" -#: ../gio/gsettings-tool.c:332 +#: ../gio/gsettings-tool.c:333 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3222,20 +3271,20 @@ " VALUE O valor da chave para estabelecer como unha GVariant " "serializada\n" -#: ../gio/gsettings-tool.c:405 +#: ../gio/gsettings-tool.c:406 #, c-format msgid "Key %s is not writable\n" msgstr "Non é posíbel escribir a chave %s\n" -#: ../gio/gsettings-tool.c:446 +#: ../gio/gsettings-tool.c:447 msgid "Sets KEY to its default value" msgstr "Estabelece a CHAVE ao seu valor predefinido" -#: ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:543 msgid "Find out whether KEY is writable" msgstr "Comprobar se a CHAVE é escribíbel" -#: ../gio/gsettings-tool.c:655 +#: ../gio/gsettings-tool.c:657 msgid "" "Monitor KEY for changes and print the changed values.\n" "Monitoring will continue until the process is terminated." @@ -3243,7 +3292,7 @@ "Monitorizar a CHAVE por cambios e imprimir os valores cambiados.\n" "A monitorización continuará até que o proceso remate." -#: ../gio/gsettings-tool.c:831 +#: ../gio/gsettings-tool.c:833 #, c-format msgid "Unknown command '%s'\n" msgstr "Orde «%s» descoñecida\n" @@ -3434,8 +3483,8 @@ #, c-format msgid "Hostname '%s' too long for SOCKSv5 protocol (maximum is %i bytes)" msgstr "" -"O nome do equipo «%s» é demasiado longo para o protocolo SOCKSv5 (o máximo é %" -"i bytes)" +"O nome do equipo «%s» é demasiado longo para o protocolo SOCKSv5 (o máximo é " +"%i bytes)" #: ../gio/gsocks5proxy.c:352 msgid "The SOCKSv5 proxy server uses unkown address type." @@ -3504,8 +3553,8 @@ #, c-format msgid "Error checking if SO_PASSCRED is enabled for socket: %s" msgstr "" -"Produciuse un erro ao comprobar se SO_PASSCRED está activado para o socket: %" -"s" +"Produciuse un erro ao comprobar se SO_PASSCRED está activado para o socket: " +"%s" #: ../gio/gunixconnection.c:448 #, c-format @@ -3623,6 +3672,10 @@ msgid "Invalid compressed data" msgstr "O nome do host non é válido" +#~ msgid "No such schema `%s' specified in override file `%s'" +#~ msgstr "" +#~ "Non existe o esquema «%s» especificado no ficheiro de sobrescritura «%s»" + #~ msgid "Error writing first 16 bytes of message to socket: " #~ msgstr "" #~ "Produciuse un erro ao escribir os primeiros 16 bytes da mensaxe no socket:" Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/he.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/he.gmo differ diff -Nru glib2.0-2.26.0/po/he.po glib2.0-2.26.1/po/he.po --- glib2.0-2.26.0/po/he.po 2010-09-27 08:54:09.000000000 +1000 +++ glib2.0-2.26.1/po/he.po 2010-11-13 00:52:52.000000000 +1100 @@ -12,8 +12,8 @@ msgstr "" "Project-Id-Version: glib.HEAD.he\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-09-20 15:25+0200\n" -"PO-Revision-Date: 2010-09-20 15:25+0200\n" +"POT-Creation-Date: 2010-09-29 00:30+0200\n" +"PO-Revision-Date: 2010-09-29 00:31+0200\n" "Last-Translator: Yaron Shahrabani \n" "Language-Team: Gezer (Hebrew)\n" "MIME-Version: 1.0\n" @@ -389,7 +389,7 @@ msgid "Sun" msgstr "א׳" -#: ../glib/gdir.c:114 ../glib/gdir.c:137 +#: ../glib/gdir.c:115 ../glib/gdir.c:138 #, c-format msgid "Error opening directory '%s': %s" msgstr "Error opening directory '%s': %s" @@ -1380,8 +1380,8 @@ msgid "Stream is already closed" msgstr "Stream is already closed" -#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1552 -#: ../gio/gdbusconnection.c:1641 ../gio/gdbusconnection.c:1823 +#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1633 +#: ../gio/gdbusconnection.c:1722 ../gio/gdbusconnection.c:1904 #: ../gio/glocalfile.c:2102 ../gio/gsimpleasyncresult.c:755 #: ../gio/gsimpleasyncresult.c:781 msgid "Operation was cancelled" @@ -1562,7 +1562,7 @@ msgid "Cannot determine session bus address (not implemented for this OS)" msgstr "Cannot determine session bus address (not implemented for this OS)" -#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6016 +#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6142 #, c-format msgid "" "Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable " @@ -1571,7 +1571,7 @@ "Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable " "- unknown value `%s'" -#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6025 +#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6151 msgid "" "Cannot determine bus address because the DBUS_STARTER_BUS_TYPE environment " "variable is not set" @@ -1679,88 +1679,88 @@ msgid "(Additionally, releasing the lock for `%s' also failed: %s) " msgstr "(Additionally, releasing the lock for `%s' also failed: %s) " -#: ../gio/gdbusconnection.c:1061 ../gio/gdbusconnection.c:1290 -#: ../gio/gdbusconnection.c:1329 ../gio/gdbusconnection.c:1652 +#: ../gio/gdbusconnection.c:1142 ../gio/gdbusconnection.c:1371 +#: ../gio/gdbusconnection.c:1410 ../gio/gdbusconnection.c:1733 msgid "The connection is closed" msgstr "The connection is closed" -#: ../gio/gdbusconnection.c:1596 +#: ../gio/gdbusconnection.c:1677 msgid "Timeout was reached" msgstr "Timeout was reached" -#: ../gio/gdbusconnection.c:2173 +#: ../gio/gdbusconnection.c:2291 msgid "" "Unsupported flags encountered when constructing a client-side connection" msgstr "" "Unsupported flags encountered when constructing a client-side connection" -#: ../gio/gdbusconnection.c:3599 ../gio/gdbusconnection.c:3917 +#: ../gio/gdbusconnection.c:3725 ../gio/gdbusconnection.c:4043 #, c-format msgid "" "No such interface `org.freedesktop.DBus.Properties' on object at path %s" msgstr "" "No such interface `org.freedesktop.DBus.Properties' on object at path %s" -#: ../gio/gdbusconnection.c:3671 +#: ../gio/gdbusconnection.c:3797 #, c-format msgid "Error setting property `%s': Expected type `%s' but got `%s'" msgstr "Error setting property `%s': Expected type `%s' but got `%s'" -#: ../gio/gdbusconnection.c:3766 +#: ../gio/gdbusconnection.c:3892 #, c-format msgid "No such property `%s'" msgstr "No such property `%s'" -#: ../gio/gdbusconnection.c:3778 +#: ../gio/gdbusconnection.c:3904 #, c-format msgid "Property `%s' is not readable" msgstr "Property `%s' is not readable" -#: ../gio/gdbusconnection.c:3789 +#: ../gio/gdbusconnection.c:3915 #, c-format msgid "Property `%s' is not writable" msgstr "Property `%s' is not writable" -#: ../gio/gdbusconnection.c:3859 ../gio/gdbusconnection.c:5450 +#: ../gio/gdbusconnection.c:3985 ../gio/gdbusconnection.c:5576 #, c-format msgid "No such interface `%s'" msgstr "No such interface `%s'" -#: ../gio/gdbusconnection.c:4047 +#: ../gio/gdbusconnection.c:4173 msgid "No such interface" msgstr "No such interface" -#: ../gio/gdbusconnection.c:4263 ../gio/gdbusconnection.c:5966 +#: ../gio/gdbusconnection.c:4389 ../gio/gdbusconnection.c:6092 #, c-format msgid "No such interface `%s' on object at path %s" msgstr "No such interface `%s' on object at path %s" -#: ../gio/gdbusconnection.c:4315 +#: ../gio/gdbusconnection.c:4441 #, c-format msgid "No such method `%s'" msgstr "No such method `%s'" -#: ../gio/gdbusconnection.c:4346 +#: ../gio/gdbusconnection.c:4472 #, c-format msgid "Type of message, `%s', does not match expected type `%s'" msgstr "Type of message, `%s', does not match expected type `%s'" -#: ../gio/gdbusconnection.c:4565 +#: ../gio/gdbusconnection.c:4691 #, c-format msgid "An object is already exported for the interface %s at %s" msgstr "An object is already exported for the interface %s at %s" -#: ../gio/gdbusconnection.c:4759 +#: ../gio/gdbusconnection.c:4885 #, c-format msgid "Method `%s' returned type `%s', but expected `%s'" msgstr "Method `%s' returned type `%s', but expected `%s'" -#: ../gio/gdbusconnection.c:5561 +#: ../gio/gdbusconnection.c:5687 #, c-format msgid "Method `%s' on interface `%s' with signature `%s' does not exist" msgstr "Method `%s' on interface `%s' with signature `%s' does not exist" -#: ../gio/gdbusconnection.c:5679 +#: ../gio/gdbusconnection.c:5805 #, c-format msgid "A subtree is already exported for %s" msgstr "A subtree is already exported for %s" @@ -1937,7 +1937,7 @@ msgid "Error sending message: %s" msgstr "Error sending message: %s" -#: ../gio/gdbusprivate.c:1766 +#: ../gio/gdbusprivate.c:1758 msgid "Unable to load /var/lib/dbus/machine-id: " msgstr "Unable to load /var/lib/dbus/machine-id: " @@ -2409,16 +2409,16 @@ msgid "Unsupported socket address" msgstr "Unsupported socket address" -#: ../gio/glib-compile-schemas.c:702 +#: ../gio/glib-compile-schemas.c:703 msgid "empty names are not permitted" msgstr "empty names are not permitted" -#: ../gio/glib-compile-schemas.c:712 +#: ../gio/glib-compile-schemas.c:713 #, c-format msgid "invalid name '%s': names must begin with a lowercase letter" msgstr "invalid name '%s': names must begin with a lowercase letter" -#: ../gio/glib-compile-schemas.c:724 +#: ../gio/glib-compile-schemas.c:725 #, c-format msgid "" "invalid name '%s': invalid character '%c'; only lowercase letters, numbers " @@ -2427,36 +2427,36 @@ "invalid name '%s': invalid character '%c'; only lowercase letters, numbers " "and dash ('-') are permitted." -#: ../gio/glib-compile-schemas.c:733 +#: ../gio/glib-compile-schemas.c:734 #, c-format msgid "invalid name '%s': two successive dashes ('--') are not permitted." msgstr "invalid name '%s': two successive dashes ('--') are not permitted." -#: ../gio/glib-compile-schemas.c:742 +#: ../gio/glib-compile-schemas.c:743 #, c-format msgid "invalid name '%s': the last character may not be a dash ('-')." msgstr "invalid name '%s': the last character may not be a dash ('-')." -#: ../gio/glib-compile-schemas.c:750 +#: ../gio/glib-compile-schemas.c:751 #, c-format msgid "invalid name '%s': maximum length is 32" msgstr "invalid name '%s': maximum length is 32" -#: ../gio/glib-compile-schemas.c:819 +#: ../gio/glib-compile-schemas.c:820 #, c-format msgid " already specified" msgstr " already specified" -#: ../gio/glib-compile-schemas.c:845 +#: ../gio/glib-compile-schemas.c:846 msgid "can not add keys to a 'list-of' schema" msgstr "can not add keys to a 'list-of' schema" -#: ../gio/glib-compile-schemas.c:856 +#: ../gio/glib-compile-schemas.c:857 #, c-format msgid " already specified" msgstr " already specified" -#: ../gio/glib-compile-schemas.c:874 +#: ../gio/glib-compile-schemas.c:875 #, c-format msgid "" " shadows in ; use " @@ -2465,7 +2465,7 @@ " shadows in ; use " "to modify value" -#: ../gio/glib-compile-schemas.c:885 +#: ../gio/glib-compile-schemas.c:886 #, c-format msgid "" "exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " @@ -2474,63 +2474,63 @@ "exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " "to " -#: ../gio/glib-compile-schemas.c:904 +#: ../gio/glib-compile-schemas.c:905 #, c-format msgid "<%s id='%s'> not (yet) defined." msgstr "<%s id='%s'> not (yet) defined." -#: ../gio/glib-compile-schemas.c:919 +#: ../gio/glib-compile-schemas.c:920 #, c-format msgid "invalid GVariant type string '%s'" msgstr "invalid GVariant type string '%s'" -#: ../gio/glib-compile-schemas.c:949 +#: ../gio/glib-compile-schemas.c:950 msgid " given but schema isn't extending anything" msgstr " given but schema isn't extending anything" -#: ../gio/glib-compile-schemas.c:962 +#: ../gio/glib-compile-schemas.c:963 #, c-format msgid "no to override" msgstr "no to override" -#: ../gio/glib-compile-schemas.c:970 +#: ../gio/glib-compile-schemas.c:971 #, c-format msgid " already specified" msgstr " already specified" -#: ../gio/glib-compile-schemas.c:1036 +#: ../gio/glib-compile-schemas.c:1042 #, c-format msgid " already specified" msgstr " already specified" -#: ../gio/glib-compile-schemas.c:1048 +#: ../gio/glib-compile-schemas.c:1054 #, c-format msgid " extends not yet existing schema '%s'" msgstr " extends not yet existing schema '%s'" -#: ../gio/glib-compile-schemas.c:1064 +#: ../gio/glib-compile-schemas.c:1070 #, c-format msgid " is list of not yet existing schema '%s'" msgstr " is list of not yet existing schema '%s'" -#: ../gio/glib-compile-schemas.c:1072 +#: ../gio/glib-compile-schemas.c:1078 #, c-format msgid "Can not be a list of a schema with a path" msgstr "Can not be a list of a schema with a path" -#: ../gio/glib-compile-schemas.c:1082 +#: ../gio/glib-compile-schemas.c:1088 #, c-format msgid "Can not extend a schema with a path" msgstr "Can not extend a schema with a path" -#: ../gio/glib-compile-schemas.c:1092 +#: ../gio/glib-compile-schemas.c:1098 #, c-format msgid "" " is a list, extending which is not a list" msgstr "" " is a list, extending which is not a list" -#: ../gio/glib-compile-schemas.c:1102 +#: ../gio/glib-compile-schemas.c:1108 #, c-format msgid "" " extends but '%s' " @@ -2539,47 +2539,85 @@ " extends but '%s' " "does not extend '%s'" -#: ../gio/glib-compile-schemas.c:1119 +#: ../gio/glib-compile-schemas.c:1125 #, c-format msgid "a path, if given, must begin and end with a slash" msgstr "a path, if given, must begin and end with a slash" -#: ../gio/glib-compile-schemas.c:1126 +#: ../gio/glib-compile-schemas.c:1132 #, c-format msgid "the path of a list must end with ':/'" msgstr "the path of a list must end with ':/'" -#: ../gio/glib-compile-schemas.c:1148 +#: ../gio/glib-compile-schemas.c:1158 #, c-format msgid "<%s id='%s'> already specified" msgstr "<%s id='%s'> already specified" -#: ../gio/glib-compile-schemas.c:1362 +#: ../gio/glib-compile-schemas.c:1375 #, c-format msgid "Element <%s> not allowed inside <%s>" msgstr "Element <%s> not allowed inside <%s>" -#: ../gio/glib-compile-schemas.c:1366 +#: ../gio/glib-compile-schemas.c:1379 #, c-format msgid "Element <%s> not allowed at toplevel" msgstr "Element <%s> not allowed at toplevel" -#: ../gio/glib-compile-schemas.c:1460 +#: ../gio/glib-compile-schemas.c:1473 #, c-format msgid "text may not appear inside <%s>" msgstr "text may not appear inside <%s>" -#: ../gio/glib-compile-schemas.c:1674 +#. Translators: Do not translate "--strict". +#: ../gio/glib-compile-schemas.c:1641 ../gio/glib-compile-schemas.c:1712 +#: ../gio/glib-compile-schemas.c:1788 #, c-format -msgid "No such schema `%s' specified in override file `%s'" -msgstr "No such schema `%s' specified in override file `%s'" +msgid "--strict was specified; exiting.\n" +msgstr "--strict was specified; exiting.\n" -#: ../gio/glib-compile-schemas.c:1698 +#: ../gio/glib-compile-schemas.c:1649 +#, c-format +msgid "This entire file has been ignored.\n" +msgstr "This entire file has been ignored.\n" + +#: ../gio/glib-compile-schemas.c:1708 +#, c-format +msgid "Ignoring this file.\n" +msgstr "Ignoring this file.\n" + +#: ../gio/glib-compile-schemas.c:1748 #, c-format msgid "No such key `%s' in schema `%s' as specified in override file `%s'" msgstr "No such key `%s' in schema `%s' as specified in override file `%s'" -#: ../gio/glib-compile-schemas.c:1731 +#: ../gio/glib-compile-schemas.c:1754 ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1840 +#, c-format +msgid "; ignoring override for this key.\n" +msgstr "; ignoring override for this key.\n" + +#: ../gio/glib-compile-schemas.c:1758 ../gio/glib-compile-schemas.c:1816 +#: ../gio/glib-compile-schemas.c:1844 +#, c-format +msgid " and --strict was specified; exiting.\n" +msgstr " and --strict was specified; exiting.\n" + +#: ../gio/glib-compile-schemas.c:1774 +#, c-format +msgid "" +"error parsing key `%s' in schema `%s' as specified in override file `%s': %" +"s. " +msgstr "" +"error parsing key `%s' in schema `%s' as specified in override file `%s': %" +"s. " + +#: ../gio/glib-compile-schemas.c:1784 +#, c-format +msgid "Ignoring override for this key.\n" +msgstr "Ignoring override for this key.\n" + +#: ../gio/glib-compile-schemas.c:1802 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is out of the " @@ -2588,7 +2626,7 @@ "override for key `%s' in schema `%s' in override file `%s' is out of the " "range given in the schema" -#: ../gio/glib-compile-schemas.c:1752 +#: ../gio/glib-compile-schemas.c:1830 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is not in the " @@ -2597,27 +2635,31 @@ "override for key `%s' in schema `%s' in override file `%s' is not in the " "list of valid choices" -#: ../gio/glib-compile-schemas.c:1797 +#: ../gio/glib-compile-schemas.c:1884 msgid "where to store the gschemas.compiled file" msgstr "where to store the gschemas.compiled file" -#: ../gio/glib-compile-schemas.c:1797 ../gio/glib-compile-schemas.c:1809 +#: ../gio/glib-compile-schemas.c:1884 ../gio/glib-compile-schemas.c:1897 msgid "DIRECTORY" msgstr "DIRECTORY" -#: ../gio/glib-compile-schemas.c:1798 +#: ../gio/glib-compile-schemas.c:1885 +msgid "Abort on any errors in schemas" +msgstr "Abort on any errors in schemas" + +#: ../gio/glib-compile-schemas.c:1886 msgid "Do not write the gschema.compiled file" msgstr "Do not write the gschema.compiled file" -#: ../gio/glib-compile-schemas.c:1799 +#: ../gio/glib-compile-schemas.c:1887 msgid "This option will be removed soon." msgstr "This option will be removed soon." -#: ../gio/glib-compile-schemas.c:1800 +#: ../gio/glib-compile-schemas.c:1888 msgid "Do not enforce key name restrictions" msgstr "Do not enforce key name restrictions" -#: ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1900 msgid "" "Compile all GSettings schema files into a schema cache.\n" "Schema files are required to have the extension .gschema.xml,\n" @@ -2627,22 +2669,22 @@ "Schema files are required to have the extension .gschema.xml,\n" "and the cache file is called gschemas.compiled." -#: ../gio/glib-compile-schemas.c:1828 +#: ../gio/glib-compile-schemas.c:1916 #, c-format msgid "You should give exactly one directory name\n" msgstr "You should give exactly one directory name\n" -#: ../gio/glib-compile-schemas.c:1867 +#: ../gio/glib-compile-schemas.c:1955 #, c-format msgid "No schema files found: " msgstr "No schema files found: " -#: ../gio/glib-compile-schemas.c:1870 +#: ../gio/glib-compile-schemas.c:1958 #, c-format msgid "doing nothing.\n" msgstr "doing nothing.\n" -#: ../gio/glib-compile-schemas.c:1873 +#: ../gio/glib-compile-schemas.c:1961 #, c-format msgid "removed existing output file.\n" msgstr "removed existing output file.\n" @@ -3077,19 +3119,20 @@ "Use '%s COMMAND --help' to get help for individual commands.\n" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "Specify the path for the schema" msgstr "Specify the path for the schema" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "PATH" msgstr "PATH" -#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:539 -#: ../gio/gsettings-tool.c:652 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:654 msgid "SCHEMA KEY" msgstr "SCHEMA KEY" @@ -3097,8 +3140,8 @@ msgid "Get the value of KEY" msgstr "Get the value of KEY" -#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:448 -#: ../gio/gsettings-tool.c:543 ../gio/gsettings-tool.c:659 +#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:449 +#: ../gio/gsettings-tool.c:545 ../gio/gsettings-tool.c:661 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3108,15 +3151,16 @@ " SCHEMA The id of the schema\n" " KEY The name of the key\n" -#: ../gio/gsettings-tool.c:328 ../gio/gsettings-tool.c:444 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:329 ../gio/gsettings-tool.c:445 msgid "SCHEMA KEY VALUE" msgstr "SCHEMA KEY VALUE" -#: ../gio/gsettings-tool.c:330 +#: ../gio/gsettings-tool.c:331 msgid "Set the value of KEY" msgstr "Set the value of KEY" -#: ../gio/gsettings-tool.c:332 +#: ../gio/gsettings-tool.c:333 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3128,20 +3172,20 @@ " KEY The name of the key\n" " VALUE The value to set key to, as a serialized GVariant\n" -#: ../gio/gsettings-tool.c:405 +#: ../gio/gsettings-tool.c:406 #, c-format msgid "Key %s is not writable\n" msgstr "Key %s is not writable\n" -#: ../gio/gsettings-tool.c:446 +#: ../gio/gsettings-tool.c:447 msgid "Sets KEY to its default value" msgstr "Sets KEY to its default value" -#: ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:543 msgid "Find out whether KEY is writable" msgstr "Find out whether KEY is writable" -#: ../gio/gsettings-tool.c:655 +#: ../gio/gsettings-tool.c:657 msgid "" "Monitor KEY for changes and print the changed values.\n" "Monitoring will continue until the process is terminated." @@ -3149,7 +3193,7 @@ "Monitor KEY for changes and print the changed values.\n" "Monitoring will continue until the process is terminated." -#: ../gio/gsettings-tool.c:831 +#: ../gio/gsettings-tool.c:833 #, c-format msgid "Unknown command '%s'\n" msgstr "Unknown command '%s'\n" @@ -3516,6 +3560,9 @@ msgid "Invalid compressed data" msgstr "Invalid hostname" +#~ msgid "No such schema `%s' specified in override file `%s'" +#~ msgstr "No such schema `%s' specified in override file `%s'" + #~ msgid "Error writing first 16 bytes of message to socket: " #~ msgstr "Error writing first 16 bytes of message to socket: " Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/hu.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/hu.gmo differ diff -Nru glib2.0-2.26.0/po/hu.po glib2.0-2.26.1/po/hu.po --- glib2.0-2.26.0/po/hu.po 2010-09-15 01:24:32.000000000 +1000 +++ glib2.0-2.26.1/po/hu.po 2010-10-01 04:24:52.000000000 +1000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: glib master\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-09-14 14:10+0200\n" -"PO-Revision-Date: 2010-09-14 14:09+0200\n" +"POT-Creation-Date: 2010-09-29 14:03+0200\n" +"PO-Revision-Date: 2010-09-29 14:06+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" @@ -82,14 +82,12 @@ #: ../glib/gbookmarkfile.c:3278 ../glib/gbookmarkfile.c:3435 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" -msgstr "" -"Nincs „%s” nevű alkalmazás regisztrálva a következő könyvjelzőjéhez: „%s”" +msgstr "Nincs „%s” nevű alkalmazás regisztrálva a következő könyvjelzőjéhez: „%s”" #: ../glib/gbookmarkfile.c:3458 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" -msgstr "" -"Nem sikerült kiterjeszteni a(z) „%s” végrehajtási sort a(z) „%s” URL címmel" +msgstr "Nem sikerült kiterjeszteni a(z) „%s” végrehajtási sort a(z) „%s” URL címmel" #: ../glib/gconvert.c:567 ../glib/gconvert.c:645 ../glib/giochannel.c:1403 #: ../gio/gcharsetconverter.c:458 @@ -150,8 +148,7 @@ #: ../glib/gconvert.c:1936 #, c-format msgid "The URI '%s' contains invalidly escaped characters" -msgstr "" -"A(z) „%s” URI érvénytelen, escape sorozatként megadott karaktereket tartalmaz" +msgstr "A(z) „%s” URI érvénytelen, escape sorozatként megadott karaktereket tartalmaz" #: ../glib/gconvert.c:2031 #, c-format @@ -163,232 +160,232 @@ msgstr "Érvénytelen gépnév" #. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:105 +#: ../glib/gdatetime.c:149 msgctxt "GDateTime" msgid "am" msgstr "de" #. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:107 +#: ../glib/gdatetime.c:151 msgctxt "GDateTime" msgid "AM" msgstr "DE" #. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:109 +#: ../glib/gdatetime.c:153 msgctxt "GDateTime" msgid "pm" msgstr "du" #. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:111 +#: ../glib/gdatetime.c:155 msgctxt "GDateTime" msgid "PM" msgstr "DU" #. Translators: this is the preferred format for expressing the date -#: ../glib/gdatetime.c:120 +#: ../glib/gdatetime.c:164 msgctxt "GDateTime" msgid "%m/%d/%y" msgstr "%y. %m %e." #. Translators: this is the preferred format for expressing the time -#: ../glib/gdatetime.c:123 +#: ../glib/gdatetime.c:167 msgctxt "GDateTime" msgid "%H:%M:%S" msgstr "%k.%M.%S" -#: ../glib/gdatetime.c:168 +#: ../glib/gdatetime.c:193 msgctxt "full month name" msgid "January" msgstr "Január" -#: ../glib/gdatetime.c:170 +#: ../glib/gdatetime.c:195 msgctxt "full month name" msgid "February" msgstr "Február" -#: ../glib/gdatetime.c:172 +#: ../glib/gdatetime.c:197 msgctxt "full month name" msgid "March" msgstr "Március" -#: ../glib/gdatetime.c:174 +#: ../glib/gdatetime.c:199 msgctxt "full month name" msgid "April" msgstr "Április" -#: ../glib/gdatetime.c:176 +#: ../glib/gdatetime.c:201 msgctxt "full month name" msgid "May" msgstr "Május" -#: ../glib/gdatetime.c:178 +#: ../glib/gdatetime.c:203 msgctxt "full month name" msgid "June" msgstr "Június" -#: ../glib/gdatetime.c:180 +#: ../glib/gdatetime.c:205 msgctxt "full month name" msgid "July" msgstr "Július" -#: ../glib/gdatetime.c:182 +#: ../glib/gdatetime.c:207 msgctxt "full month name" msgid "August" msgstr "Augusztus" -#: ../glib/gdatetime.c:184 +#: ../glib/gdatetime.c:209 msgctxt "full month name" msgid "September" msgstr "Szeptember" -#: ../glib/gdatetime.c:186 +#: ../glib/gdatetime.c:211 msgctxt "full month name" msgid "October" msgstr "Október" -#: ../glib/gdatetime.c:188 +#: ../glib/gdatetime.c:213 msgctxt "full month name" msgid "November" msgstr "November" -#: ../glib/gdatetime.c:190 +#: ../glib/gdatetime.c:215 msgctxt "full month name" msgid "December" msgstr "December" -#: ../glib/gdatetime.c:205 +#: ../glib/gdatetime.c:230 msgctxt "abbreviated month name" msgid "Jan" msgstr "Jan" -#: ../glib/gdatetime.c:207 +#: ../glib/gdatetime.c:232 msgctxt "abbreviated month name" msgid "Feb" msgstr "Febr" -#: ../glib/gdatetime.c:209 +#: ../glib/gdatetime.c:234 msgctxt "abbreviated month name" msgid "Mar" msgstr "Már" -#: ../glib/gdatetime.c:211 +#: ../glib/gdatetime.c:236 msgctxt "abbreviated month name" msgid "Apr" msgstr "Ápr" -#: ../glib/gdatetime.c:213 +#: ../glib/gdatetime.c:238 msgctxt "abbreviated month name" msgid "May" msgstr "Máj" -#: ../glib/gdatetime.c:215 +#: ../glib/gdatetime.c:240 msgctxt "abbreviated month name" msgid "Jun" msgstr "Jún" -#: ../glib/gdatetime.c:217 +#: ../glib/gdatetime.c:242 msgctxt "abbreviated month name" msgid "Jul" msgstr "Júl" -#: ../glib/gdatetime.c:219 +#: ../glib/gdatetime.c:244 msgctxt "abbreviated month name" msgid "Aug" msgstr "Aug" -#: ../glib/gdatetime.c:221 +#: ../glib/gdatetime.c:246 msgctxt "abbreviated month name" msgid "Sep" msgstr "Szept" -#: ../glib/gdatetime.c:223 +#: ../glib/gdatetime.c:248 msgctxt "abbreviated month name" msgid "Oct" msgstr "Okt" -#: ../glib/gdatetime.c:225 +#: ../glib/gdatetime.c:250 msgctxt "abbreviated month name" msgid "Nov" msgstr "Nov" -#: ../glib/gdatetime.c:227 +#: ../glib/gdatetime.c:252 msgctxt "abbreviated month name" msgid "Dec" msgstr "Dec" -#: ../glib/gdatetime.c:242 +#: ../glib/gdatetime.c:267 msgctxt "full weekday name" msgid "Monday" msgstr "Hétfő" -#: ../glib/gdatetime.c:244 +#: ../glib/gdatetime.c:269 msgctxt "full weekday name" msgid "Tuesday" msgstr "Kedd" -#: ../glib/gdatetime.c:246 +#: ../glib/gdatetime.c:271 msgctxt "full weekday name" msgid "Wednesday" msgstr "Szerda" -#: ../glib/gdatetime.c:248 +#: ../glib/gdatetime.c:273 msgctxt "full weekday name" msgid "Thursday" msgstr "Csütörtök" -#: ../glib/gdatetime.c:250 +#: ../glib/gdatetime.c:275 msgctxt "full weekday name" msgid "Friday" msgstr "Péntek" -#: ../glib/gdatetime.c:252 +#: ../glib/gdatetime.c:277 msgctxt "full weekday name" msgid "Saturday" msgstr "Szombat" -#: ../glib/gdatetime.c:254 +#: ../glib/gdatetime.c:279 msgctxt "full weekday name" msgid "Sunday" msgstr "Vasárnap" -#: ../glib/gdatetime.c:269 +#: ../glib/gdatetime.c:294 msgctxt "abbreviated weekday name" msgid "Mon" msgstr "Hét" -#: ../glib/gdatetime.c:271 +#: ../glib/gdatetime.c:296 msgctxt "abbreviated weekday name" msgid "Tue" msgstr "Ked" -#: ../glib/gdatetime.c:273 +#: ../glib/gdatetime.c:298 msgctxt "abbreviated weekday name" msgid "Wed" msgstr "Szer" -#: ../glib/gdatetime.c:275 +#: ../glib/gdatetime.c:300 msgctxt "abbreviated weekday name" msgid "Thu" msgstr "Csüt" -#: ../glib/gdatetime.c:277 +#: ../glib/gdatetime.c:302 msgctxt "abbreviated weekday name" msgid "Fri" msgstr "Pén" -#: ../glib/gdatetime.c:279 +#: ../glib/gdatetime.c:304 msgctxt "abbreviated weekday name" msgid "Sat" msgstr "Szo" -#: ../glib/gdatetime.c:281 +#: ../glib/gdatetime.c:306 msgctxt "abbreviated weekday name" msgid "Sun" msgstr "Vas" -#: ../glib/gdir.c:114 ../glib/gdir.c:137 +#: ../glib/gdir.c:115 ../glib/gdir.c:138 #, c-format msgid "Error opening directory '%s': %s" msgstr "Hiba a(z) „%s” könyvtár megnyitásakor: %s" @@ -421,8 +418,7 @@ #: ../glib/gfileutils.c:716 ../glib/gmappedfile.c:169 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" -msgstr "" -"Nem sikerült lekérni a(z) „%s” fájl attribútumait. Az fstat() sikertelen: %s" +msgstr "Nem sikerült lekérni a(z) „%s” fájl attribútumait. Az fstat() sikertelen: %s" #: ../glib/gfileutils.c:750 #, c-format @@ -444,8 +440,7 @@ #: ../glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" -msgstr "" -"Nem sikerült írásra megnyitni a(z) „%s” fájlt: Az fdopen() sikertelen: %s" +msgstr "Nem sikerült írásra megnyitni a(z) „%s” fájlt: Az fdopen() sikertelen: %s" #: ../glib/gfileutils.c:939 #, c-format @@ -535,8 +530,7 @@ #: ../glib/giochannel.c:1752 msgid "Can't do a raw read in g_io_channel_read_line_string" -msgstr "" -"Nem lehet nyers (raw) olvasást végezni a g_io_channel_read_line_string-ben" +msgstr "Nem lehet nyers (raw) olvasást végezni a g_io_channel_read_line_string-ben" #: ../glib/giochannel.c:1799 ../glib/giochannel.c:2057 #: ../glib/giochannel.c:2144 @@ -610,10 +604,8 @@ msgstr "A(z) „%-.*s” karakterhivatkozás nem engedélyezett karaktert kódol" #: ../glib/gmarkup.c:658 -msgid "" -"Empty entity '&;' seen; valid entities are: & " < > '" -msgstr "" -"Üres „&;” entitás; az érvényes entitások: & " < > '" +msgid "Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "Üres „&;” entitás; az érvényes entitások: & " < > '" #: ../glib/gmarkup.c:666 #, c-format @@ -637,8 +629,7 @@ msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" -msgstr "" -"„%s” nem érvényes karakter a „<” karakter után; elem neve nem kezdődhet vele" +msgstr "„%s” nem érvényes karakter a „<” karakter után; elem neve nem kezdődhet vele" #: ../glib/gmarkup.c:1126 #, c-format @@ -651,8 +642,7 @@ #: ../glib/gmarkup.c:1210 #, c-format -msgid "" -"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "" "Furcsa karakter („%s”) - „=” karakternek kellett volna jönnie a(z) „%s” elem " "„%s” attribútumneve után" @@ -711,8 +701,7 @@ #: ../glib/gmarkup.c:1666 msgid "Document ended unexpectedly just after an open angle bracket '<'" -msgstr "" -"A dokumentum váratlanul véget ért egy nyitott hegyes zárójel („<”) után" +msgstr "A dokumentum váratlanul véget ért egy nyitott hegyes zárójel („<”) után" #: ../glib/gmarkup.c:1674 ../glib/gmarkup.c:1719 #, c-format @@ -767,311 +756,306 @@ "A dokumentum váratlanul véget ért egy megjegyzésen vagy feldolgozási " "utasításon belül" -#: ../glib/gregex.c:184 +#: ../glib/gregex.c:188 msgid "corrupted object" msgstr "sérült objektum" -#: ../glib/gregex.c:186 +#: ../glib/gregex.c:190 msgid "internal error or corrupted object" msgstr "belső hiba vagy sérült objektum" -#: ../glib/gregex.c:188 +#: ../glib/gregex.c:192 msgid "out of memory" msgstr "elfogyott a memória" -#: ../glib/gregex.c:193 +#: ../glib/gregex.c:197 msgid "backtracking limit reached" msgstr "a visszakövetési korlát elérve" -#: ../glib/gregex.c:205 ../glib/gregex.c:213 +#: ../glib/gregex.c:209 ../glib/gregex.c:217 msgid "the pattern contains items not supported for partial matching" -msgstr "" -"a minta a részleges mintaillesztés esetén nem támogatott elemeket tartalmaz" +msgstr "a minta a részleges mintaillesztés esetén nem támogatott elemeket tartalmaz" -#: ../glib/gregex.c:207 ../gio/glocalfile.c:2109 +#: ../glib/gregex.c:211 ../gio/glocalfile.c:2109 msgid "internal error" msgstr "belső hiba" -#: ../glib/gregex.c:215 +#: ../glib/gregex.c:219 msgid "back references as conditions are not supported for partial matching" msgstr "" "a visszahivatkozások használata feltételekként nem támogatott a részleges " "mintaillesztéshez" -#: ../glib/gregex.c:224 +#: ../glib/gregex.c:228 msgid "recursion limit reached" msgstr "az ismétlési korlát elérve" -#: ../glib/gregex.c:226 +#: ../glib/gregex.c:230 msgid "workspace limit for empty substrings reached" msgstr "az üres rész-karaktersorozatok munkaterület-korlátja elérve" -#: ../glib/gregex.c:228 +#: ../glib/gregex.c:232 msgid "invalid combination of newline flags" msgstr "újsor-jelzők érvénytelen kombinációja" -#: ../glib/gregex.c:232 +#: ../glib/gregex.c:236 msgid "unknown error" msgstr "ismeretlen hiba" -#: ../glib/gregex.c:252 +#: ../glib/gregex.c:256 msgid "\\ at end of pattern" msgstr "\\ a minta végén" -#: ../glib/gregex.c:255 +#: ../glib/gregex.c:259 msgid "\\c at end of pattern" msgstr "\\c a minta végén" -#: ../glib/gregex.c:258 +#: ../glib/gregex.c:262 msgid "unrecognized character follows \\" msgstr "ismeretlen karakter következik a \\ után" -#: ../glib/gregex.c:265 +#: ../glib/gregex.c:269 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "itt nem engedélyezettek a kis-és nagybetűket átalakító escape-karakterek " "(\\l, \\L, \\u, \\U)" -#: ../glib/gregex.c:268 +#: ../glib/gregex.c:272 msgid "numbers out of order in {} quantifier" msgstr "a számok nincsenek sorrendben a {} kvantálóban" -#: ../glib/gregex.c:271 +#: ../glib/gregex.c:275 msgid "number too big in {} quantifier" msgstr "a szám túl nagy a a {} kvantálóban" -#: ../glib/gregex.c:274 +#: ../glib/gregex.c:278 msgid "missing terminating ] for character class" msgstr "a karakterosztály befejező ] jele hiányzik" -#: ../glib/gregex.c:277 +#: ../glib/gregex.c:281 msgid "invalid escape sequence in character class" msgstr "érvénytelen escape-sorozat a karakterosztályban" -#: ../glib/gregex.c:280 +#: ../glib/gregex.c:284 msgid "range out of order in character class" msgstr "a tartomány kívül esik a karakterosztály nagyságán" -#: ../glib/gregex.c:283 +#: ../glib/gregex.c:287 msgid "nothing to repeat" msgstr "nincs mit ismételni" -#: ../glib/gregex.c:286 +#: ../glib/gregex.c:290 msgid "unrecognized character after (?" msgstr "ismeretlen karakter a (? után" -#: ../glib/gregex.c:290 +#: ../glib/gregex.c:294 msgid "unrecognized character after (?<" msgstr "ismeretlen karakter a (?< után" -#: ../glib/gregex.c:294 +#: ../glib/gregex.c:298 msgid "unrecognized character after (?P" msgstr "ismeretlen karakter a (?P után" -#: ../glib/gregex.c:297 +#: ../glib/gregex.c:301 msgid "POSIX named classes are supported only within a class" msgstr "a POSIX elnevezett osztályok csak osztályon belül támogatottak" -#: ../glib/gregex.c:300 +#: ../glib/gregex.c:304 msgid "missing terminating )" msgstr "hiányzó befejező )" -#: ../glib/gregex.c:304 +#: ../glib/gregex.c:308 msgid ") without opening (" msgstr ") nyitó ( nélkül" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:311 +#: ../glib/gregex.c:315 msgid "(?R or (?[+-]digits must be followed by )" msgstr "a (?R vagy (?[+-]számjegyek elemeket )-nek kell követnie" -#: ../glib/gregex.c:314 +#: ../glib/gregex.c:318 msgid "reference to non-existent subpattern" msgstr "hivatkozás nem létező almintára" -#: ../glib/gregex.c:317 +#: ../glib/gregex.c:321 msgid "missing ) after comment" msgstr "a megjegyzés utáni ) hiányzik" -#: ../glib/gregex.c:320 +#: ../glib/gregex.c:324 msgid "regular expression too large" msgstr "a reguláris kifejezés túl nagy" -#: ../glib/gregex.c:323 +#: ../glib/gregex.c:327 msgid "failed to get memory" msgstr "a memóriakérés meghiúsult" -#: ../glib/gregex.c:326 +#: ../glib/gregex.c:330 msgid "lookbehind assertion is not fixed length" msgstr "a lookbehind kijelentés nem rögzített hosszúságú" -#: ../glib/gregex.c:329 +#: ../glib/gregex.c:333 msgid "malformed number or name after (?(" msgstr "hibásan formázott szám vagy név a (?( után" -#: ../glib/gregex.c:332 +#: ../glib/gregex.c:336 msgid "conditional group contains more than two branches" msgstr "a feltételes csoport kettőnél több ágat tartalmaz" -#: ../glib/gregex.c:335 +#: ../glib/gregex.c:339 msgid "assertion expected after (?(" msgstr "a (?( után kijelentésnek kellene állnia" -#: ../glib/gregex.c:338 +#: ../glib/gregex.c:342 msgid "unknown POSIX class name" msgstr "ismeretlen POSIX osztálynév" -#: ../glib/gregex.c:341 +#: ../glib/gregex.c:345 msgid "POSIX collating elements are not supported" msgstr "a POSIX leválogató elemek nem támogatottak" -#: ../glib/gregex.c:344 +#: ../glib/gregex.c:348 msgid "character value in \\x{...} sequence is too large" msgstr "a \\x{...} sorozaton belüli karakterérték túl nagy" -#: ../glib/gregex.c:347 +#: ../glib/gregex.c:351 msgid "invalid condition (?(0)" msgstr "érvénytelen feltétel: (?(0)" -#: ../glib/gregex.c:350 +#: ../glib/gregex.c:354 msgid "\\C not allowed in lookbehind assertion" msgstr "A \\C nem engedélyezett a lookbehind kijelentésben" -#: ../glib/gregex.c:353 +#: ../glib/gregex.c:357 msgid "recursive call could loop indefinitely" msgstr "a rekurzív hívás végtelen ciklushoz vezethet" -#: ../glib/gregex.c:356 +#: ../glib/gregex.c:360 msgid "missing terminator in subpattern name" msgstr "hiányzó befejező az alminta nevében" -#: ../glib/gregex.c:359 +#: ../glib/gregex.c:363 msgid "two named subpatterns have the same name" msgstr "két elnevezett alminta neve azonos" -#: ../glib/gregex.c:362 +#: ../glib/gregex.c:366 msgid "malformed \\P or \\p sequence" msgstr "rosszul formázott \\P vagy \\p sorozat" -#: ../glib/gregex.c:365 +#: ../glib/gregex.c:369 msgid "unknown property name after \\P or \\p" msgstr "ismeretlen tulajdonságnév a \\P vagy \\p után" -#: ../glib/gregex.c:368 +#: ../glib/gregex.c:372 msgid "subpattern name is too long (maximum 32 characters)" msgstr "az alminta neve túl hosszú (legfeljebb 32 karakter)" -#: ../glib/gregex.c:371 +#: ../glib/gregex.c:375 msgid "too many named subpatterns (maximum 10,000)" msgstr "túl sok elnevezett alminta (legfeljebb 10 000)" -#: ../glib/gregex.c:374 +#: ../glib/gregex.c:378 msgid "octal value is greater than \\377" msgstr "az oktális érték nagyobb, mint \\377" -#: ../glib/gregex.c:377 +#: ../glib/gregex.c:381 msgid "DEFINE group contains more than one branch" msgstr "a DEFINE csoport több ágat tartalmaz" -#: ../glib/gregex.c:380 +#: ../glib/gregex.c:384 msgid "repeating a DEFINE group is not allowed" msgstr "egy DEFINE csoport ismétlése nem engedélyezett" -#: ../glib/gregex.c:383 +#: ../glib/gregex.c:387 msgid "inconsistent NEWLINE options" msgstr "inkonzisztens NEWLINE beállítások" -#: ../glib/gregex.c:386 -msgid "" -"\\g is not followed by a braced name or an optionally braced non-zero number" +#: ../glib/gregex.c:390 +msgid "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "a \\g után nem egy zárójelezett név vagy opcionálisan zárójelezett nem nulla " "szám áll" -#: ../glib/gregex.c:391 +#: ../glib/gregex.c:395 msgid "unexpected repeat" msgstr "váratlan ismétlés" -#: ../glib/gregex.c:395 +#: ../glib/gregex.c:399 msgid "code overflow" msgstr "kódtúlcsordulás" -#: ../glib/gregex.c:399 +#: ../glib/gregex.c:403 msgid "overran compiling workspace" msgstr "a fordítási munkaterület túlcsordult" -#: ../glib/gregex.c:403 +#: ../glib/gregex.c:407 msgid "previously-checked referenced subpattern not found" msgstr "a korábban ellenőrzött hivatkozott alminta nem található" -#: ../glib/gregex.c:575 ../glib/gregex.c:1696 +#: ../glib/gregex.c:579 ../glib/gregex.c:1700 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Hiba a(z) %s reguláris kifejezés illesztésekor: %s" -#: ../glib/gregex.c:1151 +#: ../glib/gregex.c:1155 msgid "PCRE library is compiled without UTF8 support" msgstr "A PRCE programkönyvtár UTF-8 támogatás nélkül lett fordítva" -#: ../glib/gregex.c:1160 +#: ../glib/gregex.c:1164 msgid "PCRE library is compiled without UTF8 properties support" -msgstr "" -"A PRCE programkönyvtár az UTF-8 tulajdonságok támogatása nélkül lett fordítva" +msgstr "A PRCE programkönyvtár az UTF-8 tulajdonságok támogatása nélkül lett fordítva" -#: ../glib/gregex.c:1214 +#: ../glib/gregex.c:1218 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" -msgstr "" -"Hiba a(z) „%s” reguláris kifejezés fordításakor a(z) %d. karakternél: %s" +msgstr "Hiba a(z) „%s” reguláris kifejezés fordításakor a(z) %d. karakternél: %s" -#: ../glib/gregex.c:1250 +#: ../glib/gregex.c:1254 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Hiba a(z) %s reguláris kifejezés optimalizálásakor: %s" -#: ../glib/gregex.c:2124 +#: ../glib/gregex.c:2128 msgid "hexadecimal digit or '}' expected" msgstr "a program hexadecimális számjegyet vagy „}” jelet várt" -#: ../glib/gregex.c:2140 +#: ../glib/gregex.c:2144 msgid "hexadecimal digit expected" msgstr "a program hexadecimális számjegyet várt" -#: ../glib/gregex.c:2180 +#: ../glib/gregex.c:2184 msgid "missing '<' in symbolic reference" msgstr "hiányzó „<” jel a szimbolikus hivatkozásban" -#: ../glib/gregex.c:2189 +#: ../glib/gregex.c:2193 msgid "unfinished symbolic reference" msgstr "befejezetlen szimbolikus hivatkozás" -#: ../glib/gregex.c:2196 +#: ../glib/gregex.c:2200 msgid "zero-length symbolic reference" msgstr "nulla hosszúságú szimbolikus hivatkozás" -#: ../glib/gregex.c:2207 +#: ../glib/gregex.c:2211 msgid "digit expected" msgstr "re rendszer számjegyet várt" -#: ../glib/gregex.c:2225 +#: ../glib/gregex.c:2229 msgid "illegal symbolic reference" msgstr "illegális szimbolikus hivatkozás" -#: ../glib/gregex.c:2287 +#: ../glib/gregex.c:2291 msgid "stray final '\\'" msgstr "a záró „\\” helye nem megfelelő" -#: ../glib/gregex.c:2291 +#: ../glib/gregex.c:2295 msgid "unknown escape sequence" msgstr "ismeretlen escape sorozat" -#: ../glib/gregex.c:2301 +#: ../glib/gregex.c:2305 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" -msgstr "" -"Hiba a(z) „%s” helyettesítőszöveg elemzésekor a(z) %lu. karakternél: %s" +msgstr "Hiba a(z) „%s” helyettesítőszöveg elemzésekor a(z) %lu. karakternél: %s" #: ../glib/gshell.c:91 msgid "Quoted text doesn't begin with a quotation mark" @@ -1091,13 +1075,11 @@ #: ../glib/gshell.c:566 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" -msgstr "" -"A szöveg véget ért, mielőtt %c idézőjelpárja meglett volna. (A szöveg: „%s”)" +msgstr "A szöveg véget ért, mielőtt %c idézőjelpárja meglett volna. (A szöveg: „%s”)" #: ../glib/gshell.c:578 msgid "Text was empty (or contained only whitespace)" -msgstr "" -"A szöveg üres volt (vagy legfeljebb üres hely karaktereket tartalmazott)" +msgstr "A szöveg üres volt (vagy legfeljebb üres hely karaktereket tartalmazott)" #: ../glib/gspawn-win32.c:282 msgid "Failed to read data from child process" @@ -1295,8 +1277,7 @@ #: ../glib/gkeyfile.c:764 #, c-format -msgid "" -"Key file contains line '%s' which is not a key-value pair, group, or comment" +msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "" "A kulcsfájl tartalmazza a(z) „%s” sort, amelyik nem egy kulcs-érték pár, " "csoport, vagy megjegyzés" @@ -1348,10 +1329,8 @@ #: ../glib/gkeyfile.c:1531 #, c-format -msgid "" -"Key file contains key '%s' which has a value that cannot be interpreted." -msgstr "" -"A kulcsfájl tartalmazza a(z) „%s” kulcsot, amelynek értéke nem értelmezhető." +msgid "Key file contains key '%s' which has a value that cannot be interpreted." +msgstr "A kulcsfájl tartalmazza a(z) „%s” kulcsot, amelynek értéke nem értelmezhető." #: ../glib/gkeyfile.c:2125 ../glib/gkeyfile.c:2487 #, c-format @@ -1399,18 +1378,18 @@ #: ../gio/gbufferedinputstream.c:411 ../gio/gbufferedinputstream.c:492 #: ../gio/ginputstream.c:185 ../gio/ginputstream.c:317 #: ../gio/ginputstream.c:556 ../gio/ginputstream.c:681 -#: ../gio/goutputstream.c:197 ../gio/goutputstream.c:724 +#: ../gio/goutputstream.c:198 ../gio/goutputstream.c:725 #, c-format msgid "Too large count value passed to %s" msgstr "Túl nagy számérték került átadásra ennek: %s" #: ../gio/gbufferedinputstream.c:881 ../gio/ginputstream.c:891 -#: ../gio/giostream.c:306 ../gio/goutputstream.c:1199 +#: ../gio/giostream.c:306 ../gio/goutputstream.c:1200 msgid "Stream is already closed" msgstr "Az adatfolyam már le van zárva" -#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1549 -#: ../gio/gdbusconnection.c:1638 ../gio/gdbusconnection.c:1820 +#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1633 +#: ../gio/gdbusconnection.c:1722 ../gio/gdbusconnection.c:1904 #: ../gio/glocalfile.c:2102 ../gio/gsimpleasyncresult.c:755 #: ../gio/gsimpleasyncresult.c:781 msgid "Operation was cancelled" @@ -1466,8 +1445,7 @@ #: ../gio/gdbusaddress.c:169 #, c-format -msgid "" -"Address `%s' is invalid (need exactly one of path, tmpdir or abstract keys)" +msgid "Address `%s' is invalid (need exactly one of path, tmpdir or abstract keys)" msgstr "" "A(z) „%s” cím érvénytelen (csak az útvonal, tmp könyvtár vagy absztrakt " "kulcs egyike lehet)" @@ -1520,14 +1498,12 @@ #: ../gio/gdbusaddress.c:583 #, c-format msgid "Error in address `%s' - the host attribute is missing or malformed" -msgstr "" -"Hiba a(z) „%s” címben – a host attribútum hiányzik vagy rosszul formázott" +msgstr "Hiba a(z) „%s” címben – a host attribútum hiányzik vagy rosszul formázott" #: ../gio/gdbusaddress.c:597 #, c-format msgid "Error in address `%s' - the port attribute is missing or malformed" -msgstr "" -"Hiba a(z) „%s” címben – a port attribútum hiányzik vagy rosszul formázott" +msgstr "Hiba a(z) „%s” címben – a port attribútum hiányzik vagy rosszul formázott" #: ../gio/gdbusaddress.c:611 #, c-format @@ -1593,10 +1569,9 @@ #: ../gio/gdbusaddress.c:1146 #, c-format msgid "Cannot determine session bus address (not implemented for this OS)" -msgstr "" -"Nem határozható meg a munkamenetbusz címe (nincs megvalósítva erre az OS-re)" +msgstr "Nem határozható meg a munkamenetbusz címe (nincs megvalósítva erre az OS-re)" -#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6013 +#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6142 #, c-format msgid "" "Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable " @@ -1605,7 +1580,7 @@ "Nem határozható meg a busz címe a DBUS_STARTER_BUS_TYPE környezeti " "változóból – ismeretlen „%s” érték" -#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6022 +#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6151 msgid "" "Cannot determine bus address because the DBUS_STARTER_BUS_TYPE environment " "variable is not set" @@ -1628,16 +1603,14 @@ #: ../gio/gdbusauth.c:503 #, c-format -msgid "" -"Exhausted all available authentication mechanisms (tried: %s) (available: %s)" +msgid "Exhausted all available authentication mechanisms (tried: %s) (available: %s)" msgstr "" "Minden elérhető hitelesítési mechanizmus kimerítve (próbálva: %s, elérhető: %" "s)" #: ../gio/gdbusauth.c:1150 msgid "Cancelled via GDBusAuthObserver::authorize-authenticated-peer" -msgstr "" -"Megszakítva a GDBusAuthObserver::authorize-authenticated-peer használatával" +msgstr "Megszakítva a GDBusAuthObserver::authorize-authenticated-peer használatával" #: ../gio/gdbusauthmechanismsha1.c:266 #, c-format @@ -1646,8 +1619,7 @@ #: ../gio/gdbusauthmechanismsha1.c:278 #, c-format -msgid "" -"Permissions on directory `%s' are malformed. Expected mode 0700, got 0%o" +msgid "Permissions on directory `%s' are malformed. Expected mode 0700, got 0%o" msgstr "" "A(z) „%s” könyvtár jogosultságai rosszul formázottak. A várt 0700 mód " "helyett 0%o érkezett." @@ -1669,16 +1641,14 @@ #: ../gio/gdbusauthmechanismsha1.c:420 ../gio/gdbusauthmechanismsha1.c:729 #, c-format -msgid "" -"First token of line %d of the keyring at `%s' with content `%s' is malformed" +msgid "First token of line %d of the keyring at `%s' with content `%s' is malformed" msgstr "" "A(z) „%2$s” kulcstartó „%3$s” tartalmú „%1$d”. sorának első egysége rosszul " "formázott" #: ../gio/gdbusauthmechanismsha1.c:434 ../gio/gdbusauthmechanismsha1.c:743 #, c-format -msgid "" -"Second token of line %d of the keyring at `%s' with content `%s' is malformed" +msgid "Second token of line %d of the keyring at `%s' with content `%s' is malformed" msgstr "" "A(z) „%2$s” kulcstartó „%3$s” tartalmú „%1$d”. sorának második egysége " "rosszul formázott" @@ -1718,91 +1688,88 @@ msgid "(Additionally, releasing the lock for `%s' also failed: %s) " msgstr "(Ezen kívül a(z) „%s” zárolásának feloldása is meghiúsult: %s) " -#: ../gio/gdbusconnection.c:1058 ../gio/gdbusconnection.c:1287 -#: ../gio/gdbusconnection.c:1326 ../gio/gdbusconnection.c:1649 +#: ../gio/gdbusconnection.c:1142 ../gio/gdbusconnection.c:1371 +#: ../gio/gdbusconnection.c:1410 ../gio/gdbusconnection.c:1733 msgid "The connection is closed" msgstr "A kapcsolat le van zárva" -#: ../gio/gdbusconnection.c:1593 +#: ../gio/gdbusconnection.c:1677 msgid "Timeout was reached" msgstr "Az időkorlát elérve" -#: ../gio/gdbusconnection.c:2170 -msgid "" -"Unsupported flags encountered when constructing a client-side connection" -msgstr "" -"Nem támogatott jelzők találhatók a kliensoldali kapcsolat létrehozásakor" +#: ../gio/gdbusconnection.c:2291 +msgid "Unsupported flags encountered when constructing a client-side connection" +msgstr "Nem támogatott jelzők találhatók a kliensoldali kapcsolat létrehozásakor" -#: ../gio/gdbusconnection.c:3596 ../gio/gdbusconnection.c:3914 +#: ../gio/gdbusconnection.c:3725 ../gio/gdbusconnection.c:4043 #, c-format -msgid "" -"No such interface `org.freedesktop.DBus.Properties' on object at path %s" +msgid "No such interface `org.freedesktop.DBus.Properties' on object at path %s" msgstr "" "Nincs „org.freedesktop.DBus.Properties” felület a(z) %s útvonalon lévő " "objektumon" -#: ../gio/gdbusconnection.c:3668 +#: ../gio/gdbusconnection.c:3797 #, c-format msgid "Error setting property `%s': Expected type `%s' but got `%s'" msgstr "" "Hiba a(z) „%s” tulajdonság beállításakor: a várt „%s” típus helyett „%s” " "érkezett" -#: ../gio/gdbusconnection.c:3763 +#: ../gio/gdbusconnection.c:3892 #, c-format msgid "No such property `%s'" msgstr "Nincs „%s” tulajdonság" -#: ../gio/gdbusconnection.c:3775 +#: ../gio/gdbusconnection.c:3904 #, c-format msgid "Property `%s' is not readable" msgstr "A tulajdonság („%s”) nem olvasható" -#: ../gio/gdbusconnection.c:3786 +#: ../gio/gdbusconnection.c:3915 #, c-format msgid "Property `%s' is not writable" msgstr "A tulajdonság („%s”) nem írható" -#: ../gio/gdbusconnection.c:3856 ../gio/gdbusconnection.c:5447 +#: ../gio/gdbusconnection.c:3985 ../gio/gdbusconnection.c:5576 #, c-format msgid "No such interface `%s'" msgstr "Nincs „%s” felület" -#: ../gio/gdbusconnection.c:4044 +#: ../gio/gdbusconnection.c:4173 msgid "No such interface" msgstr "Nincs ilyen felület" -#: ../gio/gdbusconnection.c:4260 ../gio/gdbusconnection.c:5963 +#: ../gio/gdbusconnection.c:4389 ../gio/gdbusconnection.c:6092 #, c-format msgid "No such interface `%s' on object at path %s" msgstr "Nincs „%s” felület a(z) %s útvonalon lévő objektumon" -#: ../gio/gdbusconnection.c:4312 +#: ../gio/gdbusconnection.c:4441 #, c-format msgid "No such method `%s'" msgstr "Nincs „%s” metódus" -#: ../gio/gdbusconnection.c:4343 +#: ../gio/gdbusconnection.c:4472 #, c-format msgid "Type of message, `%s', does not match expected type `%s'" msgstr "Az üzenet „%s” típusa nem felel meg a várt „%s” típusnak" -#: ../gio/gdbusconnection.c:4562 +#: ../gio/gdbusconnection.c:4691 #, c-format msgid "An object is already exported for the interface %s at %s" msgstr "Már exportálva van egy objektum a(z) %s felülethez itt: %s" -#: ../gio/gdbusconnection.c:4756 +#: ../gio/gdbusconnection.c:4885 #, c-format msgid "Method `%s' returned type `%s', but expected `%s'" msgstr "A metódus („%s”) a(z) „%s” típust adta vissza a várt „%s” helyett" -#: ../gio/gdbusconnection.c:5558 +#: ../gio/gdbusconnection.c:5687 #, c-format msgid "Method `%s' on interface `%s' with signature `%s' does not exist" msgstr "A metódus („%s”) nem létezik a(z) „%s” felületen „%s” aláírással" -#: ../gio/gdbusconnection.c:5676 +#: ../gio/gdbusconnection.c:5805 #, c-format msgid "A subtree is already exported for %s" msgstr "Egy részfa már exportálva van a következőhöz: %s" @@ -1875,8 +1842,7 @@ #: ../gio/gdbusmessage.c:1311 #, c-format -msgid "" -"Encountered array of length %u bytes. Maximum length is 2<<26 bytes (64 MiB)." +msgid "Encountered array of length %u bytes. Maximum length is 2<<26 bytes (64 MiB)." msgstr "%u bájt hosszú tömb található. A maximális hossz 2<<26 bájt (64 MiB)." #: ../gio/gdbusmessage.c:1472 @@ -1886,10 +1852,8 @@ #: ../gio/gdbusmessage.c:1499 #, c-format -msgid "" -"Error deserializing GVariant with type string `%s' from the D-Bus wire format" -msgstr "" -"Hiba a(z) „%s” típusú GVariant visszafejtésekor a D-Bus átviteli formátumból" +msgid "Error deserializing GVariant with type string `%s' from the D-Bus wire format" +msgstr "Hiba a(z) „%s” típusú GVariant visszafejtésekor a D-Bus átviteli formátumból" #: ../gio/gdbusmessage.c:1683 #, c-format @@ -1926,16 +1890,13 @@ #: ../gio/gdbusmessage.c:2131 #, c-format -msgid "" -"Error serializing GVariant with type string `%s' to the D-Bus wire format" -msgstr "" -"Hiba a(z) „%s” típusú GVariant sorbafejtésekor a D-Bus átviteli formátumba" +msgid "Error serializing GVariant with type string `%s' to the D-Bus wire format" +msgstr "Hiba a(z) „%s” típusú GVariant sorbafejtésekor a D-Bus átviteli formátumba" #: ../gio/gdbusmessage.c:2272 #, c-format msgid "Message has %d fds but the header field indicates %d fds" -msgstr "" -"Az üzenethez %d fájlleíró tartozik, de a fejlécmező %d fájlleírót jelez" +msgstr "Az üzenethez %d fájlleíró tartozik, de a fejlécmező %d fájlleírót jelez" #: ../gio/gdbusmessage.c:2280 msgid "Cannot serialize message: " @@ -1972,8 +1933,7 @@ #: ../gio/gdbusmethodinvocation.c:375 #, c-format msgid "Type of return value is incorrect, got `%s', expected `%s'" -msgstr "" -"A visszatérési érték típusa helytelen, a várt „%2$s” helyett „%1$s” érkezett" +msgstr "A visszatérési érték típusa helytelen, a várt „%2$s” helyett „%1$s” érkezett" #: ../gio/gdbusmethodinvocation.c:406 ../gio/gsocket.c:2974 #: ../gio/gsocket.c:3055 @@ -1981,7 +1941,7 @@ msgid "Error sending message: %s" msgstr "Hiba az üzenet küldésekor: %s" -#: ../gio/gdbusprivate.c:1766 +#: ../gio/gdbusprivate.c:1758 msgid "Unable to load /var/lib/dbus/machine-id: " msgstr "Nem tölthető be a /var/lib/dbus/machine-id: " @@ -2101,10 +2061,8 @@ #: ../gio/gdbus-tool.c:459 #, c-format -msgid "" -"Warning: According to introspection data, interface `%s' does not exist\n" -msgstr "" -"Figyelmeztetés: a betekintési adatok szerint a(z) „%s” felület nem létezik\n" +msgid "Warning: According to introspection data, interface `%s' does not exist\n" +msgstr "Figyelmeztetés: a betekintési adatok szerint a(z) „%s” felület nem létezik\n" #: ../gio/gdbus-tool.c:468 #, c-format @@ -2214,8 +2172,7 @@ #: ../gio/gdesktopappinfo.c:1153 #, c-format msgid "Can't create user application configuration folder %s: %s" -msgstr "" -"Nem hozható létre a(z) %s felhasználói alkalmazáskonfigurációs mappa: %s" +msgstr "Nem hozható létre a(z) %s felhasználói alkalmazáskonfigurációs mappa: %s" #: ../gio/gdesktopappinfo.c:1157 #, c-format @@ -2241,8 +2198,7 @@ #. * don't implement any of eject or eject_with_operation. #: ../gio/gdrive.c:443 msgid "drive doesn't implement eject or eject_with_operation" -msgstr "" -"a meghajtó nem valósítja meg a kiadást vagy az eject_with_operation függvényt" +msgstr "a meghajtó nem valósítja meg a kiadást vagy az eject_with_operation függvényt" #: ../gio/gdrive.c:520 msgid "drive doesn't implement polling for media" @@ -2425,8 +2381,7 @@ #: ../gio/gicon.c:354 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" -msgstr "" -"A típus (%s) nem valósítja meg a from_tokens() függvényt a GIcon felületen" +msgstr "A típus (%s) nem valósítja meg a from_tokens() függvényt a GIcon felületen" #: ../gio/gicon.c:430 msgid "Can't handle the supplied version the icon encoding" @@ -2443,7 +2398,7 @@ #. * already an operation running against this stream when #. * you try to start one #: ../gio/ginputstream.c:901 ../gio/giostream.c:316 -#: ../gio/goutputstream.c:1209 +#: ../gio/goutputstream.c:1210 msgid "Stream has outstanding operation" msgstr "Az adatfolyam hátralévő művelettel rendelkezik" @@ -2456,16 +2411,16 @@ msgid "Unsupported socket address" msgstr "Nem támogatott foglalatcím" -#: ../gio/glib-compile-schemas.c:702 +#: ../gio/glib-compile-schemas.c:703 msgid "empty names are not permitted" msgstr "az üres nevek nem engedélyezettek" -#: ../gio/glib-compile-schemas.c:712 +#: ../gio/glib-compile-schemas.c:713 #, c-format msgid "invalid name '%s': names must begin with a lowercase letter" msgstr "érvénytelen név („%s”): a neveknek kisbetűvel kell kezdődniük" -#: ../gio/glib-compile-schemas.c:724 +#: ../gio/glib-compile-schemas.c:725 #, c-format msgid "" "invalid name '%s': invalid character '%c'; only lowercase letters, numbers " @@ -2474,37 +2429,36 @@ "érvénytelen név („%s”): érvénytelen karakter: „%c”. Csak kisbetűk, számok és " "kötőjel („-”) engedélyezettek." -#: ../gio/glib-compile-schemas.c:733 +#: ../gio/glib-compile-schemas.c:734 #, c-format msgid "invalid name '%s': two successive dashes ('--') are not permitted." -msgstr "" -"érvénytelen név („%s”): két egymást követő kötőjel („--”) nem engedélyezett." +msgstr "érvénytelen név („%s”): két egymást követő kötőjel („--”) nem engedélyezett." -#: ../gio/glib-compile-schemas.c:742 +#: ../gio/glib-compile-schemas.c:743 #, c-format msgid "invalid name '%s': the last character may not be a dash ('-')." msgstr "érvénytelen név („%s”): az utolsó karakter nem lehet kötőjel („-”)." -#: ../gio/glib-compile-schemas.c:750 +#: ../gio/glib-compile-schemas.c:751 #, c-format msgid "invalid name '%s': maximum length is 32" msgstr "érvénytelen név („%s”): a maximális hossz 32 karakter" -#: ../gio/glib-compile-schemas.c:819 +#: ../gio/glib-compile-schemas.c:820 #, c-format msgid " already specified" msgstr " már meg van adva" -#: ../gio/glib-compile-schemas.c:845 +#: ../gio/glib-compile-schemas.c:846 msgid "can not add keys to a 'list-of' schema" msgstr "nem adhatók kulcsok „list-of” sémához" -#: ../gio/glib-compile-schemas.c:856 +#: ../gio/glib-compile-schemas.c:857 #, c-format msgid " already specified" msgstr " már meg van adva" -#: ../gio/glib-compile-schemas.c:874 +#: ../gio/glib-compile-schemas.c:875 #, c-format msgid "" " shadows in ; use " @@ -2513,71 +2467,68 @@ " leárnyékolja ezt: ebben: ; " "az érték módosításához használja az címkét" -#: ../gio/glib-compile-schemas.c:885 +#: ../gio/glib-compile-schemas.c:886 #, c-format msgid "" "exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " "to " -msgstr "" -"a attribútumaként csak a „type”, „enum” vagy „flags” egyike adható meg" +msgstr "a attribútumaként csak a „type”, „enum” vagy „flags” egyike adható meg" -#: ../gio/glib-compile-schemas.c:904 +#: ../gio/glib-compile-schemas.c:905 #, c-format msgid "<%s id='%s'> not (yet) defined." msgstr "<%s id='%s'> (még) nincs megadva." -#: ../gio/glib-compile-schemas.c:919 +#: ../gio/glib-compile-schemas.c:920 #, c-format msgid "invalid GVariant type string '%s'" msgstr "érvénytelen GVariant típuskarakterlánc: „%s”" -#: ../gio/glib-compile-schemas.c:949 +#: ../gio/glib-compile-schemas.c:950 msgid " given but schema isn't extending anything" msgstr "az megadva, de a séma nem terjeszt ki semmit" -#: ../gio/glib-compile-schemas.c:962 +#: ../gio/glib-compile-schemas.c:963 #, c-format msgid "no to override" msgstr "nincs felülírandó " -#: ../gio/glib-compile-schemas.c:970 +#: ../gio/glib-compile-schemas.c:971 #, c-format msgid " already specified" msgstr " már megadva" -#: ../gio/glib-compile-schemas.c:1036 +#: ../gio/glib-compile-schemas.c:1042 #, c-format msgid " already specified" msgstr " már megadva" -#: ../gio/glib-compile-schemas.c:1048 +#: ../gio/glib-compile-schemas.c:1054 #, c-format msgid " extends not yet existing schema '%s'" msgstr "a a még nem létező „%s” sémát terjeszti ki" -#: ../gio/glib-compile-schemas.c:1064 +#: ../gio/glib-compile-schemas.c:1070 #, c-format msgid " is list of not yet existing schema '%s'" msgstr "a a még nem létező „%s” séma listája" -#: ../gio/glib-compile-schemas.c:1072 +#: ../gio/glib-compile-schemas.c:1078 #, c-format msgid "Can not be a list of a schema with a path" msgstr "Nem lehet séma listája útvonallal" -#: ../gio/glib-compile-schemas.c:1082 +#: ../gio/glib-compile-schemas.c:1088 #, c-format msgid "Can not extend a schema with a path" msgstr "Nem terjeszthet ki sémát útvonallal" -#: ../gio/glib-compile-schemas.c:1092 +#: ../gio/glib-compile-schemas.c:1098 #, c-format -msgid "" -" is a list, extending which is not a list" -msgstr "" -"a lista a nem lista sémát terjeszti ki" +msgid " is a list, extending which is not a list" +msgstr "a lista a nem lista sémát terjeszti ki" -#: ../gio/glib-compile-schemas.c:1102 +#: ../gio/glib-compile-schemas.c:1108 #, c-format msgid "" " extends but '%s' " @@ -2586,50 +2537,87 @@ "a kiterjeszti ezt: , de „%s” nem terjeszti ki ezt: „%s”" -#: ../gio/glib-compile-schemas.c:1119 +#: ../gio/glib-compile-schemas.c:1125 #, c-format msgid "a path, if given, must begin and end with a slash" -msgstr "" -"ha meg van adva útvonal, akkor osztásjellel kell kezdődnie és végződnie" +msgstr "ha meg van adva útvonal, akkor osztásjellel kell kezdődnie és végződnie" -#: ../gio/glib-compile-schemas.c:1126 +#: ../gio/glib-compile-schemas.c:1132 #, c-format msgid "the path of a list must end with ':/'" msgstr "a lista útvonalának „:/” karakterekkel kell végződnie" -#: ../gio/glib-compile-schemas.c:1148 +#: ../gio/glib-compile-schemas.c:1158 #, c-format msgid "<%s id='%s'> already specified" msgstr "<%s id='%s'> már meg van adva" -#: ../gio/glib-compile-schemas.c:1362 +#: ../gio/glib-compile-schemas.c:1375 #, c-format msgid "Element <%s> not allowed inside <%s>" msgstr "<%s> elem nem engedélyezett ezen belül: <%s>" -#: ../gio/glib-compile-schemas.c:1366 +#: ../gio/glib-compile-schemas.c:1379 #, c-format msgid "Element <%s> not allowed at toplevel" msgstr "<%s> elem nem engedélyezett a felső szinten" -#: ../gio/glib-compile-schemas.c:1460 +#: ../gio/glib-compile-schemas.c:1473 #, c-format msgid "text may not appear inside <%s>" msgstr "nem jelenhet meg szöveg ezen belül: <%s>" -#: ../gio/glib-compile-schemas.c:1674 +#. Translators: Do not translate "--strict". +#: ../gio/glib-compile-schemas.c:1641 ../gio/glib-compile-schemas.c:1712 +#: ../gio/glib-compile-schemas.c:1788 +#, c-format +msgid "--strict was specified; exiting.\n" +msgstr "a --strict meg lett adva, kilépés.\n" + +#: ../gio/glib-compile-schemas.c:1649 +#, c-format +msgid "This entire file has been ignored.\n" +msgstr "Ez az egész fájl figyelmen kívül marad.\n" + +#: ../gio/glib-compile-schemas.c:1708 #, c-format -msgid "No such schema `%s' specified in override file `%s'" -msgstr "Nincs megadva „%s” séma a(z) „%s” felülbírálási fájlban" +msgid "Ignoring this file.\n" +msgstr "Fájl figyelmen kívül hagyása.\n" -#: ../gio/glib-compile-schemas.c:1698 +#: ../gio/glib-compile-schemas.c:1748 #, c-format msgid "No such key `%s' in schema `%s' as specified in override file `%s'" msgstr "" "Nincs „%s” kulcs a(z) „%s” sémában a(z) „%s” felülbírálási fájlban megadott " "módon" -#: ../gio/glib-compile-schemas.c:1731 +#: ../gio/glib-compile-schemas.c:1754 ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1840 +#, c-format +msgid "; ignoring override for this key.\n" +msgstr "; kulcs felülbírálásának figyelmen kívül hagyása.\n" + +#: ../gio/glib-compile-schemas.c:1758 ../gio/glib-compile-schemas.c:1816 +#: ../gio/glib-compile-schemas.c:1844 +#, c-format +msgid " and --strict was specified; exiting.\n" +msgstr " és a --strict meg lett adva, kilépés.\n" + +#: ../gio/glib-compile-schemas.c:1774 +#, c-format +msgid "" +"error parsing key `%s' in schema `%s' as specified in override file `%s': %" +"s. " +msgstr "" +"hiba a(z) „%s” kulcs feldolgozásakor a(z) „%s” sémában a(z) „%s” felülbírálási fájlban megadott " +"módon: %s. " + +#: ../gio/glib-compile-schemas.c:1784 +#, c-format +msgid "Ignoring override for this key.\n" +msgstr "Kulcs felülbírálásának figyelmen kívül hagyása.\n" + +#: ../gio/glib-compile-schemas.c:1802 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is out of the " @@ -2638,7 +2626,7 @@ "a(z) „%2$s” séma „%1$s” kulcsának felülbírálása a(z) „%3$s” felülbírálási " "fájlban a sémában megadott tartományon kívül esik" -#: ../gio/glib-compile-schemas.c:1752 +#: ../gio/glib-compile-schemas.c:1830 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is not in the " @@ -2647,27 +2635,31 @@ "a(z) „%2$s” séma „%1$s” kulcsának felülbírálása a(z) „%3$s” felülbírálási " "fájlban nincs az érvényes lehetőségek listájában" -#: ../gio/glib-compile-schemas.c:1797 +#: ../gio/glib-compile-schemas.c:1884 msgid "where to store the gschemas.compiled file" msgstr "a gschemas.compiled fájl tárolási helye" -#: ../gio/glib-compile-schemas.c:1797 ../gio/glib-compile-schemas.c:1809 +#: ../gio/glib-compile-schemas.c:1884 ../gio/glib-compile-schemas.c:1897 msgid "DIRECTORY" msgstr "KÖNYVTÁR" -#: ../gio/glib-compile-schemas.c:1798 +#: ../gio/glib-compile-schemas.c:1885 +msgid "Abort on any errors in schemas" +msgstr "Megszakítás a sémák bármely hibája esetén" + +#: ../gio/glib-compile-schemas.c:1886 msgid "Do not write the gschema.compiled file" msgstr "Ne írja ki a gschema.compiled fájlt" -#: ../gio/glib-compile-schemas.c:1799 +#: ../gio/glib-compile-schemas.c:1887 msgid "This option will be removed soon." msgstr "Ez a lehetőség hamarosan megszűnik." -#: ../gio/glib-compile-schemas.c:1800 +#: ../gio/glib-compile-schemas.c:1888 msgid "Do not enforce key name restrictions" msgstr "Ne kényszerítse ki a kulcsnévmegszorításokat" -#: ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1900 msgid "" "Compile all GSettings schema files into a schema cache.\n" "Schema files are required to have the extension .gschema.xml,\n" @@ -2677,22 +2669,22 @@ "A sémafájloknak .gschema.xml kiterjesztéssel kell rendelkezniük,\n" "és a gyorsítótárfájl neve gschemas.compiled." -#: ../gio/glib-compile-schemas.c:1828 +#: ../gio/glib-compile-schemas.c:1916 #, c-format msgid "You should give exactly one directory name\n" msgstr "Pontosan egy könyvtárnevet kell megadnia\n" -#: ../gio/glib-compile-schemas.c:1867 +#: ../gio/glib-compile-schemas.c:1955 #, c-format msgid "No schema files found: " msgstr "Nem találhatók sémafájlok: " -#: ../gio/glib-compile-schemas.c:1870 +#: ../gio/glib-compile-schemas.c:1958 #, c-format msgid "doing nothing.\n" msgstr "nem történik semmi.\n" -#: ../gio/glib-compile-schemas.c:1873 +#: ../gio/glib-compile-schemas.c:1961 #, c-format msgid "removed existing output file.\n" msgstr "meglévő kimeneti fájl eltávolítva.\n" @@ -3073,11 +3065,11 @@ msgid "Hostname '%s' contains '[' but not ']'" msgstr "A gépnév („%s”) „[” karaktert tartalmaz „]” nélkül" -#: ../gio/goutputstream.c:206 ../gio/goutputstream.c:407 +#: ../gio/goutputstream.c:207 ../gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "A kimeneti adatfolyam nem valósítja meg az írást" -#: ../gio/goutputstream.c:368 ../gio/goutputstream.c:848 +#: ../gio/goutputstream.c:369 ../gio/goutputstream.c:849 msgid "Source stream is already closed" msgstr "A forrás adatfolyam már le van zárva" @@ -3130,19 +3122,20 @@ "Az egyes parancsok súgója a „%s PARANCS --help” kiadásával érhető el.\n" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "Specify the path for the schema" msgstr "A séma útvonalának megadása" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "PATH" msgstr "ÚTVONAL" -#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:539 -#: ../gio/gsettings-tool.c:652 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:654 msgid "SCHEMA KEY" msgstr "SÉMAKULCS" @@ -3150,8 +3143,8 @@ msgid "Get the value of KEY" msgstr "A KULCS értékének lekérése" -#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:448 -#: ../gio/gsettings-tool.c:543 ../gio/gsettings-tool.c:659 +#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:449 +#: ../gio/gsettings-tool.c:545 ../gio/gsettings-tool.c:661 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3161,15 +3154,16 @@ " SÉMA A séma azonosítója\n" " KULCS A kulcs neve\n" -#: ../gio/gsettings-tool.c:328 ../gio/gsettings-tool.c:444 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:329 ../gio/gsettings-tool.c:445 msgid "SCHEMA KEY VALUE" msgstr "SÉMA KULCS ÉRTÉK" -#: ../gio/gsettings-tool.c:330 +#: ../gio/gsettings-tool.c:331 msgid "Set the value of KEY" msgstr "A KULCS értékének beállítása" -#: ../gio/gsettings-tool.c:332 +#: ../gio/gsettings-tool.c:333 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3182,20 +3176,20 @@ " ÉRTÉK A kulcs beállítása erre az értékre, sorbafejtett GVariant-" "ként\n" -#: ../gio/gsettings-tool.c:405 +#: ../gio/gsettings-tool.c:406 #, c-format msgid "Key %s is not writable\n" msgstr "A kulcs (%s) nem írható\n" -#: ../gio/gsettings-tool.c:446 +#: ../gio/gsettings-tool.c:447 msgid "Sets KEY to its default value" msgstr "A KULCS beállítása az alapértelmezett értékére" -#: ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:543 msgid "Find out whether KEY is writable" msgstr "A KULCS írhatóságának meghatározása" -#: ../gio/gsettings-tool.c:655 +#: ../gio/gsettings-tool.c:657 msgid "" "Monitor KEY for changes and print the changed values.\n" "Monitoring will continue until the process is terminated." @@ -3203,7 +3197,7 @@ "A KULCS változásainak figyelése, és a módosított értékek kiírása.\n" "A figyelés a folyamat befejeztetéséig tart." -#: ../gio/gsettings-tool.c:831 +#: ../gio/gsettings-tool.c:833 #, c-format msgid "Unknown command '%s'\n" msgstr "Ismeretlen parancs: „%s”\n" @@ -3369,20 +3363,17 @@ msgstr "A SOCKSv5 proxy hitelesítést igényel." #: ../gio/gsocks5proxy.c:179 -msgid "" -"The SOCKSv5 require an authentication method that is not supported by GLib." +msgid "The SOCKSv5 require an authentication method that is not supported by GLib." msgstr "A SOCKSv5 a GLib által nem támogatott hitelesítési módszert igényel." #: ../gio/gsocks5proxy.c:208 #, c-format msgid "Username or password is too long for SOCKSv5 protocol (max. is %i)." -msgstr "" -"A felhasználónév vagy jelszó túl hosszú a SOCKSv5 protokollhoz (max.: %i)." +msgstr "A felhasználónév vagy jelszó túl hosszú a SOCKSv5 protokollhoz (max.: %i)." #: ../gio/gsocks5proxy.c:239 msgid "SOCKSv5 authentication failed due to wrong username or password." -msgstr "" -"A SOCKSv5 hitelesítés hibás felhasználónév vagy jelszó miatt meghiúsult." +msgstr "A SOCKSv5 hitelesítés hibás felhasználónév vagy jelszó miatt meghiúsult." #: ../gio/gsocks5proxy.c:289 #, c-format @@ -3455,8 +3446,7 @@ #: ../gio/gunixconnection.c:439 #, c-format msgid "Error checking if SO_PASSCRED is enabled for socket: %s" -msgstr "" -"Hiba a SO_PASSCRED engedélyezettségének ellenőrzésekor a foglalathoz: %s" +msgstr "Hiba a SO_PASSCRED engedélyezettségének ellenőrzésekor a foglalathoz: %s" #: ../gio/gunixconnection.c:448 #, c-format @@ -3473,8 +3463,7 @@ msgstr "Hiba a SO_PASSCRED engedélyezése közben: %s" #: ../gio/gunixconnection.c:495 -msgid "" -"Expecting to read a single byte for receiving credentials but read zero bytes" +msgid "Expecting to read a single byte for receiving credentials but read zero bytes" msgstr "" "A hitelesítési adatok fogadásához várt egyetlen bájt helyett nulla bájt lett " "beolvasva" @@ -3507,8 +3496,7 @@ #: ../gio/gunixsocketaddress.c:244 msgid "Abstract unix domain socket addresses not supported on this system" -msgstr "" -"Az absztrakt unix tartományfoglalat-címek nem támogatottak ezen a rendszeren" +msgstr "Az absztrakt unix tartományfoglalat-címek nem támogatottak ezen a rendszeren" #: ../gio/gvolume.c:406 msgid "volume doesn't implement eject" @@ -3519,8 +3507,7 @@ #. * don't implement any of eject or eject_with_operation. #: ../gio/gvolume.c:485 msgid "volume doesn't implement eject or eject_with_operation" -msgstr "" -"a kötet nem valósítja meg a kiadást vagy a eject_with_operation függvényt" +msgstr "a kötet nem valósítja meg a kiadást vagy a eject_with_operation függvényt" #: ../gio/gwin32appinfo.c:276 msgid "Can't find application" @@ -3574,3 +3561,4 @@ #: ../gio/gzlibdecompressor.c:342 msgid "Invalid compressed data" msgstr "Érvénytelen tömörített adatok" + Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/id.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/id.gmo differ diff -Nru glib2.0-2.26.0/po/id.po glib2.0-2.26.1/po/id.po --- glib2.0-2.26.0/po/id.po 2010-09-16 01:21:44.000000000 +1000 +++ glib2.0-2.26.1/po/id.po 2010-11-13 00:52:52.000000000 +1100 @@ -7,11 +7,11 @@ # Andika Triwidada , 2010. msgid "" msgstr "" -"Project-Id-Version: glib master\n" +"Project-Id-Version: glib glib-2-26\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=glib&component=general\n" -"POT-Creation-Date: 2010-09-14 20:28+0000\n" -"PO-Revision-Date: 2010-09-15 07:44+0700\n" +"POT-Creation-Date: 2010-09-27 15:15+0000\n" +"PO-Revision-Date: 2010-09-28 00:24+0700\n" "Last-Translator: Andika Triwidada \n" "Language-Team: GNOME Indonesian Translation Team \n" "MIME-Version: 1.0\n" @@ -161,232 +161,232 @@ msgstr "Nama host salah" #. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:105 +#: ../glib/gdatetime.c:149 msgctxt "GDateTime" msgid "am" msgstr "am" #. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:107 +#: ../glib/gdatetime.c:151 msgctxt "GDateTime" msgid "AM" msgstr "AM" #. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:109 +#: ../glib/gdatetime.c:153 msgctxt "GDateTime" msgid "pm" msgstr "pm" #. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:111 +#: ../glib/gdatetime.c:155 msgctxt "GDateTime" msgid "PM" msgstr "PM" #. Translators: this is the preferred format for expressing the date -#: ../glib/gdatetime.c:120 +#: ../glib/gdatetime.c:164 msgctxt "GDateTime" msgid "%m/%d/%y" msgstr "%d/%m/%y" #. Translators: this is the preferred format for expressing the time -#: ../glib/gdatetime.c:123 +#: ../glib/gdatetime.c:167 msgctxt "GDateTime" msgid "%H:%M:%S" msgstr "%H:%M:%S" -#: ../glib/gdatetime.c:168 +#: ../glib/gdatetime.c:193 msgctxt "full month name" msgid "January" msgstr "Januari" -#: ../glib/gdatetime.c:170 +#: ../glib/gdatetime.c:195 msgctxt "full month name" msgid "February" msgstr "Februari" -#: ../glib/gdatetime.c:172 +#: ../glib/gdatetime.c:197 msgctxt "full month name" msgid "March" msgstr "Maret" -#: ../glib/gdatetime.c:174 +#: ../glib/gdatetime.c:199 msgctxt "full month name" msgid "April" msgstr "April" -#: ../glib/gdatetime.c:176 +#: ../glib/gdatetime.c:201 msgctxt "full month name" msgid "May" msgstr "Mei" -#: ../glib/gdatetime.c:178 +#: ../glib/gdatetime.c:203 msgctxt "full month name" msgid "June" msgstr "Juni" -#: ../glib/gdatetime.c:180 +#: ../glib/gdatetime.c:205 msgctxt "full month name" msgid "July" msgstr "Juli" -#: ../glib/gdatetime.c:182 +#: ../glib/gdatetime.c:207 msgctxt "full month name" msgid "August" msgstr "Agustus" -#: ../glib/gdatetime.c:184 +#: ../glib/gdatetime.c:209 msgctxt "full month name" msgid "September" msgstr "September" -#: ../glib/gdatetime.c:186 +#: ../glib/gdatetime.c:211 msgctxt "full month name" msgid "October" msgstr "Oktober" -#: ../glib/gdatetime.c:188 +#: ../glib/gdatetime.c:213 msgctxt "full month name" msgid "November" msgstr "November" -#: ../glib/gdatetime.c:190 +#: ../glib/gdatetime.c:215 msgctxt "full month name" msgid "December" msgstr "Desember" -#: ../glib/gdatetime.c:205 +#: ../glib/gdatetime.c:230 msgctxt "abbreviated month name" msgid "Jan" msgstr "Jan" -#: ../glib/gdatetime.c:207 +#: ../glib/gdatetime.c:232 msgctxt "abbreviated month name" msgid "Feb" msgstr "Feb" -#: ../glib/gdatetime.c:209 +#: ../glib/gdatetime.c:234 msgctxt "abbreviated month name" msgid "Mar" msgstr "Mar" -#: ../glib/gdatetime.c:211 +#: ../glib/gdatetime.c:236 msgctxt "abbreviated month name" msgid "Apr" msgstr "Apr" -#: ../glib/gdatetime.c:213 +#: ../glib/gdatetime.c:238 msgctxt "abbreviated month name" msgid "May" msgstr "Mei" -#: ../glib/gdatetime.c:215 +#: ../glib/gdatetime.c:240 msgctxt "abbreviated month name" msgid "Jun" msgstr "Jun" -#: ../glib/gdatetime.c:217 +#: ../glib/gdatetime.c:242 msgctxt "abbreviated month name" msgid "Jul" msgstr "Jul" -#: ../glib/gdatetime.c:219 +#: ../glib/gdatetime.c:244 msgctxt "abbreviated month name" msgid "Aug" msgstr "Ags" -#: ../glib/gdatetime.c:221 +#: ../glib/gdatetime.c:246 msgctxt "abbreviated month name" msgid "Sep" msgstr "Sep" -#: ../glib/gdatetime.c:223 +#: ../glib/gdatetime.c:248 msgctxt "abbreviated month name" msgid "Oct" msgstr "Okt" -#: ../glib/gdatetime.c:225 +#: ../glib/gdatetime.c:250 msgctxt "abbreviated month name" msgid "Nov" msgstr "Nov" -#: ../glib/gdatetime.c:227 +#: ../glib/gdatetime.c:252 msgctxt "abbreviated month name" msgid "Dec" msgstr "Des" -#: ../glib/gdatetime.c:242 +#: ../glib/gdatetime.c:267 msgctxt "full weekday name" msgid "Monday" msgstr "Senin" -#: ../glib/gdatetime.c:244 +#: ../glib/gdatetime.c:269 msgctxt "full weekday name" msgid "Tuesday" msgstr "Selasa" -#: ../glib/gdatetime.c:246 +#: ../glib/gdatetime.c:271 msgctxt "full weekday name" msgid "Wednesday" msgstr "Rabu" -#: ../glib/gdatetime.c:248 +#: ../glib/gdatetime.c:273 msgctxt "full weekday name" msgid "Thursday" msgstr "Kamis" -#: ../glib/gdatetime.c:250 +#: ../glib/gdatetime.c:275 msgctxt "full weekday name" msgid "Friday" msgstr "Jumat" -#: ../glib/gdatetime.c:252 +#: ../glib/gdatetime.c:277 msgctxt "full weekday name" msgid "Saturday" msgstr "Sabtu" -#: ../glib/gdatetime.c:254 +#: ../glib/gdatetime.c:279 msgctxt "full weekday name" msgid "Sunday" msgstr "Minggu" -#: ../glib/gdatetime.c:269 +#: ../glib/gdatetime.c:294 msgctxt "abbreviated weekday name" msgid "Mon" msgstr "Sen" -#: ../glib/gdatetime.c:271 +#: ../glib/gdatetime.c:296 msgctxt "abbreviated weekday name" msgid "Tue" msgstr "Sel" -#: ../glib/gdatetime.c:273 +#: ../glib/gdatetime.c:298 msgctxt "abbreviated weekday name" msgid "Wed" msgstr "Rab" -#: ../glib/gdatetime.c:275 +#: ../glib/gdatetime.c:300 msgctxt "abbreviated weekday name" msgid "Thu" msgstr "Kam" -#: ../glib/gdatetime.c:277 +#: ../glib/gdatetime.c:302 msgctxt "abbreviated weekday name" msgid "Fri" msgstr "Jum" -#: ../glib/gdatetime.c:279 +#: ../glib/gdatetime.c:304 msgctxt "abbreviated weekday name" msgid "Sat" msgstr "Sab" -#: ../glib/gdatetime.c:281 +#: ../glib/gdatetime.c:306 msgctxt "abbreviated weekday name" msgid "Sun" msgstr "Min" -#: ../glib/gdir.c:114 ../glib/gdir.c:137 +#: ../glib/gdir.c:115 ../glib/gdir.c:138 #, c-format msgid "Error opening directory '%s': %s" msgstr "Galat ketika membuka direktori '%s': %s" @@ -766,301 +766,301 @@ "Dokumen terpotong tidak sempurna di dalam keterangan atau instruksi " "pemrosesan" -#: ../glib/gregex.c:184 +#: ../glib/gregex.c:188 msgid "corrupted object" msgstr "objek rusak" -#: ../glib/gregex.c:186 +#: ../glib/gregex.c:190 msgid "internal error or corrupted object" msgstr "kesalahan internal atau objek rusak" -#: ../glib/gregex.c:188 +#: ../glib/gregex.c:192 msgid "out of memory" msgstr "kehabisan memori" -#: ../glib/gregex.c:193 +#: ../glib/gregex.c:197 msgid "backtracking limit reached" msgstr "batas pelacakan balik tercapai" -#: ../glib/gregex.c:205 ../glib/gregex.c:213 +#: ../glib/gregex.c:209 ../glib/gregex.c:217 msgid "the pattern contains items not supported for partial matching" msgstr "pola memuat butir yang tak didukung bagi pencocokan sebagian" -#: ../glib/gregex.c:207 ../gio/glocalfile.c:2109 +#: ../glib/gregex.c:211 ../gio/glocalfile.c:2109 msgid "internal error" msgstr "kesalahan internal" -#: ../glib/gregex.c:215 +#: ../glib/gregex.c:219 msgid "back references as conditions are not supported for partial matching" msgstr "acuan balik sebagai persyaratan tak didukung bagi pencocokan sebagian" -#: ../glib/gregex.c:224 +#: ../glib/gregex.c:228 msgid "recursion limit reached" msgstr "batas rekursi dicapai" -#: ../glib/gregex.c:226 +#: ../glib/gregex.c:230 msgid "workspace limit for empty substrings reached" msgstr "batas ruang kerja untuk sub string kosong tercapai" -#: ../glib/gregex.c:228 +#: ../glib/gregex.c:232 msgid "invalid combination of newline flags" msgstr "kombinasi bendera baris baru yang tak valid" -#: ../glib/gregex.c:232 +#: ../glib/gregex.c:236 msgid "unknown error" msgstr "galat tak dikenal" -#: ../glib/gregex.c:252 +#: ../glib/gregex.c:256 msgid "\\ at end of pattern" msgstr "\\ di akhir pola" -#: ../glib/gregex.c:255 +#: ../glib/gregex.c:259 msgid "\\c at end of pattern" msgstr "\\c di akhir pola" -#: ../glib/gregex.c:258 +#: ../glib/gregex.c:262 msgid "unrecognized character follows \\" msgstr "karakter tak dikenal mengikuti \\" -#: ../glib/gregex.c:265 +#: ../glib/gregex.c:269 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "escape pengubah huruf besar kecil (\\l, \\L, \\u, \\U) tak diijinkan di sini" -#: ../glib/gregex.c:268 +#: ../glib/gregex.c:272 msgid "numbers out of order in {} quantifier" msgstr "angka tak urut di quantifier {}" -#: ../glib/gregex.c:271 +#: ../glib/gregex.c:275 msgid "number too big in {} quantifier" msgstr "angka terlalu besar di quantifier {}" -#: ../glib/gregex.c:274 +#: ../glib/gregex.c:278 msgid "missing terminating ] for character class" msgstr "pengakhiran ] hilang bagi kelas karakter" -#: ../glib/gregex.c:277 +#: ../glib/gregex.c:281 msgid "invalid escape sequence in character class" msgstr "rangkaian escape tak valid dalam kelas karakter" -#: ../glib/gregex.c:280 +#: ../glib/gregex.c:284 msgid "range out of order in character class" msgstr "jangkauan tak terurut dalam kelas karakter" -#: ../glib/gregex.c:283 +#: ../glib/gregex.c:287 msgid "nothing to repeat" msgstr "tak ada yang dapat diulang" -#: ../glib/gregex.c:286 +#: ../glib/gregex.c:290 msgid "unrecognized character after (?" msgstr "karakter tak dikenal setelah (?" -#: ../glib/gregex.c:290 +#: ../glib/gregex.c:294 msgid "unrecognized character after (?<" msgstr "karakter tak dikenal setelah (?<" -#: ../glib/gregex.c:294 +#: ../glib/gregex.c:298 msgid "unrecognized character after (?P" msgstr "karakter tak dikenal setelah (?P" -#: ../glib/gregex.c:297 +#: ../glib/gregex.c:301 msgid "POSIX named classes are supported only within a class" msgstr "kelas POSIX yang bernama hanya didukung di dalam suatu kelas" -#: ../glib/gregex.c:300 +#: ../glib/gregex.c:304 msgid "missing terminating )" msgstr "pengakhiran ) hilang" -#: ../glib/gregex.c:304 +#: ../glib/gregex.c:308 msgid ") without opening (" msgstr ") tanpa pembuka (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:311 +#: ../glib/gregex.c:315 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R atau (?[+-]digit mesti diikuti oleh )" -#: ../glib/gregex.c:314 +#: ../glib/gregex.c:318 msgid "reference to non-existent subpattern" msgstr "acuan ke sub pola yang tak ada" -#: ../glib/gregex.c:317 +#: ../glib/gregex.c:321 msgid "missing ) after comment" msgstr "tak ada ) setelah komentar" -#: ../glib/gregex.c:320 +#: ../glib/gregex.c:324 msgid "regular expression too large" msgstr "ekspresi reguler terlalu besar" -#: ../glib/gregex.c:323 +#: ../glib/gregex.c:327 msgid "failed to get memory" msgstr "gagal memperoleh memori" -#: ../glib/gregex.c:326 +#: ../glib/gregex.c:330 msgid "lookbehind assertion is not fixed length" msgstr "panjang asersi lookbehind tak tetap" -#: ../glib/gregex.c:329 +#: ../glib/gregex.c:333 msgid "malformed number or name after (?(" msgstr "angka atau nama salah bentuk setelah (?(" -#: ../glib/gregex.c:332 +#: ../glib/gregex.c:336 msgid "conditional group contains more than two branches" msgstr "grup bersyarat mengandung lebih dari dua cabang" -#: ../glib/gregex.c:335 +#: ../glib/gregex.c:339 msgid "assertion expected after (?(" msgstr "berharap asersi setelah (?(" -#: ../glib/gregex.c:338 +#: ../glib/gregex.c:342 msgid "unknown POSIX class name" msgstr "nama kelas POSIX tak dikenal" -#: ../glib/gregex.c:341 +#: ../glib/gregex.c:345 msgid "POSIX collating elements are not supported" msgstr "elemen kolasi POSIX tak didukung" -#: ../glib/gregex.c:344 +#: ../glib/gregex.c:348 msgid "character value in \\x{...} sequence is too large" msgstr "nilai karakter dalam urutan \\x{...} terlalu besar" -#: ../glib/gregex.c:347 +#: ../glib/gregex.c:351 msgid "invalid condition (?(0)" msgstr "kondisi tak valid (?(0)" -#: ../glib/gregex.c:350 +#: ../glib/gregex.c:354 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C tak diijinkan di asersi lookbehind" -#: ../glib/gregex.c:353 +#: ../glib/gregex.c:357 msgid "recursive call could loop indefinitely" msgstr "pemanggilan rekursif bisa berulang tak terhingga" -#: ../glib/gregex.c:356 +#: ../glib/gregex.c:360 msgid "missing terminator in subpattern name" msgstr "terminator di nama sub pola hilang" -#: ../glib/gregex.c:359 +#: ../glib/gregex.c:363 msgid "two named subpatterns have the same name" msgstr "dua sub pola yang bernama memiliki nama sama" -#: ../glib/gregex.c:362 +#: ../glib/gregex.c:366 msgid "malformed \\P or \\p sequence" msgstr "urutan \\P atau \\p salah bentuk" -#: ../glib/gregex.c:365 +#: ../glib/gregex.c:369 msgid "unknown property name after \\P or \\p" msgstr "nama properti tak dikenal setelah \\P atau \\p" -#: ../glib/gregex.c:368 +#: ../glib/gregex.c:372 msgid "subpattern name is too long (maximum 32 characters)" msgstr "nama sub pola terlalu panjang (maksimum 32 karakter)" -#: ../glib/gregex.c:371 +#: ../glib/gregex.c:375 msgid "too many named subpatterns (maximum 10,000)" msgstr "terlalu banyak sub pola yang dinamai (maksimum 10.000)" -#: ../glib/gregex.c:374 +#: ../glib/gregex.c:378 msgid "octal value is greater than \\377" msgstr "nilai oktal lebih dari \\377" -#: ../glib/gregex.c:377 +#: ../glib/gregex.c:381 msgid "DEFINE group contains more than one branch" msgstr "grup DEFINE mengandung lebih dari satu cabang" -#: ../glib/gregex.c:380 +#: ../glib/gregex.c:384 msgid "repeating a DEFINE group is not allowed" msgstr "tak diijinkan mengulang grup DEFINE" -#: ../glib/gregex.c:383 +#: ../glib/gregex.c:387 msgid "inconsistent NEWLINE options" msgstr "opsi NEWLINE tak konsisten" -#: ../glib/gregex.c:386 +#: ../glib/gregex.c:390 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "\\g tak diikuti oleh nama dalam kurung atau tambahan angka bukan nol dalam " "kurung" -#: ../glib/gregex.c:391 +#: ../glib/gregex.c:395 msgid "unexpected repeat" msgstr "pengulangan yang tak diharapkan" -#: ../glib/gregex.c:395 +#: ../glib/gregex.c:399 msgid "code overflow" msgstr "kode tumpah (overflow)" -#: ../glib/gregex.c:399 +#: ../glib/gregex.c:403 msgid "overran compiling workspace" msgstr "menimpa ruang kerja kompilasi" -#: ../glib/gregex.c:403 +#: ../glib/gregex.c:407 msgid "previously-checked referenced subpattern not found" msgstr "sub pola yang diacu yang sebelumnya diperiksa tak ditemukan" -#: ../glib/gregex.c:575 ../glib/gregex.c:1696 +#: ../glib/gregex.c:579 ../glib/gregex.c:1700 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Galat saat mencocokkan ekspresi reguler %s: %s" -#: ../glib/gregex.c:1151 +#: ../glib/gregex.c:1155 msgid "PCRE library is compiled without UTF8 support" msgstr "Pustaka PCRE dikompail tanpa dukungan UTF-8" -#: ../glib/gregex.c:1160 +#: ../glib/gregex.c:1164 msgid "PCRE library is compiled without UTF8 properties support" msgstr "Pustaka PCRE dikompail tanpa dukungan properti UTF-8" -#: ../glib/gregex.c:1214 +#: ../glib/gregex.c:1218 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Galat saat mengkompail ekspresi reguler %s pada karakter %d: %s" -#: ../glib/gregex.c:1250 +#: ../glib/gregex.c:1254 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Galat saat mengoptimasi ekspresi reguler %s: %s" -#: ../glib/gregex.c:2124 +#: ../glib/gregex.c:2128 msgid "hexadecimal digit or '}' expected" msgstr "digit heksadesimal atau '}' diharapkan" -#: ../glib/gregex.c:2140 +#: ../glib/gregex.c:2144 msgid "hexadecimal digit expected" msgstr "digit heksadesimal diharapkan" -#: ../glib/gregex.c:2180 +#: ../glib/gregex.c:2184 msgid "missing '<' in symbolic reference" msgstr "kehilangan '<' di acuan simbolis" -#: ../glib/gregex.c:2189 +#: ../glib/gregex.c:2193 msgid "unfinished symbolic reference" msgstr "acuan simbolis yang belum selesai" -#: ../glib/gregex.c:2196 +#: ../glib/gregex.c:2200 msgid "zero-length symbolic reference" msgstr "acuan simbolis dengan panjang nol" -#: ../glib/gregex.c:2207 +#: ../glib/gregex.c:2211 msgid "digit expected" msgstr "diharapkan digit" -#: ../glib/gregex.c:2225 +#: ../glib/gregex.c:2229 msgid "illegal symbolic reference" msgstr "acuan simbolis yang tak legal" -#: ../glib/gregex.c:2287 +#: ../glib/gregex.c:2291 msgid "stray final '\\'" msgstr "'\\' akhir yang tercecer" -#: ../glib/gregex.c:2291 +#: ../glib/gregex.c:2295 msgid "unknown escape sequence" msgstr "urutan escape tak dikenal" -#: ../glib/gregex.c:2301 +#: ../glib/gregex.c:2305 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Galat saat mengurai teks penggani \"%s\" pada karakter %lu: %s" @@ -1386,18 +1386,18 @@ #: ../gio/gbufferedinputstream.c:411 ../gio/gbufferedinputstream.c:492 #: ../gio/ginputstream.c:185 ../gio/ginputstream.c:317 #: ../gio/ginputstream.c:556 ../gio/ginputstream.c:681 -#: ../gio/goutputstream.c:197 ../gio/goutputstream.c:724 +#: ../gio/goutputstream.c:198 ../gio/goutputstream.c:725 #, c-format msgid "Too large count value passed to %s" msgstr "Nilai cacah yang dilewatkan ke %s terlalu besar" #: ../gio/gbufferedinputstream.c:881 ../gio/ginputstream.c:891 -#: ../gio/giostream.c:306 ../gio/goutputstream.c:1199 +#: ../gio/giostream.c:306 ../gio/goutputstream.c:1200 msgid "Stream is already closed" msgstr "Stream telah ditutup" -#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1552 -#: ../gio/gdbusconnection.c:1641 ../gio/gdbusconnection.c:1823 +#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1633 +#: ../gio/gdbusconnection.c:1722 ../gio/gdbusconnection.c:1904 #: ../gio/glocalfile.c:2102 ../gio/gsimpleasyncresult.c:755 #: ../gio/gsimpleasyncresult.c:781 msgid "Operation was cancelled" @@ -1579,7 +1579,7 @@ msgstr "" "Tidak bisa menentukan alamat bus sesi (tidak diimplementasi bagi OS ini)" -#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6016 +#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6142 #, c-format msgid "" "Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable " @@ -1588,7 +1588,7 @@ "Tak bisa menentukan alamat bus dari variabel lingkungan " "DBUS_STARTER_BUS_TYPE - nilai tak dikenal '%s'" -#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6025 +#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6151 msgid "" "Cannot determine bus address because the DBUS_STARTER_BUS_TYPE environment " "variable is not set" @@ -1700,89 +1700,89 @@ msgid "(Additionally, releasing the lock for `%s' also failed: %s) " msgstr "(Selain itu, melepas kunci bagi '%s' juga gagal: %s)" -#: ../gio/gdbusconnection.c:1061 ../gio/gdbusconnection.c:1290 -#: ../gio/gdbusconnection.c:1329 ../gio/gdbusconnection.c:1652 +#: ../gio/gdbusconnection.c:1142 ../gio/gdbusconnection.c:1371 +#: ../gio/gdbusconnection.c:1410 ../gio/gdbusconnection.c:1733 msgid "The connection is closed" msgstr "Sambungan tertutup" -#: ../gio/gdbusconnection.c:1596 +#: ../gio/gdbusconnection.c:1677 msgid "Timeout was reached" msgstr "Kehabisan waktu" -#: ../gio/gdbusconnection.c:2173 +#: ../gio/gdbusconnection.c:2291 msgid "" "Unsupported flags encountered when constructing a client-side connection" msgstr "" "Ditemui flag yang tak didukung ketika membangun sambungan di sisi klien" -#: ../gio/gdbusconnection.c:3599 ../gio/gdbusconnection.c:3917 +#: ../gio/gdbusconnection.c:3725 ../gio/gdbusconnection.c:4043 #, c-format msgid "" "No such interface `org.freedesktop.DBus.Properties' on object at path %s" msgstr "" "Tidak ada antarmuka `org.freedesktop.DBus.Properties' pada objek di lokasi %s" -#: ../gio/gdbusconnection.c:3671 +#: ../gio/gdbusconnection.c:3797 #, c-format msgid "Error setting property `%s': Expected type `%s' but got `%s'" msgstr "" "Galat menata properti '%s': Tipe yang diharapkan '%s' tapi diperoleh '%s'" -#: ../gio/gdbusconnection.c:3766 +#: ../gio/gdbusconnection.c:3892 #, c-format msgid "No such property `%s'" msgstr "Tak ada properti '%s'" -#: ../gio/gdbusconnection.c:3778 +#: ../gio/gdbusconnection.c:3904 #, c-format msgid "Property `%s' is not readable" msgstr "Properti '%s' tidak dapat dibaca" -#: ../gio/gdbusconnection.c:3789 +#: ../gio/gdbusconnection.c:3915 #, c-format msgid "Property `%s' is not writable" msgstr "Properti '%s' tidak dapat ditulisi" -#: ../gio/gdbusconnection.c:3859 ../gio/gdbusconnection.c:5450 +#: ../gio/gdbusconnection.c:3985 ../gio/gdbusconnection.c:5576 #, c-format msgid "No such interface `%s'" msgstr "Tak ada antar muka '%s'" -#: ../gio/gdbusconnection.c:4047 +#: ../gio/gdbusconnection.c:4173 msgid "No such interface" msgstr "Tak ada antar muka begitu" -#: ../gio/gdbusconnection.c:4263 ../gio/gdbusconnection.c:5966 +#: ../gio/gdbusconnection.c:4389 ../gio/gdbusconnection.c:6092 #, c-format msgid "No such interface `%s' on object at path %s" msgstr "Tak ada antar muka '%s' pada objek di lokasi %s" -#: ../gio/gdbusconnection.c:4315 +#: ../gio/gdbusconnection.c:4441 #, c-format msgid "No such method `%s'" msgstr "Tak ada metoda '%s'" -#: ../gio/gdbusconnection.c:4346 +#: ../gio/gdbusconnection.c:4472 #, c-format msgid "Type of message, `%s', does not match expected type `%s'" msgstr "Tipe pesan '%s' tak cocok dengan tipe yang diharapkan '%s'" -#: ../gio/gdbusconnection.c:4565 +#: ../gio/gdbusconnection.c:4691 #, c-format msgid "An object is already exported for the interface %s at %s" msgstr "Suatu objek telah diekspor bagi antar muka %s pada %s" -#: ../gio/gdbusconnection.c:4759 +#: ../gio/gdbusconnection.c:4885 #, c-format msgid "Method `%s' returned type `%s', but expected `%s'" msgstr "Metoda '%s' mengembalikan tipe '%s', tapi yang diharapkan '%s'" -#: ../gio/gdbusconnection.c:5561 +#: ../gio/gdbusconnection.c:5687 #, c-format msgid "Method `%s' on interface `%s' with signature `%s' does not exist" msgstr "Metoda '%s' pada antar muka '%s' dengan tanda tangan '%s' tak ada" -#: ../gio/gdbusconnection.c:5679 +#: ../gio/gdbusconnection.c:5805 #, c-format msgid "A subtree is already exported for %s" msgstr "Subtree telah diekspor bagi %s" @@ -1963,7 +1963,7 @@ msgid "Error sending message: %s" msgstr "Galat saat menerima pesan: %s" -#: ../gio/gdbusprivate.c:1766 +#: ../gio/gdbusprivate.c:1758 msgid "Unable to load /var/lib/dbus/machine-id: " msgstr "Tidak dapat memuat /var/lib/dbus/machine-id: " @@ -2423,7 +2423,7 @@ #. * already an operation running against this stream when #. * you try to start one #: ../gio/ginputstream.c:901 ../gio/giostream.c:316 -#: ../gio/goutputstream.c:1209 +#: ../gio/goutputstream.c:1210 msgid "Stream has outstanding operation" msgstr "Stream memiliki operasi tertunda" @@ -2436,16 +2436,16 @@ msgid "Unsupported socket address" msgstr "Alamat soket tak didukung" -#: ../gio/glib-compile-schemas.c:702 +#: ../gio/glib-compile-schemas.c:703 msgid "empty names are not permitted" msgstr "nama yang kosong tidak diperbolehkan" -#: ../gio/glib-compile-schemas.c:712 +#: ../gio/glib-compile-schemas.c:713 #, c-format msgid "invalid name '%s': names must begin with a lowercase letter" msgstr "nama '%s' tak valid: nama mesti diawali dengan huruf kecil" -#: ../gio/glib-compile-schemas.c:724 +#: ../gio/glib-compile-schemas.c:725 #, c-format msgid "" "invalid name '%s': invalid character '%c'; only lowercase letters, numbers " @@ -2454,36 +2454,36 @@ "nama '%s' tak valid: karakter tak valid '%c'; hanya huruf kecil, angka, dan " "minus yang diijinkan." -#: ../gio/glib-compile-schemas.c:733 +#: ../gio/glib-compile-schemas.c:734 #, c-format msgid "invalid name '%s': two successive dashes ('--') are not permitted." msgstr "nama '%s' tak valid: dua minus berturutan ('--') tak diijinkan." -#: ../gio/glib-compile-schemas.c:742 +#: ../gio/glib-compile-schemas.c:743 #, c-format msgid "invalid name '%s': the last character may not be a dash ('-')." msgstr "nama '%s' tak valid: karakter terakhir tak boleh minus." -#: ../gio/glib-compile-schemas.c:750 +#: ../gio/glib-compile-schemas.c:751 #, c-format msgid "invalid name '%s': maximum length is 32" msgstr "nama '%s' tak valid: panjang maksimum 32" -#: ../gio/glib-compile-schemas.c:819 +#: ../gio/glib-compile-schemas.c:820 #, c-format msgid " already specified" msgstr " telah dinyatakan" -#: ../gio/glib-compile-schemas.c:845 +#: ../gio/glib-compile-schemas.c:846 msgid "can not add keys to a 'list-of' schema" msgstr "tak bisa menambah kunci ke skema 'list-of'" -#: ../gio/glib-compile-schemas.c:856 +#: ../gio/glib-compile-schemas.c:857 #, c-format msgid " already specified" msgstr " telah dinyatakan" -#: ../gio/glib-compile-schemas.c:874 +#: ../gio/glib-compile-schemas.c:875 #, c-format msgid "" " shadows in ; use " @@ -2492,7 +2492,7 @@ " membayangi di ; gunakan " " untuk mengubah nilai" -#: ../gio/glib-compile-schemas.c:885 +#: ../gio/glib-compile-schemas.c:886 #, c-format msgid "" "exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " @@ -2501,63 +2501,63 @@ "persis satu dari 'type', 'enum', atau 'flags' mesti dinyatakan sebagai " "atribut dari " -#: ../gio/glib-compile-schemas.c:904 +#: ../gio/glib-compile-schemas.c:905 #, c-format msgid "<%s id='%s'> not (yet) defined." msgstr "<%s id='%s'> belum didefinisikan." -#: ../gio/glib-compile-schemas.c:919 +#: ../gio/glib-compile-schemas.c:920 #, c-format msgid "invalid GVariant type string '%s'" msgstr "string jenis GVariant '%s' tidak sah" -#: ../gio/glib-compile-schemas.c:949 +#: ../gio/glib-compile-schemas.c:950 msgid " given but schema isn't extending anything" msgstr " diberikan tapi skema tak memperluas apapun" -#: ../gio/glib-compile-schemas.c:962 +#: ../gio/glib-compile-schemas.c:963 #, c-format msgid "no to override" msgstr "tak ada untuk ditimpa" -#: ../gio/glib-compile-schemas.c:970 +#: ../gio/glib-compile-schemas.c:971 #, c-format msgid " already specified" msgstr " telah dinyatakan" -#: ../gio/glib-compile-schemas.c:1036 +#: ../gio/glib-compile-schemas.c:1042 #, c-format msgid " already specified" msgstr " sudah ditentukan" -#: ../gio/glib-compile-schemas.c:1048 +#: ../gio/glib-compile-schemas.c:1054 #, c-format msgid " extends not yet existing schema '%s'" msgstr " memperluas skema '%s' yang belum ada" -#: ../gio/glib-compile-schemas.c:1064 +#: ../gio/glib-compile-schemas.c:1070 #, c-format msgid " is list of not yet existing schema '%s'" msgstr " adalah daftar dari skema '%s' yang belum ada" -#: ../gio/glib-compile-schemas.c:1072 +#: ../gio/glib-compile-schemas.c:1078 #, c-format msgid "Can not be a list of a schema with a path" msgstr "Tak mungkin berupa suatu daftar skema dengan path" -#: ../gio/glib-compile-schemas.c:1082 +#: ../gio/glib-compile-schemas.c:1088 #, c-format msgid "Can not extend a schema with a path" msgstr "Tak bisa memperluas suatu skema dengan path" -#: ../gio/glib-compile-schemas.c:1092 +#: ../gio/glib-compile-schemas.c:1098 #, c-format msgid "" " is a list, extending which is not a list" msgstr "" " adalah daftar, memperluas yang bukan daftar" -#: ../gio/glib-compile-schemas.c:1102 +#: ../gio/glib-compile-schemas.c:1108 #, c-format msgid "" " extends but '%s' " @@ -2566,50 +2566,89 @@ " memperluas tapi " "'%s' tak memperluas '%s'" -#: ../gio/glib-compile-schemas.c:1119 +#: ../gio/glib-compile-schemas.c:1125 #, c-format msgid "a path, if given, must begin and end with a slash" msgstr "" "suatu path, bila diberikan, harus dimulai dan diakhiri dengan garis miring" -#: ../gio/glib-compile-schemas.c:1126 +#: ../gio/glib-compile-schemas.c:1132 #, c-format msgid "the path of a list must end with ':/'" msgstr "path dari suatu daftar mesti diakhiri dengan ':/'" -#: ../gio/glib-compile-schemas.c:1148 +#: ../gio/glib-compile-schemas.c:1158 #, c-format msgid "<%s id='%s'> already specified" msgstr "<%s id='%s'> sudah ditentukan" -#: ../gio/glib-compile-schemas.c:1362 +#: ../gio/glib-compile-schemas.c:1375 #, c-format msgid "Element <%s> not allowed inside <%s>" msgstr "Elemen <%s> tidak diijinkan di dalam <%s>" -#: ../gio/glib-compile-schemas.c:1366 +#: ../gio/glib-compile-schemas.c:1379 #, c-format msgid "Element <%s> not allowed at toplevel" msgstr "Elemen <%s> tidak diijinkan pada aras puncak" -#: ../gio/glib-compile-schemas.c:1460 +#: ../gio/glib-compile-schemas.c:1473 #, c-format msgid "text may not appear inside <%s>" msgstr "teks tidak boleh muncul di dalam <%s>" -#: ../gio/glib-compile-schemas.c:1674 +#. Translators: Do not translate "--strict". +#: ../gio/glib-compile-schemas.c:1641 ../gio/glib-compile-schemas.c:1712 +#: ../gio/glib-compile-schemas.c:1788 #, c-format -msgid "No such schema `%s' specified in override file `%s'" -msgstr "Tak ada skema '%s' yang dinyatakan dalam berkas penimpa '%s'" +msgid "--strict was specified; exiting.\n" +msgstr "--strict dinyatakan; keluar.\n" -#: ../gio/glib-compile-schemas.c:1698 +#: ../gio/glib-compile-schemas.c:1649 +#, c-format +msgid "This entire file has been ignored.\n" +msgstr "Seluruh berkas ini telah diabaikan.\n" + +#: ../gio/glib-compile-schemas.c:1708 +#, c-format +msgid "Ignoring this file.\n" +msgstr "Mengabaikan berkas ini.\n" + +#: ../gio/glib-compile-schemas.c:1748 #, c-format msgid "No such key `%s' in schema `%s' as specified in override file `%s'" msgstr "" "Tak ada kunci '%s' dalam skema '%s' sebagaimana dinyatakan di berkas penimpa " "'%s'" -#: ../gio/glib-compile-schemas.c:1731 +#: ../gio/glib-compile-schemas.c:1754 ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1840 +#, c-format +msgid "; ignoring override for this key.\n" +msgstr "; mengabaikan penimpaan kunci ini.\n" + +#: ../gio/glib-compile-schemas.c:1758 ../gio/glib-compile-schemas.c:1816 +#: ../gio/glib-compile-schemas.c:1844 +#, c-format +msgid " and --strict was specified; exiting.\n" +msgstr " dan --strict dinyatakan; keluar.\n" + +#: ../gio/glib-compile-schemas.c:1774 +#, c-format +#| msgid "No such key `%s' in schema `%s' as specified in override file `%s'" +msgid "" +"error parsing key `%s' in schema `%s' as specified in override file `%s': %" +"s. " +msgstr "" +"galat saat mengurai kunci '%s' dalam skema '%s' sebagaimana dinyatakan di " +"berkas penimpa '%s': %s." + +#: ../gio/glib-compile-schemas.c:1784 +#, c-format +msgid "Ignoring override for this key.\n" +msgstr "Mengabaikan penimpaan kunci ini.\n" + +#: ../gio/glib-compile-schemas.c:1802 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is out of the " @@ -2618,7 +2657,7 @@ "penimpa bagi kunci '%s' dalam skema '%s' di berkas penimpa '%s' di luar " "jangkauan yang diberikan di dalam skema" -#: ../gio/glib-compile-schemas.c:1752 +#: ../gio/glib-compile-schemas.c:1830 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is not in the " @@ -2627,27 +2666,31 @@ "penimpa bagi kunci '%s' dalam skema '%s' di berkas penimpa '%s' tak ada di " "dalam daftar pilihan yang valid" -#: ../gio/glib-compile-schemas.c:1797 +#: ../gio/glib-compile-schemas.c:1884 msgid "where to store the gschemas.compiled file" msgstr "dimana menyimpan berkas gschemas.compiled" -#: ../gio/glib-compile-schemas.c:1797 ../gio/glib-compile-schemas.c:1809 +#: ../gio/glib-compile-schemas.c:1884 ../gio/glib-compile-schemas.c:1897 msgid "DIRECTORY" msgstr "DIREKTORI" -#: ../gio/glib-compile-schemas.c:1798 +#: ../gio/glib-compile-schemas.c:1885 +msgid "Abort on any errors in schemas" +msgstr "Gugurkan pada sebarang galat di skema" + +#: ../gio/glib-compile-schemas.c:1886 msgid "Do not write the gschema.compiled file" msgstr "Jangan menulis berkas gschema.compiled" -#: ../gio/glib-compile-schemas.c:1799 +#: ../gio/glib-compile-schemas.c:1887 msgid "This option will be removed soon." msgstr "Opsi ini akan segera dihapus." -#: ../gio/glib-compile-schemas.c:1800 +#: ../gio/glib-compile-schemas.c:1888 msgid "Do not enforce key name restrictions" msgstr "Jangan paksakan pembatasan nama kunci" -#: ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1900 msgid "" "Compile all GSettings schema files into a schema cache.\n" "Schema files are required to have the extension .gschema.xml,\n" @@ -2657,22 +2700,22 @@ "Berkas skema diharuskan memiliki ekstensi .gschema.xml,\n" "dan berkas singgahan dinamai gschemas.compiled." -#: ../gio/glib-compile-schemas.c:1828 +#: ../gio/glib-compile-schemas.c:1916 #, c-format msgid "You should give exactly one directory name\n" msgstr "Anda mesti memberikan hanya satu nama direktori\n" -#: ../gio/glib-compile-schemas.c:1867 +#: ../gio/glib-compile-schemas.c:1955 #, c-format msgid "No schema files found: " msgstr "Tidak menemukan berkas skema: " -#: ../gio/glib-compile-schemas.c:1870 +#: ../gio/glib-compile-schemas.c:1958 #, c-format msgid "doing nothing.\n" msgstr "tak melakukan apapun.\n" -#: ../gio/glib-compile-schemas.c:1873 +#: ../gio/glib-compile-schemas.c:1961 #, c-format msgid "removed existing output file.\n" msgstr "menghapus berkas keluaran yang telah ada.\n" @@ -3049,11 +3092,11 @@ msgid "Hostname '%s' contains '[' but not ']'" msgstr "Nama host '%s' memuat '[' tapi tanpa ']'" -#: ../gio/goutputstream.c:206 ../gio/goutputstream.c:407 +#: ../gio/goutputstream.c:207 ../gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Stream keluaran tak mengimplementasi penulisan" -#: ../gio/goutputstream.c:368 ../gio/goutputstream.c:848 +#: ../gio/goutputstream.c:369 ../gio/goutputstream.c:849 msgid "Source stream is already closed" msgstr "Stream sumber telah ditutup" @@ -3106,19 +3149,20 @@ "Gunakan '%s PERINTAH --help' untuk memperoleh bantuan pada setiap perintah.\n" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "Specify the path for the schema" msgstr "Nyatakan lokasi bagi skema" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "PATH" msgstr "LOKASI" -#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:539 -#: ../gio/gsettings-tool.c:652 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:654 msgid "SCHEMA KEY" msgstr "KUNCI SKEMA" @@ -3126,8 +3170,8 @@ msgid "Get the value of KEY" msgstr "Ambil nilai dari KEY" -#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:448 -#: ../gio/gsettings-tool.c:543 ../gio/gsettings-tool.c:659 +#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:449 +#: ../gio/gsettings-tool.c:545 ../gio/gsettings-tool.c:661 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3137,15 +3181,16 @@ " SKEMA Id dari skema\n" " KUNCI Nama kunci\n" -#: ../gio/gsettings-tool.c:328 ../gio/gsettings-tool.c:444 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:329 ../gio/gsettings-tool.c:445 msgid "SCHEMA KEY VALUE" msgstr "SKEMA KUNCI NILAI" -#: ../gio/gsettings-tool.c:330 +#: ../gio/gsettings-tool.c:331 msgid "Set the value of KEY" msgstr "Menentukan nilai KUNCI" -#: ../gio/gsettings-tool.c:332 +#: ../gio/gsettings-tool.c:333 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3158,20 +3203,20 @@ " NILAI Nilai untuk ditentukan pada kunci, sebagai suatu GVariant yang " "terserialisasi\n" -#: ../gio/gsettings-tool.c:405 +#: ../gio/gsettings-tool.c:406 #, c-format msgid "Key %s is not writable\n" msgstr "Kunci %s tidak dapat ditulisi\n" -#: ../gio/gsettings-tool.c:446 +#: ../gio/gsettings-tool.c:447 msgid "Sets KEY to its default value" msgstr "Menata KEY ke nilai bawaannya" -#: ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:543 msgid "Find out whether KEY is writable" msgstr "Cari tahu apakah KEY dapat ditulisi" -#: ../gio/gsettings-tool.c:655 +#: ../gio/gsettings-tool.c:657 msgid "" "Monitor KEY for changes and print the changed values.\n" "Monitoring will continue until the process is terminated." @@ -3179,7 +3224,7 @@ "Memantau perubahan KUNCI dan mencetak nilai yang berubah.\n" "Pemantauan akan terus berlanjut hingga proses dihentikan." -#: ../gio/gsettings-tool.c:831 +#: ../gio/gsettings-tool.c:833 #, c-format msgid "Unknown command '%s'\n" msgstr "Perintah tidak dikenal '%s'\n" Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/it.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/it.gmo differ diff -Nru glib2.0-2.26.0/po/it.po glib2.0-2.26.1/po/it.po --- glib2.0-2.26.0/po/it.po 2010-08-09 23:34:46.000000000 +1000 +++ glib2.0-2.26.1/po/it.po 2010-11-14 16:49:49.000000000 +1100 @@ -2,7 +2,6 @@ # This file is distributed under the same license as glib package # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2020 Free Software Foundation, Inc. # Christopher R. Gabriel 2002. -# Luca Ferretti 2004, 2005, 2006, 2007, 2008, 2009, 2010. # # Nota sull'uso delle virgolette: # '' --> usate quando l'elemento incluso è un solo carattere @@ -13,71 +12,73 @@ # Stream rimane stream (consultare le API reference di GIO) # Seek è tradotto posizionare # Polling - proviamo con controllo sistematico (MS lo lascia non tradotto) +# Luca Ferretti , 2005, 2006, 2007, 2008, 2009, 2010. # msgid "" msgstr "" "Project-Id-Version: glib 2.21.x\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-06-07 21:37-0400\n" -"PO-Revision-Date: 2010-03-06 01:03+0100\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=glib&component=general\n" +"POT-Creation-Date: 2010-10-17 03:31+0000\n" +"PO-Revision-Date: 2010-11-04 22:10+0100\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: glib/gbookmarkfile.c:737 +#: ../glib/gbookmarkfile.c:780 #, c-format msgid "Unexpected attribute '%s' for element '%s'" msgstr "Attributo \"%s\" inatteso per l'elemento \"%s\"" -#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829 -#: glib/gbookmarkfile.c:936 +#: ../glib/gbookmarkfile.c:791 ../glib/gbookmarkfile.c:862 +#: ../glib/gbookmarkfile.c:872 ../glib/gbookmarkfile.c:979 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Attributo \"%s\" dell'elemento \"%s\" non trovato" -#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171 -#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245 +#: ../glib/gbookmarkfile.c:1149 ../glib/gbookmarkfile.c:1214 +#: ../glib/gbookmarkfile.c:1278 ../glib/gbookmarkfile.c:1288 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Tag \"%s\" inatteso; atteso il tag \"%s\"" -#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145 -#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265 +#: ../glib/gbookmarkfile.c:1174 ../glib/gbookmarkfile.c:1188 +#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1308 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Tag \"%s\" inatteso all'interno di \"%s\"" -#: glib/gbookmarkfile.c:1793 +#: ../glib/gbookmarkfile.c:1834 msgid "No valid bookmark file found in data dirs" msgstr "" "Non è stato trovato alcun file di segnalibri valido nelle directory dei dati" # usate le «» perché forse questa compare nella UI # -#: glib/gbookmarkfile.c:1994 +#: ../glib/gbookmarkfile.c:2035 #, c-format msgid "A bookmark for URI '%s' already exists" msgstr "Esiste già un segnalibro per l'URI «%s»" # vedi sopra per «» # -#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198 -#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363 -#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531 -#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688 -#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827 -#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143 -#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384 -#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563 -#: glib/gbookmarkfile.c:3691 +#: ../glib/gbookmarkfile.c:2081 ../glib/gbookmarkfile.c:2239 +#: ../glib/gbookmarkfile.c:2324 ../glib/gbookmarkfile.c:2404 +#: ../glib/gbookmarkfile.c:2489 ../glib/gbookmarkfile.c:2572 +#: ../glib/gbookmarkfile.c:2650 ../glib/gbookmarkfile.c:2729 +#: ../glib/gbookmarkfile.c:2771 ../glib/gbookmarkfile.c:2868 +#: ../glib/gbookmarkfile.c:2994 ../glib/gbookmarkfile.c:3184 +#: ../glib/gbookmarkfile.c:3260 ../glib/gbookmarkfile.c:3425 +#: ../glib/gbookmarkfile.c:3514 ../glib/gbookmarkfile.c:3604 +#: ../glib/gbookmarkfile.c:3732 #, c-format msgid "No bookmark found for URI '%s'" msgstr "Non è stato trovato alcun segnalibro per l'URI «%s»" -#: glib/gbookmarkfile.c:2372 +#: ../glib/gbookmarkfile.c:2413 #, c-format msgid "No MIME type defined in the bookmark for URI '%s'" msgstr "Non risulta definito alcun tipo MIME nel segnalibro per l'URI \"%s\"" @@ -85,178 +86,406 @@ # o private è il nome della flag (che quindi diventa opzione)? # cercare nel codice... -Luca # -#: glib/gbookmarkfile.c:2457 +#: ../glib/gbookmarkfile.c:2498 #, c-format msgid "No private flag has been defined in bookmark for URI '%s'" msgstr "" "Non è stata definita alcuna flag privata nel segnalibro per l'URI \"%s\"" -#: glib/gbookmarkfile.c:2836 +#: ../glib/gbookmarkfile.c:2877 #, c-format msgid "No groups set in bookmark for URI '%s'" msgstr "Non risulta impostato alcun gruppo nel segnalibro per l'URI \"%s\"" -#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394 +#: ../glib/gbookmarkfile.c:3278 ../glib/gbookmarkfile.c:3435 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "" "Nessuna applicazione di nome \"%s\" ha registrato un segnalibro per \"%s\"" -#: glib/gbookmarkfile.c:3417 +#: ../glib/gbookmarkfile.c:3458 #, c-format msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Espansione della riga exec \"%s\" con l'URI \"%s\" non riuscita" -#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1404 -#: gio/gcharsetconverter.c:459 +#: ../glib/gconvert.c:567 ../glib/gconvert.c:645 ../glib/giochannel.c:1403 +#: ../gio/gcharsetconverter.c:458 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" msgstr "" "La conversione del set di caratteri da \"%s\" a \"%s\" non è supportata" -#: glib/gconvert.c:441 glib/gconvert.c:519 gio/gcharsetconverter.c:463 +#: ../glib/gconvert.c:571 ../glib/gconvert.c:649 +#: ../gio/gcharsetconverter.c:462 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\"" -#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1576 -#: glib/giochannel.c:1618 glib/giochannel.c:2462 glib/gutf8.c:989 -#: glib/gutf8.c:1444 gio/gcharsetconverter.c:346 +#: ../glib/gconvert.c:768 ../glib/gconvert.c:1161 ../glib/giochannel.c:1575 +#: ../glib/giochannel.c:1617 ../glib/giochannel.c:2461 ../glib/gutf8.c:992 +#: ../glib/gutf8.c:1447 ../gio/gcharsetconverter.c:345 msgid "Invalid byte sequence in conversion input" msgstr "Sequenza di byte non valida nell'ingresso per la conversione" -#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1583 -#: glib/giochannel.c:2474 gio/gcharsetconverter.c:351 +#: ../glib/gconvert.c:776 ../glib/gconvert.c:1086 ../glib/giochannel.c:1582 +#: ../glib/giochannel.c:2473 ../gio/gcharsetconverter.c:350 #, c-format msgid "Error during conversion: %s" msgstr "Errore durante la conversione: %s" -#: glib/gconvert.c:678 glib/gutf8.c:985 glib/gutf8.c:1195 glib/gutf8.c:1336 -#: glib/gutf8.c:1440 +#: ../glib/gconvert.c:808 ../glib/gutf8.c:988 ../glib/gutf8.c:1198 +#: ../glib/gutf8.c:1339 ../glib/gutf8.c:1443 msgid "Partial character sequence at end of input" msgstr "Sequenza di caratteri parziale al termine dei dati in ingresso" # il primo %s è una 'fallback string' come recita il commento nel codice -#: glib/gconvert.c:928 +#: ../glib/gconvert.c:1058 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" msgstr "Impossibile convertire \"%s\" nel set di caratteri \"%s\"" -#: glib/gconvert.c:1751 +#: ../glib/gconvert.c:1881 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" msgstr "L'URI \"%s\" non è un URI assoluto che utilizza lo schema \"file\"" -#: glib/gconvert.c:1761 +#: ../glib/gconvert.c:1891 #, c-format msgid "The local file URI '%s' may not include a '#'" msgstr "L'URI per il file locale \"%s\" non può includere un '#'" -#: glib/gconvert.c:1778 +#: ../glib/gconvert.c:1908 #, c-format msgid "The URI '%s' is invalid" msgstr "L'URI \"%s\" non è valido" -#: glib/gconvert.c:1790 +#: ../glib/gconvert.c:1920 #, c-format msgid "The hostname of the URI '%s' is invalid" msgstr "Il nome dell'host nell'URI \"%s\" non è valido" -#: glib/gconvert.c:1806 +#: ../glib/gconvert.c:1936 #, c-format msgid "The URI '%s' contains invalidly escaped characters" msgstr "L'URI \"%s\" contiene sequenze di escape non valide" -#: glib/gconvert.c:1901 +#: ../glib/gconvert.c:2031 #, c-format msgid "The pathname '%s' is not an absolute path" msgstr "Il nome di percorso \"%s\" non è un percorso assoluto" -#: glib/gconvert.c:1911 +#: ../glib/gconvert.c:2041 msgid "Invalid hostname" msgstr "Nome host non valido" -#: glib/gdir.c:112 glib/gdir.c:135 +#. Translators: 'before midday' indicator +#: ../glib/gdatetime.c:149 +#| msgid "name" +msgctxt "GDateTime" +msgid "am" +msgstr "a.m." + +#. Translators: 'before midday' indicator +#: ../glib/gdatetime.c:151 +msgctxt "GDateTime" +msgid "AM" +msgstr "A.M." + +#. Translators: 'after midday' indicator +#: ../glib/gdatetime.c:153 +msgctxt "GDateTime" +msgid "pm" +msgstr "p.m." + +#. Translators: 'after midday' indicator +#: ../glib/gdatetime.c:155 +msgctxt "GDateTime" +msgid "PM" +msgstr "P.M." + +#. Translators: this is the preferred format for expressing the date +#: ../glib/gdatetime.c:164 +msgctxt "GDateTime" +msgid "%m/%d/%y" +msgstr "%d/%m/%y" + +#. Translators: this is the preferred format for expressing the time +#: ../glib/gdatetime.c:167 +msgctxt "GDateTime" +msgid "%H:%M:%S" +msgstr "%-H.%M.%S" + +#: ../glib/gdatetime.c:193 +msgctxt "full month name" +msgid "January" +msgstr "Gennaio" + +#: ../glib/gdatetime.c:195 +msgctxt "full month name" +msgid "February" +msgstr "Febbraio" + +#: ../glib/gdatetime.c:197 +msgctxt "full month name" +msgid "March" +msgstr "Marzo" + +#: ../glib/gdatetime.c:199 +msgctxt "full month name" +msgid "April" +msgstr "Aprile" + +#: ../glib/gdatetime.c:201 +msgctxt "full month name" +msgid "May" +msgstr "Maggio" + +#: ../glib/gdatetime.c:203 +msgctxt "full month name" +msgid "June" +msgstr "Giugno" + +#: ../glib/gdatetime.c:205 +msgctxt "full month name" +msgid "July" +msgstr "Luglio" + +#: ../glib/gdatetime.c:207 +msgctxt "full month name" +msgid "August" +msgstr "Agosto" + +#: ../glib/gdatetime.c:209 +msgctxt "full month name" +msgid "September" +msgstr "Settembre" + +#: ../glib/gdatetime.c:211 +msgctxt "full month name" +msgid "October" +msgstr "Ottobre" + +#: ../glib/gdatetime.c:213 +msgctxt "full month name" +msgid "November" +msgstr "Novembre" + +#: ../glib/gdatetime.c:215 +msgctxt "full month name" +msgid "December" +msgstr "Dicembre" + +#: ../glib/gdatetime.c:230 +msgctxt "abbreviated month name" +msgid "Jan" +msgstr "Gen" + +#: ../glib/gdatetime.c:232 +msgctxt "abbreviated month name" +msgid "Feb" +msgstr "Feb" + +#: ../glib/gdatetime.c:234 +msgctxt "abbreviated month name" +msgid "Mar" +msgstr "Mar" + +#: ../glib/gdatetime.c:236 +msgctxt "abbreviated month name" +msgid "Apr" +msgstr "Apr" + +#: ../glib/gdatetime.c:238 +msgctxt "abbreviated month name" +msgid "May" +msgstr "Mag" + +#: ../glib/gdatetime.c:240 +msgctxt "abbreviated month name" +msgid "Jun" +msgstr "Giu" + +#: ../glib/gdatetime.c:242 +msgctxt "abbreviated month name" +msgid "Jul" +msgstr "Lug" + +#: ../glib/gdatetime.c:244 +msgctxt "abbreviated month name" +msgid "Aug" +msgstr "Ago" + +#: ../glib/gdatetime.c:246 +msgctxt "abbreviated month name" +msgid "Sep" +msgstr "Set" + +#: ../glib/gdatetime.c:248 +msgctxt "abbreviated month name" +msgid "Oct" +msgstr "Ott" + +#: ../glib/gdatetime.c:250 +msgctxt "abbreviated month name" +msgid "Nov" +msgstr "Nov" + +#: ../glib/gdatetime.c:252 +msgctxt "abbreviated month name" +msgid "Dec" +msgstr "Dic" + +#: ../glib/gdatetime.c:267 +msgctxt "full weekday name" +msgid "Monday" +msgstr "Lunedì" + +#: ../glib/gdatetime.c:269 +msgctxt "full weekday name" +msgid "Tuesday" +msgstr "Martedì" + +#: ../glib/gdatetime.c:271 +msgctxt "full weekday name" +msgid "Wednesday" +msgstr "Mercoledì" + +#: ../glib/gdatetime.c:273 +msgctxt "full weekday name" +msgid "Thursday" +msgstr "Giovedì" + +#: ../glib/gdatetime.c:275 +msgctxt "full weekday name" +msgid "Friday" +msgstr "Venerdì" + +#: ../glib/gdatetime.c:277 +msgctxt "full weekday name" +msgid "Saturday" +msgstr "Sabato" + +#: ../glib/gdatetime.c:279 +msgctxt "full weekday name" +msgid "Sunday" +msgstr "Domenica" + +#: ../glib/gdatetime.c:294 +msgctxt "abbreviated weekday name" +msgid "Mon" +msgstr "Lun" + +#: ../glib/gdatetime.c:296 +msgctxt "abbreviated weekday name" +msgid "Tue" +msgstr "Mar" + +#: ../glib/gdatetime.c:298 +msgctxt "abbreviated weekday name" +msgid "Wed" +msgstr "Mer" + +#: ../glib/gdatetime.c:300 +msgctxt "abbreviated weekday name" +msgid "Thu" +msgstr "Gio" + +#: ../glib/gdatetime.c:302 +msgctxt "abbreviated weekday name" +msgid "Fri" +msgstr "Ven" + +#: ../glib/gdatetime.c:304 +msgctxt "abbreviated weekday name" +msgid "Sat" +msgstr "Sab" + +#: ../glib/gdatetime.c:306 +msgctxt "abbreviated weekday name" +msgid "Sun" +msgstr "Dom" + +#: ../glib/gdir.c:115 ../glib/gdir.c:138 #, c-format msgid "Error opening directory '%s': %s" msgstr "Errore nell'aprire la directory \"%s\": %s" -#: glib/gfileutils.c:536 glib/gfileutils.c:624 +#: ../glib/gfileutils.c:536 ../glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Impossibile allocare %lu byte per leggere il file \"%s\"" -#: glib/gfileutils.c:551 +#: ../glib/gfileutils.c:551 #, c-format msgid "Error reading file '%s': %s" msgstr "Errore nel leggere il file \"%s\": %s" -#: glib/gfileutils.c:565 +#: ../glib/gfileutils.c:565 #, c-format msgid "File \"%s\" is too large" msgstr "Il file \"%s\" è troppo grande" -#: glib/gfileutils.c:648 +#: ../glib/gfileutils.c:648 #, c-format msgid "Failed to read from file '%s': %s" msgstr "Lettura dal file \"%s\" non riuscita: %s" -#: glib/gfileutils.c:699 glib/gfileutils.c:786 +#: ../glib/gfileutils.c:699 ../glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Apertura del file \"%s\" non riuscita: %s" -#: glib/gfileutils.c:716 glib/gmappedfile.c:170 +#: ../glib/gfileutils.c:716 ../glib/gmappedfile.c:169 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" msgstr "" -"Lettura degli attributi del file \"%s\" non riuscita: fstat() non riuscita: %" -"s" +"Lettura degli attributi del file \"%s\" non riuscita: fstat() non riuscita: " +"%s" -#: glib/gfileutils.c:750 +#: ../glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" msgstr "Apertura del file \"%s\" non riuscita: fdopen() non riuscita: %s" -#: glib/gfileutils.c:858 +#: ../glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" msgstr "" "Cambio di nome del file \"%s\" in \"%s\" non riuscito: g_rename() non " "riuscita: %s" -#: glib/gfileutils.c:900 glib/gfileutils.c:1366 +#: ../glib/gfileutils.c:900 ../glib/gfileutils.c:1369 #, c-format msgid "Failed to create file '%s': %s" msgstr "Creazione del file \"%s\" non riuscita: %s" -#: glib/gfileutils.c:914 +#: ../glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" msgstr "" "Apertura del file \"%s\" in scrittura non riuscita: fdopen() non riuscita: %s" -#: glib/gfileutils.c:939 +#: ../glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" msgstr "Scrittura del file \"%s\" non riuscita: fwrite() non riuscita: %s" -#: glib/gfileutils.c:958 +#: ../glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" msgstr "Scrittura del file \"%s\" non riuscita: fflush() non riuscita: %s" -#: glib/gfileutils.c:987 +#: ../glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" msgstr "Scrittura del file \"%s\" non riuscita: fsync() non riuscita: %s" -#: glib/gfileutils.c:1006 +#: ../glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" msgstr "Chiusura del file \"%s\" non riuscita: fclose() non riuscita: %s" -#: glib/gfileutils.c:1124 +#: ../glib/gfileutils.c:1127 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" msgstr "" @@ -269,119 +498,120 @@ # c[1] = dir_separator; # c[2] = '\0'; # -#: glib/gfileutils.c:1328 +#: ../glib/gfileutils.c:1331 #, c-format msgid "Template '%s' invalid, should not contain a '%s'" msgstr "Il modello \"%s\" non è valido, non dovrebbe contenere un '%s'" -#: glib/gfileutils.c:1341 +#: ../glib/gfileutils.c:1344 #, c-format msgid "Template '%s' doesn't contain XXXXXX" msgstr "Il modello \"%s\" non contiene XXXXXX" -#: glib/gfileutils.c:1774 +#: ../glib/gfileutils.c:1777 #, c-format msgid "%u byte" msgid_plural "%u bytes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%u byte" +msgstr[1] "%u byte" -#: glib/gfileutils.c:1782 +#: ../glib/gfileutils.c:1785 #, c-format msgid "%.1f KB" msgstr "%.1f kB" -#: glib/gfileutils.c:1787 +#: ../glib/gfileutils.c:1790 #, c-format msgid "%.1f MB" msgstr "%.1f MB" -#: glib/gfileutils.c:1792 +#: ../glib/gfileutils.c:1795 #, c-format msgid "%.1f GB" msgstr "%.1f GB" -#: glib/gfileutils.c:1797 +#: ../glib/gfileutils.c:1800 #, c-format msgid "%.1f TB" msgstr "%.1f TB" -#: glib/gfileutils.c:1802 +#: ../glib/gfileutils.c:1805 #, c-format msgid "%.1f PB" msgstr "%.1f PB" -#: glib/gfileutils.c:1807 +#: ../glib/gfileutils.c:1810 #, c-format msgid "%.1f EB" msgstr "%.1f EB" -#: glib/gfileutils.c:1850 +#: ../glib/gfileutils.c:1853 #, c-format msgid "Failed to read the symbolic link '%s': %s" msgstr "Lettura del collegamento simbolico \"%s\" non riuscita: %s" -#: glib/gfileutils.c:1871 +#: ../glib/gfileutils.c:1874 msgid "Symbolic links not supported" msgstr "Collegamenti simbolici non supportati" -#: glib/giochannel.c:1408 +#: ../glib/giochannel.c:1407 #, c-format msgid "Could not open converter from '%s' to '%s': %s" msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\": %s" -#: glib/giochannel.c:1753 +#: ../glib/giochannel.c:1752 msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "Impossibile leggere i dati grezzi in g_io_channel_read_line_string" -#: glib/giochannel.c:1800 glib/giochannel.c:2058 glib/giochannel.c:2145 +#: ../glib/giochannel.c:1799 ../glib/giochannel.c:2057 +#: ../glib/giochannel.c:2144 msgid "Leftover unconverted data in read buffer" msgstr "Sono rimasti dei dati non convertiti nel buffer di lettura" -#: glib/giochannel.c:1881 glib/giochannel.c:1958 +#: ../glib/giochannel.c:1880 ../glib/giochannel.c:1957 msgid "Channel terminates in a partial character" msgstr "Il canale termina in un carattere parziale" -#: glib/giochannel.c:1944 +#: ../glib/giochannel.c:1943 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "Impossibile eseguire una lettura grezza in g_io_channel_read_to_end" -#: glib/gmappedfile.c:151 +#: ../glib/gmappedfile.c:150 #, c-format msgid "Failed to open file '%s': open() failed: %s" msgstr "Apertura del file \"%s\" non riuscita: open() non riuscita: %s" -#: glib/gmappedfile.c:230 +#: ../glib/gmappedfile.c:229 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" msgstr "Mappatura del file \"%s\" non riuscita: mmap() non riuscita: %s" -#: glib/gmarkup.c:303 glib/gmarkup.c:343 +#: ../glib/gmarkup.c:307 ../glib/gmarkup.c:347 #, c-format msgid "Error on line %d char %d: " msgstr "Errore alla riga %d carattere %d: " -#: glib/gmarkup.c:363 glib/gmarkup.c:441 +#: ../glib/gmarkup.c:367 ../glib/gmarkup.c:445 #, c-format msgid "Invalid UTF-8 encoded text in name - not valid '%s'" msgstr "Testo in codifica UTF-8 non valido nel nome - \"%s\" non valido" -#: glib/gmarkup.c:374 +#: ../glib/gmarkup.c:378 #, c-format msgid "'%s' is not a valid name " msgstr "\"%s\" non è un nome valido " -#: glib/gmarkup.c:390 +#: ../glib/gmarkup.c:394 #, c-format msgid "'%s' is not a valid name: '%c' " msgstr "\"%s\" non è un nome valido: '%c'" -#: glib/gmarkup.c:494 +#: ../glib/gmarkup.c:498 #, c-format msgid "Error on line %d: %s" msgstr "Errore alla riga %d: %s" -#: glib/gmarkup.c:578 +#: ../glib/gmarkup.c:582 #, c-format msgid "" "Failed to parse '%-.*s', which should have been a digit inside a character " @@ -391,7 +621,7 @@ "di un riferimento a carattere (es. ê) - probabilmente il numero è " "troppo grande" -#: glib/gmarkup.c:590 +#: ../glib/gmarkup.c:594 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -401,23 +631,23 @@ "si è utilizzato un carattere \"e commerciale\" senza l'intenzione di " "iniziare una nuova entità. In tal caso ricorrere a &" -#: glib/gmarkup.c:616 +#: ../glib/gmarkup.c:620 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "Il riferimento a carattere '%-.*s' non codifica un carattere permesso" -#: glib/gmarkup.c:654 +#: ../glib/gmarkup.c:658 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "" "Rilevata entità vuota '&;' (sono entità valide & " < > ')" -#: glib/gmarkup.c:662 +#: ../glib/gmarkup.c:666 #, c-format msgid "Entity name '%-.*s' is not known" msgstr "Il nome di entità \"%-.*s\" è sconosciuto" -#: glib/gmarkup.c:667 +#: ../glib/gmarkup.c:671 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -426,11 +656,11 @@ "utilizzata una \"e commerciale\" senza l'intento di iniziare una entità. In " "tal caso ricorrere a &" -#: glib/gmarkup.c:1014 +#: ../glib/gmarkup.c:1018 msgid "Document must begin with an element (e.g. )" msgstr "Il documento deve iniziare con un elemento (es. )" -#: glib/gmarkup.c:1054 +#: ../glib/gmarkup.c:1058 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " @@ -439,16 +669,16 @@ "'%s' non è un carattere valido dopo un carattere '<'; non può dare inizio a " "un nome di elemento" -#: glib/gmarkup.c:1122 +#: ../glib/gmarkup.c:1126 #, c-format msgid "" -"Odd character '%s', expected a '>' character to end the empty-element tag '%" -"s'" +"Odd character '%s', expected a '>' character to end the empty-element tag " +"'%s'" msgstr "" "Carattere '%s' spaiato, era atteso un carattere '>' per terminare il tag " "dell'elemento-vuoto \"%s\"" -#: glib/gmarkup.c:1206 +#: ../glib/gmarkup.c:1210 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" @@ -456,7 +686,7 @@ "Carattere '%s' spaiato, era atteso un carattere '=' dopo il nome " "dell'attributo \"%s\" dell'elemento \"%s\"" -#: glib/gmarkup.c:1247 +#: ../glib/gmarkup.c:1251 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -467,7 +697,7 @@ "il tag di partenza dell'elemento \"%s\", oppure opzionalmente un attributo. " "Probabilmente è stato usato un carattere non valido in un nome di attributo" -#: glib/gmarkup.c:1291 +#: ../glib/gmarkup.c:1295 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -477,7 +707,7 @@ "segno di uguale per attribuire un valore all'attributo \"%s\" dell'elemento " "\"%s\"" -#: glib/gmarkup.c:1425 +#: ../glib/gmarkup.c:1429 #, c-format msgid "" "'%s' is not a valid character following the characters ''" -#: glib/gmarkup.c:1472 +#: ../glib/gmarkup.c:1476 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "" "È stato chiuso l'elemento \"%s\", nessun elemento risulta correntemente " "aperto" -#: glib/gmarkup.c:1481 +#: ../glib/gmarkup.c:1485 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "" "È stato chiuso l'elemento \"%s\", ma l'elemento correntemente aperto è \"%s\"" -#: glib/gmarkup.c:1648 +#: ../glib/gmarkup.c:1652 msgid "Document was empty or contained only whitespace" msgstr "Il documento era vuoto oppure conteneva unicamente spazi" -#: glib/gmarkup.c:1662 +#: ../glib/gmarkup.c:1666 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "" "Il documento è terminato in modo inatteso subito dopo una parentesi angolare " "d'apertura '<'" -#: glib/gmarkup.c:1670 glib/gmarkup.c:1715 +#: ../glib/gmarkup.c:1674 ../glib/gmarkup.c:1719 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " @@ -527,7 +757,7 @@ "Il documento è terminato in modo inatteso con elementi ancora aperti - \"%s" "\" era l'ultimo elemento aperto" -#: glib/gmarkup.c:1678 +#: ../glib/gmarkup.c:1682 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " @@ -536,23 +766,23 @@ "Il documento è terminato in modo inatteso, mancando la parentesi angolare di " "chiusura per il tag <%s/>" -#: glib/gmarkup.c:1684 +#: ../glib/gmarkup.c:1688 msgid "Document ended unexpectedly inside an element name" msgstr "" "Il documento è terminato in modo inatteso all'interno di un nome di elemento" -#: glib/gmarkup.c:1690 +#: ../glib/gmarkup.c:1694 msgid "Document ended unexpectedly inside an attribute name" msgstr "" "Il documento è terminato in modo inatteso all'interno di un nome di attributo" -#: glib/gmarkup.c:1695 +#: ../glib/gmarkup.c:1699 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "" "Il documento è terminato in modo inatteso all'interno di un tag di apertura " "elemento." -#: glib/gmarkup.c:1701 +#: ../glib/gmarkup.c:1705 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" @@ -560,13 +790,13 @@ "Il documento è terminato in modo inatteso dopo il segno di uguale che segue " "un nome di attributo; nessun valore per l'attributo" -#: glib/gmarkup.c:1708 +#: ../glib/gmarkup.c:1712 msgid "Document ended unexpectedly while inside an attribute value" msgstr "" "Il documento è terminato in modo inatteso all'interno di un valore di " "attributo" -#: glib/gmarkup.c:1724 +#: ../glib/gmarkup.c:1728 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "" @@ -574,315 +804,315 @@ "per l'elemento \"%s\"" # di elaborazione? in elaborazione ? -#: glib/gmarkup.c:1730 +#: ../glib/gmarkup.c:1734 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "" "Il documento è terminato in modo inatteso all'interno di un commento o " "istruzione di elaborazione" # corrotto sembrava brutto, cfr revisione su TP -#: glib/gregex.c:131 +#: ../glib/gregex.c:188 msgid "corrupted object" msgstr "oggetto non attendibile" -#: glib/gregex.c:133 +#: ../glib/gregex.c:190 msgid "internal error or corrupted object" msgstr "errore interno oppure oggetto non attendibile" -#: glib/gregex.c:135 +#: ../glib/gregex.c:192 msgid "out of memory" msgstr "memoria esaurita" -#: glib/gregex.c:140 +#: ../glib/gregex.c:197 msgid "backtracking limit reached" msgstr "raggiunto limite di backtracking" -#: glib/gregex.c:152 glib/gregex.c:160 +#: ../glib/gregex.c:209 ../glib/gregex.c:217 msgid "the pattern contains items not supported for partial matching" msgstr "" "il modello contiene elementi non supportati per la corrispondenza parziale" -#: glib/gregex.c:154 gio/glocalfile.c:2110 +#: ../glib/gregex.c:211 ../gio/glocalfile.c:2109 msgid "internal error" msgstr "errore interno" -#: glib/gregex.c:162 +#: ../glib/gregex.c:219 msgid "back references as conditions are not supported for partial matching" msgstr "" "per la corrispondenza parziale non sono supportati i riferimenti " "all'indietro come condizioni" -#: glib/gregex.c:171 +#: ../glib/gregex.c:228 msgid "recursion limit reached" msgstr "raggiunto limite di ricorsione" # oppure lasciare workspace non tradotto? -#: glib/gregex.c:173 +#: ../glib/gregex.c:230 msgid "workspace limit for empty substrings reached" msgstr "raggiunto limite dello spazio di lavoro per sotto-stringhe vuote" -#: glib/gregex.c:175 +#: ../glib/gregex.c:232 msgid "invalid combination of newline flags" msgstr "combinazione non valida di flag di fine riga" -#: glib/gregex.c:179 +#: ../glib/gregex.c:236 msgid "unknown error" msgstr "errore sconosciuto" -#: glib/gregex.c:199 +#: ../glib/gregex.c:256 msgid "\\ at end of pattern" msgstr "\\ alla fine del modello" -#: glib/gregex.c:202 +#: ../glib/gregex.c:259 msgid "\\c at end of pattern" msgstr "\\c alla fine del modello" # che differenza c'è tra "follows" e gli "after" qualche messaggio dopo? -#: glib/gregex.c:205 +#: ../glib/gregex.c:262 msgid "unrecognized character follows \\" msgstr "carattere non riconosciuto dopo \\" # case --> in tipografia si tradurrebbe cassa, in particolare # lower -, upper -, cassa per lettere minuscole, maiuscole -#: glib/gregex.c:212 +#: ../glib/gregex.c:269 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "gli escape per cambio maiuscolo-minuscolo (\\l, \\L, \\u, \\U) non sono " "consentiti qui" # quantificatore: esiste come termine per log. mat. e gramm. -#: glib/gregex.c:215 +#: ../glib/gregex.c:272 msgid "numbers out of order in {} quantifier" msgstr "numeri fuori ordine nel quantificatore {}" -#: glib/gregex.c:218 +#: ../glib/gregex.c:275 msgid "number too big in {} quantifier" msgstr "numero troppo grande nel quantificatore {}" -#: glib/gregex.c:221 +#: ../glib/gregex.c:278 msgid "missing terminating ] for character class" msgstr "] terminante mancante per classe di caratteri" -#: glib/gregex.c:224 +#: ../glib/gregex.c:281 msgid "invalid escape sequence in character class" msgstr "sequenza di escape non valida nella classe di caratteri" # to put out of order --> guastare, mettere in disordine -#: glib/gregex.c:227 +#: ../glib/gregex.c:284 msgid "range out of order in character class" msgstr "intervallo disordinato nella classe di caratteri" -#: glib/gregex.c:230 +#: ../glib/gregex.c:287 msgid "nothing to repeat" msgstr "nulla da ripetere" -#: glib/gregex.c:233 +#: ../glib/gregex.c:290 msgid "unrecognized character after (?" msgstr "carattere non riconosciuto dopo (?" -#: glib/gregex.c:237 +#: ../glib/gregex.c:294 msgid "unrecognized character after (?<" msgstr "carattere non riconosciuto dopo (?<" -#: glib/gregex.c:241 +#: ../glib/gregex.c:298 msgid "unrecognized character after (?P" msgstr "carattere non riconosciuto dopo (?P" # classi nominate?? -#: glib/gregex.c:244 +#: ../glib/gregex.c:301 msgid "POSIX named classes are supported only within a class" msgstr "" "le classi POSIX nominate sono supportate solo all'interno di una classe" -#: glib/gregex.c:247 +#: ../glib/gregex.c:304 msgid "missing terminating )" msgstr ") terminante mancante" -#: glib/gregex.c:251 +#: ../glib/gregex.c:308 msgid ") without opening (" msgstr ") senza ( di apertura" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: glib/gregex.c:258 +#: ../glib/gregex.c:315 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R o (?[+-]cifre deve essere seguito da )" -#: glib/gregex.c:261 +#: ../glib/gregex.c:318 msgid "reference to non-existent subpattern" msgstr "riferimento a sotto-modello non esistente" -#: glib/gregex.c:264 +#: ../glib/gregex.c:321 msgid "missing ) after comment" msgstr ") mancante dopo il commento" -#: glib/gregex.c:267 +#: ../glib/gregex.c:324 msgid "regular expression too large" msgstr "espressione regolare troppo grande" -#: glib/gregex.c:270 +#: ../glib/gregex.c:327 msgid "failed to get memory" msgstr "recupero della memoria non riuscito" -#: glib/gregex.c:273 +#: ../glib/gregex.c:330 msgid "lookbehind assertion is not fixed length" msgstr "l'asserzione lookbehind non ha lunghezza fissata" # malformato si riferisce a entrambi???? -#: glib/gregex.c:276 +#: ../glib/gregex.c:333 msgid "malformed number or name after (?(" msgstr "numero o nome malformato dopo (?(" -#: glib/gregex.c:279 +#: ../glib/gregex.c:336 msgid "conditional group contains more than two branches" msgstr "il gruppo condizionale contiene più di due diramazioni" -#: glib/gregex.c:282 +#: ../glib/gregex.c:339 msgid "assertion expected after (?(" msgstr "asserzione attesa dopo (?" -#: glib/gregex.c:285 +#: ../glib/gregex.c:342 msgid "unknown POSIX class name" msgstr "nome di classe POSIX sconosciuto" -#: glib/gregex.c:288 +#: ../glib/gregex.c:345 msgid "POSIX collating elements are not supported" msgstr "gli elementi di collazione POSIX non sono supportati" -#: glib/gregex.c:291 +#: ../glib/gregex.c:348 msgid "character value in \\x{...} sequence is too large" msgstr "il valore del carattere nella sequenza \\x{...} è troppo grande" -#: glib/gregex.c:294 +#: ../glib/gregex.c:351 msgid "invalid condition (?(0)" msgstr "condizione (?(0) non valida" -#: glib/gregex.c:297 +#: ../glib/gregex.c:354 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C non consentito in asserzione lookbehind" -#: glib/gregex.c:300 +#: ../glib/gregex.c:357 msgid "recursive call could loop indefinitely" msgstr "la chiamata ricorsiva potrebbe entrare in ciclo infinito" -#: glib/gregex.c:303 +#: ../glib/gregex.c:360 msgid "missing terminator in subpattern name" msgstr "terminatore mancante nel nome di sotto-modello" -#: glib/gregex.c:306 +#: ../glib/gregex.c:363 msgid "two named subpatterns have the same name" msgstr "due sotto-modelli nominati presentano lo stesso nome" -#: glib/gregex.c:309 +#: ../glib/gregex.c:366 msgid "malformed \\P or \\p sequence" msgstr "sequenza \\P o \\p malformata" -#: glib/gregex.c:312 +#: ../glib/gregex.c:369 msgid "unknown property name after \\P or \\p" msgstr "nome di proprietà sconosciuto dopo \\P o \\p" -#: glib/gregex.c:315 +#: ../glib/gregex.c:372 msgid "subpattern name is too long (maximum 32 characters)" msgstr "il nome di sotto-modello è troppo lungo (massimo 32 caratteri)" -#: glib/gregex.c:318 +#: ../glib/gregex.c:375 msgid "too many named subpatterns (maximum 10,000)" msgstr "troppi sotto-modelli nominati (massimo 10.000)" -#: glib/gregex.c:321 +#: ../glib/gregex.c:378 msgid "octal value is greater than \\377" msgstr "il valore ottale è maggiore di \\377" -#: glib/gregex.c:324 +#: ../glib/gregex.c:381 msgid "DEFINE group contains more than one branch" msgstr "il gruppo DEFINE contiene più di una diramazione" -#: glib/gregex.c:327 +#: ../glib/gregex.c:384 msgid "repeating a DEFINE group is not allowed" msgstr "la ripetizione di un gruppo DEFINE non è consentita" -#: glib/gregex.c:330 +#: ../glib/gregex.c:387 msgid "inconsistent NEWLINE options" msgstr "opzioni NEWLINE incoerenti" -#: glib/gregex.c:333 +#: ../glib/gregex.c:390 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "\\g non è seguito da un nome tra parentesi graffe oppure è un numero diverso " "da zero opzionalmente tra parentesi graffe" -#: glib/gregex.c:338 +#: ../glib/gregex.c:395 msgid "unexpected repeat" msgstr "ripetizione inattesa" # secondo garzantilinguistica.it eccedenza (di dati) è la # traduzione di overflow secondo IBM. La traduzione generica # per ambito infomatico è superamento di capacità -#: glib/gregex.c:342 +#: ../glib/gregex.c:399 msgid "code overflow" msgstr "eccedenza di codice" -#: glib/gregex.c:346 +#: ../glib/gregex.c:403 msgid "overran compiling workspace" msgstr "sconfinamento compilando l'area di lavoro" -#: glib/gregex.c:350 +#: ../glib/gregex.c:407 msgid "previously-checked referenced subpattern not found" msgstr "sotto-modello referenziato precedentemente controllato non trovato" -#: glib/gregex.c:522 glib/gregex.c:1639 +#: ../glib/gregex.c:579 ../glib/gregex.c:1700 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "" "Errore durante la ricerca di corrispondenza per l'espressione regolare %s: %s" -#: glib/gregex.c:1094 +#: ../glib/gregex.c:1155 msgid "PCRE library is compiled without UTF8 support" msgstr "La libreria PCRE è compilata senza supporto per UTF-8" -#: glib/gregex.c:1103 +#: ../glib/gregex.c:1164 msgid "PCRE library is compiled without UTF8 properties support" msgstr "La libreria PCRE è compilata senza supporto per le proprietà UTF-8" -#: glib/gregex.c:1157 +#: ../glib/gregex.c:1218 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "" "Errore durante la compilazione dell'espressione regolare %s al carattere %d: " "%s" -#: glib/gregex.c:1193 +#: ../glib/gregex.c:1254 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Errore durante l'ottimizzazione dell'espressione regolare %s: %s" -#: glib/gregex.c:2067 +#: ../glib/gregex.c:2128 msgid "hexadecimal digit or '}' expected" msgstr "attesa cifra esadecimale o '}'" -#: glib/gregex.c:2083 +#: ../glib/gregex.c:2144 msgid "hexadecimal digit expected" msgstr "attesa cifra esadecimale" -#: glib/gregex.c:2123 +#: ../glib/gregex.c:2184 msgid "missing '<' in symbolic reference" msgstr "'<' mancante nel riferimento simbolico" -#: glib/gregex.c:2132 +#: ../glib/gregex.c:2193 msgid "unfinished symbolic reference" msgstr "riferimento simbolico non terminato" -#: glib/gregex.c:2139 +#: ../glib/gregex.c:2200 msgid "zero-length symbolic reference" msgstr "riferimento simbolico di lunghezza zero" -#: glib/gregex.c:2150 +#: ../glib/gregex.c:2211 msgid "digit expected" msgstr "attesa cifra" -#: glib/gregex.c:2168 +#: ../glib/gregex.c:2229 msgid "illegal symbolic reference" msgstr "riferimento simbolico non lecito" @@ -890,104 +1120,106 @@ # carattere successivo che manca # # Quindi "isolato" o "staccato" o al limite "accindetale", "casuale" -#: glib/gregex.c:2230 +#: ../glib/gregex.c:2291 msgid "stray final '\\'" msgstr "'\\' finale isolato" -#: glib/gregex.c:2234 +#: ../glib/gregex.c:2295 msgid "unknown escape sequence" msgstr "sequenza di escape sconosciuta" # da sostituire crea confusione... -#: glib/gregex.c:2244 +#: ../glib/gregex.c:2305 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "" -"Errore durante l'analisi del testo di sostituzione \"%s\" al carattere %lu: %" -"s" +"Errore durante l'analisi del testo di sostituzione \"%s\" al carattere %lu: " +"%s" -#: glib/gshell.c:92 +#: ../glib/gshell.c:91 msgid "Quoted text doesn't begin with a quotation mark" msgstr "Il testo citato non inizia con un carattere di quoting" -#: glib/gshell.c:182 +#: ../glib/gshell.c:181 msgid "Unmatched quotation mark in command line or other shell-quoted text" msgstr "" "Carattere di quoting non accoppiato nella riga di comando o nel testo con " "quoting di shell" -#: glib/gshell.c:560 +#: ../glib/gshell.c:559 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" msgstr "Il testo è finito subito dopo un carattere '\\' (il testo era \"%s\")." -#: glib/gshell.c:567 +#: ../glib/gshell.c:566 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" msgstr "" "Il testo è finito prima di trovare il carattere di quoting corrispondente " "per %c (il testo era \"%s\")." -#: glib/gshell.c:579 +#: ../glib/gshell.c:578 msgid "Text was empty (or contained only whitespace)" msgstr "Il testo era vuoto (oppure conteneva unicamente spazi bianchi)" -#: glib/gspawn-win32.c:283 +#: ../glib/gspawn-win32.c:282 msgid "Failed to read data from child process" msgstr "Lettura di dati dal processo figlio non riuscita" # (%s) è in fondo perché risolto in g_strerror (gint) -#: glib/gspawn-win32.c:300 glib/gspawn.c:1480 +#: ../glib/gspawn-win32.c:299 ../glib/gspawn.c:1486 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "" "Creazione della pipe per comunicare con il processo figlio non riuscita (%s)" # (%s) è in fondo perché risolto in g_strerror (gint) -#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139 +#: ../glib/gspawn-win32.c:338 ../glib/gspawn-win32.c:346 ../glib/gspawn.c:1145 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Lettura dalla pipe figlia non riuscita (%s)" # (%s) è in fondo perché risolto in g_strerror (gint) -#: glib/gspawn-win32.c:370 glib/gspawn.c:1346 +#: ../glib/gspawn-win32.c:369 ../glib/gspawn.c:1352 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Cambio della directory in \"%s\" non riuscito (%s)" # (%s) è in fondo perché risolto in g_strerror (gint) -#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495 +#: ../glib/gspawn-win32.c:375 ../glib/gspawn-win32.c:494 #, c-format msgid "Failed to execute child process (%s)" msgstr "Esecuzione del processo figlio non riuscita (%s)" -#: glib/gspawn-win32.c:445 +#: ../glib/gspawn-win32.c:444 #, c-format msgid "Invalid program name: %s" msgstr "Nome programma non valido: %s" -#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279 +#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:722 +#: ../glib/gspawn-win32.c:1278 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Stringa non valida nel vettore di argomenti alla posizione %d: %s" -#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312 +#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:737 +#: ../glib/gspawn-win32.c:1311 #, c-format msgid "Invalid string in environment: %s" msgstr "Stringa non valida nell'ambiente: %s" -#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260 +#: ../glib/gspawn-win32.c:718 ../glib/gspawn-win32.c:1259 #, c-format msgid "Invalid working directory: %s" msgstr "Directory di lavoro non valida: %s" # (%s) è in fondo perché risolto in g_strerror (gint) -#: glib/gspawn-win32.c:784 +#: ../glib/gspawn-win32.c:783 #, c-format msgid "Failed to execute helper program (%s)" msgstr "Esecuzione del programma helper non riuscita (%s)" -#: glib/gspawn-win32.c:998 +#: ../glib/gspawn-win32.c:997 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -996,129 +1228,129 @@ "processo figlio" # (%s) è in fondo perché risolto in g_strerror (gint) -#: glib/gspawn.c:190 +#: ../glib/gspawn.c:196 #, c-format msgid "Failed to read data from child process (%s)" msgstr "Lettura dei dati dal processo figlio non riuscita (%s)" # (%s) è in fondo perché risolto in g_strerror (gint) -#: glib/gspawn.c:329 +#: ../glib/gspawn.c:335 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "" "Errore inatteso in select() nel leggere i dati da un processo figlio (%s)" # (%s) è in fondo perché risolto in g_strerror (gint) -#: glib/gspawn.c:414 +#: ../glib/gspawn.c:420 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Errore inatteso in waitpid() (%s)" # (%s) è in fondo perché risolto in g_strerror (gint) -#: glib/gspawn.c:1206 +#: ../glib/gspawn.c:1212 #, c-format msgid "Failed to fork (%s)" msgstr "Esecuzione di fork non riuscita (%s)" # (%s) è in fondo perché risolto in g_strerror (gint) -#: glib/gspawn.c:1356 +#: ../glib/gspawn.c:1362 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Esecuzione del processo figlio \"%s\" non riuscita (%s)" # (%s) è in fondo perché risolto in g_strerror (gint) -#: glib/gspawn.c:1366 +#: ../glib/gspawn.c:1372 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Ridirezione dell'output o input del processo figlio non riuscita (%s)" # (%s) è in fondo perché risolto in g_strerror (gint) -#: glib/gspawn.c:1375 +#: ../glib/gspawn.c:1381 #, c-format msgid "Failed to fork child process (%s)" msgstr "Esecuzione del fork per processo figlio non riuscita (%s)" -#: glib/gspawn.c:1383 +#: ../glib/gspawn.c:1389 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Errore sconosciuto nell'eseguire il processo figlio \"%s\"" # (%s) è in fondo perché risolto in g_strerror (gint) -#: glib/gspawn.c:1407 +#: ../glib/gspawn.c:1413 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "" "Lettura di una quantità di dati sufficiente dalla pipe del processo figlio " "non riuscita (%s)" -#: glib/gutf8.c:1063 +#: ../glib/gutf8.c:1066 msgid "Character out of range for UTF-8" msgstr "Carattere fuori dall'intervallo per UTF-8" -#: glib/gutf8.c:1163 glib/gutf8.c:1172 glib/gutf8.c:1304 glib/gutf8.c:1313 -#: glib/gutf8.c:1454 glib/gutf8.c:1550 +#: ../glib/gutf8.c:1166 ../glib/gutf8.c:1175 ../glib/gutf8.c:1307 +#: ../glib/gutf8.c:1316 ../glib/gutf8.c:1457 ../glib/gutf8.c:1553 msgid "Invalid sequence in conversion input" msgstr "Sequenza non valida in ingresso per la conversione" -#: glib/gutf8.c:1465 glib/gutf8.c:1561 +#: ../glib/gutf8.c:1468 ../glib/gutf8.c:1564 msgid "Character out of range for UTF-16" msgstr "Carattere fuori dall'intervallo per UTF-16" -#: glib/goption.c:755 +#: ../glib/goption.c:760 msgid "Usage:" msgstr "Uso:" -#: glib/goption.c:755 +#: ../glib/goption.c:760 msgid "[OPTION...]" msgstr "[OPZIONE...]" -#: glib/goption.c:861 +#: ../glib/goption.c:866 msgid "Help Options:" msgstr "Opzioni di aiuto:" -#: glib/goption.c:862 +#: ../glib/goption.c:867 msgid "Show help options" msgstr "Mostra le opzioni di aiuto" -#: glib/goption.c:868 +#: ../glib/goption.c:873 msgid "Show all help options" msgstr "Mostra tutte le opzioni di aiuto" -#: glib/goption.c:930 +#: ../glib/goption.c:935 msgid "Application Options:" msgstr "Opzioni dell'applicazione:" -#: glib/goption.c:992 glib/goption.c:1062 +#: ../glib/goption.c:997 ../glib/goption.c:1067 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Impossibile analizzare il valore intero \"%s\" per %s" -#: glib/goption.c:1002 glib/goption.c:1070 +#: ../glib/goption.c:1007 ../glib/goption.c:1075 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Il valore intero \"%s\" per %s è fuori dall'intervallo" -#: glib/goption.c:1027 +#: ../glib/goption.c:1032 #, c-format msgid "Cannot parse double value '%s' for %s" msgstr "Impossibile analizzare il valore double \"%s\" per %s" -#: glib/goption.c:1035 +#: ../glib/goption.c:1040 #, c-format msgid "Double value '%s' for %s out of range" msgstr "Il valore double \"%s\" per %s è fuori dall'intervallo" -#: glib/goption.c:1298 glib/goption.c:1377 +#: ../glib/goption.c:1303 ../glib/goption.c:1382 #, c-format msgid "Error parsing option %s" msgstr "Errore nell'analizzare l'opzione %s" -#: glib/goption.c:1408 glib/goption.c:1522 +#: ../glib/goption.c:1413 ../glib/goption.c:1527 #, c-format msgid "Missing argument for %s" msgstr "Argomento mancante per %s" -#: glib/goption.c:1917 +#: ../glib/goption.c:1922 #, c-format msgid "Unknown option %s" msgstr "Opzione %s sconosciuta" @@ -1126,19 +1358,19 @@ # key files sono, per glib, file di impostazioni in stile Windows INI # # Ad esempio i file .themes per i temi del desktop e delle icone. -#: glib/gkeyfile.c:363 +#: ../glib/gkeyfile.c:362 msgid "Valid key file could not be found in search dirs" msgstr "Impossibile trovare un file chiavi valido nelle directory di ricerca" -#: glib/gkeyfile.c:398 +#: ../glib/gkeyfile.c:397 msgid "Not a regular file" msgstr "Non è un file normale" -#: glib/gkeyfile.c:406 +#: ../glib/gkeyfile.c:405 msgid "File is empty" msgstr "Il file è vuoto" -#: glib/gkeyfile.c:765 +#: ../glib/gkeyfile.c:764 #, c-format msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" @@ -1146,51 +1378,51 @@ "Il file chiavi contiene la riga «%s» che non è una coppia chiave-valore, un " "gruppo o un commento valido" -#: glib/gkeyfile.c:825 +#: ../glib/gkeyfile.c:824 #, c-format msgid "Invalid group name: %s" msgstr "Nome gruppo non valido: %s" -#: glib/gkeyfile.c:847 +#: ../glib/gkeyfile.c:846 msgid "Key file does not start with a group" msgstr "Il file chiavi non inizia con un gruppo" -#: glib/gkeyfile.c:873 +#: ../glib/gkeyfile.c:872 #, c-format msgid "Invalid key name: %s" msgstr "Nome chiave non valido: %s" -#: glib/gkeyfile.c:900 +#: ../glib/gkeyfile.c:899 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "Il file chiavi contiene la codifica non supportata \"%s\"" -#: glib/gkeyfile.c:1116 glib/gkeyfile.c:1278 glib/gkeyfile.c:2657 -#: glib/gkeyfile.c:2723 glib/gkeyfile.c:2858 glib/gkeyfile.c:2991 -#: glib/gkeyfile.c:3144 glib/gkeyfile.c:3331 glib/gkeyfile.c:3392 +#: ../glib/gkeyfile.c:1115 ../glib/gkeyfile.c:1277 ../glib/gkeyfile.c:2656 +#: ../glib/gkeyfile.c:2722 ../glib/gkeyfile.c:2857 ../glib/gkeyfile.c:2990 +#: ../glib/gkeyfile.c:3143 ../glib/gkeyfile.c:3330 ../glib/gkeyfile.c:3391 #, c-format msgid "Key file does not have group '%s'" msgstr "Il file chiavi non presenta il gruppo \"%s\"" -#: glib/gkeyfile.c:1290 +#: ../glib/gkeyfile.c:1289 #, c-format msgid "Key file does not have key '%s'" msgstr "Il file chiavi non presenta la chiave \"%s\"" -#: glib/gkeyfile.c:1397 glib/gkeyfile.c:1512 +#: ../glib/gkeyfile.c:1396 ../glib/gkeyfile.c:1511 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "" "Il file chiavi contiene la chiave \"%s\" con il valore \"%s\" che non è UTF-8" -#: glib/gkeyfile.c:1417 glib/gkeyfile.c:1911 +#: ../glib/gkeyfile.c:1416 ../glib/gkeyfile.c:1910 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "" "Il file chiavi contiene la chiave \"%s\" il cui valore non può essere " "interpretato." -#: glib/gkeyfile.c:1532 +#: ../glib/gkeyfile.c:1531 #, c-format msgid "" "Key file contains key '%s' which has a value that cannot be interpreted." @@ -1198,7 +1430,7 @@ "Il file chiavi contiene la chiave \"%s\" che presenta un valore che non può " "essere interpretato." -#: glib/gkeyfile.c:2126 glib/gkeyfile.c:2488 +#: ../glib/gkeyfile.c:2125 ../glib/gkeyfile.c:2487 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " @@ -1207,525 +1439,675 @@ "Il file chiavi contiene la chiave \"%s\" nel gruppo \"%s\" il cui valore non " "può essere interpretato." -#: glib/gkeyfile.c:2672 glib/gkeyfile.c:2873 glib/gkeyfile.c:3403 +#: ../glib/gkeyfile.c:2671 ../glib/gkeyfile.c:2872 ../glib/gkeyfile.c:3402 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Il file chiavi non presenta alcuna chiave \"%s\" nel gruppo \"%s\"" -#: glib/gkeyfile.c:3637 +#: ../glib/gkeyfile.c:3636 msgid "Key file contains escape character at end of line" msgstr "Il file chiavi contiene un carattere di escape alla fine della riga" -#: glib/gkeyfile.c:3659 +#: ../glib/gkeyfile.c:3658 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "Il file chiavi contiene la sequenza di escape non valida \"%s\"" -#: glib/gkeyfile.c:3801 +#: ../glib/gkeyfile.c:3800 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "Impossibile interpretare il valore \"%s\" come un numero." -#: glib/gkeyfile.c:3815 +#: ../glib/gkeyfile.c:3814 #, c-format msgid "Integer value '%s' out of range" msgstr "Il valore intero \"%s\" è fuori dall'intervallo" -#: glib/gkeyfile.c:3848 +#: ../glib/gkeyfile.c:3847 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "Impossibile interpretare il valore \"%s\" come un numero float." -#: glib/gkeyfile.c:3872 +#: ../glib/gkeyfile.c:3871 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Impossibile interpretare il valore \"%s\" come un booleano." # count (gssize) è un parametro delle funzione -#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496 -#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557 -#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:721 +#: ../gio/gbufferedinputstream.c:411 ../gio/gbufferedinputstream.c:492 +#: ../gio/ginputstream.c:185 ../gio/ginputstream.c:317 +#: ../gio/ginputstream.c:556 ../gio/ginputstream.c:681 +#: ../gio/goutputstream.c:198 ../gio/goutputstream.c:725 #, c-format msgid "Too large count value passed to %s" msgstr "Valore count troppo grande passato a %s" -#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305 -#: gio/goutputstream.c:1196 +#: ../gio/gbufferedinputstream.c:881 ../gio/ginputstream.c:891 +#: ../gio/giostream.c:306 ../gio/goutputstream.c:1200 msgid "Stream is already closed" msgstr "Lo stream è già chiuso" -#: gio/gcancellable.c:433 gio/gdbusconnection.c:1212 -#: gio/gdbusconnection.c:1300 gio/gdbusconnection.c:1472 gio/glocalfile.c:2103 -#: gio/gsimpleasyncresult.c:651 gio/gsimpleasyncresult.c:677 +#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1633 +#: ../gio/gdbusconnection.c:1722 ../gio/gdbusconnection.c:1904 +#: ../gio/glocalfile.c:2102 ../gio/gsimpleasyncresult.c:755 +#: ../gio/gsimpleasyncresult.c:781 msgid "Operation was cancelled" msgstr "L'operazione è stata annullata" -#: gio/gcharsetconverter.c:264 +#: ../gio/gcharsetconverter.c:263 msgid "Invalid object, not initialized" msgstr "Oggetto non valido, non inizializzato" -#: gio/gcharsetconverter.c:285 gio/gcharsetconverter.c:313 +#: ../gio/gcharsetconverter.c:284 ../gio/gcharsetconverter.c:312 msgid "Incomplete multibyte sequence in input" msgstr "Sequenza multi-byte non valida in ingresso" -#: gio/gcharsetconverter.c:319 gio/gcharsetconverter.c:328 +#: ../gio/gcharsetconverter.c:318 ../gio/gcharsetconverter.c:327 msgid "Not enough space in destination" msgstr "Spazio non sufficiente nella destinazione" -#: gio/gcharsetconverter.c:448 gio/gsocket.c:804 +#: ../gio/gcharsetconverter.c:447 ../gio/gsocket.c:810 msgid "Cancellable initialization not supported" msgstr "Inizializzazione annullabile non supportata" -#: gio/gcontenttype.c:180 +#: ../gio/gcontenttype.c:179 msgid "Unknown type" msgstr "Tipo sconosciuto" -#: gio/gcontenttype.c:181 +#: ../gio/gcontenttype.c:180 #, c-format msgid "%s filetype" msgstr "Tipo di file %s" -#: gio/gcontenttype.c:681 +#: ../gio/gcontenttype.c:679 #, c-format msgid "%s type" msgstr "Tipo %s" -#: gio/gcredentials.c:203 gio/gcredentials.c:338 +#: ../gio/gcredentials.c:246 ../gio/gcredentials.c:441 msgid "GCredentials is not implemented on this OS" -msgstr "" +msgstr "GCredentials non è implementato su questo S.O." -#: gio/gcredentials.c:296 +#: ../gio/gcredentials.c:396 msgid "There is no GCredentials support for your platform" -msgstr "" +msgstr "Non c'è alcun supporto a GCredentials per la piattaforma in uso" -#: gio/gdatainputstream.c:311 +#: ../gio/gdatainputstream.c:311 msgid "Unexpected early end-of-stream" msgstr "End-of-stream prematuro inatteso" -#: gio/gdbusaddress.c:135 gio/gdbusaddress.c:226 gio/gdbusaddress.c:300 -#, fuzzy, c-format +#: ../gio/gdbusaddress.c:142 ../gio/gdbusaddress.c:230 +#: ../gio/gdbusaddress.c:304 +#, c-format msgid "Unsupported key `%s' in address entry `%s'" -msgstr "Indirizzo del socket non supportato" +msgstr "La chiave \"%s\" non è valida nella voce indirizzo \"%s\"" -#: gio/gdbusaddress.c:165 +# Come chiarito in un messaggio seguente, path, tmpdir e abstract sono nomi chi chiavi (NdT) +#: ../gio/gdbusaddress.c:169 #, c-format msgid "" "Address `%s' is invalid (need exactly one of path, tmpdir or abstract keys)" msgstr "" +"L'indirizzo \"%s\" non è valido (necessario esattamente una tra le chiavi " +"path, tmpdir o abstract)" -#: gio/gdbusaddress.c:178 +#: ../gio/gdbusaddress.c:182 #, c-format msgid "Meaningless key/value pair combination in address entry `%s'" msgstr "" +"Combinazione coppia chiave/valore senza significato nella voce indirizzo \"%s" +"\"" -#: gio/gdbusaddress.c:241 gio/gdbusaddress.c:315 +#: ../gio/gdbusaddress.c:245 ../gio/gdbusaddress.c:319 #, c-format msgid "Error in address `%s' - the port attribute is malformed" -msgstr "" +msgstr "Errore nell'indirizzo \"%s\" - l'attributo port è malformato" -#: gio/gdbusaddress.c:252 gio/gdbusaddress.c:326 +#: ../gio/gdbusaddress.c:256 ../gio/gdbusaddress.c:330 #, c-format msgid "Error in address `%s' - the family attribute is malformed" -msgstr "" +msgstr "Errore nell'indirizzo \"%s\" - l'attributo family è malformato" -#: gio/gdbusaddress.c:428 +#: ../gio/gdbusaddress.c:434 #, c-format msgid "Address element `%s', does not contain a colon (:)" -msgstr "" +msgstr "Elemento indirizzo \"%s\", non contiene due punti (:)" -#: gio/gdbusaddress.c:449 +#: ../gio/gdbusaddress.c:455 #, c-format msgid "" "Key/Value pair %d, `%s', in address element `%s', does not contain an equal " "sign" msgstr "" +"Coppia chiave/valore %d, \"%s\", nell'elemento indirizzo \"%s\", non " +"contiene un segno di uguale" + +#: ../gio/gdbusaddress.c:469 +#, c-format +msgid "" +"Error unescaping key or value in Key/Value pair %d, `%s', in address element " +"`%s'" +msgstr "" -#: gio/gdbusaddress.c:523 +#: ../gio/gdbusaddress.c:547 #, c-format msgid "" "Error in address `%s' - the unix transport requires exactly one of the keys " "`path' or `abstract' to be set" msgstr "" +"Errore nell'indirizzo \"%s\" -- il trasporto unix richiede espressamente " +"l'impostazione una tra le chiavi \"path\" o \"abstract\"" -#: gio/gdbusaddress.c:559 +#: ../gio/gdbusaddress.c:583 #, c-format msgid "Error in address `%s' - the host attribute is missing or malformed" msgstr "" +"Errore nell'indirizzo \"%s\" - l'attributo host manca oppure è malfomato" -#: gio/gdbusaddress.c:573 +#: ../gio/gdbusaddress.c:597 #, c-format msgid "Error in address `%s' - the port attribute is missing or malformed" msgstr "" +"Errore nell'indirizzo \"%s\" - l'attributo port manca oppure è malfomato" -#: gio/gdbusaddress.c:587 +#: ../gio/gdbusaddress.c:611 #, c-format msgid "Error in address `%s' - the noncefile attribute is missing or malformed" msgstr "" +"Errore nell'indirizzo \"%s\" - l'attributo noncefile manca oppure è malfomato" + +#: ../gio/gdbusaddress.c:632 +#| msgid "Error connecting: " +msgid "Error auto-launching: " +msgstr "Errore nell'avvio automatico: " -#: gio/gdbusaddress.c:601 +#: ../gio/gdbusaddress.c:640 #, c-format msgid "Unknown or unsupported transport `%s' for address `%s'" -msgstr "" +msgstr "Trasporto \"%s\" sconosciuto o non supportato per l'indirizzo \"%s\"" -#: gio/gdbusaddress.c:635 -#, fuzzy, c-format -msgid "Error reading nonce file `%s':" -msgstr "Errore nel leggere il file \"%s\": %s" +#: ../gio/gdbusaddress.c:676 +#, c-format +#| msgid "Error opening file '%s': %s" +msgid "Error opening nonce file `%s': %s" +msgstr "Errore nell'aprire il file nonce «%s»: %s" + +#: ../gio/gdbusaddress.c:694 +#, c-format +msgid "Error reading from nonce file `%s': %s" +msgstr "Errore nel leggere dal file nonce \"%s\": %s" + +#: ../gio/gdbusaddress.c:703 +#, c-format +msgid "Error reading from nonce file `%s', expected 16 bytes, got %d" +msgstr "Errore nel leggere dal file nonce \"%s\": attesi 16 byte, ottenuti %d" -#: gio/gdbusaddress.c:646 -msgid "The nonce-file `%s' was %" +#: ../gio/gdbusaddress.c:721 +#, c-format +msgid "Error writing contents of nonce file `%s' to stream:" +msgstr "Errore nello scrivere i contenuti del file nonce \"%s\" sullo stream:" + +#: ../gio/gdbusaddress.c:942 +msgid "The given address is empty" +msgstr "L'indirizzo fornito è vuoto" + +#: ../gio/gdbusaddress.c:1011 +msgid "Cannot spawn a message bus without a machine-id: " msgstr "" +"Impossibile eseguire lo spawn di un bus di messaggi senza un machine-it:" + +#: ../gio/gdbusaddress.c:1048 +#, c-format +msgid "Error spawning command line `%s': " +msgstr "Errore nell'eseguire lo spawn della riga di comando \"%s\":" -#: gio/gdbusaddress.c:662 +#: ../gio/gdbusaddress.c:1059 #, c-format -msgid "Error write contents of nonce file `%s' to stream:" +msgid "Abnormal program termination spawning command line `%s': %s" msgstr "" +"Terminazione di programma anomala nell'eseguire lo spawn della riga di " +"comando \"%s\": %s" -#: gio/gdbusaddress.c:978 +#: ../gio/gdbusaddress.c:1073 #, c-format -msgid "" -"Cannot determine session bus address (TODO: run dbus-launch to find out)" +msgid "Command line `%s' exited with non-zero exit status %d: %s" +msgstr "Riga di comando \"%s\" uscita con stato di uscita %d non-zero: %s" + +#: ../gio/gdbusaddress.c:1146 +#, c-format +msgid "Cannot determine session bus address (not implemented for this OS)" msgstr "" +"Impossibile determinare l'indirizzo del bus di sessione (non implementato " +"per questo S.O.)" -#: gio/gdbusaddress.c:1002 gio/gdbusconnection.c:5309 +#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6142 #, c-format msgid "" "Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable " "- unknown value `%s'" msgstr "" +"Impossibile determinare l'indirizzo del bus dalla variabile d'ambiente " +"DBUS_STARTER_BUS_TYPE - valore \"%s\" sconosciuto" -#: gio/gdbusaddress.c:1011 gio/gdbusconnection.c:5318 +#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6151 msgid "" "Cannot determine bus address because the DBUS_STARTER_BUS_TYPE environment " "variable is not set" msgstr "" +"Impossibile determinare l'indirizzo del bus poiché la variabile d'ambiente " +"DBUS_STARTER_BUS_TYPE non è impostata" -#: gio/gdbusaddress.c:1021 -#, fuzzy, c-format +#: ../gio/gdbusaddress.c:1264 +#, c-format msgid "Unknown bus type %d" -msgstr "Tipo sconosciuto" +msgstr "Tipo di bus %d sconosciuto" -#: gio/gdbusauth.c:289 +#: ../gio/gdbusauth.c:288 msgid "Unexpected lack of content trying to read a line" -msgstr "" +msgstr "Assenza di contenuto inattesa nel tentativo di leggere una riga" -#: gio/gdbusauth.c:333 +#: ../gio/gdbusauth.c:332 msgid "Unexpected lack of content trying to (safely) read a line" msgstr "" +"Assenza di contenuto inattesa nel tentativo di leggere (in modo sicuro) una " +"riga" -#: gio/gdbusauth.c:504 +#: ../gio/gdbusauth.c:503 #, c-format msgid "" "Exhausted all available authentication mechanisms (tried: %s) (available: %s)" msgstr "" +"Esauriti tutti i meccanismi di autenticazione disponibili (provati: %s) " +"(disponibili: %s)" -#: gio/gdbusauth.c:1146 +#: ../gio/gdbusauth.c:1150 msgid "Cancelled via GDBusAuthObserver::authorize-authenticated-peer" -msgstr "" +msgstr "Annullato attraverso GDBusAuthObserver::authorize-authenticated-peer" -#: gio/gdbusauthmechanismsha1.c:264 -#, fuzzy, c-format +#: ../gio/gdbusauthmechanismsha1.c:266 +#, c-format msgid "Error statting directory `%s': %s" -msgstr "Errore nell'aprire la directory \"%s\": %s" +msgstr "Errore nell'eseguire lo stat per la directory \"%s\": %s" -#: gio/gdbusauthmechanismsha1.c:276 +#: ../gio/gdbusauthmechanismsha1.c:278 #, c-format msgid "" "Permissions on directory `%s' are malformed. Expected mode 0700, got 0%o" msgstr "" +"I permessi sulla directory \"%s\" sono malformati. Attesa la modalità 0700, " +"ottenuta 0%o" -#: gio/gdbusauthmechanismsha1.c:295 -#, fuzzy, c-format +#: ../gio/gdbusauthmechanismsha1.c:299 +#, c-format msgid "Error creating directory `%s': %s" -msgstr "Errore nel creare la directory: %s" +msgstr "Errore nel creare la directory \"%s\": %s" -#: gio/gdbusauthmechanismsha1.c:378 -#, fuzzy, c-format +#: ../gio/gdbusauthmechanismsha1.c:382 +#, c-format msgid "Error opening keyring `%s' for reading: " -msgstr "Errore nell'aprire il file «%s»: %s" +msgstr "Errore nell'aprire il portachiavi \"%s\" in lettura: " -#: gio/gdbusauthmechanismsha1.c:402 gio/gdbusauthmechanismsha1.c:711 +#: ../gio/gdbusauthmechanismsha1.c:406 ../gio/gdbusauthmechanismsha1.c:715 #, c-format msgid "Line %d of the keyring at `%s' with content `%s' is malformed" msgstr "" -#: gio/gdbusauthmechanismsha1.c:416 gio/gdbusauthmechanismsha1.c:725 +#: ../gio/gdbusauthmechanismsha1.c:420 ../gio/gdbusauthmechanismsha1.c:729 #, c-format msgid "" "First token of line %d of the keyring at `%s' with content `%s' is malformed" msgstr "" -#: gio/gdbusauthmechanismsha1.c:430 gio/gdbusauthmechanismsha1.c:739 +#: ../gio/gdbusauthmechanismsha1.c:434 ../gio/gdbusauthmechanismsha1.c:743 #, c-format msgid "" "Second token of line %d of the keyring at `%s' with content `%s' is malformed" msgstr "" -#: gio/gdbusauthmechanismsha1.c:454 +#: ../gio/gdbusauthmechanismsha1.c:458 #, c-format msgid "Didn't find cookie with id %d in the keyring at `%s'" msgstr "" -#: gio/gdbusauthmechanismsha1.c:531 -#, fuzzy, c-format -msgid "Error deleting stale lock-file `%s': %s" -msgstr "Errore nel leggere il file \"%s\": %s" +#: ../gio/gdbusauthmechanismsha1.c:535 +#, c-format +#| msgid "Error opening file '%s': %s" +msgid "Error deleting stale lock file `%s': %s" +msgstr "Errore nell'eliminare il file lock stale \"%s\": %s" -#: gio/gdbusauthmechanismsha1.c:562 -#, fuzzy, c-format -msgid "Error creating lock-file `%s': %s" -msgstr "Errore nel leggere il file \"%s\": %s" +#: ../gio/gdbusauthmechanismsha1.c:566 +#, c-format +#| msgid "Error reading file '%s': %s" +msgid "Error creating lock file `%s': %s" +msgstr "Errore nel creare il file lock \"%s\": %s" -#: gio/gdbusauthmechanismsha1.c:592 -#, fuzzy, c-format -msgid "Error closing (unlinked) lock-file `%s': %s" -msgstr "Errore nel chiudere il file: %s" +#: ../gio/gdbusauthmechanismsha1.c:596 +#, c-format +#| msgid "Error opening file '%s': %s" +msgid "Error closing (unlinked) lock file `%s': %s" +msgstr "Errore nel chiudere (unlinked) il file lock \"%s\": %s" -#: gio/gdbusauthmechanismsha1.c:602 -#, fuzzy, c-format -msgid "Error unlinking lock-file `%s': %s" -msgstr "Errore nell'aprire il file «%s»: %s" +#: ../gio/gdbusauthmechanismsha1.c:606 +#, c-format +#| msgid "Error opening file '%s': %s" +msgid "Error unlinking lock file `%s': %s" +msgstr "Errore nell'eseguire l'unlink del file lock \"%s\": %s" -#: gio/gdbusauthmechanismsha1.c:678 -#, fuzzy, c-format +#: ../gio/gdbusauthmechanismsha1.c:682 +#, c-format msgid "Error opening keyring `%s' for writing: " -msgstr "Errore nell'aprire il file «%s»: %s" +msgstr "Errore nell'aprire il portachiavi \"%s\" in scrittura: " -#: gio/gdbusauthmechanismsha1.c:873 +#: ../gio/gdbusauthmechanismsha1.c:877 #, c-format msgid "(Additionally, releasing the lock for `%s' also failed: %s) " -msgstr "" +msgstr "(inoltre non è riuscito il rilascio del lock per \"%s\": %s)" -#: gio/gdbusconnection.c:1001 gio/gdbusconnection.c:1311 -#, fuzzy +#: ../gio/gdbusconnection.c:1142 ../gio/gdbusconnection.c:1371 +#: ../gio/gdbusconnection.c:1410 ../gio/gdbusconnection.c:1733 msgid "The connection is closed" -msgstr "Il socket aggiunto è chiuso" +msgstr "La connessione è chiusa" -#: gio/gdbusconnection.c:1256 +#: ../gio/gdbusconnection.c:1677 msgid "Timeout was reached" msgstr "" -#: gio/gdbusconnection.c:1757 +#: ../gio/gdbusconnection.c:2291 msgid "" "Unsupported flags encountered when constructing a client-side connection" msgstr "" +"Incontrate flag non supportate durante la costruzione di una connessione " +"client-side" -#: gio/gdbusconnection.c:3158 +#: ../gio/gdbusconnection.c:3725 ../gio/gdbusconnection.c:4043 +#, c-format +msgid "" +"No such interface `org.freedesktop.DBus.Properties' on object at path %s" +msgstr "" +"Interfaccia \"org.freedesktop.DBus.Properties\" inesistente sull'oggetto nel " +"percorso %s" + +#: ../gio/gdbusconnection.c:3797 #, c-format msgid "Error setting property `%s': Expected type `%s' but got `%s'" msgstr "" -#: gio/gdbusconnection.c:3250 +#: ../gio/gdbusconnection.c:3892 #, c-format msgid "No such property `%s'" -msgstr "" +msgstr "Proprietà \"%s\" inesistente" -# o non è classificato ?? ma credo classificato abbia una diversa valenza... -#: gio/gdbusconnection.c:3262 -#, fuzzy, c-format +#: ../gio/gdbusconnection.c:3904 +#, c-format msgid "Property `%s' is not readable" -msgstr "Il tipo %s non presenta una classe" +msgstr "La proprietà \"%s\" non è leggibile" -# o non è classificato ?? ma credo classificato abbia una diversa valenza... -#: gio/gdbusconnection.c:3273 -#, fuzzy, c-format +#: ../gio/gdbusconnection.c:3915 +#, c-format msgid "Property `%s' is not writable" -msgstr "Il tipo %s non presenta una classe" +msgstr "La proprietà \"%s\" non è scrivibile" -#: gio/gdbusconnection.c:3341 gio/gdbusconnection.c:4768 +#: ../gio/gdbusconnection.c:3985 ../gio/gdbusconnection.c:5576 #, c-format msgid "No such interface `%s'" -msgstr "" +msgstr "Interfaccia \"%s\" inesistente" -#: gio/gdbusconnection.c:3504 +#: ../gio/gdbusconnection.c:4173 msgid "No such interface" -msgstr "" +msgstr "Interfaccia inesistente" -#: gio/gdbusconnection.c:3748 +#: ../gio/gdbusconnection.c:4389 ../gio/gdbusconnection.c:6092 +#, c-format +msgid "No such interface `%s' on object at path %s" +msgstr "Interfaccia \"%s\" inesistente sull'oggetto nel percorso %s" + +#: ../gio/gdbusconnection.c:4441 #, c-format msgid "No such method `%s'" -msgstr "" +msgstr "Metodo \"%s\" inesistente" -#: gio/gdbusconnection.c:3779 +#: ../gio/gdbusconnection.c:4472 #, c-format msgid "Type of message, `%s', does not match expected type `%s'" -msgstr "" +msgstr "Il tipo di messaggio (%s) non corrisponde al tipo atteso (%s)" -#: gio/gdbusconnection.c:3993 +#: ../gio/gdbusconnection.c:4691 #, c-format msgid "An object is already exported for the interface %s at %s" -msgstr "" +msgstr "Risulta già esportato un oggetto per l'interfaccia %s su %s" -#: gio/gdbusconnection.c:4173 +#: ../gio/gdbusconnection.c:4885 #, c-format msgid "Method `%s' returned type `%s', but expected `%s'" -msgstr "" +msgstr "Il metodo \"%s\" ha restituito il tipo \"%s, ma era atteso \"%s\"" -#: gio/gdbusconnection.c:4866 +#: ../gio/gdbusconnection.c:5687 #, c-format msgid "Method `%s' on interface `%s' with signature `%s' does not exist" msgstr "" -#: gio/gdbusconnection.c:4981 -#, fuzzy, c-format +#: ../gio/gdbusconnection.c:5805 +#, c-format msgid "A subtree is already exported for %s" -msgstr "Il listener è già chiuso" +msgstr "" -#: gio/gdbusconnection.c:5089 -#, c-format -msgid "Unable to load /var/lib/dbus/machine-id: %s" +#: ../gio/gdbusmessage.c:856 +msgid "type is INVALID" +msgstr "" + +#: ../gio/gdbusmessage.c:867 +msgid "METHOD_CALL message: PATH or MEMBER header field is missing" +msgstr "" + +#: ../gio/gdbusmessage.c:878 +msgid "METHOD_RETURN message: REPLY_SERIAL header field is missing" +msgstr "" + +#: ../gio/gdbusmessage.c:890 +msgid "ERROR message: REPLY_SERIAL or ERROR_NAME header field is missing" +msgstr "" + +#: ../gio/gdbusmessage.c:903 +msgid "SIGNAL message: PATH, INTERFACE or MEMBER header field is missing" +msgstr "" + +#: ../gio/gdbusmessage.c:911 +msgid "" +"SIGNAL message: The PATH header field is using the reserved value /org/" +"freedesktop/DBus/Local" +msgstr "" + +#: ../gio/gdbusmessage.c:919 +msgid "" +"SIGNAL message: The INTERFACE header field is using the reserved value org." +"freedesktop.DBus.Local" msgstr "" -#: gio/gdbusconnection.c:5259 +#: ../gio/gdbusmessage.c:994 #, c-format -msgid "No such interface `%s' on object at path %s" +msgid "Wanted to read %lu bytes but got EOF" msgstr "" -#: gio/gdbusmessage.c:723 -msgid "Wanted to read %" +#: ../gio/gdbusmessage.c:1019 +#, c-format +msgid "" +"Expected valid UTF-8 string but found invalid bytes at byte offset %d " +"(length of string is %d). The valid UTF-8 string up until that point was `%s'" msgstr "" -#: gio/gdbusmessage.c:744 +#: ../gio/gdbusmessage.c:1032 #, c-format -msgid "Expected NUL byte after the string `%s' but found `%c' (%d)" +msgid "Expected NUL byte after the string `%s' but found byte %d" msgstr "" -#: gio/gdbusmessage.c:927 +#: ../gio/gdbusmessage.c:1231 #, c-format msgid "Parsed value `%s' is not a valid D-Bus object path" msgstr "" -#: gio/gdbusmessage.c:953 +#: ../gio/gdbusmessage.c:1257 #, fuzzy, c-format msgid "Parsed value `%s' is not a valid D-Bus signature" -msgstr "\"%s\" non è un nome valido " +msgstr "Il valore \"%s\" analizzato non è una firma D-Bus valida" -#: gio/gdbusmessage.c:979 -msgid "Encountered array of length %" +#: ../gio/gdbusmessage.c:1311 +#, c-format +msgid "" +"Encountered array of length %u bytes. Maximum length is 2<<26 bytes (64 MiB)." msgstr "" -#: gio/gdbusmessage.c:1116 +#: ../gio/gdbusmessage.c:1472 #, c-format msgid "Parsed value `%s' for variant is not a valid D-Bus signature" msgstr "" -#: gio/gdbusmessage.c:1141 +#: ../gio/gdbusmessage.c:1499 #, c-format msgid "" -"Error deserializing GVariant with type-string `%s' from the D-Bus wire format" +"Error deserializing GVariant with type string `%s' from the D-Bus wire format" msgstr "" -#: gio/gdbusmessage.c:1286 +#: ../gio/gdbusmessage.c:1683 #, c-format -msgid "Invalid endianness value. Expected 'l' or 'B' but found '%c' (%d)" +msgid "" +"Invalid endianness value. Expected 0x6c ('l') or 0x42 ('B') but found value " +"0x%02x" msgstr "" -#: gio/gdbusmessage.c:1300 +#: ../gio/gdbusmessage.c:1697 #, c-format msgid "Invalid major protocol version. Expected 1 but found %d" msgstr "" -#: gio/gdbusmessage.c:1342 +#: ../gio/gdbusmessage.c:1754 #, c-format msgid "Signature header with signature `%s' found but message body is empty" msgstr "" -#: gio/gdbusmessage.c:1356 +#: ../gio/gdbusmessage.c:1768 #, c-format msgid "Parsed value `%s' is not a valid D-Bus signature (for body)" msgstr "" -#: gio/gdbusmessage.c:1385 -msgid "No signature header in message but the message body is %" +#: ../gio/gdbusmessage.c:1798 +#, c-format +msgid "No signature header in message but the message body is %u bytes" msgstr "" -#: gio/gdbusmessage.c:1694 +#: ../gio/gdbusmessage.c:1806 +#, fuzzy +msgid "Cannot deserialize message: " +msgstr "Impossibile deserializzare il messaggio: " + +#: ../gio/gdbusmessage.c:2131 #, c-format msgid "" -"Error serializing GVariant with type-string `%s' to the D-Bus wire format" +"Error serializing GVariant with type string `%s' to the D-Bus wire format" msgstr "" -#: gio/gdbusmessage.c:1823 +#: ../gio/gdbusmessage.c:2272 #, c-format msgid "Message has %d fds but the header field indicates %d fds" msgstr "" -#: gio/gdbusmessage.c:1869 +#: ../gio/gdbusmessage.c:2280 +#, fuzzy +msgid "Cannot serialize message: " +msgstr "Impossibile serializzare il messaggio: " + +#: ../gio/gdbusmessage.c:2324 #, c-format msgid "Message body has signature `%s' but there is no signature header" msgstr "" -#: gio/gdbusmessage.c:1879 +#: ../gio/gdbusmessage.c:2334 #, c-format msgid "" -"Message body has type signature `%s' but signature in the header field is `%" -"s'" +"Message body has type signature `%s' but signature in the header field is `" +"%s'" msgstr "" -#: gio/gdbusmessage.c:1895 +#: ../gio/gdbusmessage.c:2350 #, c-format msgid "Message body is empty but signature in the header field is `(%s)'" msgstr "" -#: gio/gdbusmessage.c:2448 +#: ../gio/gdbusmessage.c:2907 #, fuzzy, c-format msgid "Error return with body of type `%s'" -msgstr "Errore nello scrivere sul file: %s" +msgstr "Errore nel ritorno con body di tipo \"%s\"" -#: gio/gdbusmessage.c:2456 +#: ../gio/gdbusmessage.c:2915 msgid "Error return with empty body" msgstr "" -#: gio/gdbusmethodinvocation.c:357 +#: ../gio/gdbusmethodinvocation.c:375 #, c-format msgid "Type of return value is incorrect, got `%s', expected `%s'" msgstr "" -#: gio/gdbusmethodinvocation.c:371 gio/gsocket.c:2859 gio/gsocket.c:2940 +#: ../gio/gdbusmethodinvocation.c:406 ../gio/gsocket.c:2974 +#: ../gio/gsocket.c:3055 #, c-format msgid "Error sending message: %s" msgstr "Errore nell'inviare il messaggio: %s" -#: gio/gdbusprivate.c:775 -msgid "Error writing first 16 bytes of message to socket: " -msgstr "" +#: ../gio/gdbusprivate.c:1759 +msgid "Unable to load /var/lib/dbus/machine-id: " +msgstr "Impossibile caricare /var/lib/dbus/machine-id: " -#: gio/gdbusproxy.c:633 +#: ../gio/gdbusproxy.c:714 #, c-format msgid "" "Trying to set property %s of type %s but according to the expected interface " "the type is %s" msgstr "" -#: gio/gdbusserver.c:669 +#: ../gio/gdbusproxy.c:1235 +#, c-format +msgid "Error calling StartServiceByName for %s: " +msgstr "" + +#: ../gio/gdbusproxy.c:1256 +#, c-format +msgid "Unexpected reply %d from StartServiceByName(\"%s\") method" +msgstr "" + +#: ../gio/gdbusproxy.c:2315 ../gio/gdbusproxy.c:2472 +msgid "" +"Cannot invoke method; proxy is for a well-known name without an owner and " +"proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag" +msgstr "" + +#: ../gio/gdbusserver.c:715 #, fuzzy msgid "Abstract name space not supported" -msgstr "Cestino non supportato" +msgstr "Spazio nomi astratti non supportato" -#: gio/gdbusserver.c:759 +#: ../gio/gdbusserver.c:805 msgid "Cannot specify nonce file when creating a server" msgstr "" -#: gio/gdbusserver.c:836 -#, fuzzy, c-format +#: ../gio/gdbusserver.c:882 +#, c-format msgid "Error writing nonce file at `%s': %s" -msgstr "Errore nello scrivere sul file: %s" +msgstr "Errore nello scrivere il file nonce su \"%s\": %s" -#: gio/gdbusserver.c:988 -#, fuzzy, c-format +#: ../gio/gdbusserver.c:1044 +#, c-format msgid "The string `%s' is not a valid D-Bus GUID" -msgstr "\"%s\" non è un nome valido " +msgstr "La stringa \"%s\" non è un GUID D-Bus valido" -#: gio/gdbusserver.c:1028 +#: ../gio/gdbusserver.c:1084 #, c-format msgid "Cannot listen on unsupported transport `%s'" msgstr "" -#: gio/gdbus-tool.c:87 gio/gsettings-tool.c:38 +#: ../gio/gdbus-tool.c:87 ../gio/gsettings-tool.c:76 msgid "COMMAND" -msgstr "" +msgstr "COMANDO" -#: gio/gdbus-tool.c:92 +#: ../gio/gdbus-tool.c:92 #, c-format msgid "" "Commands:\n" @@ -1736,161 +2118,173 @@ "\n" "Use \"%s COMMAND --help\" to get help on each command.\n" msgstr "" +"Comandi:\n" +" help Mostra questa informazione\n" +" introspect Introspezione di un oggetto remoto\n" +" monitor Monitoraggio di un oggetto remoto\n" +" call Invocazione di un metodo su un oggetto remoto\n" +"\n" +"Usare \"%s COMANDO --help\" per informazioni su ciascun comando.\n" -#: gio/gdbus-tool.c:160 gio/gdbus-tool.c:216 gio/gdbus-tool.c:288 -#: gio/gdbus-tool.c:312 gio/gdbus-tool.c:814 gio/gdbus-tool.c:1322 -#, fuzzy, c-format +#: ../gio/gdbus-tool.c:160 ../gio/gdbus-tool.c:216 ../gio/gdbus-tool.c:288 +#: ../gio/gdbus-tool.c:312 ../gio/gdbus-tool.c:814 ../gio/gdbus-tool.c:1324 +#, c-format msgid "Error: %s\n" -msgstr "Errore alla riga %d: %s" +msgstr "Errore: %s\n" -#: gio/gdbus-tool.c:171 gio/gdbus-tool.c:229 gio/gdbus-tool.c:1332 -#, fuzzy, c-format +#: ../gio/gdbus-tool.c:171 ../gio/gdbus-tool.c:229 ../gio/gdbus-tool.c:1340 +#, c-format msgid "Error parsing introspection XML: %s\n" -msgstr "Errore nell'analizzare l'opzione %s" +msgstr "Errore nell'analizzare XML introspection: %s\n" -#: gio/gdbus-tool.c:346 +#: ../gio/gdbus-tool.c:346 msgid "Connect to the system bus" -msgstr "" +msgstr "Connette al bus di sistema" -#: gio/gdbus-tool.c:347 +#: ../gio/gdbus-tool.c:347 msgid "Connect to the session bus" -msgstr "" +msgstr "Connette al bus di sessione" -#: gio/gdbus-tool.c:348 -#, fuzzy +#: ../gio/gdbus-tool.c:348 msgid "Connect to given D-Bus address" -msgstr "Connessione in corso" +msgstr "Connette all'indirizzo D-Bus fornito" -#: gio/gdbus-tool.c:358 -#, fuzzy +#: ../gio/gdbus-tool.c:358 msgid "Connection Endpoint Options:" -msgstr "Connessione in corso" +msgstr "Opzioni endpoint connessione:" -#: gio/gdbus-tool.c:359 +#: ../gio/gdbus-tool.c:359 msgid "Options specifying the connection endpoint" -msgstr "" +msgstr "Opzioni per specificare gli endpoint di connessione" -#: gio/gdbus-tool.c:379 +#: ../gio/gdbus-tool.c:379 #, c-format msgid "No connection endpoint specified" -msgstr "" +msgstr "Nessun endpoint di connessione specificato" -#: gio/gdbus-tool.c:389 +#: ../gio/gdbus-tool.c:389 #, c-format msgid "Multiple connection endpoints specified" -msgstr "" +msgstr "Specificati endpoint di connessione multipli" -#: gio/gdbus-tool.c:459 +#: ../gio/gdbus-tool.c:459 #, c-format msgid "" "Warning: According to introspection data, interface `%s' does not exist\n" msgstr "" +"Attenzione: in accordo ai dati di introspezione, l'interfaccia \"%s\" non " +"esiste\n" -#: gio/gdbus-tool.c:468 +#: ../gio/gdbus-tool.c:468 #, c-format msgid "" "Warning: According to introspection data, method `%s' does not exist on " "interface `%s'\n" msgstr "" +"Attenzione: in accordo ai dati di introspezione, il metodo \"%s\" non esiste " +"sull'interfaccia \"%s\"\n" -#: gio/gdbus-tool.c:530 +#: ../gio/gdbus-tool.c:530 msgid "Destination name to invoke method on" -msgstr "" +msgstr "Nome della destinazione su cui invocare il metodo" -#: gio/gdbus-tool.c:531 +#: ../gio/gdbus-tool.c:531 msgid "Object path to invoke method on" -msgstr "" +msgstr "Percorso dell'oggetto su cui invocare il metodo" -#: gio/gdbus-tool.c:532 +# oppure "Nome del metodo e dell'interfaccia" ??? +#: ../gio/gdbus-tool.c:532 msgid "Method and interface name" -msgstr "" +msgstr "Metodo e nome dell'interfaccia" -#: gio/gdbus-tool.c:571 +#: ../gio/gdbus-tool.c:571 msgid "Invoke a method on a remote object." -msgstr "" +msgstr "Invoca un metodo su un oggetto remoto." -#: gio/gdbus-tool.c:626 gio/gdbus-tool.c:1243 gio/gdbus-tool.c:1495 -#, fuzzy, c-format +#: ../gio/gdbus-tool.c:626 ../gio/gdbus-tool.c:1245 ../gio/gdbus-tool.c:1505 +#, c-format msgid "Error connecting: %s\n" -msgstr "Errore nel connettersi: %s" +msgstr "Errore nel connettersi: %s\n" -#: gio/gdbus-tool.c:646 gio/gdbus-tool.c:1262 gio/gdbus-tool.c:1514 +#: ../gio/gdbus-tool.c:646 ../gio/gdbus-tool.c:1264 ../gio/gdbus-tool.c:1524 #, c-format msgid "Error: Destination is not specified\n" -msgstr "" +msgstr "Errore: non è specificata la destinazione\n" -#: gio/gdbus-tool.c:667 gio/gdbus-tool.c:1281 +#: ../gio/gdbus-tool.c:667 ../gio/gdbus-tool.c:1283 #, c-format msgid "Error: Object path is not specified\n" -msgstr "" +msgstr "Errore: non è specificato il percorso dell'oggetto\n" -#: gio/gdbus-tool.c:687 gio/gdbus-tool.c:1301 gio/gdbus-tool.c:1554 -#, fuzzy, c-format +#: ../gio/gdbus-tool.c:687 ../gio/gdbus-tool.c:1303 ../gio/gdbus-tool.c:1564 +#, c-format msgid "Error: %s is not a valid object path\n" -msgstr "\"%s\" non è un nome valido " +msgstr "Errore: \"%s\" non è un percorso di oggetto valido\n" -#: gio/gdbus-tool.c:702 +#: ../gio/gdbus-tool.c:702 #, c-format msgid "Error: Method name is not specified\n" -msgstr "" +msgstr "Errore: non è specificato il nome del metodo\n" -#: gio/gdbus-tool.c:713 +#: ../gio/gdbus-tool.c:713 #, c-format msgid "Error: Method name `%s' is invalid\n" -msgstr "" +msgstr "Errore: il nome di metodo \"%s\" non è valido\n" -#: gio/gdbus-tool.c:778 -#, fuzzy, c-format +#: ../gio/gdbus-tool.c:778 +#, c-format msgid "Error parsing parameter %d of type `%s': %s\n" -msgstr "Errore nell'aprire la directory \"%s\": %s" +msgstr "Errore nell'analizzare il parametro %d di tipo \"%s\": %s\n" -#: gio/gdbus-tool.c:786 -#, fuzzy, c-format +#: ../gio/gdbus-tool.c:786 +#, c-format msgid "Error parsing parameter %d: %s\n" -msgstr "Errore nell'analizzare l'opzione %s" +msgstr "Errore nell'analizzare il parametro %d: %s\n" -#: gio/gdbus-tool.c:1161 +#: ../gio/gdbus-tool.c:1162 msgid "Destination name to introspect" msgstr "" -#: gio/gdbus-tool.c:1162 +#: ../gio/gdbus-tool.c:1163 msgid "Object path to introspect" msgstr "" -#: gio/gdbus-tool.c:1195 +#: ../gio/gdbus-tool.c:1164 +msgid "Print XML" +msgstr "" + +#: ../gio/gdbus-tool.c:1197 msgid "Introspect a remote object." msgstr "" -#: gio/gdbus-tool.c:1413 +#: ../gio/gdbus-tool.c:1423 msgid "Destination name to monitor" msgstr "" -#: gio/gdbus-tool.c:1414 +#: ../gio/gdbus-tool.c:1424 msgid "Object path to monitor" msgstr "" -# corrotto sembrava brutto, cfr revisione su TP -#: gio/gdbus-tool.c:1447 -#, fuzzy +#: ../gio/gdbus-tool.c:1457 msgid "Monitor a remote object." -msgstr "oggetto non attendibile" +msgstr "Monitora un oggetto remoto." # NdT: nome di applicazione (quando manca) -#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222 +#: ../gio/gdesktopappinfo.c:467 ../gio/gwin32appinfo.c:221 msgid "Unnamed" msgstr "Senza nome" -#: gio/gdesktopappinfo.c:742 +#: ../gio/gdesktopappinfo.c:751 msgid "Desktop file didn't specify Exec field" msgstr "Il file .desktop non specifica il campo Exec" -#: gio/gdesktopappinfo.c:935 +#: ../gio/gdesktopappinfo.c:944 msgid "Unable to find terminal required for application" msgstr "Impossibile trovare il terminale richiesto per l'applicazione" # NdT il primo %s è il percorso alla cartella .local/share/application # messo tra parentesi per scelta stilistica... -#: gio/gdesktopappinfo.c:1144 +#: ../gio/gdesktopappinfo.c:1153 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "" @@ -1898,76 +2292,78 @@ # NdT il primo %s è il percorso alla cartella .local/share/application # messo tra parentesi per scelta stilistica... -#: gio/gdesktopappinfo.c:1148 +#: ../gio/gdesktopappinfo.c:1157 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "Impossibile creare la cartella utente di configurazione MIME (%s): %s" -#: gio/gdesktopappinfo.c:1556 +#: ../gio/gdesktopappinfo.c:1565 #, c-format msgid "Can't create user desktop file %s" msgstr "Impossibile creare il file .desktop utente %s" -#: gio/gdesktopappinfo.c:1670 +#: ../gio/gdesktopappinfo.c:1679 #, c-format msgid "Custom definition for %s" msgstr "Definizione personalizzata per %s" -#: gio/gdrive.c:364 +#: ../gio/gdrive.c:363 msgid "drive doesn't implement eject" msgstr "l'unità non implementa l'azione eject" #. Translators: This is an error #. * message for drive objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gdrive.c:444 +#: ../gio/gdrive.c:443 msgid "drive doesn't implement eject or eject_with_operation" msgstr "l'unità non implementa l'azione eject o eject_with_operation" -#: gio/gdrive.c:521 +#: ../gio/gdrive.c:520 msgid "drive doesn't implement polling for media" msgstr "l'unità non implementa il controllo sistematico dei supporti" -#: gio/gdrive.c:726 +#: ../gio/gdrive.c:725 msgid "drive doesn't implement start" msgstr "l'unità non implementa l'azione start" -#: gio/gdrive.c:828 +#: ../gio/gdrive.c:827 msgid "drive doesn't implement stop" msgstr "l'unità non implementa l'azione stop" -#: gio/gemblem.c:325 +#: ../gio/gemblem.c:324 #, c-format msgid "Can't handle version %d of GEmblem encoding" msgstr "Impossibile gestire la versione %d della codifica GEmblem" -#: gio/gemblem.c:335 +#: ../gio/gemblem.c:334 #, c-format msgid "Malformed number of tokens (%d) in GEmblem encoding" msgstr "Numero di token malformato (%d) nella codifica GEmblem" -#: gio/gemblemedicon.c:296 +#: ../gio/gemblemedicon.c:292 #, c-format msgid "Can't handle version %d of GEmblemedIcon encoding" msgstr "Impossibile gestire la versione %d della codifica GEmblemedIcon" -#: gio/gemblemedicon.c:306 +#: ../gio/gemblemedicon.c:302 #, c-format msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding" msgstr "Numero di token malformato (%d) nella codifica GEmblemedIcon" -#: gio/gemblemedicon.c:329 +#: ../gio/gemblemedicon.c:325 msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Atteso un GEmblem per GEmblemedIcon" -#: gio/gfile.c:871 gio/gfile.c:1101 gio/gfile.c:1236 gio/gfile.c:1472 -#: gio/gfile.c:1526 gio/gfile.c:1583 gio/gfile.c:1666 gio/gfile.c:1721 -#: gio/gfile.c:1781 gio/gfile.c:1835 gio/gfile.c:3304 gio/gfile.c:3358 -#: gio/gfile.c:3490 gio/gfile.c:3530 gio/gfile.c:3857 gio/gfile.c:4259 -#: gio/gfile.c:4345 gio/gfile.c:4434 gio/gfile.c:4532 gio/gfile.c:4619 -#: gio/gfile.c:4712 gio/gfile.c:5042 gio/gfile.c:5322 gio/gfile.c:5391 -#: gio/gfile.c:6982 gio/gfile.c:7072 gio/gfile.c:7158 -#: gio/win32/gwinhttpfile.c:441 +#: ../gio/gfile.c:870 ../gio/gfile.c:1100 ../gio/gfile.c:1235 +#: ../gio/gfile.c:1471 ../gio/gfile.c:1525 ../gio/gfile.c:1582 +#: ../gio/gfile.c:1665 ../gio/gfile.c:1720 ../gio/gfile.c:1780 +#: ../gio/gfile.c:1834 ../gio/gfile.c:3304 ../gio/gfile.c:3358 +#: ../gio/gfile.c:3490 ../gio/gfile.c:3530 ../gio/gfile.c:3857 +#: ../gio/gfile.c:4259 ../gio/gfile.c:4345 ../gio/gfile.c:4434 +#: ../gio/gfile.c:4532 ../gio/gfile.c:4619 ../gio/gfile.c:4712 +#: ../gio/gfile.c:5042 ../gio/gfile.c:5322 ../gio/gfile.c:5391 +#: ../gio/gfile.c:6983 ../gio/gfile.c:7073 ../gio/gfile.c:7159 +#: ../gio/win32/gwinhttpfile.c:439 msgid "Operation not supported" msgstr "Operazione non supportata" @@ -1979,141 +2375,141 @@ #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: gio/gfile.c:1357 gio/glocalfile.c:1060 gio/glocalfile.c:1071 -#: gio/glocalfile.c:1084 +#: ../gio/gfile.c:1356 ../gio/glocalfile.c:1059 ../gio/glocalfile.c:1070 +#: ../gio/glocalfile.c:1083 msgid "Containing mount does not exist" msgstr "L'oggetto mount contenuto non esiste" -#: gio/gfile.c:2409 gio/glocalfile.c:2259 +#: ../gio/gfile.c:2408 ../gio/glocalfile.c:2258 msgid "Can't copy over directory" msgstr "Impossibile copiare sopra la directory" -#: gio/gfile.c:2469 +#: ../gio/gfile.c:2469 msgid "Can't copy directory over directory" msgstr "Impossibile copiare la directory sopra la directory" -#: gio/gfile.c:2477 gio/glocalfile.c:2268 +#: ../gio/gfile.c:2477 ../gio/glocalfile.c:2267 msgid "Target file exists" msgstr "Il file destinazione esiste" -#: gio/gfile.c:2495 +#: ../gio/gfile.c:2495 msgid "Can't recursively copy directory" msgstr "Impossibile copiare la directory ricorsivamente" # see man splice(2) :) -#: gio/gfile.c:2755 +#: ../gio/gfile.c:2755 msgid "Splice not supported" msgstr "Splice non supportato" -#: gio/gfile.c:2759 +#: ../gio/gfile.c:2759 #, c-format msgid "Error splicing file: %s" msgstr "Errore nell'eseguire lo splice del file: %s" -#: gio/gfile.c:2906 +#: ../gio/gfile.c:2906 msgid "Can't copy special file" msgstr "Impossibile copiare il file speciale" -#: gio/gfile.c:3480 +#: ../gio/gfile.c:3480 msgid "Invalid symlink value given" msgstr "Fornito valore di collegamento simbolico non valido" -#: gio/gfile.c:3573 +#: ../gio/gfile.c:3573 msgid "Trash not supported" msgstr "Cestino non supportato" -#: gio/gfile.c:3622 +#: ../gio/gfile.c:3622 #, c-format msgid "File names cannot contain '%c'" msgstr "I nomi di file non possono contenere '%c'" -#: gio/gfile.c:6039 gio/gvolume.c:331 +#: ../gio/gfile.c:6040 ../gio/gvolume.c:330 msgid "volume doesn't implement mount" msgstr "il volume non implementa l'azione mount" -#: gio/gfile.c:6150 +#: ../gio/gfile.c:6151 msgid "No application is registered as handling this file" msgstr "Non risulta registrata alcuna applicazione per gestire questo file" -#: gio/gfileenumerator.c:206 +#: ../gio/gfileenumerator.c:205 msgid "Enumerator is closed" msgstr "L'enumeratore è chiuso" # una sola ???? -#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272 -#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481 +#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271 +#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "L'enumeratore di file presenta un'operazione in sospeso" -#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471 +#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "L'enumeratore di file è già chiuso" -#: gio/gfileicon.c:237 +#: ../gio/gfileicon.c:236 #, c-format msgid "Can't handle version %d of GFileIcon encoding" msgstr "Impossibile gestire la versione %d della codifica GFileIcon" -#: gio/gfileicon.c:247 +#: ../gio/gfileicon.c:246 msgid "Malformed input data for GFileIcon" msgstr "Dati di input malformati per GFileIcon" -#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422 -#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170 -#: gio/gfileoutputstream.c:525 +#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 +#: ../gio/gfileiostream.c:170 ../gio/gfileoutputstream.c:169 +#: ../gio/gfileoutputstream.c:524 msgid "Stream doesn't support query_info" msgstr "Lo stream non supporta query_info" -#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389 -#: gio/gfileoutputstream.c:383 +#: ../gio/gfileinputstream.c:336 ../gio/gfileiostream.c:388 +#: ../gio/gfileoutputstream.c:382 msgid "Seek not supported on stream" msgstr "Posizionamento non supportato sullo stream" -#: gio/gfileinputstream.c:381 +#: ../gio/gfileinputstream.c:380 msgid "Truncate not allowed on input stream" msgstr "Troncamento non consentito sullo stream di input" -#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459 +#: ../gio/gfileiostream.c:464 ../gio/gfileoutputstream.c:458 msgid "Truncate not supported on stream" msgstr "Troncamento non supportato sullo stream" -#: gio/gicon.c:286 +#: ../gio/gicon.c:285 #, c-format msgid "Wrong number of tokens (%d)" msgstr "Numero di token errato (%d)" -#: gio/gicon.c:306 +#: ../gio/gicon.c:305 #, c-format msgid "No type for class name %s" msgstr "Nessun tipo per il nome di classe %s" -#: gio/gicon.c:316 +#: ../gio/gicon.c:315 #, c-format msgid "Type %s does not implement the GIcon interface" msgstr "Il tipo %s non implementa l'interfaccia GIcon" # o non è classificato ?? ma credo classificato abbia una diversa valenza... -#: gio/gicon.c:327 +#: ../gio/gicon.c:326 #, c-format msgid "Type %s is not classed" msgstr "Il tipo %s non presenta una classe" -#: gio/gicon.c:341 +#: ../gio/gicon.c:340 #, c-format msgid "Malformed version number: %s" msgstr "Numero di versione malformato: %s" -#: gio/gicon.c:355 +#: ../gio/gicon.c:354 #, c-format msgid "Type %s does not implement from_tokens() on the GIcon interface" msgstr "Il tipo %s non implementa from_tokens() sull'interfaccia GIcon" # FIXME c'è qualcosa di sbagliato nell'originale, vero?? -#: gio/gicon.c:431 +#: ../gio/gicon.c:430 msgid "Can't handle the supplied version the icon encoding" msgstr "Impossibile gestire la versione fornita della codifica di icona" -#: gio/ginputstream.c:195 +#: ../gio/ginputstream.c:194 msgid "Input stream doesn't implement read" msgstr "Lo stream di input non implementa la lettura" @@ -2124,334 +2520,603 @@ #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1206 +#: ../gio/ginputstream.c:901 ../gio/giostream.c:316 +#: ../gio/goutputstream.c:1210 msgid "Stream has outstanding operation" msgstr "Lo stream presenta un'operazione in sospeso" -#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199 -#: gio/gunixsocketaddress.c:222 +#: ../gio/ginetsocketaddress.c:181 ../gio/ginetsocketaddress.c:198 +#: ../gio/gunixsocketaddress.c:221 msgid "Not enough space for socket address" msgstr "Spazio non sufficiente per l'indirizzo del socket" -#: gio/ginetsocketaddress.c:212 +#: ../gio/ginetsocketaddress.c:211 msgid "Unsupported socket address" msgstr "Indirizzo del socket non supportato" -#: gio/glocaldirectorymonitor.c:288 +#: ../gio/glib-compile-schemas.c:702 +msgid "empty names are not permitted" +msgstr "non sono permessi nomi vuoti" + +#: ../gio/glib-compile-schemas.c:712 +#, c-format +msgid "invalid name '%s': names must begin with a lowercase letter" +msgstr "" +"nome \"%s\" non valido: i nomi devono cominciare con una lettera minuscola" + +#: ../gio/glib-compile-schemas.c:724 +#, c-format +msgid "" +"invalid name '%s': invalid character '%c'; only lowercase letters, numbers " +"and dash ('-') are permitted." +msgstr "" +"nome \"%s\" non valido: carattere '%c' non valido; sono permessi sono " +"lettere minuscole, numeri e trattino ('-')." + +#: ../gio/glib-compile-schemas.c:733 +#, c-format +msgid "invalid name '%s': two successive dashes ('--') are not permitted." +msgstr "" +"nome \"%s\" non valido: non sono permessi due trattini consecutivi ('--')." + +#: ../gio/glib-compile-schemas.c:742 +#, c-format +msgid "invalid name '%s': the last character may not be a dash ('-')." +msgstr "" +"nome \"%s\" non valido: l'ultimo carattere non può essere un trattino ('-')." + +#: ../gio/glib-compile-schemas.c:750 +#, c-format +msgid "invalid name '%s': maximum length is 32" +msgstr "nome \"%s\" non valido: la lunghezza massima è 32" + +#: ../gio/glib-compile-schemas.c:819 +#, c-format +msgid " already specified" +msgstr "" + +#: ../gio/glib-compile-schemas.c:845 +msgid "can not add keys to a 'list-of' schema" +msgstr "" + +#: ../gio/glib-compile-schemas.c:856 +#, c-format +msgid " already specified" +msgstr "" + +#: ../gio/glib-compile-schemas.c:874 +#, c-format +msgid "" +" shadows in ; use " +"to modify value" +msgstr "" + +#: ../gio/glib-compile-schemas.c:885 +#, c-format +msgid "" +"exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " +"to " +msgstr "" + +#: ../gio/glib-compile-schemas.c:904 +#, c-format +msgid "<%s id='%s'> not (yet) defined." +msgstr "" + +#: ../gio/glib-compile-schemas.c:919 +#, fuzzy, c-format +#| msgid "Invalid attribute type (string expected)" +msgid "invalid GVariant type string '%s'" +msgstr "stringa tipo GVariant \"%s\" non valida" + +#: ../gio/glib-compile-schemas.c:949 +msgid " given but schema isn't extending anything" +msgstr "" + +#: ../gio/glib-compile-schemas.c:962 +#, c-format +msgid "no to override" +msgstr "" + +#: ../gio/glib-compile-schemas.c:970 +#, c-format +msgid " already specified" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1041 +#, c-format +msgid " already specified" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1053 +#, c-format +msgid " extends not yet existing schema '%s'" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1069 +#, c-format +msgid " is list of not yet existing schema '%s'" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1077 +#, c-format +msgid "Can not be a list of a schema with a path" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1087 +#, c-format +msgid "Can not extend a schema with a path" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1097 +#, c-format +msgid "" +" is a list, extending which is not a list" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1107 +#, c-format +msgid "" +" extends but '%s' " +"does not extend '%s'" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1124 +#, c-format +msgid "a path, if given, must begin and end with a slash" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1131 +#, c-format +msgid "the path of a list must end with ':/'" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1157 +#, c-format +msgid "<%s id='%s'> already specified" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1374 +#, c-format +msgid "Element <%s> not allowed inside <%s>" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1378 +#, c-format +msgid "Element <%s> not allowed at toplevel" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1472 +#, c-format +msgid "text may not appear inside <%s>" +msgstr "" + +#. Translators: Do not translate "--strict". +#: ../gio/glib-compile-schemas.c:1641 ../gio/glib-compile-schemas.c:1712 +#: ../gio/glib-compile-schemas.c:1788 +#, c-format +msgid "--strict was specified; exiting.\n" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1649 +#, c-format +msgid "This entire file has been ignored.\n" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1708 +#, c-format +msgid "Ignoring this file.\n" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1748 +#, c-format +msgid "No such key `%s' in schema `%s' as specified in override file `%s'" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1754 ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1840 +#, c-format +msgid "; ignoring override for this key.\n" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1758 ../gio/glib-compile-schemas.c:1816 +#: ../gio/glib-compile-schemas.c:1844 +#, c-format +msgid " and --strict was specified; exiting.\n" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1774 +#, c-format +msgid "" +"error parsing key `%s' in schema `%s' as specified in override file `%s': " +"%s. " +msgstr "" + +#: ../gio/glib-compile-schemas.c:1784 +#, c-format +msgid "Ignoring override for this key.\n" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1802 +#, c-format +msgid "" +"override for key `%s' in schema `%s' in override file `%s' is out of the " +"range given in the schema" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1830 +#, c-format +msgid "" +"override for key `%s' in schema `%s' in override file `%s' is not in the " +"list of valid choices" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1884 +msgid "where to store the gschemas.compiled file" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1884 ../gio/glib-compile-schemas.c:1897 +msgid "DIRECTORY" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1885 +msgid "Abort on any errors in schemas" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1886 +msgid "Do not write the gschema.compiled file" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1887 +msgid "This option will be removed soon." +msgstr "" + +#: ../gio/glib-compile-schemas.c:1888 +msgid "Do not enforce key name restrictions" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1900 +msgid "" +"Compile all GSettings schema files into a schema cache.\n" +"Schema files are required to have the extension .gschema.xml,\n" +"and the cache file is called gschemas.compiled." +msgstr "" + +#: ../gio/glib-compile-schemas.c:1916 +#, c-format +msgid "You should give exactly one directory name\n" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1955 +#, c-format +msgid "No schema files found: " +msgstr "" + +#: ../gio/glib-compile-schemas.c:1958 +#, c-format +msgid "doing nothing.\n" +msgstr "" + +#: ../gio/glib-compile-schemas.c:1961 +#, c-format +msgid "removed existing output file.\n" +msgstr "" + +#: ../gio/glocaldirectorymonitor.c:287 msgid "Unable to find default local directory monitor type" msgstr "" "Impossibile trovare il tipo di monitor predefinito per directory locali" -#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424 +#: ../gio/glocalfile.c:593 ../gio/win32/gwinhttpfile.c:422 #, c-format msgid "Invalid filename %s" msgstr "Nome di file %s non valido" -#: gio/glocalfile.c:968 +#: ../gio/glocalfile.c:967 #, c-format msgid "Error getting filesystem info: %s" msgstr "Errore nell'ottenere informazioni sul file system: %s" -#: gio/glocalfile.c:1106 +#: ../gio/glocalfile.c:1105 msgid "Can't rename root directory" msgstr "Impossibile rinominare la directory root" -#: gio/glocalfile.c:1126 gio/glocalfile.c:1152 +#: ../gio/glocalfile.c:1125 ../gio/glocalfile.c:1151 #, c-format msgid "Error renaming file: %s" msgstr "Errore nel rinominare il file: %s" -#: gio/glocalfile.c:1135 +#: ../gio/glocalfile.c:1134 msgid "Can't rename file, filename already exist" msgstr "Impossibile rinominare il file, il nome di file esiste già" -#: gio/glocalfile.c:1148 gio/glocalfile.c:2132 gio/glocalfile.c:2161 -#: gio/glocalfile.c:2321 gio/glocalfileoutputstream.c:570 -#: gio/glocalfileoutputstream.c:623 gio/glocalfileoutputstream.c:668 -#: gio/glocalfileoutputstream.c:1150 +#: ../gio/glocalfile.c:1147 ../gio/glocalfile.c:2131 ../gio/glocalfile.c:2160 +#: ../gio/glocalfile.c:2320 ../gio/glocalfileoutputstream.c:571 +#: ../gio/glocalfileoutputstream.c:624 ../gio/glocalfileoutputstream.c:669 +#: ../gio/glocalfileoutputstream.c:1151 msgid "Invalid filename" msgstr "Nome di file non valido" -#: gio/glocalfile.c:1309 +#: ../gio/glocalfile.c:1308 #, c-format msgid "Error opening file: %s" msgstr "Errore nell'aprire il file: %s" -#: gio/glocalfile.c:1319 +#: ../gio/glocalfile.c:1318 msgid "Can't open directory" msgstr "Impossibile aprire la directory" -#: gio/glocalfile.c:1444 +#: ../gio/glocalfile.c:1443 #, c-format msgid "Error removing file: %s" msgstr "Errore nel rimuovere il file: %s" -#: gio/glocalfile.c:1811 +#: ../gio/glocalfile.c:1810 #, c-format msgid "Error trashing file: %s" msgstr "Errore nel cestinare il file: %s" -#: gio/glocalfile.c:1834 +#: ../gio/glocalfile.c:1833 #, c-format msgid "Unable to create trash dir %s: %s" msgstr "Impossibile creare la directory cestino \"%s\": %s" -#: gio/glocalfile.c:1855 +#: ../gio/glocalfile.c:1854 msgid "Unable to find toplevel directory for trash" msgstr "Impossibile trovare la directory di livello superiore per il cestino" -#: gio/glocalfile.c:1934 gio/glocalfile.c:1954 +#: ../gio/glocalfile.c:1933 ../gio/glocalfile.c:1953 msgid "Unable to find or create trash directory" msgstr "Impossibile trovare o creare la directory cestino" # consultare la specifica del cestino di freedesktop.org # (in breve per ogni file cestinato viene creata una copia # del file e un file di informazioni - data, posizione originaria...) -#: gio/glocalfile.c:1988 +#: ../gio/glocalfile.c:1987 #, c-format msgid "Unable to create trashing info file: %s" msgstr "Impossibile creare il file informazioni cestinamento: %s" -#: gio/glocalfile.c:2017 gio/glocalfile.c:2022 gio/glocalfile.c:2102 -#: gio/glocalfile.c:2109 +#: ../gio/glocalfile.c:2016 ../gio/glocalfile.c:2021 ../gio/glocalfile.c:2101 +#: ../gio/glocalfile.c:2108 #, c-format msgid "Unable to trash file: %s" msgstr "Impossibile cestinare il file: %s" -#: gio/glocalfile.c:2136 +#: ../gio/glocalfile.c:2135 #, c-format msgid "Error creating directory: %s" msgstr "Errore nel creare la directory: %s" -#: gio/glocalfile.c:2165 +#: ../gio/glocalfile.c:2164 #, c-format msgid "Filesystem does not support symbolic links" msgstr "Il file system non supporta i collegamenti simbolici" # FIXME: all other occurrences are "symlink" -#: gio/glocalfile.c:2169 +#: ../gio/glocalfile.c:2168 #, c-format msgid "Error making symbolic link: %s" msgstr "Errore nel creare il collegamento simbolico: %s" -#: gio/glocalfile.c:2231 gio/glocalfile.c:2325 +#: ../gio/glocalfile.c:2230 ../gio/glocalfile.c:2324 #, c-format msgid "Error moving file: %s" msgstr "Errore nello spostare il file: %s" # ma che senso ha??? -#: gio/glocalfile.c:2254 +#: ../gio/glocalfile.c:2253 msgid "Can't move directory over directory" msgstr "Impossibile spostare la directory sopra la directory" -#: gio/glocalfile.c:2281 gio/glocalfileoutputstream.c:948 -#: gio/glocalfileoutputstream.c:962 gio/glocalfileoutputstream.c:977 -#: gio/glocalfileoutputstream.c:993 gio/glocalfileoutputstream.c:1007 +#: ../gio/glocalfile.c:2280 ../gio/glocalfileoutputstream.c:949 +#: ../gio/glocalfileoutputstream.c:963 ../gio/glocalfileoutputstream.c:978 +#: ../gio/glocalfileoutputstream.c:994 ../gio/glocalfileoutputstream.c:1008 msgid "Backup file creation failed" msgstr "Creazione del file backup non riuscita" -#: gio/glocalfile.c:2300 +#: ../gio/glocalfile.c:2299 #, c-format msgid "Error removing target file: %s" msgstr "Errore nel rimuovere il file destinazione: %s" -#: gio/glocalfile.c:2314 +#: ../gio/glocalfile.c:2313 msgid "Move between mounts not supported" msgstr "Spostamento tra oggetti mount non supportato" -#: gio/glocalfileinfo.c:721 +#: ../gio/glocalfileinfo.c:720 msgid "Attribute value must be non-NULL" msgstr "Il valore dell'attributo deve essere non-NULL" -#: gio/glocalfileinfo.c:728 +#: ../gio/glocalfileinfo.c:727 msgid "Invalid attribute type (string expected)" msgstr "Tipo di attributo non valido (attesa stringa)" -#: gio/glocalfileinfo.c:735 +#: ../gio/glocalfileinfo.c:734 msgid "Invalid extended attribute name" msgstr "Nome di attributo esteso non valido" -#: gio/glocalfileinfo.c:775 +#: ../gio/glocalfileinfo.c:774 #, c-format msgid "Error setting extended attribute '%s': %s" msgstr "Errore nell'impostare l'attributo esteso \"%s\": %s" -#: gio/glocalfileinfo.c:1479 gio/glocalfileoutputstream.c:832 +#: ../gio/glocalfileinfo.c:1483 ../gio/glocalfileoutputstream.c:833 #, c-format msgid "Error stating file '%s': %s" msgstr "Errore nell'eseguire lo stat del file \"%s\": %s" -#: gio/glocalfileinfo.c:1552 +#: ../gio/glocalfileinfo.c:1567 msgid " (invalid encoding)" msgstr " (codifica non valida)" -#: gio/glocalfileinfo.c:1750 +#: ../gio/glocalfileinfo.c:1769 #, c-format msgid "Error stating file descriptor: %s" msgstr "Errore nell'eseguire lo stat del descrittore di file: %s" -#: gio/glocalfileinfo.c:1795 +#: ../gio/glocalfileinfo.c:1814 msgid "Invalid attribute type (uint32 expected)" msgstr "Tipo di attributo non valido (atteso unit32)" -#: gio/glocalfileinfo.c:1813 +#: ../gio/glocalfileinfo.c:1832 msgid "Invalid attribute type (uint64 expected)" msgstr "Tipo di attributo non valido (atteso uint64)" -#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851 +#: ../gio/glocalfileinfo.c:1851 ../gio/glocalfileinfo.c:1870 msgid "Invalid attribute type (byte string expected)" msgstr "Tipo di attributo non valido (attesa stringa di byte)" -#: gio/glocalfileinfo.c:1886 +#: ../gio/glocalfileinfo.c:1905 msgid "Cannot set permissions on symlinks" msgstr "Impossibile impostare i permessi sui collegamenti simbolici" -#: gio/glocalfileinfo.c:1902 +#: ../gio/glocalfileinfo.c:1921 #, c-format msgid "Error setting permissions: %s" msgstr "Errore nell'impostare i permessi: %s" -#: gio/glocalfileinfo.c:1953 +#: ../gio/glocalfileinfo.c:1972 #, c-format msgid "Error setting owner: %s" msgstr "Errore nell'impostare il proprietario: %s" -#: gio/glocalfileinfo.c:1976 +#: ../gio/glocalfileinfo.c:1995 msgid "symlink must be non-NULL" msgstr "il collegamento simbolico deve essere non-NULL" -#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005 -#: gio/glocalfileinfo.c:2016 +#: ../gio/glocalfileinfo.c:2005 ../gio/glocalfileinfo.c:2024 +#: ../gio/glocalfileinfo.c:2035 #, c-format msgid "Error setting symlink: %s" msgstr "Errore nell'impostare il collegamento simbolico: %s" -#: gio/glocalfileinfo.c:1995 +#: ../gio/glocalfileinfo.c:2014 msgid "Error setting symlink: file is not a symlink" msgstr "" "Errore nell'impostare il collegamento simbolico: il file non è un " "collegamento" -#: gio/glocalfileinfo.c:2121 +#: ../gio/glocalfileinfo.c:2140 #, c-format msgid "Error setting modification or access time: %s" msgstr "Errore nell'impostare l'ora di modifica o accesso: %s" # lasciata minuscola come per precedente messaggio # "symlink must be non-NULL" -#: gio/glocalfileinfo.c:2144 +#: ../gio/glocalfileinfo.c:2163 msgid "SELinux context must be non-NULL" msgstr "il contesto SELinux deve essere non-NULL" -#: gio/glocalfileinfo.c:2159 +#: ../gio/glocalfileinfo.c:2178 #, c-format msgid "Error setting SELinux context: %s" msgstr "Errore nell'impostare il contesto SELinux: %s" -#: gio/glocalfileinfo.c:2166 +#: ../gio/glocalfileinfo.c:2185 msgid "SELinux is not enabled on this system" msgstr "SELinux non è abilitato su questo sistema" # %s è l'attributo -#: gio/glocalfileinfo.c:2258 +#: ../gio/glocalfileinfo.c:2277 #, c-format msgid "Setting attribute %s not supported" msgstr "Impostazione dell'attributo %s non supportata" -#: gio/glocalfileinputstream.c:184 gio/glocalfileoutputstream.c:721 +#: ../gio/glocalfileinputstream.c:185 ../gio/glocalfileoutputstream.c:722 #, c-format msgid "Error reading from file: %s" msgstr "Errore nel leggere dal file: %s" -#: gio/glocalfileinputstream.c:215 gio/glocalfileinputstream.c:227 -#: gio/glocalfileinputstream.c:339 gio/glocalfileoutputstream.c:469 -#: gio/glocalfileoutputstream.c:1025 +#: ../gio/glocalfileinputstream.c:216 ../gio/glocalfileinputstream.c:228 +#: ../gio/glocalfileinputstream.c:340 ../gio/glocalfileoutputstream.c:470 +#: ../gio/glocalfileoutputstream.c:1026 #, c-format msgid "Error seeking in file: %s" msgstr "Errore nel posizionarsi all'interno del file: %s" -#: gio/glocalfileinputstream.c:260 gio/glocalfileoutputstream.c:255 -#: gio/glocalfileoutputstream.c:350 +#: ../gio/glocalfileinputstream.c:261 ../gio/glocalfileoutputstream.c:256 +#: ../gio/glocalfileoutputstream.c:351 #, c-format msgid "Error closing file: %s" msgstr "Errore nel chiudere il file: %s" -#: gio/glocalfilemonitor.c:213 +#: ../gio/glocalfilemonitor.c:212 msgid "Unable to find default local file monitor type" msgstr "Impossibile trovare il tipo di monitor predefinito per file locali" -#: gio/glocalfileoutputstream.c:201 gio/glocalfileoutputstream.c:234 -#: gio/glocalfileoutputstream.c:742 +#: ../gio/glocalfileoutputstream.c:202 ../gio/glocalfileoutputstream.c:235 +#: ../gio/glocalfileoutputstream.c:743 #, c-format msgid "Error writing to file: %s" msgstr "Errore nello scrivere sul file: %s" -#: gio/glocalfileoutputstream.c:282 +#: ../gio/glocalfileoutputstream.c:283 #, c-format msgid "Error removing old backup link: %s" msgstr "Errore nel rimuovere il vecchio collegamento di backup: %s" -#: gio/glocalfileoutputstream.c:296 gio/glocalfileoutputstream.c:309 +#: ../gio/glocalfileoutputstream.c:297 ../gio/glocalfileoutputstream.c:310 #, c-format msgid "Error creating backup copy: %s" msgstr "Errore nel creare la copia di backup: %s" -#: gio/glocalfileoutputstream.c:327 +#: ../gio/glocalfileoutputstream.c:328 #, c-format msgid "Error renaming temporary file: %s" msgstr "Errore nel rinominare il file temporaneo: %s" -#: gio/glocalfileoutputstream.c:515 gio/glocalfileoutputstream.c:1076 +#: ../gio/glocalfileoutputstream.c:516 ../gio/glocalfileoutputstream.c:1077 #, c-format msgid "Error truncating file: %s" msgstr "Errore nel troncare il file: %s" -#: gio/glocalfileoutputstream.c:576 gio/glocalfileoutputstream.c:629 -#: gio/glocalfileoutputstream.c:674 gio/glocalfileoutputstream.c:814 -#: gio/glocalfileoutputstream.c:1057 gio/glocalfileoutputstream.c:1156 +#: ../gio/glocalfileoutputstream.c:577 ../gio/glocalfileoutputstream.c:630 +#: ../gio/glocalfileoutputstream.c:675 ../gio/glocalfileoutputstream.c:815 +#: ../gio/glocalfileoutputstream.c:1058 ../gio/glocalfileoutputstream.c:1157 #, c-format msgid "Error opening file '%s': %s" msgstr "Errore nell'aprire il file «%s»: %s" -#: gio/glocalfileoutputstream.c:845 +#: ../gio/glocalfileoutputstream.c:846 msgid "Target file is a directory" msgstr "Il file destinazione è una directory" -#: gio/glocalfileoutputstream.c:850 +#: ../gio/glocalfileoutputstream.c:851 msgid "Target file is not a regular file" msgstr "Il file destinazione non è un file normale" -#: gio/glocalfileoutputstream.c:862 +#: ../gio/glocalfileoutputstream.c:863 msgid "The file was externally modified" msgstr "Il file è stato modificato dall'esterno" -#: gio/glocalfileoutputstream.c:1041 +#: ../gio/glocalfileoutputstream.c:1042 #, c-format msgid "Error removing old file: %s" msgstr "Errore nel rimuovere il vecchio file: %s" -#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:718 +#: ../gio/gmemoryinputstream.c:486 ../gio/gmemoryoutputstream.c:746 msgid "Invalid GSeekType supplied" msgstr "Fornito GSeekType non valido" -#: gio/gmemoryinputstream.c:497 +#: ../gio/gmemoryinputstream.c:496 msgid "Invalid seek request" msgstr "Richiesta di posizionamento non valida" -#: gio/gmemoryinputstream.c:521 +#: ../gio/gmemoryinputstream.c:520 msgid "Cannot truncate GMemoryInputStream" msgstr "Impossibile troncare GMemoryInputStream" -#: gio/gmemoryoutputstream.c:468 +#: ../gio/gmemoryoutputstream.c:496 msgid "Memory output stream not resizable" msgstr "Stream di output di memoria non ridimensionabile" -#: gio/gmemoryoutputstream.c:484 +#: ../gio/gmemoryoutputstream.c:512 msgid "Failed to resize memory output stream" msgstr "Ridimensionamento dello stream di output di memoria non riuscito" # spero sia write -> scrittura e non write -> write -#: gio/gmemoryoutputstream.c:572 +#: ../gio/gmemoryoutputstream.c:600 msgid "" "Amount of memory required to process the write is larger than available " "address space" @@ -2459,32 +3124,32 @@ "La quantità di memoria necessaria per elaborare la scrittura è più grande " "dello spazio di indirizzamento disponibile" -#: gio/gmemoryoutputstream.c:728 +#: ../gio/gmemoryoutputstream.c:756 msgid "Requested seek before the beginning of the stream" msgstr "Richiesto posizionamento prima dell'inizio dello stream" -#: gio/gmemoryoutputstream.c:737 +#: ../gio/gmemoryoutputstream.c:765 msgid "Requested seek beyond the end of the stream" msgstr "Richiesto posizionamento oltre la fine dello stream" #. Translators: This is an error #. * message for mount objects that #. * don't implement unmount. -#: gio/gmount.c:364 +#: ../gio/gmount.c:363 msgid "mount doesn't implement \"unmount\"" msgstr "l'oggetto mount non implementa l'azione \"unmount\"" #. Translators: This is an error #. * message for mount objects that #. * don't implement eject. -#: gio/gmount.c:443 +#: ../gio/gmount.c:442 msgid "mount doesn't implement \"eject\"" msgstr "l'oggetto mount non implementa l'azione \"eject\"" #. Translators: This is an error #. * message for mount objects that #. * don't implement any of unmount or unmount_with_operation. -#: gio/gmount.c:523 +#: ../gio/gmount.c:522 msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" msgstr "" "l'oggetto mount non implementa l'azione \"unmount\" o " @@ -2493,7 +3158,7 @@ #. Translators: This is an error #. * message for mount objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gmount.c:610 +#: ../gio/gmount.c:609 msgid "mount doesn't implement \"eject\" or \"eject_with_operation\"" msgstr "" "l'oggetto mount non implementa l'azione \"eject\" o \"eject_with_operation\"" @@ -2501,7 +3166,7 @@ #. Translators: This is an error #. * message for mount objects that #. * don't implement remount. -#: gio/gmount.c:699 +#: ../gio/gmount.c:698 msgid "mount doesn't implement \"remount\"" msgstr "l'oggetto mount non implementa l'azione \"remount\"" @@ -2509,7 +3174,7 @@ #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:783 +#: ../gio/gmount.c:782 msgid "mount doesn't implement content type guessing" msgstr "l'oggetto mount non implementa la supposizione del tipo di contenuto" @@ -2517,427 +3182,524 @@ #. Translators: This is an error #. * message for mount objects that #. * don't implement content type guessing. -#: gio/gmount.c:872 +#: ../gio/gmount.c:871 msgid "mount doesn't implement synchronous content type guessing" msgstr "" "l'oggetto mount non implementa la supposizione sincrona del tipo di contenuto" -#: gio/gnetworkaddress.c:295 +#: ../gio/gnetworkaddress.c:318 #, c-format msgid "Hostname '%s' contains '[' but not ']'" msgstr "L'hostname \"%s\" contiene '[' ma non ']'" -#: gio/goutputstream.c:207 gio/goutputstream.c:408 +#: ../gio/goutputstream.c:207 ../gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Lo stream di output non implementa la scrittura" -#: gio/goutputstream.c:369 gio/goutputstream.c:845 +#: ../gio/goutputstream.c:369 ../gio/goutputstream.c:849 msgid "Source stream is already closed" msgstr "Lo stream sorgente è già chiuso" -#: gio/gresolver.c:736 +#: ../gio/gresolver.c:735 #, c-format msgid "Error resolving '%s': %s" msgstr "Errore nel risolvere \"%s\": %s" -#: gio/gresolver.c:786 +#: ../gio/gresolver.c:785 #, c-format msgid "Error reverse-resolving '%s': %s" msgstr "Errore nella risoluzione inversa di \"%s\": %s" -#: gio/gresolver.c:821 gio/gresolver.c:899 +#: ../gio/gresolver.c:820 ../gio/gresolver.c:898 #, c-format msgid "No service record for '%s'" msgstr "Nessun servizio registrato per \"%s\"" -#: gio/gresolver.c:826 gio/gresolver.c:904 +#: ../gio/gresolver.c:825 ../gio/gresolver.c:903 #, c-format msgid "Temporarily unable to resolve '%s'" msgstr "Momentaneamente impossibile risolvere \"%s\"" -#: gio/gresolver.c:831 gio/gresolver.c:909 +#: ../gio/gresolver.c:830 ../gio/gresolver.c:908 #, c-format msgid "Error resolving '%s'" msgstr "Errore nel risolvere \"%s\"" -#: gio/gschema-compile.c:659 -msgid "where to store the gschemas.compiled file" -msgstr "" - -#: gio/gschema-compile.c:659 gio/gschema-compile.c:671 -msgid "DIRECTORY" -msgstr "" - -#: gio/gschema-compile.c:660 -msgid "Do not write the gschema.compiled file" -msgstr "" - -# ma che senso ha??? -#: gio/gschema-compile.c:661 -#, fuzzy -msgid "Do not give error for empty directory" -msgstr "Impossibile spostare la directory sopra la directory" - -#: gio/gschema-compile.c:662 -msgid "Do not enforce key name restrictions" -msgstr "" - -#: gio/gschema-compile.c:674 -msgid "" -"Compile all GSettings schema files into a schema cache.\n" -"Schema files are required to have the extension .gschema.xml,\n" -"and the cache file is called gschemas.compiled." -msgstr "" - -#: gio/gschema-compile.c:690 -#, c-format -msgid "You should give exactly one directory name\n" -msgstr "" - -#: gio/gschema-compile.c:729 -#, c-format -msgid "No schema files found\n" -msgstr "" - -#: gio/gsettings-tool.c:41 +#: ../gio/gsettings-tool.c:79 #, c-format msgid "" "Commands:\n" " help Show this information\n" " get Get the value of a key\n" " set Set the value of a key\n" +" reset Reset the value of a key\n" " monitor Monitor a key for changes\n" " writable Check if a key is writable\n" "\n" "Use '%s COMMAND --help' to get help for individual commands.\n" msgstr "" +"Comandi:\n" +" help Mostra questa informazione\n" +" get Ottiene il valore di una chiave\n" +" set Imposta il valore di una chiave\n" +" reset Azzera il valore di una chiave\n" +" monitor Monitora i cambiamenti di una chiave\n" +" writable Verifica se una chiave è scrivibile\n" +"\n" +"Usare \"%s COMANDO --help\" per maggiori informazioni sui singoli comandi.\n" -#: gio/gsettings-tool.c:102 gio/gsettings-tool.c:161 gio/gsettings-tool.c:252 -#: gio/gsettings-tool.c:325 +#: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "Specify the path for the schema" -msgstr "" +msgstr "Specifica il percorso per lo schema" -#: gio/gsettings-tool.c:102 gio/gsettings-tool.c:161 gio/gsettings-tool.c:252 -#: gio/gsettings-tool.c:325 +#: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "PATH" -msgstr "" +msgstr "PERCORSO" -#: gio/gsettings-tool.c:110 gio/gsettings-tool.c:260 gio/gsettings-tool.c:333 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:654 msgid "SCHEMA KEY" -msgstr "" +msgstr "SCHEMA CHIAVE" -#: gio/gsettings-tool.c:112 +#: ../gio/gsettings-tool.c:230 msgid "Get the value of KEY" -msgstr "" +msgstr "Ottiene il valore di CHIAVE" -#: gio/gsettings-tool.c:114 gio/gsettings-tool.c:264 gio/gsettings-tool.c:340 +#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:449 +#: ../gio/gsettings-tool.c:545 ../gio/gsettings-tool.c:661 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" " KEY The name of the key\n" msgstr "" +"Argomenti:\n" +" SCHEMA L'ID dello schema\n" +" CHIAVE Il nome della chiave\n" -#: gio/gsettings-tool.c:169 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:329 ../gio/gsettings-tool.c:445 msgid "SCHEMA KEY VALUE" -msgstr "" +msgstr "SCHEMA CHIAVE VALORE" -#: gio/gsettings-tool.c:171 +#: ../gio/gsettings-tool.c:331 msgid "Set the value of KEY" -msgstr "" +msgstr "Imposta il valore di CHIAVE" -#: gio/gsettings-tool.c:173 +#: ../gio/gsettings-tool.c:333 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" " KEY The name of the key\n" " VALUE The value to set key to, as a serialized GVariant\n" msgstr "" +"Argomenti:\n" +" SCHEMA L'ID dello schema\n" +" CHIAVE Il nome della chiave\n" +" VALORE Il valore a cui impostare la chiave, oppure un GVariant " +"serializzato\n" # o non è classificato ?? ma credo classificato abbia una diversa valenza... -#: gio/gsettings-tool.c:212 -#, fuzzy, c-format +#: ../gio/gsettings-tool.c:406 +#, c-format msgid "Key %s is not writable\n" -msgstr "Il tipo %s non presenta una classe" +msgstr "La chiave %s non è scrivibile\n" + +#: ../gio/gsettings-tool.c:447 +msgid "Sets KEY to its default value" +msgstr "Imposta CHIAVE al suo valore predefinito" -#: gio/gsettings-tool.c:262 +#: ../gio/gsettings-tool.c:543 msgid "Find out whether KEY is writable" -msgstr "" +msgstr "Verifica se CHIAVE è scrivibile" -#: gio/gsettings-tool.c:336 +#: ../gio/gsettings-tool.c:657 msgid "" "Monitor KEY for changes and print the changed values.\n" "Monitoring will continue until the process is terminated." msgstr "" +"Monitora i cambiamenti a CHIAVE e stampa i valori cambiati.\n" +"Il monitoraggio continua fino alla terminazione del processo." -#: gio/gsettings-tool.c:399 -#, fuzzy, c-format +#: ../gio/gsettings-tool.c:833 +#, c-format msgid "Unknown command '%s'\n" -msgstr "Opzione %s sconosciuta" +msgstr "Comando \"%s\" sconosciuto\n" -#: gio/gsocket.c:275 +#: ../gio/gsocket.c:276 msgid "Invalid socket, not initialized" msgstr "Socket non valido, non inizializzato" -#: gio/gsocket.c:282 +#: ../gio/gsocket.c:283 #, c-format msgid "Invalid socket, initialization failed due to: %s" msgstr "Socket non valido, inizializzazione non riuscita a causa di: %s" -#: gio/gsocket.c:290 +#: ../gio/gsocket.c:291 msgid "Socket is already closed" msgstr "Il socket è già chiuso" -#: gio/gsocket.c:298 gio/gsocket.c:2609 gio/gsocket.c:2653 +#: ../gio/gsocket.c:299 ../gio/gsocket.c:2716 ../gio/gsocket.c:2760 msgid "Socket I/O timed out" -msgstr "" +msgstr "I/O sul socket scaduto" -#: gio/gsocket.c:420 +#: ../gio/gsocket.c:421 #, c-format msgid "creating GSocket from fd: %s" msgstr "creazione di GSocket da FD: %s" -#: gio/gsocket.c:454 gio/gsocket.c:468 gio/gsocket.c:2020 +#: ../gio/gsocket.c:455 ../gio/gsocket.c:471 ../gio/gsocket.c:2113 #, c-format msgid "Unable to create socket: %s" msgstr "Impossibile creare il socket: %s" -#: gio/gsocket.c:454 +#: ../gio/gsocket.c:455 msgid "Unknown protocol was specified" msgstr "È stato specificato un protocollo sconosciuto" -#: gio/gsocket.c:1218 +#: ../gio/gsocket.c:1224 #, c-format msgid "could not get local address: %s" msgstr "impossibile ottenere l'indirizzo locale: %s" -#: gio/gsocket.c:1251 +#: ../gio/gsocket.c:1267 #, c-format msgid "could not get remote address: %s" msgstr "impossibile ottenere l'indirizzo remoto: %s" -#: gio/gsocket.c:1309 +#: ../gio/gsocket.c:1328 #, c-format msgid "could not listen: %s" msgstr "impossibile restare in ascolto: %s" # oppure "nell'eseguire il binding" ?? -#: gio/gsocket.c:1383 +#: ../gio/gsocket.c:1402 #, c-format msgid "Error binding to address: %s" msgstr "Errore nel legarsi all'indirizzo: %s" -#: gio/gsocket.c:1503 +#: ../gio/gsocket.c:1522 #, c-format msgid "Error accepting connection: %s" msgstr "Errore nell'accettare la connessione: %s" -#: gio/gsocket.c:1616 +#: ../gio/gsocket.c:1639 msgid "Error connecting: " msgstr "Errore nel connettersi: " -#: gio/gsocket.c:1620 +#: ../gio/gsocket.c:1644 msgid "Connection in progress" msgstr "Connessione in corso" -#: gio/gsocket.c:1625 +#: ../gio/gsocket.c:1651 #, c-format msgid "Error connecting: %s" msgstr "Errore nel connettersi: %s" -#: gio/gsocket.c:1668 +#: ../gio/gsocket.c:1694 ../gio/gsocket.c:3479 #, c-format msgid "Unable to get pending error: %s" msgstr "Impossibile ottenere l'errore in sospeso: %s" -#: gio/gsocket.c:1764 +#: ../gio/gsocket.c:1826 #, c-format msgid "Error receiving data: %s" msgstr "Errore nel ricevere i dati: %s" -#: gio/gsocket.c:1907 +#: ../gio/gsocket.c:2000 #, c-format msgid "Error sending data: %s" msgstr "Errore nell'inviare i dati: %s" -#: gio/gsocket.c:2099 +#: ../gio/gsocket.c:2192 #, c-format msgid "Error closing socket: %s" msgstr "Errore nel chiudere il socket: %s" -#: gio/gsocket.c:2602 +#: ../gio/gsocket.c:2709 #, c-format msgid "Waiting for socket condition: %s" msgstr "In attesa della condizione del socket: %s" -#: gio/gsocket.c:2884 +#: ../gio/gsocket.c:2999 msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage non supportato su Windows" -#: gio/gsocket.c:3143 gio/gsocket.c:3284 +#: ../gio/gsocket.c:3258 ../gio/gsocket.c:3399 #, c-format msgid "Error receiving message: %s" msgstr "Errore nel ricevere il messaggio: %s" -#: gio/gsocketclient.c:521 gio/gsocketclient.c:770 +#: ../gio/gsocket.c:3494 +msgid "g_socket_get_credentials not implemented for this OS" +msgstr "g_socket_get_credentials non implementata per questo S.O." + +#: ../gio/gsocketclient.c:674 ../gio/gsocketclient.c:1153 msgid "Unknown error on connect" msgstr "Errore sconosciuto nella connessione" -#: gio/gsocketlistener.c:192 +#: ../gio/gsocketclient.c:711 ../gio/gsocketclient.c:1038 +msgid "Trying to proxy over non-TCP connection is not supported." +msgstr "" + +#: ../gio/gsocketclient.c:749 ../gio/gsocketclient.c:1061 +#, c-format +msgid "Proxy protocol '%s' is not supported." +msgstr "Il protocollo proxy \"%s\" non è supportato." + +#: ../gio/gsocketlistener.c:191 msgid "Listener is already closed" msgstr "Il listener è già chiuso" -#: gio/gsocketlistener.c:233 +#: ../gio/gsocketlistener.c:232 msgid "Added socket is closed" msgstr "Il socket aggiunto è chiuso" -#: gio/gthemedicon.c:499 +#: ../gio/gsocks4aproxy.c:121 +#, c-format +msgid "SOCKSv4 does not support IPv6 address '%s'" +msgstr "" + +#: ../gio/gsocks4aproxy.c:139 +#, c-format +msgid "SOCKSv4 implementation limits username to %i characters" +msgstr "" + +#: ../gio/gsocks4aproxy.c:157 +#, c-format +msgid "SOCKSv4a implementation limits hostname to %i characters" +msgstr "" + +#: ../gio/gsocks4aproxy.c:183 +msgid "The server is not a SOCKSv4 proxy server." +msgstr "" + +#: ../gio/gsocks4aproxy.c:190 +msgid "Connection through SOCKSv4 server was rejected" +msgstr "" + +#: ../gio/gsocks5proxy.c:155 ../gio/gsocks5proxy.c:328 +#: ../gio/gsocks5proxy.c:338 +msgid "The server is not a SOCKSv5 proxy server." +msgstr "" + +#: ../gio/gsocks5proxy.c:169 +msgid "The SOCKSv5 proxy requires authentication." +msgstr "" + +#: ../gio/gsocks5proxy.c:179 +msgid "" +"The SOCKSv5 require an authentication method that is not supported by GLib." +msgstr "" + +#: ../gio/gsocks5proxy.c:208 +#, c-format +msgid "Username or password is too long for SOCKSv5 protocol (max. is %i)." +msgstr "" + +#: ../gio/gsocks5proxy.c:239 +msgid "SOCKSv5 authentication failed due to wrong username or password." +msgstr "" + +#: ../gio/gsocks5proxy.c:289 +#, c-format +msgid "Hostname '%s' too long for SOCKSv5 protocol (maximum is %i bytes)" +msgstr "" + +#: ../gio/gsocks5proxy.c:352 +msgid "The SOCKSv5 proxy server uses unkown address type." +msgstr "" + +#: ../gio/gsocks5proxy.c:359 +msgid "Internal SOCKSv5 proxy server error." +msgstr "" + +#: ../gio/gsocks5proxy.c:365 +msgid "SOCKSv5 connection not allowed by ruleset." +msgstr "" + +#: ../gio/gsocks5proxy.c:372 +msgid "Host unreachable through SOCKSv5 server." +msgstr "" + +#: ../gio/gsocks5proxy.c:378 +msgid "Network unreachable through SOCKSv5 proxy." +msgstr "" + +#: ../gio/gsocks5proxy.c:384 +msgid "Connection refused through SOCKSv5 proxy." +msgstr "" + +#: ../gio/gsocks5proxy.c:390 +msgid "SOCKSv5 proxy does not support 'connect' command." +msgstr "" + +#: ../gio/gsocks5proxy.c:396 +msgid "SOCKSv5 proxy does not support provided address type." +msgstr "" + +#: ../gio/gsocks5proxy.c:402 +msgid "Unkown SOCKSv5 proxy error." +msgstr "" + +#: ../gio/gthemedicon.c:498 #, c-format msgid "Can't handle version %d of GThemedIcon encoding" msgstr "Impossibile gestire la versione %d della codifica GThemedIcon" -#: gio/gunixconnection.c:165 gio/gunixconnection.c:502 +#: ../gio/gunixconnection.c:164 ../gio/gunixconnection.c:505 #, c-format msgid "Expecting 1 control message, got %d" msgstr "Atteso 1 messaggio di controllo, ottenuti %d" -#: gio/gunixconnection.c:178 gio/gunixconnection.c:512 +#: ../gio/gunixconnection.c:177 ../gio/gunixconnection.c:515 msgid "Unexpected type of ancillary data" msgstr "Tipo di dati ausiliari inatteso" # tolto il "but" per omogeneità con l'altro simile -#: gio/gunixconnection.c:196 +#: ../gio/gunixconnection.c:195 #, c-format msgid "Expecting one fd, but got %d\n" msgstr "Atteso un FD, ottenuti %d\n" -#: gio/gunixconnection.c:212 +#: ../gio/gunixconnection.c:211 msgid "Received invalid fd" msgstr "Ricevuto FD non valido" -#: gio/gunixconnection.c:359 -#, fuzzy +#: ../gio/gunixconnection.c:359 msgid "Error sending credentials: " -msgstr "Errore nell'inviare i dati: %s" +msgstr "Errore nell'inviare le credenziali: " -#: gio/gunixconnection.c:436 +#: ../gio/gunixconnection.c:439 #, c-format msgid "Error checking if SO_PASSCRED is enabled for socket: %s" -msgstr "" +msgstr "Errore nel verificare se SO_PASSCRED è abilitato per il socket: %s" -#: gio/gunixconnection.c:445 +#: ../gio/gunixconnection.c:448 #, c-format msgid "" "Unexpected option length while checking if SO_PASSCRED is enabled for " "socket. Expected %d bytes, got %d" msgstr "" +"Lunghezza dell'opzione inattesa durante la verifica dell'abilitazione di " +"SO_PASSCRED per il socket. Attesi %d byte, ottenuti %d" -#: gio/gunixconnection.c:462 -#, fuzzy, c-format +#: ../gio/gunixconnection.c:465 +#, c-format msgid "Error enabling SO_PASSCRED: %s" -msgstr "Errore nel rinominare il file: %s" +msgstr "Errore nell'abilitare SO_PASSCRED: %s" -#: gio/gunixconnection.c:492 +#: ../gio/gunixconnection.c:495 msgid "" "Expecting to read a single byte for receiving credentials but read zero bytes" msgstr "" -#: gio/gunixconnection.c:535 +#: ../gio/gunixconnection.c:538 #, c-format msgid "Error while disabling SO_PASSCRED: %s" -msgstr "" +msgstr "Errore durante la disabilitazione di SO_PASSCRED: %s" -#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374 -#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439 +#: ../gio/gunixinputstream.c:353 ../gio/gunixinputstream.c:373 +#: ../gio/gunixinputstream.c:451 ../gio/gunixoutputstream.c:438 #, c-format msgid "Error reading from unix: %s" msgstr "Errore nel leggere da unix: %s" -#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589 -#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545 +#: ../gio/gunixinputstream.c:406 ../gio/gunixinputstream.c:589 +#: ../gio/gunixoutputstream.c:393 ../gio/gunixoutputstream.c:545 #, c-format msgid "Error closing unix: %s" msgstr "Errore nel chiudere unix: %s" -#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883 +#: ../gio/gunixmounts.c:1846 ../gio/gunixmounts.c:1883 msgid "Filesystem root" msgstr "File system radice" -#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361 +#: ../gio/gunixoutputstream.c:339 ../gio/gunixoutputstream.c:360 #, c-format msgid "Error writing to unix: %s" msgstr "Errore nello scrivere su unix: %s" # a chi è riferito abstract?? # a addresses o a domain? -#: gio/gunixsocketaddress.c:245 +#: ../gio/gunixsocketaddress.c:244 msgid "Abstract unix domain socket addresses not supported on this system" msgstr "" "Indirizzi di socket di dominio unix astratto non supportati su questo sistema" -#: gio/gvolume.c:407 +#: ../gio/gvolume.c:406 msgid "volume doesn't implement eject" msgstr "il volume non implementa l'azione eject" #. Translators: This is an error #. * message for volume objects that #. * don't implement any of eject or eject_with_operation. -#: gio/gvolume.c:486 +#: ../gio/gvolume.c:485 msgid "volume doesn't implement eject or eject_with_operation" msgstr "il volume non implementa l'azione eject o eject_with_operation" -#: gio/gwin32appinfo.c:277 +#: ../gio/gwin32appinfo.c:276 msgid "Can't find application" msgstr "Impossibile trovare l'applicazione" -#: gio/gwin32appinfo.c:300 +#: ../gio/gwin32appinfo.c:299 #, c-format msgid "Error launching application: %s" msgstr "Errore nel lanciare l'applicazione: %s" -#: gio/gwin32appinfo.c:336 +#: ../gio/gwin32appinfo.c:335 msgid "URIs not supported" msgstr "URI non supportati" -#: gio/gwin32appinfo.c:358 +#: ../gio/gwin32appinfo.c:357 msgid "association changes not supported on win32" msgstr "cambi di associazioni non supportati su win32" -#: gio/gwin32appinfo.c:370 +#: ../gio/gwin32appinfo.c:369 msgid "Association creation not supported on win32" msgstr "Creazione di associazioni non supportata su win32" -#: gio/gwin32inputstream.c:319 -#, fuzzy, c-format +#: ../gio/gwin32inputstream.c:318 +#, c-format msgid "Error reading from handle: %s" -msgstr "Errore nel leggere dal file: %s" +msgstr "Errore nel leggere dall'hande: %s" -#: gio/gwin32inputstream.c:349 gio/gwin32outputstream.c:349 -#, fuzzy, c-format +#: ../gio/gwin32inputstream.c:348 ../gio/gwin32outputstream.c:348 +#, c-format msgid "Error closing handle: %s" -msgstr "Errore nel chiudere il file: %s" +msgstr "Errore nel chiudere l'handle: %s" -#: gio/gwin32outputstream.c:319 -#, fuzzy, c-format +#: ../gio/gwin32outputstream.c:318 +#, c-format msgid "Error writing to handle: %s" -msgstr "Errore nello scrivere sul file: %s" +msgstr "Errore nello scrivere sull'handle: %s" -#: gio/gzlibcompressor.c:279 gio/gzlibdecompressor.c:250 +#: ../gio/gzlibcompressor.c:396 ../gio/gzlibdecompressor.c:349 msgid "Not enough memory" msgstr "Memoria non sufficiente" -#: gio/gzlibcompressor.c:286 gio/gzlibdecompressor.c:257 +#: ../gio/gzlibcompressor.c:403 ../gio/gzlibdecompressor.c:356 #, c-format msgid "Internal error: %s" msgstr "Errore interno: %s" -#: gio/gzlibcompressor.c:299 gio/gzlibdecompressor.c:271 +#: ../gio/gzlibcompressor.c:416 ../gio/gzlibdecompressor.c:370 msgid "Need more input" msgstr "Necessario maggiore input" -#: gio/gzlibdecompressor.c:243 +#: ../gio/gzlibdecompressor.c:342 msgid "Invalid compressed data" msgstr "Dati compressi non validi" +# ma che senso ha??? +#, fuzzy +#~ msgid "Do not give error for empty directory" +#~ msgstr "Impossibile spostare la directory sopra la directory" + #~| msgid "Invalid sequence in conversion input" #~ msgid "Invalid UTF-8 sequence in input" #~ msgstr "Sequenza UTF-8 non valida in ingresso" @@ -2989,9 +3751,6 @@ #~ msgid "The file containing the icon" #~ msgstr "Il file contenente l'icona" -#~ msgid "name" -#~ msgstr "nome" - #~ msgid "The name of the icon" #~ msgstr "Il nome dell'icona" Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/ja.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/ja.gmo differ diff -Nru glib2.0-2.26.0/po/ja.po glib2.0-2.26.1/po/ja.po --- glib2.0-2.26.0/po/ja.po 2010-09-27 08:54:09.000000000 +1000 +++ glib2.0-2.26.1/po/ja.po 2010-11-13 00:53:05.000000000 +1100 @@ -26,7 +26,7 @@ "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=glib&component=general\n" "POT-Creation-Date: 2010-09-23 15:55+0000\n" -"PO-Revision-Date: 2010-09-19 18:20+0900\n" +"PO-Revision-Date: 2010-11-01 01:25+0900\n" "Last-Translator: Takayuki KUSANO \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" @@ -1664,7 +1664,7 @@ msgid "" "Second token of line %d of the keyring at `%s' with content `%s' is malformed" msgstr "" -"'%2$s' のキーリングの、内容が '%3$s' の %1$d 行目の2番目のトークンが不正です<" +"'%2$s' のキーリングの、内容が '%3$s' の %1$d 行目の2番目のトークンが不正です" #: ../gio/gdbusauthmechanismsha1.c:458 #, c-format Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/lt.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/lt.gmo differ diff -Nru glib2.0-2.26.0/po/lt.po glib2.0-2.26.1/po/lt.po --- glib2.0-2.26.0/po/lt.po 2010-09-18 01:41:12.000000000 +1000 +++ glib2.0-2.26.1/po/lt.po 2010-11-13 00:52:52.000000000 +1100 @@ -1,5 +1,7 @@ # Lithuanian translation of Glib library. # Copyright © 2003-2005, 2007, 2008, 2010 Free Software Foundation, Inc. +# This file is distributed under the same license as the glib package. +# # Tomas Kuliavas , 2003-2004. # Žygimantas Beručka , 2004-2007, 2010. # Mantas Kriaučiūnas , 2006-2007. @@ -9,16 +11,16 @@ msgid "" msgstr "" "Project-Id-Version: lt\n" -"Report-Msgid-Bugs-To: " -"http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=general\n" -"POT-Creation-Date: 2010-09-16 19:14+0000\n" -"PO-Revision-Date: 2010-09-17 03:47+0300\n" -"Last-Translator: Žygimantas Beručka \n" -"Language-Team: Lithuanian \n" -"Language: lt\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=glib&component=general\n" +"POT-Creation-Date: 2010-10-02 05:57+0000\n" +"PO-Revision-Date: 2010-10-03 15:42+0200\n" +"Last-Translator: Aurimas Černius \n" +"Language-Team: Lietuvių \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: UTF-8\n" +"Language: lt\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%" "100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Virtaal 0.6.1\n" @@ -162,232 +164,232 @@ msgstr "Klaidingas kompiuterio vardas" #. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:105 +#: ../glib/gdatetime.c:149 msgctxt "GDateTime" msgid "am" msgstr "am" #. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:107 +#: ../glib/gdatetime.c:151 msgctxt "GDateTime" msgid "AM" msgstr "AM" #. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:109 +#: ../glib/gdatetime.c:153 msgctxt "GDateTime" msgid "pm" msgstr "pm" #. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:111 +#: ../glib/gdatetime.c:155 msgctxt "GDateTime" msgid "PM" msgstr "PM" #. Translators: this is the preferred format for expressing the date -#: ../glib/gdatetime.c:120 +#: ../glib/gdatetime.c:164 msgctxt "GDateTime" msgid "%m/%d/%y" msgstr "%Y-%m-%d" #. Translators: this is the preferred format for expressing the time -#: ../glib/gdatetime.c:123 +#: ../glib/gdatetime.c:167 msgctxt "GDateTime" msgid "%H:%M:%S" msgstr "%H:%M:%S" -#: ../glib/gdatetime.c:168 +#: ../glib/gdatetime.c:193 msgctxt "full month name" msgid "January" msgstr "Sausis" -#: ../glib/gdatetime.c:170 +#: ../glib/gdatetime.c:195 msgctxt "full month name" msgid "February" msgstr "Vasaris" -#: ../glib/gdatetime.c:172 +#: ../glib/gdatetime.c:197 msgctxt "full month name" msgid "March" msgstr "Kovas" -#: ../glib/gdatetime.c:174 +#: ../glib/gdatetime.c:199 msgctxt "full month name" msgid "April" msgstr "Balandis" -#: ../glib/gdatetime.c:176 +#: ../glib/gdatetime.c:201 msgctxt "full month name" msgid "May" msgstr "Gegužė" -#: ../glib/gdatetime.c:178 +#: ../glib/gdatetime.c:203 msgctxt "full month name" msgid "June" msgstr "Birželis" -#: ../glib/gdatetime.c:180 +#: ../glib/gdatetime.c:205 msgctxt "full month name" msgid "July" msgstr "Liepa" -#: ../glib/gdatetime.c:182 +#: ../glib/gdatetime.c:207 msgctxt "full month name" msgid "August" msgstr "Rugpjūtis" -#: ../glib/gdatetime.c:184 +#: ../glib/gdatetime.c:209 msgctxt "full month name" msgid "September" msgstr "Rugsėjis" -#: ../glib/gdatetime.c:186 +#: ../glib/gdatetime.c:211 msgctxt "full month name" msgid "October" msgstr "Spalis" -#: ../glib/gdatetime.c:188 +#: ../glib/gdatetime.c:213 msgctxt "full month name" msgid "November" msgstr "Lapkritis" -#: ../glib/gdatetime.c:190 +#: ../glib/gdatetime.c:215 msgctxt "full month name" msgid "December" msgstr "Gruodis" -#: ../glib/gdatetime.c:205 +#: ../glib/gdatetime.c:230 msgctxt "abbreviated month name" msgid "Jan" msgstr "Sau" -#: ../glib/gdatetime.c:207 +#: ../glib/gdatetime.c:232 msgctxt "abbreviated month name" msgid "Feb" msgstr "Vas" -#: ../glib/gdatetime.c:209 +#: ../glib/gdatetime.c:234 msgctxt "abbreviated month name" msgid "Mar" msgstr "Kov" -#: ../glib/gdatetime.c:211 +#: ../glib/gdatetime.c:236 msgctxt "abbreviated month name" msgid "Apr" msgstr "Bal" -#: ../glib/gdatetime.c:213 +#: ../glib/gdatetime.c:238 msgctxt "abbreviated month name" msgid "May" msgstr "Geg" -#: ../glib/gdatetime.c:215 +#: ../glib/gdatetime.c:240 msgctxt "abbreviated month name" msgid "Jun" msgstr "Bir" -#: ../glib/gdatetime.c:217 +#: ../glib/gdatetime.c:242 msgctxt "abbreviated month name" msgid "Jul" msgstr "Lie" -#: ../glib/gdatetime.c:219 +#: ../glib/gdatetime.c:244 msgctxt "abbreviated month name" msgid "Aug" msgstr "Rgp" -#: ../glib/gdatetime.c:221 +#: ../glib/gdatetime.c:246 msgctxt "abbreviated month name" msgid "Sep" msgstr "Rgs" -#: ../glib/gdatetime.c:223 +#: ../glib/gdatetime.c:248 msgctxt "abbreviated month name" msgid "Oct" msgstr "Spa" -#: ../glib/gdatetime.c:225 +#: ../glib/gdatetime.c:250 msgctxt "abbreviated month name" msgid "Nov" msgstr "Lap" -#: ../glib/gdatetime.c:227 +#: ../glib/gdatetime.c:252 msgctxt "abbreviated month name" msgid "Dec" msgstr "Grd" -#: ../glib/gdatetime.c:242 +#: ../glib/gdatetime.c:267 msgctxt "full weekday name" msgid "Monday" msgstr "Pirmadienis" -#: ../glib/gdatetime.c:244 +#: ../glib/gdatetime.c:269 msgctxt "full weekday name" msgid "Tuesday" msgstr "Antradienis" -#: ../glib/gdatetime.c:246 +#: ../glib/gdatetime.c:271 msgctxt "full weekday name" msgid "Wednesday" msgstr "Trečiadienis" -#: ../glib/gdatetime.c:248 +#: ../glib/gdatetime.c:273 msgctxt "full weekday name" msgid "Thursday" msgstr "Ketvirtadienis" -#: ../glib/gdatetime.c:250 +#: ../glib/gdatetime.c:275 msgctxt "full weekday name" msgid "Friday" msgstr "Penktadienis" -#: ../glib/gdatetime.c:252 +#: ../glib/gdatetime.c:277 msgctxt "full weekday name" msgid "Saturday" msgstr "Šeštadienis" -#: ../glib/gdatetime.c:254 +#: ../glib/gdatetime.c:279 msgctxt "full weekday name" msgid "Sunday" msgstr "Sekmadienis" -#: ../glib/gdatetime.c:269 +#: ../glib/gdatetime.c:294 msgctxt "abbreviated weekday name" msgid "Mon" msgstr "Pir" -#: ../glib/gdatetime.c:271 +#: ../glib/gdatetime.c:296 msgctxt "abbreviated weekday name" msgid "Tue" msgstr "Ant" -#: ../glib/gdatetime.c:273 +#: ../glib/gdatetime.c:298 msgctxt "abbreviated weekday name" msgid "Wed" msgstr "Tre" -#: ../glib/gdatetime.c:275 +#: ../glib/gdatetime.c:300 msgctxt "abbreviated weekday name" msgid "Thu" msgstr "Ket" -#: ../glib/gdatetime.c:277 +#: ../glib/gdatetime.c:302 msgctxt "abbreviated weekday name" msgid "Fri" msgstr "Pen" -#: ../glib/gdatetime.c:279 +#: ../glib/gdatetime.c:304 msgctxt "abbreviated weekday name" msgid "Sat" msgstr "Šeš" -#: ../glib/gdatetime.c:281 +#: ../glib/gdatetime.c:306 msgctxt "abbreviated weekday name" msgid "Sun" msgstr "Sek" -#: ../glib/gdir.c:114 ../glib/gdir.c:137 +#: ../glib/gdir.c:115 ../glib/gdir.c:138 #, c-format msgid "Error opening directory '%s': %s" msgstr "Klaida atidarant aplanką „%s“: %s" @@ -766,298 +768,298 @@ msgstr "" "Dokumentas netikėtai pasibaigė komentaruose arba apdorojimo instrukcijose" -#: ../glib/gregex.c:184 +#: ../glib/gregex.c:188 msgid "corrupted object" msgstr "sugadintas objektas" -#: ../glib/gregex.c:186 +#: ../glib/gregex.c:190 msgid "internal error or corrupted object" msgstr "vidinė klaida arba sugadintas objektas" -#: ../glib/gregex.c:188 +#: ../glib/gregex.c:192 msgid "out of memory" msgstr "nebėra atminties" -#: ../glib/gregex.c:193 +#: ../glib/gregex.c:197 msgid "backtracking limit reached" msgstr "pasiekta atgalinio sekimo riba" -#: ../glib/gregex.c:205 ../glib/gregex.c:213 +#: ../glib/gregex.c:209 ../glib/gregex.c:217 msgid "the pattern contains items not supported for partial matching" msgstr "šablone yra dalinio atitikimo nepalaikomų elementų " -#: ../glib/gregex.c:207 ../gio/glocalfile.c:2109 +#: ../glib/gregex.c:211 ../gio/glocalfile.c:2109 msgid "internal error" msgstr "vidinė klaida" -#: ../glib/gregex.c:215 +#: ../glib/gregex.c:219 msgid "back references as conditions are not supported for partial matching" msgstr "atgalinės nuorodos kaip sąlygos nepalaikomos daliniam atitikimui" -#: ../glib/gregex.c:224 +#: ../glib/gregex.c:228 msgid "recursion limit reached" msgstr "pasiekta rekursijos riba" -#: ../glib/gregex.c:226 +#: ../glib/gregex.c:230 msgid "workspace limit for empty substrings reached" msgstr "pasiekta tuščių poeilių darbalaukio riba" -#: ../glib/gregex.c:228 +#: ../glib/gregex.c:232 msgid "invalid combination of newline flags" msgstr "netinkama naujos eilutės vėliavėlių kombinacija" -#: ../glib/gregex.c:232 +#: ../glib/gregex.c:236 msgid "unknown error" msgstr "nežinoma klaida" -#: ../glib/gregex.c:252 +#: ../glib/gregex.c:256 msgid "\\ at end of pattern" msgstr "\\ šablono pabaigoje" -#: ../glib/gregex.c:255 +#: ../glib/gregex.c:259 msgid "\\c at end of pattern" msgstr "\\c šablono pabaigoje" -#: ../glib/gregex.c:258 +#: ../glib/gregex.c:262 msgid "unrecognized character follows \\" msgstr "neatpažintas simbolis po \\" -#: ../glib/gregex.c:265 +#: ../glib/gregex.c:269 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "kodai, keičiantys registrą, (\\l, \\L, \\u, \\U) čia neleistini" -#: ../glib/gregex.c:268 +#: ../glib/gregex.c:272 msgid "numbers out of order in {} quantifier" msgstr "skaičiai ne iš eilės {} kvantoriuje" -#: ../glib/gregex.c:271 +#: ../glib/gregex.c:275 msgid "number too big in {} quantifier" msgstr "skaičius per didelis {} kvantoriuje" -#: ../glib/gregex.c:274 +#: ../glib/gregex.c:278 msgid "missing terminating ] for character class" msgstr "trūksta baigiamojo ] simbolio klasei" -#: ../glib/gregex.c:277 +#: ../glib/gregex.c:281 msgid "invalid escape sequence in character class" msgstr "klaidinga speciali seka simbolio klasėje" -#: ../glib/gregex.c:280 +#: ../glib/gregex.c:284 msgid "range out of order in character class" msgstr "ruožas ne iš eilės simbolio klasėje" -#: ../glib/gregex.c:283 +#: ../glib/gregex.c:287 msgid "nothing to repeat" msgstr "nėra ką kartoti" -#: ../glib/gregex.c:286 +#: ../glib/gregex.c:290 msgid "unrecognized character after (?" msgstr "neatpažintas simbolis po (?" -#: ../glib/gregex.c:290 +#: ../glib/gregex.c:294 msgid "unrecognized character after (?<" msgstr "neatpažintas simbolis po (?<" -#: ../glib/gregex.c:294 +#: ../glib/gregex.c:298 msgid "unrecognized character after (?P" msgstr "neatpažintas simbolis po (?P" -#: ../glib/gregex.c:297 +#: ../glib/gregex.c:301 msgid "POSIX named classes are supported only within a class" msgstr "klasės POSIX vardais leidžiamos tik klasių viduje" -#: ../glib/gregex.c:300 +#: ../glib/gregex.c:304 msgid "missing terminating )" msgstr "trūksta baigiamojo )" -#: ../glib/gregex.c:304 +#: ../glib/gregex.c:308 msgid ") without opening (" msgstr ") be atveriamojo (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:311 +#: ../glib/gregex.c:315 msgid "(?R or (?[+-]digits must be followed by )" msgstr "po (?R arba (?[+-]skaitmenys turi būti )" -#: ../glib/gregex.c:314 +#: ../glib/gregex.c:318 msgid "reference to non-existent subpattern" msgstr "nuoroda į neegzistuojantį pošablonį" -#: ../glib/gregex.c:317 +#: ../glib/gregex.c:321 msgid "missing ) after comment" msgstr "trūksta ) po komentaro" -#: ../glib/gregex.c:320 +#: ../glib/gregex.c:324 msgid "regular expression too large" msgstr "reguliarioji išraiška per didelė" -#: ../glib/gregex.c:323 +#: ../glib/gregex.c:327 msgid "failed to get memory" msgstr "nepavyko rezervuoti atminties" -#: ../glib/gregex.c:326 +#: ../glib/gregex.c:330 msgid "lookbehind assertion is not fixed length" msgstr "žiūros atgal teiginys nefiksuoto ilgio" -#: ../glib/gregex.c:329 +#: ../glib/gregex.c:333 msgid "malformed number or name after (?(" msgstr "netaisyklingas skaičius ar vardas po (?(" -#: ../glib/gregex.c:332 +#: ../glib/gregex.c:336 msgid "conditional group contains more than two branches" msgstr "sąlyginė grupė turi daugiau negu dvi šakas" -#: ../glib/gregex.c:335 +#: ../glib/gregex.c:339 msgid "assertion expected after (?(" msgstr "tikimasi teiginio po (?(" -#: ../glib/gregex.c:338 +#: ../glib/gregex.c:342 msgid "unknown POSIX class name" msgstr "nežinomas POSIX klasės vardas" -#: ../glib/gregex.c:341 +#: ../glib/gregex.c:345 msgid "POSIX collating elements are not supported" msgstr "POSIX gretinimo elementai nepalaikomi" -#: ../glib/gregex.c:344 +#: ../glib/gregex.c:348 msgid "character value in \\x{...} sequence is too large" msgstr "simbolio reikšmė \\x{…} sekoje per didelė" -#: ../glib/gregex.c:347 +#: ../glib/gregex.c:351 msgid "invalid condition (?(0)" msgstr "netaisyklinga sąlygą (?(0)" -#: ../glib/gregex.c:350 +#: ../glib/gregex.c:354 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C neleistinas žiūros atgal teiginyje" -#: ../glib/gregex.c:353 +#: ../glib/gregex.c:357 msgid "recursive call could loop indefinitely" msgstr "rekursyvus iškvietimas gali veikti be galo" -#: ../glib/gregex.c:356 +#: ../glib/gregex.c:360 msgid "missing terminator in subpattern name" msgstr "trūksta baigiamojo simbolio pošablonio pavadinime" -#: ../glib/gregex.c:359 +#: ../glib/gregex.c:363 msgid "two named subpatterns have the same name" msgstr "du vardiniai pošabloniai turi tą patį vardą" -#: ../glib/gregex.c:362 +#: ../glib/gregex.c:366 msgid "malformed \\P or \\p sequence" msgstr "netaisyklinga \\P arba \\p seka" -#: ../glib/gregex.c:365 +#: ../glib/gregex.c:369 msgid "unknown property name after \\P or \\p" msgstr "nežinomas savybės vardas po \\P arba \\p" -#: ../glib/gregex.c:368 +#: ../glib/gregex.c:372 msgid "subpattern name is too long (maximum 32 characters)" msgstr "pošablonio vardas per ilgas (turi būti iki 32 simbolių)" -#: ../glib/gregex.c:371 +#: ../glib/gregex.c:375 msgid "too many named subpatterns (maximum 10,000)" msgstr "per daug vardinių pošablonių (iki 10000)" -#: ../glib/gregex.c:374 +#: ../glib/gregex.c:378 msgid "octal value is greater than \\377" msgstr "aštuntainė reikšmė didesnė už \\377" -#: ../glib/gregex.c:377 +#: ../glib/gregex.c:381 msgid "DEFINE group contains more than one branch" msgstr "DEFINE grupėje yra daugiau negu viena šaka" -#: ../glib/gregex.c:380 +#: ../glib/gregex.c:384 msgid "repeating a DEFINE group is not allowed" msgstr "neleidžiama kartoti DEFINE grupės" -#: ../glib/gregex.c:383 +#: ../glib/gregex.c:387 msgid "inconsistent NEWLINE options" msgstr "nenuoseklios NEWLINE savybės" -#: ../glib/gregex.c:386 +#: ../glib/gregex.c:390 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "po \\g nėra vardo riestiniuose skliaustuose arba teigiamo skaičiaus" -#: ../glib/gregex.c:391 +#: ../glib/gregex.c:395 msgid "unexpected repeat" msgstr "netikėtas pakartojimas" -#: ../glib/gregex.c:395 +#: ../glib/gregex.c:399 msgid "code overflow" msgstr "kodo perviršis" -#: ../glib/gregex.c:399 +#: ../glib/gregex.c:403 msgid "overran compiling workspace" msgstr "perpildyta kompiliavimo sritis" -#: ../glib/gregex.c:403 +#: ../glib/gregex.c:407 msgid "previously-checked referenced subpattern not found" msgstr "anksčiau tikrintas nurodytas pošablonis nerastas" -#: ../glib/gregex.c:575 ../glib/gregex.c:1696 +#: ../glib/gregex.c:579 ../glib/gregex.c:1700 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Klaida ieškant reguliariosios išraiškos %s atitikmens: %s" -#: ../glib/gregex.c:1151 +#: ../glib/gregex.c:1155 msgid "PCRE library is compiled without UTF8 support" msgstr "PCRE biblioteka sukompiliuota be UTF8 palaikymo" -#: ../glib/gregex.c:1160 +#: ../glib/gregex.c:1164 msgid "PCRE library is compiled without UTF8 properties support" msgstr "PCRE biblioteka sukompiliuota be UTF8 ypatybių palaikymo" -#: ../glib/gregex.c:1214 +#: ../glib/gregex.c:1218 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Klaida kompiliuojanti reguliarią išraišką %s ties simboliu %d: %s" -#: ../glib/gregex.c:1250 +#: ../glib/gregex.c:1254 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Klaida optimizuojant reguliariąją išraišką %s: %s" -#: ../glib/gregex.c:2124 +#: ../glib/gregex.c:2128 msgid "hexadecimal digit or '}' expected" msgstr "laukta šešioliktainio skaitmens arba „}“" -#: ../glib/gregex.c:2140 +#: ../glib/gregex.c:2144 msgid "hexadecimal digit expected" msgstr "laukta šešioliktainio skaitmens" -#: ../glib/gregex.c:2180 +#: ../glib/gregex.c:2184 msgid "missing '<' in symbolic reference" msgstr "simbolinėje nuorodoje trūksta „<“" -#: ../glib/gregex.c:2189 +#: ../glib/gregex.c:2193 msgid "unfinished symbolic reference" msgstr "nebaigta simbolinė nuoroda" -#: ../glib/gregex.c:2196 +#: ../glib/gregex.c:2200 msgid "zero-length symbolic reference" msgstr "nulinio ilgio simbolinė nuoroda" -#: ../glib/gregex.c:2207 +#: ../glib/gregex.c:2211 msgid "digit expected" msgstr "laukta skaitmens" -#: ../glib/gregex.c:2225 +#: ../glib/gregex.c:2229 msgid "illegal symbolic reference" msgstr "neleistina simbolinė nuoroda" -#: ../glib/gregex.c:2287 +#: ../glib/gregex.c:2291 msgid "stray final '\\'" msgstr "nevietoje galutinis „\\“" -#: ../glib/gregex.c:2291 +#: ../glib/gregex.c:2295 msgid "unknown escape sequence" msgstr "nežinoma kaitos seka" -#: ../glib/gregex.c:2301 +#: ../glib/gregex.c:2305 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Klaida apdorojant pakeitimo tekstą „%s“ ties simboliu %lu: %s" @@ -1384,18 +1386,18 @@ #: ../gio/gbufferedinputstream.c:411 ../gio/gbufferedinputstream.c:492 #: ../gio/ginputstream.c:185 ../gio/ginputstream.c:317 #: ../gio/ginputstream.c:556 ../gio/ginputstream.c:681 -#: ../gio/goutputstream.c:197 ../gio/goutputstream.c:724 +#: ../gio/goutputstream.c:198 ../gio/goutputstream.c:725 #, c-format msgid "Too large count value passed to %s" msgstr "Per didelė skaičiavimo reikšmė perduota %s" #: ../gio/gbufferedinputstream.c:881 ../gio/ginputstream.c:891 -#: ../gio/giostream.c:306 ../gio/goutputstream.c:1199 +#: ../gio/giostream.c:306 ../gio/goutputstream.c:1200 msgid "Stream is already closed" msgstr "Srautas jau užvertas" -#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1552 -#: ../gio/gdbusconnection.c:1641 ../gio/gdbusconnection.c:1823 +#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1633 +#: ../gio/gdbusconnection.c:1722 ../gio/gdbusconnection.c:1904 #: ../gio/glocalfile.c:2102 ../gio/gsimpleasyncresult.c:755 #: ../gio/gsimpleasyncresult.c:781 msgid "Operation was cancelled" @@ -1582,7 +1584,7 @@ "Nepavyko nustatyti sesijos magistralės adreso (nerealizuota šiai operacinei " "sistemai)" -#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6016 +#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6142 #, c-format msgid "" "Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable " @@ -1591,7 +1593,7 @@ "Nepavyko nustatyti magistralės adreso iš DBUS_STARTER_BUS_TYPE aplinkos " "kintamojo - nežinoma reikšmė „%s“" -#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6025 +#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6151 msgid "" "Cannot determine bus address because the DBUS_STARTER_BUS_TYPE environment " "variable is not set" @@ -1704,87 +1706,87 @@ msgid "(Additionally, releasing the lock for `%s' also failed: %s) " msgstr "(Papildomai, užrakto atlaisvinimas „%s“ taip pat nepavyko: %s)." -#: ../gio/gdbusconnection.c:1061 ../gio/gdbusconnection.c:1290 -#: ../gio/gdbusconnection.c:1329 ../gio/gdbusconnection.c:1652 +#: ../gio/gdbusconnection.c:1142 ../gio/gdbusconnection.c:1371 +#: ../gio/gdbusconnection.c:1410 ../gio/gdbusconnection.c:1733 msgid "The connection is closed" msgstr "Ryšys yra užvertas" -#: ../gio/gdbusconnection.c:1596 +#: ../gio/gdbusconnection.c:1677 msgid "Timeout was reached" msgstr "Baigėsi laikas" -#: ../gio/gdbusconnection.c:2173 +#: ../gio/gdbusconnection.c:2291 msgid "" "Unsupported flags encountered when constructing a client-side connection" msgstr "Nepalaikomi požymiai aptikti konstruojant kliento pusės ryšį" -#: ../gio/gdbusconnection.c:3599 ../gio/gdbusconnection.c:3917 +#: ../gio/gdbusconnection.c:3725 ../gio/gdbusconnection.c:4043 #, c-format msgid "" "No such interface `org.freedesktop.DBus.Properties' on object at path %s" msgstr "" "Nėra sąsajos „org.freedesktop.DBus.Properties“ objektui, kurio kelias %s" -#: ../gio/gdbusconnection.c:3671 +#: ../gio/gdbusconnection.c:3797 #, c-format msgid "Error setting property `%s': Expected type `%s' but got `%s'" msgstr "Klaida nustatant savybę „%s“: tikėtasi tipo „%s“, bet gauta „%s“" -#: ../gio/gdbusconnection.c:3766 +#: ../gio/gdbusconnection.c:3892 #, c-format msgid "No such property `%s'" msgstr "Nėra savybės „%s“" -#: ../gio/gdbusconnection.c:3778 +#: ../gio/gdbusconnection.c:3904 #, c-format msgid "Property `%s' is not readable" msgstr "Savybė „%s“ yra neskaitoma" -#: ../gio/gdbusconnection.c:3789 +#: ../gio/gdbusconnection.c:3915 #, c-format msgid "Property `%s' is not writable" msgstr "Savybė „%s“ nėra rašoma" -#: ../gio/gdbusconnection.c:3859 ../gio/gdbusconnection.c:5450 +#: ../gio/gdbusconnection.c:3985 ../gio/gdbusconnection.c:5576 #, c-format msgid "No such interface `%s'" msgstr "Nėra sąsajos „%s“" -#: ../gio/gdbusconnection.c:4047 +#: ../gio/gdbusconnection.c:4173 msgid "No such interface" msgstr "Nėra tokios sąsajos" -#: ../gio/gdbusconnection.c:4263 ../gio/gdbusconnection.c:5966 +#: ../gio/gdbusconnection.c:4389 ../gio/gdbusconnection.c:6092 #, c-format msgid "No such interface `%s' on object at path %s" msgstr "Nėra sąsajos „%s“ objektui, kurio kelias %s" -#: ../gio/gdbusconnection.c:4315 +#: ../gio/gdbusconnection.c:4441 #, c-format msgid "No such method `%s'" msgstr "Nėra metodo „%s“" -#: ../gio/gdbusconnection.c:4346 +#: ../gio/gdbusconnection.c:4472 #, c-format msgid "Type of message, `%s', does not match expected type `%s'" msgstr "Pranešimo tipas „%s“ neatitinka laukiamo tipo „%s“" -#: ../gio/gdbusconnection.c:4565 +#: ../gio/gdbusconnection.c:4691 #, c-format msgid "An object is already exported for the interface %s at %s" msgstr "Jau yra eksportuotas objektas sąsajai %s vietoje %s" -#: ../gio/gdbusconnection.c:4759 +#: ../gio/gdbusconnection.c:4885 #, c-format msgid "Method `%s' returned type `%s', but expected `%s'" msgstr "Metodas „%s“ grąžino tipą „%s“, bet laukta „%s“" -#: ../gio/gdbusconnection.c:5561 +#: ../gio/gdbusconnection.c:5687 #, c-format msgid "Method `%s' on interface `%s' with signature `%s' does not exist" msgstr "Metodas „%s“ sąsajoje „%s“ su signatūra „%s“ neegzistuoja" -#: ../gio/gdbusconnection.c:5679 +#: ../gio/gdbusconnection.c:5805 #, c-format msgid "A subtree is already exported for %s" msgstr "Pomedis %s jau yra eksportuotas" @@ -1795,31 +1797,35 @@ #: ../gio/gdbusmessage.c:867 msgid "METHOD_CALL message: PATH or MEMBER header field is missing" -msgstr "" +msgstr "METHOD_CALL pranešimas: trūksta antraštės lauko PATH arba MEMBER" #: ../gio/gdbusmessage.c:878 msgid "METHOD_RETURN message: REPLY_SERIAL header field is missing" -msgstr "" +msgstr "METHOD_RETURN pranešimas: trūksta REPLY_SERIAL antraštės" #: ../gio/gdbusmessage.c:890 msgid "ERROR message: REPLY_SERIAL or ERROR_NAME header field is missing" -msgstr "" +msgstr "ERROR pranešimas: antraštės lauke trūksta REPLY_SERIAL arba ERROR_NAME" #: ../gio/gdbusmessage.c:903 msgid "SIGNAL message: PATH, INTERFACE or MEMBER header field is missing" -msgstr "" +msgstr "SIGNAL pranešimas: trūksta antraštės lauko PATH, INTERFACE arba MEMBER" #: ../gio/gdbusmessage.c:911 msgid "" "SIGNAL message: The PATH header field is using the reserved value /org/" "freedesktop/DBus/Local" msgstr "" +"SIGNAL pranešimas: antraštės laukas PATH naudoja rezervuotą reikšmę /org/" +"freedesktop/DBus/Local" #: ../gio/gdbusmessage.c:919 msgid "" "SIGNAL message: The INTERFACE header field is using the reserved value org." "freedesktop.DBus.Local" msgstr "" +"SIGNAL pranešimas: antraštės laukas INTERFACE naudoja rezervuotą reikšmę org." +"freedesktop.DBus.Local" #: ../gio/gdbusmessage.c:994 #, c-format @@ -1832,11 +1838,13 @@ "Expected valid UTF-8 string but found invalid bytes at byte offset %d " "(length of string is %d). The valid UTF-8 string up until that point was `%s'" msgstr "" +"Tikėtasi teisingos UTF-8 eilutės, bet rasta neteisingų baitų poslinkiu %d " +"(eilutės ilgis yra %d). Teisinga UTF-8 eilutė iki tos vietos buvo „%s“" #: ../gio/gdbusmessage.c:1032 -#, fuzzy, c-format +#, c-format msgid "Expected NUL byte after the string `%s' but found byte %d" -msgstr "Tikėtasi NUL baito po simbolių eilutės „%s“, bet rasta „%c“ (%d)" +msgstr "Tikėtasi NUL baito po simbolių eilutės „%s“, bet rastas baitas %d" #: ../gio/gdbusmessage.c:1231 #, c-format @@ -1849,10 +1857,11 @@ msgstr "Perskaityta reikšmė „%s“ nėra tinkama D-Bus signatūra" #: ../gio/gdbusmessage.c:1311 -#, fuzzy, c-format +#, c-format msgid "" "Encountered array of length %u bytes. Maximum length is 2<<26 bytes (64 MiB)." -msgstr "Aptiktas %u baitų ilgio masyvas. Maksimalus ilgis yra 2<<26 baitų." +msgstr "" +"Aptiktas %u baitų ilgio masyvas. Maksimalus ilgis yra 2<<26 baitų (64 MiB)." #: ../gio/gdbusmessage.c:1472 #, c-format @@ -1860,19 +1869,20 @@ msgstr "Perskaityta reikšmė „%s“ variantui nėra tinkama D-Bus signatūra" #: ../gio/gdbusmessage.c:1499 -#, fuzzy, c-format +#, c-format msgid "" "Error deserializing GVariant with type string `%s' from the D-Bus wire format" msgstr "" "Klaida atstatant GVariant su tipo eilute „%s“ iš D-Bus telegramos formato" #: ../gio/gdbusmessage.c:1683 -#, fuzzy, c-format +#, c-format msgid "" "Invalid endianness value. Expected 0x6c ('l') or 0x42 ('B') but found value " "0x%02x" msgstr "" -"Netinkama baitų eiliškumo reikšmė. Tikėtasi „l“ arba „B“, bet rasta „%c“ (%d)" +"Netinkama baitų eiliškumo reikšmė. Tikėtasi 0x6c („l“) arba 0x42 („B“), bet " +"rasta 0x%02x" #: ../gio/gdbusmessage.c:1697 #, c-format @@ -1901,10 +1911,10 @@ #: ../gio/gdbusmessage.c:1806 msgid "Cannot deserialize message: " -msgstr "" +msgstr "Nepavyko atstatyti pranešimo: " #: ../gio/gdbusmessage.c:2131 -#, fuzzy, c-format +#, c-format msgid "" "Error serializing GVariant with type string `%s' to the D-Bus wire format" msgstr "" @@ -1917,7 +1927,7 @@ #: ../gio/gdbusmessage.c:2280 msgid "Cannot serialize message: " -msgstr "" +msgstr "Nepavyko išsaugoti pranešimo: " #: ../gio/gdbusmessage.c:2324 #, c-format @@ -1961,7 +1971,7 @@ msgid "Error sending message: %s" msgstr "Klaida siunčiant pranešimą: %s" -#: ../gio/gdbusprivate.c:1766 +#: ../gio/gdbusprivate.c:1759 msgid "Unable to load /var/lib/dbus/machine-id: " msgstr "Nepavyko įkelti /var/lib/dbus/machine-id: " @@ -1988,6 +1998,8 @@ "Cannot invoke method; proxy is for a well-known name without an owner and " "proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag" msgstr "" +"Nepavyko iškviesti metodo; proxy nėra gerai žinoma pavadinimas be savininko " +"ir proxy buvo sukonstruotas su G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START požymiu" #: ../gio/gdbusserver.c:715 msgid "Abstract name space not supported" @@ -2417,7 +2429,7 @@ #. * already an operation running against this stream when #. * you try to start one #: ../gio/ginputstream.c:901 ../gio/giostream.c:316 -#: ../gio/goutputstream.c:1209 +#: ../gio/goutputstream.c:1210 msgid "Stream has outstanding operation" msgstr "Srautui liko neįvykdyta operacija" @@ -2430,202 +2442,261 @@ msgid "Unsupported socket address" msgstr "Nepalaikomas lizdo adresas" -#: ../gio/glib-compile-schemas.c:702 +#: ../gio/glib-compile-schemas.c:703 msgid "empty names are not permitted" msgstr "neleidžiami tušti pavadinimai" -#: ../gio/glib-compile-schemas.c:712 +#: ../gio/glib-compile-schemas.c:713 #, c-format msgid "invalid name '%s': names must begin with a lowercase letter" msgstr "" +"netinkamas pavadinimas „%s“: pavadinimai turi prasidėti mažosiomis raidėmis" -#: ../gio/glib-compile-schemas.c:724 +#: ../gio/glib-compile-schemas.c:725 #, c-format msgid "" "invalid name '%s': invalid character '%c'; only lowercase letters, numbers " "and dash ('-') are permitted." msgstr "" +"netinkamas pavadinimas „%s“: netinkamas simbolis „%c“; leidžiamos tik " +"mažosios raidės, skaitmenys ir brūkšniai („-“)." -#: ../gio/glib-compile-schemas.c:733 +#: ../gio/glib-compile-schemas.c:734 #, c-format msgid "invalid name '%s': two successive dashes ('--') are not permitted." msgstr "" +"netinkamas pavadinimas „%s“: du brūkšniai („-“) vienos po kito neleidžiami." -#: ../gio/glib-compile-schemas.c:742 +#: ../gio/glib-compile-schemas.c:743 #, c-format msgid "invalid name '%s': the last character may not be a dash ('-')." msgstr "" +"netinkamas pavadinimas „%s“: paskutinis simbolis negali būti brūkšnys („-“)." -#: ../gio/glib-compile-schemas.c:750 +#: ../gio/glib-compile-schemas.c:751 #, c-format msgid "invalid name '%s': maximum length is 32" -msgstr "" +msgstr "netinkamas pavadinimas „%s“: didžiausias leistinas ilgis yra 32" -#: ../gio/glib-compile-schemas.c:819 +#: ../gio/glib-compile-schemas.c:820 #, c-format msgid " already specified" -msgstr "" +msgstr " jau nurodyta" -#: ../gio/glib-compile-schemas.c:845 +#: ../gio/glib-compile-schemas.c:846 msgid "can not add keys to a 'list-of' schema" -msgstr "" +msgstr "nepavyko pridėti raktų į „list-of“ schemą" -#: ../gio/glib-compile-schemas.c:856 +#: ../gio/glib-compile-schemas.c:857 #, c-format msgid " already specified" -msgstr "" +msgstr " jau nurodytas" -#: ../gio/glib-compile-schemas.c:874 +#: ../gio/glib-compile-schemas.c:875 #, c-format msgid "" " shadows in ; use " "to modify value" msgstr "" +" paslėpia elemente ; " +"naudokite reikšmei pakeisti" -#: ../gio/glib-compile-schemas.c:885 +#: ../gio/glib-compile-schemas.c:886 #, c-format msgid "" "exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " "to " msgstr "" +"Kaip atributas elementui turi būti nurodytas vienintelis iš „type“, " +"„enum“ arba „flags“" -#: ../gio/glib-compile-schemas.c:904 +#: ../gio/glib-compile-schemas.c:905 #, c-format msgid "<%s id='%s'> not (yet) defined." -msgstr "" +msgstr "<%s id='%s'> (dar) neapibrėžta." -#: ../gio/glib-compile-schemas.c:919 -#, fuzzy, c-format +#: ../gio/glib-compile-schemas.c:920 +#, c-format msgid "invalid GVariant type string '%s'" -msgstr "netaisyklingas atributo tipas (tikimasi simbolių sekos)" +msgstr "netinkama GVariant tipo eilutė „%s“" -#: ../gio/glib-compile-schemas.c:949 +#: ../gio/glib-compile-schemas.c:950 msgid " given but schema isn't extending anything" -msgstr "" +msgstr " nurodytas, bet schema nieko neišplečia" -#: ../gio/glib-compile-schemas.c:962 +#: ../gio/glib-compile-schemas.c:963 #, c-format msgid "no to override" -msgstr "" +msgstr "nėra perrašomo " -#: ../gio/glib-compile-schemas.c:970 +#: ../gio/glib-compile-schemas.c:971 #, c-format msgid " already specified" -msgstr "" +msgstr " jau nurodytas" -#: ../gio/glib-compile-schemas.c:1036 +#: ../gio/glib-compile-schemas.c:1042 #, c-format msgid " already specified" -msgstr "" +msgstr " jau nurodytas" -#: ../gio/glib-compile-schemas.c:1048 +#: ../gio/glib-compile-schemas.c:1054 #, c-format msgid " extends not yet existing schema '%s'" -msgstr "" +msgstr " išplečia dar neegzistuojančią schemą „%s“" -#: ../gio/glib-compile-schemas.c:1064 +#: ../gio/glib-compile-schemas.c:1070 #, c-format msgid " is list of not yet existing schema '%s'" -msgstr "" +msgstr " yra dar neegzistuojančios schemos „%s“ sąrašas" -#: ../gio/glib-compile-schemas.c:1072 +#: ../gio/glib-compile-schemas.c:1078 #, c-format msgid "Can not be a list of a schema with a path" -msgstr "" +msgstr "Negali būti schemos sąrašas su keliu" -#: ../gio/glib-compile-schemas.c:1082 +#: ../gio/glib-compile-schemas.c:1088 #, c-format msgid "Can not extend a schema with a path" -msgstr "" +msgstr "Negalima išplėsti schemos su keliu" -#: ../gio/glib-compile-schemas.c:1092 +#: ../gio/glib-compile-schemas.c:1098 #, c-format msgid "" " is a list, extending which is not a list" msgstr "" +" yra sąrašas, išplečiantis , kuris nėra " +"sąrašas" -#: ../gio/glib-compile-schemas.c:1102 +#: ../gio/glib-compile-schemas.c:1108 #, c-format msgid "" " extends but '%s' " "does not extend '%s'" msgstr "" +" išplečia , bet „%" +"s“ neišplečia „%s“" -#: ../gio/glib-compile-schemas.c:1119 +#: ../gio/glib-compile-schemas.c:1125 #, c-format msgid "a path, if given, must begin and end with a slash" -msgstr "" +msgstr "kelias, jei pateiktas, turi prasidėti ir baigtis pasviruoju brūkšniu" -#: ../gio/glib-compile-schemas.c:1126 +#: ../gio/glib-compile-schemas.c:1132 #, c-format msgid "the path of a list must end with ':/'" -msgstr "" +msgstr "sąrašo kelias turi baigtis „:/“" -#: ../gio/glib-compile-schemas.c:1148 +#: ../gio/glib-compile-schemas.c:1158 #, c-format msgid "<%s id='%s'> already specified" -msgstr "" +msgstr "<%s id='%s'> jau nurodytas" -#: ../gio/glib-compile-schemas.c:1362 +#: ../gio/glib-compile-schemas.c:1375 #, c-format msgid "Element <%s> not allowed inside <%s>" -msgstr "" +msgstr "Elementas <%s> neleidžiamas viduje <%s>" -#: ../gio/glib-compile-schemas.c:1366 +#: ../gio/glib-compile-schemas.c:1379 #, c-format msgid "Element <%s> not allowed at toplevel" -msgstr "" +msgstr "Elementas <%s> neleidžiamas aukščiausiame lygyje" -#: ../gio/glib-compile-schemas.c:1460 +#: ../gio/glib-compile-schemas.c:1473 #, c-format msgid "text may not appear inside <%s>" -msgstr "" +msgstr "tekstas negali būti viduje <%s>" -#: ../gio/glib-compile-schemas.c:1674 +#. Translators: Do not translate "--strict". +#: ../gio/glib-compile-schemas.c:1641 ../gio/glib-compile-schemas.c:1712 +#: ../gio/glib-compile-schemas.c:1788 #, c-format -msgid "No such schema `%s' specified in override file `%s'" -msgstr "" +msgid "--strict was specified; exiting.\n" +msgstr "--strict buvo nurodyta; išeinama.\n" -#: ../gio/glib-compile-schemas.c:1698 +#: ../gio/glib-compile-schemas.c:1649 +#, c-format +msgid "This entire file has been ignored.\n" +msgstr "Visas failas nepaisomas.\n" + +#: ../gio/glib-compile-schemas.c:1708 +#, c-format +msgid "Ignoring this file.\n" +msgstr "Nepaisoma šio failo.\n" + +#: ../gio/glib-compile-schemas.c:1748 #, c-format msgid "No such key `%s' in schema `%s' as specified in override file `%s'" +msgstr "Nėra rakto „%s“ schemoje „%s“ kaip nurodyta perrašančiame faile „%s“" + +#: ../gio/glib-compile-schemas.c:1754 ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1840 +#, c-format +msgid "; ignoring override for this key.\n" +msgstr "; nepaisoma šio rakto perrašymo.\n" + +#: ../gio/glib-compile-schemas.c:1758 ../gio/glib-compile-schemas.c:1816 +#: ../gio/glib-compile-schemas.c:1844 +#, c-format +msgid " and --strict was specified; exiting.\n" +msgstr " ir --strict nurodyta; išeinama.\n" + +#: ../gio/glib-compile-schemas.c:1774 +#, c-format +msgid "" +"error parsing key `%s' in schema `%s' as specified in override file `%s': %" +"s. " msgstr "" +"Klaida skaitant raktą „%s“ schemoje „%s“ kaip nurodyta perrašančiame faile „%" +"s“: %s. " + +#: ../gio/glib-compile-schemas.c:1784 +#, c-format +msgid "Ignoring override for this key.\n" +msgstr "Nepaisoma šio rakto perrašymo.\n" -#: ../gio/glib-compile-schemas.c:1731 +#: ../gio/glib-compile-schemas.c:1802 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is out of the " "range given in the schema" msgstr "" +"rakto „%s“ perrašymas schemoje „%s“ perrašančiame faile „%s“ yra už schemoje " +"nurodytų ribų" -#: ../gio/glib-compile-schemas.c:1752 +#: ../gio/glib-compile-schemas.c:1830 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is not in the " "list of valid choices" msgstr "" +"rakto „%s“ perrašymas schemoje „%s“ perrašančiame faile „%s“ nėra iš " +"leistinų pasirinkimų" -#: ../gio/glib-compile-schemas.c:1797 +#: ../gio/glib-compile-schemas.c:1884 msgid "where to store the gschemas.compiled file" msgstr "kur saugoti gschemas.compiled failą" -#: ../gio/glib-compile-schemas.c:1797 ../gio/glib-compile-schemas.c:1809 +#: ../gio/glib-compile-schemas.c:1884 ../gio/glib-compile-schemas.c:1897 msgid "DIRECTORY" msgstr "KATALOGAS" -#: ../gio/glib-compile-schemas.c:1798 +#: ../gio/glib-compile-schemas.c:1885 +msgid "Abort on any errors in schemas" +msgstr "Nutraukti darbą esant bet kokiai klaidai schemoje" + +#: ../gio/glib-compile-schemas.c:1886 msgid "Do not write the gschema.compiled file" msgstr "Nerašyti gschema.compiled failo" -#: ../gio/glib-compile-schemas.c:1799 +#: ../gio/glib-compile-schemas.c:1887 msgid "This option will be removed soon." msgstr "Ši parinktis tuoj bus pašalinta." -#: ../gio/glib-compile-schemas.c:1800 +#: ../gio/glib-compile-schemas.c:1888 msgid "Do not enforce key name restrictions" msgstr "Nereikalauti raktų vardų apribojimų" -#: ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1900 msgid "" "Compile all GSettings schema files into a schema cache.\n" "Schema files are required to have the extension .gschema.xml,\n" @@ -2635,22 +2706,22 @@ "Schemų failai turi turėti plėtinį .gschema.xml,\n" "o podėlio failas yra vadinamas gschemas.compiled." -#: ../gio/glib-compile-schemas.c:1828 +#: ../gio/glib-compile-schemas.c:1916 #, c-format msgid "You should give exactly one directory name\n" msgstr "Turite nurodyti vienintelį katalogo vardą\n" -#: ../gio/glib-compile-schemas.c:1867 +#: ../gio/glib-compile-schemas.c:1955 #, c-format msgid "No schema files found: " msgstr "Nerasti schemų failai: " -#: ../gio/glib-compile-schemas.c:1870 +#: ../gio/glib-compile-schemas.c:1958 #, c-format msgid "doing nothing.\n" msgstr "nedaro nieko.\n" -#: ../gio/glib-compile-schemas.c:1873 +#: ../gio/glib-compile-schemas.c:1961 #, c-format msgid "removed existing output file.\n" msgstr "pašalintas egzistuojanti išvesties failas.\n" @@ -3031,11 +3102,11 @@ msgid "Hostname '%s' contains '[' but not ']'" msgstr "Mazgo varde „%s“ yra ženklas „[“, bet nėra „]“" -#: ../gio/goutputstream.c:206 ../gio/goutputstream.c:407 +#: ../gio/goutputstream.c:207 ../gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Išvedimo srautas nepalaiko rašymo" -#: ../gio/goutputstream.c:368 ../gio/goutputstream.c:848 +#: ../gio/goutputstream.c:369 ../gio/goutputstream.c:849 msgid "Source stream is already closed" msgstr "Šaltinio srautas jau užvertas" @@ -3089,19 +3160,20 @@ "komandai.\n" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "Specify the path for the schema" msgstr "Nurodyti kelią schemai" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "PATH" msgstr "KELIAS" -#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:539 -#: ../gio/gsettings-tool.c:652 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:654 msgid "SCHEMA KEY" msgstr "SCHEMOS RAKTAS" @@ -3109,8 +3181,8 @@ msgid "Get the value of KEY" msgstr "Gauti RAKTO reikšmę" -#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:448 -#: ../gio/gsettings-tool.c:543 ../gio/gsettings-tool.c:659 +#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:449 +#: ../gio/gsettings-tool.c:545 ../gio/gsettings-tool.c:661 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3120,15 +3192,16 @@ " SCHEMA Schemos id\n" " KEY Rakto vardas\n" -#: ../gio/gsettings-tool.c:328 ../gio/gsettings-tool.c:444 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:329 ../gio/gsettings-tool.c:445 msgid "SCHEMA KEY VALUE" msgstr "SCHEMOS RAKTO REIKŠMĖ" -#: ../gio/gsettings-tool.c:330 +#: ../gio/gsettings-tool.c:331 msgid "Set the value of KEY" msgstr "Nustatyti RAKTO reikšmę" -#: ../gio/gsettings-tool.c:332 +#: ../gio/gsettings-tool.c:333 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3140,20 +3213,20 @@ " KEY Rakto vardas\n" " VALUE Reikšmė, kurią nustatyti raktui, kaip išsaugotas GVariant\n" -#: ../gio/gsettings-tool.c:405 +#: ../gio/gsettings-tool.c:406 #, c-format msgid "Key %s is not writable\n" msgstr "Raktas %s nėra rašomas\n" -#: ../gio/gsettings-tool.c:446 +#: ../gio/gsettings-tool.c:447 msgid "Sets KEY to its default value" msgstr "Nustato RAKTĄ į jo numatytąją reikšmę" -#: ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:543 msgid "Find out whether KEY is writable" msgstr "Nustatyti, ar raktas yra rašomas" -#: ../gio/gsettings-tool.c:655 +#: ../gio/gsettings-tool.c:657 msgid "" "Monitor KEY for changes and print the changed values.\n" "Monitoring will continue until the process is terminated." @@ -3161,7 +3234,7 @@ "Stebėti RAKTO pasikeitimus ir spausdinti pakeistas reikšmes.\n" "Stebėjimas vyks iki proceso pabaigos." -#: ../gio/gsettings-tool.c:831 +#: ../gio/gsettings-tool.c:833 #, c-format msgid "Unknown command '%s'\n" msgstr "Nežinoma komanda „%s“\n" @@ -3279,7 +3352,7 @@ #: ../gio/gsocketclient.c:711 ../gio/gsocketclient.c:1038 msgid "Trying to proxy over non-TCP connection is not supported." -msgstr "" +msgstr "Bandymas naudoti proxy ne per TCP ryšį nepalaikomas." #: ../gio/gsocketclient.c:749 ../gio/gsocketclient.c:1061 #, c-format @@ -3297,89 +3370,96 @@ #: ../gio/gsocks4aproxy.c:121 #, c-format msgid "SOCKSv4 does not support IPv6 address '%s'" -msgstr "" +msgstr "SOCKSv4 nepalaiko IPv6 adreso „%s“" #: ../gio/gsocks4aproxy.c:139 #, c-format msgid "SOCKSv4 implementation limits username to %i characters" -msgstr "" +msgstr "SOCKSv4 riboja naudotojo vardą iki %i simbolių" #: ../gio/gsocks4aproxy.c:157 #, c-format msgid "SOCKSv4a implementation limits hostname to %i characters" -msgstr "" +msgstr "SOCKSv4a realizacija riboja kompiuterio vardą iki %i simbolių" #: ../gio/gsocks4aproxy.c:183 msgid "The server is not a SOCKSv4 proxy server." -msgstr "" +msgstr "Serveris nėra SOCKSv4 proxy serveris." #: ../gio/gsocks4aproxy.c:190 msgid "Connection through SOCKSv4 server was rejected" -msgstr "" +msgstr "Ryšys per SOCKSv4 serverį buvo atmestas" #: ../gio/gsocks5proxy.c:155 ../gio/gsocks5proxy.c:328 #: ../gio/gsocks5proxy.c:338 msgid "The server is not a SOCKSv5 proxy server." -msgstr "" +msgstr "Serveris nėra SOCKSv5 proxy serveris." #: ../gio/gsocks5proxy.c:169 msgid "The SOCKSv5 proxy requires authentication." -msgstr "" +msgstr "SOCKSv5 proxy reikalauja tapatybės patvirtinimo." #: ../gio/gsocks5proxy.c:179 msgid "" "The SOCKSv5 require an authentication method that is not supported by GLib." msgstr "" +"SOCKSv5 reikalauja tapatybės patvirtinimo metodo, kurio GLib nepalaiko." #: ../gio/gsocks5proxy.c:208 #, c-format msgid "Username or password is too long for SOCKSv5 protocol (max. is %i)." msgstr "" +"Naudotojo vardas arba slaptažodis yra per ilgas SOCKSv5 protokolui " +"(leidžiama iki %i)." #: ../gio/gsocks5proxy.c:239 msgid "SOCKSv5 authentication failed due to wrong username or password." msgstr "" +"SOCKSv5 tapatybės patvirtinimas nepavyko dėl neteisingo naudotojo vardo arba " +"slaptažodžio." #: ../gio/gsocks5proxy.c:289 #, c-format msgid "Hostname '%s' too long for SOCKSv5 protocol (maximum is %i bytes)" msgstr "" +"Kompiuterio vardas „%s“ yra per ilgas SOCKSv5 protokolui (leidžiama iki %i " +"baitų)" #: ../gio/gsocks5proxy.c:352 msgid "The SOCKSv5 proxy server uses unkown address type." -msgstr "" +msgstr "SOCKSv5 proxy serveris naudoja nežinomą adresų tipą." #: ../gio/gsocks5proxy.c:359 msgid "Internal SOCKSv5 proxy server error." -msgstr "" +msgstr "Vidinė SOCKSv5 proxy serverio klaida." #: ../gio/gsocks5proxy.c:365 msgid "SOCKSv5 connection not allowed by ruleset." -msgstr "" +msgstr "SOCKSv5 ryšys neleidžiamas pagal taisykles." #: ../gio/gsocks5proxy.c:372 msgid "Host unreachable through SOCKSv5 server." -msgstr "" +msgstr "Kompiuteris nepasiekiamas per SOCKSv5 serverį." #: ../gio/gsocks5proxy.c:378 msgid "Network unreachable through SOCKSv5 proxy." -msgstr "" +msgstr "Tinklas nepasiekiamas per SOCKSv5 proxy." #: ../gio/gsocks5proxy.c:384 msgid "Connection refused through SOCKSv5 proxy." -msgstr "" +msgstr "Ryšys per SOCKSv5 proxy atmestas." #: ../gio/gsocks5proxy.c:390 msgid "SOCKSv5 proxy does not support 'connect' command." -msgstr "" +msgstr "SOCKSv5 proxy nepalaiko „connect“ komandos." #: ../gio/gsocks5proxy.c:396 msgid "SOCKSv5 proxy does not support provided address type." -msgstr "" +msgstr "SOCKSv5 proxy nepalaiko pateikto adreso tipo." #: ../gio/gsocks5proxy.c:402 msgid "Unkown SOCKSv5 proxy error." -msgstr "" +msgstr "Nežinoma SOCKSv5 proxy klaida." #: ../gio/gthemedicon.c:498 #, c-format @@ -3528,6 +3608,9 @@ msgid "Invalid compressed data" msgstr "Netinkami suspausti duomenys" +#~ msgid "No such schema `%s' specified in override file `%s'" +#~ msgstr "Nėra schemos „%s“, nurodytos perrašančiame faile „%s“" + #~ msgid "Error writing first 16 bytes of message to socket: " #~ msgstr "Klaida rašant pirmus 16 pranešimo baitų į lizdą: " Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/pl.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/pl.gmo differ diff -Nru glib2.0-2.26.0/po/pl.po glib2.0-2.26.1/po/pl.po --- glib2.0-2.26.0/po/pl.po 2010-09-15 04:56:38.000000000 +1000 +++ glib2.0-2.26.1/po/pl.po 2010-10-01 04:24:52.000000000 +1000 @@ -7,16 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-09-14 19:10+0200\n" -"PO-Revision-Date: 2010-09-14 11:10+0200\n" -"Last-Translator: Piotr Drąg \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=general\n" +"POT-Creation-Date: 2010-09-27 15:15+0000\n" +"PO-Revision-Date: 2010-09-29 18:44+0100\n" +"Last-Translator: Tomasz Dominikowski \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Poedit-Language: Polish\n" "X-Poedit-Country: Poland\n" @@ -25,20 +24,26 @@ msgid "Unexpected attribute '%s' for element '%s'" msgstr "Nieoczekiwany atrybut \"%s\" dla elementu \"%s\"" -#: ../glib/gbookmarkfile.c:791 ../glib/gbookmarkfile.c:862 -#: ../glib/gbookmarkfile.c:872 ../glib/gbookmarkfile.c:979 +#: ../glib/gbookmarkfile.c:791 +#: ../glib/gbookmarkfile.c:862 +#: ../glib/gbookmarkfile.c:872 +#: ../glib/gbookmarkfile.c:979 #, c-format msgid "Attribute '%s' of element '%s' not found" msgstr "Nie odnaleziono atrybutu \"%s\" dla elementu \"%s\"" -#: ../glib/gbookmarkfile.c:1149 ../glib/gbookmarkfile.c:1214 -#: ../glib/gbookmarkfile.c:1278 ../glib/gbookmarkfile.c:1288 +#: ../glib/gbookmarkfile.c:1149 +#: ../glib/gbookmarkfile.c:1214 +#: ../glib/gbookmarkfile.c:1278 +#: ../glib/gbookmarkfile.c:1288 #, c-format msgid "Unexpected tag '%s', tag '%s' expected" msgstr "Nieoczekiwany znacznik \"%s\", oczekiwano znacznika \"%s\"" -#: ../glib/gbookmarkfile.c:1174 ../glib/gbookmarkfile.c:1188 -#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1308 +#: ../glib/gbookmarkfile.c:1174 +#: ../glib/gbookmarkfile.c:1188 +#: ../glib/gbookmarkfile.c:1256 +#: ../glib/gbookmarkfile.c:1308 #, c-format msgid "Unexpected tag '%s' inside '%s'" msgstr "Nieoczekiwany znacznik \"%s\" wewnątrz \"%s\"" @@ -52,14 +57,22 @@ msgid "A bookmark for URI '%s' already exists" msgstr "Zakładka dla adresu URI \"%s\" już istnieje" -#: ../glib/gbookmarkfile.c:2081 ../glib/gbookmarkfile.c:2239 -#: ../glib/gbookmarkfile.c:2324 ../glib/gbookmarkfile.c:2404 -#: ../glib/gbookmarkfile.c:2489 ../glib/gbookmarkfile.c:2572 -#: ../glib/gbookmarkfile.c:2650 ../glib/gbookmarkfile.c:2729 -#: ../glib/gbookmarkfile.c:2771 ../glib/gbookmarkfile.c:2868 -#: ../glib/gbookmarkfile.c:2994 ../glib/gbookmarkfile.c:3184 -#: ../glib/gbookmarkfile.c:3260 ../glib/gbookmarkfile.c:3425 -#: ../glib/gbookmarkfile.c:3514 ../glib/gbookmarkfile.c:3604 +#: ../glib/gbookmarkfile.c:2081 +#: ../glib/gbookmarkfile.c:2239 +#: ../glib/gbookmarkfile.c:2324 +#: ../glib/gbookmarkfile.c:2404 +#: ../glib/gbookmarkfile.c:2489 +#: ../glib/gbookmarkfile.c:2572 +#: ../glib/gbookmarkfile.c:2650 +#: ../glib/gbookmarkfile.c:2729 +#: ../glib/gbookmarkfile.c:2771 +#: ../glib/gbookmarkfile.c:2868 +#: ../glib/gbookmarkfile.c:2994 +#: ../glib/gbookmarkfile.c:3184 +#: ../glib/gbookmarkfile.c:3260 +#: ../glib/gbookmarkfile.c:3425 +#: ../glib/gbookmarkfile.c:3514 +#: ../glib/gbookmarkfile.c:3604 #: ../glib/gbookmarkfile.c:3732 #, c-format msgid "No bookmark found for URI '%s'" @@ -80,7 +93,8 @@ msgid "No groups set in bookmark for URI '%s'" msgstr "Nie ustawiono grup w zakładce dla adresu URI \"%s\"" -#: ../glib/gbookmarkfile.c:3278 ../glib/gbookmarkfile.c:3435 +#: ../glib/gbookmarkfile.c:3278 +#: ../glib/gbookmarkfile.c:3435 #, c-format msgid "No application with name '%s' registered a bookmark for '%s'" msgstr "Żaden program o nazwie \"%s\" nie zarejestrował zakładki dla \"%s\"" @@ -90,48 +104,58 @@ msgid "Failed to expand exec line '%s' with URI '%s'" msgstr "Rozwinięcie wiersza exec \"%s\" z adresem URI \"%s\" się nie powiodło" -#: ../glib/gconvert.c:567 ../glib/gconvert.c:645 ../glib/giochannel.c:1403 +#: ../glib/gconvert.c:567 +#: ../glib/gconvert.c:645 +#: ../glib/giochannel.c:1403 #: ../gio/gcharsetconverter.c:458 #, c-format msgid "Conversion from character set '%s' to '%s' is not supported" -msgstr "" -"Konwersja z zestawu znaków \"%s\" na zestaw \"%s\" nie jest obsługiwana" +msgstr "Konwersja z zestawu znaków \"%s\" na zestaw \"%s\" nie jest obsługiwana" -#: ../glib/gconvert.c:571 ../glib/gconvert.c:649 +#: ../glib/gconvert.c:571 +#: ../glib/gconvert.c:649 #: ../gio/gcharsetconverter.c:462 #, c-format msgid "Could not open converter from '%s' to '%s'" msgstr "Nie można otworzyć konwertera z \"%s\" na \"%s\"" -#: ../glib/gconvert.c:768 ../glib/gconvert.c:1161 ../glib/giochannel.c:1575 -#: ../glib/giochannel.c:1617 ../glib/giochannel.c:2461 ../glib/gutf8.c:992 -#: ../glib/gutf8.c:1447 ../gio/gcharsetconverter.c:345 +#: ../glib/gconvert.c:768 +#: ../glib/gconvert.c:1161 +#: ../glib/giochannel.c:1575 +#: ../glib/giochannel.c:1617 +#: ../glib/giochannel.c:2461 +#: ../glib/gutf8.c:992 +#: ../glib/gutf8.c:1447 +#: ../gio/gcharsetconverter.c:345 msgid "Invalid byte sequence in conversion input" msgstr "Nieprawidłowa sekwencja bajtów na wejściu konwersji" -#: ../glib/gconvert.c:776 ../glib/gconvert.c:1086 ../glib/giochannel.c:1582 -#: ../glib/giochannel.c:2473 ../gio/gcharsetconverter.c:350 +#: ../glib/gconvert.c:776 +#: ../glib/gconvert.c:1086 +#: ../glib/giochannel.c:1582 +#: ../glib/giochannel.c:2473 +#: ../gio/gcharsetconverter.c:350 #, c-format msgid "Error during conversion: %s" msgstr "Błąd podczas konwersji: %s" -#: ../glib/gconvert.c:808 ../glib/gutf8.c:988 ../glib/gutf8.c:1198 -#: ../glib/gutf8.c:1339 ../glib/gutf8.c:1443 +#: ../glib/gconvert.c:808 +#: ../glib/gutf8.c:988 +#: ../glib/gutf8.c:1198 +#: ../glib/gutf8.c:1339 +#: ../glib/gutf8.c:1443 msgid "Partial character sequence at end of input" msgstr "Na końcu wejścia występuje sekwencja odpowiadająca części znaku" #: ../glib/gconvert.c:1058 #, c-format msgid "Cannot convert fallback '%s' to codeset '%s'" -msgstr "" -"Nie można przekonwertować napisu zastępczego \"%s\" na zestaw znaków \"%s\"" +msgstr "Nie można przekonwertować napisu zastępczego \"%s\" na zestaw znaków \"%s\"" #: ../glib/gconvert.c:1881 #, c-format msgid "The URI '%s' is not an absolute URI using the \"file\" scheme" -msgstr "" -"Adres URI \"%s\" nie jest bezwzględnym adresem URI, używającym schematu " -"\"plikowego\"" +msgstr "Adres URI \"%s\" nie jest bezwzględnym adresem URI, używającym schematu \"plikowego\"" #: ../glib/gconvert.c:1891 #, c-format @@ -163,237 +187,239 @@ msgstr "Nieprawidłowa nazwa komputera" #. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:105 +#: ../glib/gdatetime.c:149 msgctxt "GDateTime" msgid "am" msgstr "am" #. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:107 +#: ../glib/gdatetime.c:151 msgctxt "GDateTime" msgid "AM" msgstr "AM" #. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:109 +#: ../glib/gdatetime.c:153 msgctxt "GDateTime" msgid "pm" msgstr "pm" #. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:111 +#: ../glib/gdatetime.c:155 msgctxt "GDateTime" msgid "PM" msgstr "PM" #. Translators: this is the preferred format for expressing the date -#: ../glib/gdatetime.c:120 +#: ../glib/gdatetime.c:164 msgctxt "GDateTime" msgid "%m/%d/%y" msgstr "%e %b %Y" #. Translators: this is the preferred format for expressing the time -#: ../glib/gdatetime.c:123 +#: ../glib/gdatetime.c:167 msgctxt "GDateTime" msgid "%H:%M:%S" msgstr "%H:%M:%S" -#: ../glib/gdatetime.c:168 +#: ../glib/gdatetime.c:193 msgctxt "full month name" msgid "January" msgstr "styczeń" -#: ../glib/gdatetime.c:170 +#: ../glib/gdatetime.c:195 msgctxt "full month name" msgid "February" msgstr "luty" -#: ../glib/gdatetime.c:172 +#: ../glib/gdatetime.c:197 msgctxt "full month name" msgid "March" msgstr "marzec" -#: ../glib/gdatetime.c:174 +#: ../glib/gdatetime.c:199 msgctxt "full month name" msgid "April" msgstr "kwiecień" -#: ../glib/gdatetime.c:176 +#: ../glib/gdatetime.c:201 msgctxt "full month name" msgid "May" msgstr "maj" -#: ../glib/gdatetime.c:178 +#: ../glib/gdatetime.c:203 msgctxt "full month name" msgid "June" msgstr "czerwiec" -#: ../glib/gdatetime.c:180 +#: ../glib/gdatetime.c:205 msgctxt "full month name" msgid "July" msgstr "lipiec" -#: ../glib/gdatetime.c:182 +#: ../glib/gdatetime.c:207 msgctxt "full month name" msgid "August" msgstr "sierpień" -#: ../glib/gdatetime.c:184 +#: ../glib/gdatetime.c:209 msgctxt "full month name" msgid "September" msgstr "wrzesień" -#: ../glib/gdatetime.c:186 +#: ../glib/gdatetime.c:211 msgctxt "full month name" msgid "October" msgstr "październik" -#: ../glib/gdatetime.c:188 +#: ../glib/gdatetime.c:213 msgctxt "full month name" msgid "November" msgstr "listopad" -#: ../glib/gdatetime.c:190 +#: ../glib/gdatetime.c:215 msgctxt "full month name" msgid "December" msgstr "grudzień" -#: ../glib/gdatetime.c:205 +#: ../glib/gdatetime.c:230 msgctxt "abbreviated month name" msgid "Jan" msgstr "sty" -#: ../glib/gdatetime.c:207 +#: ../glib/gdatetime.c:232 msgctxt "abbreviated month name" msgid "Feb" msgstr "lut" -#: ../glib/gdatetime.c:209 +#: ../glib/gdatetime.c:234 msgctxt "abbreviated month name" msgid "Mar" msgstr "mar" -#: ../glib/gdatetime.c:211 +#: ../glib/gdatetime.c:236 msgctxt "abbreviated month name" msgid "Apr" msgstr "kwi" -#: ../glib/gdatetime.c:213 +#: ../glib/gdatetime.c:238 msgctxt "abbreviated month name" msgid "May" msgstr "maj" -#: ../glib/gdatetime.c:215 +#: ../glib/gdatetime.c:240 msgctxt "abbreviated month name" msgid "Jun" msgstr "cze" -#: ../glib/gdatetime.c:217 +#: ../glib/gdatetime.c:242 msgctxt "abbreviated month name" msgid "Jul" msgstr "lip" -#: ../glib/gdatetime.c:219 +#: ../glib/gdatetime.c:244 msgctxt "abbreviated month name" msgid "Aug" msgstr "sie" -#: ../glib/gdatetime.c:221 +#: ../glib/gdatetime.c:246 msgctxt "abbreviated month name" msgid "Sep" msgstr "wrz" -#: ../glib/gdatetime.c:223 +#: ../glib/gdatetime.c:248 msgctxt "abbreviated month name" msgid "Oct" msgstr "paź" -#: ../glib/gdatetime.c:225 +#: ../glib/gdatetime.c:250 msgctxt "abbreviated month name" msgid "Nov" msgstr "lis" -#: ../glib/gdatetime.c:227 +#: ../glib/gdatetime.c:252 msgctxt "abbreviated month name" msgid "Dec" msgstr "gru" -#: ../glib/gdatetime.c:242 +#: ../glib/gdatetime.c:267 msgctxt "full weekday name" msgid "Monday" msgstr "poniedziałek" -#: ../glib/gdatetime.c:244 +#: ../glib/gdatetime.c:269 msgctxt "full weekday name" msgid "Tuesday" msgstr "wtorek" -#: ../glib/gdatetime.c:246 +#: ../glib/gdatetime.c:271 msgctxt "full weekday name" msgid "Wednesday" msgstr "środa" -#: ../glib/gdatetime.c:248 +#: ../glib/gdatetime.c:273 msgctxt "full weekday name" msgid "Thursday" msgstr "czwartek" -#: ../glib/gdatetime.c:250 +#: ../glib/gdatetime.c:275 msgctxt "full weekday name" msgid "Friday" msgstr "piątek" -#: ../glib/gdatetime.c:252 +#: ../glib/gdatetime.c:277 msgctxt "full weekday name" msgid "Saturday" msgstr "sobota" -#: ../glib/gdatetime.c:254 +#: ../glib/gdatetime.c:279 msgctxt "full weekday name" msgid "Sunday" msgstr "niedziela" -#: ../glib/gdatetime.c:269 +#: ../glib/gdatetime.c:294 msgctxt "abbreviated weekday name" msgid "Mon" msgstr "pon" -#: ../glib/gdatetime.c:271 +#: ../glib/gdatetime.c:296 msgctxt "abbreviated weekday name" msgid "Tue" msgstr "wto" -#: ../glib/gdatetime.c:273 +#: ../glib/gdatetime.c:298 msgctxt "abbreviated weekday name" msgid "Wed" msgstr "śro" -#: ../glib/gdatetime.c:275 +#: ../glib/gdatetime.c:300 msgctxt "abbreviated weekday name" msgid "Thu" msgstr "czw" -#: ../glib/gdatetime.c:277 +#: ../glib/gdatetime.c:302 msgctxt "abbreviated weekday name" msgid "Fri" msgstr "pią" -#: ../glib/gdatetime.c:279 +#: ../glib/gdatetime.c:304 msgctxt "abbreviated weekday name" msgid "Sat" msgstr "sob" -#: ../glib/gdatetime.c:281 +#: ../glib/gdatetime.c:306 msgctxt "abbreviated weekday name" msgid "Sun" msgstr "nie" -#: ../glib/gdir.c:114 ../glib/gdir.c:137 +#: ../glib/gdir.c:115 +#: ../glib/gdir.c:138 #, c-format msgid "Error opening directory '%s': %s" msgstr "Błąd podczas otwierania katalogu \"%s\": %s" -#: ../glib/gfileutils.c:536 ../glib/gfileutils.c:624 +#: ../glib/gfileutils.c:536 +#: ../glib/gfileutils.c:624 #, c-format msgid "Could not allocate %lu bytes to read file \"%s\"" msgstr "Nie można przydzielić %lu bajtów do odczytu pliku \"%s\"" @@ -413,32 +439,30 @@ msgid "Failed to read from file '%s': %s" msgstr "Odczytanie z pliku \"%s\" się nie powiodło: %s" -#: ../glib/gfileutils.c:699 ../glib/gfileutils.c:786 +#: ../glib/gfileutils.c:699 +#: ../glib/gfileutils.c:786 #, c-format msgid "Failed to open file '%s': %s" msgstr "Otwarcie pliku \"%s\" się nie powiodło: %s" -#: ../glib/gfileutils.c:716 ../glib/gmappedfile.c:169 +#: ../glib/gfileutils.c:716 +#: ../glib/gmappedfile.c:169 #, c-format msgid "Failed to get attributes of file '%s': fstat() failed: %s" -msgstr "" -"Uzyskanie atrybutów pliku \"%s\" się nie powiodło: funkcja fstat() zwróciła " -"błąd: %s" +msgstr "Uzyskanie atrybutów pliku \"%s\" się nie powiodło: funkcja fstat() zwróciła błąd: %s" #: ../glib/gfileutils.c:750 #, c-format msgid "Failed to open file '%s': fdopen() failed: %s" -msgstr "" -"Otwarcie pliku \"%s\" się nie powiodło: funkcja fdopen() zwróciła błąd: %s" +msgstr "Otwarcie pliku \"%s\" się nie powiodło: funkcja fdopen() zwróciła błąd: %s" #: ../glib/gfileutils.c:858 #, c-format msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s" -msgstr "" -"Zmiana nazwy pliku \"%s\" na \"%s\" się nie powiodła: funkcja g_rename() " -"zwróciła błąd: %s" +msgstr "Zmiana nazwy pliku \"%s\" na \"%s\" się nie powiodła: funkcja g_rename() zwróciła błąd: %s" -#: ../glib/gfileutils.c:900 ../glib/gfileutils.c:1369 +#: ../glib/gfileutils.c:900 +#: ../glib/gfileutils.c:1369 #, c-format msgid "Failed to create file '%s': %s" msgstr "Utworzenie pliku \"%s\" się nie powiodło: %s" @@ -446,40 +470,32 @@ #: ../glib/gfileutils.c:914 #, c-format msgid "Failed to open file '%s' for writing: fdopen() failed: %s" -msgstr "" -"Otwarcie pliku \"%s\" do zapisu się nie powiodło: funkcja fdopen() zwróciła " -"błąd: %s" +msgstr "Otwarcie pliku \"%s\" do zapisu się nie powiodło: funkcja fdopen() zwróciła błąd: %s" #: ../glib/gfileutils.c:939 #, c-format msgid "Failed to write file '%s': fwrite() failed: %s" -msgstr "" -"Zapisanie pliku \"%s\" się nie powiodło: funkcja fwrite() zwróciła błąd: %s" +msgstr "Zapisanie pliku \"%s\" się nie powiodło: funkcja fwrite() zwróciła błąd: %s" #: ../glib/gfileutils.c:958 #, c-format msgid "Failed to write file '%s': fflush() failed: %s" -msgstr "" -"Zapisanie pliku \"%s\" się nie powiodło: funkcja fflush() zwróciła błąd: %s" +msgstr "Zapisanie pliku \"%s\" się nie powiodło: funkcja fflush() zwróciła błąd: %s" #: ../glib/gfileutils.c:987 #, c-format msgid "Failed to write file '%s': fsync() failed: %s" -msgstr "" -"Zapisanie pliku \"%s\" się nie powiodło: funkcja fsync() zwróciła błąd: %s" +msgstr "Zapisanie pliku \"%s\" się nie powiodło: funkcja fsync() zwróciła błąd: %s" #: ../glib/gfileutils.c:1006 #, c-format msgid "Failed to close file '%s': fclose() failed: %s" -msgstr "" -"Zamknięcie pliku \"%s\" się nie powiodło: funkcja fclose() zwróciła błąd: %s" +msgstr "Zamknięcie pliku \"%s\" się nie powiodło: funkcja fclose() zwróciła błąd: %s" #: ../glib/gfileutils.c:1127 #, c-format msgid "Existing file '%s' could not be removed: g_unlink() failed: %s" -msgstr "" -"Nie można usunąć istniejącego pliku \"%s\": funkcja g_unlink() zwróciła " -"błąd: %s" +msgstr "Nie można usunąć istniejącego pliku \"%s\": funkcja g_unlink() zwróciła błąd: %s" #: ../glib/gfileutils.c:1331 #, c-format @@ -545,15 +561,16 @@ #: ../glib/giochannel.c:1752 msgid "Can't do a raw read in g_io_channel_read_line_string" -msgstr "" -"Nie można wykonać surowego odczytu w zmiennej g_io_channel_read_line_string" +msgstr "Nie można wykonać surowego odczytu w zmiennej g_io_channel_read_line_string" -#: ../glib/giochannel.c:1799 ../glib/giochannel.c:2057 +#: ../glib/giochannel.c:1799 +#: ../glib/giochannel.c:2057 #: ../glib/giochannel.c:2144 msgid "Leftover unconverted data in read buffer" msgstr "W buforze odczytu pozostały nieprzekonwertowane dane" -#: ../glib/giochannel.c:1880 ../glib/giochannel.c:1957 +#: ../glib/giochannel.c:1880 +#: ../glib/giochannel.c:1957 msgid "Channel terminates in a partial character" msgstr "Na końcu kanału występuje sekwencja odpowiadająca części znaku" @@ -564,26 +581,24 @@ #: ../glib/gmappedfile.c:150 #, c-format msgid "Failed to open file '%s': open() failed: %s" -msgstr "" -"Otwarcie pliku \"%s\" się nie powiodło: funkcja open() zwróciła błąd: %s" +msgstr "Otwarcie pliku \"%s\" się nie powiodło: funkcja open() zwróciła błąd: %s" #: ../glib/gmappedfile.c:229 #, c-format msgid "Failed to map file '%s': mmap() failed: %s" -msgstr "" -"Zmapowanie pliku \"%s\" się nie powiodło: funkcja mmap() zwróciła błąd: %s" +msgstr "Zmapowanie pliku \"%s\" się nie powiodło: funkcja mmap() zwróciła błąd: %s" -#: ../glib/gmarkup.c:307 ../glib/gmarkup.c:347 +#: ../glib/gmarkup.c:307 +#: ../glib/gmarkup.c:347 #, c-format msgid "Error on line %d char %d: " msgstr "Błąd w wierszu %d przy znaku %d: " -#: ../glib/gmarkup.c:367 ../glib/gmarkup.c:445 +#: ../glib/gmarkup.c:367 +#: ../glib/gmarkup.c:445 #, c-format msgid "Invalid UTF-8 encoded text in name - not valid '%s'" -msgstr "" -"Nazwa zawiera nieprawidłowy tekst zakodowany za pomocą UTF-8 - nieprawidłowe " -"\"%s\"" +msgstr "Nazwa zawiera nieprawidłowy tekst zakodowany za pomocą UTF-8 - nieprawidłowe \"%s\"" #: ../glib/gmarkup.c:378 #, c-format @@ -602,23 +617,12 @@ #: ../glib/gmarkup.c:582 #, c-format -msgid "" -"Failed to parse '%-.*s', which should have been a digit inside a character " -"reference (ê for example) - perhaps the digit is too large" -msgstr "" -"Nie można przetworzyć znaku \"%-.*s\", w miejscu którego powinna wystąpić " -"liczba, będąca częścią odniesienia do znaku (np. ê) - być może liczba " -"jest za duża" +msgid "Failed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too large" +msgstr "Nie można przetworzyć znaku \"%-.*s\", w miejscu którego powinna wystąpić liczba, będąca częścią odniesienia do znaku (np. ê) - być może liczba jest za duża" #: ../glib/gmarkup.c:594 -msgid "" -"Character reference did not end with a semicolon; most likely you used an " -"ampersand character without intending to start an entity - escape ampersand " -"as &" -msgstr "" -"Odniesienie do znaku nie jest zakończone średnikiem; najprawdopodobniej " -"został użyty znak &, który nie miał oznaczać jednostki - należy go zapisać " -"jako &" +msgid "Character reference did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" +msgstr "Odniesienie do znaku nie jest zakończone średnikiem; najprawdopodobniej został użyty znak &, który nie miał oznaczać jednostki - należy go zapisać jako &" #: ../glib/gmarkup.c:620 #, c-format @@ -626,11 +630,8 @@ msgstr "Odniesienie do znaku \"%-.*s\" nie jest zapisem dozwolonego znaku" #: ../glib/gmarkup.c:658 -msgid "" -"Empty entity '&;' seen; valid entities are: & " < > '" -msgstr "" -"Napotkano pustą jednostkę \"&;\"; poprawnymi jednostkami są: & " " -"< > '" +msgid "Empty entity '&;' seen; valid entities are: & " < > '" +msgstr "Napotkano pustą jednostkę \"&;\"; poprawnymi jednostkami są: & " < > '" #: ../glib/gmarkup.c:666 #, c-format @@ -638,12 +639,8 @@ msgstr "Nazwa jednostki \"%-.*s\" nie jest znana" #: ../glib/gmarkup.c:671 -msgid "" -"Entity did not end with a semicolon; most likely you used an ampersand " -"character without intending to start an entity - escape ampersand as &" -msgstr "" -"Jednostka nie jest zakończona średnikiem; najprawdopodobniej został użyty " -"znak &, który nie miał oznaczać jednostki - należy go zapisać jako &" +msgid "Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &" +msgstr "Jednostka nie jest zakończona średnikiem; najprawdopodobniej został użyty znak &, który nie miał oznaczać jednostki - należy go zapisać jako &" #: ../glib/gmarkup.c:1018 msgid "Document must begin with an element (e.g. )" @@ -651,80 +648,48 @@ #: ../glib/gmarkup.c:1058 #, c-format -msgid "" -"'%s' is not a valid character following a '<' character; it may not begin an " -"element name" -msgstr "" -"Znak \"%s\" nie powinien występować po znaku \"<\"; nie może on rozpoczynać " -"nazwy elementu" +msgid "'%s' is not a valid character following a '<' character; it may not begin an element name" +msgstr "Znak \"%s\" nie powinien występować po znaku \"<\"; nie może on rozpoczynać nazwy elementu" #: ../glib/gmarkup.c:1126 #, c-format -msgid "" -"Odd character '%s', expected a '>' character to end the empty-element tag '%" -"s'" -msgstr "" -"Nieoczekiwany znak \"%s\", oczekiwano znaku \">\", by zakończyć znacznik \"%s" -"\" pustego elementu" +msgid "Odd character '%s', expected a '>' character to end the empty-element tag '%s'" +msgstr "Nieoczekiwany znak \"%s\", oczekiwano znaku \">\", by zakończyć znacznik \"%s\" pustego elementu" #: ../glib/gmarkup.c:1210 #, c-format -msgid "" -"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" -msgstr "" -"Nieoczekiwany znak \"%s\"; po nazwie atrybutu \"%s\" elementu \"%s\" " -"oczekiwano znaku \"=\"" +msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" +msgstr "Nieoczekiwany znak \"%s\"; po nazwie atrybutu \"%s\" elementu \"%s\" oczekiwano znaku \"=\"" #: ../glib/gmarkup.c:1251 #, c-format -msgid "" -"Odd character '%s', expected a '>' or '/' character to end the start tag of " -"element '%s', or optionally an attribute; perhaps you used an invalid " -"character in an attribute name" -msgstr "" -"Nieoczekiwany znak \"%s\"; oczekiwano znaku \">\" lub \"/\", kończącego " -"znacznik początkowy elementu \"%s\" lub opcjonalnie atrybutu; być może w " -"nazwie atrybutu został użyty nieprawidłowy znak" +msgid "Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute name" +msgstr "Nieoczekiwany znak \"%s\"; oczekiwano znaku \">\" lub \"/\", kończącego znacznik początkowy elementu \"%s\" lub opcjonalnie atrybutu; być może w nazwie atrybutu został użyty nieprawidłowy znak" #: ../glib/gmarkup.c:1295 #, c-format -msgid "" -"Odd character '%s', expected an open quote mark after the equals sign when " -"giving value for attribute '%s' of element '%s'" -msgstr "" -"Nieoczekiwany znak \"%s\"; oczekiwano otwierającego znaku cudzysłowu po " -"znaku równości podczas podawania wartości atrybutu \"%s\" elementu \"%s\"" +msgid "Odd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'" +msgstr "Nieoczekiwany znak \"%s\"; oczekiwano otwierającego znaku cudzysłowu po znaku równości podczas podawania wartości atrybutu \"%s\" elementu \"%s\"" #: ../glib/gmarkup.c:1429 #, c-format -msgid "" -"'%s' is not a valid character following the characters ''" -msgstr "" -"Znak \"%s\" nie jest znakiem, który może wystąpić po domykającej nazwie " -"elementu \"%s\"; dopuszczalnym znakiem jest \">\"" +msgid "'%s' is not a valid character following the close element name '%s'; the allowed character is '>'" +msgstr "Znak \"%s\" nie jest znakiem, który może wystąpić po domykającej nazwie elementu \"%s\"; dopuszczalnym znakiem jest \">\"" #: ../glib/gmarkup.c:1476 #, c-format msgid "Element '%s' was closed, no element is currently open" -msgstr "" -"Element \"%s\" został zamknięty, lecz brak aktualnie otwartego elementu" +msgstr "Element \"%s\" został zamknięty, lecz brak aktualnie otwartego elementu" #: ../glib/gmarkup.c:1485 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" -msgstr "" -"Element \"%s\" został zamknięty, lecz aktualnie otwartym elementem jest \"%s" -"\"" +msgstr "Element \"%s\" został zamknięty, lecz aktualnie otwartym elementem jest \"%s\"" #: ../glib/gmarkup.c:1652 msgid "Document was empty or contained only whitespace" @@ -734,23 +699,16 @@ msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "Zaraz po znaku \"<\" nastąpił nieoczekiwany koniec dokumentu" -#: ../glib/gmarkup.c:1674 ../glib/gmarkup.c:1719 +#: ../glib/gmarkup.c:1674 +#: ../glib/gmarkup.c:1719 #, c-format -msgid "" -"Document ended unexpectedly with elements still open - '%s' was the last " -"element opened" -msgstr "" -"Nastąpił nieoczekiwany koniec dokumentu, gdy pewne elementy są wciąż otwarte " -"- \"%s\" był ostatnim otwartym elementem" +msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened" +msgstr "Nastąpił nieoczekiwany koniec dokumentu, gdy pewne elementy są wciąż otwarte - \"%s\" był ostatnim otwartym elementem" #: ../glib/gmarkup.c:1682 #, c-format -msgid "" -"Document ended unexpectedly, expected to see a close angle bracket ending " -"the tag <%s/>" -msgstr "" -"Nastąpił nieoczekiwany koniec dokumentu; oczekiwano znaku \">\", kończącego " -"znacznik <%s/>" +msgid "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>" +msgstr "Nastąpił nieoczekiwany koniec dokumentu; oczekiwano znaku \">\", kończącego znacznik <%s/>" #: ../glib/gmarkup.c:1688 msgid "Document ended unexpectedly inside an element name" @@ -762,17 +720,11 @@ #: ../glib/gmarkup.c:1699 msgid "Document ended unexpectedly inside an element-opening tag." -msgstr "" -"Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika otwierającego " -"element." +msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika otwierającego element." #: ../glib/gmarkup.c:1705 -msgid "" -"Document ended unexpectedly after the equals sign following an attribute " -"name; no attribute value" -msgstr "" -"Nastąpił nieoczekiwany koniec dokumentu po znaku równości występującym po " -"nazwie atrybutu; brak wartości atrybutu" +msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value" +msgstr "Nastąpił nieoczekiwany koniec dokumentu po znaku równości występującym po nazwie atrybutu; brak wartości atrybutu" #: ../glib/gmarkup.c:1712 msgid "Document ended unexpectedly while inside an attribute value" @@ -781,317 +733,309 @@ #: ../glib/gmarkup.c:1728 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" -msgstr "" -"Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika domykającego " -"elementu \"%s\"" +msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz znacznika domykającego elementu \"%s\"" #: ../glib/gmarkup.c:1734 msgid "Document ended unexpectedly inside a comment or processing instruction" -msgstr "" -"Nastąpił nieoczekiwany koniec dokumentu wewnątrz komentarza lub instrukcji " -"przetwarzania" +msgstr "Nastąpił nieoczekiwany koniec dokumentu wewnątrz komentarza lub instrukcji przetwarzania" -#: ../glib/gregex.c:184 +#: ../glib/gregex.c:188 msgid "corrupted object" msgstr "uszkodzony obiekt" -#: ../glib/gregex.c:186 +#: ../glib/gregex.c:190 msgid "internal error or corrupted object" msgstr "błąd wewnętrzny lub uszkodzony obiekt" -#: ../glib/gregex.c:188 +#: ../glib/gregex.c:192 msgid "out of memory" msgstr "brak pamięci" -#: ../glib/gregex.c:193 +#: ../glib/gregex.c:197 msgid "backtracking limit reached" msgstr "osiągnięto limit wyjątku" -#: ../glib/gregex.c:205 ../glib/gregex.c:213 +#: ../glib/gregex.c:209 +#: ../glib/gregex.c:217 msgid "the pattern contains items not supported for partial matching" msgstr "wzorzec zawiera elementy nieobsługiwane w dopasowywaniu częściowym" -#: ../glib/gregex.c:207 ../gio/glocalfile.c:2109 +#: ../glib/gregex.c:211 +#: ../gio/glocalfile.c:2109 msgid "internal error" msgstr "błąd wewnętrzny" -#: ../glib/gregex.c:215 +#: ../glib/gregex.c:219 msgid "back references as conditions are not supported for partial matching" -msgstr "" -"referencje wstecz jako warunki nie są obsługiwane w dopasowywaniu częściowym" +msgstr "referencje wstecz jako warunki nie są obsługiwane w dopasowywaniu częściowym" -#: ../glib/gregex.c:224 +#: ../glib/gregex.c:228 msgid "recursion limit reached" msgstr "osiągnięto limit rekurencji" -#: ../glib/gregex.c:226 +#: ../glib/gregex.c:230 msgid "workspace limit for empty substrings reached" msgstr "osiągnięto limit pustych ciągów w przestrzeni roboczej" -#: ../glib/gregex.c:228 +#: ../glib/gregex.c:232 msgid "invalid combination of newline flags" msgstr "nieprawidłowa kombinacja flag nowych linii" -#: ../glib/gregex.c:232 +#: ../glib/gregex.c:236 msgid "unknown error" msgstr "nieznany błąd" -#: ../glib/gregex.c:252 +#: ../glib/gregex.c:256 msgid "\\ at end of pattern" msgstr "\\ na końcu wzoru" -#: ../glib/gregex.c:255 +#: ../glib/gregex.c:259 msgid "\\c at end of pattern" msgstr "\\c na końcu wzoru" -#: ../glib/gregex.c:258 +#: ../glib/gregex.c:262 msgid "unrecognized character follows \\" msgstr "nierozpoznany znak po \\" -#: ../glib/gregex.c:265 +#: ../glib/gregex.c:269 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" -msgstr "" -"znaki sterujące zmieniające wielkość liter (\\l, \\L, \\u, \\U) nie są " -"dozwolone w tym miejscu" +msgstr "znaki sterujące zmieniające wielkość liter (\\l, \\L, \\u, \\U) nie są dozwolone w tym miejscu" -#: ../glib/gregex.c:268 +#: ../glib/gregex.c:272 msgid "numbers out of order in {} quantifier" msgstr "liczby w operatorze {} nie są w kolejności" -#: ../glib/gregex.c:271 +#: ../glib/gregex.c:275 msgid "number too big in {} quantifier" msgstr "liczba za duża w kwantyfikatorze {}" -#: ../glib/gregex.c:274 +#: ../glib/gregex.c:278 msgid "missing terminating ] for character class" msgstr "brak kończącego znaku \"]\" dla klasy znaku" -#: ../glib/gregex.c:277 +#: ../glib/gregex.c:281 msgid "invalid escape sequence in character class" msgstr "nieprawidłowa sekwencja sterująca w klasie znaku" -#: ../glib/gregex.c:280 +#: ../glib/gregex.c:284 msgid "range out of order in character class" msgstr "zakres klasy znaków nie jest w kolejności" -#: ../glib/gregex.c:283 +#: ../glib/gregex.c:287 msgid "nothing to repeat" msgstr "nic do powtórzenia" -#: ../glib/gregex.c:286 +#: ../glib/gregex.c:290 msgid "unrecognized character after (?" msgstr "nierozpoznany znak po \"(?\"" -#: ../glib/gregex.c:290 +#: ../glib/gregex.c:294 msgid "unrecognized character after (?<" msgstr "nierozpoznany znak po \"(?<\"" -#: ../glib/gregex.c:294 +#: ../glib/gregex.c:298 msgid "unrecognized character after (?P" msgstr "nierozpoznany znak po \"(?P\"" -#: ../glib/gregex.c:297 +#: ../glib/gregex.c:301 msgid "POSIX named classes are supported only within a class" msgstr "Klasy nazwane z użyciem POSIX są obsługiwane tylko wewnątrz klasy" -#: ../glib/gregex.c:300 +#: ../glib/gregex.c:304 msgid "missing terminating )" msgstr "brak znaku kończącego \")\"" -#: ../glib/gregex.c:304 +#: ../glib/gregex.c:308 msgid ") without opening (" msgstr "znak \")\" bez znaku otwierającego \"(\"" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:311 +#: ../glib/gregex.c:315 msgid "(?R or (?[+-]digits must be followed by )" msgstr "po (?R lub (?[+-]cyfry musi następować znak )" -#: ../glib/gregex.c:314 +#: ../glib/gregex.c:318 msgid "reference to non-existent subpattern" msgstr "nawiązanie do nieistniejącego podwzoru" -#: ../glib/gregex.c:317 +#: ../glib/gregex.c:321 msgid "missing ) after comment" msgstr "brakujący znak \")\" po komentarzu" -#: ../glib/gregex.c:320 +#: ../glib/gregex.c:324 msgid "regular expression too large" msgstr "za duże wyrażenie zwykłe" -#: ../glib/gregex.c:323 +#: ../glib/gregex.c:327 msgid "failed to get memory" msgstr "uzyskanie pamięci się nie powiodło" -#: ../glib/gregex.c:326 +#: ../glib/gregex.c:330 msgid "lookbehind assertion is not fixed length" msgstr "asercja \"lookbehind\" nie ma stałej długości" -#: ../glib/gregex.c:329 +#: ../glib/gregex.c:333 msgid "malformed number or name after (?(" msgstr "błędna liczba lub nazwa za (?(" -#: ../glib/gregex.c:332 +#: ../glib/gregex.c:336 msgid "conditional group contains more than two branches" msgstr "zależna grupa zawiera więcej niż dwie gałęzie" -#: ../glib/gregex.c:335 +#: ../glib/gregex.c:339 msgid "assertion expected after (?(" msgstr "za (?( oczekiwano asercji" -#: ../glib/gregex.c:338 +#: ../glib/gregex.c:342 msgid "unknown POSIX class name" msgstr "nieznana nazwa klasy POSIX" -#: ../glib/gregex.c:341 +#: ../glib/gregex.c:345 msgid "POSIX collating elements are not supported" msgstr "elementy porównujące POSIX nie są obsługiwane" -#: ../glib/gregex.c:344 +#: ../glib/gregex.c:348 msgid "character value in \\x{...} sequence is too large" msgstr "wartość typu \"character\" w sekwencji \\x{...} jest zbyt duża" -#: ../glib/gregex.c:347 +#: ../glib/gregex.c:351 msgid "invalid condition (?(0)" msgstr "nieprawidłowy warunek \"(?(0)\"" -#: ../glib/gregex.c:350 +#: ../glib/gregex.c:354 msgid "\\C not allowed in lookbehind assertion" msgstr "znak \\C nie jest dozwolony w asercji \"lookbehind\"" -#: ../glib/gregex.c:353 +#: ../glib/gregex.c:357 msgid "recursive call could loop indefinitely" msgstr "wywołanie rekurencyjne mogło prowadzić do pętli nieskończonej" -#: ../glib/gregex.c:356 +#: ../glib/gregex.c:360 msgid "missing terminator in subpattern name" msgstr "brak terminatora w nazwie podwzoru" -#: ../glib/gregex.c:359 +#: ../glib/gregex.c:363 msgid "two named subpatterns have the same name" msgstr "dwa podwzory mają tę samą nazwę" -#: ../glib/gregex.c:362 +#: ../glib/gregex.c:366 msgid "malformed \\P or \\p sequence" msgstr "błędna sekwencja \\P lub \\p" -#: ../glib/gregex.c:365 +#: ../glib/gregex.c:369 msgid "unknown property name after \\P or \\p" msgstr "nieznana nazwa właściwości za \\P lub \\p" -#: ../glib/gregex.c:368 +#: ../glib/gregex.c:372 msgid "subpattern name is too long (maximum 32 characters)" msgstr "nazwa podwzoru jest za długa (maksymalnie 32 znaki)" -#: ../glib/gregex.c:371 +#: ../glib/gregex.c:375 msgid "too many named subpatterns (maximum 10,000)" msgstr "za dużo nazwanych podwzorów (maksymalnie 10000)" -#: ../glib/gregex.c:374 +#: ../glib/gregex.c:378 msgid "octal value is greater than \\377" msgstr "wartość ósemkowa jest większa niż \\377" -#: ../glib/gregex.c:377 +#: ../glib/gregex.c:381 msgid "DEFINE group contains more than one branch" msgstr "grupa DEFINE zawiera więcej niż jedną gałąź" -#: ../glib/gregex.c:380 +#: ../glib/gregex.c:384 msgid "repeating a DEFINE group is not allowed" msgstr "powtarzanie grupy DEFINE nie jest dozwolone" -#: ../glib/gregex.c:383 +#: ../glib/gregex.c:387 msgid "inconsistent NEWLINE options" msgstr "niespójne opcje NEWLINE" -#: ../glib/gregex.c:386 -msgid "" -"\\g is not followed by a braced name or an optionally braced non-zero number" -msgstr "" -"po \\g nie następuje nazwa w nawiasach lub opcjonalna, niezerowa liczba w " -"nawiasach" +#: ../glib/gregex.c:390 +msgid "\\g is not followed by a braced name or an optionally braced non-zero number" +msgstr "po \\g nie następuje nazwa w nawiasach lub opcjonalna, niezerowa liczba w nawiasach" -#: ../glib/gregex.c:391 +#: ../glib/gregex.c:395 msgid "unexpected repeat" msgstr "nieoczekiwane powtórzenie" -#: ../glib/gregex.c:395 +#: ../glib/gregex.c:399 msgid "code overflow" msgstr "przepełnienie kodu" -#: ../glib/gregex.c:399 +#: ../glib/gregex.c:403 msgid "overran compiling workspace" msgstr "przekroczono przestrzeń roboczą kompilacji" -#: ../glib/gregex.c:403 +#: ../glib/gregex.c:407 msgid "previously-checked referenced subpattern not found" msgstr "nie znaleziono wcześniej sprawdzonego podwzorca" -#: ../glib/gregex.c:575 ../glib/gregex.c:1696 +#: ../glib/gregex.c:579 +#: ../glib/gregex.c:1700 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Błąd podczas dopasowywania wyrażenia regularnego %s: %s" -#: ../glib/gregex.c:1151 +#: ../glib/gregex.c:1155 msgid "PCRE library is compiled without UTF8 support" msgstr "Biblioteka PCRE została skompilowana bez obsługi UTF-8" -#: ../glib/gregex.c:1160 +#: ../glib/gregex.c:1164 msgid "PCRE library is compiled without UTF8 properties support" msgstr "Biblioteka PCRE została skompilowana bez obsługi własności UTF-8" -#: ../glib/gregex.c:1214 +#: ../glib/gregex.c:1218 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Błąd kompilacji wyrażenia regularnego %s przy znaku %d: %s" -#: ../glib/gregex.c:1250 +#: ../glib/gregex.c:1254 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Błąd podczas optymalizowania wyrażenia regularnego %s: %s" -#: ../glib/gregex.c:2124 +#: ../glib/gregex.c:2128 msgid "hexadecimal digit or '}' expected" msgstr "oczekiwano cyfry szesnastkowej lub znaku }" -#: ../glib/gregex.c:2140 +#: ../glib/gregex.c:2144 msgid "hexadecimal digit expected" msgstr "oczekiwano cyfry szesnastkowej" -#: ../glib/gregex.c:2180 +#: ../glib/gregex.c:2184 msgid "missing '<' in symbolic reference" msgstr "brak znaku \"<\" w odniesieniu symbolicznym" -#: ../glib/gregex.c:2189 +#: ../glib/gregex.c:2193 msgid "unfinished symbolic reference" msgstr "niezakończona referencja symboliczna" -#: ../glib/gregex.c:2196 +#: ../glib/gregex.c:2200 msgid "zero-length symbolic reference" msgstr "referencja symboliczna o zerowej długości" -#: ../glib/gregex.c:2207 +#: ../glib/gregex.c:2211 msgid "digit expected" msgstr "oczekiwano cyfry" -#: ../glib/gregex.c:2225 +#: ../glib/gregex.c:2229 msgid "illegal symbolic reference" msgstr "niedozwolona referencja symboliczna" -#: ../glib/gregex.c:2287 +#: ../glib/gregex.c:2291 msgid "stray final '\\'" msgstr "pominięto końcowe '\\'" -#: ../glib/gregex.c:2291 +#: ../glib/gregex.c:2295 msgid "unknown escape sequence" msgstr "nieznana sekwencja sterująca" -#: ../glib/gregex.c:2301 +#: ../glib/gregex.c:2305 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" -msgstr "" -"Błąd podczas przetwarzania tekstu zastępczego \"%s\" przy znaku %lu: %s" +msgstr "Błąd podczas przetwarzania tekstu zastępczego \"%s\" przy znaku %lu: %s" #: ../glib/gshell.c:91 msgid "Quoted text doesn't begin with a quotation mark" @@ -1099,23 +1043,17 @@ #: ../glib/gshell.c:181 msgid "Unmatched quotation mark in command line or other shell-quoted text" -msgstr "" -"W wierszu poleceń lub innym napisie cytowanym jak w powłoce wystąpił " -"niesparowany znak cytowania" +msgstr "W wierszu poleceń lub innym napisie cytowanym jak w powłoce wystąpił niesparowany znak cytowania" #: ../glib/gshell.c:559 #, c-format msgid "Text ended just after a '\\' character. (The text was '%s')" -msgstr "" -"Tekst zakończył się bezpośrednio po znaku \"\\\" (wartością tekstu było \"%s" -"\")." +msgstr "Tekst zakończył się bezpośrednio po znaku \"\\\" (wartością tekstu było \"%s\")." #: ../glib/gshell.c:566 #, c-format msgid "Text ended before matching quote was found for %c. (The text was '%s')" -msgstr "" -"Tekst zakończył się przed odnalezieniem domykającego znaku cytowania dla %c " -"(tekstem jest \"%s\")" +msgstr "Tekst zakończył się przed odnalezieniem domykającego znaku cytowania dla %c (tekstem jest \"%s\")" #: ../glib/gshell.c:578 msgid "Text was empty (or contained only whitespace)" @@ -1125,25 +1063,27 @@ msgid "Failed to read data from child process" msgstr "Odczytanie danych z procesu potomnego się nie powiodło" -#: ../glib/gspawn-win32.c:299 ../glib/gspawn.c:1486 +#: ../glib/gspawn-win32.c:299 +#: ../glib/gspawn.c:1486 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" -msgstr "" -"Utworzenie potoku do komunikacji z procesem potomnym (%s) się nie powiodło" +msgstr "Utworzenie potoku do komunikacji z procesem potomnym (%s) się nie powiodło" -#: ../glib/gspawn-win32.c:338 ../glib/gspawn-win32.c:346 ../glib/gspawn.c:1145 +#: ../glib/gspawn-win32.c:338 +#: ../glib/gspawn-win32.c:346 +#: ../glib/gspawn.c:1145 #, c-format msgid "Failed to read from child pipe (%s)" -msgstr "" -"Odczytanie danych z potoku łączącego z procesem potomnym (%s) się nie " -"powiodło" +msgstr "Odczytanie danych z potoku łączącego z procesem potomnym (%s) się nie powiodło" -#: ../glib/gspawn-win32.c:369 ../glib/gspawn.c:1352 +#: ../glib/gspawn-win32.c:369 +#: ../glib/gspawn.c:1352 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Zmiana katalogu na \"%s\" (%s) się nie powiodła" -#: ../glib/gspawn-win32.c:375 ../glib/gspawn-win32.c:494 +#: ../glib/gspawn-win32.c:375 +#: ../glib/gspawn-win32.c:494 #, c-format msgid "Failed to execute child process (%s)" msgstr "Wykonanie procesu potomnego (%s) się nie powiodło" @@ -1153,19 +1093,22 @@ msgid "Invalid program name: %s" msgstr "Nieprawidłowa nazwa programu: %s" -#: ../glib/gspawn-win32.c:454 ../glib/gspawn-win32.c:722 +#: ../glib/gspawn-win32.c:454 +#: ../glib/gspawn-win32.c:722 #: ../glib/gspawn-win32.c:1278 #, c-format msgid "Invalid string in argument vector at %d: %s" msgstr "Nieprawidłowy ciąg w wektorze parametrów w %d: %s" -#: ../glib/gspawn-win32.c:465 ../glib/gspawn-win32.c:737 +#: ../glib/gspawn-win32.c:465 +#: ../glib/gspawn-win32.c:737 #: ../glib/gspawn-win32.c:1311 #, c-format msgid "Invalid string in environment: %s" msgstr "Nieprawidłowa sekwencja w środowisku: %s" -#: ../glib/gspawn-win32.c:718 ../glib/gspawn-win32.c:1259 +#: ../glib/gspawn-win32.c:718 +#: ../glib/gspawn-win32.c:1259 #, c-format msgid "Invalid working directory: %s" msgstr "Nieprawidłowy katalog roboczy: %s" @@ -1176,12 +1119,8 @@ msgstr "Wykonanie programu pomocniczego (%s) się nie powiodło" #: ../glib/gspawn-win32.c:997 -msgid "" -"Unexpected error in g_io_channel_win32_poll() reading data from a child " -"process" -msgstr "" -"Podczas odczytu danych z procesu potomnego w g_io_channel_win32_poll() " -"wystąpił nieznany błąd" +msgid "Unexpected error in g_io_channel_win32_poll() reading data from a child process" +msgstr "Podczas odczytu danych z procesu potomnego w g_io_channel_win32_poll() wystąpił nieznany błąd" #: ../glib/gspawn.c:196 #, c-format @@ -1191,9 +1130,7 @@ #: ../glib/gspawn.c:335 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" -msgstr "" -"Nieoczekiwany błąd w funkcji select() podczas odczytywania danych z procesu " -"potomnego (%s)" +msgstr "Nieoczekiwany błąd w funkcji select() podczas odczytywania danych z procesu potomnego (%s)" #: ../glib/gspawn.c:420 #, c-format @@ -1213,8 +1150,7 @@ #: ../glib/gspawn.c:1372 #, c-format msgid "Failed to redirect output or input of child process (%s)" -msgstr "" -"Przekierowanie wejścia lub wyjścia procesu potomnego (%s) się nie powiodło" +msgstr "Przekierowanie wejścia lub wyjścia procesu potomnego (%s) się nie powiodło" #: ../glib/gspawn.c:1381 #, c-format @@ -1229,20 +1165,23 @@ #: ../glib/gspawn.c:1413 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" -msgstr "" -"Odczytanie odpowiedniej liczby danych z potoku procesu potomnego (%s) się " -"nie powiodło" +msgstr "Odczytanie odpowiedniej liczby danych z potoku procesu potomnego (%s) się nie powiodło" #: ../glib/gutf8.c:1066 msgid "Character out of range for UTF-8" msgstr "Znak jest poza zakresem dla UTF-8" -#: ../glib/gutf8.c:1166 ../glib/gutf8.c:1175 ../glib/gutf8.c:1307 -#: ../glib/gutf8.c:1316 ../glib/gutf8.c:1457 ../glib/gutf8.c:1553 +#: ../glib/gutf8.c:1166 +#: ../glib/gutf8.c:1175 +#: ../glib/gutf8.c:1307 +#: ../glib/gutf8.c:1316 +#: ../glib/gutf8.c:1457 +#: ../glib/gutf8.c:1553 msgid "Invalid sequence in conversion input" msgstr "Nieprawidłowa sekwencja na wejściu konwersji" -#: ../glib/gutf8.c:1468 ../glib/gutf8.c:1564 +#: ../glib/gutf8.c:1468 +#: ../glib/gutf8.c:1564 msgid "Character out of range for UTF-16" msgstr "Znak jest poza zakresem dla UTF-16" @@ -1270,12 +1209,14 @@ msgid "Application Options:" msgstr "Opcje programu:" -#: ../glib/goption.c:997 ../glib/goption.c:1067 +#: ../glib/goption.c:997 +#: ../glib/goption.c:1067 #, c-format msgid "Cannot parse integer value '%s' for %s" msgstr "Nie można przetworzyć wartości całkowitej \"%s\" dla %s" -#: ../glib/goption.c:1007 ../glib/goption.c:1075 +#: ../glib/goption.c:1007 +#: ../glib/goption.c:1075 #, c-format msgid "Integer value '%s' for %s out of range" msgstr "Wartość całkowita \"%s\" dla %s jest spoza dopuszczalnego zakresu" @@ -1288,15 +1229,16 @@ #: ../glib/goption.c:1040 #, c-format msgid "Double value '%s' for %s out of range" -msgstr "" -"Podwójna wartość liczbowa \"%s\" dla %s jest spoza dopuszczalnego zakresu" +msgstr "Podwójna wartość liczbowa \"%s\" dla %s jest spoza dopuszczalnego zakresu" -#: ../glib/goption.c:1303 ../glib/goption.c:1382 +#: ../glib/goption.c:1303 +#: ../glib/goption.c:1382 #, c-format msgid "Error parsing option %s" msgstr "Błąd podczas przetwarzania opcji %s" -#: ../glib/goption.c:1413 ../glib/goption.c:1527 +#: ../glib/goption.c:1413 +#: ../glib/goption.c:1527 #, c-format msgid "Missing argument for %s" msgstr "Brak parametru dla %s" @@ -1308,8 +1250,7 @@ #: ../glib/gkeyfile.c:362 msgid "Valid key file could not be found in search dirs" -msgstr "" -"Nie można odnaleźć prawidłowego pliku klucza w przeszukiwanych katalogach" +msgstr "Nie można odnaleźć prawidłowego pliku klucza w przeszukiwanych katalogach" #: ../glib/gkeyfile.c:397 msgid "Not a regular file" @@ -1321,11 +1262,8 @@ #: ../glib/gkeyfile.c:764 #, c-format -msgid "" -"Key file contains line '%s' which is not a key-value pair, group, or comment" -msgstr "" -"Plik klucza zawiera wiersz \"%s\", który nie jest parą klucz-wartość, grupą " -"lub komentarzem" +msgid "Key file contains line '%s' which is not a key-value pair, group, or comment" +msgstr "Plik klucza zawiera wiersz \"%s\", który nie jest parą klucz-wartość, grupą lub komentarzem" #: ../glib/gkeyfile.c:824 #, c-format @@ -1346,9 +1284,15 @@ msgid "Key file contains unsupported encoding '%s'" msgstr "Plik klucza zawiera nieobsługiwane kodowanie \"%s\"" -#: ../glib/gkeyfile.c:1115 ../glib/gkeyfile.c:1277 ../glib/gkeyfile.c:2656 -#: ../glib/gkeyfile.c:2722 ../glib/gkeyfile.c:2857 ../glib/gkeyfile.c:2990 -#: ../glib/gkeyfile.c:3143 ../glib/gkeyfile.c:3330 ../glib/gkeyfile.c:3391 +#: ../glib/gkeyfile.c:1115 +#: ../glib/gkeyfile.c:1277 +#: ../glib/gkeyfile.c:2656 +#: ../glib/gkeyfile.c:2722 +#: ../glib/gkeyfile.c:2857 +#: ../glib/gkeyfile.c:2990 +#: ../glib/gkeyfile.c:3143 +#: ../glib/gkeyfile.c:3330 +#: ../glib/gkeyfile.c:3391 #, c-format msgid "Key file does not have group '%s'" msgstr "Plik klucza nie zawiera grupy \"%s\"" @@ -1358,38 +1302,32 @@ msgid "Key file does not have key '%s'" msgstr "Plik klucza nie zawiera klucza \"%s\"" -#: ../glib/gkeyfile.c:1396 ../glib/gkeyfile.c:1511 +#: ../glib/gkeyfile.c:1396 +#: ../glib/gkeyfile.c:1511 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" -msgstr "" -"Plik klucza zawiera klucz \"%s\" o wartości \"%s\", która nie jest zapisana " -"w UTF-8" +msgstr "Plik klucza zawiera klucz \"%s\" o wartości \"%s\", która nie jest zapisana w UTF-8" -#: ../glib/gkeyfile.c:1416 ../glib/gkeyfile.c:1910 +#: ../glib/gkeyfile.c:1416 +#: ../glib/gkeyfile.c:1910 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." -msgstr "" -"Plik klucza zawiera klucz \"%s\", który ma wartość niemożliwą do " -"zinterpretowania." +msgstr "Plik klucza zawiera klucz \"%s\", który ma wartość niemożliwą do zinterpretowania." #: ../glib/gkeyfile.c:1531 #, c-format -msgid "" -"Key file contains key '%s' which has a value that cannot be interpreted." -msgstr "" -"Plik klucza zawiera klucz \"%s\", który ma wartość niemożliwą do " -"zinterpretowania." +msgid "Key file contains key '%s' which has a value that cannot be interpreted." +msgstr "Plik klucza zawiera klucz \"%s\", który ma wartość niemożliwą do zinterpretowania." -#: ../glib/gkeyfile.c:2125 ../glib/gkeyfile.c:2487 +#: ../glib/gkeyfile.c:2125 +#: ../glib/gkeyfile.c:2487 #, c-format -msgid "" -"Key file contains key '%s' in group '%s' which has value that cannot be " -"interpreted." -msgstr "" -"Plik klucza zawiera klucz \"%s\" w grupie \"%s\", która ma wartość " -"niemożliwą do zinterpretowania." +msgid "Key file contains key '%s' in group '%s' which has value that cannot be interpreted." +msgstr "Plik klucza zawiera klucz \"%s\" w grupie \"%s\", która ma wartość niemożliwą do zinterpretowania." -#: ../glib/gkeyfile.c:2671 ../glib/gkeyfile.c:2872 ../glib/gkeyfile.c:3402 +#: ../glib/gkeyfile.c:2671 +#: ../glib/gkeyfile.c:2872 +#: ../glib/gkeyfile.c:3402 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "Plik klucza nie zawiera klucza \"%s\" w grupie \"%s\"" @@ -1423,22 +1361,31 @@ msgid "Value '%s' cannot be interpreted as a boolean." msgstr "Nie można zinterpretować \"%s\" jako wartości logicznej." -#: ../gio/gbufferedinputstream.c:411 ../gio/gbufferedinputstream.c:492 -#: ../gio/ginputstream.c:185 ../gio/ginputstream.c:317 -#: ../gio/ginputstream.c:556 ../gio/ginputstream.c:681 -#: ../gio/goutputstream.c:197 ../gio/goutputstream.c:724 +#: ../gio/gbufferedinputstream.c:411 +#: ../gio/gbufferedinputstream.c:492 +#: ../gio/ginputstream.c:185 +#: ../gio/ginputstream.c:317 +#: ../gio/ginputstream.c:556 +#: ../gio/ginputstream.c:681 +#: ../gio/goutputstream.c:198 +#: ../gio/goutputstream.c:725 #, c-format msgid "Too large count value passed to %s" msgstr "Za duża wartość licznika przekazana do %s" -#: ../gio/gbufferedinputstream.c:881 ../gio/ginputstream.c:891 -#: ../gio/giostream.c:306 ../gio/goutputstream.c:1199 +#: ../gio/gbufferedinputstream.c:881 +#: ../gio/ginputstream.c:891 +#: ../gio/giostream.c:306 +#: ../gio/goutputstream.c:1200 msgid "Stream is already closed" msgstr "Potok jest już zamknięty" -#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1549 -#: ../gio/gdbusconnection.c:1638 ../gio/gdbusconnection.c:1820 -#: ../gio/glocalfile.c:2102 ../gio/gsimpleasyncresult.c:755 +#: ../gio/gcancellable.c:432 +#: ../gio/gdbusconnection.c:1633 +#: ../gio/gdbusconnection.c:1722 +#: ../gio/gdbusconnection.c:1904 +#: ../gio/glocalfile.c:2102 +#: ../gio/gsimpleasyncresult.c:755 #: ../gio/gsimpleasyncresult.c:781 msgid "Operation was cancelled" msgstr "Działanie zostało anulowane" @@ -1447,15 +1394,18 @@ msgid "Invalid object, not initialized" msgstr "Nieprawidłowy obiekt, nie zainicjowano" -#: ../gio/gcharsetconverter.c:284 ../gio/gcharsetconverter.c:312 +#: ../gio/gcharsetconverter.c:284 +#: ../gio/gcharsetconverter.c:312 msgid "Incomplete multibyte sequence in input" msgstr "Niepełna sekwencja wielu bajtów na wejściu" -#: ../gio/gcharsetconverter.c:318 ../gio/gcharsetconverter.c:327 +#: ../gio/gcharsetconverter.c:318 +#: ../gio/gcharsetconverter.c:327 msgid "Not enough space in destination" msgstr "Brak wystarczającej ilości miejsca w miejscu docelowym" -#: ../gio/gcharsetconverter.c:447 ../gio/gsocket.c:810 +#: ../gio/gcharsetconverter.c:447 +#: ../gio/gsocket.c:810 msgid "Cancellable initialization not supported" msgstr "Zainicjowanie, które można anulować nie jest obsługiwane" @@ -1473,7 +1423,8 @@ msgid "%s type" msgstr "typ %s" -#: ../gio/gcredentials.c:246 ../gio/gcredentials.c:441 +#: ../gio/gcredentials.c:246 +#: ../gio/gcredentials.c:441 msgid "GCredentials is not implemented on this OS" msgstr "GCredentials nie jest zaimplementowane w tym systemie operacyjnym" @@ -1485,7 +1436,8 @@ msgid "Unexpected early end-of-stream" msgstr "Nieoczekiwany, przedwczesny koniec potoku" -#: ../gio/gdbusaddress.c:142 ../gio/gdbusaddress.c:230 +#: ../gio/gdbusaddress.c:142 +#: ../gio/gdbusaddress.c:230 #: ../gio/gdbusaddress.c:304 #, c-format msgid "Unsupported key `%s' in address entry `%s'" @@ -1493,23 +1445,22 @@ #: ../gio/gdbusaddress.c:169 #, c-format -msgid "" -"Address `%s' is invalid (need exactly one of path, tmpdir or abstract keys)" -msgstr "" -"Adres \"%s\" jest nieprawidłowy (wymaga dokładnie jednej ścieżki, katalogu " -"tymczasowego lub kluczy abstrakcyjnych)" +msgid "Address `%s' is invalid (need exactly one of path, tmpdir or abstract keys)" +msgstr "Adres \"%s\" jest nieprawidłowy (wymaga dokładnie jednej ścieżki, katalogu tymczasowego lub kluczy abstrakcyjnych)" #: ../gio/gdbusaddress.c:182 #, c-format msgid "Meaningless key/value pair combination in address entry `%s'" msgstr "Para klucz/wartość we wpisie adresu \"%s\" nie ma znaczenia" -#: ../gio/gdbusaddress.c:245 ../gio/gdbusaddress.c:319 +#: ../gio/gdbusaddress.c:245 +#: ../gio/gdbusaddress.c:319 #, c-format msgid "Error in address `%s' - the port attribute is malformed" msgstr "Błąd w adresie \"%s\" - atrybut portu jest błędnie sformatowany" -#: ../gio/gdbusaddress.c:256 ../gio/gdbusaddress.c:330 +#: ../gio/gdbusaddress.c:256 +#: ../gio/gdbusaddress.c:330 #, c-format msgid "Error in address `%s' - the family attribute is malformed" msgstr "Błąd w adresie \"%s\" - atrybut rodziny jest błędnie sformatowany" @@ -1521,49 +1472,33 @@ #: ../gio/gdbusaddress.c:455 #, c-format -msgid "" -"Key/Value pair %d, `%s', in address element `%s', does not contain an equal " -"sign" -msgstr "" -"Para klucz/wartość %d, \"%s\" w elemencie adresu \"%s\" nie zawiera znaku " -"równości" +msgid "Key/Value pair %d, `%s', in address element `%s', does not contain an equal sign" +msgstr "Para klucz/wartość %d, \"%s\" w elemencie adresu \"%s\" nie zawiera znaku równości" #: ../gio/gdbusaddress.c:469 #, c-format -msgid "" -"Error unescaping key or value in Key/Value pair %d, `%s', in address element " -"`%s'" -msgstr "" -"Błąd podczas usuwania znaku sterującego klucza lub wartości w parze klucz/" -"wartość %d, \"%s\" w elemencie adresu \"%s\"" +msgid "Error unescaping key or value in Key/Value pair %d, `%s', in address element `%s'" +msgstr "Błąd podczas usuwania znaku sterującego klucza lub wartości w parze klucz/wartość %d, \"%s\" w elemencie adresu \"%s\"" #: ../gio/gdbusaddress.c:547 #, c-format -msgid "" -"Error in address `%s' - the unix transport requires exactly one of the keys " -"`path' or `abstract' to be set" -msgstr "" -"Błąd w adresie \"%s\" - transport systemu UNIX wymaga ustawienia dokładnie " -"jednego z kluczy \"path\" lub \"abstract\"" +msgid "Error in address `%s' - the unix transport requires exactly one of the keys `path' or `abstract' to be set" +msgstr "Błąd w adresie \"%s\" - transport systemu UNIX wymaga ustawienia dokładnie jednego z kluczy \"path\" lub \"abstract\"" #: ../gio/gdbusaddress.c:583 #, c-format msgid "Error in address `%s' - the host attribute is missing or malformed" -msgstr "" -"Błąd w adresie \"%s\" - brak atrybutu komputera lub jest błędnie sformatowany" +msgstr "Błąd w adresie \"%s\" - brak atrybutu komputera lub jest błędnie sformatowany" #: ../gio/gdbusaddress.c:597 #, c-format msgid "Error in address `%s' - the port attribute is missing or malformed" -msgstr "" -"Błąd w adresie \"%s\" - brak atrybutu portu lub jest błędnie sformatowany" +msgstr "Błąd w adresie \"%s\" - brak atrybutu portu lub jest błędnie sformatowany" #: ../gio/gdbusaddress.c:611 #, c-format msgid "Error in address `%s' - the noncefile attribute is missing or malformed" -msgstr "" -"Błąd w adresie \"%s\" - brak atrybutu pliku nonce lub jest błędnie " -"sformatowany" +msgstr "Błąd w adresie \"%s\" - brak atrybutu pliku nonce lub jest błędnie sformatowany" #: ../gio/gdbusaddress.c:632 msgid "Error auto-launching: " @@ -1587,9 +1522,7 @@ #: ../gio/gdbusaddress.c:703 #, c-format msgid "Error reading from nonce file `%s', expected 16 bytes, got %d" -msgstr "" -"Błąd podczas odczytywania pliku nonce \"%s\", oczekiwano 16 bajtów, " -"otrzymano %d" +msgstr "Błąd podczas odczytywania pliku nonce \"%s\", oczekiwano 16 bajtów, otrzymano %d" #: ../gio/gdbusaddress.c:721 #, c-format @@ -1602,8 +1535,7 @@ #: ../gio/gdbusaddress.c:1011 msgid "Cannot spawn a message bus without a machine-id: " -msgstr "" -"Nie można wywołać magistrali komunikatów bez identyfikatora komputera: " +msgstr "Nie można wywołać magistrali komunikatów bez identyfikatora komputera: " #: ../gio/gdbusaddress.c:1048 #, c-format @@ -1613,39 +1545,28 @@ #: ../gio/gdbusaddress.c:1059 #, c-format msgid "Abnormal program termination spawning command line `%s': %s" -msgstr "" -"Nieprawidłowe zakończenie programu podczas wywoływania wiersza poleceń \"%s" -"\": %s" +msgstr "Nieprawidłowe zakończenie programu podczas wywoływania wiersza poleceń \"%s\": %s" #: ../gio/gdbusaddress.c:1073 #, c-format msgid "Command line `%s' exited with non-zero exit status %d: %s" -msgstr "" -"Wiersz poleceń \"%s\" został zakończony z niezerowym stanem wyjścia %d: %s" +msgstr "Wiersz poleceń \"%s\" został zakończony z niezerowym stanem wyjścia %d: %s" #: ../gio/gdbusaddress.c:1146 #, c-format msgid "Cannot determine session bus address (not implemented for this OS)" -msgstr "" -"Nie można ustalić adresu magistrali sesji (nie jest zaimplementowane dla " -"tego systemu operacyjnego)" +msgstr "Nie można ustalić adresu magistrali sesji (nie jest zaimplementowane dla tego systemu operacyjnego)" -#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6013 +#: ../gio/gdbusaddress.c:1245 +#: ../gio/gdbusconnection.c:6142 #, c-format -msgid "" -"Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable " -"- unknown value `%s'" -msgstr "" -"Nie można ustalić adresu magistrali ze zmiennej środowiskowej " -"DBUS_STARTER_BUS_TYPE - nieznana wartość \"%s\"" +msgid "Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable - unknown value `%s'" +msgstr "Nie można ustalić adresu magistrali ze zmiennej środowiskowej DBUS_STARTER_BUS_TYPE - nieznana wartość \"%s\"" -#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6022 -msgid "" -"Cannot determine bus address because the DBUS_STARTER_BUS_TYPE environment " -"variable is not set" -msgstr "" -"Nie można ustalić adresu magistrali, ponieważ nie ustawiono zmiennej " -"środowiskowej DBUS_STARTER_BUS_TYPE" +#: ../gio/gdbusaddress.c:1254 +#: ../gio/gdbusconnection.c:6151 +msgid "Cannot determine bus address because the DBUS_STARTER_BUS_TYPE environment variable is not set" +msgstr "Nie można ustalić adresu magistrali, ponieważ nie ustawiono zmiennej środowiskowej DBUS_STARTER_BUS_TYPE" #: ../gio/gdbusaddress.c:1264 #, c-format @@ -1658,16 +1579,12 @@ #: ../gio/gdbusauth.c:332 msgid "Unexpected lack of content trying to (safely) read a line" -msgstr "" -"Oczekiwano braku zawartości podczas próby (bezpiecznego) odczytania wiersza" +msgstr "Oczekiwano braku zawartości podczas próby (bezpiecznego) odczytania wiersza" #: ../gio/gdbusauth.c:503 #, c-format -msgid "" -"Exhausted all available authentication mechanisms (tried: %s) (available: %s)" -msgstr "" -"Wyczerpano wszystkie dostępne mechanizmy uwierzytelniania (próby: %s, " -"dostępne: %s)" +msgid "Exhausted all available authentication mechanisms (tried: %s) (available: %s)" +msgstr "Wyczerpano wszystkie dostępne mechanizmy uwierzytelniania (próby: %s, dostępne: %s)" #: ../gio/gdbusauth.c:1150 msgid "Cancelled via GDBusAuthObserver::authorize-authenticated-peer" @@ -1680,11 +1597,8 @@ #: ../gio/gdbusauthmechanismsha1.c:278 #, c-format -msgid "" -"Permissions on directory `%s' are malformed. Expected mode 0700, got 0%o" -msgstr "" -"Uprawnienia katalogu \"%s\" są błędnie sformatowane. Oczekiwano trybu 0700, " -"otrzymano 0%o" +msgid "Permissions on directory `%s' are malformed. Expected mode 0700, got 0%o" +msgstr "Uprawnienia katalogu \"%s\" są błędnie sformatowane. Oczekiwano trybu 0700, otrzymano 0%o" #: ../gio/gdbusauthmechanismsha1.c:299 #, c-format @@ -1696,33 +1610,28 @@ msgid "Error opening keyring `%s' for reading: " msgstr "Błąd podczas otwierania bazy kluczy \"%s\" do odczytania: " -#: ../gio/gdbusauthmechanismsha1.c:406 ../gio/gdbusauthmechanismsha1.c:715 +#: ../gio/gdbusauthmechanismsha1.c:406 +#: ../gio/gdbusauthmechanismsha1.c:715 #, c-format msgid "Line %d of the keyring at `%s' with content `%s' is malformed" -msgstr "" -"Wiersz %d bazy kluczy w \"%s\" z zawartością \"%s\" jest błędnie sformatowany" +msgstr "Wiersz %d bazy kluczy w \"%s\" z zawartością \"%s\" jest błędnie sformatowany" -#: ../gio/gdbusauthmechanismsha1.c:420 ../gio/gdbusauthmechanismsha1.c:729 +#: ../gio/gdbusauthmechanismsha1.c:420 +#: ../gio/gdbusauthmechanismsha1.c:729 #, c-format -msgid "" -"First token of line %d of the keyring at `%s' with content `%s' is malformed" -msgstr "" -"Pierwszy token wiersza %d bazy kluczy w \"%s\" z zawartością \"%s\" jest " -"błędnie sformatowany" +msgid "First token of line %d of the keyring at `%s' with content `%s' is malformed" +msgstr "Pierwszy token wiersza %d bazy kluczy w \"%s\" z zawartością \"%s\" jest błędnie sformatowany" -#: ../gio/gdbusauthmechanismsha1.c:434 ../gio/gdbusauthmechanismsha1.c:743 +#: ../gio/gdbusauthmechanismsha1.c:434 +#: ../gio/gdbusauthmechanismsha1.c:743 #, c-format -msgid "" -"Second token of line %d of the keyring at `%s' with content `%s' is malformed" -msgstr "" -"Drugi token wiersza %d bazy kluczy w \"%s\" z zawartością \"%s\" jest " -"błędnie sformatowany" +msgid "Second token of line %d of the keyring at `%s' with content `%s' is malformed" +msgstr "Drugi token wiersza %d bazy kluczy w \"%s\" z zawartością \"%s\" jest błędnie sformatowany" #: ../gio/gdbusauthmechanismsha1.c:458 #, c-format msgid "Didn't find cookie with id %d in the keyring at `%s'" -msgstr "" -"Nie odnaleziono ciasteczka z identyfikatorem %d w bazie kluczy w \"%s\"" +msgstr "Nie odnaleziono ciasteczka z identyfikatorem %d w bazie kluczy w \"%s\"" #: ../gio/gdbusauthmechanismsha1.c:535 #, c-format @@ -1754,90 +1663,89 @@ msgid "(Additionally, releasing the lock for `%s' also failed: %s) " msgstr "(Dodatkowo, uwolnienie blokady \"%s\" także się nie powiodło: %s) " -#: ../gio/gdbusconnection.c:1058 ../gio/gdbusconnection.c:1287 -#: ../gio/gdbusconnection.c:1326 ../gio/gdbusconnection.c:1649 +#: ../gio/gdbusconnection.c:1142 +#: ../gio/gdbusconnection.c:1371 +#: ../gio/gdbusconnection.c:1410 +#: ../gio/gdbusconnection.c:1733 msgid "The connection is closed" msgstr "Połączenie jest zamknięte" -#: ../gio/gdbusconnection.c:1593 +#: ../gio/gdbusconnection.c:1677 msgid "Timeout was reached" msgstr "Przekroczono czas oczekiwania" -#: ../gio/gdbusconnection.c:2170 -msgid "" -"Unsupported flags encountered when constructing a client-side connection" -msgstr "" -"Wystąpiły nieobsługiwane flagi podczas tworzenia połączenia ze strony klienta" +#: ../gio/gdbusconnection.c:2291 +msgid "Unsupported flags encountered when constructing a client-side connection" +msgstr "Wystąpiły nieobsługiwane flagi podczas tworzenia połączenia ze strony klienta" -#: ../gio/gdbusconnection.c:3596 ../gio/gdbusconnection.c:3914 +#: ../gio/gdbusconnection.c:3725 +#: ../gio/gdbusconnection.c:4043 #, c-format -msgid "" -"No such interface `org.freedesktop.DBus.Properties' on object at path %s" -msgstr "" -"Brak interfejsu \"org.freedesktop.DBus.Properties\" w obiekcie w ścieżce %s" +msgid "No such interface `org.freedesktop.DBus.Properties' on object at path %s" +msgstr "Brak interfejsu \"org.freedesktop.DBus.Properties\" w obiekcie w ścieżce %s" -#: ../gio/gdbusconnection.c:3668 +#: ../gio/gdbusconnection.c:3797 #, c-format msgid "Error setting property `%s': Expected type `%s' but got `%s'" -msgstr "" -"Błąd podczas ustawiania własności \"%s\": oczekiwano typ \"%s\", ale " -"otrzymano \"%s\"" +msgstr "Błąd podczas ustawiania własności \"%s\": oczekiwano typ \"%s\", ale otrzymano \"%s\"" -#: ../gio/gdbusconnection.c:3763 +#: ../gio/gdbusconnection.c:3892 #, c-format msgid "No such property `%s'" msgstr "Brak własności \"%s\"" -#: ../gio/gdbusconnection.c:3775 +#: ../gio/gdbusconnection.c:3904 #, c-format msgid "Property `%s' is not readable" msgstr "Właściwość \"%s\" nie jest odczytywalna" -#: ../gio/gdbusconnection.c:3786 +#: ../gio/gdbusconnection.c:3915 #, c-format msgid "Property `%s' is not writable" msgstr "Właściwość \"%s\" nie jest zapisywalna" -#: ../gio/gdbusconnection.c:3856 ../gio/gdbusconnection.c:5447 +#: ../gio/gdbusconnection.c:3985 +#: ../gio/gdbusconnection.c:5576 #, c-format msgid "No such interface `%s'" msgstr "Brak interfejsu \"%s\"" -#: ../gio/gdbusconnection.c:4044 +#: ../gio/gdbusconnection.c:4173 msgid "No such interface" msgstr "Brak interfejsu" -#: ../gio/gdbusconnection.c:4260 ../gio/gdbusconnection.c:5963 +#: ../gio/gdbusconnection.c:4389 +#: ../gio/gdbusconnection.c:6092 #, c-format msgid "No such interface `%s' on object at path %s" msgstr "Brak interfejsu \"%s\" w obiekcie w ścieżce %s" -#: ../gio/gdbusconnection.c:4312 +#: ../gio/gdbusconnection.c:4441 #, c-format msgid "No such method `%s'" msgstr "Brak metody \"%s\"" -#: ../gio/gdbusconnection.c:4343 +#: ../gio/gdbusconnection.c:4472 #, c-format msgid "Type of message, `%s', does not match expected type `%s'" msgstr "Typ komunikatu, \"%s\", nie pasuje do oczekiwanego typu \"%s\"" -#: ../gio/gdbusconnection.c:4562 +#: ../gio/gdbusconnection.c:4691 #, c-format msgid "An object is already exported for the interface %s at %s" msgstr "Obiekt został już wyeksportowany dla interfejsu %s w %s" -#: ../gio/gdbusconnection.c:4756 +#: ../gio/gdbusconnection.c:4885 #, c-format msgid "Method `%s' returned type `%s', but expected `%s'" msgstr "Metoda \"%s\" zwróciła typ \"%s\", ale oczekiwano \"%s\"" -#: ../gio/gdbusconnection.c:5558 +#: ../gio/gdbusconnection.c:5687 #, c-format msgid "Method `%s' on interface `%s' with signature `%s' does not exist" msgstr "Metoda \"%s\" w interfejsie \"%s\" z podpisem \"%s\" nie istnieje" -#: ../gio/gdbusconnection.c:5676 +#: ../gio/gdbusconnection.c:5805 #, c-format msgid "A subtree is already exported for %s" msgstr "Poddrzewo zostało już wyeksportowane dla %s" @@ -1863,20 +1771,12 @@ msgstr "Komunikat SYGNAŁU: brak pola nagłówka PATH, INTERFACE lub MEMBER" #: ../gio/gdbusmessage.c:911 -msgid "" -"SIGNAL message: The PATH header field is using the reserved value /org/" -"freedesktop/DBus/Local" -msgstr "" -"Komunikat SYGNAŁU: pole nagłówka PATH używa zastrzeżonej wartości /org/" -"freedesktop/DBus/Local" +msgid "SIGNAL message: The PATH header field is using the reserved value /org/freedesktop/DBus/Local" +msgstr "Komunikat SYGNAŁU: pole nagłówka PATH używa zastrzeżonej wartości /org/freedesktop/DBus/Local" #: ../gio/gdbusmessage.c:919 -msgid "" -"SIGNAL message: The INTERFACE header field is using the reserved value org." -"freedesktop.DBus.Local" -msgstr "" -"Komunikat SYGNAŁU: pole nagłówka INTERFACE używa zastrzeżonej wartości org." -"freedesktop.DBus.Local" +msgid "SIGNAL message: The INTERFACE header field is using the reserved value org.freedesktop.DBus.Local" +msgstr "Komunikat SYGNAŁU: pole nagłówka INTERFACE używa zastrzeżonej wartości org.freedesktop.DBus.Local" #: ../gio/gdbusmessage.c:994 #, c-format @@ -1885,13 +1785,8 @@ #: ../gio/gdbusmessage.c:1019 #, c-format -msgid "" -"Expected valid UTF-8 string but found invalid bytes at byte offset %d " -"(length of string is %d). The valid UTF-8 string up until that point was `%s'" -msgstr "" -"Oczekiwano prawidłowego ciągu UTF-8, ale odnaleziono nieprawidłowe bajty w " -"offsecie bajtu %d (długość ciągu wynosi %d). Prawidłowy ciąg UTF-8 do tego " -"miejsca to \"%s\"" +msgid "Expected valid UTF-8 string but found invalid bytes at byte offset %d (length of string is %d). The valid UTF-8 string up until that point was `%s'" +msgstr "Oczekiwano prawidłowego ciągu UTF-8, ale odnaleziono nieprawidłowe bajty w offsecie bajtu %d (długość ciągu wynosi %d). Prawidłowy ciąg UTF-8 do tego miejsca to \"%s\"" #: ../gio/gdbusmessage.c:1032 #, c-format @@ -1901,9 +1796,7 @@ #: ../gio/gdbusmessage.c:1231 #, c-format msgid "Parsed value `%s' is not a valid D-Bus object path" -msgstr "" -"Przetworzona wartość \"%s\" nie jest prawidłową ścieżką do obiektu usługi D-" -"Bus" +msgstr "Przetworzona wartość \"%s\" nie jest prawidłową ścieżką do obiektu usługi D-Bus" #: ../gio/gdbusmessage.c:1257 #, c-format @@ -1912,61 +1805,43 @@ #: ../gio/gdbusmessage.c:1311 #, c-format -msgid "" -"Encountered array of length %u bytes. Maximum length is 2<<26 bytes (64 MiB)." -msgstr "" -"Wystąpiła macierz o długości %u bajtów. Maksymalna długość to 2<<26 bajtów " -"(64 MiB)." +msgid "Encountered array of length %u bytes. Maximum length is 2<<26 bytes (64 MiB)." +msgstr "Wystąpiła macierz o długości %u bajtów. Maksymalna długość to 2<<26 bajtów (64 MiB)." #: ../gio/gdbusmessage.c:1472 #, c-format msgid "Parsed value `%s' for variant is not a valid D-Bus signature" -msgstr "" -"Przetworzona wartość \"%s\" dla wariantu nie jest prawidłowym podpisem " -"usługi D-Bus" +msgstr "Przetworzona wartość \"%s\" dla wariantu nie jest prawidłowym podpisem usługi D-Bus" #: ../gio/gdbusmessage.c:1499 #, c-format -msgid "" -"Error deserializing GVariant with type string `%s' from the D-Bus wire format" -msgstr "" -"Błąd podczas deserializowania GVariant za pomocą ciągu typu \"%s\" z formatu " -"przewodu usługi D-Bus" +msgid "Error deserializing GVariant with type string `%s' from the D-Bus wire format" +msgstr "Błąd podczas deserializowania GVariant za pomocą ciągu typu \"%s\" z formatu przewodu usługi D-Bus" #: ../gio/gdbusmessage.c:1683 #, c-format -msgid "" -"Invalid endianness value. Expected 0x6c ('l') or 0x42 ('B') but found value " -"0x%02x" -msgstr "" -"Nieprawidłowa wartość kolejności bajtów. Oczekiwano 0x6c (\"l\") lub 0x42 " -"(\"B\"), ale odnaleziono wartość 0x%02x" +msgid "Invalid endianness value. Expected 0x6c ('l') or 0x42 ('B') but found value 0x%02x" +msgstr "Nieprawidłowa wartość kolejności bajtów. Oczekiwano 0x6c (\"l\") lub 0x42 (\"B\"), ale odnaleziono wartość 0x%02x" #: ../gio/gdbusmessage.c:1697 #, c-format msgid "Invalid major protocol version. Expected 1 but found %d" -msgstr "" -"Nieprawidłowa główna wersja protokołu. Oczekiwano 1, ale odnaleziono %d" +msgstr "Nieprawidłowa główna wersja protokołu. Oczekiwano 1, ale odnaleziono %d" #: ../gio/gdbusmessage.c:1754 #, c-format msgid "Signature header with signature `%s' found but message body is empty" -msgstr "" -"Odnaleziono nagłówek podpisu z podpisem \"%s\", ale treść komunikatu jest " -"pusta" +msgstr "Odnaleziono nagłówek podpisu z podpisem \"%s\", ale treść komunikatu jest pusta" #: ../gio/gdbusmessage.c:1768 #, c-format msgid "Parsed value `%s' is not a valid D-Bus signature (for body)" -msgstr "" -"Przetworzona wartość \"%s\" nie jest prawidłowym podpisem usługi D-Bus (dla " -"treści)" +msgstr "Przetworzona wartość \"%s\" nie jest prawidłowym podpisem usługi D-Bus (dla treści)" #: ../gio/gdbusmessage.c:1798 #, c-format msgid "No signature header in message but the message body is %u bytes" -msgstr "" -"Brak nagłówka podpisu w komunikacie, ale treść komunikatu liczy %u bajtów" +msgstr "Brak nagłówka podpisu w komunikacie, ale treść komunikatu liczy %u bajtów" #: ../gio/gdbusmessage.c:1806 msgid "Cannot deserialize message: " @@ -1974,11 +1849,8 @@ #: ../gio/gdbusmessage.c:2131 #, c-format -msgid "" -"Error serializing GVariant with type string `%s' to the D-Bus wire format" -msgstr "" -"Błąd podczas serializowania GVariant za pomocą ciągu typu \"%s\" z formatu " -"przewodu usługi D-Bus" +msgid "Error serializing GVariant with type string `%s' to the D-Bus wire format" +msgstr "Błąd podczas serializowania GVariant za pomocą ciągu typu \"%s\" z formatu przewodu usługi D-Bus" #: ../gio/gdbusmessage.c:2272 #, c-format @@ -1996,11 +1868,8 @@ #: ../gio/gdbusmessage.c:2334 #, c-format -msgid "" -"Message body has type signature `%s' but signature in the header field is `%" -"s'" -msgstr "" -"Treść komunikatu posiada podpis \"%s\", ale podpis w polu nagłówka to \"%s\"" +msgid "Message body has type signature `%s' but signature in the header field is `%s'" +msgstr "Treść komunikatu posiada podpis \"%s\", ale podpis w polu nagłówka to \"%s\"" #: ../gio/gdbusmessage.c:2350 #, c-format @@ -2019,27 +1888,23 @@ #: ../gio/gdbusmethodinvocation.c:375 #, c-format msgid "Type of return value is incorrect, got `%s', expected `%s'" -msgstr "" -"Typ wartości zwrotnej jest niepoprawny, otrzymano \"%s\", oczekiwano \"%s\"" +msgstr "Typ wartości zwrotnej jest niepoprawny, otrzymano \"%s\", oczekiwano \"%s\"" -#: ../gio/gdbusmethodinvocation.c:406 ../gio/gsocket.c:2974 +#: ../gio/gdbusmethodinvocation.c:406 +#: ../gio/gsocket.c:2974 #: ../gio/gsocket.c:3055 #, c-format msgid "Error sending message: %s" msgstr "Błąd podczas wysyłania komunikatu: %s" -#: ../gio/gdbusprivate.c:1766 +#: ../gio/gdbusprivate.c:1758 msgid "Unable to load /var/lib/dbus/machine-id: " msgstr "Nie można wczytać pliku /var/lib/dbus/machine-id: " #: ../gio/gdbusproxy.c:714 #, c-format -msgid "" -"Trying to set property %s of type %s but according to the expected interface " -"the type is %s" -msgstr "" -"Próba ustawienia własności %s typu %s, ale według oczekiwanego interfejsu " -"typ to %s" +msgid "Trying to set property %s of type %s but according to the expected interface the type is %s" +msgstr "Próba ustawienia własności %s typu %s, ale według oczekiwanego interfejsu typ to %s" #: ../gio/gdbusproxy.c:1235 #, c-format @@ -2051,14 +1916,10 @@ msgid "Unexpected reply %d from StartServiceByName(\"%s\") method" msgstr "Nieoczekiwana odpowiedź %d od metody StartServiceByName(\"%s\")" -#: ../gio/gdbusproxy.c:2315 ../gio/gdbusproxy.c:2472 -msgid "" -"Cannot invoke method; proxy is for a well-known name without an owner and " -"proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag" -msgstr "" -"Nie można wywołać metody; pośrednik jest dla znanej nazwy bez właściciela, a " -"pośrednik został utworzony za pomocą flagi " -"G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START" +#: ../gio/gdbusproxy.c:2315 +#: ../gio/gdbusproxy.c:2472 +msgid "Cannot invoke method; proxy is for a well-known name without an owner and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag" +msgstr "Nie można wywołać metody; pośrednik jest dla znanej nazwy bez właściciela, a pośrednik został utworzony za pomocą flagi G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START" #: ../gio/gdbusserver.c:715 msgid "Abstract name space not supported" @@ -2083,7 +1944,8 @@ msgid "Cannot listen on unsupported transport `%s'" msgstr "Nie można nasłuchiwać na nieobsługiwanym transporcie \"%s\"" -#: ../gio/gdbus-tool.c:87 ../gio/gsettings-tool.c:76 +#: ../gio/gdbus-tool.c:87 +#: ../gio/gsettings-tool.c:76 msgid "COMMAND" msgstr "POLECENIE" @@ -2106,13 +1968,19 @@ "\n" "Polecenie \"%s POLECENIE --help\" wyświetla pomoc o każdym poleceniu.\n" -#: ../gio/gdbus-tool.c:160 ../gio/gdbus-tool.c:216 ../gio/gdbus-tool.c:288 -#: ../gio/gdbus-tool.c:312 ../gio/gdbus-tool.c:814 ../gio/gdbus-tool.c:1324 +#: ../gio/gdbus-tool.c:160 +#: ../gio/gdbus-tool.c:216 +#: ../gio/gdbus-tool.c:288 +#: ../gio/gdbus-tool.c:312 +#: ../gio/gdbus-tool.c:814 +#: ../gio/gdbus-tool.c:1324 #, c-format msgid "Error: %s\n" msgstr "Błąd: %s\n" -#: ../gio/gdbus-tool.c:171 ../gio/gdbus-tool.c:229 ../gio/gdbus-tool.c:1340 +#: ../gio/gdbus-tool.c:171 +#: ../gio/gdbus-tool.c:229 +#: ../gio/gdbus-tool.c:1340 #, c-format msgid "Error parsing introspection XML: %s\n" msgstr "Błąd podczas przetwarzania kodu XML introspekcji: %s\n" @@ -2149,19 +2017,13 @@ #: ../gio/gdbus-tool.c:459 #, c-format -msgid "" -"Warning: According to introspection data, interface `%s' does not exist\n" -msgstr "" -"Ostrzeżenie: według danych introspekcji, interfejs \"%s\" nie istnieje\n" +msgid "Warning: According to introspection data, interface `%s' does not exist\n" +msgstr "Ostrzeżenie: według danych introspekcji, interfejs \"%s\" nie istnieje\n" #: ../gio/gdbus-tool.c:468 #, c-format -msgid "" -"Warning: According to introspection data, method `%s' does not exist on " -"interface `%s'\n" -msgstr "" -"Ostrzeżenie: według danych introspekcji, metoda \"%s\" nie istnieje w " -"interfejsie \"%s\"\n" +msgid "Warning: According to introspection data, method `%s' does not exist on interface `%s'\n" +msgstr "Ostrzeżenie: według danych introspekcji, metoda \"%s\" nie istnieje w interfejsie \"%s\"\n" #: ../gio/gdbus-tool.c:530 msgid "Destination name to invoke method on" @@ -2179,22 +2041,29 @@ msgid "Invoke a method on a remote object." msgstr "Wywołuje metodę na zdalnym obiekcie." -#: ../gio/gdbus-tool.c:626 ../gio/gdbus-tool.c:1245 ../gio/gdbus-tool.c:1505 +#: ../gio/gdbus-tool.c:626 +#: ../gio/gdbus-tool.c:1245 +#: ../gio/gdbus-tool.c:1505 #, c-format msgid "Error connecting: %s\n" msgstr "Błąd podczas połączenia: %s\n" -#: ../gio/gdbus-tool.c:646 ../gio/gdbus-tool.c:1264 ../gio/gdbus-tool.c:1524 +#: ../gio/gdbus-tool.c:646 +#: ../gio/gdbus-tool.c:1264 +#: ../gio/gdbus-tool.c:1524 #, c-format msgid "Error: Destination is not specified\n" msgstr "Błąd: nie określono celu\n" -#: ../gio/gdbus-tool.c:667 ../gio/gdbus-tool.c:1283 +#: ../gio/gdbus-tool.c:667 +#: ../gio/gdbus-tool.c:1283 #, c-format msgid "Error: Object path is not specified\n" msgstr "Błąd: nie określono ścieżki do obiektu\n" -#: ../gio/gdbus-tool.c:687 ../gio/gdbus-tool.c:1303 ../gio/gdbus-tool.c:1564 +#: ../gio/gdbus-tool.c:687 +#: ../gio/gdbus-tool.c:1303 +#: ../gio/gdbus-tool.c:1564 #, c-format msgid "Error: %s is not a valid object path\n" msgstr "Błąd: %s nie jest prawidłową ścieżką do obiektu\n" @@ -2247,7 +2116,8 @@ msgid "Monitor a remote object." msgstr "Monitoruje zdalny obiekt." -#: ../gio/gdesktopappinfo.c:467 ../gio/gwin32appinfo.c:221 +#: ../gio/gdesktopappinfo.c:467 +#: ../gio/gwin32appinfo.c:221 msgid "Unnamed" msgstr "Bez nazwy" @@ -2262,8 +2132,7 @@ #: ../gio/gdesktopappinfo.c:1153 #, c-format msgid "Can't create user application configuration folder %s: %s" -msgstr "" -"Nie można utworzyć katalogu użytkownika dla konfiguracji programu %s: %s" +msgstr "Nie można utworzyć katalogu użytkownika dla konfiguracji programu %s: %s" #: ../gio/gdesktopappinfo.c:1157 #, c-format @@ -2327,15 +2196,33 @@ msgid "Expected a GEmblem for GEmblemedIcon" msgstr "Oczekiwano obiektu GEmblem dla GEmblemedIcon" -#: ../gio/gfile.c:870 ../gio/gfile.c:1100 ../gio/gfile.c:1235 -#: ../gio/gfile.c:1471 ../gio/gfile.c:1525 ../gio/gfile.c:1582 -#: ../gio/gfile.c:1665 ../gio/gfile.c:1720 ../gio/gfile.c:1780 -#: ../gio/gfile.c:1834 ../gio/gfile.c:3304 ../gio/gfile.c:3358 -#: ../gio/gfile.c:3490 ../gio/gfile.c:3530 ../gio/gfile.c:3857 -#: ../gio/gfile.c:4259 ../gio/gfile.c:4345 ../gio/gfile.c:4434 -#: ../gio/gfile.c:4532 ../gio/gfile.c:4619 ../gio/gfile.c:4712 -#: ../gio/gfile.c:5042 ../gio/gfile.c:5322 ../gio/gfile.c:5391 -#: ../gio/gfile.c:6983 ../gio/gfile.c:7073 ../gio/gfile.c:7159 +#: ../gio/gfile.c:870 +#: ../gio/gfile.c:1100 +#: ../gio/gfile.c:1235 +#: ../gio/gfile.c:1471 +#: ../gio/gfile.c:1525 +#: ../gio/gfile.c:1582 +#: ../gio/gfile.c:1665 +#: ../gio/gfile.c:1720 +#: ../gio/gfile.c:1780 +#: ../gio/gfile.c:1834 +#: ../gio/gfile.c:3304 +#: ../gio/gfile.c:3358 +#: ../gio/gfile.c:3490 +#: ../gio/gfile.c:3530 +#: ../gio/gfile.c:3857 +#: ../gio/gfile.c:4259 +#: ../gio/gfile.c:4345 +#: ../gio/gfile.c:4434 +#: ../gio/gfile.c:4532 +#: ../gio/gfile.c:4619 +#: ../gio/gfile.c:4712 +#: ../gio/gfile.c:5042 +#: ../gio/gfile.c:5322 +#: ../gio/gfile.c:5391 +#: ../gio/gfile.c:6983 +#: ../gio/gfile.c:7073 +#: ../gio/gfile.c:7159 #: ../gio/win32/gwinhttpfile.c:439 msgid "Operation not supported" msgstr "Działanie nie jest obsługiwane" @@ -2348,12 +2235,15 @@ #. Translators: This is an error message when trying to find #. * the enclosing (user visible) mount of a file, but none #. * exists. -#: ../gio/gfile.c:1356 ../gio/glocalfile.c:1059 ../gio/glocalfile.c:1070 +#: ../gio/gfile.c:1356 +#: ../gio/glocalfile.c:1059 +#: ../gio/glocalfile.c:1070 #: ../gio/glocalfile.c:1083 msgid "Containing mount does not exist" msgstr "Nie istnieje zawierające montowanie" -#: ../gio/gfile.c:2408 ../gio/glocalfile.c:2258 +#: ../gio/gfile.c:2408 +#: ../gio/glocalfile.c:2258 msgid "Can't copy over directory" msgstr "Nie można skopiować na katalog" @@ -2361,7 +2251,8 @@ msgid "Can't copy directory over directory" msgstr "Nie można skopiować katalogu na katalog" -#: ../gio/gfile.c:2477 ../gio/glocalfile.c:2267 +#: ../gio/gfile.c:2477 +#: ../gio/glocalfile.c:2267 msgid "Target file exists" msgstr "Plik docelowy istnieje" @@ -2395,7 +2286,8 @@ msgid "File names cannot contain '%c'" msgstr "Nazwy plików nie mogą zawierać \"%c\"" -#: ../gio/gfile.c:6040 ../gio/gvolume.c:330 +#: ../gio/gfile.c:6040 +#: ../gio/gvolume.c:330 msgid "volume doesn't implement mount" msgstr "wolumin nie obsługuje montowania" @@ -2407,12 +2299,15 @@ msgid "Enumerator is closed" msgstr "Enumerator jest zamknięty" -#: ../gio/gfileenumerator.c:212 ../gio/gfileenumerator.c:271 -#: ../gio/gfileenumerator.c:371 ../gio/gfileenumerator.c:480 +#: ../gio/gfileenumerator.c:212 +#: ../gio/gfileenumerator.c:271 +#: ../gio/gfileenumerator.c:371 +#: ../gio/gfileenumerator.c:480 msgid "File enumerator has outstanding operation" msgstr "Enumerator plików ma zaległe działanie" -#: ../gio/gfileenumerator.c:361 ../gio/gfileenumerator.c:470 +#: ../gio/gfileenumerator.c:361 +#: ../gio/gfileenumerator.c:470 msgid "File enumerator is already closed" msgstr "Enumerator plików jest już zamknięty" @@ -2425,13 +2320,16 @@ msgid "Malformed input data for GFileIcon" msgstr "Błędny format danych wejściowych dla GFileIcon" -#: ../gio/gfileinputstream.c:154 ../gio/gfileinputstream.c:421 -#: ../gio/gfileiostream.c:170 ../gio/gfileoutputstream.c:169 +#: ../gio/gfileinputstream.c:154 +#: ../gio/gfileinputstream.c:421 +#: ../gio/gfileiostream.c:170 +#: ../gio/gfileoutputstream.c:169 #: ../gio/gfileoutputstream.c:524 msgid "Stream doesn't support query_info" msgstr "Potok nie obsługuje działania query_info" -#: ../gio/gfileinputstream.c:336 ../gio/gfileiostream.c:388 +#: ../gio/gfileinputstream.c:336 +#: ../gio/gfileiostream.c:388 #: ../gio/gfileoutputstream.c:382 msgid "Seek not supported on stream" msgstr "Szukanie nie jest obsługiwane przez potok" @@ -2440,7 +2338,8 @@ msgid "Truncate not allowed on input stream" msgstr "Skracanie nie jest dozwolone na potoku wejściowym" -#: ../gio/gfileiostream.c:464 ../gio/gfileoutputstream.c:458 +#: ../gio/gfileiostream.c:464 +#: ../gio/gfileoutputstream.c:458 msgid "Truncate not supported on stream" msgstr "Skracanie nie jest dozwolone na potoku" @@ -2488,12 +2387,14 @@ #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: ../gio/ginputstream.c:901 ../gio/giostream.c:316 -#: ../gio/goutputstream.c:1209 +#: ../gio/ginputstream.c:901 +#: ../gio/giostream.c:316 +#: ../gio/goutputstream.c:1210 msgid "Stream has outstanding operation" msgstr "Potok ma zaległe działanie" -#: ../gio/ginetsocketaddress.c:181 ../gio/ginetsocketaddress.c:198 +#: ../gio/ginetsocketaddress.c:181 +#: ../gio/ginetsocketaddress.c:198 #: ../gio/gunixsocketaddress.c:221 msgid "Not enough space for socket address" msgstr "Brak wystarczającej ilości miejsca dla adresu gniazda" @@ -2502,221 +2403,231 @@ msgid "Unsupported socket address" msgstr "Nieobsługiwany adres gniazda" -#: ../gio/glib-compile-schemas.c:702 +#: ../gio/glib-compile-schemas.c:703 msgid "empty names are not permitted" msgstr "puste nazwy nie są dozwolone" -#: ../gio/glib-compile-schemas.c:712 +#: ../gio/glib-compile-schemas.c:713 #, c-format msgid "invalid name '%s': names must begin with a lowercase letter" -msgstr "" -"nieprawidłowa nazwa \"%s\": nazwy muszą rozpoczynać się od małej litery" +msgstr "nieprawidłowa nazwa \"%s\": nazwy muszą rozpoczynać się od małej litery" -#: ../gio/glib-compile-schemas.c:724 +#: ../gio/glib-compile-schemas.c:725 #, c-format -msgid "" -"invalid name '%s': invalid character '%c'; only lowercase letters, numbers " -"and dash ('-') are permitted." -msgstr "" -"nieprawidłowa nazwa \"%s\": niedozwolony znak \"%c\". Dozwolone są tylko " -"małe litery, liczby i myślniki (\"-\")." +msgid "invalid name '%s': invalid character '%c'; only lowercase letters, numbers and dash ('-') are permitted." +msgstr "nieprawidłowa nazwa \"%s\": niedozwolony znak \"%c\". Dozwolone są tylko małe litery, liczby i myślniki (\"-\")." -#: ../gio/glib-compile-schemas.c:733 +#: ../gio/glib-compile-schemas.c:734 #, c-format msgid "invalid name '%s': two successive dashes ('--') are not permitted." msgstr "nieprawidłowa nazwa \"%s\": dwa myślniki (\"--\") nie są dozwolone." -#: ../gio/glib-compile-schemas.c:742 +#: ../gio/glib-compile-schemas.c:743 #, c-format msgid "invalid name '%s': the last character may not be a dash ('-')." -msgstr "" -"nieprawidłowa nazwa \"%s\": ostatni znak nie może być myślnikiem (\"-\")." +msgstr "nieprawidłowa nazwa \"%s\": ostatni znak nie może być myślnikiem (\"-\")." -#: ../gio/glib-compile-schemas.c:750 +#: ../gio/glib-compile-schemas.c:751 #, c-format msgid "invalid name '%s': maximum length is 32" msgstr "nieprawidłowa nazwa \"%s\": maksymalna długość do 32" -#: ../gio/glib-compile-schemas.c:819 +#: ../gio/glib-compile-schemas.c:820 #, c-format msgid " already specified" msgstr " zostało już określone" -#: ../gio/glib-compile-schemas.c:845 +#: ../gio/glib-compile-schemas.c:846 msgid "can not add keys to a 'list-of' schema" msgstr "nie można dodać kluczy do schematu \"list-of\"" -#: ../gio/glib-compile-schemas.c:856 +#: ../gio/glib-compile-schemas.c:857 #, c-format msgid " already specified" msgstr " zostało już określone" -#: ../gio/glib-compile-schemas.c:874 +#: ../gio/glib-compile-schemas.c:875 #, c-format -msgid "" -" shadows in ; use " -"to modify value" -msgstr "" -" pokrywa w ; należy użyć " -"znacznika , aby zmodyfikować wartość" +msgid " shadows in ; use to modify value" +msgstr " pokrywa w ; należy użyć znacznika , aby zmodyfikować wartość" -#: ../gio/glib-compile-schemas.c:885 +#: ../gio/glib-compile-schemas.c:886 #, c-format -msgid "" -"exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " -"to " -msgstr "" -"dokładnie jedna z wartości \"type\", \"enum\" lub \"flags\" musi zostać " -"określona jako atrybut znacznika " +msgid "exactly one of 'type', 'enum' or 'flags' must be specified as an attribute to " +msgstr "dokładnie jedna z wartości \"type\", \"enum\" lub \"flags\" musi zostać określona jako atrybut znacznika " -#: ../gio/glib-compile-schemas.c:904 +#: ../gio/glib-compile-schemas.c:905 #, c-format msgid "<%s id='%s'> not (yet) defined." msgstr "<%s id='%s'> nie zostało (jeszcze) określone." -#: ../gio/glib-compile-schemas.c:919 +#: ../gio/glib-compile-schemas.c:920 #, c-format msgid "invalid GVariant type string '%s'" msgstr "nieprawidłowy typ GVariant ciągu \"%s\"" -#: ../gio/glib-compile-schemas.c:949 +#: ../gio/glib-compile-schemas.c:950 msgid " given but schema isn't extending anything" msgstr "podano znacznik , ale schemat nic nie rozszerza" -#: ../gio/glib-compile-schemas.c:962 +#: ../gio/glib-compile-schemas.c:963 #, c-format msgid "no to override" msgstr "brak znacznika do zastąpienia" -#: ../gio/glib-compile-schemas.c:970 +#: ../gio/glib-compile-schemas.c:971 #, c-format msgid " already specified" msgstr " zostało już określone" -#: ../gio/glib-compile-schemas.c:1036 +#: ../gio/glib-compile-schemas.c:1042 #, c-format msgid " already specified" msgstr " zostało już określone" -#: ../gio/glib-compile-schemas.c:1048 +#: ../gio/glib-compile-schemas.c:1054 #, c-format msgid " extends not yet existing schema '%s'" msgstr " rozszerza jeszcze nie istniejący schemat \"%s\"" -#: ../gio/glib-compile-schemas.c:1064 +#: ../gio/glib-compile-schemas.c:1070 #, c-format msgid " is list of not yet existing schema '%s'" msgstr " jest listą jeszcze nie istniejącego schematu \"%s\"" -#: ../gio/glib-compile-schemas.c:1072 +#: ../gio/glib-compile-schemas.c:1078 #, c-format msgid "Can not be a list of a schema with a path" msgstr "Nie można być listą schematów ze ścieżkami" -#: ../gio/glib-compile-schemas.c:1082 +#: ../gio/glib-compile-schemas.c:1088 #, c-format msgid "Can not extend a schema with a path" msgstr "Nie można rozszerzyć schematu ze ścieżką" -#: ../gio/glib-compile-schemas.c:1092 +#: ../gio/glib-compile-schemas.c:1098 #, c-format -msgid "" -" is a list, extending which is not a list" -msgstr "" -" jest listą rozszerzającą znacznik , który " -"nie jest listą" +msgid " is a list, extending which is not a list" +msgstr " jest listą rozszerzającą znacznik , który nie jest listą" -#: ../gio/glib-compile-schemas.c:1102 +#: ../gio/glib-compile-schemas.c:1108 #, c-format -msgid "" -" extends but '%s' " -"does not extend '%s'" -msgstr "" -" rozszerza znacznik , ale \"%s\" nie rozszerza \"%s\"" +msgid " extends but '%s' does not extend '%s'" +msgstr " rozszerza znacznik , ale \"%s\" nie rozszerza \"%s\"" -#: ../gio/glib-compile-schemas.c:1119 +#: ../gio/glib-compile-schemas.c:1125 #, c-format msgid "a path, if given, must begin and end with a slash" -msgstr "" -"ścieżka, jeśli zostanie podana, musi rozpoczynać się i kończyć ukośnikiem" +msgstr "ścieżka, jeśli zostanie podana, musi rozpoczynać się i kończyć ukośnikiem" -#: ../gio/glib-compile-schemas.c:1126 +#: ../gio/glib-compile-schemas.c:1132 #, c-format msgid "the path of a list must end with ':/'" msgstr "ścieżka do listy musi kończyć się \":/\"" -#: ../gio/glib-compile-schemas.c:1148 +#: ../gio/glib-compile-schemas.c:1158 #, c-format msgid "<%s id='%s'> already specified" msgstr "<%s id='%s'> zostało już określone" -#: ../gio/glib-compile-schemas.c:1362 +#: ../gio/glib-compile-schemas.c:1375 #, c-format msgid "Element <%s> not allowed inside <%s>" msgstr "Element <%s> nie jest dozwolony wewnątrz <%s>" -#: ../gio/glib-compile-schemas.c:1366 +#: ../gio/glib-compile-schemas.c:1379 #, c-format msgid "Element <%s> not allowed at toplevel" msgstr "Element <%s> nie jest dozwolony jako główny element" -#: ../gio/glib-compile-schemas.c:1460 +#: ../gio/glib-compile-schemas.c:1473 #, c-format msgid "text may not appear inside <%s>" msgstr "tekst nie może znajdować się wewnątrz <%s>" -#: ../gio/glib-compile-schemas.c:1674 +#. Translators: Do not translate "--strict". +#: ../gio/glib-compile-schemas.c:1641 +#: ../gio/glib-compile-schemas.c:1712 +#: ../gio/glib-compile-schemas.c:1788 +#, c-format +msgid "--strict was specified; exiting.\n" +msgstr "Podano opcję --strict; kończenie działania.\n" + +#: ../gio/glib-compile-schemas.c:1649 +#, c-format +msgid "This entire file has been ignored.\n" +msgstr "Cały plik został zignorowany.\n" + +#: ../gio/glib-compile-schemas.c:1708 #, c-format -msgid "No such schema `%s' specified in override file `%s'" -msgstr "Nie określono schematu \"%s\" w pliku zastąpienia \"%s\"" +msgid "Ignoring this file.\n" +msgstr "Ignorowanie tego pliku.\n" -#: ../gio/glib-compile-schemas.c:1698 +#: ../gio/glib-compile-schemas.c:1748 #, c-format msgid "No such key `%s' in schema `%s' as specified in override file `%s'" -msgstr "" -"Brak klucza \"%s\" w schemacie \"%s\", jak określono w pliku zastąpienia \"%s" -"\"" +msgstr "Brak klucza \"%s\" w schemacie \"%s\", jak określono w pliku zastąpienia \"%s\"" -#: ../gio/glib-compile-schemas.c:1731 +#: ../gio/glib-compile-schemas.c:1754 +#: ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1840 #, c-format -msgid "" -"override for key `%s' in schema `%s' in override file `%s' is out of the " -"range given in the schema" -msgstr "" -"zastąpienie dla klucza \"%s\" w schemacie \"%s\" w pliku zastąpienia \"%s\" " -"jest poza zakresem podanym w schemacie" +msgid "; ignoring override for this key.\n" +msgstr "; ignorowanie zastąpienia dla tego klucza.\n" -#: ../gio/glib-compile-schemas.c:1752 +#: ../gio/glib-compile-schemas.c:1758 +#: ../gio/glib-compile-schemas.c:1816 +#: ../gio/glib-compile-schemas.c:1844 #, c-format -msgid "" -"override for key `%s' in schema `%s' in override file `%s' is not in the " -"list of valid choices" -msgstr "" -"zastąpienie dla klucza \"%s\" w schemacie \"%s\" w pliku zastąpienia \"%s\" " -"nie znajduje się na liście prawidłowych wyborów" +msgid " and --strict was specified; exiting.\n" +msgstr " oraz podano opcję --strict; kończenie działania.\n" -#: ../gio/glib-compile-schemas.c:1797 +#: ../gio/glib-compile-schemas.c:1774 +#, c-format +msgid "error parsing key `%s' in schema `%s' as specified in override file `%s': %s. " +msgstr "błąd podczas przetwarzania klucza \"%s\" w schemacie \"%s\", jak określono w pliku zastąpienia \"%s\": %s. " + +#: ../gio/glib-compile-schemas.c:1784 +#, c-format +msgid "Ignoring override for this key.\n" +msgstr "Ignorowanie zastąpienia dla tego klucza.\n" + +#: ../gio/glib-compile-schemas.c:1802 +#, c-format +msgid "override for key `%s' in schema `%s' in override file `%s' is out of the range given in the schema" +msgstr "zastąpienie dla klucza \"%s\" w schemacie \"%s\" w pliku zastąpienia \"%s\" jest poza zakresem podanym w schemacie" + +#: ../gio/glib-compile-schemas.c:1830 +#, c-format +msgid "override for key `%s' in schema `%s' in override file `%s' is not in the list of valid choices" +msgstr "zastąpienie dla klucza \"%s\" w schemacie \"%s\" w pliku zastąpienia \"%s\" nie znajduje się na liście prawidłowych wyborów" + +#: ../gio/glib-compile-schemas.c:1884 msgid "where to store the gschemas.compiled file" msgstr "gdzie przechowywać plik schemas.compiled" -#: ../gio/glib-compile-schemas.c:1797 ../gio/glib-compile-schemas.c:1809 +#: ../gio/glib-compile-schemas.c:1884 +#: ../gio/glib-compile-schemas.c:1897 msgid "DIRECTORY" msgstr "KATALOG" -#: ../gio/glib-compile-schemas.c:1798 +#: ../gio/glib-compile-schemas.c:1885 +msgid "Abort on any errors in schemas" +msgstr "Przerywa po każdym błędzie w schematach" + +#: ../gio/glib-compile-schemas.c:1886 msgid "Do not write the gschema.compiled file" msgstr "Bez zapisywania pliku gschema.compiled" -#: ../gio/glib-compile-schemas.c:1799 +#: ../gio/glib-compile-schemas.c:1887 msgid "This option will be removed soon." msgstr "Ta opcja zostanie niedługo usunięta." -#: ../gio/glib-compile-schemas.c:1800 +#: ../gio/glib-compile-schemas.c:1888 msgid "Do not enforce key name restrictions" msgstr "Bez wymuszania ograniczeń nazw kluczy" -#: ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1900 msgid "" "Compile all GSettings schema files into a schema cache.\n" "Schema files are required to have the extension .gschema.xml,\n" @@ -2727,22 +2638,22 @@ "rozszerzenie .gschema.xml, a pliki pamięci podręcznej\n" "nazywają się gschemas.compiled." -#: ../gio/glib-compile-schemas.c:1828 +#: ../gio/glib-compile-schemas.c:1916 #, c-format msgid "You should give exactly one directory name\n" msgstr "Należy podać dokładnie jedną nazwę katalogu\n" -#: ../gio/glib-compile-schemas.c:1867 +#: ../gio/glib-compile-schemas.c:1955 #, c-format msgid "No schema files found: " msgstr "Nie odnaleziono plików schematów: " -#: ../gio/glib-compile-schemas.c:1870 +#: ../gio/glib-compile-schemas.c:1958 #, c-format msgid "doing nothing.\n" msgstr "nic.\n" -#: ../gio/glib-compile-schemas.c:1873 +#: ../gio/glib-compile-schemas.c:1961 #, c-format msgid "removed existing output file.\n" msgstr "usunięto istniejący plik wyjściowy.\n" @@ -2751,7 +2662,8 @@ msgid "Unable to find default local directory monitor type" msgstr "Nie można odnaleźć domyślnego typu monitora katalogu lokalnego" -#: ../gio/glocalfile.c:593 ../gio/win32/gwinhttpfile.c:422 +#: ../gio/glocalfile.c:593 +#: ../gio/win32/gwinhttpfile.c:422 #, c-format msgid "Invalid filename %s" msgstr "Nieprawidłowa nazwa pliku %s" @@ -2765,7 +2677,8 @@ msgid "Can't rename root directory" msgstr "Nie można zmienić nazwy katalogu głównego" -#: ../gio/glocalfile.c:1125 ../gio/glocalfile.c:1151 +#: ../gio/glocalfile.c:1125 +#: ../gio/glocalfile.c:1151 #, c-format msgid "Error renaming file: %s" msgstr "Błąd podczas zmieniania nazwy pliku: %s" @@ -2774,9 +2687,13 @@ msgid "Can't rename file, filename already exist" msgstr "Nie można zmienić nazwy pliku, plik o takiej nazwie już istnieje" -#: ../gio/glocalfile.c:1147 ../gio/glocalfile.c:2131 ../gio/glocalfile.c:2160 -#: ../gio/glocalfile.c:2320 ../gio/glocalfileoutputstream.c:571 -#: ../gio/glocalfileoutputstream.c:624 ../gio/glocalfileoutputstream.c:669 +#: ../gio/glocalfile.c:1147 +#: ../gio/glocalfile.c:2131 +#: ../gio/glocalfile.c:2160 +#: ../gio/glocalfile.c:2320 +#: ../gio/glocalfileoutputstream.c:571 +#: ../gio/glocalfileoutputstream.c:624 +#: ../gio/glocalfileoutputstream.c:669 #: ../gio/glocalfileoutputstream.c:1151 msgid "Invalid filename" msgstr "Nieprawidłowa nazwa pliku" @@ -2809,7 +2726,8 @@ msgid "Unable to find toplevel directory for trash" msgstr "Nie można odnaleźć głównego katalogu dla kosza" -#: ../gio/glocalfile.c:1933 ../gio/glocalfile.c:1953 +#: ../gio/glocalfile.c:1933 +#: ../gio/glocalfile.c:1953 msgid "Unable to find or create trash directory" msgstr "Nie można odnaleźć lub utworzyć katalogu kosza" @@ -2818,7 +2736,9 @@ msgid "Unable to create trashing info file: %s" msgstr "Nie można utworzyć pliku informacji o koszu: %s" -#: ../gio/glocalfile.c:2016 ../gio/glocalfile.c:2021 ../gio/glocalfile.c:2101 +#: ../gio/glocalfile.c:2016 +#: ../gio/glocalfile.c:2021 +#: ../gio/glocalfile.c:2101 #: ../gio/glocalfile.c:2108 #, c-format msgid "Unable to trash file: %s" @@ -2839,7 +2759,8 @@ msgid "Error making symbolic link: %s" msgstr "Błąd podczas tworzenia dowiązania symbolicznego: %s" -#: ../gio/glocalfile.c:2230 ../gio/glocalfile.c:2324 +#: ../gio/glocalfile.c:2230 +#: ../gio/glocalfile.c:2324 #, c-format msgid "Error moving file: %s" msgstr "Błąd podczas przenoszenia pliku: %s" @@ -2848,9 +2769,12 @@ msgid "Can't move directory over directory" msgstr "Nie można przenieść katalogu na katalog" -#: ../gio/glocalfile.c:2280 ../gio/glocalfileoutputstream.c:949 -#: ../gio/glocalfileoutputstream.c:963 ../gio/glocalfileoutputstream.c:978 -#: ../gio/glocalfileoutputstream.c:994 ../gio/glocalfileoutputstream.c:1008 +#: ../gio/glocalfile.c:2280 +#: ../gio/glocalfileoutputstream.c:949 +#: ../gio/glocalfileoutputstream.c:963 +#: ../gio/glocalfileoutputstream.c:978 +#: ../gio/glocalfileoutputstream.c:994 +#: ../gio/glocalfileoutputstream.c:1008 msgid "Backup file creation failed" msgstr "Utworzenie pliku kopii zapasowej się nie powiodło" @@ -2880,7 +2804,8 @@ msgid "Error setting extended attribute '%s': %s" msgstr "Błąd podczas ustawiania rozszerzonego atrybutu \"%s\": %s" -#: ../gio/glocalfileinfo.c:1483 ../gio/glocalfileoutputstream.c:833 +#: ../gio/glocalfileinfo.c:1483 +#: ../gio/glocalfileoutputstream.c:833 #, c-format msgid "Error stating file '%s': %s" msgstr "Błąd podczas wyznaczania pliku \"%s\": %s" @@ -2902,7 +2827,8 @@ msgid "Invalid attribute type (uint64 expected)" msgstr "Nieprawidłowy typ atrybutu (oczekiwano \"uint64\")" -#: ../gio/glocalfileinfo.c:1851 ../gio/glocalfileinfo.c:1870 +#: ../gio/glocalfileinfo.c:1851 +#: ../gio/glocalfileinfo.c:1870 msgid "Invalid attribute type (byte string expected)" msgstr "Nieprawidłowy typ atrybutu (oczekiwano \"byte string\")" @@ -2924,7 +2850,8 @@ msgid "symlink must be non-NULL" msgstr "dowiązanie symboliczne nie może być puste" -#: ../gio/glocalfileinfo.c:2005 ../gio/glocalfileinfo.c:2024 +#: ../gio/glocalfileinfo.c:2005 +#: ../gio/glocalfileinfo.c:2024 #: ../gio/glocalfileinfo.c:2035 #, c-format msgid "Error setting symlink: %s" @@ -2932,9 +2859,7 @@ #: ../gio/glocalfileinfo.c:2014 msgid "Error setting symlink: file is not a symlink" -msgstr "" -"Błąd podczas ustawiania dowiązania symbolicznego: plik nie jest dowiązaniem " -"symbolicznym" +msgstr "Błąd podczas ustawiania dowiązania symbolicznego: plik nie jest dowiązaniem symbolicznym" #: ../gio/glocalfileinfo.c:2140 #, c-format @@ -2959,19 +2884,23 @@ msgid "Setting attribute %s not supported" msgstr "Ustawianie atrybutu %s nie jest obsługiwane" -#: ../gio/glocalfileinputstream.c:185 ../gio/glocalfileoutputstream.c:722 +#: ../gio/glocalfileinputstream.c:185 +#: ../gio/glocalfileoutputstream.c:722 #, c-format msgid "Error reading from file: %s" msgstr "Błąd podczas odczytywania z pliku: %s" -#: ../gio/glocalfileinputstream.c:216 ../gio/glocalfileinputstream.c:228 -#: ../gio/glocalfileinputstream.c:340 ../gio/glocalfileoutputstream.c:470 +#: ../gio/glocalfileinputstream.c:216 +#: ../gio/glocalfileinputstream.c:228 +#: ../gio/glocalfileinputstream.c:340 +#: ../gio/glocalfileoutputstream.c:470 #: ../gio/glocalfileoutputstream.c:1026 #, c-format msgid "Error seeking in file: %s" msgstr "Błąd podczas wyszukiwania w pliku: %s" -#: ../gio/glocalfileinputstream.c:261 ../gio/glocalfileoutputstream.c:256 +#: ../gio/glocalfileinputstream.c:261 +#: ../gio/glocalfileoutputstream.c:256 #: ../gio/glocalfileoutputstream.c:351 #, c-format msgid "Error closing file: %s" @@ -2981,7 +2910,8 @@ msgid "Unable to find default local file monitor type" msgstr "Nie można odnaleźć domyślnego typu monitora pliku lokalnego" -#: ../gio/glocalfileoutputstream.c:202 ../gio/glocalfileoutputstream.c:235 +#: ../gio/glocalfileoutputstream.c:202 +#: ../gio/glocalfileoutputstream.c:235 #: ../gio/glocalfileoutputstream.c:743 #, c-format msgid "Error writing to file: %s" @@ -2992,7 +2922,8 @@ msgid "Error removing old backup link: %s" msgstr "Błąd podczas usuwania odnośnika do starej kopii zapasowej: %s" -#: ../gio/glocalfileoutputstream.c:297 ../gio/glocalfileoutputstream.c:310 +#: ../gio/glocalfileoutputstream.c:297 +#: ../gio/glocalfileoutputstream.c:310 #, c-format msgid "Error creating backup copy: %s" msgstr "Błąd podczas tworzenia kopii zapasowej: %s" @@ -3002,14 +2933,18 @@ msgid "Error renaming temporary file: %s" msgstr "Błąd podczas zmieniania nazwy pliku tymczasowego: %s" -#: ../gio/glocalfileoutputstream.c:516 ../gio/glocalfileoutputstream.c:1077 +#: ../gio/glocalfileoutputstream.c:516 +#: ../gio/glocalfileoutputstream.c:1077 #, c-format msgid "Error truncating file: %s" msgstr "Błąd podczas skracania pliku: %s" -#: ../gio/glocalfileoutputstream.c:577 ../gio/glocalfileoutputstream.c:630 -#: ../gio/glocalfileoutputstream.c:675 ../gio/glocalfileoutputstream.c:815 -#: ../gio/glocalfileoutputstream.c:1058 ../gio/glocalfileoutputstream.c:1157 +#: ../gio/glocalfileoutputstream.c:577 +#: ../gio/glocalfileoutputstream.c:630 +#: ../gio/glocalfileoutputstream.c:675 +#: ../gio/glocalfileoutputstream.c:815 +#: ../gio/glocalfileoutputstream.c:1058 +#: ../gio/glocalfileoutputstream.c:1157 #, c-format msgid "Error opening file '%s': %s" msgstr "Błąd podczas otwierania pliku \"%s\": %s" @@ -3031,7 +2966,8 @@ msgid "Error removing old file: %s" msgstr "Błąd podczas usuwania starego pliku: %s" -#: ../gio/gmemoryinputstream.c:486 ../gio/gmemoryoutputstream.c:746 +#: ../gio/gmemoryinputstream.c:486 +#: ../gio/gmemoryoutputstream.c:746 msgid "Invalid GSeekType supplied" msgstr "Podano nieprawidłowy obiekt GSeekType" @@ -3052,12 +2988,8 @@ msgstr "Zmiana rozmiaru potoku wyjściowego pamięci się nie powiodła" #: ../gio/gmemoryoutputstream.c:600 -msgid "" -"Amount of memory required to process the write is larger than available " -"address space" -msgstr "" -"Ilość pamięci wymagana dla przetworzenia zapisu jest większa, niż dostępna " -"przestrzeń adresowa" +msgid "Amount of memory required to process the write is larger than available address space" +msgstr "Ilość pamięci wymagana dla przetworzenia zapisu jest większa, niż dostępna przestrzeń adresowa" #: ../gio/gmemoryoutputstream.c:756 msgid "Requested seek before the beginning of the stream" @@ -3086,8 +3018,7 @@ #. * don't implement any of unmount or unmount_with_operation. #: ../gio/gmount.c:522 msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\"" -msgstr "" -"montowany obiekt nie obsługuje odmontowania lub \"unmount_with_operation\"" +msgstr "montowany obiekt nie obsługuje odmontowania lub \"unmount_with_operation\"" #. Translators: This is an error #. * message for mount objects that @@ -3115,19 +3046,20 @@ #. * don't implement content type guessing. #: ../gio/gmount.c:871 msgid "mount doesn't implement synchronous content type guessing" -msgstr "" -"montowany obiekt nie obsługuje synchronicznego rozpoznania typu zawartości" +msgstr "montowany obiekt nie obsługuje synchronicznego rozpoznania typu zawartości" #: ../gio/gnetworkaddress.c:318 #, c-format msgid "Hostname '%s' contains '[' but not ']'" msgstr "Nazwa komputera \"%s\" zawiera \"[\", ale nie \"]\"" -#: ../gio/goutputstream.c:206 ../gio/goutputstream.c:407 +#: ../gio/goutputstream.c:207 +#: ../gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Potok wyjściowy nie obsługuje zapisu" -#: ../gio/goutputstream.c:368 ../gio/goutputstream.c:848 +#: ../gio/goutputstream.c:369 +#: ../gio/goutputstream.c:849 msgid "Source stream is already closed" msgstr "Potok źródłowy jest już zamknięty" @@ -3141,17 +3073,20 @@ msgid "Error reverse-resolving '%s': %s" msgstr "Błąd podczas odwrotnego rozwiązywania \"%s\": %s" -#: ../gio/gresolver.c:820 ../gio/gresolver.c:898 +#: ../gio/gresolver.c:820 +#: ../gio/gresolver.c:898 #, c-format msgid "No service record for '%s'" msgstr "Nie odnaleziono wpisu usługi dla \"%s\"" -#: ../gio/gresolver.c:825 ../gio/gresolver.c:903 +#: ../gio/gresolver.c:825 +#: ../gio/gresolver.c:903 #, c-format msgid "Temporarily unable to resolve '%s'" msgstr "Nie można tymczasowo rozwiązać \"%s\"" -#: ../gio/gresolver.c:830 ../gio/gresolver.c:908 +#: ../gio/gresolver.c:830 +#: ../gio/gresolver.c:908 #, c-format msgid "Error resolving '%s'" msgstr "Błąd podczas rozwiązywania \"%s\"" @@ -3177,23 +3112,28 @@ " monitor Monitoruje zmiany klucza\n" " writable Sprawdza, czy klucz jest zapisywalny\n" "\n" -"Polecenie \"%s POLECENIE --help\" wyświetla pomoc dla poszczególnych " -"poleceń.\n" +"Polecenie \"%s POLECENIE --help\" wyświetla pomoc dla poszczególnych poleceń.\n" -#: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:220 +#: ../gio/gsettings-tool.c:320 +#: ../gio/gsettings-tool.c:437 +#: ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "Specify the path for the schema" msgstr "Określa ścieżkę do schematu" -#: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:220 +#: ../gio/gsettings-tool.c:320 +#: ../gio/gsettings-tool.c:437 +#: ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "PATH" msgstr "ŚCIEŻKA" -#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:539 -#: ../gio/gsettings-tool.c:652 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:228 +#: ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:654 msgid "SCHEMA KEY" msgstr "SCHEMAT KLUCZ" @@ -3201,8 +3141,10 @@ msgid "Get the value of KEY" msgstr "Uzyskuje wartość KLUCZA" -#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:448 -#: ../gio/gsettings-tool.c:543 ../gio/gsettings-tool.c:659 +#: ../gio/gsettings-tool.c:232 +#: ../gio/gsettings-tool.c:449 +#: ../gio/gsettings-tool.c:545 +#: ../gio/gsettings-tool.c:661 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3212,15 +3154,17 @@ " SCHEMAT Identyfikator schematu\n" " KLUCZ Nazwa klucza\n" -#: ../gio/gsettings-tool.c:328 ../gio/gsettings-tool.c:444 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:329 +#: ../gio/gsettings-tool.c:445 msgid "SCHEMA KEY VALUE" msgstr "SCHEMAT KLUCZ WARTOŚĆ" -#: ../gio/gsettings-tool.c:330 +#: ../gio/gsettings-tool.c:331 msgid "Set the value of KEY" msgstr "Ustawia wartość KLUCZA" -#: ../gio/gsettings-tool.c:332 +#: ../gio/gsettings-tool.c:333 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3232,20 +3176,20 @@ " KLUCZ Nazwa klucza\n" " WARTOŚĆ Wartość, na jaką ustawić klucz, jako serializowany GVariant\n" -#: ../gio/gsettings-tool.c:405 +#: ../gio/gsettings-tool.c:406 #, c-format msgid "Key %s is not writable\n" msgstr "Klucz %s nie jest zapisywalny\n" -#: ../gio/gsettings-tool.c:446 +#: ../gio/gsettings-tool.c:447 msgid "Sets KEY to its default value" msgstr "Ustawia KLUCZ na jego domyślną wartość" -#: ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:543 msgid "Find out whether KEY is writable" msgstr "Wyszukuje, czy KLUCZ jest zapisywalny" -#: ../gio/gsettings-tool.c:655 +#: ../gio/gsettings-tool.c:657 msgid "" "Monitor KEY for changes and print the changed values.\n" "Monitoring will continue until the process is terminated." @@ -3253,7 +3197,7 @@ "Monitoruje zmiany KLUCZA i wyświetla zmienione wartości.\n" "Monitorowanie będzie kontynuowane do zakończenia procesu." -#: ../gio/gsettings-tool.c:831 +#: ../gio/gsettings-tool.c:833 #, c-format msgid "Unknown command '%s'\n" msgstr "Nieznane polecenie \"%s\"\n" @@ -3271,7 +3215,9 @@ msgid "Socket is already closed" msgstr "Gniazdo jest już zamknięte" -#: ../gio/gsocket.c:299 ../gio/gsocket.c:2716 ../gio/gsocket.c:2760 +#: ../gio/gsocket.c:299 +#: ../gio/gsocket.c:2716 +#: ../gio/gsocket.c:2760 msgid "Socket I/O timed out" msgstr "Przekroczono czas oczekiwania wejścia/wyjścia gniazda" @@ -3280,7 +3226,9 @@ msgid "creating GSocket from fd: %s" msgstr "tworzenie GSocket z fd: %s" -#: ../gio/gsocket.c:455 ../gio/gsocket.c:471 ../gio/gsocket.c:2113 +#: ../gio/gsocket.c:455 +#: ../gio/gsocket.c:471 +#: ../gio/gsocket.c:2113 #, c-format msgid "Unable to create socket: %s" msgstr "Nie można utworzyć gniazda: %s" @@ -3327,7 +3275,8 @@ msgid "Error connecting: %s" msgstr "Błąd podczas połączenia: %s" -#: ../gio/gsocket.c:1694 ../gio/gsocket.c:3479 +#: ../gio/gsocket.c:1694 +#: ../gio/gsocket.c:3479 #, c-format msgid "Unable to get pending error: %s" msgstr "Nie można uzyskać oczekującego błędu: %s" @@ -3356,27 +3305,28 @@ msgid "GSocketControlMessage not supported on windows" msgstr "GSocketControlMessage nie jest obsługiwane w Windows" -#: ../gio/gsocket.c:3258 ../gio/gsocket.c:3399 +#: ../gio/gsocket.c:3258 +#: ../gio/gsocket.c:3399 #, c-format msgid "Error receiving message: %s" msgstr "Błąd podczas pobierania komunikatu: %s" #: ../gio/gsocket.c:3494 msgid "g_socket_get_credentials not implemented for this OS" -msgstr "" -"g_socket_get_credentials nie jest zaimplementowane dla tego systemu " -"operacyjnego" +msgstr "g_socket_get_credentials nie jest zaimplementowane dla tego systemu operacyjnego" -#: ../gio/gsocketclient.c:674 ../gio/gsocketclient.c:1153 +#: ../gio/gsocketclient.c:674 +#: ../gio/gsocketclient.c:1153 msgid "Unknown error on connect" msgstr "Nieznany błąd połączenia" -#: ../gio/gsocketclient.c:711 ../gio/gsocketclient.c:1038 +#: ../gio/gsocketclient.c:711 +#: ../gio/gsocketclient.c:1038 msgid "Trying to proxy over non-TCP connection is not supported." -msgstr "" -"Próba pośredniczenia przez połączenie nie będące TCP nie jest obsługiwana." +msgstr "Próba pośredniczenia przez połączenie nie będące TCP nie jest obsługiwana." -#: ../gio/gsocketclient.c:749 ../gio/gsocketclient.c:1061 +#: ../gio/gsocketclient.c:749 +#: ../gio/gsocketclient.c:1061 #, c-format msgid "Proxy protocol '%s' is not supported." msgstr "Protokół pośrednika \"%s\" nie jest obsługiwany." @@ -3412,7 +3362,8 @@ msgid "Connection through SOCKSv4 server was rejected" msgstr "Połączenie przez serwer SOCKSv4 zostało odrzucone" -#: ../gio/gsocks5proxy.c:155 ../gio/gsocks5proxy.c:328 +#: ../gio/gsocks5proxy.c:155 +#: ../gio/gsocks5proxy.c:328 #: ../gio/gsocks5proxy.c:338 msgid "The server is not a SOCKSv5 proxy server." msgstr "Serwer nie jest serwerem pośrednika SOCKSv5." @@ -3422,30 +3373,22 @@ msgstr "Pośrednik SOCKSv5 wymaga uwierzytelnienia." #: ../gio/gsocks5proxy.c:179 -msgid "" -"The SOCKSv5 require an authentication method that is not supported by GLib." -msgstr "" -"SOCKSv5 wymaga metody uwierzytelnienia nieobsługiwaną przez bibliotekę GLib." +msgid "The SOCKSv5 require an authentication method that is not supported by GLib." +msgstr "SOCKSv5 wymaga metody uwierzytelnienia nieobsługiwaną przez bibliotekę GLib." #: ../gio/gsocks5proxy.c:208 #, c-format msgid "Username or password is too long for SOCKSv5 protocol (max. is %i)." -msgstr "" -"Nazwa użytkownika lub hasło są za długie dla protokołu SOCKSv5 (maksymalnie %" -"i)." +msgstr "Nazwa użytkownika lub hasło są za długie dla protokołu SOCKSv5 (maksymalnie %i)." #: ../gio/gsocks5proxy.c:239 msgid "SOCKSv5 authentication failed due to wrong username or password." -msgstr "" -"Uwierzytelnienie SOCKSv5 się nie powiodło z powodu błędnej nazwy użytkownika " -"lub hasła." +msgstr "Uwierzytelnienie SOCKSv5 się nie powiodło z powodu błędnej nazwy użytkownika lub hasła." #: ../gio/gsocks5proxy.c:289 #, c-format msgid "Hostname '%s' too long for SOCKSv5 protocol (maximum is %i bytes)" -msgstr "" -"Nazwa komputera \"%s\" jest za długa dla protokołu SOCKSv5 (maksymalnie %i " -"bajtów)" +msgstr "Nazwa komputera \"%s\" jest za długa dla protokołu SOCKSv5 (maksymalnie %i bajtów)" #: ../gio/gsocks5proxy.c:352 msgid "The SOCKSv5 proxy server uses unkown address type." @@ -3488,12 +3431,14 @@ msgid "Can't handle version %d of GThemedIcon encoding" msgstr "Nie można obsłużyć wersji %d kodowania GThemedIcon" -#: ../gio/gunixconnection.c:164 ../gio/gunixconnection.c:505 +#: ../gio/gunixconnection.c:164 +#: ../gio/gunixconnection.c:505 #, c-format msgid "Expecting 1 control message, got %d" msgstr "Oczekiwano jeden komunikat kontrolny, otrzymano %d" -#: ../gio/gunixconnection.c:177 ../gio/gunixconnection.c:515 +#: ../gio/gunixconnection.c:177 +#: ../gio/gunixconnection.c:515 msgid "Unexpected type of ancillary data" msgstr "Nieoczekiwany typ podrzędnych danych" @@ -3513,18 +3458,12 @@ #: ../gio/gunixconnection.c:439 #, c-format msgid "Error checking if SO_PASSCRED is enabled for socket: %s" -msgstr "" -"Błąd podczas sprawdzania, czy zmienna SO_PASSCRED została włączona dla " -"gniazda: %s" +msgstr "Błąd podczas sprawdzania, czy zmienna SO_PASSCRED została włączona dla gniazda: %s" #: ../gio/gunixconnection.c:448 #, c-format -msgid "" -"Unexpected option length while checking if SO_PASSCRED is enabled for " -"socket. Expected %d bytes, got %d" -msgstr "" -"Oczekiwano długości opcji podczas sprawdzania, czy zmienna SO_PASSCRED " -"została włączona dla gniazda. Oczekiwano %d bajtów, otrzymano %d" +msgid "Unexpected option length while checking if SO_PASSCRED is enabled for socket. Expected %d bytes, got %d" +msgstr "Oczekiwano długości opcji podczas sprawdzania, czy zmienna SO_PASSCRED została włączona dla gniazda. Oczekiwano %d bajtów, otrzymano %d" #: ../gio/gunixconnection.c:465 #, c-format @@ -3532,42 +3471,44 @@ msgstr "Błąd podczas włączania zmiennej SO_PASSCRED: %s" #: ../gio/gunixconnection.c:495 -msgid "" -"Expecting to read a single byte for receiving credentials but read zero bytes" -msgstr "" -"Oczekiwano odczytania pojedynczego bajtu dla odbieranych danych " -"uwierzytelniających, ale odczytano zero bajtów" +msgid "Expecting to read a single byte for receiving credentials but read zero bytes" +msgstr "Oczekiwano odczytania pojedynczego bajtu dla odbieranych danych uwierzytelniających, ale odczytano zero bajtów" #: ../gio/gunixconnection.c:538 #, c-format msgid "Error while disabling SO_PASSCRED: %s" msgstr "Błąd podczas wyłączania zmiennej SO_PASSCRED: %s" -#: ../gio/gunixinputstream.c:353 ../gio/gunixinputstream.c:373 -#: ../gio/gunixinputstream.c:451 ../gio/gunixoutputstream.c:438 +#: ../gio/gunixinputstream.c:353 +#: ../gio/gunixinputstream.c:373 +#: ../gio/gunixinputstream.c:451 +#: ../gio/gunixoutputstream.c:438 #, c-format msgid "Error reading from unix: %s" msgstr "Błąd podczas odczytywania z Uniksa: %s" -#: ../gio/gunixinputstream.c:406 ../gio/gunixinputstream.c:589 -#: ../gio/gunixoutputstream.c:393 ../gio/gunixoutputstream.c:545 +#: ../gio/gunixinputstream.c:406 +#: ../gio/gunixinputstream.c:589 +#: ../gio/gunixoutputstream.c:393 +#: ../gio/gunixoutputstream.c:545 #, c-format msgid "Error closing unix: %s" msgstr "Błąd podczas zamykania Uniksa: %s" -#: ../gio/gunixmounts.c:1846 ../gio/gunixmounts.c:1883 +#: ../gio/gunixmounts.c:1846 +#: ../gio/gunixmounts.c:1883 msgid "Filesystem root" msgstr "Katalog główny systemu plików" -#: ../gio/gunixoutputstream.c:339 ../gio/gunixoutputstream.c:360 +#: ../gio/gunixoutputstream.c:339 +#: ../gio/gunixoutputstream.c:360 #, c-format msgid "Error writing to unix: %s" msgstr "Błąd podczas zapisywania do Uniksa: %s" #: ../gio/gunixsocketaddress.c:244 msgid "Abstract unix domain socket addresses not supported on this system" -msgstr "" -"Abstrakcyjne adresy gniazd domen Uniksa nie są obsługiwane w tym systemie" +msgstr "Abstrakcyjne adresy gniazd domen Uniksa nie są obsługiwane w tym systemie" #: ../gio/gvolume.c:406 msgid "volume doesn't implement eject" @@ -3606,7 +3547,8 @@ msgid "Error reading from handle: %s" msgstr "Błąd podczas odczytywania z pliku obsługi: %s" -#: ../gio/gwin32inputstream.c:348 ../gio/gwin32outputstream.c:348 +#: ../gio/gwin32inputstream.c:348 +#: ../gio/gwin32outputstream.c:348 #, c-format msgid "Error closing handle: %s" msgstr "Błąd podczas zamykania pliku obsługi: %s" @@ -3616,19 +3558,23 @@ msgid "Error writing to handle: %s" msgstr "Błąd podczas zapisywania do pliku obsługi: %s" -#: ../gio/gzlibcompressor.c:396 ../gio/gzlibdecompressor.c:349 +#: ../gio/gzlibcompressor.c:396 +#: ../gio/gzlibdecompressor.c:349 msgid "Not enough memory" msgstr "Brak wystarczającej ilości pamięci" -#: ../gio/gzlibcompressor.c:403 ../gio/gzlibdecompressor.c:356 +#: ../gio/gzlibcompressor.c:403 +#: ../gio/gzlibdecompressor.c:356 #, c-format msgid "Internal error: %s" msgstr "Błąd wewnętrzny: %s" -#: ../gio/gzlibcompressor.c:416 ../gio/gzlibdecompressor.c:370 +#: ../gio/gzlibcompressor.c:416 +#: ../gio/gzlibdecompressor.c:370 msgid "Need more input" msgstr "Wymagane jest danych wejściowych" #: ../gio/gzlibdecompressor.c:342 msgid "Invalid compressed data" msgstr "Nieprawidłowe skompresowane dane" + Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/pt_BR.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/pt_BR.gmo differ diff -Nru glib2.0-2.26.0/po/pt_BR.po glib2.0-2.26.1/po/pt_BR.po --- glib2.0-2.26.0/po/pt_BR.po 2010-09-27 23:17:56.000000000 +1000 +++ glib2.0-2.26.1/po/pt_BR.po 2010-11-13 00:52:52.000000000 +1100 @@ -8,16 +8,16 @@ # Og Maciel , 2008-2009. # Henrique P Machado , 2008-2009. # Fábio Nogueira , 2009. -# Jonh Wendell , 2009, 2010. # Fabrício Godoy , 2010. +# Jonh Wendell , 2009, 2010. # msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-09-27 08:49-0300\n" -"PO-Revision-Date: 2010-09-26 18:32-0300\n" -"Last-Translator: Fabrício Godoy \n" +"POT-Creation-Date: 2010-09-27 13:56-0300\n" +"PO-Revision-Date: 2010-09-27 13:55-0300\n" +"Last-Translator: Jonh Wendell \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -2476,16 +2476,16 @@ msgid "Unsupported socket address" msgstr "Endereço de soquete não suportado" -#: ../gio/glib-compile-schemas.c:702 +#: ../gio/glib-compile-schemas.c:703 msgid "empty names are not permitted" msgstr "não é permitido nomes vazios" -#: ../gio/glib-compile-schemas.c:712 +#: ../gio/glib-compile-schemas.c:713 #, c-format msgid "invalid name '%s': names must begin with a lowercase letter" msgstr "nome \"%s\" inválido: nomes precisam começar com uma letra minúscula" -#: ../gio/glib-compile-schemas.c:724 +#: ../gio/glib-compile-schemas.c:725 #, c-format msgid "" "invalid name '%s': invalid character '%c'; only lowercase letters, numbers " @@ -2494,38 +2494,38 @@ "nome \"%s\" inválido: caractere \"%c\" inválido, apenas é permitido letras " "minúsculas, números e traços (\"-\")." -#: ../gio/glib-compile-schemas.c:733 +#: ../gio/glib-compile-schemas.c:734 #, c-format msgid "invalid name '%s': two successive dashes ('--') are not permitted." msgstr "" "nome \"%s\" inválido: dois traços (\"--\") consecutivos não são permitidos." -#: ../gio/glib-compile-schemas.c:742 +#: ../gio/glib-compile-schemas.c:743 #, c-format msgid "invalid name '%s': the last character may not be a dash ('-')." msgstr "" "nome \"%s\" inválido: o último caractere não pode ser um traço (\"-\")." -#: ../gio/glib-compile-schemas.c:750 +#: ../gio/glib-compile-schemas.c:751 #, c-format msgid "invalid name '%s': maximum length is 32" msgstr "nome \"%s\" inválido: o tamanho máximo é 32" -#: ../gio/glib-compile-schemas.c:819 +#: ../gio/glib-compile-schemas.c:820 #, c-format msgid " already specified" msgstr " já especificado" -#: ../gio/glib-compile-schemas.c:845 +#: ../gio/glib-compile-schemas.c:846 msgid "can not add keys to a 'list-of' schema" msgstr "não é possível adicionar chaves ao esquema \"list-of\"" -#: ../gio/glib-compile-schemas.c:856 +#: ../gio/glib-compile-schemas.c:857 #, c-format msgid " already specified" msgstr " já especificado" -#: ../gio/glib-compile-schemas.c:874 +#: ../gio/glib-compile-schemas.c:875 #, c-format msgid "" " shadows in ; use " @@ -2534,7 +2534,7 @@ " shadows em ; use " "para modificar o valor" -#: ../gio/glib-compile-schemas.c:885 +#: ../gio/glib-compile-schemas.c:886 #, c-format msgid "" "exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " @@ -2543,63 +2543,63 @@ "apenas um entre \"type\", \"enum\" ou \"flags\" deve ser especificado como " "atributo para " -#: ../gio/glib-compile-schemas.c:904 +#: ../gio/glib-compile-schemas.c:905 #, c-format msgid "<%s id='%s'> not (yet) defined." msgstr "<%s id='%s'> não está (ainda) definido." -#: ../gio/glib-compile-schemas.c:919 +#: ../gio/glib-compile-schemas.c:920 #, c-format msgid "invalid GVariant type string '%s'" msgstr "tipo de texto GVariant \"%s\" é inválido" -#: ../gio/glib-compile-schemas.c:949 +#: ../gio/glib-compile-schemas.c:950 msgid " given but schema isn't extending anything" -msgstr " determinado, mas o esquema não está extendendo nada" +msgstr " fornecido, mas o esquema não está estendendo nada" -#: ../gio/glib-compile-schemas.c:962 +#: ../gio/glib-compile-schemas.c:963 #, c-format msgid "no to override" msgstr "nenhum para sobrescrever" -#: ../gio/glib-compile-schemas.c:970 +#: ../gio/glib-compile-schemas.c:971 #, c-format msgid " already specified" msgstr " já especificado" -#: ../gio/glib-compile-schemas.c:1036 +#: ../gio/glib-compile-schemas.c:1042 #, c-format msgid " already specified" msgstr " já especificado" -#: ../gio/glib-compile-schemas.c:1048 +#: ../gio/glib-compile-schemas.c:1054 #, c-format msgid " extends not yet existing schema '%s'" msgstr " extende um esquema ainda não existente \"%s\"" -#: ../gio/glib-compile-schemas.c:1064 +#: ../gio/glib-compile-schemas.c:1070 #, c-format msgid " is list of not yet existing schema '%s'" msgstr " é uma lista de esquema ainda não existente \"%s\"" -#: ../gio/glib-compile-schemas.c:1072 +#: ../gio/glib-compile-schemas.c:1078 #, c-format msgid "Can not be a list of a schema with a path" msgstr "Não pode ser uma lista de um esquema com um caminho" -#: ../gio/glib-compile-schemas.c:1082 +#: ../gio/glib-compile-schemas.c:1088 #, c-format msgid "Can not extend a schema with a path" msgstr "Não é possível extender um esquema com um caminho" -#: ../gio/glib-compile-schemas.c:1092 +#: ../gio/glib-compile-schemas.c:1098 #, c-format msgid "" " is a list, extending which is not a list" msgstr "" " é uma lista, extendendo que não é uma lista" -#: ../gio/glib-compile-schemas.c:1102 +#: ../gio/glib-compile-schemas.c:1108 #, c-format msgid "" " extends but '%s' " @@ -2608,49 +2608,87 @@ " extende , mas \"%s" "\" não extende \"%s\"" -#: ../gio/glib-compile-schemas.c:1119 +#: ../gio/glib-compile-schemas.c:1125 #, c-format msgid "a path, if given, must begin and end with a slash" msgstr "um caminho, se determinado, precisa começar e terminar com uma barra" -#: ../gio/glib-compile-schemas.c:1126 +#: ../gio/glib-compile-schemas.c:1132 #, c-format msgid "the path of a list must end with ':/'" msgstr "o caminho de uma lista precisa terminar com \":/\"" -#: ../gio/glib-compile-schemas.c:1148 +#: ../gio/glib-compile-schemas.c:1158 #, c-format msgid "<%s id='%s'> already specified" msgstr "<%s id='%s'> já especificado" -#: ../gio/glib-compile-schemas.c:1362 +#: ../gio/glib-compile-schemas.c:1375 #, c-format msgid "Element <%s> not allowed inside <%s>" msgstr "O elemento <%s> não é permitido dentro de <%s>" -#: ../gio/glib-compile-schemas.c:1366 +#: ../gio/glib-compile-schemas.c:1379 #, c-format msgid "Element <%s> not allowed at toplevel" msgstr "O elemento <%s> não é permitido no nível mais alto" -#: ../gio/glib-compile-schemas.c:1460 +#: ../gio/glib-compile-schemas.c:1473 #, c-format msgid "text may not appear inside <%s>" msgstr "texto não pode aparecer dentro de <%s>" -#: ../gio/glib-compile-schemas.c:1674 +#. Translators: Do not translate "--strict". +#: ../gio/glib-compile-schemas.c:1641 ../gio/glib-compile-schemas.c:1712 +#: ../gio/glib-compile-schemas.c:1788 #, c-format -msgid "No such schema `%s' specified in override file `%s'" -msgstr "Nenhum esquema \"%s\" especificado no arquivo de sobrescrita \"%s\"" +msgid "--strict was specified; exiting.\n" +msgstr "--strict foi fornecido; saindo.\n" -#: ../gio/glib-compile-schemas.c:1698 +#: ../gio/glib-compile-schemas.c:1649 +#, c-format +msgid "This entire file has been ignored.\n" +msgstr "Este arquivo foi ignorado por completo.\n" + +#: ../gio/glib-compile-schemas.c:1708 +#, c-format +msgid "Ignoring this file.\n" +msgstr "Ignorando este arquivo.\n" + +#: ../gio/glib-compile-schemas.c:1748 #, c-format msgid "No such key `%s' in schema `%s' as specified in override file `%s'" msgstr "" "Nenhuma chave \"%s\" no esquema \"%s\" como especificado no arquivo de " "sobrescrita \"%s\"" -#: ../gio/glib-compile-schemas.c:1731 +#: ../gio/glib-compile-schemas.c:1754 ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1840 +#, c-format +msgid "; ignoring override for this key.\n" +msgstr "; ignorando sobrescrita para esta chave.\n" + +#: ../gio/glib-compile-schemas.c:1758 ../gio/glib-compile-schemas.c:1816 +#: ../gio/glib-compile-schemas.c:1844 +#, c-format +msgid " and --strict was specified; exiting.\n" +msgstr " e --strict foi fornecido. saindo.\n" + +#: ../gio/glib-compile-schemas.c:1774 +#, c-format +msgid "" +"error parsing key `%s' in schema `%s' as specified in override file `%s': %" +"s. " +msgstr "" +"Erro analisando a chave \"%s\" no esquema \"%s\" como especificado no " +"arquivo de sobrescrita \"%s\": %s " + +#: ../gio/glib-compile-schemas.c:1784 +#, c-format +msgid "Ignoring override for this key.\n" +msgstr "Ignorando a sobrescrita para esta chave.\n" + +#: ../gio/glib-compile-schemas.c:1802 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is out of the " @@ -2659,7 +2697,7 @@ "sobrescrita para chave \"%s\" no esquema \"%s\" no arquivo de sobrescrita \"%" "s\" está fora dos limites dado pelo esquema" -#: ../gio/glib-compile-schemas.c:1752 +#: ../gio/glib-compile-schemas.c:1830 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is not in the " @@ -2668,27 +2706,31 @@ "sobrescrita para a chave \"%s\" no esquema \"%s\" no arquivo de sobrescrita " "\"%s\" não está na lista de escolhas válidas" -#: ../gio/glib-compile-schemas.c:1797 +#: ../gio/glib-compile-schemas.c:1884 msgid "where to store the gschemas.compiled file" msgstr "onde armazenar o arquivo gschemas compilado" -#: ../gio/glib-compile-schemas.c:1797 ../gio/glib-compile-schemas.c:1809 +#: ../gio/glib-compile-schemas.c:1884 ../gio/glib-compile-schemas.c:1897 msgid "DIRECTORY" msgstr "DIRETÓRIO" -#: ../gio/glib-compile-schemas.c:1798 +#: ../gio/glib-compile-schemas.c:1885 +msgid "Abort on any errors in schemas" +msgstr "Aborta se encontrar algum erro nos schemas" + +#: ../gio/glib-compile-schemas.c:1886 msgid "Do not write the gschema.compiled file" -msgstr "Não gravar o arquivo gschema compilado" +msgstr "Não grava o arquivo gschema.compiled" -#: ../gio/glib-compile-schemas.c:1799 +#: ../gio/glib-compile-schemas.c:1887 msgid "This option will be removed soon." msgstr "Esta opção será removida logo." -#: ../gio/glib-compile-schemas.c:1800 +#: ../gio/glib-compile-schemas.c:1888 msgid "Do not enforce key name restrictions" -msgstr "Não forçar restrições de nome de chave" +msgstr "Não força restrições de nome de chave" -#: ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1900 msgid "" "Compile all GSettings schema files into a schema cache.\n" "Schema files are required to have the extension .gschema.xml,\n" @@ -2698,22 +2740,22 @@ "É necessário que os arquivos schema tenham a extensão\n" ".gschema.xml, e o arquivo de cache é chamado gschemas.compiled." -#: ../gio/glib-compile-schemas.c:1828 +#: ../gio/glib-compile-schemas.c:1916 #, c-format msgid "You should give exactly one directory name\n" -msgstr "Voce deveria dar exatamente um nome de diretório\n" +msgstr "Você deve fornecer exatamente um nome de diretório\n" -#: ../gio/glib-compile-schemas.c:1867 +#: ../gio/glib-compile-schemas.c:1955 #, c-format msgid "No schema files found: " msgstr "Nenhum arquivo schema localizado: " -#: ../gio/glib-compile-schemas.c:1870 +#: ../gio/glib-compile-schemas.c:1958 #, c-format msgid "doing nothing.\n" msgstr "fazendo nada.\n" -#: ../gio/glib-compile-schemas.c:1873 +#: ../gio/glib-compile-schemas.c:1961 #, c-format msgid "removed existing output file.\n" msgstr "arquivo de saída existente removido.\n" @@ -3596,3 +3638,6 @@ #: ../gio/gzlibdecompressor.c:342 msgid "Invalid compressed data" msgstr "Dados comprimidos inválidos" + +#~ msgid "No such schema `%s' specified in override file `%s'" +#~ msgstr "Nenhum esquema \"%s\" especificado no arquivo de sobrescrita \"%s\"" Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/pt.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/pt.gmo differ diff -Nru glib2.0-2.26.0/po/pt.po glib2.0-2.26.1/po/pt.po --- glib2.0-2.26.0/po/pt.po 2010-09-19 02:48:55.000000000 +1000 +++ glib2.0-2.26.1/po/pt.po 2010-11-13 00:52:52.000000000 +1100 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: 2.32\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-09-18 12:28+0100\n" -"PO-Revision-Date: 2010-09-06 00:30+0000\n" +"POT-Creation-Date: 2010-09-27 23:05+0100\n" +"PO-Revision-Date: 2010-09-27 23:40+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" @@ -382,7 +382,7 @@ msgid "Sun" msgstr "Dom" -#: ../glib/gdir.c:114 ../glib/gdir.c:137 +#: ../glib/gdir.c:115 ../glib/gdir.c:138 #, c-format msgid "Error opening directory '%s': %s" msgstr "Erro ao abrir o directório '%s': %s" @@ -766,304 +766,304 @@ "Documento terminou inesperadamente dentro de um comentário ou instrução de " "processamento" -#: ../glib/gregex.c:184 +#: ../glib/gregex.c:188 msgid "corrupted object" msgstr "objecto corrompido" -#: ../glib/gregex.c:186 +#: ../glib/gregex.c:190 msgid "internal error or corrupted object" msgstr "erro interno ou objecto corrompido" -#: ../glib/gregex.c:188 +#: ../glib/gregex.c:192 msgid "out of memory" msgstr "sem memória livre" -#: ../glib/gregex.c:193 +#: ../glib/gregex.c:197 msgid "backtracking limit reached" msgstr "limite de retroceder alcançado" -#: ../glib/gregex.c:205 ../glib/gregex.c:213 +#: ../glib/gregex.c:209 ../glib/gregex.c:217 msgid "the pattern contains items not supported for partial matching" msgstr "o padrão contém itens não suportados para comparação parcial" -#: ../glib/gregex.c:207 ../gio/glocalfile.c:2109 +#: ../glib/gregex.c:211 ../gio/glocalfile.c:2109 msgid "internal error" msgstr "erro interno" -#: ../glib/gregex.c:215 +#: ../glib/gregex.c:219 msgid "back references as conditions are not supported for partial matching" msgstr "" "referências anteriores como condições não são suportadas para comparação " "parcial" -#: ../glib/gregex.c:224 +#: ../glib/gregex.c:228 msgid "recursion limit reached" msgstr "alcançado o limite de recursividade" -#: ../glib/gregex.c:226 +#: ../glib/gregex.c:230 msgid "workspace limit for empty substrings reached" msgstr "alcançado o limite da área de trabalho para sub-expressões vazias" -#: ../glib/gregex.c:228 +#: ../glib/gregex.c:232 msgid "invalid combination of newline flags" msgstr "combinação inválida de parâmetros de quebra de linha" -#: ../glib/gregex.c:232 +#: ../glib/gregex.c:236 msgid "unknown error" msgstr "erro desconhecido" -#: ../glib/gregex.c:252 +#: ../glib/gregex.c:256 msgid "\\ at end of pattern" msgstr "\\ no final do padrão" -#: ../glib/gregex.c:255 +#: ../glib/gregex.c:259 msgid "\\c at end of pattern" msgstr "\\c no final do padrão" -#: ../glib/gregex.c:258 +#: ../glib/gregex.c:262 msgid "unrecognized character follows \\" msgstr "o caracter após \\ é desconhecido" -#: ../glib/gregex.c:265 +#: ../glib/gregex.c:269 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "" "não são aqui permitidos escapes de alteração de capitalização (\\l, \\L, " "\\u, \\U)" -#: ../glib/gregex.c:268 +#: ../glib/gregex.c:272 msgid "numbers out of order in {} quantifier" msgstr "números fora da ordem no quantificador {}" -#: ../glib/gregex.c:271 +#: ../glib/gregex.c:275 msgid "number too big in {} quantifier" msgstr "número demasiado grande no quantificador {}" -#: ../glib/gregex.c:274 +#: ../glib/gregex.c:278 msgid "missing terminating ] for character class" msgstr "falta o ] de fecho da classe de caracter" -#: ../glib/gregex.c:277 +#: ../glib/gregex.c:281 msgid "invalid escape sequence in character class" msgstr "sequência de escape inválida na classe de caracter" -#: ../glib/gregex.c:280 +#: ../glib/gregex.c:284 msgid "range out of order in character class" msgstr "intervalo fora da ordem na classe de caracter" -#: ../glib/gregex.c:283 +#: ../glib/gregex.c:287 msgid "nothing to repeat" msgstr "nada a repetir" -#: ../glib/gregex.c:286 +#: ../glib/gregex.c:290 msgid "unrecognized character after (?" msgstr "caracter desconhecido após (?" -#: ../glib/gregex.c:290 +#: ../glib/gregex.c:294 msgid "unrecognized character after (?<" msgstr "caracter desconhecido após (?<" -#: ../glib/gregex.c:294 +#: ../glib/gregex.c:298 msgid "unrecognized character after (?P" msgstr "caracter desconhecido após (?P" -#: ../glib/gregex.c:297 +#: ../glib/gregex.c:301 msgid "POSIX named classes are supported only within a class" msgstr "classes denominadas POSIX apenas são suportadas dentro de uma classe" -#: ../glib/gregex.c:300 +#: ../glib/gregex.c:304 msgid "missing terminating )" msgstr "falta o ) de fecho" -#: ../glib/gregex.c:304 +#: ../glib/gregex.c:308 msgid ") without opening (" msgstr ") sem um ( de abertura" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:311 +#: ../glib/gregex.c:315 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R ou (?[+-]números tem de ser seguido de )" -#: ../glib/gregex.c:314 +#: ../glib/gregex.c:318 msgid "reference to non-existent subpattern" msgstr "referência a padrão inexistente" -#: ../glib/gregex.c:317 +#: ../glib/gregex.c:321 msgid "missing ) after comment" msgstr "falta o ) após o comentário" -#: ../glib/gregex.c:320 +#: ../glib/gregex.c:324 msgid "regular expression too large" msgstr "expressão regular demasiado extensa" -#: ../glib/gregex.c:323 +#: ../glib/gregex.c:327 msgid "failed to get memory" msgstr "falha ao obter memória" -#: ../glib/gregex.c:326 +#: ../glib/gregex.c:330 msgid "lookbehind assertion is not fixed length" msgstr "asserção de verificação anterior não é de largura fixa" -#: ../glib/gregex.c:329 +#: ../glib/gregex.c:333 msgid "malformed number or name after (?(" msgstr "número ou nome mal formado após (?(" -#: ../glib/gregex.c:332 +#: ../glib/gregex.c:336 msgid "conditional group contains more than two branches" msgstr "grupo condicional contém mais de dois ramos" -#: ../glib/gregex.c:335 +#: ../glib/gregex.c:339 msgid "assertion expected after (?(" msgstr "esperada uma asserção após (?(" -#: ../glib/gregex.c:338 +#: ../glib/gregex.c:342 msgid "unknown POSIX class name" msgstr "nome de classe POSIX desconhecido" -#: ../glib/gregex.c:341 +#: ../glib/gregex.c:345 msgid "POSIX collating elements are not supported" msgstr "não são suportados os elementos de junção POSIX" -#: ../glib/gregex.c:344 +#: ../glib/gregex.c:348 msgid "character value in \\x{...} sequence is too large" msgstr "valor do caracter na sequência \\x{...} é demasiado grande" -#: ../glib/gregex.c:347 +#: ../glib/gregex.c:351 msgid "invalid condition (?(0)" msgstr "condição inválida (?(0)" -#: ../glib/gregex.c:350 +#: ../glib/gregex.c:354 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C não é permitido numa asserção de verificação anterior" -#: ../glib/gregex.c:353 +#: ../glib/gregex.c:357 msgid "recursive call could loop indefinitely" msgstr "chamada recursiva pode iterar indefinidamente" -#: ../glib/gregex.c:356 +#: ../glib/gregex.c:360 msgid "missing terminator in subpattern name" msgstr "falta o terminador no nome do subpadrão" -#: ../glib/gregex.c:359 +#: ../glib/gregex.c:363 msgid "two named subpatterns have the same name" msgstr "dois subpadrões denominados têm o mesmo nome" -#: ../glib/gregex.c:362 +#: ../glib/gregex.c:366 msgid "malformed \\P or \\p sequence" msgstr "sequência \\P ou \\p mal formada" -#: ../glib/gregex.c:365 +#: ../glib/gregex.c:369 msgid "unknown property name after \\P or \\p" msgstr "nome de propriedade desconhecido após \\P ou \\p" -#: ../glib/gregex.c:368 +#: ../glib/gregex.c:372 msgid "subpattern name is too long (maximum 32 characters)" msgstr "nome do subpadrão é demasiado extenso (máximo de 32 caracteres)" -#: ../glib/gregex.c:371 +#: ../glib/gregex.c:375 msgid "too many named subpatterns (maximum 10,000)" msgstr "demasiados subpadrões denominados (máximo de 10.000)" -#: ../glib/gregex.c:374 +#: ../glib/gregex.c:378 msgid "octal value is greater than \\377" msgstr "valor octal é maior do que \\377" -#: ../glib/gregex.c:377 +#: ../glib/gregex.c:381 msgid "DEFINE group contains more than one branch" msgstr "grupo DEFINE contém mais de um ramo" -#: ../glib/gregex.c:380 +#: ../glib/gregex.c:384 msgid "repeating a DEFINE group is not allowed" msgstr "não é permitido repetir um grupo DEFINE" -#: ../glib/gregex.c:383 +#: ../glib/gregex.c:387 msgid "inconsistent NEWLINE options" msgstr "opções de NEWLINE inconsistentes" -#: ../glib/gregex.c:386 +#: ../glib/gregex.c:390 msgid "" "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "" "\\g não é seguido de um nome com chavetas ou número não-zero com chavetas " "opcional" -#: ../glib/gregex.c:391 +#: ../glib/gregex.c:395 msgid "unexpected repeat" msgstr "repetição inesperada" -#: ../glib/gregex.c:395 +#: ../glib/gregex.c:399 msgid "code overflow" msgstr "código fora dos limites" -#: ../glib/gregex.c:399 +#: ../glib/gregex.c:403 msgid "overran compiling workspace" msgstr "derramou fora da área de trabalho de compilação" -#: ../glib/gregex.c:403 +#: ../glib/gregex.c:407 msgid "previously-checked referenced subpattern not found" msgstr "subpadrão referenciado previamente verificado não foi encontrado" -#: ../glib/gregex.c:575 ../glib/gregex.c:1696 +#: ../glib/gregex.c:579 ../glib/gregex.c:1700 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Erro ao comparar a expressão regular %s: %s" -#: ../glib/gregex.c:1151 +#: ../glib/gregex.c:1155 msgid "PCRE library is compiled without UTF8 support" msgstr "biblioteca PCRE está compilada sem suporte UTF8" -#: ../glib/gregex.c:1160 +#: ../glib/gregex.c:1164 msgid "PCRE library is compiled without UTF8 properties support" msgstr "biblioteca PCRE está compilada sem suporte para propriedades UTF8" -#: ../glib/gregex.c:1214 +#: ../glib/gregex.c:1218 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Erro ao compilar a expressão regular %s no caracter %d: %s" -#: ../glib/gregex.c:1250 +#: ../glib/gregex.c:1254 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Erro ao optimizar a expressão regular %s: %s" -#: ../glib/gregex.c:2124 +#: ../glib/gregex.c:2128 msgid "hexadecimal digit or '}' expected" msgstr "esperado um dígito hexadecimal ou '}'" -#: ../glib/gregex.c:2140 +#: ../glib/gregex.c:2144 msgid "hexadecimal digit expected" msgstr "esperado um dígito hexadecimal" -#: ../glib/gregex.c:2180 +#: ../glib/gregex.c:2184 msgid "missing '<' in symbolic reference" msgstr "falta '<' na referência simbólica" -#: ../glib/gregex.c:2189 +#: ../glib/gregex.c:2193 msgid "unfinished symbolic reference" msgstr "referência simbólica por terminar" -#: ../glib/gregex.c:2196 +#: ../glib/gregex.c:2200 msgid "zero-length symbolic reference" msgstr "referência simbólica de tamanho zero" -#: ../glib/gregex.c:2207 +#: ../glib/gregex.c:2211 msgid "digit expected" msgstr "esperado um dígito" -#: ../glib/gregex.c:2225 +#: ../glib/gregex.c:2229 msgid "illegal symbolic reference" msgstr "referência simbólica ilegal" -#: ../glib/gregex.c:2287 +#: ../glib/gregex.c:2291 msgid "stray final '\\'" msgstr "'\\' final a mais" -#: ../glib/gregex.c:2291 +#: ../glib/gregex.c:2295 msgid "unknown escape sequence" msgstr "sequência de escape desconhecida" -#: ../glib/gregex.c:2301 +#: ../glib/gregex.c:2305 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Erro ao processar o texto de substituição \"%s\" no caracter %lu: %s" @@ -1394,8 +1394,8 @@ msgid "Stream is already closed" msgstr "O fluxo já se encontra fechado" -#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1552 -#: ../gio/gdbusconnection.c:1641 ../gio/gdbusconnection.c:1823 +#: ../gio/gcancellable.c:432 ../gio/gdbusconnection.c:1633 +#: ../gio/gdbusconnection.c:1722 ../gio/gdbusconnection.c:1904 #: ../gio/glocalfile.c:2102 ../gio/gsimpleasyncresult.c:755 #: ../gio/gsimpleasyncresult.c:781 msgid "Operation was cancelled" @@ -1579,7 +1579,7 @@ "Incapaz de determinar o endereço do canal de sessão (não implementado para " "este SO)" -#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6016 +#: ../gio/gdbusaddress.c:1245 ../gio/gdbusconnection.c:6142 #, c-format msgid "" "Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable " @@ -1588,7 +1588,7 @@ "Incapaz de determinar o endereço de canal a partir da variável de sessão " "DBUS_STARTER_BUS_TYPE - valor `%s' desconhecido" -#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6025 +#: ../gio/gdbusaddress.c:1254 ../gio/gdbusconnection.c:6151 msgid "" "Cannot determine bus address because the DBUS_STARTER_BUS_TYPE environment " "variable is not set" @@ -1702,22 +1702,22 @@ "(Adicionalmente, também falhou a libertação do ficheiro de acesso exclusivo " "a `%s': %s) " -#: ../gio/gdbusconnection.c:1061 ../gio/gdbusconnection.c:1290 -#: ../gio/gdbusconnection.c:1329 ../gio/gdbusconnection.c:1652 +#: ../gio/gdbusconnection.c:1142 ../gio/gdbusconnection.c:1371 +#: ../gio/gdbusconnection.c:1410 ../gio/gdbusconnection.c:1733 msgid "The connection is closed" msgstr "A ligação está fechada" -#: ../gio/gdbusconnection.c:1596 +#: ../gio/gdbusconnection.c:1677 msgid "Timeout was reached" msgstr "Foi atingido o tempo limite de espera" -#: ../gio/gdbusconnection.c:2173 +#: ../gio/gdbusconnection.c:2291 msgid "" "Unsupported flags encountered when constructing a client-side connection" msgstr "" "Foram encontrados parâmetros não suportados ao construir a ligação de cliente" -#: ../gio/gdbusconnection.c:3599 ../gio/gdbusconnection.c:3917 +#: ../gio/gdbusconnection.c:3725 ../gio/gdbusconnection.c:4043 #, c-format msgid "" "No such interface `org.freedesktop.DBus.Properties' on object at path %s" @@ -1725,67 +1725,67 @@ "Não existe o interface `org.freedesktop.DBus.Properties' no objecto no " "caminho %s" -#: ../gio/gdbusconnection.c:3671 +#: ../gio/gdbusconnection.c:3797 #, c-format msgid "Error setting property `%s': Expected type `%s' but got `%s'" msgstr "" "Erro ao definir a propriedade `%s': Esperado o tipo `%s' mas obtido o `%s'" -#: ../gio/gdbusconnection.c:3766 +#: ../gio/gdbusconnection.c:3892 #, c-format msgid "No such property `%s'" msgstr "Não existe a propriedade `%s'" -#: ../gio/gdbusconnection.c:3778 +#: ../gio/gdbusconnection.c:3904 #, c-format msgid "Property `%s' is not readable" msgstr "A propriedade `%s' não pode ser lida" -#: ../gio/gdbusconnection.c:3789 +#: ../gio/gdbusconnection.c:3915 #, c-format msgid "Property `%s' is not writable" msgstr "A propriedade `%s' não pode ser escrita" -#: ../gio/gdbusconnection.c:3859 ../gio/gdbusconnection.c:5450 +#: ../gio/gdbusconnection.c:3985 ../gio/gdbusconnection.c:5576 #, c-format msgid "No such interface `%s'" msgstr "Não existe o interface `%s'" -#: ../gio/gdbusconnection.c:4047 +#: ../gio/gdbusconnection.c:4173 msgid "No such interface" msgstr "Não existe o interface" -#: ../gio/gdbusconnection.c:4263 ../gio/gdbusconnection.c:5966 +#: ../gio/gdbusconnection.c:4389 ../gio/gdbusconnection.c:6092 #, c-format msgid "No such interface `%s' on object at path %s" msgstr "Não existe o interface `%s' no objecto no caminho %s" -#: ../gio/gdbusconnection.c:4315 +#: ../gio/gdbusconnection.c:4441 #, c-format msgid "No such method `%s'" msgstr "Não existe o método `%s'" -#: ../gio/gdbusconnection.c:4346 +#: ../gio/gdbusconnection.c:4472 #, c-format msgid "Type of message, `%s', does not match expected type `%s'" msgstr "Tipo de mensagem, `%s', não corresponde ao tipo `%s' esperado" -#: ../gio/gdbusconnection.c:4565 +#: ../gio/gdbusconnection.c:4691 #, c-format msgid "An object is already exported for the interface %s at %s" msgstr "Já existe um objecto exportado para o interface %s em %s" -#: ../gio/gdbusconnection.c:4759 +#: ../gio/gdbusconnection.c:4885 #, c-format msgid "Method `%s' returned type `%s', but expected `%s'" msgstr "O método `%s' devolveu o tipo `%s', mas era esperado `%s'" -#: ../gio/gdbusconnection.c:5561 +#: ../gio/gdbusconnection.c:5687 #, c-format msgid "Method `%s' on interface `%s' with signature `%s' does not exist" msgstr "O método `%s' no interface `%s' com a assinatura `%s' não existe" -#: ../gio/gdbusconnection.c:5679 +#: ../gio/gdbusconnection.c:5805 #, c-format msgid "A subtree is already exported for %s" msgstr "Já existe uma sub-árvore exportada para %s" @@ -1974,7 +1974,7 @@ msgid "Error sending message: %s" msgstr "Erro ao enviar a mensagem: %s" -#: ../gio/gdbusprivate.c:1766 +#: ../gio/gdbusprivate.c:1758 msgid "Unable to load /var/lib/dbus/machine-id: " msgstr "Incapaz de ler /var/lib/dbus/machine-id: " @@ -2447,16 +2447,16 @@ msgid "Unsupported socket address" msgstr "Endereço de socket não suportado" -#: ../gio/glib-compile-schemas.c:702 +#: ../gio/glib-compile-schemas.c:703 msgid "empty names are not permitted" msgstr "Não são permitidos nomes vazios" -#: ../gio/glib-compile-schemas.c:712 +#: ../gio/glib-compile-schemas.c:713 #, c-format msgid "invalid name '%s': names must begin with a lowercase letter" msgstr "nome '%s' inválido: nomes têm de começar com uma letra minúscula" -#: ../gio/glib-compile-schemas.c:724 +#: ../gio/glib-compile-schemas.c:725 #, c-format msgid "" "invalid name '%s': invalid character '%c'; only lowercase letters, numbers " @@ -2465,37 +2465,37 @@ "nome '%s' inválido: caracter '%c' inválido; apenas são permitidas letras " "minúsculas, números e um traço ('-')." -#: ../gio/glib-compile-schemas.c:733 +#: ../gio/glib-compile-schemas.c:734 #, c-format msgid "invalid name '%s': two successive dashes ('--') are not permitted." msgstr "" "nome '%s' inválido: não são permitidos dois traços ('--') consecutivos." -#: ../gio/glib-compile-schemas.c:742 +#: ../gio/glib-compile-schemas.c:743 #, c-format msgid "invalid name '%s': the last character may not be a dash ('-')." msgstr "nome '%s' inválido: o último caracter não pode ser um traço ('-')." -#: ../gio/glib-compile-schemas.c:750 +#: ../gio/glib-compile-schemas.c:751 #, c-format msgid "invalid name '%s': maximum length is 32" msgstr "nome '%s' inválido: tamanho máximo é 32" -#: ../gio/glib-compile-schemas.c:819 +#: ../gio/glib-compile-schemas.c:820 #, c-format msgid " already specified" msgstr " já especificado" -#: ../gio/glib-compile-schemas.c:845 +#: ../gio/glib-compile-schemas.c:846 msgid "can not add keys to a 'list-of' schema" msgstr "não é possível adicionar chaves a um esquema 'list-of'" -#: ../gio/glib-compile-schemas.c:856 +#: ../gio/glib-compile-schemas.c:857 #, c-format msgid " already specified" msgstr " já especificado" -#: ../gio/glib-compile-schemas.c:874 +#: ../gio/glib-compile-schemas.c:875 #, c-format msgid "" " shadows in ; use " @@ -2504,7 +2504,7 @@ " sobrepõe-se a no ; utilize " " para alterar o valor" -#: ../gio/glib-compile-schemas.c:885 +#: ../gio/glib-compile-schemas.c:886 #, c-format msgid "" "exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " @@ -2513,56 +2513,56 @@ "exactamente um de 'type', 'enum' ou 'flags' tem de ser especificado como um " "atributo de " -#: ../gio/glib-compile-schemas.c:904 +#: ../gio/glib-compile-schemas.c:905 #, c-format msgid "<%s id='%s'> not (yet) defined." msgstr "<%s id='%s'> (ainda) não definido." -#: ../gio/glib-compile-schemas.c:919 +#: ../gio/glib-compile-schemas.c:920 #, c-format msgid "invalid GVariant type string '%s'" msgstr "expressão de tipo GVariante '%s' inválida" -#: ../gio/glib-compile-schemas.c:949 +#: ../gio/glib-compile-schemas.c:950 msgid " given but schema isn't extending anything" msgstr " especificado mas o esquema não estende nada" -#: ../gio/glib-compile-schemas.c:962 +#: ../gio/glib-compile-schemas.c:963 #, c-format msgid "no to override" msgstr "nenhum a sobrepor" -#: ../gio/glib-compile-schemas.c:970 +#: ../gio/glib-compile-schemas.c:971 #, c-format msgid " already specified" msgstr " já especificado" -#: ../gio/glib-compile-schemas.c:1036 +#: ../gio/glib-compile-schemas.c:1042 #, c-format msgid " already specified" msgstr " já especificado" -#: ../gio/glib-compile-schemas.c:1048 +#: ../gio/glib-compile-schemas.c:1054 #, c-format msgid " extends not yet existing schema '%s'" msgstr " estente esquema '%s' que ainda não existe" -#: ../gio/glib-compile-schemas.c:1064 +#: ../gio/glib-compile-schemas.c:1070 #, c-format msgid " is list of not yet existing schema '%s'" msgstr " é uma lista do esquema '%s' que ainda não existe" -#: ../gio/glib-compile-schemas.c:1072 +#: ../gio/glib-compile-schemas.c:1078 #, c-format msgid "Can not be a list of a schema with a path" msgstr "Não é possível ser uma lista de um esquema com um caminho" -#: ../gio/glib-compile-schemas.c:1082 +#: ../gio/glib-compile-schemas.c:1088 #, c-format msgid "Can not extend a schema with a path" msgstr "Incapaz de estender um esquema com um caminho" -#: ../gio/glib-compile-schemas.c:1092 +#: ../gio/glib-compile-schemas.c:1098 #, c-format msgid "" " is a list, extending which is not a list" @@ -2570,7 +2570,7 @@ " é uma lista, que estende o que não é uma " "lista" -#: ../gio/glib-compile-schemas.c:1102 +#: ../gio/glib-compile-schemas.c:1108 #, c-format msgid "" " extends but '%s' " @@ -2579,49 +2579,87 @@ " estende mas '%s' " "não estende '%s'" -#: ../gio/glib-compile-schemas.c:1119 +#: ../gio/glib-compile-schemas.c:1125 #, c-format msgid "a path, if given, must begin and end with a slash" msgstr "um caminho, se indicado, tem de começar e terminar com uma barra" -#: ../gio/glib-compile-schemas.c:1126 +#: ../gio/glib-compile-schemas.c:1132 #, c-format msgid "the path of a list must end with ':/'" msgstr "o caminho de uma lista tem de terminar com ':/'" -#: ../gio/glib-compile-schemas.c:1148 +#: ../gio/glib-compile-schemas.c:1158 #, c-format msgid "<%s id='%s'> already specified" msgstr "<%s id='%s'> já especificado" -#: ../gio/glib-compile-schemas.c:1362 +#: ../gio/glib-compile-schemas.c:1375 #, c-format msgid "Element <%s> not allowed inside <%s>" msgstr "Elemento <%s> não é permitido dentro de <%s>" -#: ../gio/glib-compile-schemas.c:1366 +#: ../gio/glib-compile-schemas.c:1379 #, c-format msgid "Element <%s> not allowed at toplevel" msgstr "Elemento <%s> não é permitido no nível de topo" -#: ../gio/glib-compile-schemas.c:1460 +#: ../gio/glib-compile-schemas.c:1473 #, c-format msgid "text may not appear inside <%s>" msgstr "Não pode surgir texto dentro de <%s>" -#: ../gio/glib-compile-schemas.c:1674 +#. Translators: Do not translate "--strict". +#: ../gio/glib-compile-schemas.c:1641 ../gio/glib-compile-schemas.c:1712 +#: ../gio/glib-compile-schemas.c:1788 #, c-format -msgid "No such schema `%s' specified in override file `%s'" -msgstr "Esquema `%s' não foi especificado no ficheiro de sobreposição `%s'" +msgid "--strict was specified; exiting.\n" +msgstr "foi especificado --strict; a terminar.\n" -#: ../gio/glib-compile-schemas.c:1698 +#: ../gio/glib-compile-schemas.c:1649 +#, c-format +msgid "This entire file has been ignored.\n" +msgstr "O ficheiro foi ignorado na sua totalidade.\n" + +#: ../gio/glib-compile-schemas.c:1708 +#, c-format +msgid "Ignoring this file.\n" +msgstr "A ignorar este ficheiro.\n" + +#: ../gio/glib-compile-schemas.c:1748 #, c-format msgid "No such key `%s' in schema `%s' as specified in override file `%s'" msgstr "" "Nenhuma chave `%s' no esquema `%s' tal como especificado no ficheiro de " "sobreposição `%s'" -#: ../gio/glib-compile-schemas.c:1731 +#: ../gio/glib-compile-schemas.c:1754 ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1840 +#, c-format +msgid "; ignoring override for this key.\n" +msgstr "; a ignorar a sobreposição para esta chave.\n" + +#: ../gio/glib-compile-schemas.c:1758 ../gio/glib-compile-schemas.c:1816 +#: ../gio/glib-compile-schemas.c:1844 +#, c-format +msgid " and --strict was specified; exiting.\n" +msgstr " e foi especificado --strict; a terminar.\n" + +#: ../gio/glib-compile-schemas.c:1774 +#, c-format +msgid "" +"error parsing key `%s' in schema `%s' as specified in override file `%s': %" +"s. " +msgstr "" +"erro ao processar a chave `%s' no esquema `%s' tal como especificado no " +"ficheiro de sobreposição `%s': %s." + +#: ../gio/glib-compile-schemas.c:1784 +#, c-format +msgid "Ignoring override for this key.\n" +msgstr "A ignorar a sobreposição para esta chave.\n" + +#: ../gio/glib-compile-schemas.c:1802 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is out of the " @@ -2630,7 +2668,7 @@ "sobreposição para a chave `%s' no esquema `%s' no ficheiro de sobreposição `%" "s' está fora do intervalo indicado no esquema" -#: ../gio/glib-compile-schemas.c:1752 +#: ../gio/glib-compile-schemas.c:1830 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is not in the " @@ -2639,27 +2677,31 @@ "sobreposição para a chave `%s' no esquema `%s' no ficheiro de sobreposição `%" "s' não pertence à lista de opções válidas" -#: ../gio/glib-compile-schemas.c:1797 +#: ../gio/glib-compile-schemas.c:1884 msgid "where to store the gschemas.compiled file" msgstr "onde armazenar o ficheiro gschemas.compiled" -#: ../gio/glib-compile-schemas.c:1797 ../gio/glib-compile-schemas.c:1809 +#: ../gio/glib-compile-schemas.c:1884 ../gio/glib-compile-schemas.c:1897 msgid "DIRECTORY" msgstr "DIRECTÓRIO" -#: ../gio/glib-compile-schemas.c:1798 +#: ../gio/glib-compile-schemas.c:1885 +msgid "Abort on any errors in schemas" +msgstr "Abortar com qualquer erro nos esquemas" + +#: ../gio/glib-compile-schemas.c:1886 msgid "Do not write the gschema.compiled file" msgstr "Não escrever o ficheiro gschemas.compiled" -#: ../gio/glib-compile-schemas.c:1799 +#: ../gio/glib-compile-schemas.c:1887 msgid "This option will be removed soon." msgstr "Esta opção será removida brevemente." -#: ../gio/glib-compile-schemas.c:1800 +#: ../gio/glib-compile-schemas.c:1888 msgid "Do not enforce key name restrictions" msgstr "Não forçar restrições de nomes de chaves" -#: ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1900 msgid "" "Compile all GSettings schema files into a schema cache.\n" "Schema files are required to have the extension .gschema.xml,\n" @@ -2669,22 +2711,22 @@ "Ficheiros de esquema têm de ter a extensão .gschema.xml,\n" "e o ficheiro de cache é designado gschemas.compiled." -#: ../gio/glib-compile-schemas.c:1828 +#: ../gio/glib-compile-schemas.c:1916 #, c-format msgid "You should give exactly one directory name\n" msgstr "Deverá indicar apenas um nome de directório\n" -#: ../gio/glib-compile-schemas.c:1867 +#: ../gio/glib-compile-schemas.c:1955 #, c-format msgid "No schema files found: " msgstr "Nenhum ficheiro de esquema encontrado: " -#: ../gio/glib-compile-schemas.c:1870 +#: ../gio/glib-compile-schemas.c:1958 #, c-format msgid "doing nothing.\n" msgstr "inactivo.\n" -#: ../gio/glib-compile-schemas.c:1873 +#: ../gio/glib-compile-schemas.c:1961 #, c-format msgid "removed existing output file.\n" msgstr "removido o ficheiro de resultado existente.\n" @@ -3121,19 +3163,20 @@ "Utilize '%s COMMAND --help' para obter ajuda para comandos individuais.\n" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "Specify the path for the schema" msgstr "Especifique o caminho para o esquema" #: ../gio/gsettings-tool.c:220 ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:437 ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "PATH" msgstr "CAMINHO" -#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:539 -#: ../gio/gsettings-tool.c:652 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:228 ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:654 msgid "SCHEMA KEY" msgstr "CHAVE ESQUEMA" @@ -3141,8 +3184,8 @@ msgid "Get the value of KEY" msgstr "Obter o valor da CHAVE" -#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:448 -#: ../gio/gsettings-tool.c:543 ../gio/gsettings-tool.c:659 +#: ../gio/gsettings-tool.c:232 ../gio/gsettings-tool.c:449 +#: ../gio/gsettings-tool.c:545 ../gio/gsettings-tool.c:661 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3152,15 +3195,16 @@ " ESQUEMA O id do esquema\n" " CHAVE O nome da chave\n" -#: ../gio/gsettings-tool.c:328 ../gio/gsettings-tool.c:444 +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:329 ../gio/gsettings-tool.c:445 msgid "SCHEMA KEY VALUE" msgstr "ESQUEMA CHAVE VALOR" -#: ../gio/gsettings-tool.c:330 +#: ../gio/gsettings-tool.c:331 msgid "Set the value of KEY" msgstr "Definir o valor da CHAVE" -#: ../gio/gsettings-tool.c:332 +#: ../gio/gsettings-tool.c:333 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" @@ -3172,20 +3216,20 @@ " CHAVE O nome da chave\n" " VALOR O valor a definir para a chave, como um GVariant serializado\n" -#: ../gio/gsettings-tool.c:405 +#: ../gio/gsettings-tool.c:406 #, c-format msgid "Key %s is not writable\n" msgstr "O valor da chave %s não pode ser definido\n" -#: ../gio/gsettings-tool.c:446 +#: ../gio/gsettings-tool.c:447 msgid "Sets KEY to its default value" msgstr "Repõe o valor por omissão de CHAVE" -#: ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:543 msgid "Find out whether KEY is writable" msgstr "Verifica se é possível definir o valor de CHAVE" -#: ../gio/gsettings-tool.c:655 +#: ../gio/gsettings-tool.c:657 msgid "" "Monitor KEY for changes and print the changed values.\n" "Monitoring will continue until the process is terminated." @@ -3193,7 +3237,7 @@ "Monitoriza por alterações a CHAVE e imprime os valores alterados.\n" "A monitorização continua até que o processo seja terminado." -#: ../gio/gsettings-tool.c:831 +#: ../gio/gsettings-tool.c:833 #, c-format msgid "Unknown command '%s'\n" msgstr "Comando '%s' desconhecido\n" @@ -3565,6 +3609,9 @@ msgid "Invalid compressed data" msgstr "Dados comprimidos inválidos" +#~ msgid "No such schema `%s' specified in override file `%s'" +#~ msgstr "Esquema `%s' não foi especificado no ficheiro de sobreposição `%s'" + #~ msgid "Do not give error for empty directory" #~ msgstr "Não dar erro para um directório" Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/ru.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/ru.gmo differ diff -Nru glib2.0-2.26.0/po/ru.po glib2.0-2.26.1/po/ru.po --- glib2.0-2.26.0/po/ru.po 2010-09-27 08:54:20.000000000 +1000 +++ glib2.0-2.26.1/po/ru.po 2010-11-13 00:52:52.000000000 +1100 @@ -13,10 +13,10 @@ "Project-Id-Version: ru\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=glib&component=general\n" -"POT-Creation-Date: 2010-09-24 18:56+0000\n" -"PO-Revision-Date: 2010-09-26 16:52+0400\n" +"POT-Creation-Date: 2010-09-27 16:10+0000\n" +"PO-Revision-Date: 2010-09-27 20:31+0400\n" "Last-Translator: Yuri Kozlov \n" -"Language-Team: Russian \n" +"Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -2458,16 +2458,16 @@ msgid "Unsupported socket address" msgstr "Неподдерживаемый адрес сокета" -#: ../gio/glib-compile-schemas.c:702 +#: ../gio/glib-compile-schemas.c:703 msgid "empty names are not permitted" msgstr "пустые имена запрещены" -#: ../gio/glib-compile-schemas.c:712 +#: ../gio/glib-compile-schemas.c:713 #, c-format msgid "invalid name '%s': names must begin with a lowercase letter" msgstr "неверное имя «%s»: имена должны начинаться со строчной буквы" -#: ../gio/glib-compile-schemas.c:724 +#: ../gio/glib-compile-schemas.c:725 #, c-format msgid "" "invalid name '%s': invalid character '%c'; only lowercase letters, numbers " @@ -2476,36 +2476,36 @@ "неверное имя «%s»: неверный символ «%c»; допускаются только строчные буквы, " "числа и тире («-»)." -#: ../gio/glib-compile-schemas.c:733 +#: ../gio/glib-compile-schemas.c:734 #, c-format msgid "invalid name '%s': two successive dashes ('--') are not permitted." msgstr "неверное имя «%s»: нельзя указывать два тире одновременно («--»)." -#: ../gio/glib-compile-schemas.c:742 +#: ../gio/glib-compile-schemas.c:743 #, c-format msgid "invalid name '%s': the last character may not be a dash ('-')." msgstr "неверное имя «%s»: последний символ не может быть тире («-»)." -#: ../gio/glib-compile-schemas.c:750 +#: ../gio/glib-compile-schemas.c:751 #, c-format msgid "invalid name '%s': maximum length is 32" msgstr "неверное имя «%s»: максимальная длина равно 32 знакам" -#: ../gio/glib-compile-schemas.c:819 +#: ../gio/glib-compile-schemas.c:820 #, c-format msgid " already specified" msgstr " уже задан" -#: ../gio/glib-compile-schemas.c:845 +#: ../gio/glib-compile-schemas.c:846 msgid "can not add keys to a 'list-of' schema" msgstr "не удалось добавить ключи в схему «list-of»" -#: ../gio/glib-compile-schemas.c:856 +#: ../gio/glib-compile-schemas.c:857 #, c-format msgid " already specified" msgstr " уже задан" -#: ../gio/glib-compile-schemas.c:874 +#: ../gio/glib-compile-schemas.c:875 #, c-format msgid "" " shadows in ; use " @@ -2514,63 +2514,63 @@ " оттеняет в ; для изменения " "значения используйте " -#: ../gio/glib-compile-schemas.c:885 +#: ../gio/glib-compile-schemas.c:886 #, c-format msgid "" "exactly one of 'type', 'enum' or 'flags' must be specified as an attribute " "to " msgstr "в качестве атрибута можно указать только «type», «enum» или «flags»" -#: ../gio/glib-compile-schemas.c:904 +#: ../gio/glib-compile-schemas.c:905 #, c-format msgid "<%s id='%s'> not (yet) defined." msgstr "<%s id='%s'> не определён (пока)." -#: ../gio/glib-compile-schemas.c:919 +#: ../gio/glib-compile-schemas.c:920 #, c-format msgid "invalid GVariant type string '%s'" msgstr "недопустимая строка типа GVariant «%s»" -#: ../gio/glib-compile-schemas.c:949 +#: ../gio/glib-compile-schemas.c:950 msgid " given but schema isn't extending anything" msgstr " указан, но схема ничего не расширяет" -#: ../gio/glib-compile-schemas.c:962 +#: ../gio/glib-compile-schemas.c:963 #, c-format msgid "no to override" msgstr "не задан для замещения" -#: ../gio/glib-compile-schemas.c:970 +#: ../gio/glib-compile-schemas.c:971 #, c-format msgid " already specified" msgstr " уже задан" -#: ../gio/glib-compile-schemas.c:1036 +#: ../gio/glib-compile-schemas.c:1042 #, c-format msgid " already specified" msgstr " уже задан" -#: ../gio/glib-compile-schemas.c:1048 +#: ../gio/glib-compile-schemas.c:1054 #, c-format msgid " extends not yet existing schema '%s'" msgstr " расширяет ещё не существующую схему «%s»" -#: ../gio/glib-compile-schemas.c:1064 +#: ../gio/glib-compile-schemas.c:1070 #, c-format msgid " is list of not yet existing schema '%s'" msgstr " является списком ещё не существующей схемы «%s»" -#: ../gio/glib-compile-schemas.c:1072 +#: ../gio/glib-compile-schemas.c:1078 #, c-format msgid "Can not be a list of a schema with a path" msgstr "Не может быть списком схемы с путём" -#: ../gio/glib-compile-schemas.c:1082 +#: ../gio/glib-compile-schemas.c:1088 #, c-format msgid "Can not extend a schema with a path" msgstr "Не удалось расширить схему путём" -#: ../gio/glib-compile-schemas.c:1092 +#: ../gio/glib-compile-schemas.c:1098 #, c-format msgid "" " is a list, extending which is not a list" @@ -2578,7 +2578,7 @@ " является списком, расширяющим , который не " "является списком" -#: ../gio/glib-compile-schemas.c:1102 +#: ../gio/glib-compile-schemas.c:1108 #, c-format msgid "" " extends but '%s' " @@ -2587,49 +2587,86 @@ " расширяет , но «%" "s» не расширяет «%s»" -#: ../gio/glib-compile-schemas.c:1119 +#: ../gio/glib-compile-schemas.c:1125 #, c-format msgid "a path, if given, must begin and end with a slash" msgstr "" "если указывается путь, то он должен начинаться и заканчиваться символом " "косой черты" -#: ../gio/glib-compile-schemas.c:1126 +#: ../gio/glib-compile-schemas.c:1132 #, c-format msgid "the path of a list must end with ':/'" msgstr "путь в списке должен заканчиваться «:/»" -#: ../gio/glib-compile-schemas.c:1148 +#: ../gio/glib-compile-schemas.c:1158 #, c-format msgid "<%s id='%s'> already specified" msgstr "<%s id='%s'> уже задан" -#: ../gio/glib-compile-schemas.c:1362 +#: ../gio/glib-compile-schemas.c:1375 #, c-format msgid "Element <%s> not allowed inside <%s>" msgstr "Элемент <%s> не может быть внутри <%s>" -#: ../gio/glib-compile-schemas.c:1366 +#: ../gio/glib-compile-schemas.c:1379 #, c-format msgid "Element <%s> not allowed at toplevel" msgstr "Элемент <%s> не может быть самым верхним" -#: ../gio/glib-compile-schemas.c:1460 +#: ../gio/glib-compile-schemas.c:1473 #, c-format msgid "text may not appear inside <%s>" msgstr "текста может не быть внутри <%s>" -#: ../gio/glib-compile-schemas.c:1674 +#. Translators: Do not translate "--strict". +#: ../gio/glib-compile-schemas.c:1641 ../gio/glib-compile-schemas.c:1712 +#: ../gio/glib-compile-schemas.c:1788 #, c-format -msgid "No such schema `%s' specified in override file `%s'" -msgstr "Схема «%s» не указана в файле замен «%s»" +msgid "--strict was specified; exiting.\n" +msgstr "Был указан параметр --strict; завершение работы.\n" -#: ../gio/glib-compile-schemas.c:1698 +#: ../gio/glib-compile-schemas.c:1649 +#, c-format +msgid "This entire file has been ignored.\n" +msgstr "Всё содержимое файла было игнорировано.\n" + +#: ../gio/glib-compile-schemas.c:1708 +#, c-format +msgid "Ignoring this file.\n" +msgstr "Этот файл игнорируется.\n" + +#: ../gio/glib-compile-schemas.c:1748 #, c-format msgid "No such key `%s' in schema `%s' as specified in override file `%s'" msgstr "Ключ «%s» в схеме «%s» отсутствует, хотя указан в файле замен «%s»" -#: ../gio/glib-compile-schemas.c:1731 +#: ../gio/glib-compile-schemas.c:1754 ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1840 +#, c-format +msgid "; ignoring override for this key.\n" +msgstr "; игнорируется замена для этого ключа.\n" + +#: ../gio/glib-compile-schemas.c:1758 ../gio/glib-compile-schemas.c:1816 +#: ../gio/glib-compile-schemas.c:1844 +#, c-format +msgid " and --strict was specified; exiting.\n" +msgstr " и был указан параметр --strict; завершение работы.\n" + +#: ../gio/glib-compile-schemas.c:1774 +#, c-format +msgid "" +"error parsing key `%s' in schema `%s' as specified in override file `%s': %" +"s. " +msgstr "" +"ошибка разбора ключа «%s» в схеме «%s», который указан в файле замен «%s»: %s. " + +#: ../gio/glib-compile-schemas.c:1784 +#, c-format +msgid "Ignoring override for this key.\n" +msgstr "Игнорируется замена для этого ключа.\n" + +#: ../gio/glib-compile-schemas.c:1802 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is out of the " @@ -2638,7 +2675,7 @@ "замена ключа «%s» в схеме «%s» согласно файлу замен «%s» лежит вне диапазона " "данной схемы" -#: ../gio/glib-compile-schemas.c:1752 +#: ../gio/glib-compile-schemas.c:1830 #, c-format msgid "" "override for key `%s' in schema `%s' in override file `%s' is not in the " @@ -2647,27 +2684,31 @@ "замена ключа «%s» в схеме «%s» согласно файлу замен «%s» лежит вне списка " "допустимых значений" -#: ../gio/glib-compile-schemas.c:1797 +#: ../gio/glib-compile-schemas.c:1884 msgid "where to store the gschemas.compiled file" msgstr "место хранения файла gschemas.compiled" -#: ../gio/glib-compile-schemas.c:1797 ../gio/glib-compile-schemas.c:1809 +#: ../gio/glib-compile-schemas.c:1884 ../gio/glib-compile-schemas.c:1897 msgid "DIRECTORY" msgstr "КАТАЛОГ" -#: ../gio/glib-compile-schemas.c:1798 +#: ../gio/glib-compile-schemas.c:1885 +msgid "Abort on any errors in schemas" +msgstr "Останавливать работу при возникновении ошибок в схемах" + +#: ../gio/glib-compile-schemas.c:1886 msgid "Do not write the gschema.compiled file" msgstr "Не записывать файл gschema.compiled" -#: ../gio/glib-compile-schemas.c:1799 +#: ../gio/glib-compile-schemas.c:1887 msgid "This option will be removed soon." msgstr "Этот параметр будет скоро удалён." -#: ../gio/glib-compile-schemas.c:1800 +#: ../gio/glib-compile-schemas.c:1888 msgid "Do not enforce key name restrictions" msgstr "Не устанавливать ограничения на имя ключа" -#: ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1900 msgid "" "Compile all GSettings schema files into a schema cache.\n" "Schema files are required to have the extension .gschema.xml,\n" @@ -2677,22 +2718,22 @@ "Файлы схемы требуются для расширения .gschema.xml,\n" "а файл кэша называется gschemas.compiled." -#: ../gio/glib-compile-schemas.c:1828 +#: ../gio/glib-compile-schemas.c:1916 #, c-format msgid "You should give exactly one directory name\n" msgstr "Должно быть указано только одно имя каталога\n" -#: ../gio/glib-compile-schemas.c:1867 +#: ../gio/glib-compile-schemas.c:1955 #, c-format msgid "No schema files found: " msgstr "Файлы схемы не найдены: " -#: ../gio/glib-compile-schemas.c:1870 +#: ../gio/glib-compile-schemas.c:1958 #, c-format msgid "doing nothing.\n" msgstr "ничего не выполняется.\n" -#: ../gio/glib-compile-schemas.c:1873 +#: ../gio/glib-compile-schemas.c:1961 #, c-format msgid "removed existing output file.\n" msgstr "удалён существующий выходной файл.\n" Binary files /tmp/sADc8F9Fja/glib2.0-2.26.0/po/sl.gmo and /tmp/mcq1pudecS/glib2.0-2.26.1/po/sl.gmo differ diff -Nru glib2.0-2.26.0/po/sl.po glib2.0-2.26.1/po/sl.po --- glib2.0-2.26.0/po/sl.po 2010-09-14 14:08:21.000000000 +1000 +++ glib2.0-2.26.1/po/sl.po 2010-11-13 00:52:52.000000000 +1100 @@ -2,15 +2,15 @@ # Copyright (C) 2002-2006 Free Software Foundation, Inc. # This file is distributed under the same license as the glib package. # -# Andraz Tori 2000. +# Andraž Tori 2000. # Matej Urbančič , 2007 - 2010. # msgid "" msgstr "" "Project-Id-Version: glib master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=general\n" -"POT-Creation-Date: 2010-09-13 18:20+0000\n" -"PO-Revision-Date: 2010-09-13 21:53+0100\n" +"POT-Creation-Date: 2010-09-28 15:42+0000\n" +"PO-Revision-Date: 2010-09-28 21:27+0100\n" "Last-Translator: Matej Urbančič \n" "Language-Team: Slovenian GNOME Translation Team \n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ #: ../glib/gbookmarkfile.c:780 #, c-format msgid "Unexpected attribute '%s' for element '%s'" -msgstr "Nepričakovan atribut '%s' za element '%s'" +msgstr "Nepričakovan atribut '%s' za predmet '%s'" #: ../glib/gbookmarkfile.c:791 #: ../glib/gbookmarkfile.c:862 @@ -32,7 +32,7 @@ #: ../glib/gbookmarkfile.c:979 #, c-format msgid "Attribute '%s' of element '%s' not found" -msgstr "Atributa '%s' elementa '%s' ni mogoče najti" +msgstr "Atributa '%s' predmeta '%s' ni mogoče najti" #: ../glib/gbookmarkfile.c:1149 #: ../glib/gbookmarkfile.c:1214 @@ -189,233 +189,233 @@ msgstr "Neveljavno ime gostitelja" #. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:105 +#: ../glib/gdatetime.c:149 msgctxt "GDateTime" msgid "am" msgstr "dop" #. Translators: 'before midday' indicator -#: ../glib/gdatetime.c:107 +#: ../glib/gdatetime.c:151 msgctxt "GDateTime" msgid "AM" msgstr "dop" #. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:109 +#: ../glib/gdatetime.c:153 msgctxt "GDateTime" msgid "pm" msgstr "pop" #. Translators: 'after midday' indicator -#: ../glib/gdatetime.c:111 +#: ../glib/gdatetime.c:155 msgctxt "GDateTime" msgid "PM" msgstr "pop" #. Translators: this is the preferred format for expressing the date -#: ../glib/gdatetime.c:120 +#: ../glib/gdatetime.c:164 msgctxt "GDateTime" msgid "%m/%d/%y" msgstr "%d.%m.%y" #. Translators: this is the preferred format for expressing the time -#: ../glib/gdatetime.c:123 +#: ../glib/gdatetime.c:167 msgctxt "GDateTime" msgid "%H:%M:%S" msgstr "%H:%M:%S" -#: ../glib/gdatetime.c:168 +#: ../glib/gdatetime.c:193 msgctxt "full month name" msgid "January" msgstr "januar" -#: ../glib/gdatetime.c:170 +#: ../glib/gdatetime.c:195 msgctxt "full month name" msgid "February" msgstr "februar" -#: ../glib/gdatetime.c:172 +#: ../glib/gdatetime.c:197 msgctxt "full month name" msgid "March" msgstr "marec" -#: ../glib/gdatetime.c:174 +#: ../glib/gdatetime.c:199 msgctxt "full month name" msgid "April" msgstr "april" -#: ../glib/gdatetime.c:176 +#: ../glib/gdatetime.c:201 msgctxt "full month name" msgid "May" msgstr "maj" -#: ../glib/gdatetime.c:178 +#: ../glib/gdatetime.c:203 msgctxt "full month name" msgid "June" msgstr "junij" -#: ../glib/gdatetime.c:180 +#: ../glib/gdatetime.c:205 msgctxt "full month name" msgid "July" msgstr "julij" -#: ../glib/gdatetime.c:182 +#: ../glib/gdatetime.c:207 msgctxt "full month name" msgid "August" msgstr "avgust" -#: ../glib/gdatetime.c:184 +#: ../glib/gdatetime.c:209 msgctxt "full month name" msgid "September" msgstr "september" -#: ../glib/gdatetime.c:186 +#: ../glib/gdatetime.c:211 msgctxt "full month name" msgid "October" msgstr "oktober" -#: ../glib/gdatetime.c:188 +#: ../glib/gdatetime.c:213 msgctxt "full month name" msgid "November" msgstr "november" -#: ../glib/gdatetime.c:190 +#: ../glib/gdatetime.c:215 msgctxt "full month name" msgid "December" msgstr "december" -#: ../glib/gdatetime.c:205 +#: ../glib/gdatetime.c:230 msgctxt "abbreviated month name" msgid "Jan" msgstr "jan" -#: ../glib/gdatetime.c:207 +#: ../glib/gdatetime.c:232 msgctxt "abbreviated month name" msgid "Feb" msgstr "feb" -#: ../glib/gdatetime.c:209 +#: ../glib/gdatetime.c:234 msgctxt "abbreviated month name" msgid "Mar" msgstr "mar" -#: ../glib/gdatetime.c:211 +#: ../glib/gdatetime.c:236 msgctxt "abbreviated month name" msgid "Apr" msgstr "apr" -#: ../glib/gdatetime.c:213 +#: ../glib/gdatetime.c:238 msgctxt "abbreviated month name" msgid "May" msgstr "maj" -#: ../glib/gdatetime.c:215 +#: ../glib/gdatetime.c:240 msgctxt "abbreviated month name" msgid "Jun" msgstr "jun" -#: ../glib/gdatetime.c:217 +#: ../glib/gdatetime.c:242 msgctxt "abbreviated month name" msgid "Jul" msgstr "jul" -#: ../glib/gdatetime.c:219 +#: ../glib/gdatetime.c:244 msgctxt "abbreviated month name" msgid "Aug" msgstr "avg" -#: ../glib/gdatetime.c:221 +#: ../glib/gdatetime.c:246 msgctxt "abbreviated month name" msgid "Sep" msgstr "sep" -#: ../glib/gdatetime.c:223 +#: ../glib/gdatetime.c:248 msgctxt "abbreviated month name" msgid "Oct" msgstr "okt" -#: ../glib/gdatetime.c:225 +#: ../glib/gdatetime.c:250 msgctxt "abbreviated month name" msgid "Nov" msgstr "nov" -#: ../glib/gdatetime.c:227 +#: ../glib/gdatetime.c:252 msgctxt "abbreviated month name" msgid "Dec" msgstr "dec" -#: ../glib/gdatetime.c:242 +#: ../glib/gdatetime.c:267 msgctxt "full weekday name" msgid "Monday" msgstr "ponedeljek" -#: ../glib/gdatetime.c:244 +#: ../glib/gdatetime.c:269 msgctxt "full weekday name" msgid "Tuesday" msgstr "torek" -#: ../glib/gdatetime.c:246 +#: ../glib/gdatetime.c:271 msgctxt "full weekday name" msgid "Wednesday" msgstr "sreda" -#: ../glib/gdatetime.c:248 +#: ../glib/gdatetime.c:273 msgctxt "full weekday name" msgid "Thursday" msgstr "četrtek" -#: ../glib/gdatetime.c:250 +#: ../glib/gdatetime.c:275 msgctxt "full weekday name" msgid "Friday" msgstr "petek" -#: ../glib/gdatetime.c:252 +#: ../glib/gdatetime.c:277 msgctxt "full weekday name" msgid "Saturday" msgstr "sobota" -#: ../glib/gdatetime.c:254 +#: ../glib/gdatetime.c:279 msgctxt "full weekday name" msgid "Sunday" msgstr "nedeljo" -#: ../glib/gdatetime.c:269 +#: ../glib/gdatetime.c:294 msgctxt "abbreviated weekday name" msgid "Mon" msgstr "pon" -#: ../glib/gdatetime.c:271 +#: ../glib/gdatetime.c:296 msgctxt "abbreviated weekday name" msgid "Tue" msgstr "tor" -#: ../glib/gdatetime.c:273 +#: ../glib/gdatetime.c:298 msgctxt "abbreviated weekday name" msgid "Wed" msgstr "sre" -#: ../glib/gdatetime.c:275 +#: ../glib/gdatetime.c:300 msgctxt "abbreviated weekday name" msgid "Thu" msgstr "čet" -#: ../glib/gdatetime.c:277 +#: ../glib/gdatetime.c:302 msgctxt "abbreviated weekday name" msgid "Fri" msgstr "pet" -#: ../glib/gdatetime.c:279 +#: ../glib/gdatetime.c:304 msgctxt "abbreviated weekday name" msgid "Sat" msgstr "sob" -#: ../glib/gdatetime.c:281 +#: ../glib/gdatetime.c:306 msgctxt "abbreviated weekday name" msgid "Sun" msgstr "ned" -#: ../glib/gdir.c:114 -#: ../glib/gdir.c:137 +#: ../glib/gdir.c:115 +#: ../glib/gdir.c:138 #, c-format msgid "Error opening directory '%s': %s" msgstr "Napaka med odpiranjem imenika '%s': %s" @@ -647,12 +647,12 @@ #: ../glib/gmarkup.c:1018 msgid "Document must begin with an element (e.g. )" -msgstr "Dokument se mora začeti z elementom (na primer )" +msgstr "Dokument se mora začeti z predmetom (na primer )" #: ../glib/gmarkup.c:1058 #, c-format msgid "'%s' is not a valid character following a '<' character; it may not begin an element name" -msgstr "'%s' ni veljaven znak, kadar sledi znaku '<'; morda se ne začne z imenom elementa" +msgstr "'%s' ni veljaven znak, kadar sledi znaku '<'; morda se ne začne z imenom predmeta" #: ../glib/gmarkup.c:1126 #, c-format @@ -662,37 +662,37 @@ #: ../glib/gmarkup.c:1210 #, c-format msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" -msgstr "Nenavaden znak '%s'. Za imenom atributa '%s' (elementa '%s') je pričakovan znak '='." +msgstr "Nenavaden znak '%s'. Za imenom atributa '%s' (predmeta '%s') je pričakovan znak '='." #: ../glib/gmarkup.c:1251 #, c-format msgid "Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute name" -msgstr "Nenavaden znak '%s'. Pričakovan znak '>' ali '/', ki bi zaključil oznako elementa '%s' ali atribut; morda je uporabljen neveljaven znak v imenu atributa" +msgstr "Nenavaden znak '%s'. Pričakovan znak '>' ali '/', ki bi zaključil oznako predmeta '%s' ali atribut; morda je uporabljen neveljaven znak v imenu atributa" #: ../glib/gmarkup.c:1295 #, c-format msgid "Odd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'" -msgstr "Nenavaden znak '%s'. Za enačajem je pričakovan narekovaj, znotraj katerega je podana vrednost atributa '%s' elementa '%s'." +msgstr "Nenavaden znak '%s'. Za enačajem je pričakovan narekovaj, znotraj katerega je podana vrednost atributa '%s' predmeta '%s'." #: ../glib/gmarkup.c:1429 #, c-format msgid "'%s' is not a valid character following the characters ''" -msgstr "Znak '%s' ni veljaven, kadar sledi zaprtju imena elementa '%s'; dovoljen znak je '>'" +msgstr "Znak '%s' ni veljaven, kadar sledi zaprtju imena predmeta '%s'; dovoljen znak je '>'" #: ../glib/gmarkup.c:1476 #, c-format msgid "Element '%s' was closed, no element is currently open" -msgstr "Element '%s' je zaprt, trenutno ni odprtega elementa" +msgstr "Predmet '%s' je zaprt, trenutno ni odprtega predmeta" #: ../glib/gmarkup.c:1485 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" -msgstr "Element '%s' je zaprt, še vedno pa je odprt element '%s'" +msgstr "Predmet '%s' je zaprt, še vedno pa je odprt predmet '%s'" #: ../glib/gmarkup.c:1652 msgid "Document was empty or contained only whitespace" @@ -706,7 +706,7 @@ #: ../glib/gmarkup.c:1719 #, c-format msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened" -msgstr "Dokument nepričakovano zaključen s še odprtimi elementi - '%s' je zadnji odprt element" +msgstr "Dokument nepričakovano zaključen s še odprtimi predmeti - '%s' je zadnji odprt predmet" #: ../glib/gmarkup.c:1682 #, c-format @@ -715,7 +715,7 @@ #: ../glib/gmarkup.c:1688 msgid "Document ended unexpectedly inside an element name" -msgstr "Dokument nepričakovano zaključen sredi imena elementa" +msgstr "Dokument nepričakovano zaključen sredi imena predmeta" #: ../glib/gmarkup.c:1694 msgid "Document ended unexpectedly inside an attribute name" @@ -723,7 +723,7 @@ #: ../glib/gmarkup.c:1699 msgid "Document ended unexpectedly inside an element-opening tag." -msgstr "Dokument nepričakovano zaključen sredi oznake za odprtje elementa." +msgstr "Dokument nepričakovano zaključen sredi oznake za odprtje predmeta." #: ../glib/gmarkup.c:1705 msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value" @@ -736,306 +736,306 @@ #: ../glib/gmarkup.c:1728 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" -msgstr "Dokument nepričakovano zaključen sredi oznake zaprtja elementa '%s'" +msgstr "Dokument nepričakovano zaključen sredi oznake zaprtja predmeta '%s'" #: ../glib/gmarkup.c:1734 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "Dokument nepričakovano zaključen sredi opombe ali ukaza" -#: ../glib/gregex.c:184 +#: ../glib/gregex.c:188 msgid "corrupted object" msgstr "pokvarjen predmet" -#: ../glib/gregex.c:186 +#: ../glib/gregex.c:190 msgid "internal error or corrupted object" msgstr "notranja napaka ali pokvarjen predmet" -#: ../glib/gregex.c:188 +#: ../glib/gregex.c:192 msgid "out of memory" msgstr "primanjkuje pomnilnika" -#: ../glib/gregex.c:193 +#: ../glib/gregex.c:197 msgid "backtracking limit reached" msgstr "dosežena omejitev sledenja nazaj" -#: ../glib/gregex.c:205 -#: ../glib/gregex.c:213 +#: ../glib/gregex.c:209 +#: ../glib/gregex.c:217 msgid "the pattern contains items not supported for partial matching" msgstr "vzorec vsebuje predmete, ki niso podprti za delno iskanje zadetkov" -#: ../glib/gregex.c:207 +#: ../glib/gregex.c:211 #: ../gio/glocalfile.c:2109 msgid "internal error" msgstr "notranja napaka" -#: ../glib/gregex.c:215 +#: ../glib/gregex.c:219 msgid "back references as conditions are not supported for partial matching" msgstr "predhodne povezave, kot pogoji, niso podprti za delno primerjavo" -#: ../glib/gregex.c:224 +#: ../glib/gregex.c:228 msgid "recursion limit reached" msgstr "dosežena omejitev globine drevesne ravni" -#: ../glib/gregex.c:226 +#: ../glib/gregex.c:230 msgid "workspace limit for empty substrings reached" msgstr "dosežena omejitev delovnega prostora za prazne podrejene niti" -#: ../glib/gregex.c:228 +#: ../glib/gregex.c:232 msgid "invalid combination of newline flags" msgstr "nepravilna sestava zastavic nove vrstice" -#: ../glib/gregex.c:232 +#: ../glib/gregex.c:236 msgid "unknown error" msgstr "neznana napaka" -#: ../glib/gregex.c:252 +#: ../glib/gregex.c:256 msgid "\\ at end of pattern" msgstr "\\ na koncu vzorca" -#: ../glib/gregex.c:255 +#: ../glib/gregex.c:259 msgid "\\c at end of pattern" msgstr "\\c na koncu vzorca" -#: ../glib/gregex.c:258 +#: ../glib/gregex.c:262 msgid "unrecognized character follows \\" msgstr "neprepoznan znak sledi znaku \\" -#: ../glib/gregex.c:265 +#: ../glib/gregex.c:269 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here" msgstr "ubežno spreminjanje velikosti črk (\\l, \\L, \\u, \\U) na tem mestu ni dovoljeno" -#: ../glib/gregex.c:268 +#: ../glib/gregex.c:272 msgid "numbers out of order in {} quantifier" msgstr "številke niso zapisane pravilno v {} količilniku" -#: ../glib/gregex.c:271 +#: ../glib/gregex.c:275 msgid "number too big in {} quantifier" msgstr "številke so prevelike v {} količilniku" -#: ../glib/gregex.c:274 +#: ../glib/gregex.c:278 msgid "missing terminating ] for character class" msgstr "manjkajoč zaključni znak ] za znakovni razred" -#: ../glib/gregex.c:277 +#: ../glib/gregex.c:281 msgid "invalid escape sequence in character class" msgstr "neveljavno ubežno zaporedje v znakovnem razredu" -#: ../glib/gregex.c:280 +#: ../glib/gregex.c:284 msgid "range out of order in character class" msgstr "nepravilen obseg v znakovnem razredu" -#: ../glib/gregex.c:283 +#: ../glib/gregex.c:287 msgid "nothing to repeat" msgstr "ni mogoče ponoviti" -#: ../glib/gregex.c:286 +#: ../glib/gregex.c:290 msgid "unrecognized character after (?" msgstr "neprepoznan znak za (?" -#: ../glib/gregex.c:290 +#: ../glib/gregex.c:294 msgid "unrecognized character after (?<" msgstr "neprepoznan znak za (?<" -#: ../glib/gregex.c:294 +#: ../glib/gregex.c:298 msgid "unrecognized character after (?P" msgstr "neprepoznan znak za (?P" -#: ../glib/gregex.c:297 +#: ../glib/gregex.c:301 msgid "POSIX named classes are supported only within a class" msgstr "POSIX razredi so podprti le znotraj razreda" -#: ../glib/gregex.c:300 +#: ../glib/gregex.c:304 msgid "missing terminating )" msgstr "manjka zaključujoči )" -#: ../glib/gregex.c:304 +#: ../glib/gregex.c:308 msgid ") without opening (" msgstr ") brez odpirajočega (" #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of) #. * sequences here, '(?-54' would be an example for the second group. #. -#: ../glib/gregex.c:311 +#: ../glib/gregex.c:315 msgid "(?R or (?[+-]digits must be followed by )" msgstr "(?R ali (?[+-] številom mora slediti )" -#: ../glib/gregex.c:314 +#: ../glib/gregex.c:318 msgid "reference to non-existent subpattern" msgstr "povezava na neobstoječ podrejen vzorec" -#: ../glib/gregex.c:317 +#: ../glib/gregex.c:321 msgid "missing ) after comment" msgstr "manjka ) po opombi" -#: ../glib/gregex.c:320 +#: ../glib/gregex.c:324 msgid "regular expression too large" msgstr "logični izraz je predolg" -#: ../glib/gregex.c:323 +#: ../glib/gregex.c:327 msgid "failed to get memory" msgstr "napaka med pridobivanjem pomnilnika" -#: ../glib/gregex.c:326 +#: ../glib/gregex.c:330 msgid "lookbehind assertion is not fixed length" msgstr "povratna trditev ni določene dolžine" -#: ../glib/gregex.c:329 +#: ../glib/gregex.c:333 msgid "malformed number or name after (?(" msgstr "nepravilno oblikovano ime ali številka za (?(" -#: ../glib/gregex.c:332 +#: ../glib/gregex.c:336 msgid "conditional group contains more than two branches" msgstr "pogojna skupina vsebuje več kot dve veji" -#: ../glib/gregex.c:335 +#: ../glib/gregex.c:339 msgid "assertion expected after (?(" msgstr "trditev pričakovana za (?(" -#: ../glib/gregex.c:338 +#: ../glib/gregex.c:342 msgid "unknown POSIX class name" msgstr "neznano POSIX ime razreda" -#: ../glib/gregex.c:341 +#: ../glib/gregex.c:345 msgid "POSIX collating elements are not supported" msgstr "POSIX zbirni predmeti niso podprti" -#: ../glib/gregex.c:344 +#: ../glib/gregex.c:348 msgid "character value in \\x{...} sequence is too large" msgstr "znakovna vrednost v zaporedju \\x{...} je predolga" -#: ../glib/gregex.c:347 +#: ../glib/gregex.c:351 msgid "invalid condition (?(0)" msgstr "neveljaven pogoj (?(0)" -#: ../glib/gregex.c:350 +#: ../glib/gregex.c:354 msgid "\\C not allowed in lookbehind assertion" msgstr "\\C ni dovoljen v povratnih trditvah" -#: ../glib/gregex.c:353 +#: ../glib/gregex.c:357 msgid "recursive call could loop indefinitely" msgstr "drevesni klic opravila se lahko izvaja v neskončnost" -#: ../glib/gregex.c:356 +#: ../glib/gregex.c:360 msgid "missing terminator in subpattern name" msgstr "manjkajoč zaključni znak v imenu podrejenega vzorca" -#: ../glib/gregex.c:359 +#: ../glib/gregex.c:363 msgid "two named subpatterns have the same name" msgstr "dva imenovana podrejena vzorca imata enako ime" -#: ../glib/gregex.c:362 +#: ../glib/gregex.c:366 msgid "malformed \\P or \\p sequence" msgstr "nepravilno oblikovano \\P ali \\p zaporedje" -#: ../glib/gregex.c:365 +#: ../glib/gregex.c:369 msgid "unknown property name after \\P or \\p" msgstr "neznano ime lastnosti za \\P ali \\p" -#: ../glib/gregex.c:368 +#: ../glib/gregex.c:372 msgid "subpattern name is too long (maximum 32 characters)" msgstr "ime podrejenega vzorca je predolgo (največ 32 znakov)" -#: ../glib/gregex.c:371 +#: ../glib/gregex.c:375 msgid "too many named subpatterns (maximum 10,000)" msgstr "preveč imenovanih podrejenih vzorcev (največ 10,000)" -#: ../glib/gregex.c:374 +#: ../glib/gregex.c:378 msgid "octal value is greater than \\377" msgstr "osmiška vrednost je večja kot \\377" -#: ../glib/gregex.c:377 +#: ../glib/gregex.c:381 msgid "DEFINE group contains more than one branch" msgstr "DEFINE skupina vsebuje več kot eno vejo" -#: ../glib/gregex.c:380 +#: ../glib/gregex.c:384 msgid "repeating a DEFINE group is not allowed" msgstr "ponavljanje DEFINE skupine ni dovoljeno" -#: ../glib/gregex.c:383 +#: ../glib/gregex.c:387 msgid "inconsistent NEWLINE options" msgstr "nepopolna NEWLINE možnost" -#: ../glib/gregex.c:386 +#: ../glib/gregex.c:390 msgid "\\g is not followed by a braced name or an optionally braced non-zero number" msgstr "\\g ne sledi označenemu imenu ali pogojno označenemu številu večjem od nič" -#: ../glib/gregex.c:391 +#: ../glib/gregex.c:395 msgid "unexpected repeat" msgstr "nepričakovana ponovitev" -#: ../glib/gregex.c:395 +#: ../glib/gregex.c:399 msgid "code overflow" msgstr "prekoračitev kode" -#: ../glib/gregex.c:399 +#: ../glib/gregex.c:403 msgid "overran compiling workspace" msgstr "pretečena delovna površina prevajanja kode" -#: ../glib/gregex.c:403 +#: ../glib/gregex.c:407 msgid "previously-checked referenced subpattern not found" msgstr "predhodno preverjene povezave podrejenega vzorca ni mogoče najti" -#: ../glib/gregex.c:575 -#: ../glib/gregex.c:1696 +#: ../glib/gregex.c:579 +#: ../glib/gregex.c:1700 #, c-format msgid "Error while matching regular expression %s: %s" msgstr "Napaka med primerjanjem logičnega izraza %s: %s" -#: ../glib/gregex.c:1151 +#: ../glib/gregex.c:1155 msgid "PCRE library is compiled without UTF8 support" msgstr "Knjižnica PCRE je pretvorjena brez UTF-8 podpore" -#: ../glib/gregex.c:1160 +#: ../glib/gregex.c:1164 msgid "PCRE library is compiled without UTF8 properties support" msgstr "Knjižnica PCRE je pretvorjena brez lastnosti UTF-8 podpore" -#: ../glib/gregex.c:1214 +#: ../glib/gregex.c:1218 #, c-format msgid "Error while compiling regular expression %s at char %d: %s" msgstr "Napaka med pretvarjanjem logičnega izraza %s pri znaku %d: %s" -#: ../glib/gregex.c:1250 +#: ../glib/gregex.c:1254 #, c-format msgid "Error while optimizing regular expression %s: %s" msgstr "Napaka med prilagajanjem logičnega izraza %s: %s" -#: ../glib/gregex.c:2124 +#: ../glib/gregex.c:2128 msgid "hexadecimal digit or '}' expected" msgstr "šestnajstiško število ali pa pričakovan '}'" -#: ../glib/gregex.c:2140 +#: ../glib/gregex.c:2144 msgid "hexadecimal digit expected" msgstr "pričakovano šestnajstiško število" -#: ../glib/gregex.c:2180 +#: ../glib/gregex.c:2184 msgid "missing '<' in symbolic reference" msgstr "manjkajoč znak '<' v simbolni povezavi" -#: ../glib/gregex.c:2189 +#: ../glib/gregex.c:2193 msgid "unfinished symbolic reference" msgstr "nedokončana simbolna povezava" -#: ../glib/gregex.c:2196 +#: ../glib/gregex.c:2200 msgid "zero-length symbolic reference" msgstr "simbolna povezava nične dolžine" -#: ../glib/gregex.c:2207 +#: ../glib/gregex.c:2211 msgid "digit expected" msgstr "pričakovano število" -#: ../glib/gregex.c:2225 +#: ../glib/gregex.c:2229 msgid "illegal symbolic reference" msgstr "neveljavna simbolna povezava" -#: ../glib/gregex.c:2287 +#: ../glib/gregex.c:2291 msgid "stray final '\\'" msgstr "obidi končna '\\'" -#: ../glib/gregex.c:2291 +#: ../glib/gregex.c:2295 msgid "unknown escape sequence" msgstr "neznano ubežno zaporedje" -#: ../glib/gregex.c:2301 +#: ../glib/gregex.c:2305 #, c-format msgid "Error while parsing replacement text \"%s\" at char %lu: %s" msgstr "Napaka med razčlenjevanjem besedila zamenjave \"%s\" pri znaku %lu: %s" @@ -1370,8 +1370,8 @@ #: ../gio/ginputstream.c:317 #: ../gio/ginputstream.c:556 #: ../gio/ginputstream.c:681 -#: ../gio/goutputstream.c:197 -#: ../gio/goutputstream.c:724 +#: ../gio/goutputstream.c:198 +#: ../gio/goutputstream.c:725 #, c-format msgid "Too large count value passed to %s" msgstr "Prevelika vrednost štetja poslana na %s" @@ -1379,14 +1379,14 @@ #: ../gio/gbufferedinputstream.c:881 #: ../gio/ginputstream.c:891 #: ../gio/giostream.c:306 -#: ../gio/goutputstream.c:1199 +#: ../gio/goutputstream.c:1200 msgid "Stream is already closed" msgstr "Pretok je že zaprt" #: ../gio/gcancellable.c:432 -#: ../gio/gdbusconnection.c:1549 -#: ../gio/gdbusconnection.c:1638 -#: ../gio/gdbusconnection.c:1820 +#: ../gio/gdbusconnection.c:1633 +#: ../gio/gdbusconnection.c:1722 +#: ../gio/gdbusconnection.c:1904 #: ../gio/glocalfile.c:2102 #: ../gio/gsimpleasyncresult.c:755 #: ../gio/gsimpleasyncresult.c:781 @@ -1429,11 +1429,11 @@ #: ../gio/gcredentials.c:246 #: ../gio/gcredentials.c:441 msgid "GCredentials is not implemented on this OS" -msgstr "" +msgstr "Na tem OS predmet GCredentials ni podprt" #: ../gio/gcredentials.c:396 msgid "There is no GCredentials support for your platform" -msgstr "" +msgstr "Okolje ne podpira možnosti GCredentials" #: ../gio/gdatainputstream.c:311 msgid "Unexpected early end-of-stream" @@ -1442,66 +1442,66 @@ #: ../gio/gdbusaddress.c:142 #: ../gio/gdbusaddress.c:230 #: ../gio/gdbusaddress.c:304 -#, fuzzy, c-format +#, c-format msgid "Unsupported key `%s' in address entry `%s'" -msgstr "Pojdi na naslov vnesen v polju za vnos naslovov" +msgstr "Nepodprt ključ `%s' v vnosu naslova `%s'" #: ../gio/gdbusaddress.c:169 #, c-format msgid "Address `%s' is invalid (need exactly one of path, tmpdir or abstract keys)" -msgstr "" +msgstr "Naslov `%s' ni pravilen (zahtevana je možnost pot, začasna mapa ali abstraktni ključ)" #: ../gio/gdbusaddress.c:182 #, c-format msgid "Meaningless key/value pair combination in address entry `%s'" -msgstr "" +msgstr "Nesmiselna kombinacija za par ključ/vrednost v vnosu naslova `%s'" #: ../gio/gdbusaddress.c:245 #: ../gio/gdbusaddress.c:319 #, c-format msgid "Error in address `%s' - the port attribute is malformed" -msgstr "" +msgstr "Napaka v naslovu `%s' - atribut port ni ustrezno zapisan" #: ../gio/gdbusaddress.c:256 #: ../gio/gdbusaddress.c:330 #, c-format msgid "Error in address `%s' - the family attribute is malformed" -msgstr "" +msgstr "Napaka v naslovu `%s' - atribut family ni ustrezno zapisan" #: ../gio/gdbusaddress.c:434 #, c-format msgid "Address element `%s', does not contain a colon (:)" -msgstr "" +msgstr "Predmet naslova `%s' ne vsebuje dvopičja (:)" #: ../gio/gdbusaddress.c:455 #, c-format msgid "Key/Value pair %d, `%s', in address element `%s', does not contain an equal sign" -msgstr "" +msgstr "Par ključ/vrednost %d, `%s', v predmetu naslova `%s', ne vsebuje enačaja" #: ../gio/gdbusaddress.c:469 #, c-format msgid "Error unescaping key or value in Key/Value pair %d, `%s', in address element `%s'" -msgstr "" +msgstr "Napaka, neubežni ključ ali vrednost v paru ključ/vrednost %d, `%s', v predmetu naslova `%s'" #: ../gio/gdbusaddress.c:547 #, c-format msgid "Error in address `%s' - the unix transport requires exactly one of the keys `path' or `abstract' to be set" -msgstr "" +msgstr "Napaka v naslovu `%s' - unix prenos zahteva enega izmed ključev `path' ali `abstract' nastavljen" #: ../gio/gdbusaddress.c:583 #, c-format msgid "Error in address `%s' - the host attribute is missing or malformed" -msgstr "" +msgstr "Napaka v naslovu `%s' - atribut host manjka ali pa je nepravilno oblikovan" #: ../gio/gdbusaddress.c:597 #, c-format msgid "Error in address `%s' - the port attribute is missing or malformed" -msgstr "" +msgstr "Napaka v naslovu `%s' - atribut port manjka pa ali je nepravilno oblikovan" #: ../gio/gdbusaddress.c:611 #, c-format msgid "Error in address `%s' - the noncefile attribute is missing or malformed" -msgstr "" +msgstr "Napaka v naslovu `%s' - atribut noncefile manjka ali pa je nepravilno oblikovan" #: ../gio/gdbusaddress.c:632 msgid "Error auto-launching: " @@ -1510,254 +1510,248 @@ #: ../gio/gdbusaddress.c:640 #, c-format msgid "Unknown or unsupported transport `%s' for address `%s'" -msgstr "" +msgstr "Neznan ali nepodprt prenos `%s' za naslov `%s' " #: ../gio/gdbusaddress.c:676 -#, fuzzy, c-format +#, c-format msgid "Error opening nonce file `%s': %s" -msgstr "Napaka med odpiranjem izbrane datoteke" +msgstr "Napaka med odpiranjem datoteke nonce `%s': %s" #: ../gio/gdbusaddress.c:694 -#, fuzzy, c-format +#, c-format msgid "Error reading from nonce file `%s': %s" -msgstr "Napaka med branjem iz datoteke" +msgstr "Napaka med branjem iz datoteke nonce `%s': %s" #: ../gio/gdbusaddress.c:703 #, c-format msgid "Error reading from nonce file `%s', expected 16 bytes, got %d" -msgstr "" +msgstr "Napaka med branjem iz datoteke nonce `%s'; pričakovanih 16 bajtov, dobljenih pa %d" #: ../gio/gdbusaddress.c:721 -#, fuzzy, c-format +#, c-format msgid "Error writing contents of nonce file `%s' to stream:" -msgstr "Napaka med pisanjem v datoteko: %s" +msgstr "Napaka med pisanjem vsebine datoteke nonce `%s' v pretok:" #: ../gio/gdbusaddress.c:942 -#, fuzzy msgid "The given address is empty" -msgstr "Disk v \"%s\" je prazen." +msgstr "Podani naslov je prazen" #: ../gio/gdbusaddress.c:1011 msgid "Cannot spawn a message bus without a machine-id: " -msgstr "" +msgstr "Brez machine-id ni mogoče oživiti vodila sporočila:" #: ../gio/gdbusaddress.c:1048 -#, fuzzy, c-format +#, c-format msgid "Error spawning command line `%s': " -msgstr "Napaka ob razčlenjevanju ukazne vrstice" +msgstr "Napaka med oživljanjem ukazne vrstice `%s': " #: ../gio/gdbusaddress.c:1059 #, c-format msgid "Abnormal program termination spawning command line `%s': %s" -msgstr "" +msgstr "Nepravilna zaustavitev programa med izvajanjem ukazne vrstice `%s': %s" #: ../gio/gdbusaddress.c:1073 #, c-format msgid "Command line `%s' exited with non-zero exit status %d: %s" -msgstr "" +msgstr "Izhodno stanje ukazne vrstice `%s' je nenični %d: %s" #: ../gio/gdbusaddress.c:1146 #, c-format msgid "Cannot determine session bus address (not implemented for this OS)" -msgstr "" +msgstr "Ni mogoče določiti naslova vodila seje (ni podprto v tem OS)" #: ../gio/gdbusaddress.c:1245 -#: ../gio/gdbusconnection.c:6013 +#: ../gio/gdbusconnection.c:6142 #, c-format msgid "Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable - unknown value `%s'" -msgstr "" +msgstr "Ni mogoče določiti naslova vodila iz okoljske spremenljivke DBUS_STARTER_BUS_TYPE - neznana vrednost `%s'" #: ../gio/gdbusaddress.c:1254 -#: ../gio/gdbusconnection.c:6022 +#: ../gio/gdbusconnection.c:6151 msgid "Cannot determine bus address because the DBUS_STARTER_BUS_TYPE environment variable is not set" -msgstr "" +msgstr "Ni mogoče določiti naslova vodila, kajti okoljska spremenljivka DBUS_STARTER_BUS_TYPE ni nastavljena" #: ../gio/gdbusaddress.c:1264 -#, fuzzy, c-format +#, c-format msgid "Unknown bus type %d" -msgstr "Neznana vrsta puščice: %d\n" +msgstr "Neznana vrsta vodila %d" #: ../gio/gdbusauth.c:288 msgid "Unexpected lack of content trying to read a line" -msgstr "" +msgstr "Nepričakovano pomanjkanje vsebine med branjem vrstice" #: ../gio/gdbusauth.c:332 msgid "Unexpected lack of content trying to (safely) read a line" -msgstr "" +msgstr "Nepričakovano pomanjkanje vsebine med (varnem) branjem vrstice" #: ../gio/gdbusauth.c:503 #, c-format msgid "Exhausted all available authentication mechanisms (tried: %s) (available: %s)" -msgstr "" +msgstr "Izčrpani so vsi razpoložljivi overitveni mehanizmi (poskusi: %s) (razpoložljivih: %s)" #: ../gio/gdbusauth.c:1150 msgid "Cancelled via GDBusAuthObserver::authorize-authenticated-peer" -msgstr "" +msgstr "Prekinjeno s strani GDBusAuthObserver::authorize-authenticated-peer" #: ../gio/gdbusauthmechanismsha1.c:266 -#, fuzzy, c-format +#, c-format msgid "Error statting directory `%s': %s" -msgstr "Napaka med odstranjevanjem mape \"%s\": %s" +msgstr "Napaka med navajanjem mape `%s': %s" #: ../gio/gdbusauthmechanismsha1.c:278 #, c-format msgid "Permissions on directory `%s' are malformed. Expected mode 0700, got 0%o" -msgstr "" +msgstr "Dovoljenja na mapi `%s' so nepravilna. Pričakovana 0700, dobljena pa 0%o" #: ../gio/gdbusauthmechanismsha1.c:299 -#, fuzzy, c-format +#, c-format msgid "Error creating directory `%s': %s" -msgstr "Napaka med ustvarjanjem mape: %s" +msgstr "Napaka med ustvarjanjem mape `%s': %s" #: ../gio/gdbusauthmechanismsha1.c:382 -#, fuzzy, c-format +#, c-format msgid "Error opening keyring `%s' for reading: " -msgstr "Napaka med odpiranjem datoteke '%s': %s" +msgstr "Napaka med odpiranjem zbirke ključev `%s' za branje:" #: ../gio/gdbusauthmechanismsha1.c:406 #: ../gio/gdbusauthmechanismsha1.c:715 #, c-format msgid "Line %d of the keyring at `%s' with content `%s' is malformed" -msgstr "" +msgstr "Vrstica %d zbirke ključev `%s' z vsebino `%s' je neustrezno oblikovana" #: ../gio/gdbusauthmechanismsha1.c:420 #: ../gio/gdbusauthmechanismsha1.c:729 #, c-format msgid "First token of line %d of the keyring at `%s' with content `%s' is malformed" -msgstr "" +msgstr "Prvi žeton vrstice %d zbirke ključev pri `%s' z vsebino `%s' je neustrezno oblikovan" #: ../gio/gdbusauthmechanismsha1.c:434 #: ../gio/gdbusauthmechanismsha1.c:743 #, c-format msgid "Second token of line %d of the keyring at `%s' with content `%s' is malformed" -msgstr "" +msgstr "Drugi žeton vrstice %d zbirke ključev pri `%s' z vsebino `%s' je neustrezno oblikovana" #: ../gio/gdbusauthmechanismsha1.c:458 #, c-format msgid "Didn't find cookie with id %d in the keyring at `%s'" -msgstr "" +msgstr "Piškota z id %d v zbirki ključev `%s' ni mogoče najti" #: ../gio/gdbusauthmechanismsha1.c:535 -#, fuzzy, c-format +#, c-format msgid "Error deleting stale lock file `%s': %s" -msgstr "Med brisanjem datoteke {2} {1} je prišlo do napake vrste {0}" +msgstr "Napaka brisanja stare zaklepne datoteke `%s': %s" #: ../gio/gdbusauthmechanismsha1.c:566 -#, fuzzy, c-format +#, c-format msgid "Error creating lock file `%s': %s" -msgstr "Napaka med ustvarjanjem predmeta datoteke" +msgstr "Napaka med ustvarjanjem datoteke `%s': %s" #: ../gio/gdbusauthmechanismsha1.c:596 -#, fuzzy, c-format +#, c-format msgid "Error closing (unlinked) lock file `%s': %s" -msgstr "Napaka med zapiranjem datoteke: %s" +msgstr "Napaka med zapiranjem (nepovezane) zaklepne datoteke `%s': %s" #: ../gio/gdbusauthmechanismsha1.c:606 -#, fuzzy, c-format +#, c-format msgid "Error unlinking lock file `%s': %s" -msgstr "Napaka med podlaganjem datoteke (%s)" +msgstr "Napaka med razvezovanjem zaklepne datoteke `%s': %s" #: ../gio/gdbusauthmechanismsha1.c:682 -#, fuzzy, c-format +#, c-format msgid "Error opening keyring `%s' for writing: " -msgstr "Napaka: Ni mogoče odpreti %s za pisanje: %s\n" +msgstr "Napaka med odpiranjem zbirke ključev `%s' za branje: " #: ../gio/gdbusauthmechanismsha1.c:877 #, c-format msgid "(Additionally, releasing the lock for `%s' also failed: %s) " -msgstr "" +msgstr "(Dodatno, tudi sproščanje zaklepa `%s' ni uspelo: %s)" -#: ../gio/gdbusconnection.c:1058 -#: ../gio/gdbusconnection.c:1287 -#: ../gio/gdbusconnection.c:1326 -#: ../gio/gdbusconnection.c:1649 -#, fuzzy +#: ../gio/gdbusconnection.c:1142 +#: ../gio/gdbusconnection.c:1371 +#: ../gio/gdbusconnection.c:1410 +#: ../gio/gdbusconnection.c:1733 msgid "The connection is closed" msgstr "Povezava je zaprta" -#: ../gio/gdbusconnection.c:1593 -#, fuzzy +#: ../gio/gdbusconnection.c:1677 msgid "Timeout was reached" -msgstr "Doseženo je največje dovoljeno število filtrov (%d)." +msgstr "Čas zakasnitve je potekel" -#: ../gio/gdbusconnection.c:2170 +#: ../gio/gdbusconnection.c:2291 msgid "Unsupported flags encountered when constructing a client-side connection" -msgstr "" +msgstr "Med izgrajevanjem povezave s strani odjemalca so bile odkrite nepodprte zastavice" -#: ../gio/gdbusconnection.c:3596 -#: ../gio/gdbusconnection.c:3914 +#: ../gio/gdbusconnection.c:3725 +#: ../gio/gdbusconnection.c:4043 #, c-format msgid "No such interface `org.freedesktop.DBus.Properties' on object at path %s" -msgstr "" +msgstr "Vmesnik `org.freedesktop.DBus.Properties' na predmetu na poti %s ne obstaja" -#: ../gio/gdbusconnection.c:3668 +#: ../gio/gdbusconnection.c:3797 #, c-format msgid "Error setting property `%s': Expected type `%s' but got `%s'" -msgstr "" +msgstr "Napaka med nastavljanjem lastnosti `%s': pričakovana je vrsta `%s', dobljena pa `%s'" -#: ../gio/gdbusconnection.c:3763 -#, fuzzy, c-format +#: ../gio/gdbusconnection.c:3892 +#, c-format msgid "No such property `%s'" -msgstr "Ni lastnosti z imenom %s\n" +msgstr "Lastnost `%s' ne obstaja" -#: ../gio/gdbusconnection.c:3775 -#, fuzzy, c-format +#: ../gio/gdbusconnection.c:3904 +#, c-format msgid "Property `%s' is not readable" -msgstr "interaktivnega %s ni mogoče udejanjiti" +msgstr "Lastnosti `%s' ni mogoče prebrati" -#: ../gio/gdbusconnection.c:3786 -#, fuzzy, c-format +#: ../gio/gdbusconnection.c:3915 +#, c-format msgid "Property `%s' is not writable" -msgstr "Disk v \"%s\" ni zapisljiv." +msgstr "Lastnosti `%s' ni mogoče zapisati" -#: ../gio/gdbusconnection.c:3856 -#: ../gio/gdbusconnection.c:5447 -#, fuzzy, c-format +#: ../gio/gdbusconnection.c:3985 +#: ../gio/gdbusconnection.c:5576 +#, c-format msgid "No such interface `%s'" -msgstr "Ni takšnega vira" +msgstr "Vmesnik `%s' ne obstaja" -#: ../gio/gdbusconnection.c:4044 -#, fuzzy +#: ../gio/gdbusconnection.c:4173 msgid "No such interface" -msgstr "Ni takšnega vira" +msgstr "Vmesnik ne obstaja" -#: ../gio/gdbusconnection.c:4260 -#: ../gio/gdbusconnection.c:5963 +#: ../gio/gdbusconnection.c:4389 +#: ../gio/gdbusconnection.c:6092 #, c-format msgid "No such interface `%s' on object at path %s" -msgstr "" +msgstr "Vmesnik `%s' na predmetu na poti %s ne obstaja" -#: ../gio/gdbusconnection.c:4312 -#, fuzzy, c-format +#: ../gio/gdbusconnection.c:4441 +#, c-format msgid "No such method `%s'" -msgstr "Ni takšnega vira" +msgstr "Način `%s' ne obstaja" -#: ../gio/gdbusconnection.c:4343 +#: ../gio/gdbusconnection.c:4472 #, c-format msgid "Type of message, `%s', does not match expected type `%s'" -msgstr "" +msgstr "Vrsta sporočila, `%s', se ne ujema s pričakovano vrsto `%s'" -#: ../gio/gdbusconnection.c:4562 +#: ../gio/gdbusconnection.c:4691 #, c-format msgid "An object is already exported for the interface %s at %s" -msgstr "" +msgstr "Za vmesnik %s pri %s je predmet že izvožen" -#: ../gio/gdbusconnection.c:4756 -#, fuzzy, c-format +#: ../gio/gdbusconnection.c:4885 +#, c-format msgid "Method `%s' returned type `%s', but expected `%s'" -msgstr "Napaka ni bila pričakovana, a je bila kljub temu vrnjena: %s" +msgstr "Način `%s' je vrnila vrsto `%s', pričakovana je vrsta `%s'" -#: ../gio/gdbusconnection.c:5558 +#: ../gio/gdbusconnection.c:5687 #, c-format msgid "Method `%s' on interface `%s' with signature `%s' does not exist" -msgstr "" +msgstr "Način `%s' na vmesniku `%s' s podpisom `%s' ne obstaja" -#: ../gio/gdbusconnection.c:5676 -#, fuzzy, c-format +#: ../gio/gdbusconnection.c:5805 +#, c-format msgid "A subtree is already exported for %s" -msgstr "" -"Bližnjica \"%s\" je že v uporabi za\n" -" \"%s\"" +msgstr "Poddrevo je že izvoženo za za %s" #: ../gio/gdbusmessage.c:856 msgid "type is INVALID" @@ -1765,141 +1759,139 @@ #: ../gio/gdbusmessage.c:867 msgid "METHOD_CALL message: PATH or MEMBER header field is missing" -msgstr "" +msgstr "Sporočilo METHOD_CALL: manjka polje glave PATH ali MEMBER" #: ../gio/gdbusmessage.c:878 msgid "METHOD_RETURN message: REPLY_SERIAL header field is missing" -msgstr "" +msgstr "Sporočilo METHOD_RETURN: manjka polje glave REPLY_SERIAL" #: ../gio/gdbusmessage.c:890 msgid "ERROR message: REPLY_SERIAL or ERROR_NAME header field is missing" -msgstr "" +msgstr "Sporočilo ERROR: manjka polje glave REPLY_SERIAL ali ERROR_NAME" #: ../gio/gdbusmessage.c:903 msgid "SIGNAL message: PATH, INTERFACE or MEMBER header field is missing" -msgstr "" +msgstr "Sporočilo SIGNAL: mankja polje glave PATH, INTERFACE ali MEMBER" #: ../gio/gdbusmessage.c:911 msgid "SIGNAL message: The PATH header field is using the reserved value /org/freedesktop/DBus/Local" -msgstr "" +msgstr "Sporočilo SIGNAL: polje glave PATH uporablja rezervirano vrednost /org/freedesktop/DBus/Local" #: ../gio/gdbusmessage.c:919 msgid "SIGNAL message: The INTERFACE header field is using the reserved value org.freedesktop.DBus.Local" -msgstr "" +msgstr "Sporočilo SIGNAL: polje glave INTERFACE uporablja rezervirano vrednost org.freedesktop.DBus.Local" #: ../gio/gdbusmessage.c:994 #, c-format msgid "Wanted to read %lu bytes but got EOF" -msgstr "" +msgstr "Med poskusom branja %lu bajtov je bil sprejet EOF" #: ../gio/gdbusmessage.c:1019 #, c-format msgid "Expected valid UTF-8 string but found invalid bytes at byte offset %d (length of string is %d). The valid UTF-8 string up until that point was `%s'" -msgstr "" +msgstr "Pričakovan veljaven UTF-8 niz, vendar je najdenih nepravilno število bajtov na bajtnem odmiku %d (dolžina niza %d). Do takrat veljaven UTF-8 niz je `%s'" #: ../gio/gdbusmessage.c:1032 #, c-format msgid "Expected NUL byte after the string `%s' but found byte %d" -msgstr "" +msgstr "Po nizu `%s' je pričakovan NUL bajt, vendar je bil najden bajt %d" #: ../gio/gdbusmessage.c:1231 #, c-format msgid "Parsed value `%s' is not a valid D-Bus object path" -msgstr "" +msgstr "Razčlenjena vrednost `%s' ni veljavna pot D-Bus predmeta" #: ../gio/gdbusmessage.c:1257 -#, fuzzy, c-format +#, c-format msgid "Parsed value `%s' is not a valid D-Bus signature" -msgstr "'%s' ni veljavno ime" +msgstr "Razčlenjena vrednost `%s' ni veljaven D-Bus podpis" #: ../gio/gdbusmessage.c:1311 #, c-format msgid "Encountered array of length %u bytes. Maximum length is 2<<26 bytes (64 MiB)." -msgstr "" +msgstr "Najdeno je polje dolžine %u bajtov. Največja dolžina je 2<<26 bajtov (64 MiB) " #: ../gio/gdbusmessage.c:1472 #, c-format msgid "Parsed value `%s' for variant is not a valid D-Bus signature" -msgstr "" +msgstr "Razčlenjena vrednost `%s' ni veljaven D-Bus podpis" #: ../gio/gdbusmessage.c:1499 #, c-format msgid "Error deserializing GVariant with type string `%s' from the D-Bus wire format" -msgstr "" +msgstr "Napaka med ločevanjem iz GVariant zaporedja z vrsto niza `%s' iz D-Bus žične oblike " #: ../gio/gdbusmessage.c:1683 #, c-format msgid "Invalid endianness value. Expected 0x6c ('l') or 0x42 ('B') but found value 0x%02x" -msgstr "" +msgstr "Neveljavna vrednost vrstnega reda zlogov. Pričakovana 0x6c ('l') ali 0x42 ('B'), vendar najdena 0x%02x" #: ../gio/gdbusmessage.c:1697 #, c-format msgid "Invalid major protocol version. Expected 1 but found %d" -msgstr "" +msgstr "Neveljavna večja različica protokola. Pričakovana 1, najdenih več (%d)" #: ../gio/gdbusmessage.c:1754 #, c-format msgid "Signature header with signature `%s' found but message body is empty" -msgstr "" +msgstr "Gglava podpisa s podpisom `%s' je najdena, vendar je telo sporočila prazno" #: ../gio/gdbusmessage.c:1768 #, c-format msgid "Parsed value `%s' is not a valid D-Bus signature (for body)" -msgstr "" +msgstr "Razčlenjena vrednost `%s' ni veljaven D-Bus podpis (za telo)" #: ../gio/gdbusmessage.c:1798 #, c-format msgid "No signature header in message but the message body is %u bytes" -msgstr "" +msgstr "V sporočilu ni glave podpisa, vendar je telo sporočila dolgo %u bajtov" #: ../gio/gdbusmessage.c:1806 -#, fuzzy msgid "Cannot deserialize message: " -msgstr "Ni mogoče odpreti sporočila" +msgstr "Sporočila ni bilo mogoče ločiti iz zaporedja:" #: ../gio/gdbusmessage.c:2131 #, c-format msgid "Error serializing GVariant with type string `%s' to the D-Bus wire format" -msgstr "" +msgstr "Napaka pri združevanju v GVariant zaporedje z vrsto niza `%s' v D-Bus žično obliko" #: ../gio/gdbusmessage.c:2272 #, c-format msgid "Message has %d fds but the header field indicates %d fds" -msgstr "" +msgstr "Sporočilo ima %d fds, vendar polje glave nakazuje %d fds" #: ../gio/gdbusmessage.c:2280 -#, fuzzy msgid "Cannot serialize message: " -msgstr "Ni mogoče odpreti sporočila" +msgstr "Sporočila ni bilo mogoče združiti v zaporedje:" #: ../gio/gdbusmessage.c:2324 #, c-format msgid "Message body has signature `%s' but there is no signature header" -msgstr "" +msgstr "Telo sporočila ima podpis `%s', vendar v glavi ni podpisa" #: ../gio/gdbusmessage.c:2334 #, c-format msgid "Message body has type signature `%s' but signature in the header field is `%s'" -msgstr "" +msgstr "Telo sporočila ima podpis vrste `%s', vendar je podpis v polju glave `%s' " #: ../gio/gdbusmessage.c:2350 #, c-format msgid "Message body is empty but signature in the header field is `(%s)'" -msgstr "" +msgstr "Telo sporočila je prazno, vendar je v polju glave podpis `(%s)'" #: ../gio/gdbusmessage.c:2907 -#, fuzzy, c-format +#, c-format msgid "Error return with body of type `%s'" -msgstr "Napaka med pisanjem v datoteko: %s" +msgstr "Napaka vrnjena s telesom vrste `%s'" #: ../gio/gdbusmessage.c:2915 msgid "Error return with empty body" -msgstr "" +msgstr "Napaka vrnjena s praznim telesom" #: ../gio/gdbusmethodinvocation.c:375 #, c-format msgid "Type of return value is incorrect, got `%s', expected `%s'" -msgstr "" +msgstr "Vrsta vrnjene vrednosti je napačna, dobljena `%s', pričakovana `%s'" #: ../gio/gdbusmethodinvocation.c:406 #: ../gio/gsocket.c:2974 @@ -1908,53 +1900,52 @@ msgid "Error sending message: %s" msgstr "Napaka med pošiljanjem sporočila: %s" -#: ../gio/gdbusprivate.c:1766 +#: ../gio/gdbusprivate.c:1758 msgid "Unable to load /var/lib/dbus/machine-id: " msgstr "Ni mogoče naložiti /var/lib/dbus/machine-id: " #: ../gio/gdbusproxy.c:714 #, c-format msgid "Trying to set property %s of type %s but according to the expected interface the type is %s" -msgstr "" +msgstr "Poskus nastavitve lastnosti %s vrste %s, vendar je pričakovana vrsta %s" #: ../gio/gdbusproxy.c:1235 -#, fuzzy, c-format +#, c-format msgid "Error calling StartServiceByName for %s: " -msgstr "Napaka med poizvedovanjem ključnih besed." +msgstr "Napaka med klicanjem predmeta StartServiceByName za %s: " #: ../gio/gdbusproxy.c:1256 #, c-format msgid "Unexpected reply %d from StartServiceByName(\"%s\") method" -msgstr "" +msgstr "Nepričakovan odgovor %d iz načina StartServiceByName(\"%s\")" #: ../gio/gdbusproxy.c:2315 #: ../gio/gdbusproxy.c:2472 msgid "Cannot invoke method; proxy is for a well-known name without an owner and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag" -msgstr "" +msgstr "Ni mogoče klicati načina; posredniški strežnik za znano ime brez lastnika je bil zgrajen z zastavico G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START" #: ../gio/gdbusserver.c:715 -#, fuzzy msgid "Abstract name space not supported" -msgstr "Smeti niso podprte" +msgstr "Abstraktni imenski prostor ni podprt" #: ../gio/gdbusserver.c:805 msgid "Cannot specify nonce file when creating a server" -msgstr "" +msgstr "Med ustvarjanjem strežnika ni bilo mogoče določiti datoteke nonce" #: ../gio/gdbusserver.c:882 -#, fuzzy, c-format +#, c-format msgid "Error writing nonce file at `%s': %s" -msgstr "Napaka med kopiranjem datoteke %1 v %2!" +msgstr "Napaka med pisanjem datoteke nonce na `%s': %s" #: ../gio/gdbusserver.c:1044 -#, fuzzy, c-format +#, c-format msgid "The string `%s' is not a valid D-Bus GUID" -msgstr "'%s' ni veljavno ime" +msgstr "Niz `%s' ni veljaven D-Bus GUID" #: ../gio/gdbusserver.c:1084 #, c-format msgid "Cannot listen on unsupported transport `%s'" -msgstr "" +msgstr "Na nepodprtem načinu prenosa `%s' ni mogoče poslušati" #: ../gio/gdbus-tool.c:87 #: ../gio/gsettings-tool.c:76 @@ -1972,6 +1963,13 @@ "\n" "Use \"%s COMMAND --help\" to get help on each command.\n" msgstr "" +"Ukazi:\n" +" help Prikaže te podrobnosti\n" +" introspect Samo-preveri oddaljen predmet\n" +" monitor Nadzoruje oddaljen predmet\n" +" call Pokliči metodo nad oddaljenim predmetom\n" +"\n" +"Uporabite \"%s COMMAND --help\" za pomoč o posameznem ukazu.\n" #: ../gio/gdbus-tool.c:160 #: ../gio/gdbus-tool.c:216 @@ -1986,85 +1984,79 @@ #: ../gio/gdbus-tool.c:171 #: ../gio/gdbus-tool.c:229 #: ../gio/gdbus-tool.c:1340 -#, fuzzy, c-format +#, c-format msgid "Error parsing introspection XML: %s\n" -msgstr "Napaka med razčlenjevanjem slogovne predloge %s\n" +msgstr "Napaka med samo-preverjanjem XML: %s\n" #: ../gio/gdbus-tool.c:346 -#, fuzzy msgid "Connect to the system bus" -msgstr "Ni se mogoče povezati s sistemskim vodilom" +msgstr "Povezan s sistemskim vodilom" #: ../gio/gdbus-tool.c:347 -#, fuzzy msgid "Connect to the session bus" -msgstr "Ni se mogoče povezati z vodilom seje" +msgstr "Poveži z vodilom seje" #: ../gio/gdbus-tool.c:348 -#, fuzzy msgid "Connect to given D-Bus address" -msgstr "Bluetooth naslov naprave za povezavo" +msgstr "Poveži s podanim D-Bus naslovom." #: ../gio/gdbus-tool.c:358 -#, fuzzy msgid "Connection Endpoint Options:" -msgstr "Dodatne možnosti povezave" +msgstr "Možnosti končnih točk povezave:" #: ../gio/gdbus-tool.c:359 -#, fuzzy msgid "Options specifying the connection endpoint" -msgstr "Možnosti, ki določajo vodoravno vedenje podrejenega predmeta" +msgstr "Možnosti določanja povezave končne točke" #: ../gio/gdbus-tool.c:379 -#, fuzzy, c-format +#, c-format msgid "No connection endpoint specified" -msgstr "Ni določenega DSN ali niza povezave" +msgstr "Povezava končne točke ni določena " #: ../gio/gdbus-tool.c:389 -#, fuzzy, c-format +#, c-format msgid "Multiple connection endpoints specified" -msgstr "Ni določenega DSN ali niza povezave" +msgstr "Več določenih povezav končne točke" #: ../gio/gdbus-tool.c:459 #, c-format msgid "Warning: According to introspection data, interface `%s' does not exist\n" -msgstr "" +msgstr "Opozorilo: na osnovi podatkov samo-pregleda, vmesnik `%s' ne obstaja\n" #: ../gio/gdbus-tool.c:468 #, c-format msgid "Warning: According to introspection data, method `%s' does not exist on interface `%s'\n" -msgstr "" +msgstr "Opozorilo: na osnovi podatkov samo-pregleda, način `%s' ne obstaja na vmesniku `%s'\n" #: ../gio/gdbus-tool.c:530 msgid "Destination name to invoke method on" -msgstr "" +msgstr "Ime cilja za klic načina" #: ../gio/gdbus-tool.c:531 msgid "Object path to invoke method on" -msgstr "" +msgstr "Pot do predmeta za klic načina" #: ../gio/gdbus-tool.c:532 -#, fuzzy msgid "Method and interface name" -msgstr "Izberite ime in opis" +msgstr "Ime načina in vmesnika" #: ../gio/gdbus-tool.c:571 msgid "Invoke a method on a remote object." -msgstr "" +msgstr "Skliči način na oddaljenem predmetu." #: ../gio/gdbus-tool.c:626 #: ../gio/gdbus-tool.c:1245 #: ../gio/gdbus-tool.c:1505 -#, fuzzy, c-format +#, c-format msgid "Error connecting: %s\n" -msgstr "napaka med povezovanjem (%s)" +msgstr "Napaka med povezovanjem: %s\n" #: ../gio/gdbus-tool.c:646 #: ../gio/gdbus-tool.c:1264 #: ../gio/gdbus-tool.c:1524 -#, fuzzy, c-format +#, c-format msgid "Error: Destination is not specified\n" -msgstr "Določeno mesto ni priklopljeno" +msgstr "Napaka: cilj ni določen\n" #: ../gio/gdbus-tool.c:667 #: ../gio/gdbus-tool.c:1283 @@ -2075,9 +2067,9 @@ #: ../gio/gdbus-tool.c:687 #: ../gio/gdbus-tool.c:1303 #: ../gio/gdbus-tool.c:1564 -#, fuzzy, c-format +#, c-format msgid "Error: %s is not a valid object path\n" -msgstr "Napaka: Spremenljivka %s ni veljavna nastavitvena spremenljivka\n" +msgstr "Napaka: %s ni veljavna pot predmeta\n" #: ../gio/gdbus-tool.c:702 #, c-format @@ -2090,48 +2082,42 @@ msgstr "Napaka: ime načina `%s' ni veljavno\n" #: ../gio/gdbus-tool.c:778 -#, fuzzy, c-format +#, c-format msgid "Error parsing parameter %d of type `%s': %s\n" -msgstr "Napaka med razčlenjevanjem slogovne predloge %s\n" +msgstr "Napaka med razčlenjevanjem parametra %d vrste `%s': %s\n" #: ../gio/gdbus-tool.c:786 -#, fuzzy, c-format +#, c-format msgid "Error parsing parameter %d: %s\n" -msgstr "Napaka med razčlenjevanjem seznama predvajanja \"%s\"." +msgstr "Napaka med razčlenjevanjem parametra %d: %s\n" #: ../gio/gdbus-tool.c:1162 -#, fuzzy msgid "Destination name to introspect" -msgstr "Ime vrednosti za opazovanje" +msgstr "Samo-preverjanje ciljnega imena" #: ../gio/gdbus-tool.c:1163 -#, fuzzy msgid "Object path to introspect" -msgstr "Pot do \"cvs\" ukaza" +msgstr "Samo-preverjanje poti predmeta" #: ../gio/gdbus-tool.c:1164 msgid "Print XML" msgstr "Natisni XML" #: ../gio/gdbus-tool.c:1197 -#, fuzzy msgid "Introspect a remote object." -msgstr "Vključi/izključi vpenjanje predmetov." +msgstr "Samo-preverjanje oddaljenega predmeta." #: ../gio/gdbus-tool.c:1423 -#, fuzzy msgid "Destination name to monitor" -msgstr "Izbor tipala za nadzor" +msgstr "Nadzor ciljnega imena " #: ../gio/gdbus-tool.c:1424 -#, fuzzy msgid "Object path to monitor" -msgstr "Izbor tipala za nadzor" +msgstr "Nadzor poti predmeta" #: ../gio/gdbus-tool.c:1457 -#, fuzzy msgid "Monitor a remote object." -msgstr "Vključi/izključi vpenjanje predmetov." +msgstr "Nadzoruj oddaljeni predmet." #: ../gio/gdesktopappinfo.c:467 #: ../gio/gwin32appinfo.c:221 @@ -2406,7 +2392,7 @@ #. * you try to start one #: ../gio/ginputstream.c:901 #: ../gio/giostream.c:316 -#: ../gio/goutputstream.c:1209 +#: ../gio/goutputstream.c:1210 msgid "Stream has outstanding operation" msgstr "Pretok izvaja izredno dejanje" @@ -2420,217 +2406,259 @@ msgid "Unsupported socket address" msgstr "Nepodprti naslov vtiča" -#: ../gio/glib-compile-schemas.c:702 +#: ../gio/glib-compile-schemas.c:703 msgid "empty names are not permitted" msgstr "prazna imena niso dovoljena" -#: ../gio/glib-compile-schemas.c:712 +#: ../gio/glib-compile-schemas.c:713 #, c-format msgid "invalid name '%s': names must begin with a lowercase letter" -msgstr "" +msgstr "neveljavno ime '%s': imena se morajo začeti z malo črko" -#: ../gio/glib-compile-schemas.c:724 +#: ../gio/glib-compile-schemas.c:725 #, c-format msgid "invalid name '%s': invalid character '%c'; only lowercase letters, numbers and dash ('-') are permitted." -msgstr "" +msgstr "neveljavno ime '%s': neveljaven znak '%c'; dovoljene so samo male črke, številke in vezaj ('-')." -#: ../gio/glib-compile-schemas.c:733 +#: ../gio/glib-compile-schemas.c:734 #, c-format msgid "invalid name '%s': two successive dashes ('--') are not permitted." -msgstr "" +msgstr "neveljavno ime '%s': dva zaporedna vezaja ('--') nista dovoljena." -#: ../gio/glib-compile-schemas.c:742 +#: ../gio/glib-compile-schemas.c:743 #, c-format msgid "invalid name '%s': the last character may not be a dash ('-')." -msgstr "" +msgstr "neveljavno ime '%s': zadnji znak ne sme biti vezaj ('-')." -#: ../gio/glib-compile-schemas.c:750 -#, fuzzy, c-format +#: ../gio/glib-compile-schemas.c:751 +#, c-format msgid "invalid name '%s': maximum length is 32" -msgstr "ime podrejenega vzorca je predolgo (največ 32 znakov)" +msgstr "neveljavno ime '%s': največja dolžina je 32" -#: ../gio/glib-compile-schemas.c:819 -#, fuzzy, c-format +#: ../gio/glib-compile-schemas.c:820 +#, c-format msgid " already specified" -msgstr "Nepravilno določeno ime stolpca" +msgstr " že določeno" -#: ../gio/glib-compile-schemas.c:845 -#, fuzzy +#: ../gio/glib-compile-schemas.c:846 msgid "can not add keys to a 'list-of' schema" -msgstr "Uporabnika ni mogoče pooblastiti v načinu brez povezave." +msgstr "ključev ni mogoče dodati shemi 'list-of'" -#: ../gio/glib-compile-schemas.c:856 -#, fuzzy, c-format +#: ../gio/glib-compile-schemas.c:857 +#, c-format msgid " already specified" -msgstr "Nepravilno določeno ime stolpca" +msgstr " že določeno" -#: ../gio/glib-compile-schemas.c:874 +#: ../gio/glib-compile-schemas.c:875 #, c-format msgid " shadows in ; use to modify value" -msgstr "" +msgstr " sence v ; za spreminjanje vrednosti uporabite " -#: ../gio/glib-compile-schemas.c:885 +#: ../gio/glib-compile-schemas.c:886 #, c-format msgid "exactly one of 'type', 'enum' or 'flags' must be specified as an attribute to " -msgstr "" +msgstr "natančno eden izmed 'type', 'enum' ali 'flags' mora biti določen kot lastnost " -#: ../gio/glib-compile-schemas.c:904 -#, fuzzy, c-format +#: ../gio/glib-compile-schemas.c:905 +#, c-format msgid "<%s id='%s'> not (yet) defined." -msgstr "Funkcija '%s' ni določena" +msgstr "<%s id='%s'> ni (še) določen." -#: ../gio/glib-compile-schemas.c:919 -#, fuzzy, c-format +#: ../gio/glib-compile-schemas.c:920 +#, c-format msgid "invalid GVariant type string '%s'" -msgstr "Neveljavna vrsta atributa (pričakovan niz)" +msgstr "Neveljavena vrsta GVariant niza '%s'" -#: ../gio/glib-compile-schemas.c:949 +#: ../gio/glib-compile-schemas.c:950 msgid " given but schema isn't extending anything" -msgstr "" +msgstr " je podan, vendar shema ne razširja ničesar" -#: ../gio/glib-compile-schemas.c:962 -#, fuzzy, c-format +#: ../gio/glib-compile-schemas.c:963 +#, c-format msgid "no to override" -msgstr "Zak ljuč `%s' vrednost ni nastavljena\n" +msgstr " za prepis ni na voljo" -#: ../gio/glib-compile-schemas.c:970 -#, fuzzy, c-format +#: ../gio/glib-compile-schemas.c:971 +#, c-format msgid " already specified" -msgstr "Nepravilno določeno ime stolpca" +msgstr " že določeno" -#: ../gio/glib-compile-schemas.c:1036 -#, fuzzy, c-format +#: ../gio/glib-compile-schemas.c:1042 +#, c-format msgid " already specified" -msgstr "ID stika že obstaja" +msgstr " že določen" -#: ../gio/glib-compile-schemas.c:1048 +#: ../gio/glib-compile-schemas.c:1054 #, c-format msgid " extends not yet existing schema '%s'" -msgstr "" +msgstr " razširja še neobstoječo shemo '%s'" -#: ../gio/glib-compile-schemas.c:1064 +#: ../gio/glib-compile-schemas.c:1070 #, c-format msgid " is list of not yet existing schema '%s'" -msgstr "" +msgstr " je seznam še neobstoječe sheme '%s'" -#: ../gio/glib-compile-schemas.c:1072 -#, fuzzy, c-format +#: ../gio/glib-compile-schemas.c:1078 +#, c-format msgid "Can not be a list of a schema with a path" -msgstr "Uporabnika ni mogoče pooblastiti v načinu brez povezave." +msgstr "Seznam sheme z potjo ni mogoč" -#: ../gio/glib-compile-schemas.c:1082 +#: ../gio/glib-compile-schemas.c:1088 #, c-format msgid "Can not extend a schema with a path" -msgstr "" +msgstr "Sheme ni mogoče podaljšati s potjo" -#: ../gio/glib-compile-schemas.c:1092 +#: ../gio/glib-compile-schemas.c:1098 #, c-format msgid " is a list, extending which is not a list" -msgstr "" +msgstr " je seznam, ki razširja , ki ni seznam" -#: ../gio/glib-compile-schemas.c:1102 +#: ../gio/glib-compile-schemas.c:1108 #, c-format msgid " extends but '%s' does not extend '%s'" -msgstr "" +msgstr " razširja vendar '%s' ne razširja '%s'" -#: ../gio/glib-compile-schemas.c:1119 +#: ../gio/glib-compile-schemas.c:1125 #, c-format msgid "a path, if given, must begin and end with a slash" -msgstr "" +msgstr "pot, če je podana, se mora začeti in končati s poševnico" -#: ../gio/glib-compile-schemas.c:1126 -#, fuzzy, c-format +#: ../gio/glib-compile-schemas.c:1132 +#, c-format msgid "the path of a list must end with ':/'" -msgstr "Ni mogoče razumeti `%s' (seznam se mora končati z ']')" +msgstr "pot seznama se mora končati z ':/'" -#: ../gio/glib-compile-schemas.c:1148 -#, fuzzy, c-format +#: ../gio/glib-compile-schemas.c:1158 +#, c-format msgid "<%s id='%s'> already specified" -msgstr "ID stika že obstaja" +msgstr "<%s id='%s'> že določen" -#: ../gio/glib-compile-schemas.c:1362 -#, fuzzy, c-format +#: ../gio/glib-compile-schemas.c:1375 +#, c-format msgid "Element <%s> not allowed inside <%s>" -msgstr "Element <%s> ni dovoljen znotraj elementa <%s>" +msgstr "Predmet <%s> ni dovoljen znotraj predmeta <%s>" -#: ../gio/glib-compile-schemas.c:1366 -#, fuzzy, c-format +#: ../gio/glib-compile-schemas.c:1379 +#, c-format msgid "Element <%s> not allowed at toplevel" -msgstr "Element <%s> ni dovoljen pod <%s>" +msgstr "Predmet <%s> ni dovoljen na vrhnji ravni" -#: ../gio/glib-compile-schemas.c:1460 +#: ../gio/glib-compile-schemas.c:1473 #, c-format msgid "text may not appear inside <%s>" -msgstr "" +msgstr "besedilo se morda ne pojavi znotraj <%s>" -#: ../gio/glib-compile-schemas.c:1674 +#. Translators: Do not translate "--strict". +#: ../gio/glib-compile-schemas.c:1641 +#: ../gio/glib-compile-schemas.c:1712 +#: ../gio/glib-compile-schemas.c:1788 #, c-format -msgid "No such schema `%s' specified in override file `%s'" -msgstr "" +msgid "--strict was specified; exiting.\n" +msgstr "zastavica --strict je bila določena; opravilo je končano.\n" -#: ../gio/glib-compile-schemas.c:1698 +#: ../gio/glib-compile-schemas.c:1649 +#, c-format +msgid "This entire file has been ignored.\n" +msgstr "Celotna datoteka je prezrta.\n" + +#: ../gio/glib-compile-schemas.c:1708 +#, c-format +msgid "Ignoring this file.\n" +msgstr "Datoteka bo prezrta.\n" + +#: ../gio/glib-compile-schemas.c:1748 #, c-format msgid "No such key `%s' in schema `%s' as specified in override file `%s'" -msgstr "" +msgstr "Ključ `%s' v shemi `%s' kot je določen v datoteki prepisa `%s' ne obstaja" -#: ../gio/glib-compile-schemas.c:1731 +#: ../gio/glib-compile-schemas.c:1754 +#: ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1840 +#, c-format +msgid "; ignoring override for this key.\n" +msgstr "; prezrt bo prepis tega ključa.\n" + +#: ../gio/glib-compile-schemas.c:1758 +#: ../gio/glib-compile-schemas.c:1816 +#: ../gio/glib-compile-schemas.c:1844 +#, c-format +msgid " and --strict was specified; exiting.\n" +msgstr "in zastavica --strict je bila določena; opravilo je končano.\n" + +#: ../gio/glib-compile-schemas.c:1774 +#, c-format +msgid "error parsing key `%s' in schema `%s' as specified in override file `%s': %s. " +msgstr "napaka razčlenjevanja ključa `%s' v shemi `%s', kot je določena v prepisni datoteki `%s': %s. " + +#: ../gio/glib-compile-schemas.c:1784 +#, c-format +msgid "Ignoring override for this key.\n" +msgstr "Prezrt bo prepis za ta ključ.\n" + +#: ../gio/glib-compile-schemas.c:1802 #, c-format msgid "override for key `%s' in schema `%s' in override file `%s' is out of the range given in the schema" -msgstr "" +msgstr "prepis za ključ `%s' v shemi `%s' v datoteki prepisa `%s' ni v obsegu podanem v shemi" -#: ../gio/glib-compile-schemas.c:1752 +#: ../gio/glib-compile-schemas.c:1830 #, c-format msgid "override for key `%s' in schema `%s' in override file `%s' is not in the list of valid choices" -msgstr "" +msgstr "prepis za ključ `%s' v shemi `%s' v datoteki prepisa `%s' ni v seznamu veljavnih izbir" -#: ../gio/glib-compile-schemas.c:1797 +#: ../gio/glib-compile-schemas.c:1884 msgid "where to store the gschemas.compiled file" -msgstr "" +msgstr "kje naj se shrani datoteka gschemas.compiled" -#: ../gio/glib-compile-schemas.c:1797 -#: ../gio/glib-compile-schemas.c:1809 +#: ../gio/glib-compile-schemas.c:1884 +#: ../gio/glib-compile-schemas.c:1897 msgid "DIRECTORY" msgstr "MAPA" -#: ../gio/glib-compile-schemas.c:1798 +#: ../gio/glib-compile-schemas.c:1885 +msgid "Abort on any errors in schemas" +msgstr "Prekini ob vsaki napaki v shemah" + +#: ../gio/glib-compile-schemas.c:1886 msgid "Do not write the gschema.compiled file" msgstr "Ne zapiši datoteke gschema.compiled" -#: ../gio/glib-compile-schemas.c:1799 -#, fuzzy +#: ../gio/glib-compile-schemas.c:1887 msgid "This option will be removed soon." -msgstr "Koledar bo trajno odstranjen." +msgstr "Možnost bo kmalu opuščena." -#: ../gio/glib-compile-schemas.c:1800 +#: ../gio/glib-compile-schemas.c:1888 msgid "Do not enforce key name restrictions" msgstr "Ne vsili omejitev imena ključa" -#: ../gio/glib-compile-schemas.c:1812 +#: ../gio/glib-compile-schemas.c:1900 msgid "" "Compile all GSettings schema files into a schema cache.\n" "Schema files are required to have the extension .gschema.xml,\n" "and the cache file is called gschemas.compiled." msgstr "" +"Prevedi vse datoteke GSetting shem v predpomnilnik shem.\n" +"Datoteke shem morajo imeti razširitev .gschema.xml.\n" +"Datoteka predpomnilnika se imenuje gschemas.compiled." -#: ../gio/glib-compile-schemas.c:1828 +#: ../gio/glib-compile-schemas.c:1916 #, c-format msgid "You should give exactly one directory name\n" -msgstr "" +msgstr "Podati je treba natanko eno ime mape\n" -#: ../gio/glib-compile-schemas.c:1867 -#, fuzzy, c-format +#: ../gio/glib-compile-schemas.c:1955 +#, c-format msgid "No schema files found: " -msgstr "ROM datotek ni mogoče najti" +msgstr "Datotek sheme ni mogoče najti:" -#: ../gio/glib-compile-schemas.c:1870 -#, fuzzy, c-format +#: ../gio/glib-compile-schemas.c:1958 +#, c-format msgid "doing nothing.\n" -msgstr "Nič ni izbrano" +msgstr "brez dela.\n" -#: ../gio/glib-compile-schemas.c:1873 -#, fuzzy, c-format +#: ../gio/glib-compile-schemas.c:1961 +#, c-format msgid "removed existing output file.\n" -msgstr "Ni mogoče odpreti izhodne datoteke %s: %s\n" +msgstr "odstranjena obstoječa izhodna datoteka.\n" #: ../gio/glocaldirectorymonitor.c:287 msgid "Unable to find default local directory monitor type" @@ -3027,13 +3055,13 @@ msgid "Hostname '%s' contains '[' but not ']'" msgstr "Ime gostitelja '%s' vsebuje '[' vendar ne tudi ']'" -#: ../gio/goutputstream.c:206 -#: ../gio/goutputstream.c:407 +#: ../gio/goutputstream.c:207 +#: ../gio/goutputstream.c:408 msgid "Output stream doesn't implement write" msgstr "Odvodni pretok ne podpira pisanja" -#: ../gio/goutputstream.c:368 -#: ../gio/goutputstream.c:848 +#: ../gio/goutputstream.c:369 +#: ../gio/goutputstream.c:849 msgid "Source stream is already closed" msgstr "Izvorni pretok je že zaprt" @@ -3078,89 +3106,103 @@ "\n" "Use '%s COMMAND --help' to get help for individual commands.\n" msgstr "" +"Ukazi:\n" +" help Prikaže te podrobnosti\n" +" get Pridobi vrednost ključa\n" +" set Nastavi vrednost ključa\n" +" reset Ponastavi vrednost ključa\n" +" monitor Nadzoruje spremembe vrednosti ključa\n" +" writable Preveri ali je ključ zapisljiv\n" +"\n" +"Uporabite '%s UKAZ --help' za izpis pomoči o posameznih ukazih.\n" #: ../gio/gsettings-tool.c:220 #: ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 -#: ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 -#, fuzzy +#: ../gio/gsettings-tool.c:437 +#: ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "Specify the path for the schema" -msgstr "Napaka ob nastavljanju sheme za %s': %s" +msgstr "Določite pot sheme" #: ../gio/gsettings-tool.c:220 #: ../gio/gsettings-tool.c:320 -#: ../gio/gsettings-tool.c:436 -#: ../gio/gsettings-tool.c:531 -#: ../gio/gsettings-tool.c:644 +#: ../gio/gsettings-tool.c:437 +#: ../gio/gsettings-tool.c:532 +#: ../gio/gsettings-tool.c:646 msgid "PATH" msgstr "POT" +#. Translators: Please keep order of words (command parameters) #: ../gio/gsettings-tool.c:228 -#: ../gio/gsettings-tool.c:539 -#: ../gio/gsettings-tool.c:652 -#, fuzzy +#: ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:654 msgid "SCHEMA KEY" -msgstr "Pripeta shema `%s' h ključu `%s'\n" +msgstr "SCHEMA KEY" #: ../gio/gsettings-tool.c:230 -#, fuzzy msgid "Get the value of KEY" -msgstr "Uporaba: %s key=value key=value ..." +msgstr "Pridobi vrednost KEY" #: ../gio/gsettings-tool.c:232 -#: ../gio/gsettings-tool.c:448 -#: ../gio/gsettings-tool.c:543 -#: ../gio/gsettings-tool.c:659 -#, fuzzy +#: ../gio/gsettings-tool.c:449 +#: ../gio/gsettings-tool.c:545 +#: ../gio/gsettings-tool.c:661 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" " KEY The name of the key\n" -msgstr "Napaka med povezovanjem sheme '%s' s ključem '%s': %s\n" - -#: ../gio/gsettings-tool.c:328 -#: ../gio/gsettings-tool.c:444 -#, fuzzy +msgstr "" +"Argumenti:\n" +" SCHEMA Id sheme\n" +" KEY Ime ključa\n" + +#. Translators: Please keep order of words (command parameters) +#: ../gio/gsettings-tool.c:329 +#: ../gio/gsettings-tool.c:445 msgid "SCHEMA KEY VALUE" -msgstr "Uporaba: %s key=value key=value ..." +msgstr "SCHEMA KEY VALUE" -#: ../gio/gsettings-tool.c:330 -#, fuzzy +#: ../gio/gsettings-tool.c:331 msgid "Set the value of KEY" msgstr "Uporaba: %s key=value key=value ..." -#: ../gio/gsettings-tool.c:332 +#: ../gio/gsettings-tool.c:333 msgid "" "Arguments:\n" " SCHEMA The id of the schema\n" " KEY The name of the key\n" " VALUE The value to set key to, as a serialized GVariant\n" msgstr "" +"Argumenti:\n" +" SCHEMA Id sheme\n" +" KEY Ime ključa\n" +" VALUE Vrednost, ki se pripiše ključu, kot GVariant združena v zaporedje\n" -#: ../gio/gsettings-tool.c:405 -#, fuzzy, c-format +#: ../gio/gsettings-tool.c:406 +#, c-format msgid "Key %s is not writable\n" -msgstr "Ta ključ ni pisljiv" +msgstr "Ključ %s ni zapisljiv\n" -#: ../gio/gsettings-tool.c:446 +#: ../gio/gsettings-tool.c:447 msgid "Sets KEY to its default value" -msgstr "" +msgstr "Nastavi KEY na privzeto vrednost" -#: ../gio/gsettings-tool.c:541 +#: ../gio/gsettings-tool.c:543 msgid "Find out whether KEY is writable" -msgstr "" +msgstr "Poizvedi ali je KEY zapisljiv" -#: ../gio/gsettings-tool.c:655 +#: ../gio/gsettings-tool.c:657 msgid "" "Monitor KEY for changes and print the changed values.\n" "Monitoring will continue until the process is terminated." msgstr "" +"Nadzoruj spremembe vrednosti KEY in jih izpiši.\n" +"Nadzor se bo nadaljeval dokler se opravilo ne dokonča." -#: ../gio/gsettings-tool.c:831 -#, fuzzy, c-format +#: ../gio/gsettings-tool.c:833 +#, c-format msgid "Unknown command '%s'\n" -msgstr "Neznan ukaz" +msgstr "Neznan ukaz '%s'\n" #: ../gio/gsocket.c:276 msgid "Invalid socket, not initialized" @@ -3178,9 +3220,8 @@ #: ../gio/gsocket.c:299 #: ../gio/gsocket.c:2716 #: ../gio/gsocket.c:2760 -#, fuzzy msgid "Socket I/O timed out" -msgstr "Pripravljanje naprava je časovno poteklo" +msgstr "Zakasnitev I/O vtiča je potekla " #: ../gio/gsocket.c:421 #, c-format @@ -3274,7 +3315,7 @@ #: ../gio/gsocket.c:3494 msgid "g_socket_get_credentials not implemented for this OS" -msgstr "" +msgstr "OS ne vsebuje podpore za g_socket_get_credentials" #: ../gio/gsocketclient.c:674 #: ../gio/gsocketclient.c:1153 @@ -3284,13 +3325,13 @@ #: ../gio/gsocketclient.c:711 #: ../gio/gsocketclient.c:1038 msgid "Trying to proxy over non-TCP connection is not supported." -msgstr "" +msgstr "Poskus posredniškega strežnika preko ne-TCP povezave ni podprt." #: ../gio/gsocketclient.c:749 #: ../gio/gsocketclient.c:1061 -#, fuzzy, c-format +#, c-format msgid "Proxy protocol '%s' is not supported." -msgstr "Protokol '%s' trenutno ni podprt.\n" +msgstr "Protokol posredniški strežnika '%s' ni podprt." #: ../gio/gsocketlistener.c:191 msgid "Listener is already closed" @@ -3303,89 +3344,85 @@ #: ../gio/gsocks4aproxy.c:121 #, c-format msgid "SOCKSv4 does not support IPv6 address '%s'" -msgstr "" +msgstr "SOCKSv4 ne podpira IPv6 naslovov `%s'" #: ../gio/gsocks4aproxy.c:139 #, c-format msgid "SOCKSv4 implementation limits username to %i characters" -msgstr "" +msgstr "SOCKSv4 omejuje uporabniško ime na %i znakov" #: ../gio/gsocks4aproxy.c:157 #, c-format msgid "SOCKSv4a implementation limits hostname to %i characters" -msgstr "" +msgstr "SOCKSv4a omejuje dolžino imena gostitelja na %i znakov" #: ../gio/gsocks4aproxy.c:183 -#, fuzzy msgid "The server is not a SOCKSv4 proxy server." -msgstr "Naslov URL strežnika '%s' ni veljaven naslov URL" +msgstr "Strežnik ni SOCKSv4 posredniški strežnik" #: ../gio/gsocks4aproxy.c:190 -#, fuzzy msgid "Connection through SOCKSv4 server was rejected" -msgstr "Povezava predvajalnika VLC z določenim strežnikom je bila zavrnjena." +msgstr "Povezava skozi SOCKSv4 strežnik je zavrnjena" #: ../gio/gsocks5proxy.c:155 #: ../gio/gsocks5proxy.c:328 #: ../gio/gsocks5proxy.c:338 -#, fuzzy msgid "The server is not a SOCKSv5 proxy server." -msgstr "Naslov URL strežnika '%s' ni veljaven naslov URL" +msgstr "Strežnik ni SOCKSv5 posredniški strežnik." #: ../gio/gsocks5proxy.c:169 -#, fuzzy msgid "The SOCKSv5 proxy requires authentication." -msgstr "St_režnik zahteva overitev" +msgstr "SOCKSv5 posredniški strežnik zahteva overitev." #: ../gio/gsocks5proxy.c:179 msgid "The SOCKSv5 require an authentication method that is not supported by GLib." -msgstr "" +msgstr "SOCKSv5 zahteva overitveni način, ki ni podprta v GLib." #: ../gio/gsocks5proxy.c:208 #, c-format msgid "Username or password is too long for SOCKSv5 protocol (max. is %i)." -msgstr "" +msgstr "Uporabniško ime ali geslo za SOCKSv5 protokol je predolgo (največ %i)" #: ../gio/gsocks5proxy.c:239 msgid "SOCKSv5 authentication failed due to wrong username or password." -msgstr "" +msgstr "SOCKSv5 overitev ni uspela zaradi napačnega uporabniškega imena ali gesla." #: ../gio/gsocks5proxy.c:289 #, c-format msgid "Hostname '%s' too long for SOCKSv5 protocol (maximum is %i bytes)" -msgstr "" +msgstr "Ime gostitelja `%s' je predolgo za SOCKSv5 protokol (največ %i najtov)" #: ../gio/gsocks5proxy.c:352 msgid "The SOCKSv5 proxy server uses unkown address type." -msgstr "" +msgstr "SOCKSv5 posredniški strežnik uporablja neznano vrsto naslova." #: ../gio/gsocks5proxy.c:359 msgid "Internal SOCKSv5 proxy server error." -msgstr "" +msgstr "Notranja napaka SOCKSv5 posredniškega strežnika" #: ../gio/gsocks5proxy.c:365 msgid "SOCKSv5 connection not allowed by ruleset." -msgstr "" +msgstr "Nabor pravil ne dovoljuje SOCKSv5 povezave" #: ../gio/gsocks5proxy.c:372 msgid "Host unreachable through SOCKSv5 server." -msgstr "" +msgstr "Skozi SOCKSv5 strežnik ni mogoče doseči gostitelja." #: ../gio/gsocks5proxy.c:378 msgid "Network unreachable through SOCKSv5 proxy." -msgstr "" +msgstr "Skozi SOCKSv5 posredniški strežnik ni mogoče doseči omrežja." #: ../gio/gsocks5proxy.c:384 msgid "Connection refused through SOCKSv5 proxy." -msgstr "" +msgstr "Povezava skozi posredniški strežnik SOCKSv5 je zavrnjena." #: ../gio/gsocks5proxy.c:390 msgid "SOCKSv5 proxy does not support 'connect' command." -msgstr "" +msgstr "SOCKSv5 posredniški strežnik ne podpira ukaza 'connect'." #: ../gio/gsocks5proxy.c:396 msgid "SOCKSv5 proxy does not support provided address type." -msgstr "" +msgstr "SOCKSv5 posredniški strežnik ne podpira ponujene vrste naslova" #: ../gio/gsocks5proxy.c:402 msgid "Unkown SOCKSv5 proxy error." @@ -3417,28 +3454,27 @@ msgstr "Prejet neveljaven fd" #: ../gio/gunixconnection.c:359 -#, fuzzy msgid "Error sending credentials: " -msgstr "Napaka med pošiljanjem sporočila '%s': %s" +msgstr "Napaka med pošiljanjem poveril:" #: ../gio/gunixconnection.c:439 #, c-format msgid "Error checking if SO_PASSCRED is enabled for socket: %s" -msgstr "" +msgstr "Napaka med preverjanjem ali je predmet O_PASSCRED omogočen za vtič: %s" #: ../gio/gunixconnection.c:448 #, c-format msgid "Unexpected option length while checking if SO_PASSCRED is enabled for socket. Expected %d bytes, got %d" -msgstr "" +msgstr "Nepričakovana dolžina možnosti pri preverjanju, če je za vtič SO_PASSCRED omogočen. Pričakovanih %d bajtov, dobljenih %d" #: ../gio/gunixconnection.c:465 -#, fuzzy, c-format +#, c-format msgid "Error enabling SO_PASSCRED: %s" -msgstr "Napaka med preimenovanjem datoteke: %s" +msgstr "Napaka med omogočanjem predmeta SO_PASSCRED: %s" #: ../gio/gunixconnection.c:495 msgid "Expecting to read a single byte for receiving credentials but read zero bytes" -msgstr "" +msgstr "Pri prejemanju poveril je pričakovano branje enega bajta, vendar se je prebralo nič bajtov" #: ../gio/gunixconnection.c:538 #, c-format @@ -3509,20 +3545,20 @@ msgstr "Ustvarjanje asociativnih povezav ni podprto na win32 sistemih" #: ../gio/gwin32inputstream.c:318 -#, fuzzy, c-format +#, c-format msgid "Error reading from handle: %s" -msgstr "Napaka med branjem iz datoteke: %s" +msgstr "Napaka med branjem ročice: %s" #: ../gio/gwin32inputstream.c:348 #: ../gio/gwin32outputstream.c:348 -#, fuzzy, c-format +#, c-format msgid "Error closing handle: %s" -msgstr "Napaka med zapiranjem projekta: %s" +msgstr "Napaka med zapiranjem ročice: %s" #: ../gio/gwin32outputstream.c:318 -#, fuzzy, c-format +#, c-format msgid "Error writing to handle: %s" -msgstr "Prišlo je do napake pri pisanju na %s." +msgstr "Napaka pri pisanju v ročico: %s" #: ../gio/gzlibcompressor.c:396 #: ../gio/gzlibdecompressor.c:349 @@ -3544,3 +3580,6 @@ msgid "Invalid compressed data" msgstr "Neveljavni stisnjeni podatki" +#~ msgid "No such schema `%s' specified in override file `%s'" +#~ msgstr "Shema `%s' določena v datoteki prepisa `%s' ne obstaja" + diff -Nru glib2.0-2.26.0/README glib2.0-2.26.1/README --- glib2.0-2.26.0/README 2010-09-28 02:15:49.000000000 +1000 +++ glib2.0-2.26.1/README 2010-11-14 17:48:41.000000000 +1100 @@ -1,7 +1,7 @@ General Information =================== -This is GLib version 2.26.0. GLib is the low-level core +This is GLib version 2.26.1. GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, diff -Nru glib2.0-2.26.0/tests/gobject/Makefile.in glib2.0-2.26.1/tests/gobject/Makefile.in --- glib2.0-2.26.0/tests/gobject/Makefile.in 2010-09-28 02:10:14.000000000 +1000 +++ glib2.0-2.26.1/tests/gobject/Makefile.in 2010-11-14 17:02:04.000000000 +1100 @@ -303,6 +303,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -374,7 +376,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/tests/Makefile.in glib2.0-2.26.1/tests/Makefile.in --- glib2.0-2.26.0/tests/Makefile.in 2010-09-28 02:10:13.000000000 +1000 +++ glib2.0-2.26.1/tests/Makefile.in 2010-11-14 17:02:03.000000000 +1100 @@ -476,6 +476,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -547,7 +549,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/tests/refcount/Makefile.in glib2.0-2.26.1/tests/refcount/Makefile.in --- glib2.0-2.26.0/tests/refcount/Makefile.in 2010-09-28 02:10:14.000000000 +1000 +++ glib2.0-2.26.1/tests/refcount/Makefile.in 2010-11-14 17:02:04.000000000 +1100 @@ -293,6 +293,8 @@ PERL = @PERL@ PERL_PATH = @PERL_PATH@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PLATFORMDEP = @PLATFORMDEP@ POFILES = @POFILES@ POSUB = @POSUB@ @@ -364,7 +366,6 @@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ diff -Nru glib2.0-2.26.0/tests/testglib.c glib2.0-2.26.1/tests/testglib.c --- glib2.0-2.26.0/tests/testglib.c 2010-09-14 01:57:51.000000000 +1000 +++ glib2.0-2.26.1/tests/testglib.c 2010-10-17 14:31:23.000000000 +1100 @@ -886,7 +886,8 @@ fd = g_mkstemp (template); if (g_test_verbose() && fd != -1) g_print ("g_mkstemp works even if template doesn't end in XXXXXX\n"); - close (fd); + if (fd != -1) + close (fd); strcpy (template, "fooXXXXXX"); fd = g_mkstemp (template); if (fd == -1)