diff -Nru telepathy-glib-0.17.6/aclocal.m4 telepathy-glib-0.17.7/aclocal.m4 --- telepathy-glib-0.17.6/aclocal.m4 2012-03-19 15:34:27.000000000 +0000 +++ telepathy-glib-0.17.7/aclocal.m4 2012-03-22 21:35:34.000000000 +0000 @@ -1,7 +1,8 @@ -# generated automatically by aclocal 1.11.1 -*- Autoconf -*- +# generated automatically by aclocal 1.11.3 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, +# Inc. # 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. @@ -47,7 +48,8 @@ # ---------------------------------- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) -m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) +m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) +m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) 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]) @@ -93,7 +95,8 @@ pkg_cv_[]$1="$$1" elif test -n "$PKG_CONFIG"; then PKG_CHECK_EXISTS([$3], - [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], + [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) else pkg_failed=untried @@ -141,9 +144,9 @@ 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` + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` else - $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1` + $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD @@ -156,7 +159,7 @@ Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. -_PKG_TEXT]) +_PKG_TEXT])[]dnl ]) elif test $pkg_failed = untried; then AC_MSG_RESULT([no]) @@ -167,7 +170,7 @@ _PKG_TEXT -To get pkg-config, see .]) +To get pkg-config, see .])[]dnl ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS @@ -177,12 +180,15 @@ fi[]dnl ])# PKG_CHECK_MODULES -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software +# Foundation, Inc. # # 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 1 + # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been @@ -192,7 +198,7 @@ [am__api_version='1.11' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.11.1], [], +m4_if([$1], [1.11.3], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -208,19 +214,21 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.11.1])dnl +[AM_AUTOMAKE_VERSION([1.11.3])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # 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 1 + # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to # `$srcdir', `$srcdir/..', or `$srcdir/../..'. @@ -302,14 +310,14 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, +# 2010, 2011 Free Software Foundation, Inc. # # 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 10 +# serial 12 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, @@ -349,6 +357,7 @@ # 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'. + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -413,7 +422,7 @@ break fi ;; - msvisualcpp | msvcmsys) + msvc7 | msvc7msys | 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. @@ -478,10 +487,13 @@ if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- @@ -715,12 +727,15 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, +# Inc. # # 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 1 + # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. @@ -852,12 +867,15 @@ fi ]) -# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, +# Inc. # # 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 1 + # AM_PROG_MKDIR_P # --------------- # Check for `mkdir -p'. @@ -880,13 +898,14 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software +# Foundation, Inc. # # 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 +# serial 5 # _AM_MANGLE_OPTION(NAME) # ----------------------- @@ -894,13 +913,13 @@ [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) -# ------------------------------ +# -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) # _AM_SET_OPTIONS(OPTIONS) -# ---------------------------------- +# ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) @@ -911,13 +930,15 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, +# 2011 Free Software Foundation, Inc. # # 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 2 + # AM_PATH_PYTHON([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # --------------------------------------------------------------------------- # Adds support for distributing Python modules and packages. To @@ -945,8 +966,10 @@ dnl Find a Python interpreter. Python versions prior to 2.0 are not dnl supported. (2.0 was released on October 16, 2000). m4_define_default([_AM_PYTHON_INTERPRETER_LIST], - [python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 dnl -python2.1 python2.0]) +[python python2 python3 python3.2 python3.1 python3.0 python2.7 dnl + python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0]) + + AC_ARG_VAR([PYTHON], [the Python interpreter]) m4_if([$1],[],[ dnl No version check is needed. @@ -1018,9 +1041,7 @@ dnl site-packages directory, not the python standard library dnl directory like in previous automake betas. This behavior dnl is more consistent with lispdir.m4 for example. - dnl Query distutils for this directory. distutils does not exist in - dnl Python 1.5, so we fall back to the hardcoded directory if it - dnl doesn't work. + dnl Query distutils for this directory. AC_CACHE_CHECK([for $am_display_PYTHON script directory], [am_cv_python_pythondir], [if test "x$prefix" = xNONE @@ -1029,8 +1050,7 @@ else am_py_prefix=$prefix fi - am_cv_python_pythondir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix='$am_py_prefix'))" 2>/dev/null || - echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"` + am_cv_python_pythondir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix='$am_py_prefix'))" 2>/dev/null` case $am_cv_python_pythondir in $am_py_prefix*) am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'` @@ -1056,9 +1076,7 @@ dnl pyexecdir -- directory for installing python extension modules dnl (shared libraries) - dnl Query distutils for this directory. distutils does not exist in - dnl Python 1.5, so we fall back to the hardcoded directory if it - dnl doesn't work. + dnl Query distutils for this directory. AC_CACHE_CHECK([for $am_display_PYTHON extension module directory], [am_cv_python_pyexecdir], [if test "x$exec_prefix" = xNONE @@ -1067,8 +1085,7 @@ else am_py_exec_prefix=$exec_prefix fi - am_cv_python_pyexecdir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix='$am_py_exec_prefix'))" 2>/dev/null || - echo "$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages"` + am_cv_python_pyexecdir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix='$am_py_exec_prefix'))" 2>/dev/null` case $am_cv_python_pyexecdir in $am_py_exec_prefix*) am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'` @@ -1116,12 +1133,14 @@ sys.exit(sys.hexversion < minverhex)" AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # 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 1 + # AM_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. @@ -1198,13 +1217,13 @@ fi AC_MSG_RESULT(yes)]) -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009, 2011 Free Software Foundation, Inc. # # 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 1 +# serial 2 # AM_SILENT_RULES([DEFAULT]) # -------------------------- @@ -1219,18 +1238,50 @@ no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac +dnl +dnl A few `make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using `$V' instead of `$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # 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 1 + # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor `install' (even GNU) is that you can't @@ -1253,13 +1304,13 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006, 2008 Free Software Foundation, Inc. +# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. # # 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 2 +# serial 3 # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- @@ -1268,13 +1319,13 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) -# --------------------------- +# -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1296,10 +1347,11 @@ # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], -[# Always define AMTAR for backward compatibility. -AM_MISSING_PROG([AMTAR], [tar]) +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) m4_if([$1], [v7], - [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) diff -Nru telepathy-glib-0.17.6/ChangeLog telepathy-glib-0.17.7/ChangeLog --- telepathy-glib-0.17.6/ChangeLog 2012-03-19 15:38:22.000000000 +0000 +++ telepathy-glib-0.17.7/ChangeLog 2012-03-22 22:27:15.000000000 +0000 @@ -1,3 +1,88 @@ +commit 37bb3f998ef5c2b8e8cb01047e4f5d7e9284e52f +Author: Jonny Lamb +Date: 2012-03-22 17:34:44 -0400 + + version 0.17.7 + + Signed-off-by: Jonny Lamb + +commit 3805b29b643fea19147653ae30038edd4c87f059 +Author: Olivier Crête +Date: 2012-03-21 16:06:49 -0400 + + BaseMediaCallChannel: Only wait for streams to start if they were sending to finish unhold + +commit 7e1e016abba25e84ae0e8ed311877174ac082a9a +Merge: afcafad ff2a82b +Author: Will Thompson +Date: 2012-03-21 14:18:13 +0000 + + Merge branch 'example-approver' + + Reviewed-by: Jonny Lamb + +commit ff2a82b1c362f55ece17d075b6129e863d085cf3 +Author: Will Thompson +Date: 2012-03-21 14:11:20 +0000 + + example approver: "Dissaprove" is not a word. + +commit 5b8e9996cef7291640ddc5fccdd6381da371fb72 +Author: Will Thompson +Date: 2012-03-21 14:10:51 +0000 + + example approver: use _close_channels_async() + +commit afcafad122ed2dc8734c2a15bbb64044287b35a4 +Author: Olivier Crête +Date: 2012-03-18 16:56:36 -0400 + + BaseMediaCallStream: Only emit STUNServersChanged if they have changed + +commit fedc390e969be494dc14ece7a8a6b2a53260896d +Author: Olivier Crête +Date: 2012-03-18 14:32:15 -0400 + + Include the debug message in the TpCallStateReason structure + +commit 44958fe1f70a6dc42d70b30b630f7119e87c9701 +Author: Olivier Crête +Date: 2012-03-15 23:06:52 -0400 + + BaseMediaCallStream: Clear local sending state on sending failure + + This way, only calling SetSending() again will restart sending + +commit 6b2ea7f3a1b9983afd8321caabdc98346fe9a9c2 +Author: Olivier Crête +Date: 2012-03-15 22:42:56 -0400 + + Call: Ignore all sending/receiving failures while held + +commit 44c9fa321532bc4ccfa674d31056fb611d39e2f8 +Author: Olivier Crête +Date: 2012-03-15 21:56:24 -0400 + + BaseMediaCallContent: Make sure the sending state is updated on call acceptance + +commit 388e07425166fbeb0ad6b341b429bbd0869d2732 +Author: Olivier Crête +Date: 2012-03-15 21:56:06 -0400 + + BaseMediaCallStream: Export if the CM has allowed sending + +commit 5cf27e1109d98c2176c3369c3ab7143c996329f0 +Author: Guillaume Desmottes +Date: 2012-03-19 16:56:00 +0100 + + add missing file 0.17.6.abi + +commit e4bcfe258fff2a9847442a7a6756227ff24a87d1 +Author: Guillaume Desmottes +Date: 2012-03-19 16:50:03 +0100 + + set nano flag + commit a2a0637336525f48434ac2d2b9707bc9314a77c2 Author: Guillaume Desmottes Date: 2012-03-19 16:38:14 +0100 diff -Nru telepathy-glib-0.17.6/config.guess telepathy-glib-0.17.7/config.guess --- telepathy-glib-0.17.6/config.guess 2012-01-12 14:34:15.000000000 +0000 +++ telepathy-glib-0.17.7/config.guess 2012-01-31 20:22:34.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -# Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011 Free Software Foundation, Inc. -timestamp='2009-11-20' +timestamp='2011-05-11' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -56,8 +56,9 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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." @@ -180,7 +181,7 @@ fi ;; *) - os=netbsd + os=netbsd ;; esac # The OS release @@ -223,7 +224,7 @@ UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) - UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on @@ -269,7 +270,10 @@ # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - exit ;; + # Reset EXIT trap before exiting to avoid spurious non-zero exit code. + exitcode=$? + trap '' 0 + exit $exitcode ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead @@ -295,7 +299,7 @@ echo s390-ibm-zvmoe exit ;; *:OS400:*:*) - echo powerpc-ibm-os400 + echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} @@ -394,23 +398,23 @@ # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} - exit ;; + exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) - echo m68k-milan-mint${UNAME_RELEASE} - exit ;; + echo m68k-milan-mint${UNAME_RELEASE} + exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) - echo m68k-hades-mint${UNAME_RELEASE} - exit ;; + echo m68k-hades-mint${UNAME_RELEASE} + exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) - echo m68k-unknown-mint${UNAME_RELEASE} - exit ;; + echo m68k-unknown-mint${UNAME_RELEASE} + exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; @@ -480,8 +484,8 @@ echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) - # DG/UX returns AViiON for all architectures - UNAME_PROCESSOR=`/usr/bin/uname -p` + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ @@ -494,7 +498,7 @@ else echo i586-dg-dgux${UNAME_RELEASE} fi - exit ;; + exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; @@ -551,7 +555,7 @@ echo rs6000-ibm-aix3.2 fi exit ;; - *:AIX:*:[456]) + *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 @@ -594,52 +598,52 @@ 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` - sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` - case "${sc_cpu_version}" in - 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 - 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 - 532) # CPU_PA_RISC2_0 - case "${sc_kernel_bits}" in - 32) HP_ARCH="hppa2.0n" ;; - 64) HP_ARCH="hppa2.0w" ;; + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 - esac ;; - esac + esac ;; + esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include - #define _HPUX_SOURCE - #include - #include - - int main () - { - #if defined(_SC_KERNEL_BITS) - long bits = sysconf(_SC_KERNEL_BITS); - #endif - long cpu = sysconf (_SC_CPU_VERSION); - - switch (cpu) - { - case CPU_PA_RISC1_0: puts ("hppa1.0"); break; - case CPU_PA_RISC1_1: puts ("hppa1.1"); break; - case CPU_PA_RISC2_0: - #if defined(_SC_KERNEL_BITS) - switch (bits) - { - case 64: puts ("hppa2.0w"); break; - case 32: puts ("hppa2.0n"); break; - default: puts ("hppa2.0"); break; - } break; - #else /* !defined(_SC_KERNEL_BITS) */ - puts ("hppa2.0"); break; - #endif - default: puts ("hppa1.0"); break; - } - exit (0); - } + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } EOF (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa @@ -730,22 +734,22 @@ exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd - exit ;; + exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi - exit ;; + exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd - exit ;; + exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd - exit ;; + exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd - exit ;; + exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; @@ -769,14 +773,14 @@ exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` - echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit ;; + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` - echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} @@ -804,14 +808,14 @@ echo ${UNAME_MACHINE}-pc-mingw32 exit ;; i*:windows32*:*) - # uname -m includes "-pc" on this system. - echo ${UNAME_MACHINE}-mingw32 + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:*) - case ${UNAME_MACHINE} in + case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; @@ -866,7 +870,7 @@ EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; - esac + esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} @@ -878,7 +882,13 @@ then echo ${UNAME_MACHINE}-unknown-linux-gnu else - echo ${UNAME_MACHINE}-unknown-linux-gnueabi + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + echo ${UNAME_MACHINE}-unknown-linux-gnueabi + else + echo ${UNAME_MACHINE}-unknown-linux-gnueabihf + fi fi exit ;; avr32*:Linux:*:*) @@ -891,7 +901,7 @@ echo crisv32-axis-linux-gnu exit ;; frv:Linux:*:*) - echo frv-unknown-linux-gnu + echo frv-unknown-linux-gnu exit ;; i*86:Linux:*:*) LIBC=gnu @@ -959,7 +969,7 @@ echo ${UNAME_MACHINE}-ibm-linux exit ;; sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu @@ -967,6 +977,9 @@ sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + tile*:Linux:*:*) + echo ${UNAME_MACHINE}-tilera-linux-gnu + exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; @@ -974,7 +987,7 @@ echo x86_64-unknown-linux-gnu exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. @@ -983,11 +996,11 @@ echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) - # Unixware is an offshoot of SVR4, but it has its own version - # number series starting with 2... - # I am not positive that other SVR4 systems won't match this, + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. - # Use sysv4.2uw... so that sysv4* matches it. + # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) @@ -1019,7 +1032,7 @@ fi exit ;; i*86:*:5:[678]*) - # UnixWare 7.x, OpenUNIX and OpenServer 6. + # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; @@ -1047,13 +1060,13 @@ exit ;; pc:*:*:*) # Left here for compatibility: - # uname -m prints for DJGPP always 'pc', but it prints nothing about - # the processor, so we play safe by assuming i586. + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp - exit ;; + exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; @@ -1088,8 +1101,8 @@ /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4; exit; } ;; + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ @@ -1132,10 +1145,10 @@ echo ns32k-sni-sysv fi exit ;; - PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort - # says - echo i586-unisys-sysv4 - exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm @@ -1161,11 +1174,11 @@ exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then - echo mips-nec-sysv${UNAME_RELEASE} + echo mips-nec-sysv${UNAME_RELEASE} else - echo mips-unknown-sysv${UNAME_RELEASE} + echo mips-unknown-sysv${UNAME_RELEASE} fi - exit ;; + exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; @@ -1230,6 +1243,9 @@ *:QNX:*:4*) echo i386-pc-qnx exit ;; + NEO-?:NONSTOP_KERNEL:*:*) + echo neo-tandem-nsk${UNAME_RELEASE} + exit ;; NSE-?:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; @@ -1275,13 +1291,13 @@ echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) - echo mips-sei-seiux${UNAME_RELEASE} + echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) - UNAME_MACHINE=`(uname -p) 2>/dev/null` + UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; @@ -1321,11 +1337,11 @@ #include printf ("m68k-sony-newsos%s\n", #ifdef NEWSOS4 - "4" + "4" #else - "" + "" #endif - ); exit (0); + ); exit (0); #endif #endif diff -Nru telepathy-glib-0.17.6/config.sub telepathy-glib-0.17.7/config.sub --- telepathy-glib-0.17.6/config.sub 2012-01-12 14:34:15.000000000 +0000 +++ telepathy-glib-0.17.7/config.sub 2012-01-31 20:22:34.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -# Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011 Free Software Foundation, Inc. -timestamp='2009-11-20' +timestamp='2011-03-23' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -75,8 +75,9 @@ version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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." @@ -123,8 +124,9 @@ # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ - uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | \ kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os @@ -156,8 +158,8 @@ os= basic_machine=$1 ;; - -bluegene*) - os=-cnk + -bluegene*) + os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= @@ -173,10 +175,10 @@ os=-chorusos basic_machine=$1 ;; - -chorusrdb) - os=-chorusrdb + -chorusrdb) + os=-chorusrdb basic_machine=$1 - ;; + ;; -hiux*) os=-hiuxwe2 ;; @@ -281,11 +283,13 @@ | moxie \ | mt \ | msp430 \ + | nds32 | nds32le | nds32be \ | nios | nios2 \ | ns16k | ns32k \ + | open8 \ | or32 \ | pdp10 | pdp11 | pj | pjl \ - | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ + | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ | rx \ | score \ @@ -293,15 +297,24 @@ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ - | spu | strongarm \ - | tahoe | thumb | tic4x | tic80 | tron \ + | spu \ + | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ | v850 | v850e \ | we32k \ - | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ + | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; + c54x) + basic_machine=tic54x-unknown + ;; + c55x) + basic_machine=tic55x-unknown + ;; + c6x) + basic_machine=tic6x-unknown + ;; m6811 | m68hc11 | m6812 | m68hc12 | picochip) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown @@ -313,6 +326,18 @@ basic_machine=mt-unknown ;; + strongarm | thumb | xscale) + basic_machine=arm-unknown + ;; + + xscaleeb) + basic_machine=armeb-unknown + ;; + + xscaleel) + basic_machine=armel-unknown + ;; + # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. @@ -333,7 +358,7 @@ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | bfin-* | bs2000-* \ - | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* \ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ @@ -367,25 +392,28 @@ | mmix-* \ | mt-* \ | msp430-* \ + | nds32-* | nds32le-* | nds32be-* \ | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ + | open8-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ - | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | pyramid-* \ | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ - | tahoe-* | thumb-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ + | tahoe-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tile-* | tilegx-* \ | tron-* \ | ubicom32-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ - | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) @@ -410,7 +438,7 @@ basic_machine=a29k-amd os=-udi ;; - abacus) + abacus) basic_machine=abacus-unknown ;; adobe68k) @@ -480,11 +508,20 @@ basic_machine=powerpc-ibm os=-cnk ;; + c54x-*) + basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c55x-*) + basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c6x-*) + basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; c90) basic_machine=c90-cray os=-unicos ;; - cegcc) + cegcc) basic_machine=arm-unknown os=-cegcc ;; @@ -516,7 +553,7 @@ basic_machine=craynv-cray os=-unicosmp ;; - cr16) + cr16 | cr16-*) basic_machine=cr16-unknown os=-elf ;; @@ -732,7 +769,7 @@ basic_machine=ns32k-utek os=-sysv ;; - microblaze) + microblaze) basic_machine=microblaze-xilinx ;; mingw32) @@ -839,6 +876,12 @@ np1) basic_machine=np1-gould ;; + neo-tandem) + basic_machine=neo-tandem + ;; + nse-tandem) + basic_machine=nse-tandem + ;; nsr-tandem) basic_machine=nsr-tandem ;; @@ -921,9 +964,10 @@ ;; power) basic_machine=power-ibm ;; - ppc) basic_machine=powerpc-unknown + ppc | ppcbe) basic_machine=powerpc-unknown ;; - ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ppc-* | ppcbe-*) + basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) basic_machine=powerpcle-unknown @@ -1017,6 +1061,9 @@ basic_machine=i860-stratus os=-sysv4 ;; + strongarm-* | thumb-*) + basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; sun2) basic_machine=m68000-sun ;; @@ -1073,17 +1120,10 @@ basic_machine=t90-cray os=-unicos ;; - tic54x | c54x*) - basic_machine=tic54x-unknown - os=-coff - ;; - tic55x | c55x*) - basic_machine=tic55x-unknown - os=-coff - ;; - tic6x | c6x*) - basic_machine=tic6x-unknown - os=-coff + # This must be matched before tile*. + tilegx*) + basic_machine=tilegx-unknown + os=-linux-gnu ;; tile*) basic_machine=tile-unknown @@ -1156,6 +1196,9 @@ xps | xps100) basic_machine=xps100-honeywell ;; + xscale-* | xscalee[bl]-*) + basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` + ;; ymp) basic_machine=ymp-cray os=-unicos @@ -1253,11 +1296,11 @@ if [ x"$os" != x"" ] then case $os in - # First match some system type aliases - # that might get confused with valid system types. + # First match some system type aliases + # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. - -auroraux) - os=-auroraux + -auroraux) + os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` @@ -1294,7 +1337,8 @@ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -mingw32* | -linux-gnu* | -linux-android* \ + | -linux-newlib* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ @@ -1341,7 +1385,7 @@ -opened*) os=-openedition ;; - -os400*) + -os400*) os=-os400 ;; -wince*) @@ -1390,7 +1434,7 @@ -sinix*) os=-sysv4 ;; - -tpf*) + -tpf*) os=-tpf ;; -triton*) @@ -1435,6 +1479,8 @@ -dicos*) os=-dicos ;; + -nacl*) + ;; -none) ;; *) @@ -1457,10 +1503,10 @@ # system, and we'll never get to this point. case $basic_machine in - score-*) + score-*) os=-elf ;; - spu-*) + spu-*) os=-elf ;; *-acorn) @@ -1472,8 +1518,17 @@ arm*-semi) os=-aout ;; - c4x-* | tic4x-*) - os=-coff + c4x-* | tic4x-*) + os=-coff + ;; + tic54x-*) + os=-coff + ;; + tic55x-*) + os=-coff + ;; + tic6x-*) + os=-coff ;; # This must come before the *-dec entry. pdp10-*) @@ -1500,7 +1555,7 @@ m68*-cisco) os=-aout ;; - mep-*) + mep-*) os=-elf ;; mips*-cisco) @@ -1527,7 +1582,7 @@ *-ibm) os=-aix ;; - *-knuth) + *-knuth) os=-mmixware ;; *-wec) diff -Nru telepathy-glib-0.17.6/configure telepathy-glib-0.17.7/configure --- telepathy-glib-0.17.6/configure 2012-03-19 15:34:32.000000000 +0000 +++ telepathy-glib-0.17.7/configure 2012-03-22 21:35:37.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for Telepathy-GLib 0.17.6. +# Generated by GNU Autoconf 2.68 for Telepathy-GLib 0.17.7. # # Report bugs to . # @@ -631,8 +631,8 @@ # Identity of this package. PACKAGE_NAME='Telepathy-GLib' PACKAGE_TARNAME='telepathy-glib' -PACKAGE_VERSION='0.17.6' -PACKAGE_STRING='Telepathy-GLib 0.17.6' +PACKAGE_VERSION='0.17.7' +PACKAGE_STRING='Telepathy-GLib 0.17.7' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=tp-glib' PACKAGE_URL='' @@ -793,6 +793,7 @@ am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE +am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE @@ -808,6 +809,8 @@ CC AM_BACKSLASH AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V am__untar am__tar AMTAR @@ -919,6 +922,7 @@ GIO_UNIX_LIBS DBUS_CFLAGS DBUS_LIBS +PYTHON CXX CXXFLAGS CCC @@ -1465,7 +1469,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 Telepathy-GLib 0.17.6 to adapt to many kinds of systems. +\`configure' configures Telepathy-GLib 0.17.7 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1535,7 +1539,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Telepathy-GLib 0.17.6:";; + short | recursive ) echo "Configuration of Telepathy-GLib 0.17.7:";; esac cat <<\_ACEOF @@ -1584,7 +1588,7 @@ Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --with-pic try to use only PIC/non-PIC objects [default=use + --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use both] --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-sysroot=DIR Search for dependent libraries within DIR @@ -1617,6 +1621,7 @@ linker flags for GIO_UNIX, overriding pkg-config DBUS_CFLAGS C compiler flags for DBUS, overriding pkg-config DBUS_LIBS linker flags for DBUS, overriding pkg-config + PYTHON the Python interpreter CXX C++ compiler command CXXFLAGS C++ compiler flags CXXCPP C++ preprocessor @@ -1687,7 +1692,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Telepathy-GLib configure 0.17.6 +Telepathy-GLib configure 0.17.7 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2177,7 +2182,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Telepathy-GLib $as_me 0.17.6, which was +It was created by Telepathy-GLib $as_me 0.17.7, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2995,7 +3000,7 @@ # Define the identity of the package. PACKAGE='telepathy-glib' - VERSION='0.17.6' + VERSION='0.17.7' cat >>confdefs.h <<_ACEOF @@ -3025,11 +3030,11 @@ # We need awk for the "check" target. The system "awk" is bad on # some platforms. -# Always define AMTAR for backward compatibility. - -AMTAR=${AMTAR-"${am_missing_run}tar"} +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' -am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' @@ -3048,6 +3053,33 @@ no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=1;; esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi AM_BACKSLASH='\' @@ -3892,6 +3924,7 @@ if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= @@ -3916,6 +3949,7 @@ # 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'. + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -3975,7 +4009,7 @@ break fi ;; - msvisualcpp | msvcmsys) + msvc7 | msvc7msys | 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. @@ -4332,8 +4366,8 @@ -macro_version='2.4' -macro_revision='1.3293' +macro_version='2.4.2' +macro_revision='1.3337' @@ -5178,6 +5212,11 @@ lt_cv_sys_max_cmd_len=196608 ;; + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not @@ -5217,7 +5256,7 @@ # 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"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ + while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do @@ -5646,12 +5685,12 @@ lt_cv_deplibs_check_method=pass_all ;; -# This must be Linux ELF. +# This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; -netbsd*) +netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else @@ -6287,13 +6326,13 @@ if test -n "$RANLIB"; then case $host_os in openbsd*) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac - old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in @@ -6440,6 +6479,7 @@ # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ @@ -6828,7 +6868,7 @@ CFLAGS="$SAVE_CFLAGS" fi ;; -sparc*-*solaris*) +*-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 @@ -6839,7 +6879,20 @@ case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in - yes*) LD="${LD-ld} -m elf64_sparc" ;; + yes*) + case $host in + i?86-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD="${LD-ld}_sol2" + fi + ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" @@ -7479,7 +7532,13 @@ $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? - if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&5 + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test $_lt_result -eq 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&5 @@ -7490,6 +7549,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } if ${lt_cv_ld_exported_symbols_list+:} false; then : @@ -7522,6 +7582,7 @@ 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 ${lt_cv_ld_force_load+:} false; then : @@ -7543,7 +7604,9 @@ 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 + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&5 + elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then lt_cv_ld_force_load=yes else cat conftest.err >&5 @@ -7948,7 +8011,22 @@ # Check whether --with-pic was given. if test "${with_pic+set}" = set; then : - withval=$with_pic; pic_mode="$withval" + withval=$with_pic; lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for lt_pkg in $withval; do + IFS="$lt_save_ifs" + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac else pic_mode=default fi @@ -8026,6 +8104,10 @@ + + + + test -z "$LN_S" && LN_S="ln -s" @@ -8485,7 +8567,9 @@ case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 lt_prog_compiler_wl='-Xlinker ' - lt_prog_compiler_pic='-Xcompiler -fPIC' + if test -n "$lt_prog_compiler_pic"; then + lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" + fi ;; esac else @@ -8576,18 +8660,33 @@ ;; *) case `$CC -V 2>&1 | sed 5q` in - *Sun\ F* | *Sun*Fortran*) + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) # 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='' ;; + *Sun\ F* | *Sun*Fortran*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Qoption ld ' + ;; *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Wl,' ;; + *Intel*\ [CF]*Compiler*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + *Portland\ Group*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; esac ;; esac @@ -8949,7 +9048,6 @@ hardcode_direct=no hardcode_direct_absolute=no hardcode_libdir_flag_spec= - hardcode_libdir_flag_spec_ld= hardcode_libdir_separator= hardcode_minus_L=no hardcode_shlibpath_var=unsupported @@ -8993,6 +9091,9 @@ openbsd*) with_gnu_ld=no ;; + linux* | k*bsd*-gnu | gnu*) + link_all_deplibs=no + ;; esac ld_shlibs=yes @@ -9199,8 +9300,7 @@ 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' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 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~ @@ -9215,7 +9315,7 @@ fi ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= @@ -9392,6 +9492,7 @@ if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi + link_all_deplibs=no else # not using gcc if test "$host_cpu" = ia64; then @@ -9579,6 +9680,7 @@ # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, )='true' enable_shared_with_static_runtimes=yes + exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib old_postinstall_cmds='chmod 644 $oldlib' @@ -9624,6 +9726,7 @@ hardcode_shlibpath_var=unsupported 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 @@ -9652,10 +9755,6 @@ hardcode_shlibpath_var=no ;; - freebsd1*) - ld_shlibs=no - ;; - # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little @@ -9668,7 +9767,7 @@ ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. - freebsd2*) + freebsd2.*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes @@ -9707,7 +9806,6 @@ fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' - hardcode_libdir_flag_spec_ld='+b $libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_direct_absolute=yes @@ -9848,7 +9946,7 @@ link_all_deplibs=yes ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -10331,11 +10429,6 @@ - - - - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } @@ -10425,7 +10518,7 @@ case $host_os in aix3*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH @@ -10434,7 +10527,7 @@ ;; aix[4-9]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes @@ -10499,7 +10592,7 @@ ;; bsdi[45]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' @@ -10638,7 +10731,7 @@ ;; dgux*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' @@ -10646,10 +10739,6 @@ shlibpath_var=LD_LIBRARY_PATH ;; -freebsd1*) - dynamic_linker=no - ;; - freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. @@ -10657,7 +10746,7 @@ objformat=`/usr/bin/objformat` else case $host_os in - freebsd[123]*) objformat=aout ;; + freebsd[23].*) objformat=aout ;; *) objformat=elf ;; esac fi @@ -10675,7 +10764,7 @@ esac shlibpath_var=LD_LIBRARY_PATH case $host_os in - freebsd2*) + freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) @@ -10695,17 +10784,18 @@ ;; gnu*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no 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=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; haiku*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" @@ -10766,7 +10856,7 @@ ;; interix[3-9]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' @@ -10782,7 +10872,7 @@ nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; @@ -10819,9 +10909,9 @@ dynamic_linker=no ;; -# This must be Linux ELF. +# This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -10869,14 +10959,10 @@ # before this can be enabled. hardcode_into_libs=yes - # Add ABI-specific directories to the system library path. - sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" - # 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;s/"//g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" - + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -10888,6 +10974,18 @@ dynamic_linker='GNU/Linux ld.so' ;; +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + 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=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + netbsd*) version_type=sunos need_lib_prefix=no @@ -10907,7 +11005,7 @@ ;; newsos6) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes @@ -10976,7 +11074,7 @@ ;; solaris*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -11001,7 +11099,7 @@ ;; sysv4 | sysv4.3*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor 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=LD_LIBRARY_PATH @@ -11025,7 +11123,7 @@ sysv4*MP*) if test -d /usr/nec ;then - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH @@ -11056,7 +11154,7 @@ tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -11066,7 +11164,7 @@ ;; uts4*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor 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=LD_LIBRARY_PATH @@ -11848,6 +11946,8 @@ + + ac_config_commands="$ac_config_commands libtool" @@ -11870,6 +11970,7 @@ + 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. @@ -12160,6 +12261,7 @@ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_GTKDOC_DEPS_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -12176,6 +12278,7 @@ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_GTKDOC_DEPS_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -12195,9 +12298,9 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>&1` + GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>&1` else - GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>&1` + GTKDOC_DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$GTKDOC_DEPS_PKG_ERRORS" >&5 @@ -12212,7 +12315,6 @@ Alternatively, you may set the environment variables GTKDOC_DEPS_CFLAGS and GTKDOC_DEPS_LIBS to avoid the need to call pkg-config. 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; } @@ -12228,7 +12330,6 @@ To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5; } - else GTKDOC_DEPS_CFLAGS=$pkg_cv_GTKDOC_DEPS_CFLAGS GTKDOC_DEPS_LIBS=$pkg_cv_GTKDOC_DEPS_LIBS @@ -12400,9 +12501,9 @@ -LT_CURRENT=68 +LT_CURRENT=69 LT_REVISION=0 -LT_AGE=68 +LT_AGE=69 @@ -12967,6 +13068,7 @@ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.30.0, gobject-2.0 >= 2.30.0, gio-2.0 >= 2.30.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -12983,6 +13085,7 @@ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.30.0, gobject-2.0 >= 2.30.0, gio-2.0 >= 2.30.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -13002,9 +13105,9 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.30.0, gobject-2.0 >= 2.30.0, gio-2.0 >= 2.30.0" 2>&1` + GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.30.0, gobject-2.0 >= 2.30.0, gio-2.0 >= 2.30.0" 2>&1` else - GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.30.0, gobject-2.0 >= 2.30.0, gio-2.0 >= 2.30.0" 2>&1` + GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.30.0, gobject-2.0 >= 2.30.0, gio-2.0 >= 2.30.0" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$GLIB_PKG_ERRORS" >&5 @@ -13019,7 +13122,6 @@ Alternatively, you may set the environment variables GLIB_CFLAGS and GLIB_LIBS to avoid the need to call pkg-config. 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; } @@ -13035,7 +13137,6 @@ To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5; } - else GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS GLIB_LIBS=$pkg_cv_GLIB_LIBS @@ -13066,6 +13167,7 @@ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_GIO_UNIX_CFLAGS=`$PKG_CONFIG --cflags "gio-unix-2.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -13082,6 +13184,7 @@ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_GIO_UNIX_LIBS=`$PKG_CONFIG --libs "gio-unix-2.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -13101,9 +13204,9 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - GIO_UNIX_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gio-unix-2.0" 2>&1` + GIO_UNIX_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-unix-2.0" 2>&1` else - GIO_UNIX_PKG_ERRORS=`$PKG_CONFIG --print-errors "gio-unix-2.0" 2>&1` + GIO_UNIX_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-unix-2.0" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$GIO_UNIX_PKG_ERRORS" >&5 @@ -13154,6 +13257,7 @@ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1 >= 0.95, dbus-glib-1 >= 0.90" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -13170,6 +13274,7 @@ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1 >= 0.95, dbus-glib-1 >= 0.90" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi @@ -13189,9 +13294,9 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "dbus-1 >= 0.95, dbus-glib-1 >= 0.90" 2>&1` + DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "dbus-1 >= 0.95, dbus-glib-1 >= 0.90" 2>&1` else - DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors "dbus-1 >= 0.95, dbus-glib-1 >= 0.90" 2>&1` + DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "dbus-1 >= 0.95, dbus-glib-1 >= 0.90" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$DBUS_PKG_ERRORS" >&5 @@ -13206,7 +13311,6 @@ Alternatively, you may set the environment variables DBUS_CFLAGS and DBUS_LIBS to avoid the need to call pkg-config. 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; } @@ -13222,7 +13326,6 @@ To get pkg-config, see . See \`config.log' for more details" "$LINENO" 5; } - else DBUS_CFLAGS=$pkg_cv_DBUS_CFLAGS DBUS_LIBS=$pkg_cv_DBUS_LIBS @@ -13473,6 +13576,8 @@ + + if test -n "$PYTHON"; then # If the user set $PYTHON, use it and don't search something else. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version >= 2.5" >&5 @@ -13506,7 +13611,7 @@ $as_echo_n "(cached) " >&6 else - for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do + for am_cv_pathless_PYTHON in python python2 python3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do test "$am_cv_pathless_PYTHON" = none && break prog="import sys # split strings by '.' and convert to numeric. Append some zeros @@ -13615,7 +13720,7 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON script directory" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON script directory" >&5 $as_echo_n "checking for $am_display_PYTHON script directory... " >&6; } if ${am_cv_python_pythondir+:} false; then : $as_echo_n "(cached) " >&6 @@ -13626,8 +13731,7 @@ else am_py_prefix=$prefix fi - am_cv_python_pythondir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix='$am_py_prefix'))" 2>/dev/null || - echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"` + am_cv_python_pythondir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix='$am_py_prefix'))" 2>/dev/null` case $am_cv_python_pythondir in $am_py_prefix*) am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'` @@ -13653,7 +13757,7 @@ pkgpythondir=\${pythondir}/$PACKAGE - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON extension module directory" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON extension module directory" >&5 $as_echo_n "checking for $am_display_PYTHON extension module directory... " >&6; } if ${am_cv_python_pyexecdir+:} false; then : $as_echo_n "(cached) " >&6 @@ -13664,8 +13768,7 @@ else am_py_exec_prefix=$exec_prefix fi - am_cv_python_pyexecdir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix='$am_py_exec_prefix'))" 2>/dev/null || - echo "$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages"` + am_cv_python_pyexecdir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix='$am_py_exec_prefix'))" 2>/dev/null` case $am_cv_python_pyexecdir in $am_py_exec_prefix*) am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'` @@ -14073,6 +14176,7 @@ # 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'. + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -14132,7 +14236,7 @@ break fi ;; - msvisualcpp | msvcmsys) + msvc7 | msvc7msys | 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. @@ -14352,7 +14456,6 @@ hardcode_direct_CXX=no hardcode_direct_absolute_CXX=no hardcode_libdir_flag_spec_CXX= -hardcode_libdir_flag_spec_ld_CXX= hardcode_libdir_separator_CXX= hardcode_minus_L_CXX=no hardcode_shlibpath_var_CXX=unsupported @@ -14936,6 +15039,7 @@ hardcode_shlibpath_var_CXX=unsupported 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 @@ -14980,7 +15084,7 @@ esac ;; - freebsd[12]*) + freebsd2.*) # C++ shared libraries reported to be fairly broken before # switch to ELF ld_shlibs_CXX=no @@ -15656,6 +15760,7 @@ case "$CC $CFLAGS " in #( *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; +*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; esac if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 @@ -16083,7 +16188,7 @@ ;; esac ;; - netbsd*) + netbsd* | netbsdelf*-gnu) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise @@ -16445,13 +16550,18 @@ ;; cygwin* | mingw* | cegcc*) case $cc_basename in - cl*) ;; + cl*) + exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + ;; *) export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' ;; esac ;; + linux* | k*bsd*-gnu | gnu*) + link_all_deplibs_CXX=no + ;; *) export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; @@ -16598,8 +16708,6 @@ - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } @@ -16625,7 +16733,7 @@ case $host_os in aix3*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH @@ -16634,7 +16742,7 @@ ;; aix[4-9]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes @@ -16699,7 +16807,7 @@ ;; bsdi[45]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' @@ -16836,7 +16944,7 @@ ;; dgux*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' @@ -16844,10 +16952,6 @@ shlibpath_var=LD_LIBRARY_PATH ;; -freebsd1*) - dynamic_linker=no - ;; - freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. @@ -16855,7 +16959,7 @@ objformat=`/usr/bin/objformat` else case $host_os in - freebsd[123]*) objformat=aout ;; + freebsd[23].*) objformat=aout ;; *) objformat=elf ;; esac fi @@ -16873,7 +16977,7 @@ esac shlibpath_var=LD_LIBRARY_PATH case $host_os in - freebsd2*) + freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) @@ -16893,17 +16997,18 @@ ;; gnu*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no 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=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; haiku*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" @@ -16964,7 +17069,7 @@ ;; interix[3-9]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' @@ -16980,7 +17085,7 @@ nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; @@ -17017,9 +17122,9 @@ dynamic_linker=no ;; -# This must be Linux ELF. +# This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -17067,14 +17172,10 @@ # before this can be enabled. hardcode_into_libs=yes - # Add ABI-specific directories to the system library path. - sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" - # 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;s/"//g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" - + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -17086,6 +17187,18 @@ dynamic_linker='GNU/Linux ld.so' ;; +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + 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=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + netbsd*) version_type=sunos need_lib_prefix=no @@ -17105,7 +17218,7 @@ ;; newsos6) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes @@ -17174,7 +17287,7 @@ ;; solaris*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -17199,7 +17312,7 @@ ;; sysv4 | sysv4.3*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor 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=LD_LIBRARY_PATH @@ -17223,7 +17336,7 @@ sysv4*MP*) if test -d /usr/nec ;then - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH @@ -17254,7 +17367,7 @@ tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -17264,7 +17377,7 @@ ;; uts4*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor 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=LD_LIBRARY_PATH @@ -18034,7 +18147,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Telepathy-GLib $as_me 0.17.6, which was +This file was extended by Telepathy-GLib $as_me 0.17.7, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18100,7 +18213,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Telepathy-GLib config.status 0.17.6 +Telepathy-GLib config.status 0.17.7 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" @@ -18237,6 +18350,7 @@ 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"`' +PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $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"`' @@ -18319,7 +18433,6 @@ 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"`' @@ -18391,7 +18504,6 @@ 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"`' @@ -18430,6 +18542,7 @@ # Quote evaled strings. for var in SHELL \ ECHO \ +PATH_SEPARATOR \ SED \ GREP \ EGREP \ @@ -18480,7 +18593,6 @@ allow_undefined_flag \ no_undefined_flag \ hardcode_libdir_flag_spec \ -hardcode_libdir_flag_spec_ld \ hardcode_libdir_separator \ exclude_expsyms \ include_expsyms \ @@ -18514,7 +18626,6 @@ allow_undefined_flag_CXX \ no_undefined_flag_CXX \ hardcode_libdir_flag_spec_CXX \ -hardcode_libdir_flag_spec_ld_CXX \ hardcode_libdir_separator_CXX \ exclude_expsyms_CXX \ include_expsyms_CXX \ @@ -19348,8 +19459,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, 2009, 2010 Free Software Foundation, -# Inc. +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. @@ -19403,6 +19514,9 @@ # An echo program that protects backslashes. ECHO=$lt_ECHO +# The PATH separator for the build system. +PATH_SEPARATOR=$lt_PATH_SEPARATOR + # The host system. host_alias=$host_alias host=$host @@ -19704,10 +19818,6 @@ # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec -# If ld is used when linking, flag to hardcode \$libdir into a binary -# during linking. This must work even if \$libdir does not exist. -hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld - # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator @@ -20050,10 +20160,6 @@ # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX -# If ld is used when linking, flag to hardcode \$libdir into a binary -# during linking. This must work even if \$libdir does not exist. -hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX - # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX diff -Nru telepathy-glib-0.17.6/configure.ac telepathy-glib-0.17.7/configure.ac --- telepathy-glib-0.17.6/configure.ac 2012-03-19 15:33:56.000000000 +0000 +++ telepathy-glib-0.17.7/configure.ac 2012-03-22 21:34:23.000000000 +0000 @@ -11,7 +11,7 @@ m4_define([tp_glib_major_version], [0]) m4_define([tp_glib_minor_version], [17]) -m4_define([tp_glib_micro_version], [6]) +m4_define([tp_glib_micro_version], [7]) m4_define([tp_glib_nano_version], [0]) # If library source has changed since last release, increment revision @@ -26,9 +26,9 @@ # (we don't guarantee that we won't add ABI then remove it again, if it was # never seen in a release). -m4_define([tp_glib_lt_current], [68]) +m4_define([tp_glib_lt_current], [69]) m4_define([tp_glib_lt_revision], [0]) -m4_define([tp_glib_lt_age], [68]) +m4_define([tp_glib_lt_age], [69]) # Some magic m4_define([tp_glib_base_version], diff -Nru telepathy-glib-0.17.6/debian/changelog telepathy-glib-0.17.7/debian/changelog --- telepathy-glib-0.17.6/debian/changelog 2012-03-20 14:39:44.000000000 +0000 +++ telepathy-glib-0.17.7/debian/changelog 2012-03-28 20:19:11.000000000 +0000 @@ -1,3 +1,18 @@ +telepathy-glib (0.17.7-1ubuntu1) precise-proposed; urgency=low + + * Merge with Debian experimental. Remaining Ubuntu changes: + - ludicrous-timeout-for-lp-buildd.patch: Cope with launchpad-buildd's + slightly sad output buffering/handling. + + -- Ken VanDine Wed, 28 Mar 2012 15:13:41 -0400 + +telepathy-glib (0.17.7-1) experimental; urgency=low + + * New upstream release. + * debian/libtelepathy-glib0.symbols: Updated. + + -- Jonny Lamb Thu, 22 Mar 2012 19:00:46 -0400 + telepathy-glib (0.17.6-1ubuntu1) precise; urgency=low * Merge with Debian experimental. Remaining Ubuntu changes: diff -Nru telepathy-glib-0.17.6/debian/libtelepathy-glib0.symbols telepathy-glib-0.17.7/debian/libtelepathy-glib0.symbols --- telepathy-glib-0.17.6/debian/libtelepathy-glib0.symbols 2012-03-20 14:15:59.000000000 +0000 +++ telepathy-glib-0.17.7/debian/libtelepathy-glib0.symbols 2012-03-28 18:43:04.000000000 +0000 @@ -47,6 +47,7 @@ TELEPATHY_GLIB_0.17.3@TELEPATHY_GLIB_0.17.3 0.17.3 TELEPATHY_GLIB_0.17.5@TELEPATHY_GLIB_0.17.5 0.17.5 TELEPATHY_GLIB_0.17.6@TELEPATHY_GLIB_0.17.6 0.17.6 + TELEPATHY_GLIB_0.17.7@TELEPATHY_GLIB_0.17.7 0.17.7 TELEPATHY_GLIB_0.7.0@TELEPATHY_GLIB_0.7.0 0.7.1 TELEPATHY_GLIB_0.7.10@TELEPATHY_GLIB_0.7.10 0.7.10 TELEPATHY_GLIB_0.7.12@TELEPATHY_GLIB_0.7.12 0.7.12 @@ -421,6 +422,7 @@ tp_base_media_call_stream_add_endpoint@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_media_call_stream_get_endpoints@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_media_call_stream_get_local_candidates@TELEPATHY_GLIB_0.17.5 0.17.5 + tp_base_media_call_stream_get_local_sending@TELEPATHY_GLIB_0.17.7 0.17.7 tp_base_media_call_stream_get_password@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_media_call_stream_get_receiving_state@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_media_call_stream_get_sending_state@TELEPATHY_GLIB_0.17.5 0.17.5 diff -Nru telepathy-glib-0.17.6/docs/Makefile.in telepathy-glib-0.17.7/docs/Makefile.in --- telepathy-glib-0.17.6/docs/Makefile.in 2012-03-19 15:34:29.000000000 +0000 +++ telepathy-glib-0.17.7/docs/Makefile.in 2012-03-22 21:35:35.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -50,11 +50,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -516,10 +516,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/docs/reference/html/index.html telepathy-glib-0.17.7/docs/reference/html/index.html --- telepathy-glib-0.17.6/docs/reference/html/index.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/index.html 2012-03-22 22:27:15.000000000 +0000 @@ -15,7 +15,7 @@

- This manual documents telepathy-glib version 0.17.6 + This manual documents telepathy-glib version 0.17.7 . The latest development version of this documentation can be found here: online copy of the telepathy-glib API Reference Manual. diff -Nru telepathy-glib-0.17.6/docs/reference/html/index.sgml telepathy-glib-0.17.7/docs/reference/html/index.sgml --- telepathy-glib-0.17.6/docs/reference/html/index.sgml 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/index.sgml 2012-03-22 22:27:15.000000000 +0000 @@ -6260,6 +6260,7 @@ + diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-account-channel-request.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-account-channel-request.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-account-channel-request.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-account-channel-request.html 2012-03-22 22:27:15.000000000 +0000 @@ -50,10 +50,10 @@ TpAccountChannelRequest * tp_account_channel_request_new (TpAccount *account, GHashTable *request, - gint64 user_action_time); + gint64 user_action_time); GHashTable * tp_account_channel_request_get_request (TpAccountChannelRequest *self); -gint64 tp_account_channel_request_get_user_action_time +gint64 tp_account_channel_request_get_user_action_time (TpAccountChannelRequest *self); TpAccount * tp_account_channel_request_get_account (TpAccountChannelRequest *self); @@ -152,7 +152,7 @@ "account" TpAccount* : Read / Write / Construct Only "channel-request" TpChannelRequest* : Read "request" GHashTable_gchararray+GValue_* : Read / Write / Construct Only - "user-action-time" gint64 : Read / Write / Construct Only + "user-action-time" gint64 : Read / Write / Construct Only

@@ -196,7 +196,7 @@
TpAccountChannelRequest * tp_account_channel_request_new
                                                         (TpAccount *account,
                                                          GHashTable *request,
-                                                         gint64 user_action_time);
+ gint64 user_action_time);

Convenience function to create a new TpAccountChannelRequest object.

@@ -257,7 +257,7 @@

tp_account_channel_request_get_user_action_time ()

-
gint64              tp_account_channel_request_get_user_action_time
+
gint64              tp_account_channel_request_get_user_action_time
                                                         (TpAccountChannelRequest *self);

Return the "user-action-time" construct-only property @@ -339,7 +339,7 @@

cancellable :

-optional GCancellable object, NULL to ignore +optional GCancellable object, NULL to ignore

callback :

@@ -390,7 +390,7 @@

context :

pointer used to return a -reference to the context of the HandleChannels() call, or NULL. [out][allow-none][transfer full] +reference to the context of the HandleChannels() call, or NULL. [out][allow-none][transfer full] @@ -400,7 +400,7 @@

Returns :

a new reference on a TpChannel if the -channel was successfully created and you are handling it, otherwise NULL. [transfer full][allow-none] +channel was successfully created and you are handling it, otherwise NULL. [transfer full][allow-none] @@ -447,7 +447,7 @@

cancellable :

-optional GCancellable object, NULL to ignore +optional GCancellable object, NULL to ignore

callback :

@@ -502,7 +502,7 @@

context :

pointer used to return a -reference to the context of the HandleChannels() call, or NULL. [out][allow-none][transfer full] +reference to the context of the HandleChannels() call, or NULL. [out][allow-none][transfer full] @@ -512,7 +512,7 @@

Returns :

a new reference on a TpChannel if the -channel was successfully created and you are handling it, otherwise NULL. [transfer full][allow-none] +channel was successfully created and you are handling it, otherwise NULL. [transfer full][allow-none] @@ -549,11 +549,11 @@

preferred_handler :

Either the well-known bus name (starting with TP_CLIENT_BUS_NAME_BASE) of the preferred handler for the channel, -or NULL to indicate that any handler would be acceptable. +or NULL to indicate that any handler would be acceptable.

cancellable :

-optional GCancellable object, NULL to ignore +optional GCancellable object, NULL to ignore

callback :

@@ -647,11 +647,11 @@

preferred_handler :

Either the well-known bus name (starting with TP_CLIENT_BUS_NAME_BASE) of the preferred handler for the channel, -or NULL to indicate that any handler would be acceptable. +or NULL to indicate that any handler would be acceptable.

cancellable :

-optional GCancellable object, NULL to ignore +optional GCancellable object, NULL to ignore

callback :

@@ -739,11 +739,11 @@

preferred_handler :

Either the well-known bus name (starting with TP_CLIENT_BUS_NAME_BASE) of the preferred handler for the channel, -or NULL to indicate that any handler would be acceptable. +or NULL to indicate that any handler would be acceptable.

cancellable :

-optional GCancellable object, NULL to ignore +optional GCancellable object, NULL to ignore

callback :

@@ -789,7 +789,7 @@

Returns :

a newly created TpChannel if the channel was -successfully created and dispatched, otherwise NULL. [transfer full] +successfully created and dispatched, otherwise NULL. [transfer full] @@ -839,11 +839,11 @@

preferred_handler :

Either the well-known bus name (starting with TP_CLIENT_BUS_NAME_BASE) of the preferred handler for the channel, -or NULL to indicate that any handler would be acceptable. +or NULL to indicate that any handler would be acceptable.

cancellable :

-optional GCancellable object, NULL to ignore +optional GCancellable object, NULL to ignore

callback :

@@ -889,7 +889,7 @@

Returns :

a newly created TpChannel if the channel was -successfully ensure and (re-)dispatched, otherwise NULL. [transfer full] +successfully ensure and (re-)dispatched, otherwise NULL. [transfer full] @@ -1096,7 +1096,7 @@

callback :

function called the channel requested using self is -delegated, may not be NULL +delegated, may not be NULL @@ -1123,7 +1123,7 @@ Read-only except during construction.

-This property can't be NULL. +This property can't be NULL.

Since 0.11.12

@@ -1132,7 +1132,7 @@

The "channel-request" property

  "channel-request"          TpChannelRequest*     : Read

-The TpChannelRequest used to request the channel, or NULL if the +The TpChannelRequest used to request the channel, or NULL if the channel has not be requested yet.

@@ -1159,14 +1159,14 @@ GHashTable where the keys are strings and the values are GValue.

-This property can't be NULL. +This property can't be NULL.

Since 0.11.12


The "user-action-time" property

-
  "user-action-time"         gint64                : Read / Write / Construct Only
+
  "user-action-time"         gint64                : Read / Write / Construct Only

The user action time that will be passed to the channel dispatcher when requesting the channel. @@ -1207,7 +1207,7 @@

The "re-handled" signal

void                user_function                      (TpAccountChannelRequest *self,
                                                         TpChannel               *channel,
-                                                        gint64                   user_action_time,
+                                                        gint64                   user_action_time,
                                                         TpHandleChannelsContext *context,
                                                         gpointer                 user_data)             : Has Details

diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-account.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-account.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-account.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-account.html 2012-03-22 22:27:15.000000000 +0000 @@ -201,7 +201,7 @@ GError **error); void tp_account_set_avatar_async (TpAccount *self, const guchar *avatar, - gsize len, + gsize len, const gchar *mime_type, GAsyncReadyCallback callback, gpointer user_data); @@ -473,7 +473,7 @@

Returns :

-a new reference to an account proxy, or NULL if object_path is +a new reference to an account proxy, or NULL if object_path is not valid @@ -508,8 +508,8 @@ protocol name, as defined in the Account specification.

-Any of the out parameters may be NULL if not needed. If TRUE is returned, -the caller is responsible for freeing the strings stored in any non-NULL +Any of the out parameters may be NULL if not needed. If TRUE is returned, +the caller is responsible for freeing the strings stored in any non-NULL out parameters, using g_free().

@@ -638,7 +638,7 @@ - @@ -1086,7 +1086,7 @@

Returns :

the connection of the account, or NULL if either +the connection of the account, or NULL if either the object path path is invalid or it is the null-value "/". [transfer none]
-

Since 0.UNRELEASED

+

Since 0.17.6


@@ -1130,7 +1130,7 @@
-

Since 0.UNRELEASED

+

Since 0.17.6


@@ -1222,7 +1222,7 @@

display_name :

-a new display name, or NULL to unset the display name +a new display name, or NULL to unset the display name

callback :

@@ -1295,7 +1295,7 @@

icon_name :

-a new icon name, or NULL to unset the icon name +a new icon name, or NULL to unset the icon name

callback :

@@ -1368,7 +1368,7 @@

service :

-a new service name, or NULL or the empty string to unset the +a new service name, or NULL or the empty string to unset the service name (which will result in the "service" property becoming the same as "protocol") @@ -1449,12 +1449,12 @@

status :

-a status message to set, or NULL +a status message to set, or NULL

message :

-a message for the change, or NULL +a message for the change, or NULL @@ -1536,12 +1536,12 @@

status :

-a status message to set, or NULL +a status message to set, or NULL

message :

-a message for the change, or NULL +a message for the change, or NULL @@ -1738,7 +1738,7 @@

reason :

-a TpConnectionStatusReason to fill, or NULL. [out] +a TpConnectionStatusReason to fill, or NULL. [out] @@ -1761,11 +1761,11 @@ This is the same as "connection-error".

-If details is not NULL, it will be used to return additional details about +If details is not NULL, it will be used to return additional details about the error (the same as "connection-error-details").

-Otherwise, return NULL, without altering details. +Otherwise, return NULL, without altering details.

The returned string and details may become invalid when the main loop is @@ -1786,7 +1786,7 @@

Returns :

-a D-Bus error name, or NULL. [transfer none][allow-none] +a D-Bus error name, or NULL. [transfer none][allow-none] @@ -1806,11 +1806,11 @@ This is the same as "connection-error".

-If details is not NULL, it will be used to return additional details about +If details is not NULL, it will be used to return additional details about the error (the same as "connection-error-details").

-Otherwise, return NULL, without altering details. +Otherwise, return NULL, without altering details.

The returned string and details may become invalid when the main loop is @@ -1831,12 +1831,12 @@

Returns :

-a D-Bus error name, or NULL. [transfer full][allow-none] +a D-Bus error name, or NULL. [transfer full][allow-none]
-

Since 0.UNRELEASED

+

Since 0.17.6


@@ -2051,7 +2051,7 @@
-

Since 0.UNRELEASED

+

Since 0.17.6


@@ -2268,7 +2268,7 @@

Returns :

a GArray of guchar -containing the bytes of the account's avatar, or NULL on failure. [element-type guchar][transfer none] +containing the bytes of the account's avatar, or NULL on failure. [element-type guchar][transfer none] @@ -2280,7 +2280,7 @@

tp_account_set_avatar_async ()

void                tp_account_set_avatar_async         (TpAccount *self,
                                                          const guchar *avatar,
-                                                         gsize len,
+                                                         gsize len,
                                                          const gchar *mime_type,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
@@ -2302,7 +2302,7 @@

avatar :

-a new avatar to set; can be NULL +a new avatar to set; can be NULL only if len equals 0. [allow-none][array length=len] @@ -2312,7 +2312,7 @@

mime_type :

-the MIME type of the new avatar; can be NULL +the MIME type of the new avatar; can be NULL only if len equals 0. [allow-none] @@ -2452,7 +2452,7 @@

When this feature is prepared, it is guaranteed that "connection" -will always be either NULL or prepared. If the account was created using a +will always be either NULL or prepared. If the account was created using a TpSimpleClientFactory, the same factory will be used to create TpConnection object and to determine desired connection features. Change notification of "connection" property will be delayed until all features (at least @@ -2513,13 +2513,13 @@ operation.

-If features is NULL, then callback will be called when the implied +If features is NULL, then callback will be called when the implied TP_ACCOUNT_FEATURE_CORE feature is ready.

-If NULL is given to callback, then no callback will be called when the +If NULL is given to callback, then no callback will be called when the operation is finished. Instead, it will simply set features on manager. -Note that if callback is NULL, then user_data must also be NULL. +Note that if callback is NULL, then user_data must also be NULL.

Since 0.11.3, this is equivalent to calling the new function @@ -2535,7 +2535,7 @@

features :

-a 0-terminated list of features, or NULL +a 0-terminated list of features, or NULL @@ -2616,7 +2616,7 @@

If the TP_ACCOUNT_FEATURE_ADDRESSING feature has been prepared successfully, return a list of additional URI schemes for which this -account should be used if possible. Otherwise return NULL. +account should be used if possible. Otherwise return NULL.

For instance, a SIP or Skype account might have "tel" in this list if the @@ -2637,7 +2637,7 @@

Returns :

-a list of URI schemes, or NULL. [transfer none] +a list of URI schemes, or NULL. [transfer none] @@ -2712,7 +2712,7 @@

scheme :

-a non-NULL URI scheme such as "tel" +a non-NULL URI scheme such as "tel"

associate :

@@ -3001,7 +3001,7 @@
-

Since 0.UNRELEASED

+

Since 0.17.6


@@ -3063,7 +3063,7 @@

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -3107,28 +3107,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -3163,7 +3163,7 @@

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -3207,28 +3207,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -3263,12 +3263,12 @@

out_Reconnect_Required :

-Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>If all of the updates could be applied to the active <tp:member-ref>Connection</tp:member-ref> (if any), the empty list, signifying that no reconnection is required for the new parameters to take effect. For example, if the only parameter updated is <tt>...Cellular.<tp:dbus-ref namespace="org.freedesktop.Telepathy.Connection.Interface.Cellular">MessageValidityPeriod</tp:dbus-ref></tt>, the new value can be applied immediately to the connection.</p> <p>Otherwise, a list of the names of parameters with changes that will not take effect until the account is reconnected. User interfaces that require &quot;instant apply&quot; semantics MAY call <tp:member-ref>Reconnect</tp:member-ref> in response to receiving a non-empty list. For example, if the caller updates both <tt>...Anonymity.<tp:dbus-ref namespace="org.freedesktop.Telepathy.Connection.Interface.Anonymity">AnonymityMandatory</tp:dbus-ref></tt> and <tt>require-encryption</tt>, the former can be applied to the current connection, but the latter needs a reconnect to take effect, so this method should return <code>[&quot;require-encryption&quot;]</code>.</p> +Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>If all of the updates could be applied to the active <tp:member-ref>Connection</tp:member-ref> (if any), the empty list, signifying that no reconnection is required for the new parameters to take effect. For example, if the only parameter updated is <tt>...Cellular.<tp:dbus-ref namespace="org.freedesktop.Telepathy.Connection.Interface.Cellular">MessageValidityPeriod</tp:dbus-ref></tt>, the new value can be applied immediately to the connection.</p> <p>Otherwise, a list of the names of parameters with changes that will not take effect until the account is reconnected. User interfaces that require &quot;instant apply&quot; semantics MAY call <tp:member-ref>Reconnect</tp:member-ref> in response to receiving a non-empty list. For example, if the caller updates both <tt>...Anonymity.<tp:dbus-ref namespace="org.freedesktop.Telepathy.Connection.Interface.Anonymity">AnonymityMandatory</tp:dbus-ref></tt> and <tt>require-encryption</tt>, the former can be applied to the current connection, but the latter needs a reconnect to take effect, so this method should return <code>[&quot;require-encryption&quot;]</code>.</p>

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -3323,28 +3323,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -3427,7 +3427,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -3438,14 +3438,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -3516,7 +3516,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -3527,14 +3527,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -3605,7 +3605,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -3616,14 +3616,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -3651,7 +3651,7 @@

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -3706,28 +3706,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -3789,7 +3789,7 @@

This is not guaranteed to have been retrieved until tp_proxy_prepare_async() has finished; until then, the value is -NULL. +NULL.

Default value: NULL

Since 0.13.8

@@ -3812,7 +3812,7 @@

This is not guaranteed to have been retrieved until tp_proxy_prepare_async() has finished; until then, the value is -NULL. +NULL.

Default value: NULL

Since 0.13.8

@@ -3867,7 +3867,7 @@

The "connection" property

  "connection"               TpConnection*         : Read

-The connection of the account, or NULL if account is offline. +The connection of the account, or NULL if account is offline. Note that the returned TpConnection is not guaranteed to have any features pre-prepared (not even TP_CONNECTION_FEATURE_CORE) unless TP_ACCOUNT_FEATURE_CONNECTION has been prepared on the account @@ -3881,7 +3881,7 @@

This is not guaranteed to have been retrieved until tp_proxy_prepare_async() has finished; until then, the value is -NULL. +NULL.

Since 0.9.0

@@ -3892,7 +3892,7 @@

The D-Bus error name for the last disconnection or connection failure, (in particular, TP_ERROR_STR_CANCELLED if it was disconnected by user -request), or NULL if the account is connected. +request), or NULL if the account is connected.

One can receive change notifications on this property by connecting @@ -3903,7 +3903,7 @@

This is not guaranteed to have been retrieved until tp_proxy_prepare_async() has finished; until then, the value is -NULL. +NULL.

Default value: NULL

Since 0.11.7

@@ -4032,7 +4032,7 @@

This is not guaranteed to have been retrieved until tp_proxy_prepare_async() has finished; until then, the value is -NULL. +NULL.

Default value: NULL

Since 0.9.0

@@ -4054,7 +4054,7 @@

This is not guaranteed to have been retrieved until tp_proxy_prepare_async() has finished; until then, the value is -NULL. +NULL.

Default value: NULL

Since 0.9.0

@@ -4074,7 +4074,7 @@

This is not guaranteed to have been retrieved until tp_proxy_prepare_async() has finished; until then, the value is -NULL. +NULL.

Default value: NULL

Since 0.9.0

@@ -4134,7 +4134,7 @@

This is not guaranteed to have been retrieved until tp_proxy_prepare_async() has finished; until then, the value is -NULL. +NULL.

Default value: NULL

Since 0.9.0

@@ -4154,7 +4154,7 @@

This is not guaranteed to have been retrieved until tp_proxy_prepare_async() has finished; until then, the value is -NULL. +NULL.

Default value: NULL

Since 0.9.0

@@ -4176,7 +4176,7 @@

This is not guaranteed to have been retrieved until tp_proxy_prepare_async() has finished; until then, the value is -NULL. +NULL.

Default value: NULL

Since 0.13.8

@@ -4211,7 +4211,7 @@

This is not guaranteed to have been retrieved until tp_proxy_prepare_async() has finished; until then, the value is -NULL. +NULL.

Allowed values: <= 9

Default value: 0

@@ -4235,7 +4235,7 @@

This is not guaranteed to have been retrieved until tp_proxy_prepare_async() has finished; until then, the value is -NULL. +NULL.

Default value: NULL

Since 0.9.0

@@ -4258,7 +4258,7 @@

This is not guaranteed to have been retrieved until tp_proxy_prepare_async() has finished; until then, the value is -NULL. +NULL.

Default value: NULL

Since 0.9.0

@@ -4299,7 +4299,7 @@

A provider-specific variant type used to identify this account with the -provider. This value will be NULL if "storage-provider" is +provider. This value will be NULL if "storage-provider" is an empty string.

@@ -4308,7 +4308,7 @@

This is not guaranteed to have been retrieved until the TP_ACCOUNT_FEATURE_STORAGE feature has been prepared; until then, -the value is NULL. +the value is NULL.

Since 0.13.2

@@ -4331,7 +4331,7 @@

This is not guaranteed to have been retrieved until the TP_ACCOUNT_FEATURE_STORAGE feature has been prepared; until then, -the value is NULL. +the value is NULL.

Allowed values: GVariant<*>

Default value: NULL

@@ -4354,7 +4354,7 @@

This is not guaranteed to have been retrieved until the TP_ACCOUNT_FEATURE_STORAGE feature has been prepared; until then, -the value is NULL. +the value is NULL.

Default value: NULL

Since 0.13.2

@@ -4474,7 +4474,7 @@

The dbus_error_name and details parameters were present, but -non-functional (always NULL), in older versions. They have been +non-functional (always NULL), in older versions. They have been available with their current behaviour since version 0.11.7.

diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-account-manager.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-account-manager.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-account-manager.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-account-manager.html 2012-03-22 22:27:15.000000000 +0000 @@ -292,106 +292,106 @@ + return0; +}
/*
  * contact-list
  *
- * Copyright © 2011 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2011 Collabora Ltd. <http://www.collabora.co.uk/>
  *
  * Copying and distribution of this file, with or without modification,
  * are permitted in any medium without royalty provided the copyright
  * notice and this notice are preserved.
  */
 
-#include "config.h"
+#include "config.h"
 
-#include <telepathy-glib/telepathy-glib.h>
-#include <telepathy-glib/debug.h>
+#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/debug.h>
 
-static void
-account_manager_prepared_cb (GObject *object,
-    GAsyncResult *res,
-    gpointer user_data)
-{
-  TpAccountManager *manager = (TpAccountManager *) object;
-  GMainLoop *loop = user_data;  
-  GList *accounts;
-  GError *error = NULL;
-
-  if (!tp_proxy_prepare_finish (object, res, &error))
-    {
-      g_print ("Error preparing AM: %s\n", error->message);
-      goto OUT;
-    }
-
-  for (accounts = tp_account_manager_get_valid_accounts (manager);
-       accounts != NULL; accounts = g_list_delete_link (accounts, accounts))
-    {
-      TpAccount *account = accounts->data;
-      TpConnection *connection = tp_account_get_connection (account);
-      GPtrArray *contacts;
-      guint i;
+static void
+account_manager_prepared_cb (GObject *object,
+    GAsyncResult *res,
+    gpointer user_data)
+{
+  TpAccountManager *manager = (TpAccountManager *) object;
+  GMainLoop *loop = user_data;  
+  GList *accounts;
+  GError *error = NULL;
+
+  if (!tp_proxy_prepare_finish (object, res, &error))
+    {
+      g_print ("Error preparing AM: %s\n", error->message);
+      goto OUT;
+    }
+
+  for (accounts = tp_account_manager_get_valid_accounts (manager);
+       accounts != NULL; accounts = g_list_delete_link (accounts, accounts))
+    {
+      TpAccount *account = accounts->data;
+      TpConnection *connection = tp_account_get_connection (account);
+      GPtrArray *contacts;
+      guint i;
 
-      /* Verify account is online and received its contact list. If state is not
+      /* Verify account is online and received its contact list. If state is not
        * SUCCESS this means we didn't received the roster from server yet and
-       * we would have to wait for the "notify:contact-list-state" signal. */
-      if (connection == NULL ||
-          tp_connection_get_contact_list_state (connection) !=
-              TP_CONTACT_LIST_STATE_SUCCESS)
-        continue;
-
-      contacts = tp_connection_dup_contact_list (connection);
-      for (i = 0; i < contacts->len; i++)
-        {
-          TpContact *contact = g_ptr_array_index (contacts, i);
-          const gchar * const *groups;
-
-          g_print ("contact %s (%s) in groups:\n",
-              tp_contact_get_identifier (contact),
-              tp_contact_get_alias (contact));
-
-          for (groups = tp_contact_get_contact_groups (contact);
-               *groups != NULL; groups++)
-            g_print ("  %s\n", *groups);
-        }
-      g_ptr_array_unref (contacts);
-    }
-
-OUT:
-  g_main_loop_quit (loop);
-}
-
-int
-main (int argc,
-      char **argv)
-{
-  TpAccountManager *manager;
-  TpSimpleClientFactory *factory;
-  GMainLoop *loop;
-
-  g_type_init ();
-  tp_debug_set_flags (g_getenv ("EXAMPLE_DEBUG"));
-
-  loop = g_main_loop_new (NULL, FALSE);
-
-  manager = tp_account_manager_dup ();
-  factory = tp_proxy_get_factory (manager);
-  tp_simple_client_factory_add_account_features_varargs (factory,
-      TP_ACCOUNT_FEATURE_CONNECTION,
-      0);
-  tp_simple_client_factory_add_connection_features_varargs (factory,
-      TP_CONNECTION_FEATURE_CONTACT_LIST,
-      0);
-  tp_simple_client_factory_add_contact_features_varargs (factory,
-      TP_CONTACT_FEATURE_ALIAS,
-      TP_CONTACT_FEATURE_CONTACT_GROUPS,
-      TP_CONTACT_FEATURE_INVALID);
-
-  tp_proxy_prepare_async (manager, NULL, account_manager_prepared_cb, loop);
+       * we would have to wait for the "notify:contact-list-state" signal. */
+      if (connection == NULL ||
+          tp_connection_get_contact_list_state (connection) !=
+              TP_CONTACT_LIST_STATE_SUCCESS)
+        continue;
+
+      contacts = tp_connection_dup_contact_list (connection);
+      for (i = 0; i < contacts->len; i++)
+        {
+          TpContact *contact = g_ptr_array_index (contacts, i);
+          const gchar * const *groups;
+
+          g_print ("contact %s (%s) in groups:\n",
+              tp_contact_get_identifier (contact),
+              tp_contact_get_alias (contact));
+
+          for (groups = tp_contact_get_contact_groups (contact);
+               *groups != NULL; groups++)
+            g_print ("  %s\n", *groups);
+        }
+      g_ptr_array_unref (contacts);
+    }
+
+OUT:
+  g_main_loop_quit (loop);
+}
+
+int
+main (int argc,
+      char **argv)
+{
+  TpAccountManager *manager;
+  TpSimpleClientFactory *factory;
+  GMainLoop *loop;
+
+  g_type_init ();
+  tp_debug_set_flags (g_getenv ("EXAMPLE_DEBUG"));
+
+  loop = g_main_loop_new (NULL, FALSE);
+
+  manager = tp_account_manager_dup ();
+  factory = tp_proxy_get_factory (manager);
+  tp_simple_client_factory_add_account_features_varargs (factory,
+      TP_ACCOUNT_FEATURE_CONNECTION,
+      0);
+  tp_simple_client_factory_add_connection_features_varargs (factory,
+      TP_CONNECTION_FEATURE_CONTACT_LIST,
+      0);
+  tp_simple_client_factory_add_contact_features_varargs (factory,
+      TP_CONTACT_FEATURE_ALIAS,
+      TP_CONTACT_FEATURE_CONTACT_GROUPS,
+      TP_CONTACT_FEATURE_INVALID);
+
+  tp_proxy_prepare_async (manager, NULL, account_manager_prepared_cb, loop);
 
-  g_main_loop_run (loop);
+  g_main_loop_run (loop);
 
-  g_object_unref (manager);
-  g_main_loop_unref (loop);
+  g_object_unref (manager);
+  g_main_loop_unref (loop);
 
-  return 0;
-}
@@ -532,7 +532,7 @@

Returns :

an account manager proxy on the starter or session -bus, or NULL if it wasn't possible to get a dbus daemon proxy for +bus, or NULL if it wasn't possible to get a dbus daemon proxy for the appropriate bus. [transfer full] @@ -643,7 +643,7 @@

Returns :

a new TpAccount which was just created on -success, otherwise NULL. [transfer none] +success, otherwise NULL. [transfer none] @@ -686,7 +686,7 @@

Returns :

-a new TpAccount at path, or NULL if path is +a new TpAccount at path, or NULL if path is not a valid account path. [transfer none] @@ -716,9 +716,9 @@
1
 2
 3
-
GList *accounts;
-account = tp_account_manager_get_valid_accounts (manager);
-g_list_foreach (accounts, (GFunc) g_object_ref, NULL);
+
GList *accounts;
+account = tp_account_manager_get_valid_accounts (manager);
+g_list_foreach (accounts, (GFunc) g_object_ref, NULL);
@@ -735,7 +735,7 @@ The list of valid accounts returned is not guaranteed to have been retrieved until TP_ACCOUNT_MANAGER_FEATURE_CORE is prepared (tp_proxy_prepare_async() has returned). Until this feature has -been prepared, an empty list (NULL) will be returned. +been prepared, an empty list (NULL) will be returned.

@@ -948,9 +948,9 @@ operation.

-If NULL is given to callback, then no callback will be called when the +If NULL is given to callback, then no callback will be called when the operation is finished. Instead, it will simply set features on manager. -Note that if callback is NULL, then user_data must also be NULL. +Note that if callback is NULL, then user_data must also be NULL.

In version 0.11.3 or later, this is equivalent to calling @@ -966,7 +966,7 @@

- @@ -1044,12 +1044,12 @@ - + +NULL on success, or an error on failure @@ -1119,28 +1119,28 @@ - @@ -1223,7 +1223,7 @@ @@ -1234,14 +1234,14 @@ - @@ -1322,7 +1322,7 @@ @@ -1333,14 +1333,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-add-dispatch-operation-context.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-add-dispatch-operation-context.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-add-dispatch-operation-context.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-add-dispatch-operation-context.html 2012-03-22 22:27:15.000000000 +0000 @@ -168,7 +168,7 @@ Read-only except during construction.

-This property can't be NULL. +This property can't be NULL.

Since 0.11.5

@@ -182,7 +182,7 @@ Read-only except during construction.

-This property can't be NULL. +This property can't be NULL.

Since 0.11.5

@@ -196,7 +196,7 @@ Read-only except during construction.

-This property can't be NULL. +This property can't be NULL.

Since 0.11.5

@@ -221,7 +221,7 @@ Read-only except during construction.

-This property can't be NULL. +This property can't be NULL.

Since 0.11.5

diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-asv.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-asv.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-asv.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-asv.html 2012-03-22 22:27:15.000000000 +0000 @@ -81,18 +81,18 @@ voidtp_asv_set_double (GHashTable *asv, const gchar *key, gdouble value); -gint32tp_asv_get_int32 (const GHashTable *asv, +gint32tp_asv_get_int32 (const GHashTable *asv, const gchar *key, gboolean *valid); voidtp_asv_set_int32 (GHashTable *asv, const gchar *key, - gint32 value); -gint64tp_asv_get_int64 (const GHashTable *asv, + gint32 value); +gint64tp_asv_get_int64 (const GHashTable *asv, const gchar *key, gboolean *valid); voidtp_asv_set_int64 (GHashTable *asv, const gchar *key, - gint64 value); + gint64 value); const gchar * tp_asv_get_object_path (const GHashTable *asv, const gchar *key); voidtp_asv_set_object_path (GHashTable *asv, @@ -120,18 +120,18 @@ voidtp_asv_set_strv (GHashTable *asv, const gchar *key, gchar **value); -guint32tp_asv_get_uint32 (const GHashTable *asv, +guint32tp_asv_get_uint32 (const GHashTable *asv, const gchar *key, gboolean *valid); voidtp_asv_set_uint32 (GHashTable *asv, const gchar *key, - guint32 value); -guint64tp_asv_get_uint64 (const GHashTable *asv, + guint32 value); +guint64tp_asv_get_uint64 (const GHashTable *asv, const gchar *key, gboolean *valid); voidtp_asv_set_uint64 (GHashTable *asv, const gchar *key, - guint64 value); + guint64 value); const GValue * tp_asv_lookup (const GHashTable *asv, const gchar *key); voidtp_asv_dump (GHashTable *asv); @@ -198,8 +198,8 @@ - +

features :

a 0-terminated list of features, or NULL +a 0-terminated list of features, or NULL

out_Account :

Used to return an 'out' argument if error is NULL: The new <tp:dbus-ref namespace="org.freedesktop.Telepathy">Account</tp:dbus-ref>.Used to return an 'out' argument if error is NULL: The new <tp:dbus-ref namespace="org.freedesktop.Telepathy">Account</tp:dbus-ref>.

error :

-NULL on success, or an error on failure

user_data :

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

error :

If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

error :

If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.
1
 2
GHashTable *asv = g_hash_table_new_full (g_str_hash, g_str_equal,
-   NULL, (GDestroyNotify) tp_g_value_slice_free);
GHashTable *asv = g_hash_table_new_full (g_str_hash, g_str_equal,
+   NULL, (GDestroyNotify) tp_g_value_slice_free);
@@ -222,8 +222,8 @@
1
 2
-
g_hash_table_insert (parameters, "account",
-   tp_g_value_slice_new_string ("bob@mcbadgers.com"));
+
g_hash_table_insert (parameters, "account",
+   tp_g_value_slice_new_string ("bob@mcbadgers.com"));
@@ -234,7 +234,7 @@

-

Example 1. Using tp_asv_new()

+

Example 1. Using tp_asv_new()

@@ -243,10 +243,10 @@ 2 3 4 - +
GHashTable *parameters = tp_asv_new (
-   "answer", G_TYPE_INT, 42,
-   "question", G_TYPE_STRING, "We just don't know",
-   NULL);
GHashTable *parameters = tp_asv_new (
+   "answer", G_TYPE_INT, 42,
+   "question", G_TYPE_STRING, "We just don't know",
+   NULL);
@@ -288,10 +288,10 @@ gboolean *valid);

If a value for key in asv is present and boolean, return it, -and set *valid to TRUE if valid is not NULL. +and set *valid to TRUE if valid is not NULL.

-Otherwise return FALSE, and set *valid to FALSE if valid is not NULL. +Otherwise return FALSE, and set *valid to FALSE if valid is not NULL.

@@ -308,7 +308,7 @@ - @@ -367,7 +367,7 @@ return it.

-Otherwise return NULL. +Otherwise return NULL.

The returned value is not copied, and is only valid as long as the value @@ -395,7 +395,7 @@

- @@ -536,7 +536,7 @@ (its GType is DBUS_TYPE_G_UCHAR_ARRAY), return it.

-Otherwise return NULL. +Otherwise return NULL.

The returned value is not copied, and is only valid as long as the value @@ -559,7 +559,7 @@

- @@ -600,7 +600,7 @@ - @@ -653,10 +653,10 @@

If a value for key in asv is present and has any numeric type used by dbus-glib (guchar, gint, guint, gint64, guint64 or gdouble), -return it as a double, and if valid is not NULL, set *valid to TRUE. +return it as a double, and if valid is not NULL, set *valid to TRUE.

-Otherwise, return 0.0, and if valid is not NULL, set *valid to FALSE. +Otherwise, return 0.0, and if valid is not NULL, set *valid to FALSE.

valid :

Either NULL, or a location to store TRUE if the key actually +Either NULL, or a location to store TRUE if the key actually exists and has a boolean value. [out]

Returns :

the value of key, or NULL. [transfer none][allow-none] +the value of key, or NULL. [transfer none][allow-none]

Returns :

the string value of key, or NULL. [transfer none][allow-none] +the string value of key, or NULL. [transfer none][allow-none]

bytes :

location of an array of bytes to be copied (this may be NULL +location of an array of bytes to be copied (this may be NULL if and only if length is 0)
@@ -673,7 +673,7 @@ - @@ -723,17 +723,17 @@

tp_asv_get_int32 ()

-
gint32              tp_asv_get_int32                    (const GHashTable *asv,
+
gint32              tp_asv_get_int32                    (const GHashTable *asv,
                                                          const gchar *key,
                                                          gboolean *valid);

If a value for key in asv is present, has an integer type used by dbus-glib (guchar, gint, guint, gint64 or guint64) and fits in the -range of a gint32, return it, and if valid is not NULL, set *valid to +range of a gint32, return it, and if valid is not NULL, set *valid to TRUE.

-Otherwise, return 0, and if valid is not NULL, set *valid to FALSE. +Otherwise, return 0, and if valid is not NULL, set *valid to FALSE.

valid :

Either NULL, or a location in which to store TRUE on success +Either NULL, or a location in which to store TRUE on success or FALSE on failure. [out]
@@ -750,7 +750,7 @@ - @@ -767,7 +767,7 @@

tp_asv_set_int32 ()

void                tp_asv_set_int32                    (GHashTable *asv,
                                                          const gchar *key,
-                                                         gint32 value);
+ gint32 value);

Stores the value in the map.

@@ -800,17 +800,17 @@

tp_asv_get_int64 ()

-
gint64              tp_asv_get_int64                    (const GHashTable *asv,
+
gint64              tp_asv_get_int64                    (const GHashTable *asv,
                                                          const gchar *key,
                                                          gboolean *valid);

If a value for key in asv is present, has an integer type used by dbus-glib (guchar, gint, guint, gint64 or guint64) and fits in the -range of a gint64, return it, and if valid is not NULL, set *valid to +range of a gint64, return it, and if valid is not NULL, set *valid to TRUE.

-Otherwise, return 0, and if valid is not NULL, set *valid to FALSE. +Otherwise, return 0, and if valid is not NULL, set *valid to FALSE.

valid :

Either NULL, or a location in which to store TRUE on success +Either NULL, or a location in which to store TRUE on success or FALSE on failure. [out]
@@ -827,7 +827,7 @@ - @@ -844,7 +844,7 @@

tp_asv_set_int64 ()

void                tp_asv_set_int64                    (GHashTable *asv,
                                                          const gchar *key,
-                                                         gint64 value);
+ gint64 value);

Stores the value in the map.

@@ -883,7 +883,7 @@ If a value for key in asv is present and is an object path, return it.

-Otherwise return NULL. +Otherwise return NULL.

The returned value is not copied, and is only valid as long as the value @@ -906,7 +906,7 @@

@@ -1030,7 +1030,7 @@ If a value for key in asv is present and is a string, return it.

-Otherwise return NULL. +Otherwise return NULL.

The returned value is not copied, and is only valid as long as the value @@ -1052,7 +1052,7 @@

- @@ -1176,7 +1176,7 @@ return it.

-Otherwise return NULL. +Otherwise return NULL.

The returned value is not copied, and is only valid as long as the value @@ -1198,8 +1198,8 @@

- @@ -1235,7 +1235,7 @@ - +

valid :

Either NULL, or a location in which to store TRUE on success +Either NULL, or a location in which to store TRUE on success or FALSE on failure. [out]

Returns :

the object-path value of key, or -NULL. [transfer none][allow-none] +NULL. [transfer none][allow-none]

Returns :

the string value of key, or NULL. [transfer none][allow-none] +the string value of key, or NULL. [transfer none][allow-none]

Returns :

the NULL-terminated string-array -value of key, or NULL. [transfer none][allow-none] +the NULL-terminated string-array +value of key, or NULL. [transfer none][allow-none]

value :

a NULL-terminated string arraya NULL-terminated string array
@@ -1244,17 +1244,17 @@

tp_asv_get_uint32 ()

-
guint32             tp_asv_get_uint32                   (const GHashTable *asv,
+
guint32             tp_asv_get_uint32                   (const GHashTable *asv,
                                                          const gchar *key,
                                                          gboolean *valid);

If a value for key in asv is present, has an integer type used by dbus-glib (guchar, gint, guint, gint64 or guint64) and fits in the -range of a guint32, return it, and if valid is not NULL, set *valid to +range of a guint32, return it, and if valid is not NULL, set *valid to TRUE.

-Otherwise, return 0, and if valid is not NULL, set *valid to FALSE. +Otherwise, return 0, and if valid is not NULL, set *valid to FALSE.

@@ -1271,7 +1271,7 @@ - @@ -1288,7 +1288,7 @@

tp_asv_set_uint32 ()

void                tp_asv_set_uint32                   (GHashTable *asv,
                                                          const gchar *key,
-                                                         guint32 value);
+ guint32 value);

Stores the value in the map.

@@ -1321,16 +1321,16 @@

tp_asv_get_uint64 ()

-
guint64             tp_asv_get_uint64                   (const GHashTable *asv,
+
guint64             tp_asv_get_uint64                   (const GHashTable *asv,
                                                          const gchar *key,
                                                          gboolean *valid);

If a value for key in asv is present, has an integer type used by dbus-glib (guchar, gint, guint, gint64 or guint64) and is non-negative, -return it, and if valid is not NULL, set *valid to TRUE. +return it, and if valid is not NULL, set *valid to TRUE.

-Otherwise, return 0, and if valid is not NULL, set *valid to FALSE. +Otherwise, return 0, and if valid is not NULL, set *valid to FALSE.

valid :

Either NULL, or a location in which to store TRUE on success +Either NULL, or a location in which to store TRUE on success or FALSE on failure. [out]
@@ -1347,7 +1347,7 @@ - @@ -1364,7 +1364,7 @@

tp_asv_set_uint64 ()

void                tp_asv_set_uint64                   (GHashTable *asv,
                                                          const gchar *key,
-                                                         guint64 value);
+ guint64 value);

Stores the value in the map.

@@ -1400,7 +1400,7 @@
const GValue *      tp_asv_lookup                       (const GHashTable *asv,
                                                          const gchar *key);

-If a value for key in asv is present, return it. Otherwise return NULL. +If a value for key in asv is present, return it. Otherwise return NULL.

The returned value is not copied, and is only valid as long as the value @@ -1420,7 +1420,7 @@

- diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-base-client.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-base-client.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-base-client.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-base-client.html 2012-03-22 22:27:15.000000000 +0000 @@ -105,14 +105,14 @@ TpConnection *connection, GList *channels, GList *requests_satisfied, - gint64 user_action_time, + gint64 user_action_time, TpHandleChannelsContext *context); voidtp_base_client_implement_handle_channels (TpBaseClientClass *klass, TpBaseClientClassHandleChannelsImpl impl); voidtp_base_client_add_account_features (TpBaseClient *self, const GQuark *features, - gssize n); + gssize n); voidtp_base_client_add_account_features_varargs (TpBaseClient *self, GQuark feature, @@ -120,14 +120,14 @@ voidtp_base_client_add_connection_features (TpBaseClient *self, const GQuark *features, - gssize n); + gssize n); voidtp_base_client_add_connection_features_varargs (TpBaseClient *self, GQuark feature, ...); voidtp_base_client_add_channel_features (TpBaseClient *self, const GQuark *features, - gssize n); + gssize n); voidtp_base_client_add_channel_features_varargs (TpBaseClient *self, GQuark feature, @@ -138,7 +138,7 @@ voidtp_base_client_delegate_channels_async (TpBaseClient *self, GList *channels, - gint64 user_action_time, + gint64 user_action_time, const gchar *preferred_handler, GAsyncReadyCallback callback, gpointer user_data); @@ -159,7 +159,7 @@ voidtp_channel_dispatcher_present_channel_async (TpChannelDispatcher *self, TpChannel *channel, - gint64 user_action_time, + gint64 user_action_time, GAsyncReadyCallback callback, gpointer user_data); gbooleantp_channel_dispatcher_present_channel_finish @@ -346,13 +346,13 @@ 5 6 7 - +

valid :

Either NULL, or a location in which to store TRUE on success +Either NULL, or a location in which to store TRUE on success or FALSE on failure. [out]

Returns :

the value of key, or NULL +the value of key, or NULL
tp_base_client_take_observer_filter (client,
-   tp_asv_new (
-       TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING,
-           TP_IFACE_CHANNEL_TYPE_TEXT,
-       TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT,
-           TP_HANDLE_TYPE_CONTACT,
-       ...));
tp_base_client_take_observer_filter (client,
+   tp_asv_new (
+       TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING,
+           TP_IFACE_CHANNEL_TYPE_TEXT,
+       TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT,
+           TP_HANDLE_TYPE_CONTACT,
+       ...));
@@ -504,7 +504,7 @@

dispatch_operation :

-a TpChannelDispatchOperation or NULL; +a TpChannelDispatchOperation or NULL; the dispatch_operation is not guaranteed to be prepared. [allow-none] @@ -609,13 +609,13 @@ 5 6 7
-
tp_base_client_take_approver_filter (client,
-   tp_asv_new (
-       TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING,
-           TP_IFACE_CHANNEL_TYPE_TEXT,
-       TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT,
-           TP_HANDLE_TYPE_CONTACT,
-       ...));
+
tp_base_client_take_approver_filter (client,
+   tp_asv_new (
+       TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING,
+           TP_IFACE_CHANNEL_TYPE_TEXT,
+       TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT,
+           TP_HANDLE_TYPE_CONTACT,
+       ...));
@@ -801,7 +801,7 @@

... :

-more tokens, ending with NULL +more tokens, ending with NULL @@ -894,13 +894,13 @@ 5 6 7 -
tp_base_client_take_handler_filter (client,
-   tp_asv_new (
-       TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING,
-           TP_IFACE_CHANNEL_TYPE_TEXT,
-       TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT,
-           TP_HANDLE_TYPE_CONTACT,
-       ...));
+
tp_base_client_take_handler_filter (client,
+   tp_asv_new (
+       TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING,
+           TP_IFACE_CHANNEL_TYPE_TEXT,
+       TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT,
+           TP_HANDLE_TYPE_CONTACT,
+       ...));
@@ -958,7 +958,7 @@ TpConnection *connection, GList *channels, GList *requests_satisfied, - gint64 user_action_time, + gint64 user_action_time, TpHandleChannelsContext *context);

Signature of the implementation of the HandleChannels method. @@ -1055,7 +1055,7 @@

tp_base_client_add_account_features ()

void                tp_base_client_add_account_features (TpBaseClient *self,
                                                          const GQuark *features,
-                                                         gssize n);
+ gssize n);

Warning

tp_base_client_add_account_features is deprecated and should not be used in newly-written code. New code should use @@ -1130,7 +1130,7 @@

void                tp_base_client_add_connection_features
                                                         (TpBaseClient *self,
                                                          const GQuark *features,
-                                                         gssize n);
+ gssize n);

Warning

tp_base_client_add_connection_features is deprecated and should not be used in newly-written code. New code should use @@ -1203,7 +1203,7 @@

tp_base_client_add_channel_features ()

void                tp_base_client_add_channel_features (TpBaseClient *self,
                                                          const GQuark *features,
-                                                         gssize n);
+ gssize n);

Warning

tp_base_client_add_channel_features is deprecated and should not be used in newly-written code. New code should use @@ -1333,7 +1333,7 @@

void                tp_base_client_delegate_channels_async
                                                         (TpBaseClient *self,
                                                          GList *channels,
-                                                         gint64 user_action_time,
+                                                         gint64 user_action_time,
                                                          const gchar *preferred_handler,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);
@@ -1367,7 +1367,7 @@

preferred_handler :

Either the well-known bus name (starting with TP_CLIENT_BUS_NAME_BASE) of the preferred handler for the channels, -or NULL to indicate that any handler but self would be acceptable. +or NULL to indicate that any handler but self would be acceptable.

callback :

@@ -1410,13 +1410,13 @@

delegated :

-if not NULL, used to return a GPtrArray containing the TpChannels +if not NULL, used to return a GPtrArray containing the TpChannels which have been properly delegated. [out][element-type TelepathyGLib.Channel][transfer container]

not_delegated :

-if not not NULL, used to return a GHashTable mapping TpChannels +if not not NULL, used to return a GHashTable mapping TpChannels which have not been delegated to a GError explaining the reason of the failure. [out][element-type TelepathyGLib.Channel GLib.Error][transfer container] @@ -1497,7 +1497,7 @@

callback :

function called when channels currently handled by self are -delegated, may not be NULL +delegated, may not be NULL @@ -1519,7 +1519,7 @@
void                tp_channel_dispatcher_present_channel_async
                                                         (TpChannelDispatcher *self,
                                                          TpChannel *channel,
-                                                         gint64 user_action_time,
+                                                         gint64 user_action_time,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);

@@ -1886,7 +1886,7 @@

TpAccountManager *  tp_base_client_get_account_manager  (TpBaseClient *self);

Warning

-

tp_base_client_get_account_manager is deprecated and should not be used in newly-written code. New code should not use this function, it may return NULL in +

tp_base_client_get_account_manager is deprecated and should not be used in newly-written code. New code should not use this function, it may return NULL in the case self was constructed with a TpSimpleClientFactory.

@@ -1987,7 +1987,7 @@

  "account-manager"          TpAccountManager*     : Read / Write / Construct Only

Warning

-

TpBaseClient:account-manager is deprecated and should not be used in newly-written code. New code should not use this property, it may be NULL in +

TpBaseClient:account-manager is deprecated and should not be used in newly-written code. New code should not use this property, it may be NULL in the case self was constructed with a TpSimpleClientFactory.

@@ -2013,12 +2013,12 @@ the result of tp_account_manager_dup().

-This property may be NULL initially, but will always be non-NULL +This property may be NULL initially, but will always be non-NULL after the TpBaseClient has been constructed.

-It is an error to specify both a non-NULL account manager, and a -non-NULL "dbus-daemon" that is not the same as the +It is an error to specify both a non-NULL account manager, and a +non-NULL "dbus-daemon" that is not the same as the account manager's "dbus-daemon".

Since 0.11.14

@@ -2052,10 +2052,10 @@ Read-only except during construction.

-This property can't be NULL after construction. +This property can't be NULL after construction.

-Since 0.11.14 this property may be NULL or unspecified in +Since 0.11.14 this property may be NULL or unspecified in g_object_new(), but only if "account-manager" is provided instead, in which case its "dbus-daemon" property will be used. @@ -2081,7 +2081,7 @@ and object path of the service.

-This property can't be NULL. +This property can't be NULL.

Default value: NULL

Since 0.11.5

diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-base-contact-list.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-base-contact-list.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-base-contact-list.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-base-contact-list.html 2012-03-22 22:27:15.000000000 +0000 @@ -203,22 +203,22 @@ void tp_base_contact_list_groups_changed (TpBaseContactList *self, TpHandleSet *contacts, const gchar * const *added, - gssize n_added, + gssize n_added, const gchar * const *removed, - gssize n_removed); + gssize n_removed); void tp_base_contact_list_one_contact_groups_changed (TpBaseContactList *self, TpHandle contact, const gchar * const *added, - gssize n_added, + gssize n_added, const gchar * const *removed, - gssize n_removed); + gssize n_removed); void tp_base_contact_list_groups_created (TpBaseContactList *self, const gchar * const *created, - gssize n_created); + gssize n_created); void tp_base_contact_list_groups_removed (TpBaseContactList *self, const gchar * const *removed, - gssize n_removed); + gssize n_removed); gboolean tp_base_contact_list_has_disjoint_groups (TpBaseContactList *self); @@ -228,14 +228,14 @@ (TpBaseContactList *self, TpHandle contact, const gchar * const *normalized_names, - gsize n_names, + gsize n_names, GAsyncReadyCallback callback, gpointer user_data); void tp_base_contact_list_set_contact_groups_async (TpBaseContactList *self, TpHandle contact, const gchar * const *normalized_names, - gsize n_names, + gsize n_names, GAsyncReadyCallback callback, gpointer user_data); gboolean tp_base_contact_list_set_contact_groups_finish @@ -405,13 +405,13 @@ 5 6 7 -
G_DEFINE_TYPE_WITH_CODE (MyConnection, my_connection,
-    TP_TYPE_BASE_CONNECTION,
-    // ...
-    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_CONTACT_LIST,
-        tp_base_contact_list_mixin_list_iface_init);
-    // ...
-    )
+
G_DEFINE_TYPE_WITH_CODE (MyConnection, my_connection,
+    TP_TYPE_BASE_CONNECTION,
+    // ...
+    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_CONTACT_LIST,
+        tp_base_contact_list_mixin_list_iface_init);
+    // ...
+    )
@@ -431,11 +431,11 @@ 3 4 5 -
// ...
-tp_contacts_mixin_class_init (object_class,
-    G_STRUCT_OFFSET (MyConnectionClass, contacts_mixin));
-tp_base_contact_list_mixin_class_init (base_connection_class);
-// ...
+
// ...
+tp_contacts_mixin_class_init (object_class,
+    G_STRUCT_OFFSET (MyConnectionClass, contacts_mixin));
+tp_base_contact_list_mixin_class_init (base_connection_class);
+// ...
@@ -713,7 +713,7 @@ GError **error);

Return the Connection this contact list uses. If this contact list's -connection has already disconnected, return NULL instead. +connection has already disconnected, return NULL instead.

@@ -724,11 +724,11 @@ - + - @@ -1368,7 +1368,7 @@ +the default implementation is NULL, which is interpreted as "do nothing" @@ -1788,7 +1788,7 @@

If the implementation of -TpMutableContactListInterface.store_contacts_async is NULL (which is +TpMutableContactListInterface.store_contacts_async is NULL (which is the default), this method calls callback to signal success, but does nothing in the underlying protocol.

@@ -2209,7 +2209,7 @@ @@ -2235,11 +2235,11 @@ - + - +

error :

used to raise an error if NULL is returnedused to raise an error if NULL is returned

Returns :

the connection, or NULL. [transfer none] +the connection, or NULL. [transfer none]

TpBaseContactListActOnContactsFunc store_contacts_async;

the implementation of tp_base_contact_list_store_contacts_async(); if not reimplemented, -the default implementation is NULL, which is interpreted as "do nothing"

TpBaseContactListAsyncFinishFunc store_contacts_finish;

TpBaseContactListNormalizeFunc normalize_group;

the implementation of tp_base_contact_list_normalize_group(); if not reimplemented, -the default implementation is NULL, which allows any UTF-8 string +the default implementation is NULL, which allows any UTF-8 string as a group name (including the empty string) and assumes that any distinct group names can coexist

s :

a non-NULL name to normalizea non-NULL name to normalize

Returns :

a normalized form of s, or NULL on errora normalized form of s, or NULL on error
@@ -2252,13 +2252,13 @@ (TpBaseContactList *self, const gchar *s);

-Return a normalized form of the group name s, or NULL if a group of a +Return a normalized form of the group name s, or NULL if a group of a sufficiently similar name cannot be created.

If the TpBaseContactList subclass does not implement TP_TYPE_CONTACT_GROUP_LIST, this method is meaningless, and always -returns NULL. +returns NULL.

For implementations of TP_TYPE_CONTACT_GROUP_LIST, this is a virtual @@ -2280,11 +2280,11 @@

s :

-a non-NULL group name to normalize +a non-NULL group name to normalize

Returns :

-a normalized form of s, or NULL on error +a normalized form of s, or NULL on error
@@ -2302,7 +2302,7 @@

If contact is not on the contact list, this method must return either -NULL or an empty array, without error. +NULL or an empty array, without error.

@@ -2339,7 +2339,7 @@

If contact is not on the contact list, this method must return either -NULL or an empty array. +NULL or an empty array.

For implementations of TP_TYPE_CONTACT_GROUP_LIST, this is a virtual @@ -2466,7 +2466,7 @@ that does not implement TP_TYPE_CONTACT_GROUP_LIST.

-If group does not exist, this method must return either NULL or an empty +If group does not exist, this method must return either NULL or an empty set, without error.

@@ -2537,9 +2537,9 @@

void                tp_base_contact_list_groups_changed (TpBaseContactList *self,
                                                          TpHandleSet *contacts,
                                                          const gchar * const *added,
-                                                         gssize n_added,
+                                                         gssize n_added,
                                                          const gchar * const *removed,
-                                                         gssize n_removed);
+ gssize n_removed);

Called by subclasses when groups' membership has been changed.

@@ -2566,25 +2566,25 @@ - + +NULL-terminated

added :

zero or -more groups to which the contacts were added, or NULL (which has the +more groups to which the contacts were added, or NULL (which has the same meaning as an empty list). [array length=n_added][element-type utf8][allow-none]

n_added :

the number of groups added, or -1 if added is NULL-terminatedthe number of groups added, or -1 if added is NULL-terminated

removed :

zero -or more groups from which the contacts were removed, or NULL (which has +or more groups from which the contacts were removed, or NULL (which has the same meaning as an empty list). [array zero-terminated=1][element-type utf8][allow-none]

n_removed :

the number of groups removed, or -1 if removed is -NULL-terminated
@@ -2597,9 +2597,9 @@ (TpBaseContactList *self, TpHandle contact, const gchar * const *added, - gssize n_added, + gssize n_added, const gchar * const *removed, - gssize n_removed); + gssize n_removed);

Convenience wrapper around tp_base_contact_list_groups_changed() for a single handle in the 'contacts' set. @@ -2623,23 +2623,23 @@

added :

zero or -more groups to which contact was added, or NULL. [array length=n_added][element-type utf8][allow-none] +more groups to which contact was added, or NULL. [array length=n_added][element-type utf8][allow-none]

n_added :

-the number of groups added, or -1 if added is NULL-terminated +the number of groups added, or -1 if added is NULL-terminated

removed :

zero -or more groups from which the contact was removed, or NULL. [array zero-terminated=1][element-type utf8][allow-none] +or more groups from which the contact was removed, or NULL. [array zero-terminated=1][element-type utf8][allow-none]

n_removed :

the number of groups removed, or -1 if removed is -NULL-terminated +NULL-terminated
@@ -2650,7 +2650,7 @@

tp_base_contact_list_groups_created ()

void                tp_base_contact_list_groups_created (TpBaseContactList *self,
                                                          const gchar * const *created,
-                                                         gssize n_created);
+ gssize n_created);

Called by subclasses when new groups have been created. This will typically be followed by a call to tp_base_contact_list_groups_changed() to add @@ -2676,7 +2676,7 @@

n_created :

the number of groups created, or -1 if created is -NULL-terminated +NULL-terminated
@@ -2687,7 +2687,7 @@

tp_base_contact_list_groups_removed ()

void                tp_base_contact_list_groups_removed (TpBaseContactList *self,
                                                          const gchar * const *removed,
-                                                         gssize n_removed);
+ gssize n_removed);

Called by subclasses when groups have been removed.

@@ -2717,7 +2717,7 @@

n_removed :

the number of groups removed, or -1 if removed is -NULL-terminated +NULL-terminated
@@ -2897,7 +2897,7 @@

TpBaseContactListUIntFunc get_group_storage;

the implementation of tp_base_contact_list_get_group_storage(); the default implementation is -NULL, which results in TP_CONTACT_METADATA_STORAGE_TYPE_ANYONE being +NULL, which results in TP_CONTACT_METADATA_STORAGE_TYPE_ANYONE being advertised @@ -2911,7 +2911,7 @@ (TpBaseContactList *self, TpHandle contact, const gchar * const *normalized_names, - gsize n_names, + gsize n_names, GAsyncReadyCallback callback, gpointer user_data);

@@ -2958,7 +2958,7 @@ (TpBaseContactList *self, TpHandle contact, const gchar * const *normalized_names, - gsize n_names, + gsize n_names, GAsyncReadyCallback callback, gpointer user_data);

@@ -3686,7 +3686,7 @@ TpMutableContactGroupListInterface.get_group_storage.

-The default implementation is NULL, which is treated as equivalent to an +The default implementation is NULL, which is treated as equivalent to an implementation that always returns TP_CONTACT_METADATA_STORAGE_TYPE_ANYONE. A custom implementation can also be used.

diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-base-password-channel.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-base-password-channel.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-base-password-channel.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-base-password-channel.html 2012-03-22 22:27:15.000000000 +0000 @@ -212,7 +212,7 @@

password :

-the password provided by the user, or NULL if the +the password provided by the user, or NULL if the authentication has been aborted @@ -227,7 +227,7 @@

message :

-a message associated with the error, or NULL +a message associated with the error, or NULL diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-base-protocol.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-base-protocol.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-base-protocol.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-base-protocol.html 2012-03-22 22:27:15.000000000 +0000 @@ -253,7 +253,7 @@

Returns :

an array of TpPresenceStatusSpec structs describing the standard statuses supported by this protocol, with a final element -whose name element is guaranteed to be NULL. The array must remain +whose name element is guaranteed to be NULL. The array must remain valid at least as long as self does. @@ -298,11 +298,11 @@

error :

-used to return an error if NULL is returned +used to return an error if NULL is returned

Returns :

-a new connection, or NULL on error +a new connection, or NULL on error
@@ -380,7 +380,7 @@ a callback used to implement the NormalizeContact D-Bus method; it must either return a newly allocated string that is the normalized version of contact, or raise an error via error and -return NULL. If not implemented, TP_ERROR_NOT_IMPLEMENTED will be raised +return NULL. If not implemented, TP_ERROR_NOT_IMPLEMENTED will be raised instead. @@ -389,7 +389,7 @@ D-Bus method; it takes as input a map from strings to GValues, and must either return a newly allocated string that represents the "identity" of the parameters in asv (usually the "account" parameter), -or NULL with an error raised via error +or NULL with an error raised via error @@ -484,11 +484,11 @@

error :

-used to return an error if NULL is returned +used to return an error if NULL is returned

Returns :

-a new connection, or NULL on error. [transfer full] +a new connection, or NULL on error. [transfer full] @@ -505,7 +505,7 @@

Signature of a virtual method to perform best-effort offline normalization of a contact's identifier. It must either return a newly allocated string -that is the normalized form of contact, or raise an error and return NULL. +that is the normalized form of contact, or raise an error and return NULL.

@@ -520,11 +520,11 @@ - + - @@ -562,11 +562,11 @@ - + - @@ -594,7 +594,7 @@ - @@ -625,7 +625,7 @@ @@ -687,7 +687,7 @@ @@ -847,7 +847,7 @@ Signature of a virtual method to perform best-effort offline normalization of a vCard address. It must either return a newly allocated string that is the normalized form of vcard_address, or raise an error and -return NULL. +return NULL.

error :

used to return an error if NULL is returnedused to return an error if NULL is returned

Returns :

a normalized identifier, or NULL on error. [transfer full] +a normalized identifier, or NULL on error. [transfer full]

error :

used to return an error if NULL is returnedused to return an error if NULL is returned

Returns :

a unique name for the account, or NULL on error. [transfer full] +a unique name for the account, or NULL on error. [transfer full]

Returns :

a NULL-terminated array of D-Bus interface names. [transfer full] +a NULL-terminated array of D-Bus interface names. [transfer full]

connection_interfaces :

used to return a -NULL-terminated array of interfaces which might be implemented on +NULL-terminated array of interfaces which might be implemented on connections to this protocol. [out][transfer full]

supported_mime_types :

used to return a -NULL-terminated array of supported avatar mime types. [out][transfer full] +NULL-terminated array of supported avatar mime types. [out][transfer full]
@@ -866,11 +866,11 @@ - + - @@ -886,7 +886,7 @@

Signature of a virtual method to perform best-effort offline normalization of a URI. It must either return a newly allocated string -that is the normalized form of uri, or raise an error and return NULL. +that is the normalized form of uri, or raise an error and return NULL.

error :

used to return an error if NULL is returnedused to return an error if NULL is returned

Returns :

a normalized identifier, or NULL on error. [transfer full] +a normalized identifier, or NULL on error. [transfer full]
@@ -901,11 +901,11 @@ - + - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-call-channel.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-call-channel.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-call-channel.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-call-channel.html 2012-03-22 22:27:15.000000000 +0000 @@ -219,6 +219,7 @@ TpHandle actor; TpCallStateChangeReason reason; gchar *dbus_reason; + gchar *message; };

@@ -245,6 +246,11 @@ (for implementation-specific errors), or the empty string to indicate that the state change was not an error +

+ + +

error :

used to return an error if NULL is returnedused to return an error if NULL is returned

Returns :

a normalized identifier, or NULL on error. [transfer full] +a normalized identifier, or NULL on error. [transfer full]

gchar *message;

A developer readable debug message giving the reason for the state +change.

Since 0.17.5

@@ -508,7 +514,7 @@
-

Since 0.UNRELEASED

+

Since 0.17.6


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

cancellable :

-optional GCancellable object, NULL to ignore +optional GCancellable object, NULL to ignore

callback :

@@ -806,7 +812,7 @@

detailed_reason :

a more specific reason for the call hangup, if one is -available, or an empty or NULL string otherwise +available, or an empty or NULL string otherwise

message :

@@ -979,7 +985,7 @@
-

Since 0.UNRELEASED

+

Since 0.17.6


@@ -1009,7 +1015,7 @@
-

Since 0.UNRELEASED

+

Since 0.17.6

@@ -1055,7 +1061,7 @@ A TpLocalHoldState specifying if the Call is currently held

Default value: 0

-

Since 0.UNRELEASED

+

Since 0.17.6


@@ -1065,7 +1071,7 @@ A TpLocalHoldStateReason specifying why the Call is currently held.

Default value: 0

-

Since 0.UNRELEASED

+

Since 0.17.6


@@ -1083,7 +1089,7 @@
  "initial-audio-name"       gchar*                : Read

If "initial-audio" is set to TRUE, then this property will -is the name of the intial audio content, NULL otherwise. +is the name of the intial audio content, NULL otherwise.

Default value: NULL

Since 0.17.5

@@ -1104,7 +1110,7 @@
  "initial-video-name"       gchar*                : Read

If "initial-video" is set to TRUE, then this property will -is the name of the intial video content, NULL otherwise. +is the name of the intial video content, NULL otherwise.

Default value: NULL

Since 0.17.5

diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-call-content.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-call-content.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-call-content.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-call-content.html 2012-03-22 22:27:15.000000000 +0000 @@ -345,7 +345,7 @@

cancellable :

-optional GCancellable object, NULL to ignore +optional GCancellable object, NULL to ignore

callback :

@@ -404,7 +404,7 @@

The parent TpCallChannel of the content.

-

Since 0.UNRELEASED

+

Since 0.17.6


diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-call-stream.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-call-stream.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-call-stream.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-call-stream.html 2012-03-22 22:27:15.000000000 +0000 @@ -417,7 +417,7 @@

The Content that this streams belongs to

-

Since 0.UNRELEASED

+

Since 0.17.6


diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-capabilities.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-capabilities.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-capabilities.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-capabilities.html 2012-03-22 22:27:15.000000000 +0000 @@ -250,7 +250,7 @@
-

Since 0.UNRELEASED

+

Since 0.17.6


@@ -285,7 +285,7 @@
-

Since 0.UNRELEASED

+

Since 0.17.6


@@ -312,7 +312,7 @@
-

Since 0.UNRELEASED

+

Since 0.17.6


@@ -325,7 +325,7 @@ If the "contact-specific" property is TRUE, this function checks if the contact associated with this TpCapabilities supports stream tubes with handle_type as TargetHandleType. -If service is not NULL, it also checks if it supports stream tubes +If service is not NULL, it also checks if it supports stream tubes with service as TP_PROP_CHANNEL_TYPE_STREAM_TUBE_SERVICE.

@@ -347,7 +347,7 @@

service :

-the service of the tube, or NULL +the service of the tube, or NULL @@ -370,7 +370,7 @@ If the "contact-specific" property is TRUE, this function checks if the contact associated with this TpCapabilities supports D-Bus tubes with handle_type as TargetHandleType. -If service_name is not NULL, it also checks if it supports stream tubes +If service_name is not NULL, it also checks if it supports stream tubes with service as TP_PROP_CHANNEL_TYPE_DBUS_TUBE_SERVICE_NAME.

@@ -393,7 +393,7 @@

service_name :

-the service name of the tube, or NULL +the service name of the tube, or NULL @@ -428,16 +428,16 @@

with_limit :

-if not NULL, used to return TRUE if the limit +if not NULL, used to return TRUE if the limit parameter to tp_contact_search_new_async() and tp_contact_search_reset_async() can be nonzero. [out]

with_server :

-if not NULL, used to return TRUE if the server +if not NULL, used to return TRUE if the server parameter to tp_contact_search_new_async() and -tp_contact_search_reset_async() can be non-NULL. [out] +tp_contact_search_reset_async() can be non-NULL. [out] @@ -480,23 +480,23 @@ 15 16 17 -
GHashTable *request;
-TpAccountChannelRequest *req;
+        
GHashTable *request;
+TpAccountChannelRequest *req;
 
-request = tp_asv_new (
-    TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING,
-      TP_IFACE_CHANNEL_TYPE_ROOM_LIST,
-    TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT, TP_HANDLE_TYPE_NONE,
-    NULL);
+request = tp_asv_new (
+    TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING,
+      TP_IFACE_CHANNEL_TYPE_ROOM_LIST,
+    TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT, TP_HANDLE_TYPE_NONE,
+    NULL);
 
-req = tp_account_channel_request_new (account, request,
-   TP_USER_ACTION_TIME_CURRENT_TIME);
+req = tp_account_channel_request_new (account, request,
+   TP_USER_ACTION_TIME_CURRENT_TIME);
 
-tp_account_channel_request_create_and_handle_channel_async (req, NULL,
-    create_channel_cb, NULL);
+tp_account_channel_request_create_and_handle_channel_async (req, NULL,
+    create_channel_cb, NULL);
 
-g_object_unref (req);
-g_hash_table_unref (request);
+g_object_unref (req); +g_hash_table_unref (request);
@@ -520,14 +520,14 @@ 6 7 8 -
/\* Same code as above but with request defined using: *\/
-request = tp_asv_new (
-    TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING,
-      TP_IFACE_CHANNEL_TYPE_ROOM_LIST,
-    TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT, TP_HANDLE_TYPE_NONE,
-    TP_PROP_CHANNEL_TYPE_ROOM_LIST_SERVER, G_TYPE_STRING,
-      "characters.shakespeare.lit",
-    NULL);
+
/\* Same code as above but with request defined using: *\/
+request = tp_asv_new (
+    TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING,
+      TP_IFACE_CHANNEL_TYPE_ROOM_LIST,
+    TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT, TP_HANDLE_TYPE_NONE,
+    TP_PROP_CHANNEL_TYPE_ROOM_LIST_SERVER, G_TYPE_STRING,
+      "characters.shakespeare.lit",
+    NULL);
@@ -544,7 +544,7 @@

with_server :

-if not NULL, used to return TRUE if the +if not NULL, used to return TRUE if the TP_PROP_CHANNEL_TYPE_ROOM_LIST_SERVER property can be defined when requesting a RoomList channel. [out] diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-auth.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-auth.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-auth.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-auth.html 2012-03-22 22:27:15.000000000 +0000 @@ -233,28 +233,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -299,28 +299,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -370,28 +370,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -441,28 +441,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -517,28 +517,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -573,7 +573,7 @@

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -608,7 +608,7 @@

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -643,7 +643,7 @@

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -678,7 +678,7 @@

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -713,7 +713,7 @@

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -762,7 +762,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -773,14 +773,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -822,7 +822,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -833,14 +833,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -883,28 +883,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -959,28 +959,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1035,28 +1035,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1101,28 +1101,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1157,7 +1157,7 @@

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -1192,7 +1192,7 @@

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -1227,12 +1227,12 @@

out_Captcha_Data :

-Used to return an 'out' argument if error is NULL: Captcha data as requested. +Used to return an 'out' argument if error is NULL: Captcha data as requested.

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -1269,20 +1269,20 @@

out_Captcha_Info :

-Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> Information about each of the available captcha methods. +Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> Information about each of the available captcha methods.

out_Number_Required :

-Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> The number of captcha methods required to be answered in order to successfully complete this captcha challenge (most frequently 1, but XMPP allows servers to demand that more than one captcha is answered). +Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> The number of captcha methods required to be answered in order to successfully complete this captcha challenge (most frequently 1, but XMPP allows servers to demand that more than one captcha is answered).

out_Language :

-Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> The language of each Label in Captcha_Info if available, for instance en_US, or &quot;&quot; if unknown. +Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> The language of each Label in Captcha_Info if available, for instance en_US, or &quot;&quot; if unknown.

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-contactsearch.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-contactsearch.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-contactsearch.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-contactsearch.html 2012-03-22 22:27:15.000000000 +0000 @@ -166,28 +166,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -237,28 +237,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -303,28 +303,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -359,7 +359,7 @@

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -394,7 +394,7 @@

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

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

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -478,7 +478,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -489,14 +489,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -538,7 +538,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -549,14 +549,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -597,12 +597,12 @@

error :

-If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

loop :

-If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -656,12 +656,12 @@

error :

-If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

loop :

-If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -710,12 +710,12 @@

error :

-If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

loop :

-If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-dispatcher.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-dispatcher.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-dispatcher.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-dispatcher.html 2012-03-22 22:27:15.000000000 +0000 @@ -59,7 +59,7 @@ gint timeout_ms, const gchar *in_Account, GHashTable *in_Requested_Properties, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, const gchar *in_Preferred_Handler, tp_cli_channel_dispatcher_callback_for_create_channel callback, gpointer user_data, @@ -76,7 +76,7 @@ gint timeout_ms, const gchar *in_Account, GHashTable *in_Requested_Properties, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, const gchar *in_Preferred_Handler, GHashTable *in_Hints, tp_cli_channel_dispatcher_callback_for_create_channel_with_hints callback, @@ -94,7 +94,7 @@ gint timeout_ms, const gchar *in_Account, GHashTable *in_Requested_Properties, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, const gchar *in_Preferred_Handler, tp_cli_channel_dispatcher_callback_for_ensure_channel callback, gpointer user_data, @@ -111,7 +111,7 @@ gint timeout_ms, const gchar *in_Account, GHashTable *in_Requested_Properties, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, const gchar *in_Preferred_Handler, GHashTable *in_Hints, tp_cli_channel_dispatcher_callback_for_ensure_channel_with_hints callback, @@ -122,7 +122,7 @@ (TpChannelDispatcher *proxy, gint timeout_ms, const GPtrArray *in_Channels, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, const gchar *in_Preferred_Handler, tp_cli_channel_dispatcher_callback_for_delegate_channels callback, gpointer user_data, @@ -132,7 +132,7 @@ (TpChannelDispatcher *proxy, gint timeout_ms, const gchar *in_Channel, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, tp_cli_channel_dispatcher_callback_for_present_channel callback, gpointer user_data, GDestroyNotify destroy, @@ -287,12 +287,12 @@

out_Request :

-Used to return an 'out' argument if error is NULL: A <tp:dbus-ref namespace="org.freedesktop.Telepathy">ChannelRequest</tp:dbus-ref> object. +Used to return an 'out' argument if error is NULL: A <tp:dbus-ref namespace="org.freedesktop.Telepathy">ChannelRequest</tp:dbus-ref> object.

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -313,7 +313,7 @@ gint timeout_ms, const gchar *in_Account, GHashTable *in_Requested_Properties, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, const gchar *in_Preferred_Handler, tp_cli_channel_dispatcher_callback_for_create_channel callback, gpointer user_data, @@ -357,28 +357,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -413,12 +413,12 @@

out_Request :

-Used to return an 'out' argument if error is NULL: A <tp:dbus-ref namespace="org.freedesktop.Telepathy">ChannelRequest</tp:dbus-ref> object. +Used to return an 'out' argument if error is NULL: A <tp:dbus-ref namespace="org.freedesktop.Telepathy">ChannelRequest</tp:dbus-ref> object.

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -439,7 +439,7 @@ gint timeout_ms, const gchar *in_Account, GHashTable *in_Requested_Properties, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, const gchar *in_Preferred_Handler, GHashTable *in_Hints, tp_cli_channel_dispatcher_callback_for_create_channel_with_hints callback, @@ -488,28 +488,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -544,12 +544,12 @@

out_Request :

-Used to return an 'out' argument if error is NULL: A <tp:dbus-ref namespace="org.freedesktop.Telepathy">ChannelRequest</tp:dbus-ref> object. +Used to return an 'out' argument if error is NULL: A <tp:dbus-ref namespace="org.freedesktop.Telepathy">ChannelRequest</tp:dbus-ref> object.

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -570,7 +570,7 @@ gint timeout_ms, const gchar *in_Account, GHashTable *in_Requested_Properties, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, const gchar *in_Preferred_Handler, tp_cli_channel_dispatcher_callback_for_ensure_channel callback, gpointer user_data, @@ -614,28 +614,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -670,12 +670,12 @@

out_Request :

-Used to return an 'out' argument if error is NULL: A <tp:dbus-ref namespace="org.freedesktop.Telepathy">ChannelRequest</tp:dbus-ref> object. +Used to return an 'out' argument if error is NULL: A <tp:dbus-ref namespace="org.freedesktop.Telepathy">ChannelRequest</tp:dbus-ref> object.

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -696,7 +696,7 @@ gint timeout_ms, const gchar *in_Account, GHashTable *in_Requested_Properties, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, const gchar *in_Preferred_Handler, GHashTable *in_Hints, tp_cli_channel_dispatcher_callback_for_ensure_channel_with_hints callback, @@ -745,28 +745,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -786,7 +786,7 @@ (TpChannelDispatcher *proxy, gint timeout_ms, const GPtrArray *in_Channels, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, const gchar *in_Preferred_Handler, tp_cli_channel_dispatcher_callback_for_delegate_channels callback, gpointer user_data, @@ -826,28 +826,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -867,7 +867,7 @@ (TpChannelDispatcher *proxy, gint timeout_ms, const gchar *in_Channel, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, tp_cli_channel_dispatcher_callback_for_present_channel callback, gpointer user_data, GDestroyNotify destroy, @@ -902,28 +902,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -959,16 +959,16 @@

out_Delegated :

-Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>The list of channels which have been delegated; the caller is no longer handling these channels.</p> <p>The client should remove these channels from its <tp:dbus-ref namespace="ofdT.Client.Handler">HandledChannels</tp:dbus-ref> property.</p> +Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>The list of channels which have been delegated; the caller is no longer handling these channels.</p> <p>The client should remove these channels from its <tp:dbus-ref namespace="ofdT.Client.Handler">HandledChannels</tp:dbus-ref> property.</p>

out_Not_Delegated :

-Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>The list of channels which have NOT been delegated; the caller is still handling these channels.</p> +Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>The list of channels which have NOT been delegated; the caller is still handling these channels.</p>

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -1003,7 +1003,7 @@

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -1086,7 +1086,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -1097,14 +1097,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -1185,7 +1185,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -1196,14 +1196,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-dispatch-operation.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-dispatch-operation.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-dispatch-operation.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-dispatch-operation.html 2012-03-22 22:27:15.000000000 +0000 @@ -91,7 +91,7 @@ (TpChannelDispatchOperation *proxy, gint timeout_ms, const gchar *in_Handler, - gint64 in_UserActionTime, + gint64 in_UserActionTime, tp_cli_channel_dispatch_operation_callback_for_handle_with_time callback, gpointer user_data, GDestroyNotify destroy, @@ -144,7 +144,7 @@ void tp_channel_dispatch_operation_handle_with_time_async (TpChannelDispatchOperation *self, const gchar *handler, - gint64 user_action_time, + gint64 user_action_time, GAsyncReadyCallback callback, gpointer user_data); gboolean tp_channel_dispatch_operation_handle_with_time_finish @@ -327,15 +327,15 @@

immutable_properties :

As many as are known of the immutable D-Bus -properties of this channel dispatch operation, or NULL if none are known +properties of this channel dispatch operation, or NULL if none are known

error :

-Used to raise an error if NULL is returned +Used to raise an error if NULL is returned

Returns :

-a new reference to an channel dispatch operation proxy, or NULL if +a new reference to an channel dispatch operation proxy, or NULL if object_path is not syntactically valid or the channel dispatcher is not running @@ -379,7 +379,7 @@

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -424,28 +424,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -480,7 +480,7 @@

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -530,28 +530,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -586,7 +586,7 @@

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -606,7 +606,7 @@ (TpChannelDispatchOperation *proxy, gint timeout_ms, const gchar *in_Handler, - gint64 in_UserActionTime, + gint64 in_UserActionTime, tp_cli_channel_dispatch_operation_callback_for_handle_with_time callback, gpointer user_data, GDestroyNotify destroy, @@ -641,28 +641,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -755,7 +755,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -766,14 +766,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -844,7 +844,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -855,14 +855,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -1086,7 +1086,7 @@

handler :

The well-known bus name (starting with TP_CLIENT_BUS_NAME_BASE) of the channel handler that should handle the -channel, or NULL if the client has no preferred channel handler. [allow-none] +channel, or NULL if the client has no preferred channel handler. [allow-none] @@ -1145,7 +1145,7 @@
void                tp_channel_dispatch_operation_handle_with_time_async
                                                         (TpChannelDispatchOperation *self,
                                                          const gchar *handler,
-                                                         gint64 user_action_time,
+                                                         gint64 user_action_time,
                                                          GAsyncReadyCallback callback,
                                                          gpointer user_data);

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

handler :

The well-known bus name (starting with TP_CLIENT_BUS_NAME_BASE) of the channel handler that should handle the -channel, or NULL if the client has no preferred channel handler. [allow-none] +channel, or NULL if the client has no preferred channel handler. [allow-none] diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-file-transfer.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-file-transfer.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-file-transfer.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-file-transfer.html 2012-03-22 22:27:15.000000000 +0000 @@ -46,7 +46,7 @@ guint in_Address_Type, guint in_Access_Control, const GValue *in_Access_Control_Param, - guint64 in_Offset, + guint64 in_Offset, tp_cli_channel_type_file_transfer_callback_for_accept_file callback, gpointer user_data, GDestroyNotify destroy, @@ -107,7 +107,7 @@ guint in_Address_Type, guint in_Access_Control, const GValue *in_Access_Control_Param, - guint64 in_Offset, + guint64 in_Offset, GValue **out_Address, GError **error, GMainLoop **loop); @@ -128,12 +128,12 @@ GObject *weak_object); void (*tp_cli_channel_type_file_transfer_signal_callback_initial_offset_defined) (TpChannel *proxy, - guint64 arg_InitialOffset, + guint64 arg_InitialOffset, gpointer user_data, GObject *weak_object); void (*tp_cli_channel_type_file_transfer_signal_callback_transferred_bytes_changed) (TpChannel *proxy, - guint64 arg_Count, + guint64 arg_Count, gpointer user_data, GObject *weak_object); void (*tp_cli_channel_type_file_transfer_signal_callback_uri_defined) @@ -160,7 +160,7 @@ guint in_Address_Type, guint in_Access_Control, const GValue *in_Access_Control_Param, - guint64 in_Offset, + guint64 in_Offset, tp_cli_channel_type_file_transfer_callback_for_accept_file callback, gpointer user_data, GDestroyNotify destroy, @@ -203,28 +203,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -284,28 +284,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -340,12 +340,12 @@

out_Address :

-Used to return an 'out' argument if error is NULL: The address on which the connection manager will listen for connections for this file transfer. +Used to return an 'out' argument if error is NULL: The address on which the connection manager will listen for connections for this file transfer.

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -380,12 +380,12 @@

out_Address :

-Used to return an 'out' argument if error is NULL: The address on which the connection manager will listen for connections for this file transfer. +Used to return an 'out' argument if error is NULL: The address on which the connection manager will listen for connections for this file transfer.

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -434,7 +434,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -445,14 +445,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -494,7 +494,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -505,14 +505,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -554,7 +554,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -565,14 +565,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -614,7 +614,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -625,14 +625,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -647,7 +647,7 @@ guint in_Address_Type, guint in_Access_Control, const GValue *in_Access_Control_Param, - guint64 in_Offset, + guint64 in_Offset, GValue **out_Address, GError **error, GMainLoop **loop); @@ -698,12 +698,12 @@

error :

-If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

loop :

-If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -772,12 +772,12 @@

error :

-If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

loop :

-If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -835,7 +835,7 @@

tp_cli_channel_type_file_transfer_signal_callback_initial_offset_defined ()

void                (*tp_cli_channel_type_file_transfer_signal_callback_initial_offset_defined)
                                                         (TpChannel *proxy,
-                                                         guint64 arg_InitialOffset,
+                                                         guint64 arg_InitialOffset,
                                                          gpointer user_data,
                                                          GObject *weak_object);

@@ -869,7 +869,7 @@

tp_cli_channel_type_file_transfer_signal_callback_transferred_bytes_changed ()

void                (*tp_cli_channel_type_file_transfer_signal_callback_transferred_bytes_changed)
                                                         (TpChannel *proxy,
-                                                         guint64 arg_Count,
+                                                         guint64 arg_Count,
                                                          gpointer user_data,
                                                          GObject *weak_object);

diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-group.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-group.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-group.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-group.html 2012-03-22 22:27:15.000000000 +0000 @@ -485,12 +485,12 @@

error :

-If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

loop :

-If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -554,12 +554,12 @@

error :

-If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

loop :

-If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -613,12 +613,12 @@

error :

-If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

loop :

-If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -677,12 +677,12 @@

error :

-If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

loop :

-If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -736,12 +736,12 @@

error :

-If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

loop :

-If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -795,12 +795,12 @@

error :

-If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

loop :

-If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -854,12 +854,12 @@

error :

-If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

loop :

-If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -913,12 +913,12 @@

error :

-If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

loop :

-If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -972,12 +972,12 @@

error :

-If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

loop :

-If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1036,12 +1036,12 @@

error :

-If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

loop :

-If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1105,12 +1105,12 @@

error :

-If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

loop :

-If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1166,28 +1166,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1236,28 +1236,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1306,28 +1306,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1381,28 +1381,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1451,28 +1451,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1521,28 +1521,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1591,28 +1591,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1661,28 +1661,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1731,28 +1731,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1807,28 +1807,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1888,28 +1888,28 @@

callback :

called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

user_data :

user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

destroy :

called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

weak_object :

-If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1944,7 +1944,7 @@

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -1985,20 +1985,20 @@

out_Members :

-Used to return an 'out' argument if error is NULL: array of handles of current members +Used to return an 'out' argument if error is NULL: array of handles of current members

out_Local_Pending :

-Used to return an 'out' argument if error is NULL: array of handles of local pending members +Used to return an 'out' argument if error is NULL: array of handles of local pending members

out_Remote_Pending :

-Used to return an 'out' argument if error is NULL: array of handles of remote pending members +Used to return an 'out' argument if error is NULL: array of handles of remote pending members

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -2037,12 +2037,12 @@

out_Group_Flags :

-Used to return an 'out' argument if error is NULL: The value of the GroupFlags property (TpChannelGroupFlags) +Used to return an 'out' argument if error is NULL: The value of the GroupFlags property (TpChannelGroupFlags)

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -2081,12 +2081,12 @@

out_Owners :

-Used to return an 'out' argument if error is NULL: An array of integer handles representing the owner handles of the given room members, in the same order, or 0 if the owner is not available +Used to return an 'out' argument if error is NULL: An array of integer handles representing the owner handles of the given room members, in the same order, or 0 if the owner is not available

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -2125,12 +2125,12 @@

out_Handles :

-Used to return an 'out' argument if error is NULL: (Undocumented) +Used to return an 'out' argument if error is NULL: (Undocumented)

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -2169,12 +2169,12 @@

out_Info :

-Used to return an 'out' argument if error is NULL: An array of structs containing: <ul> <li> A handle representing the contact requesting channel membership </li> <li> A handle representing the contact making the request, or 0 if unknown </li> <li> The reason for the request: one of the values of <tp:type>Channel_Group_Change_Reason</tp:type> </li> <li> A string message containing the reason for the request if any (or blank if none) </li> </ul> +Used to return an 'out' argument if error is NULL: An array of structs containing: <ul> <li> A handle representing the contact requesting channel membership </li> <li> A handle representing the contact making the request, or 0 if unknown </li> <li> The reason for the request: one of the values of <tp:type>Channel_Group_Change_Reason</tp:type> </li> <li> A string message containing the reason for the request if any (or blank if none) </li> </ul>

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -2213,12 +2213,12 @@

out_Handles :

-Used to return an 'out' argument if error is NULL: (Undocumented) +Used to return an 'out' argument if error is NULL: (Undocumented)

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -2257,12 +2257,12 @@

out_Handles :

-Used to return an 'out' argument if error is NULL: (Undocumented) +Used to return an 'out' argument if error is NULL: (Undocumented)

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -2301,12 +2301,12 @@

out_Self_Handle :

-Used to return an 'out' argument if error is NULL: (Undocumented) (TpContactHandle) +Used to return an 'out' argument if error is NULL: (Undocumented) (TpContactHandle)

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -2341,7 +2341,7 @@

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -2376,7 +2376,7 @@

error :

-NULL on success, or an error on failure +NULL on success, or an error on failure

user_data :

@@ -2425,7 +2425,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -2436,14 +2436,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -2485,7 +2485,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -2496,14 +2496,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -2545,7 +2545,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -2556,14 +2556,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -2762,7 +2762,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -2773,14 +2773,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -2822,7 +2822,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -2833,14 +2833,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -2955,7 +2955,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -2966,14 +2966,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -3015,7 +3015,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -3026,14 +3026,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -3221,7 +3221,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -3232,14 +3232,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -3281,7 +3281,7 @@

destroy :

Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -3292,14 +3292,14 @@

error :

-If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

Returns :

a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel.html 2012-03-22 22:27:15.000000000 +0000 @@ -385,17 +385,17 @@

conn :

-a connection; may not be NULL +a connection; may not be NULL

object_path :

-the object path of the channel; may not be NULL +the object path of the channel; may not be NULL

optional_channel_type :

-the channel type if already known, or NULL if not +the channel type if already known, or NULL if not

optional_handle_type :

@@ -410,11 +410,11 @@

error :

-used to indicate the error if NULL is returned +used to indicate the error if NULL is returned

Returns :

-a new channel proxy, or NULL on invalid arguments. +a new channel proxy, or NULL on invalid arguments.
@@ -435,12 +435,12 @@

conn :

-a connection; may not be NULL +a connection; may not be NULL

object_path :

-the object path of the channel; may not be NULL +the object path of the channel; may not be NULL @@ -453,11 +453,11 @@

error :

-used to indicate the error if NULL is returned +used to indicate the error if NULL is returned

Returns :

-a new channel proxy, or NULL on invalid arguments +a new channel proxy, or NULL on invalid arguments @@ -490,12 +490,12 @@

error :

-if not NULL and FALSE is returned, used to raise an error +if not NULL and FALSE is returned, used to raise an error

loop :

-if not NULL, a GMainLoop is placed here while it is being run -(so calling code can call g_main_loop_quit() to abort), and NULL is +if not NULL, a GMainLoop is placed here while it is being run +(so calling code can call g_main_loop_quit() to abort), and NULL is placed here after the loop has been run @@ -516,7 +516,7 @@ gpointer user_data);

Warning

-

TpChannelWhenReadyCb is deprecated and should not be used in newly-written code. 0.17.UNRELEASED

+

TpChannelWhenReadyCb is deprecated and should not be used in newly-written code. 0.17.6

Signature of a callback passed to tp_channel_call_when_ready(), which @@ -529,13 +529,13 @@

channel :

the channel (which may be in the middle of being disposed, -if error is non-NULL, error->domain is TP_DBUS_ERRORS and error->code is +if error is non-NULL, error->domain is TP_DBUS_ERRORS and error->code is TP_DBUS_ERROR_PROXY_UNREFERENCED)

error :

-NULL if the channel is ready for use, or the error with which +NULL if the channel is ready for use, or the error with which it was invalidated if it is now invalid @@ -554,7 +554,7 @@ gpointer user_data);

Warning

-

tp_channel_call_when_ready is deprecated and should not be used in newly-written code. 0.17.UNRELEASED: Use tp_proxy_prepare_async()

+

tp_channel_call_when_ready has been deprecated since version 0.17.6 and should not be used in newly-written code. Use tp_proxy_prepare_async()

If self is ready for use or has been invalidated, call callback @@ -608,7 +608,7 @@

gboolean            tp_channel_is_ready                 (TpChannel *self);

Warning

-

tp_channel_is_ready is deprecated and should not be used in newly-written code. 0.17.UNRELEASED: use tp_proxy_is_prepared() with +

tp_channel_is_ready has been deprecated since version 0.17.6 and should not be used in newly-written code. use tp_proxy_is_prepared() with TP_CHANNEL_FEATURE_CORE

@@ -781,7 +781,7 @@

This is the same as the "channel-type" property; it isn't -guaranteed to be non-NULL until the TP_CHANNEL_FEATURE_CORE feature has +guaranteed to be non-NULL until the TP_CHANNEL_FEATURE_CORE feature has been prepared.

@@ -794,7 +794,7 @@ +type or NULL, if the channel is not yet ready.

Returns :

the channel type, if the channel is ready; either the channel -type or NULL, if the channel is not yet ready.
@@ -845,7 +845,7 @@ feature is ready.

-If handle_type is not NULL, the type of handle is written into it. +If handle_type is not NULL, the type of handle is written into it. This will be TP_UNKNOWN_HANDLE_TYPE if the handle has not yet been discovered, or TP_HANDLE_TYPE_NONE if there is no handle with which this channel will always communicate. This is the same as the @@ -860,7 +860,7 @@

handle_type :

-if not NULL, used to return the type of this handle. [out] +if not NULL, used to return the type of this handle. [out] @@ -885,8 +885,8 @@

Changed in 0.11.4: as with "identifier", this could -previously either be NULL or the empty string if there was no suitable -value. It is now non-NULL in all cases. +previously either be NULL or the empty string if there was no suitable +value. It is now non-NULL in all cases.

@@ -1212,7 +1212,7 @@ - @@ -1528,7 +1528,7 @@
  • if contact is channel-specific and its globally valid "owner" is known, return that owner;

  • if contact is channel-specific and its globally valid "owner" is unknown, - return NULL;

  • + return NULL;

  • if contact is globally valid, return contact itself

  • @@ -1569,7 +1569,7 @@

    @@ -1632,10 +1632,10 @@

    If self is a group but TP_CHANNEL_FEATURE_GROUP has not been prepared, -the result may either be a set of members, or NULL. +the result may either be a set of members, or NULL.

    -If self is not a group, return NULL. +If self is not a group, return NULL.

    callback :

    a callback to call when we closed the channel, or NULL +a callback to call when we closed the channel, or NULL to ignore any reply

    Returns :

    the global contact that owns the given contact, -or NULL. [transfer none] +or NULL. [transfer none]
    @@ -1646,7 +1646,7 @@ - @@ -1664,10 +1664,10 @@

    If self is a group but TP_CHANNEL_FEATURE_CONTACTS has not been prepared, -the result may either be a set of members, or NULL. +the result may either be a set of members, or NULL.

    -If self is not a group, return NULL. +If self is not a group, return NULL.

    Returns :

    the members, or NULL. [transfer none] +the members, or NULL. [transfer none]
    @@ -1678,7 +1678,7 @@ - @@ -1695,10 +1695,10 @@

    If self is a group but TP_CHANNEL_FEATURE_GROUP has not been prepared, -the result may either be a set of local-pending members, or NULL. +the result may either be a set of local-pending members, or NULL.

    -If self is not a group, return NULL. +If self is not a group, return NULL.

    Returns :

    a new GPtrArray of TpContact, free it with g_ptr_array_unref(), or NULL. [transfer container][type GLib.PtrArray][element-type TelepathyGLib.Contact] +a new GPtrArray of TpContact, free it with g_ptr_array_unref(), or NULL. [transfer container][type GLib.PtrArray][element-type TelepathyGLib.Contact]
    @@ -1709,7 +1709,7 @@ - @@ -1727,10 +1727,10 @@

    If self is a group but TP_CHANNEL_FEATURE_CONTACTS has not been prepared, -the result may either be a set of local-pending members, or NULL. +the result may either be a set of local-pending members, or NULL.

    -If self is not a group, return NULL. +If self is not a group, return NULL.

    Returns :

    the local-pending members, or NULL. [transfer none] +the local-pending members, or NULL. [transfer none]
    @@ -1741,7 +1741,7 @@ - @@ -1758,10 +1758,10 @@

    If self is a group but TP_CHANNEL_FEATURE_GROUP has not been prepared, -the result may either be a set of remote-pending members, or NULL. +the result may either be a set of remote-pending members, or NULL.

    -If self is not a group, return NULL. +If self is not a group, return NULL.

    Returns :

    a new GPtrArray of TpContact, free it with g_ptr_array_unref(), or NULL. [transfer container][type GLib.PtrArray][element-type TelepathyGLib.Contact] +a new GPtrArray of TpContact, free it with g_ptr_array_unref(), or NULL. [transfer container][type GLib.PtrArray][element-type TelepathyGLib.Contact]
    @@ -1772,7 +1772,7 @@ - @@ -1790,10 +1790,10 @@

    If self is a group but TP_CHANNEL_FEATURE_CONTACTS has not been prepared, -the result may either be a set of remote-pending members, or NULL. +the result may either be a set of remote-pending members, or NULL.

    -If self is not a group, return NULL. +If self is not a group, return NULL.

    Returns :

    the remote-pending members, or NULL. [transfer none] +the remote-pending members, or NULL. [transfer none]
    @@ -1804,7 +1804,7 @@ - @@ -1845,19 +1845,19 @@ - - - @@ -1887,7 +1887,7 @@

    If local_pending is not the handle of a local-pending contact, -write NULL into actor, TP_CHANNEL_GROUP_CHANGE_REASON_NONE into reason +write NULL into actor, TP_CHANNEL_GROUP_CHANGE_REASON_NONE into reason and "" into message, and return FALSE.

    Returns :

    a new GPtrArray of TpContact, free it with g_ptr_array_unref(), or NULL. [transfer container][type GLib.PtrArray][element-type TelepathyGLib.Contact] +a new GPtrArray of TpContact, free it with g_ptr_array_unref(), or NULL. [transfer container][type GLib.PtrArray][element-type TelepathyGLib.Contact]

    actor :

    either NULL or a location to return the contact +either NULL or a location to return the contact who requested the change. [out][allow-none]

    reason :

    either NULL or a location to return the reason +either NULL or a location to return the reason for the change. [out][allow-none]

    message :

    either NULL or a location to +either NULL or a location to return the user-supplied message. [out][transfer none][allow-none]
    @@ -1904,19 +1904,19 @@ - - - @@ -2103,28 +2103,28 @@ - @@ -2173,28 +2173,28 @@ - @@ -2242,28 +2242,28 @@ - @@ -2311,28 +2311,28 @@ - @@ -2367,7 +2367,7 @@ +NULL on success, or an error on failure @@ -2406,12 +2406,12 @@ - + +NULL on success, or an error on failure @@ -2451,16 +2451,16 @@ - + - + +NULL on success, or an error on failure @@ -2499,12 +2499,12 @@ - + +NULL on success, or an error on failure @@ -2551,12 +2551,12 @@ - - - - - - - - @@ -2796,14 +2796,14 @@ - @@ -2870,28 +2870,28 @@ - @@ -2926,7 +2926,7 @@ +NULL on success, or an error on failure @@ -2974,12 +2974,12 @@ - - - @@ -539,28 +539,28 @@ - @@ -615,28 +615,28 @@ - @@ -691,28 +691,28 @@ - @@ -747,12 +747,12 @@ - + +NULL on success, or an error on failure @@ -787,7 +787,7 @@ +NULL on success, or an error on failure @@ -822,7 +822,7 @@ +NULL on success, or an error on failure @@ -857,12 +857,12 @@ - + +NULL on success, or an error on failure @@ -915,12 +915,12 @@ - - - - - - - - @@ -1173,14 +1173,14 @@ - @@ -1222,7 +1222,7 @@ @@ -1233,14 +1233,14 @@ - @@ -1282,7 +1282,7 @@ @@ -1293,14 +1293,14 @@ - @@ -1342,7 +1342,7 @@ @@ -1353,14 +1353,14 @@ - @@ -1402,7 +1402,7 @@ @@ -1413,14 +1413,14 @@ - @@ -1663,28 +1663,28 @@ - @@ -1719,12 +1719,12 @@ - + +NULL on success, or an error on failure @@ -1773,7 +1773,7 @@ @@ -1784,14 +1784,14 @@ - @@ -1837,12 +1837,12 @@ - - - - - - - @@ -2131,28 +2131,28 @@ - @@ -2187,7 +2187,7 @@ +NULL on success, or an error on failure @@ -2222,7 +2222,7 @@ +NULL on success, or an error on failure @@ -2272,28 +2272,28 @@ - @@ -2328,7 +2328,7 @@ +NULL on success, or an error on failure @@ -2377,7 +2377,7 @@ @@ -2388,14 +2388,14 @@ - @@ -2471,7 +2471,7 @@ @@ -2482,14 +2482,14 @@ - @@ -2565,7 +2565,7 @@ @@ -2576,14 +2576,14 @@ - @@ -2646,16 +2646,16 @@ - + - + +NULL on success, or an error on failure @@ -2700,28 +2700,28 @@ - @@ -2779,12 +2779,12 @@ - - +NULL on success, or an error on failure @@ -2870,28 +2870,28 @@ - @@ -2944,12 +2944,12 @@ - - @@ -3049,14 +3049,14 @@ - @@ -3102,12 +3102,12 @@ - - - @@ -3209,12 +3209,12 @@ - + +NULL on success, or an error on failure @@ -3263,7 +3263,7 @@ @@ -3274,14 +3274,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-request.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-request.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-request.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-request.html 2012-03-22 22:27:15.000000000 +0000 @@ -61,7 +61,7 @@ const GHashTable * tp_channel_request_get_immutable_properties (TpChannelRequest *self); TpAccount * tp_channel_request_get_account (TpChannelRequest *self); -gint64tp_channel_request_get_user_action_time +gint64tp_channel_request_get_user_action_time (TpChannelRequest *self); const gchar * tp_channel_request_get_preferred_handler (TpChannelRequest *self); @@ -147,7 +147,7 @@ "hints" GHashTable_gchararray+GValue_* : Read "immutable-properties" GHashTable_gchararray+GValue_* : Read / Write / Construct Only "preferred-handler" gchar* : Read - "user-action-time" gint64 : Read + "user-action-time" gint64 : Read
    @@ -248,15 +248,15 @@
    +properties of this channel request, or NULL if none are known - + - @@ -361,7 +361,7 @@

    tp_channel_request_get_user_action_time ()

    -
    gint64              tp_channel_request_get_user_action_time
    +
    gint64              tp_channel_request_get_user_action_time
                                                             (TpChannelRequest *self);

    return the "user-action-time" construct-only property @@ -455,7 +455,7 @@

    +NULL on success, or an error on failure @@ -499,28 +499,28 @@ - @@ -555,7 +555,7 @@ +NULL on success, or an error on failure @@ -600,28 +600,28 @@ - @@ -709,7 +709,7 @@ @@ -720,14 +720,14 @@ - @@ -798,7 +798,7 @@ @@ -809,14 +809,14 @@ - @@ -907,7 +907,7 @@ @@ -918,14 +918,14 @@ - @@ -972,7 +972,7 @@
      "hints"                    GHashTable_gchararray+GValue_*  : Read

    A TP_HASH_TYPE_STRING_VARIANT_MAP of metadata provided by -the channel requester; or NULL if "immutable-properties" +the channel requester; or NULL if "immutable-properties" is not defined or if no hints has been defined.

    @@ -1005,7 +1005,7 @@

    Either the well-known bus name (starting with TP_CLIENT_BUS_NAME_BASE) of the preferred handler for this channel request, -or NULL to indicate that any handler would be acceptable. +or NULL to indicate that any handler would be acceptable.

    Read-only. @@ -1016,7 +1016,7 @@


    The "user-action-time" property

    -
      "user-action-time"         gint64                : Read
    +
      "user-action-time"         gint64                : Read

    The time at which user action occurred, or TP_USER_ACTION_TIME_NOT_USER_ACTION if this channel request is @@ -1071,7 +1071,7 @@

    With telepathy-mission-control version 5.7.1 and earlier, connection and -channel will be NULL. When using newer versions, they will be correctly +channel will be NULL. When using newer versions, they will be correctly set to the newly-created channel, and the connection which owns it.

    @@ -1089,12 +1089,12 @@

    - - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-room.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-room.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-room.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-room.html 2012-03-22 22:27:15.000000000 +0000 @@ -133,28 +133,28 @@ - @@ -189,7 +189,7 @@ +NULL on success, or an error on failure @@ -239,28 +239,28 @@ - @@ -295,7 +295,7 @@ +NULL on success, or an error on failure diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-roomlist.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-roomlist.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-roomlist.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-roomlist.html 2012-03-22 22:27:15.000000000 +0000 @@ -160,28 +160,28 @@ - @@ -226,28 +226,28 @@ - @@ -292,28 +292,28 @@ - @@ -348,12 +348,12 @@ - + +NULL on success, or an error on failure @@ -388,7 +388,7 @@ +NULL on success, or an error on failure @@ -423,7 +423,7 @@ +NULL on success, or an error on failure @@ -476,12 +476,12 @@ - - - - - - @@ -650,14 +650,14 @@ - @@ -699,7 +699,7 @@ @@ -710,14 +710,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-text.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-text.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-text.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-text.html 2012-03-22 22:27:15.000000000 +0000 @@ -441,12 +441,12 @@ - - - - - - - - - @@ -753,28 +753,28 @@ - @@ -828,28 +828,28 @@ - @@ -907,28 +907,28 @@ - @@ -963,7 +963,7 @@ +NULL on success, or an error on failure @@ -1002,12 +1002,12 @@ - + +NULL on success, or an error on failure @@ -1046,12 +1046,12 @@ - + +NULL on success, or an error on failure @@ -1090,7 +1090,7 @@ +NULL on success, or an error on failure @@ -1139,7 +1139,7 @@ @@ -1150,14 +1150,14 @@ - @@ -1199,7 +1199,7 @@ @@ -1210,14 +1210,14 @@ - @@ -1259,7 +1259,7 @@ @@ -1270,14 +1270,14 @@ - @@ -1319,7 +1319,7 @@ @@ -1330,14 +1330,14 @@ - @@ -1550,12 +1550,12 @@ - + +NULL on success, or an error on failure @@ -1614,28 +1614,28 @@ - @@ -1698,12 +1698,12 @@ - - - + +NULL on success, or an error on failure @@ -1799,28 +1799,28 @@ - @@ -1883,12 +1883,12 @@ - - @@ -1983,14 +1983,14 @@ - @@ -2076,7 +2076,7 @@ @@ -2087,14 +2087,14 @@ - @@ -2170,7 +2170,7 @@ @@ -2181,14 +2181,14 @@ - @@ -2234,12 +2234,12 @@ - - - @@ -2346,7 +2346,7 @@ +NULL on success, or an error on failure @@ -2395,7 +2395,7 @@ @@ -2406,14 +2406,14 @@ - @@ -2498,12 +2498,12 @@ - - - - - @@ -2684,28 +2684,28 @@ - @@ -2740,12 +2740,12 @@ - + +NULL on success, or an error on failure @@ -2780,12 +2780,12 @@ - + +NULL on success, or an error on failure @@ -2834,7 +2834,7 @@ @@ -2845,14 +2845,14 @@ - @@ -2933,7 +2933,7 @@ @@ -2944,14 +2944,14 @@ - @@ -3028,28 +3028,28 @@ - @@ -3086,20 +3086,20 @@ - + - + - + +NULL on success, or an error on failure @@ -3167,12 +3167,12 @@ - - @@ -258,14 +258,14 @@ - @@ -360,12 +360,12 @@ - - - - - @@ -586,28 +586,28 @@ - @@ -642,7 +642,7 @@ +NULL on success, or an error on failure @@ -677,12 +677,12 @@ - + +NULL on success, or an error on failure @@ -731,7 +731,7 @@ @@ -742,14 +742,14 @@ - @@ -791,7 +791,7 @@ @@ -802,14 +802,14 @@ - @@ -851,7 +851,7 @@ @@ -862,14 +862,14 @@ - @@ -1047,12 +1047,12 @@ - - - - - @@ -1243,28 +1243,28 @@ - @@ -1299,12 +1299,12 @@ - + +NULL on success, or an error on failure @@ -1339,12 +1339,12 @@ - + +NULL on success, or an error on failure @@ -1393,7 +1393,7 @@ @@ -1404,14 +1404,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-tubes.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-tubes.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-tubes.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-tubes.html 2012-03-22 22:27:15.000000000 +0000 @@ -408,12 +408,12 @@ - - - - - - - - - - - - - - - - - - - - - - - @@ -1220,28 +1220,28 @@ - @@ -1291,28 +1291,28 @@ - @@ -1357,28 +1357,28 @@ - @@ -1423,28 +1423,28 @@ - @@ -1494,28 +1494,28 @@ - @@ -1565,28 +1565,28 @@ - @@ -1636,28 +1636,28 @@ - @@ -1702,28 +1702,28 @@ - @@ -1778,28 +1778,28 @@ - @@ -1874,28 +1874,28 @@ - @@ -1930,12 +1930,12 @@ - + +NULL on success, or an error on failure @@ -1970,12 +1970,12 @@ - + +NULL on success, or an error on failure @@ -2010,7 +2010,7 @@ +NULL on success, or an error on failure @@ -2045,12 +2045,12 @@ - + +NULL on success, or an error on failure @@ -2085,12 +2085,12 @@ - + +NULL on success, or an error on failure @@ -2125,12 +2125,12 @@ - + +NULL on success, or an error on failure @@ -2165,12 +2165,12 @@ - + +NULL on success, or an error on failure @@ -2206,16 +2206,16 @@ - + - + +NULL on success, or an error on failure @@ -2250,12 +2250,12 @@ - + +NULL on success, or an error on failure @@ -2290,12 +2290,12 @@ - + +NULL on success, or an error on failure @@ -2330,12 +2330,12 @@ - + +NULL on success, or an error on failure @@ -2384,7 +2384,7 @@ @@ -2395,14 +2395,14 @@ - @@ -2444,7 +2444,7 @@ @@ -2455,14 +2455,14 @@ - @@ -2504,7 +2504,7 @@ @@ -2515,14 +2515,14 @@ - @@ -2564,7 +2564,7 @@ @@ -2575,14 +2575,14 @@ - @@ -2624,7 +2624,7 @@ @@ -2635,14 +2635,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-cli-anonymity.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-cli-anonymity.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-cli-anonymity.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-cli-anonymity.html 2012-03-22 22:27:15.000000000 +0000 @@ -104,7 +104,7 @@ @@ -115,14 +115,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-cli-call-channel.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-cli-call-channel.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-cli-call-channel.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-cli-call-channel.html 2012-03-22 22:27:15.000000000 +0000 @@ -204,28 +204,28 @@ - @@ -285,28 +285,28 @@ - @@ -366,28 +366,28 @@ - @@ -432,28 +432,28 @@ - @@ -498,28 +498,28 @@ - @@ -554,7 +554,7 @@ +NULL on success, or an error on failure @@ -589,12 +589,12 @@ - + +NULL on success, or an error on failure @@ -629,7 +629,7 @@ +NULL on success, or an error on failure @@ -664,7 +664,7 @@ +NULL on success, or an error on failure @@ -699,7 +699,7 @@ +NULL on success, or an error on failure @@ -748,7 +748,7 @@ @@ -759,14 +759,14 @@ - @@ -808,7 +808,7 @@ @@ -819,14 +819,14 @@ - @@ -868,7 +868,7 @@ @@ -879,14 +879,14 @@ - @@ -928,7 +928,7 @@ @@ -939,14 +939,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-cli-call-content.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-cli-call-content.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-cli-call-content.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-cli-call-content.html 2012-03-22 22:27:15.000000000 +0000 @@ -392,28 +392,28 @@ - @@ -448,7 +448,7 @@ +NULL on success, or an error on failure @@ -497,7 +497,7 @@ @@ -508,14 +508,14 @@ - @@ -557,7 +557,7 @@ @@ -568,14 +568,14 @@ - @@ -696,28 +696,28 @@ - @@ -767,28 +767,28 @@ - @@ -838,28 +838,28 @@ - @@ -894,7 +894,7 @@ +NULL on success, or an error on failure @@ -929,7 +929,7 @@ +NULL on success, or an error on failure @@ -964,7 +964,7 @@ +NULL on success, or an error on failure @@ -1013,7 +1013,7 @@ @@ -1024,14 +1024,14 @@ - @@ -1073,7 +1073,7 @@ @@ -1084,14 +1084,14 @@ - @@ -1133,7 +1133,7 @@ @@ -1144,14 +1144,14 @@ - @@ -1193,7 +1193,7 @@ @@ -1204,14 +1204,14 @@ - @@ -1253,7 +1253,7 @@ @@ -1264,14 +1264,14 @@ - @@ -1313,7 +1313,7 @@ @@ -1324,14 +1324,14 @@ - @@ -1582,7 +1582,7 @@ @@ -1593,14 +1593,14 @@ - @@ -1642,7 +1642,7 @@ @@ -1653,14 +1653,14 @@ - @@ -1702,7 +1702,7 @@ @@ -1713,14 +1713,14 @@ - @@ -1762,7 +1762,7 @@ @@ -1773,14 +1773,14 @@ - @@ -1822,7 +1822,7 @@ @@ -1833,14 +1833,14 @@ - @@ -2048,28 +2048,28 @@ - @@ -2119,28 +2119,28 @@ - @@ -2175,7 +2175,7 @@ +NULL on success, or an error on failure @@ -2210,7 +2210,7 @@ +NULL on success, or an error on failure @@ -2260,28 +2260,28 @@ - @@ -2331,28 +2331,28 @@ - @@ -2397,28 +2397,28 @@ - @@ -2453,7 +2453,7 @@ +NULL on success, or an error on failure @@ -2488,7 +2488,7 @@ +NULL on success, or an error on failure @@ -2523,7 +2523,7 @@ +NULL on success, or an error on failure @@ -2572,7 +2572,7 @@ @@ -2583,14 +2583,14 @@ - @@ -2632,7 +2632,7 @@ @@ -2643,14 +2643,14 @@ - @@ -2692,7 +2692,7 @@ @@ -2703,14 +2703,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-cli-call-misc.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-cli-call-misc.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-cli-call-misc.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-cli-call-misc.html 2012-03-22 22:27:15.000000000 +0000 @@ -245,28 +245,28 @@ - @@ -316,28 +316,28 @@ - @@ -372,7 +372,7 @@ +NULL on success, or an error on failure @@ -407,7 +407,7 @@ +NULL on success, or an error on failure @@ -462,28 +462,28 @@ - @@ -538,28 +538,28 @@ - @@ -609,28 +609,28 @@ - @@ -685,28 +685,28 @@ - @@ -761,28 +761,28 @@ - @@ -817,7 +817,7 @@ +NULL on success, or an error on failure @@ -852,7 +852,7 @@ +NULL on success, or an error on failure @@ -887,7 +887,7 @@ +NULL on success, or an error on failure @@ -922,7 +922,7 @@ +NULL on success, or an error on failure @@ -957,7 +957,7 @@ +NULL on success, or an error on failure @@ -1006,7 +1006,7 @@ @@ -1017,14 +1017,14 @@ - @@ -1066,7 +1066,7 @@ @@ -1077,14 +1077,14 @@ - @@ -1126,7 +1126,7 @@ @@ -1137,14 +1137,14 @@ - @@ -1186,7 +1186,7 @@ @@ -1197,14 +1197,14 @@ - @@ -1246,7 +1246,7 @@ @@ -1257,14 +1257,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-cli-call-stream.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-cli-call-stream.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-cli-call-stream.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-cli-call-stream.html 2012-03-22 22:27:15.000000000 +0000 @@ -363,28 +363,28 @@ - @@ -434,28 +434,28 @@ - @@ -490,7 +490,7 @@ +NULL on success, or an error on failure @@ -525,7 +525,7 @@ +NULL on success, or an error on failure @@ -574,7 +574,7 @@ @@ -585,14 +585,14 @@ - @@ -634,7 +634,7 @@ @@ -645,14 +645,14 @@ - @@ -783,28 +783,28 @@ - @@ -854,28 +854,28 @@ - @@ -925,28 +925,28 @@ - @@ -996,28 +996,28 @@ - @@ -1062,28 +1062,28 @@ - @@ -1143,28 +1143,28 @@ - @@ -1224,28 +1224,28 @@ - @@ -1300,28 +1300,28 @@ - @@ -1356,7 +1356,7 @@ +NULL on success, or an error on failure @@ -1391,7 +1391,7 @@ +NULL on success, or an error on failure @@ -1426,7 +1426,7 @@ +NULL on success, or an error on failure @@ -1461,7 +1461,7 @@ +NULL on success, or an error on failure @@ -1496,7 +1496,7 @@ +NULL on success, or an error on failure @@ -1531,7 +1531,7 @@ +NULL on success, or an error on failure @@ -1566,7 +1566,7 @@ +NULL on success, or an error on failure @@ -1601,7 +1601,7 @@ +NULL on success, or an error on failure @@ -1650,7 +1650,7 @@ @@ -1661,14 +1661,14 @@ - @@ -1710,7 +1710,7 @@ @@ -1721,14 +1721,14 @@ - @@ -1770,7 +1770,7 @@ @@ -1781,14 +1781,14 @@ - @@ -1830,7 +1830,7 @@ @@ -1841,14 +1841,14 @@ - @@ -1890,7 +1890,7 @@ @@ -1901,14 +1901,14 @@ - @@ -1950,7 +1950,7 @@ @@ -1961,14 +1961,14 @@ - @@ -2010,7 +2010,7 @@ @@ -2021,14 +2021,14 @@ - @@ -2070,7 +2070,7 @@ @@ -2081,14 +2081,14 @@ - @@ -2130,7 +2130,7 @@ @@ -2141,14 +2141,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-client-channel-factory.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-client-channel-factory.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-client-channel-factory.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-client-channel-factory.html 2012-03-22 22:27:15.000000000 +0000 @@ -207,11 +207,11 @@ - + - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-client.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-client.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-client.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-client.html 2012-03-22 22:27:15.000000000 +0000 @@ -77,7 +77,7 @@ const gchar *in_Connection, const GPtrArray *in_Channels, const GPtrArray *in_Requests_Satisfied, - guint64 in_User_Action_Time, + guint64 in_User_Action_Time, GHashTable *in_Handler_Info, tp_cli_client_handler_callback_for_handle_channels callback, gpointer user_data, @@ -215,7 +215,7 @@ +NULL on success, or an error on failure @@ -290,28 +290,28 @@ - @@ -346,7 +346,7 @@ +NULL on success, or an error on failure @@ -369,7 +369,7 @@ const gchar *in_Connection, const GPtrArray *in_Channels, const GPtrArray *in_Requests_Satisfied, - guint64 in_User_Action_Time, + guint64 in_User_Action_Time, GHashTable *in_Handler_Info, tp_cli_client_handler_callback_for_handle_channels callback, gpointer user_data, @@ -421,28 +421,28 @@ - @@ -477,7 +477,7 @@ +NULL on success, or an error on failure @@ -532,28 +532,28 @@ - @@ -588,7 +588,7 @@ +NULL on success, or an error on failure @@ -648,28 +648,28 @@ - @@ -704,7 +704,7 @@ +NULL on success, or an error on failure @@ -764,28 +764,28 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-cli-service-point.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-cli-service-point.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-cli-service-point.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-cli-service-point.html 2012-03-22 22:27:15.000000000 +0000 @@ -117,7 +117,7 @@ @@ -128,14 +128,14 @@ - @@ -211,7 +211,7 @@ @@ -222,14 +222,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-addressing.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-addressing.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-addressing.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-addressing.html 2012-03-22 22:27:15.000000000 +0000 @@ -125,28 +125,28 @@ - @@ -206,28 +206,28 @@ - @@ -263,16 +263,16 @@ - + - + +NULL on success, or an error on failure @@ -308,16 +308,16 @@ - + - + +NULL on success, or an error on failure diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-aliasing.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-aliasing.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-aliasing.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-aliasing.html 2012-03-22 22:27:15.000000000 +0000 @@ -183,12 +183,12 @@ - - - - - - - - - @@ -492,28 +492,28 @@ - @@ -563,28 +563,28 @@ - @@ -634,28 +634,28 @@ - @@ -690,12 +690,12 @@ - + +NULL on success, or an error on failure @@ -730,12 +730,12 @@ - + +NULL on success, or an error on failure @@ -770,12 +770,12 @@ - + +NULL on success, or an error on failure @@ -810,7 +810,7 @@ +NULL on success, or an error on failure @@ -859,7 +859,7 @@ @@ -870,14 +870,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-avatars.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-avatars.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-avatars.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-avatars.html 2012-03-22 22:27:15.000000000 +0000 @@ -267,12 +267,12 @@ - - - - - - - - - - - - - - - @@ -797,28 +797,28 @@ - @@ -872,28 +872,28 @@ - @@ -943,28 +943,28 @@ - @@ -1018,28 +1018,28 @@ - @@ -1089,28 +1089,28 @@ - @@ -1165,28 +1165,28 @@ - @@ -1221,7 +1221,7 @@ +NULL on success, or an error on failure @@ -1265,32 +1265,32 @@ - + - + - + - + - + - + +NULL on success, or an error on failure @@ -1329,12 +1329,12 @@ - + +NULL on success, or an error on failure @@ -1369,12 +1369,12 @@ - + +NULL on success, or an error on failure @@ -1414,16 +1414,16 @@ - + - + +NULL on success, or an error on failure @@ -1458,7 +1458,7 @@ +NULL on success, or an error on failure @@ -1493,12 +1493,12 @@ - + +NULL on success, or an error on failure @@ -1547,7 +1547,7 @@ @@ -1558,14 +1558,14 @@ - @@ -1607,7 +1607,7 @@ @@ -1618,14 +1618,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-balance.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-balance.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-balance.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-balance.html 2012-03-22 22:27:15.000000000 +0000 @@ -103,7 +103,7 @@ @@ -114,14 +114,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-caps.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-caps.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-caps.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-caps.html 2012-03-22 22:27:15.000000000 +0000 @@ -165,12 +165,12 @@ - + +NULL on success, or an error on failure @@ -220,28 +220,28 @@ - @@ -276,7 +276,7 @@ +NULL on success, or an error on failure @@ -326,28 +326,28 @@ - @@ -430,7 +430,7 @@ @@ -441,14 +441,14 @@ - @@ -496,28 +496,28 @@ - @@ -567,28 +567,28 @@ - @@ -623,12 +623,12 @@ - + +NULL on success, or an error on failure @@ -663,12 +663,12 @@ - + +NULL on success, or an error on failure @@ -717,7 +717,7 @@ @@ -728,14 +728,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-cellular.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-cellular.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-cellular.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-cellular.html 2012-03-22 22:27:15.000000000 +0000 @@ -98,7 +98,7 @@ @@ -109,14 +109,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-client-types.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-client-types.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-client-types.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-client-types.html 2012-03-22 22:27:15.000000000 +0000 @@ -134,28 +134,28 @@ - @@ -205,28 +205,28 @@ - @@ -261,12 +261,12 @@ - + +NULL on success, or an error on failure @@ -301,12 +301,12 @@ - + +NULL on success, or an error on failure @@ -355,7 +355,7 @@ @@ -366,14 +366,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-contact-info.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-contact-info.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-contact-info.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-contact-info.html 2012-03-22 22:27:15.000000000 +0000 @@ -186,28 +186,28 @@ - @@ -257,28 +257,28 @@ - @@ -328,28 +328,28 @@ - @@ -399,28 +399,28 @@ - @@ -455,12 +455,12 @@ - + +NULL on success, or an error on failure @@ -495,7 +495,7 @@ +NULL on success, or an error on failure @@ -530,12 +530,12 @@ - + +NULL on success, or an error on failure @@ -570,7 +570,7 @@ +NULL on success, or an error on failure @@ -619,7 +619,7 @@ @@ -630,14 +630,14 @@ - @@ -688,12 +688,12 @@ - - - - - - - - - @@ -487,28 +487,28 @@ - @@ -558,28 +558,28 @@ - @@ -614,7 +614,7 @@ +NULL on success, or an error on failure @@ -649,12 +649,12 @@ - + +NULL on success, or an error on failure @@ -689,7 +689,7 @@ +NULL on success, or an error on failure @@ -738,7 +738,7 @@ @@ -749,14 +749,14 @@ - @@ -807,12 +807,12 @@ - - - - - - - @@ -1101,28 +1101,28 @@ - @@ -1172,28 +1172,28 @@ - @@ -1248,28 +1248,28 @@ - @@ -1324,28 +1324,28 @@ - @@ -1400,28 +1400,28 @@ - @@ -1456,7 +1456,7 @@ +NULL on success, or an error on failure @@ -1491,7 +1491,7 @@ +NULL on success, or an error on failure @@ -1526,7 +1526,7 @@ +NULL on success, or an error on failure @@ -1561,7 +1561,7 @@ +NULL on success, or an error on failure @@ -1596,7 +1596,7 @@ +NULL on success, or an error on failure @@ -1631,7 +1631,7 @@ +NULL on success, or an error on failure @@ -1680,7 +1680,7 @@ @@ -1691,14 +1691,14 @@ - @@ -1740,7 +1740,7 @@ @@ -1751,14 +1751,14 @@ - @@ -1800,7 +1800,7 @@ @@ -1811,14 +1811,14 @@ - @@ -1860,7 +1860,7 @@ @@ -1871,14 +1871,14 @@ - @@ -2072,28 +2072,28 @@ - @@ -2138,28 +2138,28 @@ - @@ -2209,28 +2209,28 @@ - @@ -2285,28 +2285,28 @@ - @@ -2356,28 +2356,28 @@ - @@ -2427,28 +2427,28 @@ - @@ -2483,7 +2483,7 @@ +NULL on success, or an error on failure @@ -2518,7 +2518,7 @@ +NULL on success, or an error on failure @@ -2553,7 +2553,7 @@ +NULL on success, or an error on failure @@ -2588,7 +2588,7 @@ +NULL on success, or an error on failure @@ -2623,7 +2623,7 @@ +NULL on success, or an error on failure @@ -2658,7 +2658,7 @@ +NULL on success, or an error on failure @@ -2707,7 +2707,7 @@ @@ -2718,14 +2718,14 @@ - @@ -2811,7 +2811,7 @@ @@ -2822,14 +2822,14 @@ - @@ -2910,7 +2910,7 @@ @@ -2921,14 +2921,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-contacts.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-contacts.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-contacts.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-contacts.html 2012-03-22 22:27:15.000000000 +0000 @@ -126,28 +126,28 @@ - @@ -182,12 +182,12 @@ - + +NULL on success, or an error on failure @@ -255,12 +255,12 @@ - - - + +NULL on success, or an error that occurred @@ -860,7 +860,7 @@ - @@ -921,31 +921,31 @@ - - + - @@ -1025,7 +1025,7 @@
  • "self-handle" is valid and non-zero
  • -"self-contact" is non-NULL +"self-contact" is non-NULL
  • all interfaces have been added to the set of "interfaces", and that set will not change again
  • @@ -1272,12 +1272,12 @@ - + - @@ -1298,7 +1298,7 @@ gpointer user_data);

    Warning

    -

    TpConnectionWhenReadyCb is deprecated and should not be used in newly-written code. 0.17.UNRELEASED

    +

    TpConnectionWhenReadyCb is deprecated and should not be used in newly-written code. 0.17.6

    Signature of a callback passed to tp_connection_call_when_ready(), which @@ -1311,13 +1311,13 @@

    @@ -1336,7 +1336,7 @@ gpointer user_data);

    Warning

    -

    tp_connection_call_when_ready is deprecated and should not be used in newly-written code. 0.17.UNRELEASED: Use tp_proxy_prepare_async()

    +

    tp_connection_call_when_ready has been deprecated since version 0.17.6 and should not be used in newly-written code. Use tp_proxy_prepare_async()

    If self is ready for use or has been invalidated, call callback @@ -1377,7 +1377,7 @@

    gboolean            tp_connection_is_ready              (TpConnection *self);

    Warning

    -

    tp_connection_is_ready is deprecated and should not be used in newly-written code. 0.17.UNRELEASED: use tp_proxy_is_prepared() with +

    tp_connection_is_ready has been deprecated since version 0.17.6 and should not be used in newly-written code. use tp_proxy_is_prepared() with TP_CONNECTION_FEATURE_CONNECTED

    @@ -1477,7 +1477,7 @@

    tp_connection_get_account ()

    TpAccount *         tp_connection_get_account           (TpConnection *self);

    -Return the the TpAccount associated with this connection. Will return NULL +Return the the TpAccount associated with this connection. Will return NULL if self was not acquired from a TpAccount via tp_account_get_connection(), or if the account object got finalized in the meantime (TpConnection does not keep a strong ref on its TpAccount). @@ -1492,7 +1492,7 @@

    @@ -1505,7 +1505,7 @@
    TpConnectionStatus  tp_connection_get_status            (TpConnection *self,
                                                              TpConnectionStatusReason *reason);

    -If reason is not NULL it is set to the reason why "status" changed to its +If reason is not NULL it is set to the reason why "status" changed to its current value, or TP_CONNECTION_STATUS_REASON_NONE_SPECIFIED if unknown.

    actor :

    either NULL or a location to +either NULL or a location to return the contact who requested the change. [out][allow-none][transfer none]

    reason :

    either NULL or a location to return the reason +either NULL or a location to return the reason for the change. [out][allow-none]

    message :

    either NULL or a location to +either NULL or a location to return the user-supplied message. [out][allow-none][transfer none]

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Channel_Type :

    Used to return an 'out' argument if error is NULL: The interface nameUsed to return an 'out' argument if error is NULL: The interface name

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Target_Handle_Type :

    Used to return an 'out' argument if error is NULL: The same as TargetHandleType. (TpHandleType)Used to return an 'out' argument if error is NULL: The same as TargetHandleType. (TpHandleType)

    out_Target_Handle :

    Used to return an 'out' argument if error is NULL: The same as TargetHandle. (TpHandle)Used to return an 'out' argument if error is NULL: The same as TargetHandle. (TpHandle)

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Interfaces :

    Used to return an 'out' argument if error is NULL: An array of the D-Bus interface namesUsed to return an 'out' argument if error is NULL: An array of the D-Bus interface names

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2609,12 +2609,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2672,12 +2672,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2730,12 +2730,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2785,7 +2785,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -3018,7 +3018,7 @@
      "channel-ready"            gboolean              : Read

    Warning

    -

    TpChannel:channel-ready is deprecated and should not be used in newly-written code. 0.17.UNRELEASED: use tp_proxy_is_prepared() with +

    TpChannel:channel-ready has been deprecated since version 0.17.6 and should not be used in newly-written code. use tp_proxy_is_prepared() with TP_CHANNEL_FEATURE_CORE for checks, or tp_proxy_prepare_async() for notification

    @@ -3081,7 +3081,7 @@

    Otherwise, the result may be either a contact representing the user, -or NULL. +or NULL.

    Change notification is via notify::group-self-contact. @@ -3124,8 +3124,8 @@ the empty string.

    -Changed in 0.11.4: this property is never NULL. Previously, -it was NULL before an identifier was known, or when a channel +Changed in 0.11.4: this property is never NULL. Previously, +it was NULL before an identifier was known, or when a channel with no TargetID D-Bus property had TargetHandleType TP_HANDLE_TYPE_NONE.

    Default value: ""

    @@ -3135,7 +3135,7 @@

    The "initiator-contact" property

      "initiator-contact"        TpContact*            : Read

    -The TpContact of the initiator of this channel, or NULL if there is no +The TpContact of the initiator of this channel, or NULL if there is no particular initiator.

    @@ -3151,12 +3151,12 @@

    If the channel appeared for some other reason (for instance as a -side-effect of connecting to the server), this property may be NULL. +side-effect of connecting to the server), this property may be NULL.

    This is not guaranteed to be set until tp_proxy_prepare_async() has finished preparing TP_CHANNEL_FEATURE_CONTACTS; until then, it may be -NULL. +NULL.

    Since 0.15.6

    @@ -3258,12 +3258,12 @@ If this channel is for communication with a single contact (that is, "handle-type" is TP_HANDLE_TYPE_CONTACT), then a TpContact representing the remote contact. For chat rooms, contact search channels and -other channels without a single remote contact, NULL. +other channels without a single remote contact, NULL.

    This is not guaranteed to be set until tp_proxy_prepare_async() has finished preparing TP_CHANNEL_FEATURE_CONTACTS; until then, it may be -NULL. +NULL.

    Since 0.15.6

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-media.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-media.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-media.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-media.html 2012-03-22 22:27:15.000000000 +0000 @@ -468,28 +468,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    out_Streams :

    Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> An array of structs containing: <ul> <li>the stream identifier</li> <li>the contact handle who the stream is with (or 0 if the stream represents more than a single member)</li> <li>the type of the stream</li> <li>the current stream state</li> <li>the current direction of the stream</li> <li>the current pending send flags</li> </ul>Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> An array of structs containing: <ul> <li>the stream identifier</li> <li>the contact handle who the stream is with (or 0 if the stream represents more than a single member)</li> <li>the type of the stream</li> <li>the current stream state</li> <li>the current direction of the stream</li> <li>the current pending send flags</li> </ul>

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Streams :

    Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> An array of structs (in the same order as the given stream types) containing: <ul> <li>the stream identifier</li> <li>the contact handle who the stream is with (or 0 if the stream represents more than a single member)</li> <li>the type of the stream</li> <li>the current stream state</li> <li>the current direction of the stream</li> <li>the current pending send flags</li> </ul>Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> An array of structs (in the same order as the given stream types) containing: <ul> <li>the stream identifier</li> <li>the contact handle who the stream is with (or 0 if the stream represents more than a single member)</li> <li>the type of the stream</li> <li>the current stream state</li> <li>the current direction of the stream</li> <li>the current pending send flags</li> </ul>

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -974,12 +974,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1038,12 +1038,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1107,12 +1107,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1162,7 +1162,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    out_States :

    Used to return an 'out' argument if error is NULL: The current call states. Participants where the call state flags would be 0 (all unset) may be omitted from this mapping.Used to return an 'out' argument if error is NULL: The current call states. Participants where the call state flags would be 0 (all unset) may be omitted from this mapping.

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1940,12 +1940,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1999,12 +1999,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2060,28 +2060,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    out_HoldState :

    Used to return an 'out' argument if error is NULL: The state of the channel (TpLocalHoldState)Used to return an 'out' argument if error is NULL: The state of the channel (TpLocalHoldState)

    out_Reason :

    Used to return an 'out' argument if error is NULL: The reason why the channel is in that state (TpLocalHoldStateReason)Used to return an 'out' argument if error is NULL: The reason why the channel is in that state (TpLocalHoldStateReason)

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2820,7 +2820,7 @@

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -3038,7 +3038,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -3153,28 +3153,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    out_Session_Handlers :

    Used to return an 'out' argument if error is NULL: (Undocumented)Used to return an 'out' argument if error is NULL: (Undocumented)

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    immutable_properties :

    As many as are known of the immutable D-Bus -properties of this channel request, or NULL if none are known

    error :

    Used to raise an error if NULL is returnedUsed to raise an error if NULL is returned

    Returns :

    a new reference to an channel request proxy, or NULL if +a new reference to an channel request proxy, or NULL if object_path is not syntactically valid or the channel dispatcher is not running

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    connection :

    the TpConnection of channel, or NULL +the TpConnection of channel, or NULL

    channel :

    the TpChannel created, or NULL +the TpChannel created, or NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    out_In_Progress :

    Used to return an 'out' argument if error is NULL: A boolean indicating if room listing is in progressUsed to return an 'out' argument if error is NULL: A boolean indicating if room listing is in progress

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -530,12 +530,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -584,12 +584,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -639,7 +639,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -500,12 +500,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -564,12 +564,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -627,12 +627,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -683,28 +683,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Available_Types :

    Used to return an 'out' argument if error is NULL: An array of integer message types (ChannelTextMessageType)Used to return an 'out' argument if error is NULL: An array of integer message types (ChannelTextMessageType)

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Pending_Messages :

    Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> An array of structs representing the pending queue. Each contains: <ul> <li>a numeric identifier</li> <li>a Unix timestamp indicating when the message was received</li> <li>the contact handle for the contact who sent the message</li> <li>the message type, taken from ChannelTextMessageType</li> <li>the bitwise-OR of the message flags from ChannelTextMessageFlags</li> <li>the text of the message</li> </ul>Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> An array of structs representing the pending queue. Each contains: <ul> <li>a numeric identifier</li> <li>a Unix timestamp indicating when the message was received</li> <li>the contact handle for the contact who sent the message</li> <li>the message type, taken from ChannelTextMessageType</li> <li>the bitwise-OR of the message flags from ChannelTextMessageFlags</li> <li>the text of the message</li> </ul>

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    out_Content :

    Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>The content of the requested parts. The keys in this mapping are positions in the array of message parts; the values are either of type 's' or 'ay' (UTF-8 text string, or byte array), following the same rules as for the value of the 'content' key in the <tp:type>Message_Part</tp:type> mappings.</p> <p>If the one of the requested part numbers was greater than zero but referred to a part that had no content (i.e. it had no 'content-type' key or no 'content' key), it is simply omitted from this mapping; this is not considered to be an error condition.</p>Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>The content of the requested parts. The keys in this mapping are positions in the array of message parts; the values are either of type 's' or 'ay' (UTF-8 text string, or byte array), following the same rules as for the value of the 'content' key in the <tp:type>Message_Part</tp:type> mappings.</p> <p>If the one of the requested part numbers was greater than zero but referred to a part that had no content (i.e. it had no 'content-type' key or no 'content' key), it is simply omitted from this mapping; this is not considered to be an error condition.</p>

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1739,12 +1739,12 @@

    out_Token :

    Used to return an 'out' argument if error is NULL: An opaque token used to match any incoming delivery or failure reports against this message, or an empty string if the message is not readily identifiable.Used to return an 'out' argument if error is NULL: An opaque token used to match any incoming delivery or failure reports against this message, or an empty string if the message is not readily identifiable.

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1972,7 +1972,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2290,28 +2290,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2562,12 +2562,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2613,28 +2613,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    out_Password_Flags :

    Used to return an 'out' argument if error is NULL: An integer with the logical OR of all the flags set (values of ChannelPasswordFlags) (TpChannelPasswordFlags)Used to return an 'out' argument if error is NULL: An integer with the logical OR of all the flags set (values of ChannelPasswordFlags) (TpChannelPasswordFlags)

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Correct :

    Used to return an 'out' argument if error is NULL: A boolean indicating whether or not the password was correctUsed to return an 'out' argument if error is NULL: A boolean indicating whether or not the password was correct

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    out_Chunks_Required :

    Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>The number of 140 octet chunks required to send this message.</p> <p>For example, in the GSM standard 7-bit encoding, a 162 character message would require 2 chunks.</p>Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>The number of 140 octet chunks required to send this message.</p> <p>For example, in the GSM standard 7-bit encoding, a 162 character message would require 2 chunks.</p>

    out_Remaining_Characters :

    Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>The number of further characters that can be fit in the final chunk. A negative value indicates that the message will be truncated by <code>abs(Remaining_Characters)</code>. The value <code>MIN_INT32</code> (<code>-2<sup>31</sup></code>) indicates the message will be truncated by an unknown amount.</p> <p>For example, in the GSM standard 7-bit encoding, a 162 character message would return 144 remaining characters (because of the space required for the multipart SMS header).</p>Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>The number of further characters that can be fit in the final chunk. A negative value indicates that the message will be truncated by <code>abs(Remaining_Characters)</code>. The value <code>MIN_INT32</code> (<code>-2<sup>31</sup></code>) indicates the message will be truncated by an unknown amount.</p> <p>For example, in the GSM standard 7-bit encoding, a 162 character message would return 144 remaining characters (because of the space required for the multipart SMS header).</p>

    out_Estimated_Cost :

    Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>The estimated cost of sending this message. The currency and scale of this value are the same as the <tp:dbus-ref namespace="ofdT.Connection.Interface">Balance.AccountBalance</tp:dbus-ref> property.</p> <p>A value of <code>-1</code> indicates the cost could not be estimated.</p>Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>The estimated cost of sending this message. The currency and scale of this value are the same as the <tp:dbus-ref namespace="ofdT.Connection.Interface">Balance.AccountBalance</tp:dbus-ref> property.</p> <p>A value of <code>-1</code> indicates the cost could not be estimated.</p>

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-tube.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-tube.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-channel-tube.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-channel-tube.html 2012-03-22 22:27:15.000000000 +0000 @@ -247,7 +247,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -434,12 +434,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -505,28 +505,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    out_address :

    Used to return an 'out' argument if error is NULL: The address on which the connection manager will listen for connections to this tube. The client should not attempt to connect to the address until the tube is open.Used to return an 'out' argument if error is NULL: The address on which the connection manager will listen for connections to this tube. The client should not attempt to connect to the address until the tube is open.

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1111,12 +1111,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1172,28 +1172,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    out_address :

    Used to return an 'out' argument if error is NULL: The string describing the address of the private bus. The client SHOULD NOT attempt to connect to the address until the tube is open.Used to return an 'out' argument if error is NULL: The string describing the address of the private bus. The client SHOULD NOT attempt to connect to the address until the tube is open.

    error :

    -NULL on success, or an error on failure

    user_data :

    out_address :

    Used to return an 'out' argument if error is NULL: The string describing the address of the private bus. The client SHOULD NOT attempt to connect to the address until the tube is open.Used to return an 'out' argument if error is NULL: The string describing the address of the private bus. The client SHOULD NOT attempt to connect to the address until the tube is open.

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -487,12 +487,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -546,12 +546,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -605,12 +605,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -664,12 +664,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -728,12 +728,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -792,12 +792,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -861,12 +861,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -920,12 +920,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -989,12 +989,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1078,12 +1078,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1134,28 +1134,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    out_Address :

    Used to return an 'out' argument if error is NULL: The string describing the address of the private bus. The client should not attempt to connect to the address until the tube is open.Used to return an 'out' argument if error is NULL: The string describing the address of the private bus. The client should not attempt to connect to the address until the tube is open.

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Address :

    Used to return an 'out' argument if error is NULL: The address on which the connection manager will listen for connections to this tube. The client should not attempt to connect to the address until the tube is open.Used to return an 'out' argument if error is NULL: The address on which the connection manager will listen for connections to this tube. The client should not attempt to connect to the address until the tube is open.

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Available_Stream_Tube_Types :

    Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>A mapping from address types (members of Socket_Address_Type) to arrays of access-control type (members of Socket_Access_Control) that the connection manager supports for stream tubes with that address type. For simplicity, if a CM supports offering a particular type of tube, it is assumed to support accepting it.</p> <p>A typical value for a host without IPv6 support:</p> <pre> { Socket_Address_Type_IPv4: [Socket_Access_Control_Localhost, Socket_Access_Control_Port, Socket_Access_Control_Netmask], Socket_Address_Type_Unix: [Socket_Access_Control_Localhost, Socket_Access_Control_Credentials] } </pre> <p>If stream tubes are not supported, this will be an empty dictionary.</p>Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>A mapping from address types (members of Socket_Address_Type) to arrays of access-control type (members of Socket_Access_Control) that the connection manager supports for stream tubes with that address type. For simplicity, if a CM supports offering a particular type of tube, it is assumed to support accepting it.</p> <p>A typical value for a host without IPv6 support:</p> <pre> { Socket_Address_Type_IPv4: [Socket_Access_Control_Localhost, Socket_Access_Control_Port, Socket_Access_Control_Netmask], Socket_Address_Type_Unix: [Socket_Access_Control_Localhost, Socket_Access_Control_Credentials] } </pre> <p>If stream tubes are not supported, this will be an empty dictionary.</p>

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Available_Tube_Types :

    Used to return an 'out' argument if error is NULL: An array of the available tube types, as defined by the Tube_Type enum.Used to return an 'out' argument if error is NULL: An array of the available tube types, as defined by the Tube_Type enum.

    error :

    -NULL on success, or an error on failure

    user_data :

    out_DBus_Names :

    Used to return an 'out' argument if error is NULL: An array of structures, each containing a contact handle and a D-Bus bus name.Used to return an 'out' argument if error is NULL: An array of structures, each containing a contact handle and a D-Bus bus name.

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Address :

    Used to return an 'out' argument if error is NULL: The bus address.Used to return an 'out' argument if error is NULL: The bus address.

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Address_Type :

    Used to return an 'out' argument if error is NULL: The type of the listening address of the socket, as a member of Socket_Address_Type. (TpSocketAddressType)Used to return an 'out' argument if error is NULL: The type of the listening address of the socket, as a member of Socket_Address_Type. (TpSocketAddressType)

    out_Address :

    Used to return an 'out' argument if error is NULL: The listening address of the socket, as indicated by the address_type.Used to return an 'out' argument if error is NULL: The listening address of the socket, as indicated by the address_type.

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Tubes :

    Used to return an 'out' argument if error is NULL: Return an array of tuples, each representing a tube, with the following members: <ul> <li>the tube's ID</li> <li>the tube's initiator</li> <li>the tube's type</li> <li>the tube's service</li> <li>the tube's parameters</li> <li>the tube's state</li> </ul>Used to return an 'out' argument if error is NULL: Return an array of tuples, each representing a tube, with the following members: <ul> <li>the tube's ID</li> <li>the tube's initiator</li> <li>the tube's type</li> <li>the tube's service</li> <li>the tube's parameters</li> <li>the tube's state</li> </ul>

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Tube_ID :

    Used to return an 'out' argument if error is NULL: The ID of the new tube. (TpTubeID)Used to return an 'out' argument if error is NULL: The ID of the new tube. (TpTubeID)

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Tube_ID :

    Used to return an 'out' argument if error is NULL: The ID of the new tube. (TpTubeID)Used to return an 'out' argument if error is NULL: The ID of the new tube. (TpTubeID)

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Content :

    Used to return an 'out' argument if error is NULL: Path to the newly-created <tp:dbus-ref namespace="org.freedesktop.Telepathy">Call1.Content</tp:dbus-ref> object.Used to return an 'out' argument if error is NULL: Path to the newly-created <tp:dbus-ref namespace="org.freedesktop.Telepathy">Call1.Content</tp:dbus-ref> object.

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    error :

    used to indicate the error if NULL is returnedused to indicate the error if NULL is returned

    Returns :

    a new channel proxy, or NULL on invalid arguments. [transfer full] +a new channel proxy, or NULL on invalid arguments. [transfer full]

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    out_Requested :

    Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>A mapping of requested URIs to the corresponding contact handles.</p> <p>Requested URIs that are not valid or understood for this protocol MUST be omitted from the mapping.</p>Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>A mapping of requested URIs to the corresponding contact handles.</p> <p>Requested URIs that are not valid or understood for this protocol MUST be omitted from the mapping.</p>

    out_Attributes :

    Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>A dictionary mapping the contact handles to contact attributes. If any of the requested addresses are in fact invalid, they are simply omitted from this mapping. If contact attributes are not immediately known, the behaviour is defined by the interface; the attribute should either be omitted from the result or replaced with a default value.</p> <p>Requested URIs that are not valid or understood for this protocol MUST be omitted from the mapping.</p> <p>Each contact's attributes will always include at least the identifier that would be obtained by inspecting the handle (<code>org.freedesktop.Telepathy.Connection/contact-id</code>). </p>Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>A dictionary mapping the contact handles to contact attributes. If any of the requested addresses are in fact invalid, they are simply omitted from this mapping. If contact attributes are not immediately known, the behaviour is defined by the interface; the attribute should either be omitted from the result or replaced with a default value.</p> <p>Requested URIs that are not valid or understood for this protocol MUST be omitted from the mapping.</p> <p>Each contact's attributes will always include at least the identifier that would be obtained by inspecting the handle (<code>org.freedesktop.Telepathy.Connection/contact-id</code>). </p>

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Requested :

    Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>A mapping from requested vCard addresses to the corresponding contact handles.</p> <p>Requested addresses that are not valid or understood for this protocol MUST be omitted from the mapping.</p>Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>A mapping from requested vCard addresses to the corresponding contact handles.</p> <p>Requested addresses that are not valid or understood for this protocol MUST be omitted from the mapping.</p>

    out_Attributes :

    Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>A dictionary mapping the contact handles to contact attributes. If any of the requested addresses are in fact invalid, they are simply omitted from this mapping. If contact attributes are not immediately known, the behaviour is defined by the interface; the attribute should either be omitted from the result or replaced with a default value.</p> <p>Requested addresses that are not valid or understood for this protocol MUST be omitted from the mapping.</p> <p>Each contact's attributes will always include at least the identifier that would be obtained by inspecting the handle (<code>org.freedesktop.Telepathy.Connection/contact-id</code>). </p>Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>A dictionary mapping the contact handles to contact attributes. If any of the requested addresses are in fact invalid, they are simply omitted from this mapping. If contact attributes are not immediately known, the behaviour is defined by the interface; the attribute should either be omitted from the result or replaced with a default value.</p> <p>Requested addresses that are not valid or understood for this protocol MUST be omitted from the mapping.</p> <p>Each contact's attributes will always include at least the identifier that would be obtained by inspecting the handle (<code>org.freedesktop.Telepathy.Connection/contact-id</code>). </p>

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -247,12 +247,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -311,12 +311,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -370,12 +370,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -421,28 +421,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    out_Alias_Flags :

    Used to return an 'out' argument if error is NULL: An integer with a bitwise OR of flags from ConnectionAliasFlags (TpConnectionAliasFlags)Used to return an 'out' argument if error is NULL: An integer with a bitwise OR of flags from ConnectionAliasFlags (TpConnectionAliasFlags)

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Aliases :

    Used to return an 'out' argument if error is NULL: A list of aliases in the same order as the contact handlesUsed to return an 'out' argument if error is NULL: A list of aliases in the same order as the contact handles

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Aliases :

    Used to return an 'out' argument if error is NULL: A dictionary mapping contact handles to aliasesUsed to return an 'out' argument if error is NULL: A dictionary mapping contact handles to aliases

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -351,12 +351,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -415,12 +415,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -479,12 +479,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -548,12 +548,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -607,12 +607,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -676,12 +676,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -727,28 +727,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    out_MIME_Types :

    Used to return an 'out' argument if error is NULL: An array of supported MIME types (eg image/jpeg)Used to return an 'out' argument if error is NULL: An array of supported MIME types (eg image/jpeg)

    out_Min_Width :

    Used to return an 'out' argument if error is NULL: The minimum image width in pixelsUsed to return an 'out' argument if error is NULL: The minimum image width in pixels

    out_Min_Height :

    Used to return an 'out' argument if error is NULL: The minimum image height in pixelsUsed to return an 'out' argument if error is NULL: The minimum image height in pixels

    out_Max_Width :

    Used to return an 'out' argument if error is NULL: The maximum image width in pixels, or 0 if there is no limitUsed to return an 'out' argument if error is NULL: The maximum image width in pixels, or 0 if there is no limit

    out_Max_Height :

    Used to return an 'out' argument if error is NULL: The maximum image height in pixels, or 0 if there is no limitUsed to return an 'out' argument if error is NULL: The maximum image height in pixels, or 0 if there is no limit

    out_Max_Bytes :

    Used to return an 'out' argument if error is NULL: The maximum image size in bytes, or 0 if there is no limitUsed to return an 'out' argument if error is NULL: The maximum image size in bytes, or 0 if there is no limit

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Tokens :

    Used to return an 'out' argument if error is NULL: An array of avatar tokens or empty strings (if no avatar is set) in the same order as the given array of contact handlesUsed to return an 'out' argument if error is NULL: An array of avatar tokens or empty strings (if no avatar is set) in the same order as the given array of contact handles

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Tokens :

    Used to return an 'out' argument if error is NULL: A dictionary of handles mapped to avatar tokens, containing only the known avatar tokens.Used to return an 'out' argument if error is NULL: A dictionary of handles mapped to avatar tokens, containing only the known avatar tokens.

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Data :

    Used to return an 'out' argument if error is NULL: An array of bytes containing the image dataUsed to return an 'out' argument if error is NULL: An array of bytes containing the image data

    out_MIME_Type :

    Used to return an 'out' argument if error is NULL: A string containing the image MIME type (eg image/jpeg), or empty if unknownUsed to return an 'out' argument if error is NULL: A string containing the image MIME type (eg image/jpeg), or empty if unknown

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Token :

    Used to return an 'out' argument if error is NULL: The string token of the new avatarUsed to return an 'out' argument if error is NULL: The string token of the new avatar

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    out_Contact_Capabilities :

    Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>A map from contact handles to lists of requestable channel classes, representing the channel requests that are expected to succeed for that contact.</p> <p>Contacts listed among Handles whose capabilities are unknown SHOULD be omitted from this map; contacts known to have an empty set of capabilities SHOULD be included in the keys of this map, with an empty array as the corresponding value.</p>Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>A map from contact handles to lists of requestable channel classes, representing the channel requests that are expected to succeed for that contact.</p> <p>Contacts listed among Handles whose capabilities are unknown SHOULD be omitted from this map; contacts known to have an empty set of capabilities SHOULD be included in the keys of this map, with an empty array as the corresponding value.</p>

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    out_Self_Capabilities :

    Used to return an 'out' argument if error is NULL: An array of structures describing the current capabilities containing: <ul> <li>a string channel type</li> <li>a bitwise OR of type specific capability flags</li> </ul>Used to return an 'out' argument if error is NULL: An array of structures describing the current capabilities containing: <ul> <li>a string channel type</li> <li>a bitwise OR of type specific capability flags</li> </ul>

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Contact_Capabilities :

    Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> An array of structures containing: <ul> <li>an integer handle representing the contact</li> <li>a string channel type</li> <li>a bitwise OR of generic capability flags for the type</li> <li>a bitwise OR of type specific capability flags for the type</li> </ul>Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> An array of structures containing: <ul> <li>an integer handle representing the contact</li> <li>a string channel type</li> <li>a bitwise OR of generic capability flags for the type</li> <li>a bitwise OR of type specific capability flags for the type</li> </ul>

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    out_Client_Types :

    Used to return an 'out' argument if error is NULL: The contacts' client types, if already known. Contacts whose client types are not already known are omitted from the mapping; contacts known to have no client type information appear in the mapping with an empty list.Used to return an 'out' argument if error is NULL: The contacts' client types, if already known. Contacts whose client types are not already known are omitted from the mapping; contacts known to have no client type information appear in the mapping with an empty list.

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Client_Types :

    Used to return an 'out' argument if error is NULL: The contact's client types. It MAY be empty, indicating that no client type information was found.Used to return an 'out' argument if error is NULL: The contact's client types. It MAY be empty, indicating that no client type information was found.

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    out_ContactInfo :

    Used to return an 'out' argument if error is NULL: A dictionary mapping contact handles to information, whose keys are the subset of the requested list of handles for which information was cached.Used to return an 'out' argument if error is NULL: A dictionary mapping contact handles to information, whose keys are the subset of the requested list of handles for which information was cached.

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Contact_Info :

    Used to return an 'out' argument if error is NULL: Information about that contact.Used to return an 'out' argument if error is NULL: Information about that contact.

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -747,12 +747,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -811,12 +811,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -870,12 +870,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-contact-list.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-contact-list.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-contact-list.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-contact-list.html 2012-03-22 22:27:15.000000000 +0000 @@ -421,28 +421,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    out_Contacts :

    Used to return an 'out' argument if error is NULL: The blocked contacts’ handles, together with their identifiers.Used to return an 'out' argument if error is NULL: The blocked contacts’ handles, together with their identifiers.

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -866,12 +866,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -925,12 +925,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1025,28 +1025,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    out_Attributes :

    Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>A dictionary mapping the contact handles to contact attributes. If any of the requested handles are in fact invalid, they are simply omitted from this mapping. If contact attributes are not immediately known, the behaviour is defined by the interface; the attribute should either be omitted from the result or replaced with a default value.</p> <p>Each contact's attributes will always include at least the identifier that would be obtained by inspecting the handle (<code>org.freedesktop.Telepathy.Connection/contact-id</code>).</p>Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>A dictionary mapping the contact handles to contact attributes. If any of the requested handles are in fact invalid, they are simply omitted from this mapping. If contact attributes are not immediately known, the behaviour is defined by the interface; the attribute should either be omitted from the result or replaced with a default value.</p> <p>Each contact's attributes will always include at least the identifier that would be obtained by inspecting the handle (<code>org.freedesktop.Telepathy.Connection/contact-id</code>).</p>

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection.html 2012-03-22 22:27:15.000000000 +0000 @@ -47,7 +47,7 @@ #include <telepathy-glib/telepathy-glib.h> void (*TpConnectionNameListCb) (const gchar * const *names, - gsize n, + gsize n, const gchar * const *cms, const gchar * const *protocols, const GError *error, @@ -762,7 +762,7 @@

    TpConnectionNameListCb ()

    void                (*TpConnectionNameListCb)           (const gchar * const *names,
    -                                                         gsize n,
    +                                                         gsize n,
                                                              const gchar * const *cms,
                                                              const gchar * const *protocols,
                                                              const GError *error,
    @@ -777,34 +777,34 @@
     

    names :

    -NULL-terminated array of n -connection bus names, or NULL on error. [array zero-terminated=1] +NULL-terminated array of n +connection bus names, or NULL on error. [array zero-terminated=1]

    n :

    number of names (not including the final NULL), or 0 on errornumber of names (not including the final NULL), or 0 on error

    cms :

    -NULL-terminated array of n +NULL-terminated array of n connection manager names (e.g. "gabble") in the same order as names, or -NULL on error. [array zero-terminated=1] +NULL on error. [array zero-terminated=1]

    protocols :

    -NULL-terminated array of +NULL-terminated array of n protocol names as defined in the Telepathy spec (e.g. "jabber") in the -same order as names, or NULL on error. [array zero-terminated=1] +same order as names, or NULL on error. [array zero-terminated=1]

    error :

    -NULL on success, or an error that occurred

    user_data :

    weak_object :

    if not NULL, will be weakly referenced; the callback will +if not NULL, will be weakly referenced; the callback will not be called if the object has vanished. [allow-none]

    dbus :

    a D-Bus daemon; may not be NULL +a D-Bus daemon; may not be NULL

    bus_name :

    the well-known or unique name of the connection process; if well-known, this function will make a blocking call to the bus -daemon to resolve the unique name. May be NULL if object_path is not, in +daemon to resolve the unique name. May be NULL if object_path is not, in which case a well-known name will be derived from object_path. [allow-none]

    object_path :

    the object path of the connection process. -May be NULL if bus_name is a well-known name, in which case the object +May be NULL if bus_name is a well-known name, in which case the object path will be derived from bus_name. [allow-none]

    error :

    used to indicate the error if NULL is returnedused to indicate the error if NULL is returned

    Returns :

    a new connection proxy, or NULL if unique-name resolution +a new connection proxy, or NULL if unique-name resolution fails or on invalid arguments

    error :

    if not NULL and FALSE is returned, used to raise an errorif not NULL and FALSE is returned, used to raise an error

    loop :

    if not NULL, a GMainLoop is placed here while it is being run -(so calling code can call g_main_loop_quit() to abort), and NULL is +if not NULL, a GMainLoop is placed here while it is being run +(so calling code can call g_main_loop_quit() to abort), and NULL is placed here after the loop has been run

    connection :

    the connection (which may be in the middle of being disposed, -if error is non-NULL, error->domain is TP_DBUS_ERRORS and error->code is +if error is non-NULL, error->domain is TP_DBUS_ERRORS and error->code is TP_DBUS_ERROR_PROXY_UNREFERENCED)

    error :

    -NULL if the connection is ready for use, or the error with which +NULL if the connection is ready for use, or the error with which it was invalidated if it is now invalid

    Returns :

    the account associated with this connection, or -NULL. [transfer none] +NULL. [transfer none]
    @@ -1517,7 +1517,7 @@ - @@ -1597,7 +1597,7 @@ @@ -1713,20 +1713,20 @@ +NULL on success, or an error on failure @@ -1781,7 +1781,7 @@ @@ -1800,7 +1800,7 @@ - @@ -1855,12 +1855,12 @@ +tp_connection_hold_handles() on success, or NULL on failure +NULL on success, or an error on failure @@ -1966,7 +1966,7 @@ - @@ -2046,7 +2046,7 @@ - @@ -2119,7 +2119,7 @@ - @@ -2292,7 +2292,7 @@ - @@ -2363,7 +2363,7 @@ - @@ -2494,7 +2494,7 @@ disconnected by a user request).

    -Otherwise, return NULL, without altering details. +Otherwise, return NULL, without altering details.

    reason :

    a TpConnectionStatusReason, or NULL. [out] +a TpConnectionStatusReason, or NULL. [out]

    Returns :

    the value of the TpConnection:self-contact -property, which may be NULL. [transfer none] +property, which may be NULL. [transfer none]

    handles :

    the n_handles -handles corresponding to ids, in the same order, or NULL on failure. [element-type uint][array length=n_handles] +handles corresponding to ids, in the same order, or NULL on failure. [element-type uint][array length=n_handles]

    ids :

    a copy of the array of n_handles IDs that was passed to tp_connection_request_handles() on -success, or NULL on failure. [element-type utf8][array length=n_handles] +success, or NULL on failure. [element-type utf8][array length=n_handles]

    error :

    -NULL on success, or an error on failure

    user_data :

    ids :

    an array of string identifiers for which -handles are required, terminated by NULL (must not be NULL or empty). [array zero-terminated=1] +handles are required, terminated by NULL (must not be NULL or empty). [array zero-terminated=1]

    weak_object :

    if not NULL, an object to be weakly referenced: if it is +if not NULL, an object to be weakly referenced: if it is destroyed, callback will not be called

    handles :

    a copy of the array of n_handles handles that was passed to -tp_connection_hold_handles() on success, or NULL on failure

    error :

    -NULL on success, or an error on failure

    user_data :

    weak_object :

    if not NULL, an object to be weakly referenced: if it is +if not NULL, an object to be weakly referenced: if it is destroyed, callback will not be called

    weak_object :

    if not NULL, an object to be weakly referenced: if it is +if not NULL, an object to be weakly referenced: if it is destroyed, callback will not be called

    weak_object :

    if not NULL, an object to be weakly referenced: if it is +if not NULL, an object to be weakly referenced: if it is destroyed, callback will not be called

    Returns :

    a TpAvatarRequirements struct, or NULL if the +a TpAvatarRequirements struct, or NULL if the feature is not yet prepared or the connection doesn't have the necessary properties. [transfer none]

    Returns :

    a GList of TpContactInfoFieldSpec struct, or NULL if the feature is not +a GList of TpContactInfoFieldSpec struct, or NULL if the feature is not yet prepared or the connection doesn't have the necessary properties. [element-type TelepathyGLib.ContactInfoFieldSpec][transfer container]
    @@ -2511,7 +2511,7 @@ - @@ -2664,18 +2664,18 @@ - - @@ -4542,7 +4542,7 @@ +NULL on success, or an error on failure @@ -4586,28 +4586,28 @@ - @@ -4654,12 +4654,12 @@ - - +NULL on success, or an error on failure @@ -4739,28 +4739,28 @@ - @@ -4807,12 +4807,12 @@ - - - + +NULL on success, or an error on failure @@ -4898,28 +4898,28 @@ - @@ -4972,12 +4972,12 @@ - - - + +NULL on success, or an error on failure @@ -5063,28 +5063,28 @@ - @@ -5136,12 +5136,12 @@ - - - + +NULL on success, or an error on failure @@ -5235,28 +5235,28 @@ - @@ -5309,12 +5309,12 @@ - - - + +NULL on success, or an error on failure @@ -5399,28 +5399,28 @@ - @@ -5472,12 +5472,12 @@ - - +NULL on success, or an error on failure @@ -5568,28 +5568,28 @@ - @@ -5646,12 +5646,12 @@ - - - + +NULL on success, or an error on failure @@ -5747,28 +5747,28 @@ - @@ -5831,12 +5831,12 @@ - - - + +NULL on success, or an error on failure @@ -5930,28 +5930,28 @@ - @@ -6003,12 +6003,12 @@ - - +NULL on success, or an error on failure @@ -6099,28 +6099,28 @@ - @@ -6178,12 +6178,12 @@ - - - + +NULL on success, or an error on failure @@ -6297,28 +6297,28 @@ - @@ -6391,12 +6391,12 @@ - - - + +NULL on success, or an error on failure @@ -6492,28 +6492,28 @@ - @@ -6576,12 +6576,12 @@ - - @@ -6696,14 +6696,14 @@ - @@ -6779,7 +6779,7 @@ @@ -6790,14 +6790,14 @@ - @@ -6878,7 +6878,7 @@ @@ -6889,14 +6889,14 @@ - @@ -6977,7 +6977,7 @@ @@ -6988,14 +6988,14 @@ - @@ -7038,28 +7038,28 @@ - @@ -7109,28 +7109,28 @@ - @@ -7165,7 +7165,7 @@ +NULL on success, or an error on failure @@ -7200,7 +7200,7 @@ +NULL on success, or an error on failure @@ -7363,7 +7363,7 @@
      "connection-ready"         gboolean              : Read

    Warning

    -

    TpConnection:connection-ready is deprecated and should not be used in newly-written code. 0.17.UNRELEASED: use tp_proxy_is_prepared() with +

    TpConnection:connection-ready has been deprecated since version 0.17.6 and should not be used in newly-written code. use tp_proxy_is_prepared() with TP_CHANNEL_FEATURE_CONNECTED for checks, or tp_proxy_prepare_async() for notification

    @@ -7519,7 +7519,7 @@
      "self-contact"             TpContact*            : Read

    A TpContact representing the local user on this connection, -or NULL if not yet available. +or NULL if not yet available.

    If the local user's unique identifier changes (for instance by using @@ -7531,7 +7531,7 @@ passed to tp_simple_client_factory_add_contact_features() prepared.

    -To wait for a non-NULL self-contact (and other properties), call +To wait for a non-NULL self-contact (and other properties), call tp_proxy_prepare_async() with the feature TP_CONNECTION_FEATURE_CONNECTED.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-location.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-location.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-location.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-location.html 2012-03-22 22:27:15.000000000 +0000 @@ -145,7 +145,7 @@ @@ -156,14 +156,14 @@ - @@ -245,28 +245,28 @@ - @@ -301,12 +301,12 @@ - + +NULL on success, or an error on failure @@ -356,28 +356,28 @@ - @@ -412,12 +412,12 @@ - + +NULL on success, or an error on failure @@ -467,28 +467,28 @@ - @@ -523,7 +523,7 @@ +NULL on success, or an error on failure diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-mail.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-mail.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-mail.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-mail.html 2012-03-22 22:27:15.000000000 +0000 @@ -141,28 +141,28 @@ - @@ -217,28 +217,28 @@ - @@ -273,12 +273,12 @@ - + +NULL on success, or an error on failure @@ -313,12 +313,12 @@ - + +NULL on success, or an error on failure @@ -367,7 +367,7 @@ @@ -378,14 +378,14 @@ - @@ -427,7 +427,7 @@ @@ -438,14 +438,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-manager.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-manager.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-manager.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-manager.html 2012-03-22 22:27:15.000000000 +0000 @@ -47,7 +47,7 @@ #include <telepathy-glib/connection-manager.h> void (*TpConnectionManagerListCb) (TpConnectionManager * const *cms, - gsize n_cms, + gsize n_cms, const GError *error, gpointer user_data, GObject *weak_object); @@ -270,7 +270,7 @@

    TpConnectionManagerListCb ()

    void                (*TpConnectionManagerListCb)        (TpConnectionManager * const *cms,
    -                                                         gsize n_cms,
    +                                                         gsize n_cms,
                                                              const GError *error,
                                                              gpointer user_data,
                                                              GObject *weak_object);
    @@ -289,22 +289,22 @@
    +NULL) +NULL on success, or an error that occurred @@ -334,7 +334,7 @@ - @@ -349,7 +349,7 @@

    Returns :

    a D-Bus error name, or NULL. [transfer none][allow-none] +a D-Bus error name, or NULL. [transfer none][allow-none]

    balance :

    a pointer to store the account balance (or NULL). [out] +a pointer to store the account balance (or NULL). [out]

    scale :

    a pointer to store the balance scale (or NULL). [out] +a pointer to store the balance scale (or NULL). [out]

    currency :

    a pointer to store the balance -currency (or NULL). [out][transfer none] +currency (or NULL). [out][transfer none]

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -4695,7 +4695,7 @@

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -4848,12 +4848,12 @@

    out_Interfaces :

    Used to return an 'out' argument if error is NULL: The value of the <tp:member-ref>Interfaces</tp:member-ref> propertyUsed to return an 'out' argument if error is NULL: The value of the <tp:member-ref>Interfaces</tp:member-ref> property

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -5013,12 +5013,12 @@

    out_Protocol :

    Used to return an 'out' argument if error is NULL: A string identifier for the protocolUsed to return an 'out' argument if error is NULL: A string identifier for the protocol

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -5181,12 +5181,12 @@

    out_Self_Handle :

    Used to return an 'out' argument if error is NULL: The value of the <tp:member-ref>SelfHandle</tp:member-ref> property (TpContactHandle)Used to return an 'out' argument if error is NULL: The value of the <tp:member-ref>SelfHandle</tp:member-ref> property (TpContactHandle)

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -5350,12 +5350,12 @@

    out_Status :

    Used to return an 'out' argument if error is NULL: The value of the <tp:member-ref>Status</tp:member-ref> property (TpConnectionStatus)Used to return an 'out' argument if error is NULL: The value of the <tp:member-ref>Status</tp:member-ref> property (TpConnectionStatus)

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -5513,7 +5513,7 @@

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -5687,12 +5687,12 @@

    out_Identifiers :

    Used to return an 'out' argument if error is NULL: An array of identifiers corresponding to the given handles, in the same order.Used to return an 'out' argument if error is NULL: An array of identifiers corresponding to the given handles, in the same order.

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -5876,12 +5876,12 @@

    out_Channel_Info :

    Used to return an 'out' argument if error is NULL: An array of structs representing channels.Used to return an 'out' argument if error is NULL: An array of structs representing channels.

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -6044,7 +6044,7 @@

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -6223,12 +6223,12 @@

    out_Object_Path :

    Used to return an 'out' argument if error is NULL: The D-Bus object path for the channel created or retrievedUsed to return an 'out' argument if error is NULL: The D-Bus object path for the channel created or retrieved

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -6432,12 +6432,12 @@

    out_Handles :

    Used to return an 'out' argument if error is NULL: An array of integer handle numbers in the same order as the given identifiers.Used to return an 'out' argument if error is NULL: An array of integer handle numbers in the same order as the given identifiers.

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -6685,7 +6685,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    out_Locations :

    Used to return an 'out' argument if error is NULL: The contacts' locations, if already known. Contacts whose locations are not already known are omitted from the mapping; contacts known to have no location information appear in the mapping with an empty Location dictionary.Used to return an 'out' argument if error is NULL: The contacts' locations, if already known. Contacts whose locations are not already known are omitted from the mapping; contacts known to have no location information appear in the mapping with an empty Location dictionary.

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    out_Location :

    Used to return an 'out' argument if error is NULL: The contact's location. It MAY be empty, indicating that no location information was found.Used to return an 'out' argument if error is NULL: The contact's location. It MAY be empty, indicating that no location information was found.

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    -NULL on success, or an error on failure

    user_data :

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    out_URL :

    Used to return an 'out' argument if error is NULL: A struture containing a URL and optional additional data to open a webmail client, without re-authentication if possible.Used to return an 'out' argument if error is NULL: A struture containing a URL and optional additional data to open a webmail client, without re-authentication if possible.

    error :

    -NULL on success, or an error on failure

    user_data :

    out_URL :

    Used to return an 'out' argument if error is NULL: A struture that contains a URL and optional additional data to open a webmail client, without re-authentication if possible.Used to return an 'out' argument if error is NULL: A struture that contains a URL and optional additional data to open a webmail client, without re-authentication if possible.

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    cms :

    -NULL-terminated array of +NULL-terminated array of TpConnectionManager (the objects will be unreferenced and the array will be freed after the callback returns, so the callback must reference any CMs it stores a pointer to), -or NULL on error. [array zero-terminated=1] +or NULL on error. [array zero-terminated=1]

    n_cms :

    number of connection managers in cms (not including the final -NULL)

    error :

    -NULL on success, or an error that occurred

    user_data :

    dbus_daemon :

    a TpDBusDaemon, or NULL to use +a TpDBusDaemon, or NULL to use tp_dbus_daemon_dup(). [allow-none]
    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


    @@ -383,7 +383,7 @@
    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


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

    weak_object :

    -if not NULL, will be weakly +if not NULL, will be weakly referenced; the callback will not be called, and the call will be cancelled, if the object has vanished. [allow-none] @@ -489,9 +489,9 @@

    const TpConnectionManagerProtocol * const  *protocols;

    -If info_source > TP_CM_INFO_SOURCE_NONE, a NULL-terminated +If info_source > TP_CM_INFO_SOURCE_NONE, a NULL-terminated array of pointers to TpConnectionManagerProtocol structures; otherwise -NULL. Should be considered read-only +NULL. Should be considered read-only

    unsigned int running :1;

    @@ -560,16 +560,16 @@

    manager_filename :

    The "manager-file" -property, which may (and generally should) be NULL. [allow-none] +property, which may (and generally should) be NULL. [allow-none]

    error :

    -used to return an error if NULL is returned +used to return an error if NULL is returned

    Returns :

    -a new reference to a connection manager proxy, or NULL if error +a new reference to a connection manager proxy, or NULL if error is set. @@ -642,13 +642,13 @@ GObject *weak_object);

    Warning

    -

    TpConnectionManagerWhenReadyCb is deprecated and should not be used in newly-written code. since 0.UNRELEASED, use tp_proxy_prepare_async() instead

    +

    TpConnectionManagerWhenReadyCb is deprecated and should not be used in newly-written code. since 0.17.6, use tp_proxy_prepare_async() instead

    Called as the result of tp_connection_manager_call_when_ready(). If the connection manager's protocol and parameter information could be retrieved, -error is NULL and cm is considered to be ready. Otherwise, error is -non-NULL and cm is not ready. +error is NULL and cm is considered to be ready. Otherwise, error is +non-NULL and cm is not ready.

    @@ -660,7 +660,7 @@ @@ -689,7 +689,7 @@ GObject *weak_object);

    Warning

    -

    tp_connection_manager_call_when_ready is deprecated and should not be used in newly-written code. since 0.UNRELEASED, use tp_proxy_prepare_async() instead

    +

    tp_connection_manager_call_when_ready is deprecated and should not be used in newly-written code. since 0.17.6, use tp_proxy_prepare_async() instead

    Call the callback from the main loop when information about cm's @@ -731,7 +731,7 @@

    gboolean            tp_connection_manager_is_ready      (TpConnectionManager *self);

    Warning

    -

    tp_connection_manager_is_ready is deprecated and should not be used in newly-written code. since 0.UNRELEASED, use tp_proxy_is_prepared() +

    tp_connection_manager_is_ready is deprecated and should not be used in newly-written code. since 0.17.6, use tp_proxy_is_prepared() with TP_CONNECTION_MANAGER_FEATURE_CORE instead

    @@ -916,7 +916,7 @@

    If this function is called before the connection manager information has -been obtained, the result is always NULL. Use tp_proxy_prepare_async() +been obtained, the result is always NULL. Use tp_proxy_prepare_async() to wait for this.

    @@ -939,7 +939,7 @@

    error :

    -NULL on success, or the reason why tp_connection_manager_is_ready() +NULL on success, or the reason why tp_connection_manager_is_ready() would return FALSE
    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


    @@ -954,7 +954,7 @@

    If this function is called before the connection manager information has -been obtained, the result is always NULL. Use +been obtained, the result is always NULL. Use tp_proxy_prepare_async() to wait for this.

    @@ -1019,7 +1019,7 @@ (TpConnectionManager *self, const gchar *protocol);

    -Returns a structure representing a protocol, or NULL if this connection +Returns a structure representing a protocol, or NULL if this connection manager does not support the specified protocol.

    @@ -1028,7 +1028,7 @@

    If this function is called before the connection manager information has -been obtained, the result is always NULL. Use +been obtained, the result is always NULL. Use tp_proxy_prepare_async() to wait for this.

    @@ -1064,12 +1064,12 @@ (TpConnectionManager *self, const gchar *protocol);

    -Returns an object representing a protocol, or NULL if this connection +Returns an object representing a protocol, or NULL if this connection manager does not support the specified protocol.

    If this function is called before the connection manager information has -been obtained, the result is always NULL. Use tp_proxy_prepare_async() +been obtained, the result is always NULL. Use tp_proxy_prepare_async() to wait for this.

    @@ -1089,7 +1089,7 @@

    Returns :

    -an object representing the protocol, or NULL. [transfer none] +an object representing the protocol, or NULL. [transfer none] @@ -1119,7 +1119,7 @@

    TpConnectionManagerParam *params;

    Array of TpConnectionManagerParam structures, terminated by -a structure whose name is NULL +a structure whose name is NULL @@ -1231,7 +1231,7 @@

    Returns :

    -a structure representing the parameter param, or NULL if not +a structure representing the parameter param, or NULL if not supported @@ -1645,12 +1645,12 @@

    out_Parameters :

    -Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> An array of structs representing possible parameters. +Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> An array of structs representing possible parameters.

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -1700,28 +1700,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1779,12 +1779,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1820,12 +1820,12 @@

    out_Protocols :

    -Used to return an 'out' argument if error is NULL: The keys of the <tp:member-ref>Protocols</tp:member-ref> map. +Used to return an 'out' argument if error is NULL: The keys of the <tp:member-ref>Protocols</tp:member-ref> map.

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -1870,28 +1870,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1944,12 +1944,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1986,16 +1986,16 @@

    out_Bus_Name :

    -Used to return an 'out' argument if error is NULL: A D-Bus service name where the new Connection object can be found +Used to return an 'out' argument if error is NULL: A D-Bus service name where the new Connection object can be found

    out_Object_Path :

    -Used to return an 'out' argument if error is NULL: The D-Bus object path to the Connection on this service +Used to return an 'out' argument if error is NULL: The D-Bus object path to the Connection on this service

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -2050,28 +2050,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -2139,12 +2139,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2238,7 +2238,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -2249,14 +2249,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -2307,7 +2307,7 @@

    The "manager-file" property

      "manager-file"             gchar*                : Read / Write / Construct

    -The absolute path of the .manager file. If set to NULL (the default), +The absolute path of the .manager file. If set to NULL (the default), the XDG data directories will be searched for a .manager file of the correct name.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-powersaving.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-powersaving.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-powersaving.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-powersaving.html 2012-03-22 22:27:15.000000000 +0000 @@ -114,28 +114,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -170,7 +170,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -219,7 +219,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -230,14 +230,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-presence.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-presence.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-presence.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-presence.html 2012-03-22 22:27:15.000000000 +0000 @@ -267,12 +267,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -321,12 +321,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -385,12 +385,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -444,12 +444,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -503,12 +503,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -562,12 +562,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -621,12 +621,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -680,12 +680,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -741,28 +741,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -807,28 +807,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -878,28 +878,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -944,28 +944,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1015,28 +1015,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1086,28 +1086,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1157,28 +1157,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1228,28 +1228,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1284,7 +1284,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -1319,7 +1319,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -1354,12 +1354,12 @@

    out_Presence :

    -Used to return an 'out' argument if error is NULL: Presence information in the same format as for the <tp:member-ref>PresenceUpdate</tp:member-ref> signal +Used to return an 'out' argument if error is NULL: Presence information in the same format as for the <tp:member-ref>PresenceUpdate</tp:member-ref> signal

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -1394,12 +1394,12 @@

    out_Available_Statuses :

    -Used to return an 'out' argument if error is NULL: A dictionary of string identifiers mapped to a struct for each status, containing: <ul> <li>a type value from one of the values above</li> <li>a boolean to indicate if this status may be set on yourself</li> <li>a boolean to indicate if this is an exclusive status which you may not set alongside any other</li> <li>a dictionary of valid optional string argument names mapped to their types</li> </ul> +Used to return an 'out' argument if error is NULL: A dictionary of string identifiers mapped to a struct for each status, containing: <ul> <li>a type value from one of the values above</li> <li>a boolean to indicate if this status may be set on yourself</li> <li>a boolean to indicate if this is an exclusive status which you may not set alongside any other</li> <li>a dictionary of valid optional string argument names mapped to their types</li> </ul>

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -1434,7 +1434,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -1469,7 +1469,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -1504,7 +1504,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -1539,7 +1539,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -1588,7 +1588,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -1599,14 +1599,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-requests.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-requests.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-requests.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-requests.html 2012-03-22 22:27:15.000000000 +0000 @@ -164,28 +164,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -235,28 +235,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -292,16 +292,16 @@

    out_Channel :

    -Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>The Channel object, which MUST NOT be signalled with <tp:member-ref>NewChannels</tp:member-ref> until after this method returns.</p> <tp:rationale> <p>This allows the requester to alter its handling of NewChannels by knowing whether one of the channels satisfied a request it made.</p> </tp:rationale> +Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>The Channel object, which MUST NOT be signalled with <tp:member-ref>NewChannels</tp:member-ref> until after this method returns.</p> <tp:rationale> <p>This allows the requester to alter its handling of NewChannels by knowing whether one of the channels satisfied a request it made.</p> </tp:rationale>

    out_Properties :

    -Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>Properties of the channel that was produced, equivalent to the properties in <tp:type>Channel_Details</tp:type>. Connection managers MUST NOT include properties here whose values can change, for the same reasons as in <tp:type>Channel_Details</tp:type>.</p> +Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>Properties of the channel that was produced, equivalent to the properties in <tp:type>Channel_Details</tp:type>. Connection managers MUST NOT include properties here whose values can change, for the same reasons as in <tp:type>Channel_Details</tp:type>.</p>

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -338,20 +338,20 @@

    out_Yours :

    -Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>If false, the caller of EnsureChannel MUST assume that some other process is handling this channel; if true, the caller of EnsureChannel SHOULD handle it themselves or delegate it to another client.</p> <p>If the creation of a channel makes several calls to EnsureChannel (and no other requests) successful, exactly one of those calls MUST return a true value for this argument.</p> <p>If the creation of a channel makes other requests successful, the value returned for this argument MUST be such that exactly one of the clients making requests ends up responsible for the channel. In particular, if <tp:member-ref>CreateChannel</tp:member-ref> returns a channel <em>C</em>, any EnsureChannel calls that also return <em>C</em> MUST return a false value for this argument.</p> +Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>If false, the caller of EnsureChannel MUST assume that some other process is handling this channel; if true, the caller of EnsureChannel SHOULD handle it themselves or delegate it to another client.</p> <p>If the creation of a channel makes several calls to EnsureChannel (and no other requests) successful, exactly one of those calls MUST return a true value for this argument.</p> <p>If the creation of a channel makes other requests successful, the value returned for this argument MUST be such that exactly one of the clients making requests ends up responsible for the channel. In particular, if <tp:member-ref>CreateChannel</tp:member-ref> returns a channel <em>C</em>, any EnsureChannel calls that also return <em>C</em> MUST return a false value for this argument.</p>

    out_Channel :

    -Used to return an 'out' argument if error is NULL: The Channel object. If it was created as a result of this method call, it MUST NOT be signalled by <tp:member-ref>NewChannels</tp:member-ref> until after this method returns. <tp:rationale> <p>This allows the requester to alter its handling of NewChannels by knowing whether one of the channels satisfied a request it made.</p> </tp:rationale> +Used to return an 'out' argument if error is NULL: The Channel object. If it was created as a result of this method call, it MUST NOT be signalled by <tp:member-ref>NewChannels</tp:member-ref> until after this method returns. <tp:rationale> <p>This allows the requester to alter its handling of NewChannels by knowing whether one of the channels satisfied a request it made.</p> </tp:rationale>

    out_Properties :

    -Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>Properties of the channel that was produced, equivalent to the properties in <tp:type>Channel_Details</tp:type>. Connection managers MUST NOT include properties here whose values can change, for the same reasons as in <tp:type>Channel_Details</tp:type>.</p> +Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>Properties of the channel that was produced, equivalent to the properties in <tp:type>Channel_Details</tp:type>. Connection managers MUST NOT include properties here whose values can change, for the same reasons as in <tp:type>Channel_Details</tp:type>.</p>

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -400,7 +400,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -411,14 +411,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -460,7 +460,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -471,14 +471,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -534,12 +534,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -608,12 +608,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-simple-presence.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-simple-presence.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-connection-simple-presence.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-connection-simple-presence.html 2012-03-22 22:27:15.000000000 +0000 @@ -155,12 +155,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -219,12 +219,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -275,28 +275,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -351,28 +351,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -407,12 +407,12 @@

    out_Presence :

    -Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>Presence information in the same format as for the <tp:member-ref>PresencesChanged</tp:member-ref> signal. The returned mapping MUST include an entry for each contact in the method's argument.</p> <p>The definition of the connection presence types Unknown and Offline means that if a connection manager will return Unknown for contacts not on the subscribe list, it MUST delay the reply to this method call until it has found out which contacts are, in fact, on the subscribe list.</p> +Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>Presence information in the same format as for the <tp:member-ref>PresencesChanged</tp:member-ref> signal. The returned mapping MUST include an entry for each contact in the method's argument.</p> <p>The definition of the connection presence types Unknown and Offline means that if a connection manager will return Unknown for contacts not on the subscribe list, it MUST delay the reply to this method call until it has found out which contacts are, in fact, on the subscribe list.</p>

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -447,7 +447,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -496,7 +496,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -507,14 +507,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-contact.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-contact.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-contact.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-contact.html 2012-03-22 22:27:15.000000000 +0000 @@ -460,7 +460,7 @@

    If some or even all of the handles passed to tp_connection_get_contacts_by_handle() were not valid, this is not -considered to be a failure. error will be NULL in this situation, +considered to be a failure. error will be NULL in this situation, contacts will contain contact objects for those handles that were valid (possibly none of them), and invalid will contain the handles that were not valid. @@ -481,7 +481,7 @@

    contacts :

    An array of n_contacts TpContact objects (this callback is not given a reference to any of these objects, -and must call g_object_ref() on any that it will keep), or NULL on +and must call g_object_ref() on any that it will keep), or NULL on unrecoverable errors. [array length=n_contacts] @@ -501,7 +501,7 @@

    error :

    -NULL on success, or an unrecoverable error that caused everything +NULL on success, or an unrecoverable error that caused everything to fail @@ -533,7 +533,7 @@

    If tp_connection_has_immortal_handles() would return TRUE and -identifier is non-NULL, this function always succeeds. +identifier is non-NULL, this function always succeeds.

    On connections without immortal handles, it is not possible to guarantee @@ -543,7 +543,7 @@ tp_connection_get_contacts_by_id().

    -Similarly, if identifier is NULL, it might not be possible to find the +Similarly, if identifier is NULL, it might not be possible to find the identifier for handle without making asynchronous D-Bus calls, so it might be necessary to delay processing of messages or other events until a TpContact can be constructed asynchronously, for instance by using @@ -564,12 +564,12 @@

    identifier :

    the normalized identifier (XMPP JID, etc.) -corresponding to handle, or NULL if not known. [transfer none] +corresponding to handle, or NULL if not known. [transfer none]

    Returns :

    -a contact or NULL. [transfer full] +a contact or NULL. [transfer full] @@ -626,7 +626,7 @@

    features :

    An array of features that must be ready for use (if supported) before the callback is called (may -be NULL if n_features is 0). [array length=n_features][allow-none][element-type uint] +be NULL if n_features is 0). [array length=n_features][allow-none][element-type uint] @@ -676,7 +676,7 @@

    If some or even all of the ids passed to tp_connection_get_contacts_by_id() were not valid, this is not -considered to be a fatal error. error will be NULL in this situation, +considered to be a fatal error. error will be NULL in this situation, contacts will contain contact objects for those IDs that were valid (it may be empty), and failed_id_errors will map the IDs that were not valid to a corresponding GError (if the connection manager @@ -708,7 +708,7 @@ An array of n_contacts TpContact objects (this callback is not given a reference to any of these objects, and must call -g_object_ref() on any that it will keep), or NULL on unrecoverable errors. [array length=n_contacts] +g_object_ref() on any that it will keep), or NULL on unrecoverable errors. [array length=n_contacts] @@ -716,7 +716,7 @@ An array of n_contacts valid IDs (JIDs, SIP URIs etc.) that were passed to tp_connection_get_contacts_by_id(), in an order -corresponding to contacts, or NULL on unrecoverable errors. [array length=n_contacts] +corresponding to contacts, or NULL on unrecoverable errors. [array length=n_contacts] @@ -728,7 +728,7 @@

    error :

    -NULL on success, or an unrecoverable error that caused everything +NULL on success, or an unrecoverable error that caused everything to fail @@ -798,7 +798,7 @@

    features :

    An array of features that must be ready for use (if supported) -before the callback is called (may be NULL if n_features is 0). [array length=n_features][allow-none] +before the callback is called (may be NULL if n_features is 0). [array length=n_features][allow-none] @@ -865,7 +865,7 @@

    error :

    -An unrecoverable error, or NULL if the connection remains valid +An unrecoverable error, or NULL if the connection remains valid

    user_data :

    @@ -1014,7 +1014,7 @@

    Returns :

    -the same non-NULL alias as the "alias" +the same non-NULL alias as the "alias" @@ -1040,7 +1040,7 @@

    Returns :

    the same token as the "avatar-token" property -(possibly NULL) +(possibly NULL)
    @@ -1065,7 +1065,7 @@

    Returns :

    the same GFile as the "avatar-file" property -(possibly NULL). [transfer none] +(possibly NULL). [transfer none] @@ -1091,7 +1091,7 @@

    Returns :

    the same MIME type as the "avatar-mime-type" property -(possibly NULL) +(possibly NULL) @@ -1102,7 +1102,7 @@

    tp_contact_get_client_types ()

    const gchar * const * tp_contact_get_client_types       (TpContact *self);

    -Return the contact's client types or NULL if the client types are +Return the contact's client types or NULL if the client types are unspecified.

    @@ -1197,7 +1197,7 @@ - +

    Returns :

    the same non-NULL identifier as the "identifier" propertythe same non-NULL identifier as the "identifier" property
    @@ -1222,7 +1222,7 @@

    Returns :

    -the same non-NULL message as the "presence-message" +the same non-NULL message as the "presence-message" property @@ -1248,7 +1248,7 @@

    Returns :

    -the same non-NULL status name as the "presence-status" +the same non-NULL status name as the "presence-status" property @@ -1287,7 +1287,7 @@

    tp_contact_get_location ()

    GHashTable *        tp_contact_get_location             (TpContact *self);

    -Return the contact's user-defined location or NULL if the location is +Return the contact's user-defined location or NULL if the location is unspecified. This remains valid until the main loop is re-entered; if the caller requires a hash table that will persist for longer than that, it must be @@ -1303,7 +1303,7 @@

    Returns :

    the same -GHashTable (or NULL) as the "location" property. [element-type utf8 GObject.Value][transfer none] +GHashTable (or NULL) as the "location" property. [element-type utf8 GObject.Value][transfer none] @@ -1326,7 +1326,7 @@

    Returns :

    -the same TpCapabilities (or NULL) as the +the same TpCapabilities (or NULL) as the "capabilities" property. [transfer none] @@ -1360,7 +1360,7 @@

    Returns :

    -a GList of TpContactInfoField, or NULL if the feature is not yet +a GList of TpContactInfoField, or NULL if the feature is not yet prepared. [element-type TelepathyGLib.ContactInfoField][transfer container] @@ -1430,7 +1430,7 @@

    cancellable :

    -optional GCancellable object, NULL to ignore. +optional GCancellable object, NULL to ignore.

    callback :

    @@ -1551,8 +1551,8 @@ persist for longer than that, it must be copied with g_strdup().

    -This is set to NULL until TP_CONTACT_FEATURE_SUBSCRIPTION_STATES has been -prepared, and it is guaranteed to be non-NULL afterward. +This is set to NULL until TP_CONTACT_FEATURE_SUBSCRIPTION_STATES has been +prepared, and it is guaranteed to be non-NULL afterward.

    @@ -1632,12 +1632,12 @@ - + @@ -2359,7 +2359,7 @@ However, it is suitable for use as a main "display name" for the contact.

    -This is never NULL for contact objects that are visible to library-user +This is never NULL for contact objects that are visible to library-user code.

    Default value: NULL

    @@ -2369,7 +2369,7 @@

    The "avatar-file" property

      "avatar-file"              GFile*                : Read

    -GFile to the latest cached avatar image, or NULL if this contact has +GFile to the latest cached avatar image, or NULL if this contact has no avatar, or if the avatar data is not yet retrieved.

    @@ -2379,7 +2379,7 @@ cached avatar image.

    -This is set to NULL if TP_CONTACT_FEATURE_AVATAR_DATA is not set on this +This is set to NULL if TP_CONTACT_FEATURE_AVATAR_DATA is not set on this contact. Note that setting TP_CONTACT_FEATURE_AVATAR_DATA will also implicitly set TP_CONTACT_FEATURE_AVATAR_TOKEN.

    @@ -2390,7 +2390,7 @@

    The "avatar-mime-type" property

      "avatar-mime-type"         gchar*                : Read

    -MIME type of the latest cached avatar image, or NULL if this contact has +MIME type of the latest cached avatar image, or NULL if this contact has no avatar, or if the avatar data is not yet retrieved.

    @@ -2409,7 +2409,7 @@ an empty string if there is no avatar.

    -This may be NULL if it is not known whether this contact has an avatar +This may be NULL if it is not known whether this contact has an avatar or not (either for network protocol reasons, or because this TpContact has not been set up to track TP_CONTACT_FEATURE_AVATAR_TOKEN).

    @@ -2427,7 +2427,7 @@ are specific to this TpContact or not.

    -This may be NULL if this TpContact object has not been set up to track +This may be NULL if this TpContact object has not been set up to track TP_CONTACT_FEATURE_CAPABILITIES.

    Since 0.11.3

    @@ -2440,8 +2440,8 @@ A GStrv containing the client types of this contact.

    -This is set to NULL if TP_CONTACT_FEATURE_CLIENT_TYPES is not -set on this contact; it may also be NULL if that feature is prepared, but +This is set to NULL if TP_CONTACT_FEATURE_CLIENT_TYPES is not +set on this contact; it may also be NULL if that feature is prepared, but the contact's client types are unknown.

    Since 0.13.1

    @@ -2462,7 +2462,7 @@ a GStrv with names of groups of which a contact is a member.

    -This is set to NULL if TP_CONTACT_FEATURE_CONTACT_GROUPS is not prepared +This is set to NULL if TP_CONTACT_FEATURE_CONTACT_GROUPS is not prepared on this contact, or if the connection does not implement ContactGroups interface.

    @@ -2476,7 +2476,7 @@ A GList of TpContactInfoField representing the vCard of this contact.

    -This is set to NULL if TP_CONTACT_FEATURE_CONTACT_INFO is not set on this +This is set to NULL if TP_CONTACT_FEATURE_CONTACT_INFO is not set on this contact.

    Since 0.11.7

    @@ -2515,7 +2515,7 @@ protocol uses to identify a user).

    -This is never NULL for contact objects that are visible to library-user +This is never NULL for contact objects that are visible to library-user code.

    Default value: NULL

    @@ -2541,12 +2541,12 @@
      "location"                 GHashTable_gchararray+GValue_*  : Read

    If this contact has set a user-defined location, a string to -GValue * hash table containing his location. If not, NULL. +GValue * hash table containing his location. If not, NULL. tp_asv_get_string() and similar functions can be used to access the contents.

    -This may be NULL even if the contact has set a location, +This may be NULL even if the contact has set a location, if this TpContact object has not been set up to track TP_CONTACT_FEATURE_LOCATION.

    @@ -2565,7 +2565,7 @@

    This may be an empty string even if the contact has set a message, if this TpContact object has not been set up to track -TP_CONTACT_FEATURE_PRESENCE. It is never NULL. +TP_CONTACT_FEATURE_PRESENCE. It is never NULL.

    Default value: ""

    @@ -2580,7 +2580,7 @@

    This may be an empty string if this TpContact object has not been set up -to track TP_CONTACT_FEATURE_PRESENCE. It is never NULL. +to track TP_CONTACT_FEATURE_PRESENCE. It is never NULL.

    Default value: ""

    @@ -2612,8 +2612,8 @@ TP_SUBSCRIPTION_STATE_ASK, an empty string ("") otherwise.

    -This is set to NULL until TP_CONTACT_FEATURE_SUBSCRIPTION_STATES has been -prepared, and it is guaranteed to be non-NULL afterward. +This is set to NULL until TP_CONTACT_FEATURE_SUBSCRIPTION_STATES has been +prepared, and it is guaranteed to be non-NULL afterward.

    Default value: NULL

    Since 0.13.12

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-contact-search.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-contact-search.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-contact-search.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-contact-search.html 2012-03-22 22:27:15.000000000 +0000 @@ -168,7 +168,7 @@ - @@ -206,12 +206,12 @@ - - @@ -242,7 +242,7 @@ - @@ -285,12 +285,12 @@ - - @@ -353,7 +353,7 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-contact-search-result.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-contact-search-result.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-contact-search-result.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-contact-search-result.html 2012-03-22 22:27:15.000000000 +0000 @@ -118,7 +118,7 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-dbus.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-dbus.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-dbus.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-dbus.html 2012-03-22 22:27:15.000000000 +0000 @@ -783,7 +783,7 @@ - @@ -938,7 +938,7 @@

    If it is not possible to connect to the appropriate bus, raise an error -and return NULL. +and return NULL.

    The returned TpDBusDaemon is cached; the same TpDBusDaemon object will @@ -950,12 +950,12 @@

    - + @@ -1161,12 +1161,12 @@ - + - + @@ -1214,7 +1214,7 @@ - @@ -1223,12 +1223,12 @@ - - @@ -1268,7 +1268,7 @@ - @@ -1277,12 +1277,12 @@ - - @@ -1473,28 +1473,28 @@ - @@ -1544,28 +1544,28 @@ - @@ -1615,28 +1615,28 @@ - @@ -1686,28 +1686,28 @@ - @@ -1751,28 +1751,28 @@ - @@ -1822,28 +1822,28 @@ - @@ -1887,28 +1887,28 @@ - @@ -1953,28 +1953,28 @@ - @@ -2018,28 +2018,28 @@ - @@ -2089,28 +2089,28 @@ - @@ -2160,28 +2160,28 @@ - @@ -2231,28 +2231,28 @@ - @@ -2297,28 +2297,28 @@ - @@ -2368,28 +2368,28 @@ - @@ -2444,28 +2444,28 @@ - @@ -2520,28 +2520,28 @@ - @@ -2593,12 +2593,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +NULL on success, or an error on failure @@ -3598,12 +3598,12 @@ - + +NULL on success, or an error on failure @@ -3638,12 +3638,12 @@ - + +NULL on success, or an error on failure @@ -3678,12 +3678,12 @@ - + +NULL on success, or an error on failure @@ -3718,12 +3718,12 @@ - + +NULL on success, or an error on failure @@ -3758,12 +3758,12 @@ - + +NULL on success, or an error on failure @@ -3798,12 +3798,12 @@ - + +NULL on success, or an error on failure @@ -3838,12 +3838,12 @@ - + +NULL on success, or an error on failure @@ -3878,12 +3878,12 @@ - + +NULL on success, or an error on failure @@ -3918,12 +3918,12 @@ - + +NULL on success, or an error on failure @@ -3958,12 +3958,12 @@ - + +NULL on success, or an error on failure @@ -3998,12 +3998,12 @@ - + +NULL on success, or an error on failure @@ -4038,7 +4038,7 @@ +NULL on success, or an error on failure @@ -4073,7 +4073,7 @@ +NULL on success, or an error on failure @@ -4108,12 +4108,12 @@ - + +NULL on success, or an error on failure @@ -4148,12 +4148,12 @@ - + +NULL on success, or an error on failure @@ -4202,7 +4202,7 @@ @@ -4213,14 +4213,14 @@ - @@ -4262,7 +4262,7 @@ @@ -4273,14 +4273,14 @@ - @@ -4322,7 +4322,7 @@ @@ -4333,14 +4333,14 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-dbus-properties-mixin.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-dbus-properties-mixin.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-dbus-properties-mixin.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-dbus-properties-mixin.html 2012-03-22 22:27:15.000000000 +0000 @@ -80,7 +80,7 @@ gpointer setter_data, GError **error); voidtp_dbus_properties_mixin_class_init (GObjectClass *cls, - gsize offset); + gsize offset); voidtp_dbus_properties_mixin_implement_interface (GObjectClass *cls, GQuark iface, @@ -238,7 +238,7 @@

    In addition to the documented members, there are two private pointers -for future expansion, which must always be initialized to NULL. +for future expansion, which must always be initialized to NULL.

    n_groups :

    the number of groups, or -1 if groups is NULL-terminatedthe number of groups, or -1 if groups is NULL-terminated

    groups :

    the set of -groups which the contact should be in (may be NULL if n_groups is 0). [array length=n_groups][element-type utf8][allow-none] +groups which the contact should be in (may be NULL if n_groups is 0). [array length=n_groups][element-type utf8][allow-none]

    server :

    the server on which to search for contacts, or NULL +the server on which to search for contacts, or NULL

    error :

    a GError location to store an error, or NULL +a GError location to store an error, or NULL

    Returns :

    a new contact search object, or NULL +a new contact search object, or NULL in case of error. [transfer full]

    server :

    the server on which to search for contacts, or NULL +the server on which to search for contacts, or NULL

    error :

    a GError location to store an error, or NULL +a GError location to store an error, or NULL

    Returns :

    the new search keys, or NULL +the new search keys, or NULL in case of error. [transfer none]

    Returns :

    the new search keys, or NULL. [transfer none] +the new search keys, or NULL. [transfer none]

    Returns :

    the specified field, or NULL if the +the specified field, or NULL if the result doesn't have it. [transfer none]

    bytes :

    location of an array of bytes to be copied (this may be NULL +location of an array of bytes to be copied (this may be NULL if and only if length is 0)

    error :

    Used to indicate error if NULL is returnedUsed to indicate error if NULL is returned

    Returns :

    a reference to a proxy for signals and method -calls on the bus daemon, or NULL. [transfer full] +calls on the bus daemon, or NULL. [transfer full]

    names :

    constant NULL-terminated array of constant strings representing -bus names, or NULL on errorconstant NULL-terminated array of constant strings representing +bus names, or NULL on error

    error :

    the error that occurred, or NULL on successthe error that occurred, or NULL on success

    user_data :

    callback :

    callback to be called on success or failure; must not be NULL +callback to be called on success or failure; must not be NULL

    destroy :

    if not NULL, called with user_data as argument after the call +if not NULL, called with user_data as argument after the call has succeeded or failed, or after weak_object has been destroyed

    weak_object :

    if not NULL, a GObject which will be weakly referenced; if +if not NULL, a GObject which will be weakly referenced; if it is destroyed, callback will not be called at all

    callback :

    callback to be called on success or failure; must not be NULL +callback to be called on success or failure; must not be NULL

    destroy :

    if not NULL, called with user_data as argument after the call +if not NULL, called with user_data as argument after the call has succeeded or failed, or after weak_object has been destroyed

    weak_object :

    if not NULL, a GObject which will be weakly referenced; if +if not NULL, a GObject which will be weakly referenced; if it is destroyed, callback will not be called at all

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2657,12 +2657,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2721,12 +2721,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2785,12 +2785,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2843,12 +2843,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2907,12 +2907,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2965,12 +2965,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -3024,12 +3024,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -3082,12 +3082,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -3146,12 +3146,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -3210,12 +3210,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -3273,12 +3273,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -3327,12 +3327,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -3385,12 +3385,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -3453,12 +3453,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -3522,12 +3522,12 @@

    error :

    If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -3563,7 +3563,7 @@

    error :

    -NULL on success, or an error on failure

    user_data :

    out0 :

    Used to return an 'out' argument if error is NULL: (Undocumented)Used to return an 'out' argument if error is NULL: (Undocumented)

    error :

    -NULL on success, or an error on failure

    user_data :

    out0 :

    Used to return an 'out' argument if error is NULL: (Undocumented)Used to return an 'out' argument if error is NULL: (Undocumented)

    error :

    -NULL on success, or an error on failure

    user_data :

    out0 :

    Used to return an 'out' argument if error is NULL: (Undocumented)Used to return an 'out' argument if error is NULL: (Undocumented)

    error :

    -NULL on success, or an error on failure

    user_data :

    out0 :

    Used to return an 'out' argument if error is NULL: (Undocumented)Used to return an 'out' argument if error is NULL: (Undocumented)

    error :

    -NULL on success, or an error on failure

    user_data :

    out0 :

    Used to return an 'out' argument if error is NULL: (Undocumented)Used to return an 'out' argument if error is NULL: (Undocumented)

    error :

    -NULL on success, or an error on failure

    user_data :

    out0 :

    Used to return an 'out' argument if error is NULL: (Undocumented)Used to return an 'out' argument if error is NULL: (Undocumented)

    error :

    -NULL on success, or an error on failure

    user_data :

    out0 :

    Used to return an 'out' argument if error is NULL: (Undocumented)Used to return an 'out' argument if error is NULL: (Undocumented)

    error :

    -NULL on success, or an error on failure

    user_data :

    out0 :

    Used to return an 'out' argument if error is NULL: (Undocumented)Used to return an 'out' argument if error is NULL: (Undocumented)

    error :

    -NULL on success, or an error on failure

    user_data :

    out0 :

    Used to return an 'out' argument if error is NULL: (Undocumented)Used to return an 'out' argument if error is NULL: (Undocumented)

    error :

    -NULL on success, or an error on failure

    user_data :

    out0 :

    Used to return an 'out' argument if error is NULL: (Undocumented)Used to return an 'out' argument if error is NULL: (Undocumented)

    error :

    -NULL on success, or an error on failure

    user_data :

    out0 :

    Used to return an 'out' argument if error is NULL: (Undocumented)Used to return an 'out' argument if error is NULL: (Undocumented)

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    error :

    -NULL on success, or an error on failure

    user_data :

    out0 :

    Used to return an 'out' argument if error is NULL: (Undocumented)Used to return an 'out' argument if error is NULL: (Undocumented)

    error :

    -NULL on success, or an error on failure

    user_data :

    out0 :

    Used to return an 'out' argument if error is NULL: (Undocumented)Used to return an 'out' argument if error is NULL: (Undocumented)

    error :

    -NULL on success, or an error on failure

    user_data :

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL

    error :

    If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid.
    @@ -250,7 +250,7 @@ @@ -274,7 +274,7 @@

    In addition to the documented members, there are two private pointers -for future expansion, which must always be initialized to NULL. +for future expansion, which must always be initialized to NULL.

    TpDBusPropertiesMixinPropInfo *props;

    Array of property descriptions, terminated by one with -name == NULL +name == NULL
    @@ -349,7 +349,7 @@ - @@ -369,14 +369,14 @@

    In addition to the documented fields, there are 7 pointers reserved for -future use, which must be initialized to NULL. +future use, which must be initialized to NULL.

    Returns :

    D-Bus property metadata for g_interface, or NULL if it has +D-Bus property metadata for g_interface, or NULL if it has none.

    TpDBusPropertiesMixinIfaceImpl *interfaces;

    An array of interface implementations, terminated by one with -name equal to NULL +name equal to NULL
    @@ -397,7 +397,7 @@

    In addition to the documented fields, there are four pointers which must -be initialized to NULL. +be initialized to NULL.

    This structure must either be statically allocated, or duplicated and never @@ -423,7 +423,7 @@

    TpDBusPropertiesMixinPropImpl *props;

    An array of property implementations, terminated by one with -name equal to NULL +name equal to NULL @@ -444,7 +444,7 @@

    In addition to the documented fields, there are three pointers which must -be initialized to NULL. +be initialized to NULL.

    This structure must either be statically allocated, or duplicated and never @@ -656,7 +656,7 @@

    tp_dbus_properties_mixin_class_init ()

    void                tp_dbus_properties_mixin_class_init (GObjectClass *cls,
    -                                                         gsize offset);
    + gsize offset);

    Initialize the class cls to use the D-Bus Properties mixin. The given struct member, of size sizeof(TpDBusPropertiesMixinClass), @@ -670,14 +670,14 @@

    Before calling this function, the array interfaces must have been placed in the TpDBusPropertiesMixinClass structure; if it would be empty, -it may instead be NULL. +it may instead be NULL.

    This function should be called from the class_init callback in such a way that it will only be called once, even if the class is subclassed.

    -Changed in 0.7.9: TpDBusPropertiesMixinClass::interfaces may now be NULL, +Changed in 0.7.9: TpDBusPropertiesMixinClass::interfaces may now be NULL, which means that only interfaces whose properties are set up using tp_dbus_properties_mixin_implement_interface() will be used.

    @@ -685,7 +685,7 @@ Changed in 0.7.15: offset may now be 0, in which case the TpDBusPropertiesMixinClass can be omitted from cls. It is treated as if it were present, but with all fields (including -TpDBusPropertiesMixinClass::interfaces) being NULL, so only interfaces +TpDBusPropertiesMixinClass::interfaces) being NULL, so only interfaces whose properties are set using tp_dbus_properties_mixin_implement_interface() will be used.

    @@ -755,18 +755,18 @@

    getter :

    -a callback to get properties on this interface, or NULL if they +a callback to get properties on this interface, or NULL if they are all write-only

    setter :

    -a callback to set properties on this interface, or NULL if they +a callback to set properties on this interface, or NULL if they are all read-only

    props :

    an array of TpDBusPropertiesMixinPropImpl representing individual -properties, terminated by one with name == NULL +properties, terminated by one with name == NULL @@ -938,7 +938,7 @@

    ... :

    -more (interface name, property name) pairs, terminated by NULL. +more (interface name, property name) pairs, terminated by NULL.
    @@ -988,7 +988,7 @@

    ... :

    -more (interface name, property name) pairs, terminated by NULL. +more (interface name, property name) pairs, terminated by NULL.

    Returns :

    @@ -1028,10 +1028,10 @@ 2 3 4 -
    const gchar *properties[] = { "CanEditTracks", "Tracks", NULL };
    +        
    const gchar *properties[] = { "CanEditTracks", "Tracks", NULL };
     
    -tp_dbus_properties_mixin_emit_properties_changed (G_OBJECT (self),
    -    "org.mpris.MediaPlayer2.TrackList", properties);
    +tp_dbus_properties_mixin_emit_properties_changed (G_OBJECT (self), + "org.mpris.MediaPlayer2.TrackList", properties);
    @@ -1057,7 +1057,7 @@

    properties :

    -a NULL-terminated array of (unqualified) +a NULL-terminated array of (unqualified) property names whose values have changed. [allow-none] @@ -1089,7 +1089,7 @@

    ... :

    (unqualified) property names whose values have changed, terminated by -NULL. +NULL. diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-dbus-tube-channel.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-dbus-tube-channel.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-dbus-tube-channel.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-dbus-tube-channel.html 2012-03-22 22:27:15.000000000 +0000 @@ -162,7 +162,7 @@ A string to GValue GHashTable representing the parameters of the tube.

    -Will be NULL for outgoing tubes until the tube has been offered. +Will be NULL for outgoing tubes until the tube has been offered.

    Since 0.15.6

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-debug.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-debug.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-debug.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-debug.html 2012-03-22 22:27:15.000000000 +0000 @@ -127,7 +127,7 @@

    flags_string :

    -The flags to set, comma-separated. If NULL or empty, +The flags to set, comma-separated. If NULL or empty, no additional flags are set. @@ -168,7 +168,7 @@ file is not truncated and output is added at the end of the file.

    -Passing NULL to this function is guaranteed to have no effect. This is +Passing NULL to this function is guaranteed to have no effect. This is so you can call it with the recommended usage tp_debug_divert_messages (g_getenv ("MYAPP_LOGFILE")) and it won't do anything if the environment variable is not set. @@ -181,7 +181,7 @@

    filename :

    -A file to which to divert stdout and stderr, or NULL to +A file to which to divert stdout and stderr, or NULL to do nothing @@ -210,8 +210,8 @@
    1
     2
    -
    if (g_getenv ("MYPROG_TIMING") != NULL)
    -  g_log_set_default_handler (tp_debug_timestamped_log_handler, NULL);
    +
    if (g_getenv ("MYPROG_TIMING") != NULL)
    +  g_log_set_default_handler (tp_debug_timestamped_log_handler, NULL);
    @@ -274,7 +274,7 @@

    flags_string :

    -The flags to set, comma-separated. If NULL or empty, +The flags to set, comma-separated. If NULL or empty, no additional flags are set. diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-debug-sender.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-debug-sender.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-debug-sender.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-debug-sender.html 2012-03-22 22:27:15.000000000 +0000 @@ -171,7 +171,7 @@

    timestamp :

    -Time of the message or NULL for right now +Time of the message or NULL for right now

    domain :

    @@ -213,11 +213,11 @@

    timestamp :

    -Time of the message, or NULL for right now +Time of the message, or NULL for right now

    formatted :

    -Place to store the formatted message, or NULL if not needed +Place to store the formatted message, or NULL if not needed

    domain :

    @@ -264,11 +264,11 @@

    timestamp :

    -Time of the message, or NULL for right now +Time of the message, or NULL for right now

    formatted :

    -Place to store the formatted message, or NULL if not required +Place to store the formatted message, or NULL if not required

    domain :

    @@ -338,19 +338,19 @@ 13 14
    /* Create a main loop and debug sender */
    -GMainLoop *loop = g_main_loop_new (NULL, FALSE);
    -TpDebugSender *sender = tp_debug_sender_dup ();
    +GMainLoop *loop = g_main_loop_new (NULL, FALSE);
    +TpDebugSender *sender = tp_debug_sender_dup ();
     
     /* Set the default handler */
    -g_log_set_default_handler (tp_debug_sender_log_handler, G_LOG_DOMAIN);
    +g_log_set_default_handler (tp_debug_sender_log_handler, G_LOG_DOMAIN);
     
     /* Run the main loop, but keeping a ref on the TpDebugSender from
      * the beginning of this code sample. */
    -g_main_loop_run (loop);
    +g_main_loop_run (loop);
     
     /* g_main_loop_quit was called, so only now can we clean up the
      * TpDebugSender. */
    -g_object_unref (sender);
    +g_object_unref (sender); @@ -392,7 +392,7 @@

    exclude :

    -a log domain string to exclude from the TpDebugSender, or NULL +a log domain string to exclude from the TpDebugSender, or NULL diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib.devhelp2 telepathy-glib-0.17.7/docs/reference/html/telepathy-glib.devhelp2 --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib.devhelp2 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib.devhelp2 2012-03-22 22:27:15.000000000 +0000 @@ -1279,23 +1279,23 @@ - - + + - - + + - + @@ -1344,11 +1344,11 @@ - - + + - + @@ -1392,8 +1392,8 @@ - - + + @@ -1640,9 +1640,9 @@ - - - + + + @@ -1871,8 +1871,8 @@ - - + + @@ -2519,8 +2519,8 @@ - - + + @@ -2539,13 +2539,13 @@ - + - + @@ -2573,7 +2573,7 @@ - + @@ -2894,7 +2894,7 @@ - + @@ -2907,8 +2907,8 @@ - - + + @@ -4751,7 +4751,7 @@ - + @@ -4796,14 +4796,14 @@ - - - - - - - - + + + + + + + + @@ -4862,6 +4862,7 @@ + diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-errors.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-errors.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-errors.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-errors.html 2012-03-22 22:27:15.000000000 +0000 @@ -659,7 +659,7 @@

    error :

    -Either NULL, or used to return an error (as for g_set_error) +Either NULL, or used to return an error (as for g_set_error) @@ -687,7 +687,7 @@

    error :

    -Either NULL, or used to return an error (as for g_set_error) +Either NULL, or used to return an error (as for g_set_error) diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-file-transfer-channel.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-file-transfer-channel.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-file-transfer-channel.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-file-transfer-channel.html 2012-03-22 22:27:15.000000000 +0000 @@ -61,8 +61,8 @@ (TpFileTransferChannel *self); const gchar * tp_file_transfer_channel_get_filename (TpFileTransferChannel *self); -guint64 tp_file_transfer_channel_get_size (TpFileTransferChannel *self); -guint64 tp_file_transfer_channel_get_transferred_bytes +guint64 tp_file_transfer_channel_get_size (TpFileTransferChannel *self); +guint64 tp_file_transfer_channel_get_transferred_bytes (TpFileTransferChannel *self); TpFileTransferState tp_file_transfer_channel_get_state (TpFileTransferChannel *self, TpFileTransferStateChangeReason *reason); @@ -73,7 +73,7 @@ void tp_file_transfer_channel_accept_file_async (TpFileTransferChannel *self, GFile *file, - guint64 offset, + guint64 offset, GAsyncReadyCallback callback, gpointer user_data); gboolean tp_file_transfer_channel_accept_file_finish @@ -113,13 +113,13 @@ "description" gchar* : Read "file" GFile* : Read "filename" gchar* : Read - "initial-offset" guint64 : Read + "initial-offset" guint64 : Read "metadata" GHashTable_gchararray+GStrv_* : Read "mime-type" gchar* : Read "service-name" gchar* : Read - "size" guint64 : Read + "size" guint64 : Read "state" guint : Read - "transferred-bytes" guint64 : Read + "transferred-bytes" guint64 : Read
    @@ -171,26 +171,26 @@ 18 19 20 -
    GHashTable *request = tp_asv_new (
    -    TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING, TP_IFACE_CHANNEL_TYPE_FILE_TRANSFER,
    -    TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT, TP_HANDLE_TYPE_CONTACT,
    -    TP_PROP_CHANNEL_TARGET_ID, G_TYPE_STRING, "foo@bar.com",
    -    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_CONTENT_TYPE, G_TYPE_STRING, "text/plain",
    -    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_DATE, G_TYPE_INT64, 1320925992,
    -    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_DESCRIPTION, G_TYPE_STRING, "",
    -    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_FILENAME, G_TYPE_STRING, "test.pdf",
    -    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_INITIAL_OFFSET, G_TYPE_UINT64, 0,
    -    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_SIZE, G_TYPE_UINT64, 165710,
    -    NULL);
    +        
    GHashTable *request = tp_asv_new (
    +    TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING, TP_IFACE_CHANNEL_TYPE_FILE_TRANSFER,
    +    TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT, TP_HANDLE_TYPE_CONTACT,
    +    TP_PROP_CHANNEL_TARGET_ID, G_TYPE_STRING, "foo@bar.com",
    +    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_CONTENT_TYPE, G_TYPE_STRING, "text/plain",
    +    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_DATE, G_TYPE_INT64, 1320925992,
    +    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_DESCRIPTION, G_TYPE_STRING, "",
    +    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_FILENAME, G_TYPE_STRING, "test.pdf",
    +    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_INITIAL_OFFSET, G_TYPE_UINT64, 0,
    +    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_SIZE, G_TYPE_UINT64, 165710,
    +    NULL);
     
    -TpAccountChannelRequest *channel_request = tp_account_channel_request_new (
    -    account, request,
    -    TP_USER_ACTION_TIME_CURRENT_TIME);
    +TpAccountChannelRequest *channel_request = tp_account_channel_request_new (
    +    account, request,
    +    TP_USER_ACTION_TIME_CURRENT_TIME);
     
    -tp_account_channel_request_create_and_handle_channel_async (channel_request, NULL,
    -    create_and_handle_cb, NULL);
    +tp_account_channel_request_create_and_handle_channel_async (channel_request, NULL,
    +    create_and_handle_cb, NULL);
     
    -g_hash_table_unref (request);
    +g_hash_table_unref (request);
    @@ -250,12 +250,12 @@

    conn :

    -a TpConnection; may not be NULL +a TpConnection; may not be NULL

    object_path :

    -the object path of the channel; may not be NULL +the object path of the channel; may not be NULL @@ -268,7 +268,7 @@

    error :

    -used to indicate the error if NULL is returned +used to indicate the error if NULL is returned

    Returns :

    @@ -403,7 +403,7 @@

    tp_file_transfer_channel_get_size ()

    -
    guint64             tp_file_transfer_channel_get_size   (TpFileTransferChannel *self);
    +
    guint64             tp_file_transfer_channel_get_size   (TpFileTransferChannel *self);

    Return the "size" property

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

    tp_file_transfer_channel_get_transferred_bytes ()

    -
    guint64             tp_file_transfer_channel_get_transferred_bytes
    +
    guint64             tp_file_transfer_channel_get_transferred_bytes
                                                             (TpFileTransferChannel *self);

    Return the "transferred-bytes" property @@ -456,7 +456,7 @@ Returns the "state" property.

    -If reason is not NULL it is set to the reason why +If reason is not NULL it is set to the reason why "state" changed to its current value.

    @@ -469,7 +469,7 @@ - @@ -536,7 +536,7 @@
    void                tp_file_transfer_channel_accept_file_async
                                                             (TpFileTransferChannel *self,
                                                              GFile *file,
    -                                                         guint64 offset,
    +                                                         guint64 offset,
                                                              GAsyncReadyCallback callback,
                                                              gpointer user_data);

    @@ -766,7 +766,7 @@


    The "initial-offset" property

    -
      "initial-offset"           guint64               : Read
    +
      "initial-offset"           guint64               : Read

    The offset in bytes from where the file should be sent.

    @@ -816,25 +816,25 @@ 17 18 19 -
    +...

    reason :

    a TpFileTransferStateChangeReason, or NULL. [out] +a TpFileTransferStateChangeReason, or NULL. [out]
    GHashTable *request;
    -GHashTable *metadata = g_hash_table_new (g_str_hash, g_str_equal);
    -const gchar * const values[] = { "Jason Derulo", "Tinie Tempah", NULL };
    -g_hash_table_insert (metadata, "best buds", values);
    +        
    GHashTable *request;
    +GHashTable *metadata = g_hash_table_new (g_str_hash, g_str_equal);
    +const gchar * const values[] = { "Jason Derulo", "Tinie Tempah", NULL };
    +g_hash_table_insert (metadata, "best buds", values);
     
    -request = tp_asv_new (
    -    TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING, TP_IFACE_CHANNEL_TYPE_FILE_TRANSFER,
    -    TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT, TP_HANDLE_TYPE_CONTACT,
    -    TP_PROP_CHANNEL_TARGET_ID, G_TYPE_STRING, "foo@bar.com",
    -    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_CONTENT_TYPE, G_TYPE_STRING, "text/plain",
    -    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_DATE, G_TYPE_INT64, 1320925992,
    -    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_DESCRIPTION, G_TYPE_STRING, "",
    -    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_FILENAME, G_TYPE_STRING, "test.pdf",
    -    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_INITIAL_OFFSET, G_TYPE_UINT64, 0,
    -    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_SIZE, G_TYPE_UINT64, 165710,
    -    TP_PROP_CHANNEL_INTERFACE_FILE_TRANSFER_METADATA_METADATA, TP_TYPE_METADATA, metadata,
    -    NULL);
    +request = tp_asv_new (
    +    TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING, TP_IFACE_CHANNEL_TYPE_FILE_TRANSFER,
    +    TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT, TP_HANDLE_TYPE_CONTACT,
    +    TP_PROP_CHANNEL_TARGET_ID, G_TYPE_STRING, "foo@bar.com",
    +    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_CONTENT_TYPE, G_TYPE_STRING, "text/plain",
    +    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_DATE, G_TYPE_INT64, 1320925992,
    +    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_DESCRIPTION, G_TYPE_STRING, "",
    +    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_FILENAME, G_TYPE_STRING, "test.pdf",
    +    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_INITIAL_OFFSET, G_TYPE_UINT64, 0,
    +    TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_SIZE, G_TYPE_UINT64, 165710,
    +    TP_PROP_CHANNEL_INTERFACE_FILE_TRANSFER_METADATA_METADATA, TP_TYPE_METADATA, metadata,
    +    NULL);
     
    -...
    @@ -864,7 +864,7 @@
      "service-name"             gchar*                : Read

    A string representing the name of the service suggested to handle -this file transfer channel, or NULL if the initiator did not +this file transfer channel, or NULL if the initiator did not provide one.

    @@ -889,12 +889,12 @@ 4 5 6

    -
    tp_base_client_take_handler_filter (handler, tp_asv_new (
    -              TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING, TP_IFACE_CHANNEL_TYPE_FILE_TRANSFER,
    -              TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT, TP_HANDLE_TYPE_CONTACT,
    -              TP_PROP_CHANNEL_REQUESTED, G_TYPE_BOOLEAN, FALSE,
    -              TP_PROP_CHANNEL_INTERFACE_FILE_TRANSFER_METADATA_SERVICE_NAME, G_TYPE_STRING, "service.name",
    -              NULL));
    +
    tp_base_client_take_handler_filter (handler, tp_asv_new (
    +              TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING, TP_IFACE_CHANNEL_TYPE_FILE_TRANSFER,
    +              TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT, TP_HANDLE_TYPE_CONTACT,
    +              TP_PROP_CHANNEL_REQUESTED, G_TYPE_BOOLEAN, FALSE,
    +              TP_PROP_CHANNEL_INTERFACE_FILE_TRANSFER_METADATA_SERVICE_NAME, G_TYPE_STRING, "service.name",
    +              NULL));
    @@ -912,7 +912,7 @@

    The "size" property

    -
      "size"                     guint64               : Read
    +
      "size"                     guint64               : Read

    The size of the file to be transferred, or G_MAXUINT64 if not known. @@ -942,7 +942,7 @@


    The "transferred-bytes" property

    -
      "transferred-bytes"        guint64               : Read
    +
      "transferred-bytes"        guint64               : Read

    The number of bytes transferred so far in this file transfer. diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-gnio-util.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-gnio-util.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-gnio-util.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-gnio-util.html 2012-03-22 22:27:15.000000000 +0000 @@ -186,12 +186,12 @@

    byte :

    -if not NULL, used to return the byte. [out] +if not NULL, used to return the byte. [out]

    cancellable :

    -a GCancellable, or NULL. [allow-none] +a GCancellable, or NULL. [allow-none] @@ -201,7 +201,7 @@

    Returns :

    Received credentials on success (free with -g_object_unref()), NULL if error is set. [transfer full] +g_object_unref()), NULL if error is set. [transfer full] @@ -237,7 +237,7 @@

    cancellable :

    -optional GCancellable object, NULL to ignore. [allow-none] +optional GCancellable object, NULL to ignore. [allow-none] @@ -279,17 +279,17 @@

    byte :

    -if not NULL, used to return the byte. [out] +if not NULL, used to return the byte. [out]

    error :

    -a GError, or NULL +a GError, or NULL

    Returns :

    -a GCredentials, or NULL on error. +a GCredentials, or NULL on error. Free the returned object with g_object_unref(). [transfer full] @@ -323,7 +323,7 @@

    cancellable :

    -a GCancellable, or NULL. [allow-none] +a GCancellable, or NULL. [allow-none] @@ -373,7 +373,7 @@

    cancellable :

    -optional GCancellable object, NULL to ignore. [allow-none] +optional GCancellable object, NULL to ignore. [allow-none] @@ -414,7 +414,7 @@

    error :

    -a GError, or NULL +a GError, or NULL diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-gtypes.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-gtypes.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-gtypes.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-gtypes.html 2012-03-22 22:27:15.000000000 +0000 @@ -762,9 +762,7 @@

    A pair (contact handle, alias) as seen in the - <tp:member-ref> - AliasesChanged - </tp:member-ref> + <tp:member-ref>AliasesChanged</tp:member-ref> signal.

    @@ -838,56 +836,32 @@ An amount of money in a specified currency. For example, 3.21 British pounds would conventionally be represented by ( - <var> - Amount - </var> + <var>Amount</var> = - <tt> - 321 - </tt> + <tt>321</tt> , - <var> - Scale - </var> + <var>Scale</var> = - <tt> - 2 - </tt> + <tt>2</tt> , - <var> - Currency - </var> + <var>Currency</var> = - <tt> - &quot;GBP&quot; - </tt> + <tt>&quot;GBP&quot;</tt> ), but could be represented by ( - <var> - Amount - </var> + <var>Amount</var> = - <tt> - 3210 - </tt> + <tt>3210</tt> , - <var> - Scale - </var> + <var>Scale</var> = - <tt> - 3 - </tt> + <tt>3</tt> , - <var> - Currency - </var> + <var>Currency</var> = - <tt> - &quot;GBP&quot; - </tt> + <tt>&quot;GBP&quot;</tt> ) in a service that records balance in units of 0.001 pounds. </p> @@ -897,31 +871,19 @@ <p> As a special case, if - <var> - Amount - </var> + <var>Amount</var> = - <tt> - 0 - </tt> + <tt>0</tt> , - <var> - Scale - </var> + <var>Scale</var> = - <tt> - 2**32 - 1 - </tt> + <tt>2**32 - 1</tt> (i.e. the largest possible 32-bit unsigned integer) and - <var> - Currency - </var> + <var>Currency</var> = - <tt> - &quot;&quot; - </tt> + <tt>&quot;&quot;</tt> , this indicates an unknown amount. </p> @@ -1044,9 +1006,7 @@ new generic flags, old type-specific flags, new type-specific flags) representing a change to one of a contact's capabilities, as seen in the - <tp:member-ref> - CapabilitiesChanged - </tp:member-ref> + <tp:member-ref>CapabilitiesChanged</tp:member-ref> signal on the Capabilities interface.

    @@ -1110,9 +1070,7 @@

    A pair (channel type, type-specific flags) as passed to - <tp:member-ref> - AdvertiseCapabilities - </tp:member-ref> + <tp:member-ref>AdvertiseCapabilities</tp:member-ref> on the Capabilities interface.

    @@ -1154,9 +1112,7 @@ A struct (contact handle, channel type, generic flags, type-specific flags) representing a capability posessed by a contact, as returned by - <tp:member-ref> - GetCapabilities - </tp:member-ref> + <tp:member-ref>GetCapabilities</tp:member-ref> on the Capabilities interface.

    @@ -1342,11 +1298,9 @@ <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> - <p> - Structure representing a class of channels that can be requested, + <p>Structure representing a class of channels that can be requested, identified by a set of properties that identify that class of - channel. - </p> + channel.</p>

    @@ -1354,12 +1308,10 @@ <tp:rationale> - <p> - This will often just be the channel type and the handle type, + <p>This will often just be the channel type and the handle type, but can include other properties of the channel - for instance, encrypted channels might require properties that - unencrypted channels do not, like an encryption key. - </p> + unencrypted channels do not, like an encryption key.</p> </tp:rationale> @@ -1367,11 +1319,9 @@

    - <p> - In some cases, these classes of channel may overlap, in the sense + <p>In some cases, these classes of channel may overlap, in the sense that one class fixes all the properties that another class does, - plus some more properties. - </p> + plus some more properties.</p>

    @@ -1379,11 +1329,9 @@ <tp:rationale> - <p> - For older clients to still be able to understand how to request + <p>For older clients to still be able to understand how to request channels in the presence of a hypothetical &quot;encryption&quot; interface, - we'd need to represent it like this: - </p> + we'd need to represent it like this:</p>

    @@ -1391,16 +1339,12 @@ <ul> - <li> - class 1: ChannelType = Text, TargetHandleType = CONTACT - </li> + <li>class 1: ChannelType = Text, TargetHandleType = CONTACT</li> - <li> - class 2: Channel.ChannelType = Text, + <li>class 2: Channel.ChannelType = Text, Channel.TargetHandleType = CONTACT, - Encryption.Encrypted = TRUE - </li> + Encryption.Encrypted = TRUE</li> </ul> @@ -1568,12 +1512,10 @@ <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> - <p> - An access control mode for extended presence items like geolocation. + <p>An access control mode for extended presence items like geolocation. This type isn't actually used by the SimplePresence interface, but it's included here so it can be referenced by rich presence - interfaces. - </p> + interfaces.</p>

    @@ -1581,9 +1523,7 @@ <p> New interfaces should use this type, and NOT - <tp:type> - Rich_Presence_Access_Control - </tp:type> + <tp:type>Rich_Presence_Access_Control</tp:type> . </p> @@ -1621,9 +1561,7 @@ This type isn't actually used by the SimplePresence interface, but it's included here so it can be referenced by rich presence interfaces such as - <tp:dbus-ref namespace="org.freedesktop.Telepathy.Connection.Interface"> - Location - </tp:dbus-ref> + <tp:dbus-ref namespace="org.freedesktop.Telepathy.Connection.Interface">Location</tp:dbus-ref> . </p> @@ -1631,15 +1569,11 @@

    <p> - <tp:dbus-ref namespace="org.freedesktop.Telepathy.Connection.Interface"> - Location - </tp:dbus-ref> + <tp:dbus-ref namespace="org.freedesktop.Telepathy.Connection.Interface">Location</tp:dbus-ref> uses this for historical reasons, new interfaces will use - <tp:type> - Access_Control_Type - </tp:type> + <tp:type>Access_Control_Type</tp:type> . </p> @@ -1945,9 +1879,7 @@

    A struct describing a vCard field, with parameters, that may be passed to - <tp:member-ref> - SetContactInfo - </tp:member-ref> + <tp:member-ref>SetContactInfo</tp:member-ref> on this Connection.

    @@ -2180,12 +2112,10 @@ <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> - <p> - A pair (name, address) representing an e-mail address, + <p>A pair (name, address) representing an e-mail address, such as (&quot;Nicolas Dufresne&quot;, &quot;nicolas.dufresnecollabora.co.uk&quot;). At least one of name and address MUST be provided. A missing element will - be represented by the empty string. - </p> + be represented by the empty string.</p> <tp:rationale> @@ -2196,9 +2126,7 @@ protocols provide both the displayed name and the address. (If a protocol doesn't provide either, it should omit the appropriate field from the - <tp:type> - Mail - </tp:type> + <tp:type>Mail</tp:type> entirely.) </p> @@ -2244,20 +2172,16 @@ <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> - <p> - A structure containing the required information to open a web-based - e-mail UI, without needing re-authentication (if possible). - </p> + <p>A structure containing the required information to open a web-based + e-mail UI, without needing re-authentication (if possible).</p>

    - <p> - Because the URL and POST data frequently contain short-lived + <p>Because the URL and POST data frequently contain short-lived credential tokens, a new URL should be requested (by calling one of the methods that returns a Mail_URL) for each visit to the web-based - UI, and the URL should be visited soon after it is returned. - </p> + UI, and the URL should be visited soon after it is returned.</p>

    @@ -2301,9 +2225,7 @@ the requirements of the <a href="http://www.w3.org/TR/html401/types.htmltype-cdata"> - - HTML CDATA type - </a> + HTML CDATA type</a> . The value MUST NOT be encoded with HTML entities. </p> @@ -2311,24 +2233,20 @@

    - <p> - For example, if the POST data should contain a key &quot;less-than&quot; with value + <p>For example, if the POST data should contain a key &quot;less-than&quot; with value &quot;&lt;&quot;, and a key &quot;percent&quot; with value &quot;%&quot;, this should be represented as two HTTP_Post_Data structures, (&quot;less-than&quot;, &quot;&lt;&quot;) and (&quot;percent&quot;, &quot;%&quot;), resulting in a POST request whose request body is &quot;less-than=&amp;lt;&amp;percent=25&quot;. If a client passes this to a browser by writing it into an HTML form, it - could do so by representing it as: - </p> + could do so by representing it as:</p>

    <pre> - &lt;input type=&quot;hidden&quot; name=&quot;less-than&quot;&gt;&amp;lt;&lt;/input&gt; &lt;input type=&quot;hidden&quot; name=&quot;percent&quot;&gt;%&lt;/input&gt; - - </pre> + </pre>

    @@ -2344,21 +2262,17 @@ instruct the browser how to load the URL (like the Netscape Plug-in API), in which case the client MUST escape - <a href="http://www.ietf.org/rfc/rfc1738.txt"> - characters that are - reserved in URLs - </a> + <a href="http://www.ietf.org/rfc/rfc1738.txt">characters that are + reserved in URLs</a> , if appropriate for that API. </p>

    - <p> - An array of pairs is used instead of a map from keys to values, + <p>An array of pairs is used instead of a map from keys to values, because it's valid to repeat keys in both HTML and - x-www-form-urlencoded data. - </p> + x-www-form-urlencoded data.</p> </tp:rationale> @@ -2402,9 +2316,7 @@ A structure representing a contact whose attempt to join a group is to be confirmed by the local user using - <tp:member-ref> - AddMembers - </tp:member-ref> + <tp:member-ref>AddMembers</tp:member-ref> .

    @@ -2540,14 +2452,10 @@ 1970-01-01 00:00 UTC, sender's handle, message type, flags, text) representing a pending text message, as returned by - <tp:member-ref> - ListPendingMessages - </tp:member-ref> + <tp:member-ref>ListPendingMessages</tp:member-ref> . The arguments of the - <tp:member-ref> - Received - </tp:member-ref> + <tp:member-ref>Received</tp:member-ref> signal also match this struct's signature.

    @@ -2795,14 +2703,10 @@

    Represents a participant in a multi-user D-Bus tube, as returned by - <tp:member-ref> - GetDBusNames - </tp:member-ref> + <tp:member-ref>GetDBusNames</tp:member-ref> and seen in the - <tp:member-ref> - DBusNamesChanged - </tp:member-ref> + <tp:member-ref>DBusNamesChanged</tp:member-ref> signal.

    @@ -3042,14 +2946,10 @@ <p> A description of the reason for a change to the - <tp:member-ref> - CallState - </tp:member-ref> + <tp:member-ref>CallState</tp:member-ref> and/or - <tp:member-ref> - CallFlags - </tp:member-ref> + <tp:member-ref>CallFlags</tp:member-ref> . </p> @@ -3478,9 +3378,7 @@

    Implementors and users of Call's - <tp:dbus-ref namespace="ofdT.Call1.Content.MediaDescription.Interface"> - RTCPFeedback - </tp:dbus-ref> + <tp:dbus-ref namespace="ofdT.Call1.Content.MediaDescription.Interface">RTCPFeedback</tp:dbus-ref> should not use the MAXUINT default. Instead, in RTP/AVP, the default should be 5000 (5 seconds). If using the RTP/AVPF profile, it can be set to a lower value, @@ -3804,10 +3702,8 @@ <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> - <p> - A struct containing information regarding a single captcha - mechanism. - </p> + <p>A struct containing information regarding a single captcha + mechanism.</p>

    @@ -3853,17 +3749,13 @@ <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> - <p> - A struct containing avatar data marked with its MIME type. - </p> + <p>A struct containing avatar data marked with its MIME type.</p>

    - <p> - May be set to an empty byte-array and an empty string, indicating - no avatar. - </p> + <p>May be set to an empty byte-array and an empty string, indicating + no avatar.</p>

    @@ -3984,9 +3876,7 @@

    A struct representing a debug message, as returned by - <tp:member-ref> - GetMessages - </tp:member-ref> + <tp:member-ref>GetMessages</tp:member-ref> .

    @@ -4038,17 +3928,13 @@ <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> - <p> - Struct representing one reason why a TLS certificate was rejected. - </p> + <p>Struct representing one reason why a TLS certificate was rejected.</p> - <p> - Since there can be multiple things wrong with a TLS certificate, + <p>Since there can be multiple things wrong with a TLS certificate, arrays of this type are used to represent lists of reasons for rejection. In that case, the most important reason SHOULD be placed - first in the list. - </p> + first in the list.</p>

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-handle-channels-context.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-handle-channels-context.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-handle-channels-context.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-handle-channels-context.html 2012-03-22 22:27:15.000000000 +0000 @@ -73,7 +73,7 @@ "dbus-context" gpointer : Write / Construct Only "handler-info" GHashTable_gchararray+GValue_* : Read / Write / Construct Only "requests-satisfied" GPtrArray* : Read / Write / Construct Only - "user-action-time" gint64 : Read / Write / Construct Only + "user-action-time" gint64 : Read / Write / Construct Only
    @@ -237,7 +237,7 @@ Read-only except during construction.

    -This property can't be NULL. +This property can't be NULL.

    Since 0.11.6

    @@ -251,7 +251,7 @@ Read-only except during construction.

    -This property can't be NULL. +This property can't be NULL.

    Since 0.11.6

    @@ -265,7 +265,7 @@ Read-only except during construction.

    -This property can't be NULL. +This property can't be NULL.

    Since 0.11.6

    @@ -290,7 +290,7 @@ HandleChannels.

    -This property can't be NULL. +This property can't be NULL.

    Since 0.11.6

    @@ -304,14 +304,14 @@ Read-only except during construction.

    -This property can't be NULL. +This property can't be NULL.

    Since 0.11.6


    The "user-action-time" property

    -
      "user-action-time"         gint64                : Read / Write / Construct Only
    +
      "user-action-time"         gint64                : Read / Write / Construct Only

    The time at which user action occurred, or one of the special values TP_USER_ACTION_TIME_NOT_USER_ACTION or diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-handle-repo.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-handle-repo.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-handle-repo.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-handle-repo.html 2012-03-22 22:27:15.000000000 +0000 @@ -276,7 +276,7 @@ GError **error);

    Return TRUE if the given handle type is supported (i.e. repos[handle_type] -is not NULL) and the given handles are all valid in that repository. +is not NULL) and the given handles are all valid in that repository. If not, set error and return FALSE.

    @@ -663,7 +663,7 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-media-interfaces.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-media-interfaces.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-media-interfaces.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-media-interfaces.html 2012-03-22 22:27:15.000000000 +0000 @@ -626,26 +626,26 @@ - - - - + - +

    Returns :

    the data associated with a given key on a given handle; NULL +the data associated with a given key on a given handle; NULL if there is no associated data.

    dbus :

    a D-Bus daemon; may not be NULL +a D-Bus daemon; may not be NULL

    unique_name :

    the unique name of the connection process; may not be NULL +the unique name of the connection process; may not be NULL or a well-known name

    object_path :

    the object path of the media session handler; may not be NULL +the object path of the media session handler; may not be NULL

    error :

    used to indicate the error if NULL is returnedused to indicate the error if NULL is returned

    Returns :

    a new media session handler proxy, or NULL on invalid argumentsa new media session handler proxy, or NULL on invalid arguments
    @@ -699,26 +699,26 @@

    dbus :

    -a D-Bus daemon; may not be NULL +a D-Bus daemon; may not be NULL

    unique_name :

    -the unique name of the connection process; may not be NULL +the unique name of the connection process; may not be NULL or a well-known name

    object_path :

    -the object path of the media stream handler; may not be NULL +the object path of the media stream handler; may not be NULL

    error :

    -used to indicate the error if NULL is returned +used to indicate the error if NULL is returned

    Returns :

    -a new media stream handler proxy, or NULL on invalid arguments +a new media stream handler proxy, or NULL on invalid arguments
    @@ -783,7 +783,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -842,28 +842,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -921,12 +921,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -962,7 +962,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -1007,28 +1007,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1076,12 +1076,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1180,7 +1180,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -1191,14 +1191,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -1226,7 +1226,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -1276,28 +1276,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1350,12 +1350,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1391,7 +1391,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -1446,28 +1446,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1525,12 +1525,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1566,7 +1566,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -1611,28 +1611,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1680,12 +1680,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1721,7 +1721,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -1776,28 +1776,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1855,12 +1855,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1896,7 +1896,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -1951,28 +1951,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -2030,12 +2030,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2071,7 +2071,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -2121,28 +2121,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -2195,12 +2195,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2236,7 +2236,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -2286,28 +2286,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -2360,12 +2360,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2401,7 +2401,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -2451,28 +2451,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -2525,12 +2525,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2566,7 +2566,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -2616,28 +2616,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -2690,12 +2690,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -2784,7 +2784,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -2795,14 +2795,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -2873,7 +2873,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -2884,14 +2884,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -2967,7 +2967,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -2978,14 +2978,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -3066,7 +3066,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -3077,14 +3077,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -3160,7 +3160,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -3171,14 +3171,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -3254,7 +3254,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -3265,14 +3265,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -3348,7 +3348,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -3359,14 +3359,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -3442,7 +3442,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -3453,14 +3453,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -3536,7 +3536,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -3547,14 +3547,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -3625,7 +3625,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -3636,14 +3636,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -3686,28 +3686,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -3752,28 +3752,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -3808,7 +3808,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

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

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -3892,7 +3892,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -3903,14 +3903,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -3956,12 +3956,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -4010,12 +4010,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -4100,28 +4100,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -4156,7 +4156,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -4209,12 +4209,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -4303,7 +4303,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -4314,14 +4314,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -4397,7 +4397,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -4408,14 +4408,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -4473,28 +4473,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -4529,7 +4529,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -4597,12 +4597,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -4653,28 +4653,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -4724,28 +4724,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -4780,7 +4780,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -4815,7 +4815,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -4864,7 +4864,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -4875,14 +4875,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -4924,7 +4924,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -4935,14 +4935,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -4988,12 +4988,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -5047,12 +5047,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-observe-channels-context.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-observe-channels-context.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-observe-channels-context.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-observe-channels-context.html 2012-03-22 22:27:15.000000000 +0000 @@ -223,7 +223,7 @@ Read-only except during construction.

    -This property can't be NULL. +This property can't be NULL.

    Since 0.11.5

    @@ -237,7 +237,7 @@ Read-only except during construction.

    -This property can't be NULL. +This property can't be NULL.

    Since 0.11.5

    @@ -251,7 +251,7 @@ Read-only except during construction.

    -This property can't be NULL. +This property can't be NULL.

    Since 0.11.5

    @@ -273,7 +273,7 @@

    A TpChannelDispatchOperation object representing the ChannelDispatchOperation that has been passed to ObserveChannels, -or NULL if none has been passed. +or NULL if none has been passed. Read-only except during construction.

    Since 0.11.5

    @@ -290,7 +290,7 @@ tp_observe_channels_context_is_recovering() to access to its content.

    -This property can't be NULL. +This property can't be NULL.

    Since 0.11.5

    @@ -304,7 +304,7 @@ Read-only except during construction.

    -This property can't be NULL. +This property can't be NULL.

    Since 0.11.5

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-protocol.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-protocol.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-protocol.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-protocol.html 2012-03-22 22:27:15.000000000 +0000 @@ -203,7 +203,7 @@

    dbus :

    -proxy for the D-Bus daemon; may not be NULL +proxy for the D-Bus daemon; may not be NULL @@ -220,11 +220,11 @@

    error :

    -used to indicate the error if NULL is returned +used to indicate the error if NULL is returned

    Returns :

    -a new protocol proxy, or NULL on invalid arguments +a new protocol proxy, or NULL on invalid arguments @@ -311,12 +311,12 @@

    Returns :

    an array of TpConnectionManagerParam structures, -terminated by one whose name is NULL. [transfer none] +terminated by one whose name is NULL. [transfer none] -

    Since 0.UNRELEASED

    +

    Since 0.17.6


    @@ -344,7 +344,7 @@
    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


    @@ -395,7 +395,7 @@

    Returns :

    -a structure representing the parameter param, or NULL if not +a structure representing the parameter param, or NULL if not supported @@ -424,12 +424,12 @@

    Returns :

    a structure representing the parameter param, -or NULL if not supported. Free with tp_connection_manager_param_free(). [transfer full] +or NULL if not supported. Free with tp_connection_manager_param_free(). [transfer full]
    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


    @@ -537,7 +537,7 @@

    Returns :

    "capabilities", which must be referenced -(if non-NULL) if it will be kept. [transfer none] +(if non-NULL) if it will be kept. [transfer none] @@ -560,7 +560,7 @@

    Returns :

    -the non-NULL, non-empty value of "english-name" +the non-NULL, non-empty value of "english-name" @@ -583,7 +583,7 @@

    Returns :

    -the non-NULL, non-empty value of "icon-name" +the non-NULL, non-empty value of "icon-name" @@ -699,28 +699,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -770,28 +770,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -826,12 +826,12 @@

    out_Account_ID :

    -Used to return an 'out' argument if error is NULL: <p>An opaque string suitable for use as the account-specific part of an <tp:dbus-ref namespace="org.freedesktop.Telepathy">Account</tp:dbus-ref>'s object path. This is not necessarily globally unique, but should represent a &quot;best-effort&quot; identification of the account.</p> <tp:rationale> <p>For a pathological case, consider a user signing in as 'meexample.com' with 'server' set to either jabber1.example.com or jabber2.example.com. Both of these should result in meexample.com being returned from this method, even if the user can actually be signed in to those two servers simultaneously.</p> </tp:rationale> +Used to return an 'out' argument if error is NULL: <p>An opaque string suitable for use as the account-specific part of an <tp:dbus-ref namespace="org.freedesktop.Telepathy">Account</tp:dbus-ref>'s object path. This is not necessarily globally unique, but should represent a &quot;best-effort&quot; identification of the account.</p> <tp:rationale> <p>For a pathological case, consider a user signing in as 'meexample.com' with 'server' set to either jabber1.example.com or jabber2.example.com. Both of these should result in meexample.com being returned from this method, even if the user can actually be signed in to those two servers simultaneously.</p> </tp:rationale>

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -866,12 +866,12 @@

    out_Normalized_Contact_ID :

    -Used to return an 'out' argument if error is NULL: The identifier of a contact in this protocol, normalized as much as possible +Used to return an 'out' argument if error is NULL: The identifier of a contact in this protocol, normalized as much as possible

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -921,28 +921,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -997,28 +997,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -1053,12 +1053,12 @@

    out_Normalized_URI :

    -Used to return an 'out' argument if error is NULL: A URI, normalized as much as possible. +Used to return an 'out' argument if error is NULL: A URI, normalized as much as possible.

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -1093,12 +1093,12 @@

    out_Normalized_VCard_Address :

    -Used to return an 'out' argument if error is NULL: The vCard address, normalized as much as possible. +Used to return an 'out' argument if error is NULL: The vCard address, normalized as much as possible.

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -1118,9 +1118,9 @@

    The "authentication-types" property

      "authentication-types"     GStrv                 : Read

    -A non-NULL GStrv of interfaces which provide information as to +A non-NULL GStrv of interfaces which provide information as to what kind of authentication channels can possibly appear before -the connection reaches the CONNECTED state, or NULL if +the connection reaches the CONNECTED state, or NULL if TP_PROTOCOL_FEATURE_CORE has not been prepared.

    Since 0.13.9

    @@ -1131,7 +1131,7 @@
      "avatar-requirements"      gpointer              : Read

    A TpAvatarRequirements representing the avatar requirements on this -protocol, or NULL if TP_PROTOCOL_FEATURE_CORE has not been prepared or +protocol, or NULL if TP_PROTOCOL_FEATURE_CORE has not been prepared or if the protocol doesn't support avatars.

    Since 0.15.6

    @@ -1142,7 +1142,7 @@
      "capabilities"             TpCapabilities*       : Read

    The classes of channel that can be requested from connections to this -protocol, or NULL if this is unknown or the TP_PROTOCOL_FEATURE_CORE +protocol, or NULL if this is unknown or the TP_PROTOCOL_FEATURE_CORE feature has not been prepared.

    Since 0.11.11

    @@ -1187,7 +1187,7 @@
      "param-names"              GStrv                 : Read

    A list of parameter names supported by this connection manager -for this protocol, or NULL if TP_PROTOCOL_FEATURE_PARAMETERS has not +for this protocol, or NULL if TP_PROTOCOL_FEATURE_PARAMETERS has not been prepared.

    Since 0.11.11

    @@ -1225,7 +1225,7 @@
      "vcard-field"              gchar*                : Read

    The most common vCard field used for this protocol's contact -identifiers, normalized to lower case, or NULL if there is no such field +identifiers, normalized to lower case, or NULL if there is no such field or the TP_PROTOCOL_FEATURE_CORE feature has not been prepared.

    Default value: NULL

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-proxy-dbus-core.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-proxy-dbus-core.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-proxy-dbus-core.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-proxy-dbus-core.html 2012-03-22 22:27:15.000000000 +0000 @@ -210,28 +210,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -266,12 +266,12 @@

    out_XML_Data :

    -Used to return an 'out' argument if error is NULL: (Undocumented) +Used to return an 'out' argument if error is NULL: (Undocumented)

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -324,12 +324,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -375,28 +375,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -440,28 +440,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -496,12 +496,12 @@

    out_Machine_UUID :

    -Used to return an 'out' argument if error is NULL: (Undocumented) +Used to return an 'out' argument if error is NULL: (Undocumented)

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -536,7 +536,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -588,12 +588,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -641,12 +641,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -701,28 +701,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -772,28 +772,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -852,28 +852,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -908,12 +908,12 @@

    out_Value :

    -Used to return an 'out' argument if error is NULL: (Undocumented) +Used to return an 'out' argument if error is NULL: (Undocumented)

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -948,12 +948,12 @@

    out_Properties :

    -Used to return an 'out' argument if error is NULL: (Undocumented) +Used to return an 'out' argument if error is NULL: (Undocumented)

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

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

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -1050,12 +1050,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1113,12 +1113,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -1212,7 +1212,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -1223,14 +1223,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -1285,12 +1285,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-proxy.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-proxy.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-proxy.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-proxy.html 2012-03-22 22:27:15.000000000 +0000 @@ -447,9 +447,9 @@
    1
     2
     3
    -
    TpChannel *channel = ...;
    +        
    TpChannel *channel = ...;
     
    -tp_proxy_prepare_async (channel, NULL, callback, user_data);
    +tp_proxy_prepare_async (channel, NULL, callback, user_data);
    @@ -470,10 +470,10 @@ 2 3 4 -
    TpChannel *channel = ...;
    -GQuark features[] = { TP_CHANNEL_FEATURE_CORE, 0 };
    +        
    TpChannel *channel = ...;
    +GQuark features[] = { TP_CHANNEL_FEATURE_CORE, 0 };
     
    -tp_proxy_prepare_async (channel, features, callback, user_data);
    +tp_proxy_prepare_async (channel, features, callback, user_data);
    @@ -511,13 +511,13 @@

    features :

    an array -of desired features, ending with 0; NULL is equivalent to an array +of desired features, ending with 0; NULL is equivalent to an array containing only 0. [transfer none][array zero-terminated=1][allow-none]

    callback :

    -if not NULL, called exactly once, when the features have all +if not NULL, called exactly once, when the features have all been prepared or failed to prepare, or after the proxy is invalidated @@ -676,7 +676,7 @@

    Returns :

    a borrowed reference to the TpDBusDaemon for -this object, if any; always NULL if this object is itself a +this object, if any; always NULL if this object is itself a TpDBusDaemon. The caller must reference the returned object with g_object_ref() if it will be kept. [transfer none] @@ -771,7 +771,7 @@

    Returns :

    -the reason this proxy was invalidated, or NULL if has not been +the reason this proxy was invalidated, or NULL if has not been invalidated. The caller must copy the error, for instance with g_error_copy(), if it will be kept. @@ -807,7 +807,7 @@

    debug_message :

    -a debug message that accompanied the error name, or NULL +a debug message that accompanied the error name, or NULL @@ -991,7 +991,7 @@
      "factory"                  TpSimpleClientFactory*  : Read / Write / Construct Only

    The TpSimpleClientFactory used to create this proxy, -or NULL if this proxy was not created through a factory. +or NULL if this proxy was not created through a factory.


    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-proxy-subclass.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-proxy-subclass.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-proxy-subclass.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-proxy-subclass.html 2012-03-22 22:27:15.000000000 +0000 @@ -84,7 +84,7 @@ void tp_proxy_pending_call_v0_completed (gpointer p); void tp_proxy_pending_call_v0_take_pending_call (TpProxyPendingCall *pc, - DBusGProxyCall *pending_call); + DBusGProxyCall *pending_call); void tp_proxy_pending_call_v0_take_results (TpProxyPendingCall *pc, GError *error, @@ -149,7 +149,7 @@

    Returns :

    -either NULL or a borrowed DBusGProxy corresponding to iface, +either NULL or a borrowed DBusGProxy corresponding to iface, depending on implementation details. To reliably borrow the DBusGProxy, use tp_proxy_borrow_interface_by_id(). (This method should probably have returned void; sorry.) @@ -214,7 +214,7 @@

    Returns :

    a borrowed reference to a DBusGProxy for which the bus name and object path are the same as for self, but the -interface is as given (or NULL if an error is raised). +interface is as given (or NULL if an error is raised). The reference is only valid as long as self is. @@ -446,8 +446,8 @@ rather than from the callback for the reply.

    -At most one of args and error can be non-NULL (implementations may -assert this). args and error may both be NULL if a method with no +At most one of args and error can be non-NULL (implementations may +assert this). args and error may both be NULL if a method with no "out" arguments (i.e. a method that returns nothing) was called successfully.

    @@ -466,13 +466,13 @@

    error :

    -NULL if the method call succeeded, or a non-NULL error if the +NULL if the method call succeeded, or a non-NULL error if the method call failed

    args :

    array of "out" arguments (return values) for the D-Bus method, -or NULL if an error occurred or if there were no "out" arguments +or NULL if an error occurred or if there were no "out" arguments

    callback :

    @@ -573,7 +573,7 @@

    weak_object :

    -if not NULL, a GObject which will be weakly referenced by +if not NULL, a GObject which will be weakly referenced by the signal connection - if it is destroyed, the pending call will automatically be cancelled @@ -624,7 +624,7 @@

    tp_proxy_pending_call_v0_take_pending_call ()

    void                tp_proxy_pending_call_v0_take_pending_call
                                                             (TpProxyPendingCall *pc,
    -                                                         DBusGProxyCall *pending_call);
    + DBusGProxyCall *pending_call);

    Set the underlying pending call to be used by this object. See also tp_proxy_pending_call_v0_new(). @@ -675,14 +675,14 @@

    error :

    -NULL if the call was successful, or an error (whose ownership +NULL if the call was successful, or an error (whose ownership is taken over by the pending call object). Because of dbus-glib idiosyncrasies, this must be the error produced by dbus-glib, not a copy.

    args :

    -NULL if the call failed or had no "out" arguments, or an array +NULL if the call failed or had no "out" arguments, or an array of "out" arguments (whose ownership is taken over by the pending call object) @@ -743,12 +743,12 @@ guaranteed to be called by future versions of telepathy-glib, which might be able to implement its functionality internally. If no arguments are expected at all (expected_types = { G_TYPE_INVALID }) then this callback -should instead be NULL +should instead be NULL

    invoke_callback :

    -a function which will be called with error = NULL, +a function which will be called with error = NULL, which should invoke callback with user_data, weak_object and other appropriate arguments taken from args @@ -770,17 +770,17 @@

    weak_object :

    -if not NULL, a GObject which will be weakly referenced by +if not NULL, a GObject which will be weakly referenced by the signal connection - if it is destroyed, the signal connection will automatically be disconnected

    error :

    -If not NULL, used to raise an error if NULL is returned +If not NULL, used to raise an error if NULL is returned

    Returns :

    -a signal connection structure, or NULL if the proxy does not +a signal connection structure, or NULL if the proxy does not have the desired interface or has become invalid diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-proxy-tp-properties.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-proxy-tp-properties.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-proxy-tp-properties.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-proxy-tp-properties.html 2012-03-22 22:27:15.000000000 +0000 @@ -160,12 +160,12 @@

    out_Values :

    -Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>An array of structs containing:</p> <ul> <li>integer identifiers</li> <li>variant boxed values</li> </ul> +Used to return an 'out' argument if error is NULL: <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> <p>An array of structs containing:</p> <ul> <li>integer identifiers</li> <li>variant boxed values</li> </ul>

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -215,28 +215,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -294,12 +294,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -335,12 +335,12 @@

    out_Available_Properties :

    -Used to return an 'out' argument if error is NULL: An array of structs containing: <ul> <li>an integer identifier</li> <li>a string property name</li> <li>a string representing the D-Bus signature of this property</li> <li>a bitwise OR of the flags applicable to this property</li> </ul> +Used to return an 'out' argument if error is NULL: An array of structs containing: <ul> <li>an integer identifier</li> <li>a string property name</li> <li>a string representing the D-Bus signature of this property</li> <li>a bitwise OR of the flags applicable to this property</li> </ul>

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -385,28 +385,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -459,12 +459,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -500,7 +500,7 @@

    error :

    -NULL on success, or an error on failure +NULL on success, or an error on failure

    user_data :

    @@ -550,28 +550,28 @@

    callback :

    called when the method call succeeds or fails; -may be NULL to make a "fire and forget" call with no +may be NULL to make a "fire and forget" call with no reply tracking

    user_data :

    user-supplied data passed to the callback; -must be NULL if callback is NULL +must be NULL if callback is NULL

    destroy :

    called with the user_data as argument, after the call has succeeded, failed or been cancelled; -must be NULL if callback is NULL +must be NULL if callback is NULL

    weak_object :

    -If not NULL, a GObject which will be +If not NULL, a GObject which will be weakly referenced; if it is destroyed, this call -will automatically be cancelled. Must be NULL if -callback is NULL +will automatically be cancelled. Must be NULL if +callback is NULL @@ -624,12 +624,12 @@

    error :

    -If not NULL, used to return errors if FALSE +If not NULL, used to return errors if FALSE is returned

    loop :

    -If not NULL, set before re-entering +If not NULL, set before re-entering the main loop, to point to a GMainLoop which can be used to cancel this call with g_main_loop_quit(), causing a return of @@ -713,7 +713,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -724,14 +724,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. @@ -807,7 +807,7 @@

    destroy :

    Destructor for the user-supplied data, which will be called when this signal is disconnected, or -before this function returns NULL +before this function returns NULL @@ -818,14 +818,14 @@

    error :

    -If not NULL, used to raise an error if NULL is +If not NULL, used to raise an error if NULL is returned

    Returns :

    a TpProxySignalConnection containing all of the above, which can be used to disconnect the signal; or -NULL if the proxy does not have the desired interface +NULL if the proxy does not have the desired interface or has become invalid. diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-simple-approver.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-simple-approver.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-simple-approver.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-simple-approver.html 2012-03-22 22:27:15.000000000 +0000 @@ -137,32 +137,32 @@ 24 25 26 -
    static void
    -my_add_dispatch_operation (TpSimpleApprover *approver,
    -   TpAccount *account,
    -   TpConnection *connection,
    -   GList *channels,
    -   TpChannelDispatchOperation *dispatch_operation,
    -   TpAddDispatchOperationContext *context,
    -   gpointer user_data)
    -{
    - /* call tp_channel_dispatch_operation_handle_with_async()
    +        
    static void
    +my_add_dispatch_operation (TpSimpleApprover *approver,
    +   TpAccount *account,
    +   TpConnection *connection,
    +   GList *channels,
    +   TpChannelDispatchOperation *dispatch_operation,
    +   TpAddDispatchOperationContext *context,
    +   gpointer user_data)
    +{
    + /* call tp_channel_dispatch_operation_handle_with_async()
      if wanting to approve the channels */
     
    - tp_add_dispatch_operation_context_accept (context);
    -}
    + tp_add_dispatch_operation_context_accept (context);
    +}
     
    -factory = tp_automatic_client_factory_new (dbus);
    -client = tp_simple_approver_new_with_factory (factory, "MyApprover", FALSE,
    -   my_add_dispatch_operation, user_data);
    -g_object_unref (factory);
    +factory = tp_automatic_client_factory_new (dbus);
    +client = tp_simple_approver_new_with_factory (factory, "MyApprover", FALSE,
    +   my_add_dispatch_operation, user_data);
    +g_object_unref (factory);
     
    -tp_base_client_take_approver_filter (client, tp_asv_new (
    -     TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING, TP_IFACE_CHANNEL_TYPE_TEXT,
    -     TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT, TP_HANDLE_TYPE_CONTACT,
    -     NULL));
    +tp_base_client_take_approver_filter (client, tp_asv_new (
    +     TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING, TP_IFACE_CHANNEL_TYPE_TEXT,
    +     TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT, TP_HANDLE_TYPE_CONTACT,
    +     NULL));
     
    -tp_base_client_register (client, NULL);
    +tp_base_client_register (client, NULL);
    @@ -227,7 +227,7 @@

    dispatch_operation :

    -a TpChannelDispatchOperation or NULL; +a TpChannelDispatchOperation or NULL; the dispatch_operation is not guaranteed to be prepared. [allow-none] @@ -271,7 +271,7 @@

    dbus :

    -a TpDBusDaemon object, may not be NULL +a TpDBusDaemon object, may not be NULL @@ -327,7 +327,7 @@

    account_manager :

    -an account manager, which may not be NULL +an account manager, which may not be NULL @@ -379,7 +379,7 @@

    factory :

    -an TpSimpleClientFactory, which may not be NULL +an TpSimpleClientFactory, which may not be NULL @@ -424,7 +424,7 @@ AddDispatchOperation D-Bus method.

    -This property can't be NULL. +This property can't be NULL.

    Since 0.11.5

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-simple-client-factory.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-simple-client-factory.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-simple-client-factory.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-simple-client-factory.html 2012-03-22 22:27:15.000000000 +0000 @@ -178,21 +178,21 @@ 13 14 15 -
    int main(int argc, char *argv[])
    -{
    -  TpSimpleClientFactory *factory;
    -  TpAccountManager *manager;
    +        
    int main(int argc, char *argv[])
    +{
    +  TpSimpleClientFactory *factory;
    +  TpAccountManager *manager;
     
    -  g_type_init ();
    +  g_type_init ();
     
    -  factory = my_factory_new ();
    -  manager = tp_account_manager_new_with_factory (factory);
    -  tp_account_manager_set_default (manager);
    +  factory = my_factory_new ();
    +  manager = tp_account_manager_new_with_factory (factory);
    +  tp_account_manager_set_default (manager);
     
    -  ...
    -  tp_proxy_prepare_async (manager, am_features, callback, user_data);
    -  ...
    -}
    + ... + tp_proxy_prepare_async (manager, am_features, callback, user_data); + ... +}
    @@ -412,7 +412,7 @@

    immutable_properties :

    -the immutable properties of the account, or NULL. [transfer none][element-type utf8 GObject.Value] +the immutable properties of the account, or NULL. [transfer none][element-type utf8 GObject.Value] @@ -490,7 +490,7 @@

    features :

    an array -of desired features, ending with 0; NULL is equivalent to an array +of desired features, ending with 0; NULL is equivalent to an array containing only 0. [transfer none][array zero-terminated=1][allow-none] @@ -639,7 +639,7 @@

    features :

    an array -of desired features, ending with 0; NULL is equivalent to an array +of desired features, ending with 0; NULL is equivalent to an array containing only 0. [transfer none][array zero-terminated=1][allow-none] @@ -795,7 +795,7 @@

    features :

    an array -of desired features, ending with 0; NULL is equivalent to an array +of desired features, ending with 0; NULL is equivalent to an array containing only 0. [transfer none][array zero-terminated=1][allow-none] @@ -949,7 +949,7 @@

    features :

    an array of desired -features (may be NULL if n_features is 0). [array length=n_features][allow-none] +features (may be NULL if n_features is 0). [array length=n_features][allow-none] diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-simple-handler.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-simple-handler.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-simple-handler.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-simple-handler.html 2012-03-22 22:27:15.000000000 +0000 @@ -54,7 +54,7 @@ TpConnection *connection, GList *channels, GList *requests_satisfied, - gint64 user_action_time, + gint64 user_action_time, TpHandleChannelsContext *context, gpointer user_data); TpBaseClient * tp_simple_handler_new (TpDBusDaemon *dbus, @@ -147,33 +147,33 @@ 25 26 27 -
    static void
    -my_handle_channels (TpSimpleHandler *handler,
    -   TpAccount *account,
    -   TpConnection *connection,
    -   GList *channels,
    -   GList *requests_satisfied,
    -   gint64 user_action_time,
    -   GList *requests,
    -   TpHandleChannelsContext *context,
    -   gpointer user_data)
    -{
    - /* start handling the channels here */
    +        
    static void
    +my_handle_channels (TpSimpleHandler *handler,
    +   TpAccount *account,
    +   TpConnection *connection,
    +   GList *channels,
    +   GList *requests_satisfied,
    +   gint64 user_action_time,
    +   GList *requests,
    +   TpHandleChannelsContext *context,
    +   gpointer user_data)
    +{
    + /* start handling the channels here */
     
    - tp_handle_channels_context_accept (context);
    -}
    + tp_handle_channels_context_accept (context);
    +}
     
    -factory = tp_automatic_client_factory_new (dbus);
    -client = tp_simple_handler_new_with_factory (factory, FALSE, FALSE,
    -    "MyHandler", FALSE, my_handle_channels, user_data);
    -g_object_unref (factory);
    +factory = tp_automatic_client_factory_new (dbus);
    +client = tp_simple_handler_new_with_factory (factory, FALSE, FALSE,
    +    "MyHandler", FALSE, my_handle_channels, user_data);
    +g_object_unref (factory);
     
    -tp_base_client_take_handler_filter (client, tp_asv_new (
    -     TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING, TP_IFACE_CHANNEL_TYPE_TEXT,
    -     TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT, TP_HANDLE_TYPE_CONTACT,
    -     NULL));
    +tp_base_client_take_handler_filter (client, tp_asv_new (
    +     TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING, TP_IFACE_CHANNEL_TYPE_TEXT,
    +     TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT, TP_HANDLE_TYPE_CONTACT,
    +     NULL));
     
    -tp_base_client_register (client, NULL);
    +tp_base_client_register (client, NULL);
    @@ -204,7 +204,7 @@ TpConnection *connection, GList *channels, GList *requests_satisfied, - gint64 user_action_time, + gint64 user_action_time, TpHandleChannelsContext *context, gpointer user_data);

    @@ -293,7 +293,7 @@

    dbus :

    -a TpDBusDaemon object, may not be NULL +a TpDBusDaemon object, may not be NULL @@ -361,7 +361,7 @@

    account_manager :

    -an account manager, which may not be NULL +an account manager, which may not be NULL @@ -425,7 +425,7 @@

    factory :

    -a TpSimpleClientFactory, which may not be NULL +a TpSimpleClientFactory, which may not be NULL @@ -490,7 +490,7 @@ HandleChannels D-Bus method.

    -This property can't be NULL. +This property can't be NULL.

    Since 0.11.6

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-simple-observer.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-simple-observer.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-simple-observer.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-simple-observer.html 2012-03-22 22:27:15.000000000 +0000 @@ -142,32 +142,32 @@ 24 25 26 -
    static void
    -my_observe_channels (TpSimpleObserver *observer,
    -   TpAccount *account,
    -   TpConnection *connection,
    -   GList *channels,
    -   TpChannelDispatchOperation *dispatch_operation,
    -   GList *requests,
    -   TpObserveChannelsContext *context,
    -   gpointer user_data)
    -{
    - /* do something useful with the channels here */
    +        
    static void
    +my_observe_channels (TpSimpleObserver *observer,
    +   TpAccount *account,
    +   TpConnection *connection,
    +   GList *channels,
    +   TpChannelDispatchOperation *dispatch_operation,
    +   GList *requests,
    +   TpObserveChannelsContext *context,
    +   gpointer user_data)
    +{
    + /* do something useful with the channels here */
     
    - tp_observe_channels_context_accept (context);
    -}
    + tp_observe_channels_context_accept (context);
    +}
     
    -factory = tp_automatic_client_factory_new (dbus);
    -client = tp_simple_observer_new_with_factory (factory, TRUE, "MyObserver",
    -    FALSE, my_observe_channels, user_data);
    -g_object_unref (factory);
    +factory = tp_automatic_client_factory_new (dbus);
    +client = tp_simple_observer_new_with_factory (factory, TRUE, "MyObserver",
    +    FALSE, my_observe_channels, user_data);
    +g_object_unref (factory);
     
    -tp_base_client_take_observer_filter (client, tp_asv_new (
    -     TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING, TP_IFACE_CHANNEL_TYPE_TEXT,
    -     TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT, TP_HANDLE_TYPE_CONTACT,
    -     NULL));
    +tp_base_client_take_observer_filter (client, tp_asv_new (
    +     TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING, TP_IFACE_CHANNEL_TYPE_TEXT,
    +     TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT, TP_HANDLE_TYPE_CONTACT,
    +     NULL));
     
    -tp_base_client_register (client, NULL);
    +tp_base_client_register (client, NULL);
    @@ -233,7 +233,7 @@

    dispatch_operation :

    -a TpChannelDispatchOperation or NULL; +a TpChannelDispatchOperation or NULL; the dispatch_operation is not guaranteed to be prepared. [allow-none] @@ -285,7 +285,7 @@

    dbus :

    -a TpDBusDaemon object, may not be NULL +a TpDBusDaemon object, may not be NULL @@ -346,7 +346,7 @@

    account_manager :

    -an account manager, which may not be NULL +an account manager, which may not be NULL @@ -403,7 +403,7 @@

    factory :

    -a TpSimpleClientFactory, which may not be NULL +a TpSimpleClientFactory, which may not be NULL @@ -452,7 +452,7 @@ ObserveChannels D-Bus method.

    -This property can't be NULL. +This property can't be NULL.

    Since 0.11.5

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-simple-password-manager.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-simple-password-manager.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-simple-password-manager.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-simple-password-manager.html 2012-03-22 22:27:15.000000000 +0000 @@ -123,7 +123,7 @@ tp_simple_password_manager_prompt_async() is called and the connection should call tp_simple_password_manager_prompt_finish() to get the result of the process. If the GString returned from -said finish function is non-NULL, the connection can then proceed +said finish function is non-NULL, the connection can then proceed with that password, otherwise the connection must deal with the error reached.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-stream-tube-channel.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-stream-tube-channel.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-stream-tube-channel.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-stream-tube-channel.html 2012-03-22 22:27:15.000000000 +0000 @@ -262,12 +262,12 @@

    conn :

    -a TpConnection; may not be NULL +a TpConnection; may not be NULL

    object_path :

    -the object path of the channel; may not be NULL +the object path of the channel; may not be NULL @@ -280,7 +280,7 @@

    error :

    -used to indicate the error if NULL is returned +used to indicate the error if NULL is returned

    Returns :

    @@ -318,7 +318,7 @@

    params :

    -parameters of the tube, or NULL. [allow-none][transfer none] +parameters of the tube, or NULL. [allow-none][transfer none] @@ -379,7 +379,7 @@ A string to GValue GHashTable representing the parameters of the tube.

    -Will be NULL for outgoing tubes until the tube has been offered. +Will be NULL for outgoing tubes until the tube has been offered.

    Since 0.13.2

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-stream-tube-connection.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-stream-tube-connection.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-stream-tube-connection.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-stream-tube-connection.html 2012-03-22 22:27:15.000000000 +0000 @@ -187,7 +187,7 @@ The TpStreamTubeChannel channel associated with this connection

    -This property can't be NULL. +This property can't be NULL.

    Since 0.13.2

    @@ -197,10 +197,10 @@
      "contact"                  TpContact*            : Read / Write / Construct Only

    The TpContact with who we are exchanging data through this tube, or -NULL if we can't safely identify the contact. +NULL if we can't safely identify the contact.

    -If not NULL, the TpContact objects is guaranteed to have all of the +If not NULL, the TpContact objects is guaranteed to have all of the features previously passed to tp_simple_client_factory_add_contact_features() prepared.

    @@ -215,7 +215,7 @@ Read-only except during construction.

    -This property can't be NULL. +This property can't be NULL.

    Since 0.13.2

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-account.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-account.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-account.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-account.html 2012-03-22 22:27:15.000000000 +0000 @@ -443,7 +443,7 @@

    The class of TpSvcAccountInterfaceAvatar. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    @@ -480,7 +480,7 @@

    The class of TpSvcAccountInterfaceStorage. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-anonymity.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-anonymity.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-anonymity.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-anonymity.html 2012-03-22 22:27:15.000000000 +0000 @@ -101,7 +101,7 @@

    The class of TpSvcConnectionInterfaceAnonymity. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    @@ -145,7 +145,7 @@

    The class of TpSvcChannelInterfaceAnonymity. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-auth.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-auth.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-auth.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-auth.html 2012-03-22 22:27:15.000000000 +0000 @@ -218,7 +218,7 @@

    The class of TpSvcChannelTypeServerAuthentication. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-call.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-call.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-call.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-call.html 2012-03-22 22:27:15.000000000 +0000 @@ -1762,7 +1762,7 @@

    The class of TpSvcCallContentInterfaceVideoControl. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    @@ -2574,7 +2574,7 @@

    The class of TpSvcCallContentMediaDescriptionInterfaceRTCPExtendedReports. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    @@ -2594,7 +2594,7 @@

    The class of TpSvcCallContentMediaDescriptionInterfaceRTCPFeedback. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    @@ -2614,7 +2614,7 @@

    The class of TpSvcCallContentMediaDescriptionInterfaceRTPHeaderExtensions. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-contactlist.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-contactlist.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-contactlist.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-contactlist.html 2012-03-22 22:27:15.000000000 +0000 @@ -81,7 +81,7 @@

    The class of TpSvcChannelTypeContactList. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-dispatcher.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-dispatcher.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-dispatcher.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-dispatcher.html 2012-03-22 22:27:15.000000000 +0000 @@ -53,7 +53,7 @@ (TpSvcChannelDispatcher *self, const gchar *in_Account, GHashTable *in_Requested_Properties, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, const gchar *in_Preferred_Handler, DBusGMethodInvocation *context); void tp_svc_channel_dispatcher_implement_create_channel @@ -66,7 +66,7 @@ (TpSvcChannelDispatcher *self, const gchar *in_Account, GHashTable *in_Requested_Properties, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, const gchar *in_Preferred_Handler, GHashTable *in_Hints, DBusGMethodInvocation *context); @@ -80,7 +80,7 @@ (TpSvcChannelDispatcher *self, const gchar *in_Account, GHashTable *in_Requested_Properties, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, const gchar *in_Preferred_Handler, DBusGMethodInvocation *context); void tp_svc_channel_dispatcher_implement_ensure_channel @@ -93,7 +93,7 @@ (TpSvcChannelDispatcher *self, const gchar *in_Account, GHashTable *in_Requested_Properties, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, const gchar *in_Preferred_Handler, GHashTable *in_Hints, DBusGMethodInvocation *context); @@ -103,7 +103,7 @@ void (*tp_svc_channel_dispatcher_delegate_channels_impl) (TpSvcChannelDispatcher *self, const GPtrArray *in_Channels, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, const gchar *in_Preferred_Handler, DBusGMethodInvocation *context); void tp_svc_channel_dispatcher_implement_delegate_channels @@ -115,7 +115,7 @@ void (*tp_svc_channel_dispatcher_present_channel_impl) (TpSvcChannelDispatcher *self, const gchar *in_Channel, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, DBusGMethodInvocation *context); void tp_svc_channel_dispatcher_return_from_delegate_channels (DBusGMethodInvocation *context, @@ -244,7 +244,7 @@ (TpSvcChannelDispatcher *self, const gchar *in_Account, GHashTable *in_Requested_Properties, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, const gchar *in_Preferred_Handler, DBusGMethodInvocation *context);

    @@ -337,7 +337,7 @@ (TpSvcChannelDispatcher *self, const gchar *in_Account, GHashTable *in_Requested_Properties, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, const gchar *in_Preferred_Handler, GHashTable *in_Hints, DBusGMethodInvocation *context); @@ -435,7 +435,7 @@ (TpSvcChannelDispatcher *self, const gchar *in_Account, GHashTable *in_Requested_Properties, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, const gchar *in_Preferred_Handler, DBusGMethodInvocation *context);

    @@ -528,7 +528,7 @@ (TpSvcChannelDispatcher *self, const gchar *in_Account, GHashTable *in_Requested_Properties, - gint64 in_User_Action_Time, + gint64 in_User_Action_Time, const gchar *in_Preferred_Handler, GHashTable *in_Hints, DBusGMethodInvocation *context); @@ -601,7 +601,7 @@

    void                (*tp_svc_channel_dispatcher_delegate_channels_impl)
                                                             (TpSvcChannelDispatcher *self,
                                                              const GPtrArray *in_Channels,
    -                                                         gint64 in_User_Action_Time,
    +                                                         gint64 in_User_Action_Time,
                                                              const gchar *in_Preferred_Handler,
                                                              DBusGMethodInvocation *context);

    @@ -690,7 +690,7 @@

    void                (*tp_svc_channel_dispatcher_present_channel_impl)
                                                             (TpSvcChannelDispatcher *self,
                                                              const gchar *in_Channel,
    -                                                         gint64 in_User_Action_Time,
    +                                                         gint64 in_User_Action_Time,
                                                              DBusGMethodInvocation *context);

    The signature of an implementation of the D-Bus method @@ -779,7 +779,7 @@

    The class of TpSvcChannelDispatcherInterfaceOperationList. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-dispatch-operation.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-dispatch-operation.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-dispatch-operation.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-dispatch-operation.html 2012-03-22 22:27:15.000000000 +0000 @@ -66,7 +66,7 @@ void (*tp_svc_channel_dispatch_operation_handle_with_time_impl) (TpSvcChannelDispatchOperation *self, const gchar *in_Handler, - gint64 in_UserActionTime, + gint64 in_UserActionTime, DBusGMethodInvocation *context); void tp_svc_channel_dispatch_operation_implement_handle_with_time (TpSvcChannelDispatchOperationClass *klass, @@ -292,7 +292,7 @@
    void                (*tp_svc_channel_dispatch_operation_handle_with_time_impl)
                                                             (TpSvcChannelDispatchOperation *self,
                                                              const gchar *in_Handler,
    -                                                         gint64 in_UserActionTime,
    +                                                         gint64 in_UserActionTime,
                                                              DBusGMethodInvocation *context);

    The signature of an implementation of the D-Bus method diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-file-transfer.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-file-transfer.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-file-transfer.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-file-transfer.html 2012-03-22 22:27:15.000000000 +0000 @@ -51,7 +51,7 @@ guint in_Address_Type, guint in_Access_Control, const GValue *in_Access_Control_Param, - guint64 in_Offset, + guint64 in_Offset, DBusGMethodInvocation *context); void tp_svc_channel_type_file_transfer_emit_file_transfer_state_changed (gpointer instance, @@ -59,10 +59,10 @@ guint arg_Reason); void tp_svc_channel_type_file_transfer_emit_initial_offset_defined (gpointer instance, - guint64 arg_InitialOffset); + guint64 arg_InitialOffset); void tp_svc_channel_type_file_transfer_emit_transferred_bytes_changed (gpointer instance, - guint64 arg_Count); + guint64 arg_Count); void tp_svc_channel_type_file_transfer_emit_uri_defined (gpointer instance, const gchar *arg_URI); @@ -156,7 +156,7 @@ guint in_Address_Type, guint in_Access_Control, const GValue *in_Access_Control_Param, - guint64 in_Offset, + guint64 in_Offset, DBusGMethodInvocation *context);

    The signature of an implementation of the D-Bus method @@ -226,7 +226,7 @@

    tp_svc_channel_type_file_transfer_emit_initial_offset_defined ()

    void                tp_svc_channel_type_file_transfer_emit_initial_offset_defined
                                                             (gpointer instance,
    -                                                         guint64 arg_InitialOffset);
    + guint64 arg_InitialOffset);

    Type-safe wrapper around g_signal_emit to emit the InitialOffsetDefined signal on interface org.freedesktop.Telepathy.Channel.Type.FileTransfer. @@ -250,7 +250,7 @@

    tp_svc_channel_type_file_transfer_emit_transferred_bytes_changed ()

    void                tp_svc_channel_type_file_transfer_emit_transferred_bytes_changed
                                                             (gpointer instance,
    -                                                         guint64 arg_Count);
    + guint64 arg_Count);

    Type-safe wrapper around g_signal_emit to emit the TransferredBytesChanged signal on interface org.freedesktop.Telepathy.Channel.Type.FileTransfer. @@ -468,7 +468,7 @@

    The "initial-offset-defined" signal

    void                user_function                      (TpSvcChannelTypeFileTransfer *self,
    -                                                        guint64                       arg_InitialOffset,
    +                                                        guint64                       arg_InitialOffset,
                                                             gpointer                      user_data)              : Has Details

    The InitialOffsetDefined D-Bus signal is emitted whenever this GObject signal is. @@ -495,7 +495,7 @@

    The "transferred-bytes-changed" signal

    void                user_function                      (TpSvcChannelTypeFileTransfer *self,
    -                                                        guint64                       arg_Count,
    +                                                        guint64                       arg_Count,
                                                             gpointer                      user_data)      : Has Details

    The TransferredBytesChanged D-Bus signal is emitted whenever this GObject signal is. diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-ft-metadata.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-ft-metadata.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-ft-metadata.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-ft-metadata.html 2012-03-22 22:27:15.000000000 +0000 @@ -79,7 +79,7 @@

    The class of TpSvcChannelInterfaceFileTransferMetadata. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-group.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-group.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-group.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-group.html 2012-03-22 22:27:15.000000000 +0000 @@ -1332,7 +1332,7 @@

    The class of TpSvcChannelInterfaceConference. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-room.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-room.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-room.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-room.html 2012-03-22 22:27:15.000000000 +0000 @@ -135,7 +135,7 @@

    The class of TpSvcChannelInterfaceRoom. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-securable.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-securable.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-securable.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-securable.html 2012-03-22 22:27:15.000000000 +0000 @@ -76,7 +76,7 @@

    The class of TpSvcChannelInterfaceSecurable. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-tube.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-tube.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-channel-tube.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-channel-tube.html 2012-03-22 22:27:15.000000000 +0000 @@ -167,7 +167,7 @@

    The class of TpSvcChannelInterfaceTube. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-client.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-client.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-client.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-client.html 2012-03-22 22:27:15.000000000 +0000 @@ -71,7 +71,7 @@ const gchar *in_Connection, const GPtrArray *in_Channels, const GPtrArray *in_Requests_Satisfied, - guint64 in_User_Action_Time, + guint64 in_User_Action_Time, GHashTable *in_Handler_Info, DBusGMethodInvocation *context); void tp_svc_client_handler_implement_handle_channels @@ -188,7 +188,7 @@

    The class of TpSvcClient. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    @@ -374,7 +374,7 @@ const gchar *in_Connection, const GPtrArray *in_Channels, const GPtrArray *in_Requests_Satisfied, - guint64 in_User_Action_Time, + guint64 in_User_Action_Time, GHashTable *in_Handler_Info, DBusGMethodInvocation *context);

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-connection.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-connection.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-connection.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-connection.html 2012-03-22 22:27:15.000000000 +0000 @@ -4583,7 +4583,7 @@

    The class of TpSvcConnectionInterfaceBalance. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    @@ -7254,7 +7254,7 @@

    The class of TpSvcConnectionInterfaceCellular. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc.html 2012-03-22 22:27:15.000000000 +0000 @@ -60,14 +60,14 @@ 6 7 8 -
    static void stream_handler_iface_init (gpointer, gpointer);
    +        
    static void stream_handler_iface_init (gpointer, gpointer);
     
    -G_DEFINE_TYPE_WITH_CODE(GabbleMediaStream,
    -    gabble_media_stream,
    -    G_TYPE_OBJECT,
    -    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_MEDIA_STREAM_HANDLER,
    -      stream_handler_iface_init)
    -    )
    +G_DEFINE_TYPE_WITH_CODE(GabbleMediaStream, + gabble_media_stream, + G_TYPE_OBJECT, + G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_MEDIA_STREAM_HANDLER, + stream_handler_iface_init) + )
    @@ -112,28 +112,28 @@ 22 23
    /* in header files */
    -void conn_aliasing_iface_init (gpointer, gpointer);
    -void conn_avatars_iface_init (gpointer, gpointer);
    -void conn_presence_iface_init (gpointer, gpointer);
    +void conn_aliasing_iface_init (gpointer, gpointer);
    +void conn_avatars_iface_init (gpointer, gpointer);
    +void conn_presence_iface_init (gpointer, gpointer);
     
     /* in gabble-connection.c */
    -static void conn_iface_init (gpointer, gpointer);
    -static void capabilities_iface_init (gpointer, gpointer);
    +static void conn_iface_init (gpointer, gpointer);
    +static void capabilities_iface_init (gpointer, gpointer);
     
    -G_DEFINE_TYPE_WITH_CODE(GabbleConnection,
    -    gabble_connection,
    -    TP_TYPE_BASE_CONNECTION,
    -    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION,
    -      conn_iface_init);
    -    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_ALIASING,
    -      conn_aliasing_iface_init);
    -    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_AVATARS,
    -      conn_avatars_iface_init);
    -    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_CAPABILITIES,
    -      capabilities_init);
    -    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_PRESENCE,
    -      conn_presence_iface_init);
    -    )
    +G_DEFINE_TYPE_WITH_CODE(GabbleConnection, + gabble_connection, + TP_TYPE_BASE_CONNECTION, + G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION, + conn_iface_init); + G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_ALIASING, + conn_aliasing_iface_init); + G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_AVATARS, + conn_avatars_iface_init); + G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_CAPABILITIES, + capabilities_init); + G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_PRESENCE, + conn_presence_iface_init); + ) @@ -159,9 +159,9 @@
    1
     2
     3
    -
    void (*tp_svc_media_session_handler_error_impl)
    -  (TpSvcMediaSessionHandler *self, guint errno, const char *message,
    -   DBusGMethodInvocation *context);
    +
    void (*tp_svc_media_session_handler_error_impl)
    +  (TpSvcMediaSessionHandler *self, guint errno, const char *message,
    +   DBusGMethodInvocation *context);
    @@ -183,15 +183,15 @@ 7 8 9 -
    static void
    -gabble_media_session_error (TpSvcMediaSessionHandler *iface,
    -                            guint errno,
    -                            const char *message,
    -                            DBusGMethodInvocation *context)
    -{
    -  GabbleMediaSession *self = GABBLE_MEDIA_SESSION (iface);
    +        
    static void
    +gabble_media_session_error (TpSvcMediaSessionHandler *iface,
    +                            guint errno,
    +                            const char *message,
    +                            DBusGMethodInvocation *context)
    +{
    +  GabbleMediaSession *self = GABBLE_MEDIA_SESSION (iface);
     
    -  /* do stuff with self here */
    + /* do stuff with self here */
    @@ -234,18 +234,18 @@ 10 11 12 -
    static void
    -gabble_media_session_error (TpSvcMediaSessionHandler *iface,
    -                            guint errno,
    -                            const char *message,
    -                            DBusGMethodInvocation *context)
    -{
    -  GabbleMediaSession *self = GABBLE_MEDIA_SESSION (iface);
    +        
    static void
    +gabble_media_session_error (TpSvcMediaSessionHandler *iface,
    +                            guint errno,
    +                            const char *message,
    +                            DBusGMethodInvocation *context)
    +{
    +  GabbleMediaSession *self = GABBLE_MEDIA_SESSION (iface);
     
    -  /* do stuff with self here */
    +  /* do stuff with self here */
     
    -  tp_svc_media_session_handler_return_from_error (context);
    -}
    + tp_svc_media_session_handler_return_from_error (context); +}
    @@ -269,8 +269,8 @@
    1
     2
    -
    tp_svc_media_session_handler_emit_new_stream_handler (session,
    -  object_path, id, media_type, TP_MEDIA_STREAM_DIRECTION_BIDIRECTIONAL);
    +
    tp_svc_media_session_handler_emit_new_stream_handler (session,
    +  object_path, id, media_type, TP_MEDIA_STREAM_DIRECTION_BIDIRECTIONAL);
    @@ -301,17 +301,17 @@ 9 10 11 -
    static void
    -session_handler_iface_init (gpointer g_iface, gpointer iface_data)
    -{
    -  TpSvcMediaSessionHandlerClass *klass =
    -    (TpSvcMediaSessionHandlerClass *)g_iface;
    -
    -  tp_svc_media_session_handler_implement_error (klass,
    -      gabble_media_session_error);
    -  tp_svc_media_session_handler_implement_ready (klass,
    -      gabble_media_session_ready);
    -}
    +
    static void
    +session_handler_iface_init (gpointer g_iface, gpointer iface_data)
    +{
    +  TpSvcMediaSessionHandlerClass *klass =
    +    (TpSvcMediaSessionHandlerClass *)g_iface;
    +
    +  tp_svc_media_session_handler_implement_error (klass,
    +      gabble_media_session_error);
    +  tp_svc_media_session_handler_implement_ready (klass,
    +      gabble_media_session_ready);
    +}
    @@ -338,18 +338,18 @@ 10 11 12 -
    static void
    -session_handler_iface_init (gpointer g_iface, gpointer iface_data)
    -{
    -  TpSvcMediaSessionHandlerClass *klass =
    -    (TpSvcMediaSessionHandlerClass *)g_iface;
    -
    -#define IMPLEMENT(x) tp_svc_media_session_handler_implement_##x (\
    -    klass, gabble_media_session_##x)
    -  IMPLEMENT(error);
    -  IMPLEMENT(ready);
    -#undef IMPLEMENT
    -}
    +
    static void
    +session_handler_iface_init (gpointer g_iface, gpointer iface_data)
    +{
    +  TpSvcMediaSessionHandlerClass *klass =
    +    (TpSvcMediaSessionHandlerClass *)g_iface;
    +
    +#define IMPLEMENT(x) tp_svc_media_session_handler_implement_##x (\
    +    klass, gabble_media_session_##x)
    +  IMPLEMENT(error);
    +  IMPLEMENT(ready);
    +#undef IMPLEMENT
    +}
    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-protocol.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-protocol.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-protocol.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-protocol.html 2012-03-22 22:27:15.000000000 +0000 @@ -368,7 +368,7 @@

    The class of TpSvcProtocolInterfacePresence. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    @@ -388,7 +388,7 @@

    The class of TpSvcProtocolInterfaceAvatars. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-service-point.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-service-point.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-service-point.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-service-point.html 2012-03-22 22:27:15.000000000 +0000 @@ -106,7 +106,7 @@

    The class of TpSvcConnectionInterfaceServicePoint. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    @@ -150,7 +150,7 @@

    The class of TpSvcChannelInterfaceServicePoint. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-tls.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-tls.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-svc-tls.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-svc-tls.html 2012-03-22 22:27:15.000000000 +0000 @@ -116,7 +116,7 @@

    The class of TpSvcChannelTypeServerTLSConnection. This interface has no D-Bus methods, so an -implementation can typically pass NULL to +implementation can typically pass NULL to G_IMPLEMENT_INTERFACE() as the interface initialization function.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-text-channel.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-text-channel.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-text-channel.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-text-channel.html 2012-03-22 22:27:15.000000000 +0000 @@ -201,12 +201,12 @@

    conn :

    -a TpConnection; may not be NULL +a TpConnection; may not be NULL

    object_path :

    -the object path of the channel; may not be NULL +the object path of the channel; may not be NULL @@ -219,7 +219,7 @@

    error :

    -used to indicate the error if NULL is returned +used to indicate the error if NULL is returned

    Returns :

    @@ -436,7 +436,7 @@

    token can be used to match any incoming delivery or failure reports -against the sent message. If the returned token is NULL the +against the sent message. If the returned token is NULL the message is not readily identifiable.

    @@ -454,7 +454,7 @@ - @@ -962,13 +962,13 @@ - - - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-TpContactsMixin.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-TpContactsMixin.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-TpContactsMixin.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-TpContactsMixin.html 2012-03-22 22:27:15.000000000 +0000 @@ -53,7 +53,7 @@ voidtp_contacts_mixin_iface_init (gpointer g_iface, gpointer iface_data); voidtp_contacts_mixin_init (GObject *obj, - gsize offset); + gsize offset); voidtp_contacts_mixin_set_contact_attribute (GHashTable *contact_attributes, TpHandle handle, @@ -172,8 +172,8 @@ - +

    token :

    if not NULL, used to return the +if not NULL, used to return the token of the sent message. [out][transfer full]

    chunks_required :

    if not NULL used to return +if not NULL used to return the number of 140 octet chunks required to send the message. [out]

    remaining_characters :

    if not NULL used to return +if not NULL used to return the number of further characters that can be fit in the final chunk. A negative value indicates that the message will be truncated by abs(remaining_characters). @@ -978,7 +978,7 @@

    estimated_cost :

    if not NULL used to return +if not NULL used to return the estimated cost of sending this message. The currency and scale of this value are the same as the values of the "balance-scale" and @@ -1156,7 +1156,7 @@

    token :

    an opaque token used to match any incoming delivery or failure -reports against this message, or NULL if the message is not +reports against this message, or NULL if the message is not readily identifiable.
    1
     2
    tp_contacts_mixin_class_init ((GObjectClass *) klass,
    -                         G_STRUCT_OFFSET (SomeObjectClass, contacts_mixin));
    tp_contacts_mixin_class_init ((GObjectClass *) klass,
    +                         G_STRUCT_OFFSET (SomeObjectClass, contacts_mixin));
    @@ -243,7 +243,7 @@

    tp_contacts_mixin_init ()

    void                tp_contacts_mixin_init              (GObject *obj,
    -                                                         gsize offset);
    + gsize offset);

    Initialize the contacts mixin. Should be called from the implementation's instance init function like so: @@ -256,8 +256,8 @@

    1
     2
    -
    tp_contacts_mixin_init ((GObject *) self,
    -                    G_STRUCT_OFFSET (SomeObject, contacts_mixin));
    +
    tp_contacts_mixin_init ((GObject *) self,
    +                    G_STRUCT_OFFSET (SomeObject, contacts_mixin));
    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-TpGroupMixin.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-TpGroupMixin.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-TpGroupMixin.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-TpGroupMixin.html 2012-03-22 22:27:15.000000000 +0000 @@ -508,7 +508,7 @@

    rem_func :

    A callback to be used to remove contacts from this group. -This must be NULL if you will subsequently call +This must be NULL if you will subsequently call tp_group_mixin_class_set_remove_with_reason_func(). @@ -560,7 +560,7 @@ Set a callback to be used to implement RemoveMembers() and RemoveMembersWithReason(). If this function is called during class initialization, the given callback will be used instead of the remove -callback passed to tp_group_mixin_class_init() (which must be NULL +callback passed to tp_group_mixin_class_init() (which must be NULL in this case).

    @@ -1103,7 +1103,7 @@ a non-empty intersection, the result is undefined. Don't do that.

    -Each of the TpIntset arguments may be NULL, which is treated as +Each of the TpIntset arguments may be NULL, which is treated as equivalent to an empty set.

    @@ -1116,7 +1116,7 @@ +NULL is allowed, and is mapped to an empty string @@ -1182,7 +1182,7 @@ a non-empty intersection, the result is undefined. Don't do that.

    -Each of the TpIntset arguments may be NULL, which is treated as +Each of the TpIntset arguments may be NULL, which is treated as equivalent to an empty set.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-TpHeap.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-TpHeap.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-TpHeap.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-TpHeap.html 2012-03-22 22:27:15.000000000 +0000 @@ -87,7 +87,7 @@

    +or cleared, or NULL if this is not needed @@ -188,7 +188,7 @@ - +

    message :

    A message to be sent to the affected contacts if possible; -NULL is allowed, and is mapped to an empty string

    add :

    destructor :

    Function to call on the pointers when the heap is destroyed -or cleared, or NULL if this is not needed

    Returns :

    Returns :

    The first item in the queue, or NULL if the queue is emptyThe first item in the queue, or NULL if the queue is empty
    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-TpMessageMixin.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-TpMessageMixin.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-TpMessageMixin.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-TpMessageMixin.html 2012-03-22 22:27:15.000000000 +0000 @@ -54,7 +54,7 @@ TpDeliveryReportingSupportFlags delivery_reporting_support_flags, const gchar * const *supported_content_types); void tp_message_mixin_init (GObject *obj, - gsize offset, + gsize offset, TpBaseConnection *connection); void tp_message_mixin_init_dbus_properties (GObjectClass *cls); @@ -108,10 +108,10 @@ 2 3 4 -
    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CHANNEL_TYPE_TEXT,
    -  tp_message_mixin_text_iface_init);
    -G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CHANNEL_INTERFACE_MESSAGES,
    -  tp_message_mixin_messages_iface_init);
    +
    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CHANNEL_TYPE_TEXT,
    +  tp_message_mixin_text_iface_init);
    +G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CHANNEL_INTERFACE_MESSAGES,
    +  tp_message_mixin_messages_iface_init);
    @@ -245,7 +245,7 @@

    tp_message_mixin_init ()

    void                tp_message_mixin_init               (GObject *obj,
    -                                                         gsize offset,
    +                                                         gsize offset,
                                                              TpBaseConnection *connection);

    Initialize the mixin. Should be called from the implementation's @@ -260,9 +260,9 @@

    1
     2
     3
    -
    tp_message_mixin_init ((GObject *) self,
    -    G_STRUCT_OFFSET (SomeObject, message_mixin),
    -    self->connection);
    +
    tp_message_mixin_init ((GObject *) self,
    +    G_STRUCT_OFFSET (SomeObject, message_mixin),
    +    self->connection);
    @@ -419,12 +419,12 @@

    token :

    A token representing the sent message (see the Telepathy D-Bus API specification), or an empty string if no suitable identifier is available, -or NULL on error +or NULL on error

    error :

    -NULL on success, or the error with which message submission failed +NULL on success, or the error with which message submission failed
    @@ -484,7 +484,7 @@ TpHandle *first_sender);

    Return whether the channel obj has unacknowledged messages. If so, and -first_sender is not NULL, the handle of the sender of the first message +first_sender is not NULL, the handle of the sender of the first message is placed in it, without incrementing the handle's reference count.

    @@ -496,7 +496,7 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-TpPresenceMixin.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-TpPresenceMixin.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-TpPresenceMixin.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-TpPresenceMixin.html 2012-03-22 22:27:15.000000000 +0000 @@ -108,7 +108,7 @@

    -Implementing SimplePresence

    +Implementing SimplePresence

    Since 0.7.13 this mixin supports the entire SimplePresence interface. You can implement TpSvcConnectionInterfaceSimplePresence as follows: @@ -131,13 +131,13 @@ 5 6 7 -

    +

    first_sender :

    If not NULL, used to store the sender of the oldest pending +If not NULL, used to store the sender of the oldest pending message
    G_DEFINE_TYPE_WITH_CODE (MyConnection, my_connection,
    -    TP_TYPE_BASE_CONNECTION,
    -    // ...
    -    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_SIMPLE_PRESENCE,
    -        tp_presence_mixin_simple_presence_iface_init);
    -    // ...
    -    )
    G_DEFINE_TYPE_WITH_CODE (MyConnection, my_connection,
    +    TP_TYPE_BASE_CONNECTION,
    +    // ...
    +    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_SIMPLE_PRESENCE,
    +        tp_presence_mixin_simple_presence_iface_init);
    +    // ...
    +    )
    @@ -160,7 +160,7 @@

    -Implementing old-style Presence

    +Implementing old-style Presence

    This mixin also supports a large subset of the deprecated Presence interface. It does not support protocols where it is possible to set @@ -185,13 +185,13 @@ 5 6 7 -

    G_DEFINE_TYPE_WITH_CODE (MyConnection, my_connection,
    -    TP_TYPE_BASE_CONNECTION,
    -    // ...
    -    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_PRESENCE,
    -        tp_presence_mixin_iface_init);
    -    // ...
    -    )
    +
    G_DEFINE_TYPE_WITH_CODE (MyConnection, my_connection,
    +    TP_TYPE_BASE_CONNECTION,
    +    // ...
    +    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION_INTERFACE_PRESENCE,
    +        tp_presence_mixin_iface_init);
    +    // ...
    +    )
    @@ -221,7 +221,7 @@

    In addition to the fields documented here, there are two gpointer fields -which must currently be NULL. A meaning may be defined for these in a +which must currently be NULL. A meaning may be defined for these in a future version of telepathy-glib.

    @@ -253,7 +253,7 @@

    In addition to the fields documented here, there are two gpointer fields -which must currently be NULL. A meaning may be defined for these in a +which must currently be NULL. A meaning may be defined for these in a future version of telepathy-glib.

    @@ -293,7 +293,7 @@ status can be set on the connection. Most users of this mixin do not need to supply an implementation of this callback: the value of TpPresenceStatusSpec.self is enough to determine whether this is a -user-settable presence, so NULL should be passed to +user-settable presence, so NULL should be passed to tp_presence_mixin_class_init() for this callback.

    @@ -357,11 +357,11 @@

    - + - @@ -377,7 +377,7 @@

    Signature of the callback used to commit changes to the user's own presence status in SetStatuses. It is also used in ClearStatus and RemoveStatus to -reset the user's own status back to the "default" one with a NULL status +reset the user's own status back to the "default" one with a NULL status argument.

    @@ -455,7 +455,7 @@

    In addition to the fields documented here, there are two gpointer fields -which must currently be NULL. A meaning may be defined for these in a +which must currently be NULL. A meaning may be defined for these in a future version of telepathy-glib.

    error :

    Used to return a Telepathy D-Bus error if NULL is returnedUsed to return a Telepathy D-Bus error if NULL is returned

    Returns :

    The contact presence on success, NULL with +The contact presence on success, NULL with error set on error. [transfer full]
    @@ -568,13 +568,13 @@ 5 6 7 - +tp_presence_mixin_class_init((GObjectClass *) klass, + G_STRUCT_OFFSET(SomeObjectClass, presence_mixin)); +mixin_class =TP_PRESENCE_MIXIN_CLASS(klass); +mixin_class->get_maximum_status_message_length = + some_object_get_maximum_status_message_length;
    TpPresenceMixinClass *mixin_class;
    +        
    TpPresenceMixinClass *mixin_class;
     
    -tp_presence_mixin_class_init ((GObjectClass *) klass,
    -    G_STRUCT_OFFSET (SomeObjectClass, presence_mixin));
    -mixin_class = TP_PRESENCE_MIXIN_CLASS (klass);
    -mixin_class->get_maximum_status_message_length =
    -    some_object_get_maximum_status_message_length;
    @@ -642,9 +642,9 @@
    1
     2
     3
    -
    tp_presence_mixin_class_init ((GObjectClass *) klass,
    -                              G_STRUCT_OFFSET (SomeObjectClass,
    -                                               presence_mixin));
    +
    tp_presence_mixin_class_init ((GObjectClass *) klass,
    +                              G_STRUCT_OFFSET (SomeObjectClass,
    +                                               presence_mixin));
    @@ -667,7 +667,7 @@

    status_available :

    A callback to be used to determine if a given presence -status can be set on a particular connection. Should usually be NULL, to +status can be set on a particular connection. Should usually be NULL, to consider all statuses with TpPresenceStatusSpec.self set to TRUE to be settable. @@ -708,8 +708,8 @@
    1
     2
    -
    tp_presence_mixin_init ((GObject *) self,
    -                        G_STRUCT_OFFSET (SomeObject, presence_mixin));
    +
    tp_presence_mixin_init ((GObject *) self,
    +                        G_STRUCT_OFFSET (SomeObject, presence_mixin));
    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-TpPropertiesMixin.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-TpPropertiesMixin.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-TpPropertiesMixin.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-TpPropertiesMixin.html 2012-03-22 22:27:15.000000000 +0000 @@ -336,9 +336,9 @@
    1
     2
     3
    -
    tp_properties_mixin_class_init ((GObjectClass *) klass,
    -                                G_STRUCT_OFFSET (SomeObjectClass,
    -                                 properties_mixin));
    +
    tp_properties_mixin_class_init ((GObjectClass *) klass,
    +                                G_STRUCT_OFFSET (SomeObjectClass,
    +                                 properties_mixin));
    @@ -392,9 +392,9 @@
    1
     2
     3
    -
    tp_properties_mixin_init ((GObject *) self,
    -                          G_STRUCT_OFFSET (SomeObject, properties_mixin),
    -                          self->contact_repo);
    +
    tp_properties_mixin_init ((GObject *) self,
    +                          G_STRUCT_OFFSET (SomeObject, properties_mixin),
    +                          self->contact_repo);
    @@ -553,7 +553,7 @@

    property :

    -either NULL, or a pointer to a location to receive the property +either NULL, or a pointer to a location to receive the property index @@ -710,7 +710,7 @@

    error :

    -If NULL, return successfully; otherwise return this error +If NULL, return successfully; otherwise return this error
    @@ -755,7 +755,7 @@ props is ignored. Otherwise, the following applies:

    -If props is NULL the PropertiesChanged signal is emitted for this one +If props is NULL the PropertiesChanged signal is emitted for this one property.

    @@ -780,7 +780,7 @@

    props :

    -either NULL, or a pointer to a TpIntset +either NULL, or a pointer to a TpIntset
    @@ -802,7 +802,7 @@ relied upon.

    -If props is NULL the PropertyFlagsChanged signal is emitted for this +If props is NULL the PropertyFlagsChanged signal is emitted for this single property.

    @@ -831,7 +831,7 @@

    props :

    -either NULL, or a pointer to a TpIntset +either NULL, or a pointer to a TpIntset
    diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-TpTextMixin.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-TpTextMixin.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-TpTextMixin.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-TpTextMixin.html 2012-03-22 22:27:15.000000000 +0000 @@ -181,8 +181,8 @@
    1
     2
    -
    tp_text_mixin_class_init ((GObjectClass *) klass,
    -                          G_STRUCT_OFFSET (SomeObjectClass, text_mixin));
    +
    tp_text_mixin_class_init ((GObjectClass *) klass,
    +                          G_STRUCT_OFFSET (SomeObjectClass, text_mixin));
    @@ -223,9 +223,9 @@
    1
     2
     3
    -
    tp_text_mixin_init ((GObject *) self,
    -                    G_STRUCT_OFFSET (SomeObject, text_mixin),
    -                    self->contact_repo);
    +
    tp_text_mixin_init ((GObject *) self,
    +                    G_STRUCT_OFFSET (SomeObject, text_mixin),
    +                    self->contact_repo);
    @@ -510,7 +510,7 @@ TpHandle *first_sender);

    Return whether the channel obj has unacknowledged messages. If so, and -first_sender is not NULL, the handle of the sender of the first message +first_sender is not NULL, the handle of the sender of the first message is placed in it, without incrementing the handle's reference count.

    @@ -522,7 +522,7 @@ - diff -Nru telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-util.html telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-util.html --- telepathy-glib-0.17.6/docs/reference/html/telepathy-glib-util.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/telepathy-glib-util.html 2012-03-22 22:27:15.000000000 +0000 @@ -61,12 +61,12 @@ gpointer p); GValue * tp_g_value_slice_new_double (double d); GValue * tp_g_value_slice_new_int (gint n); -GValue * tp_g_value_slice_new_int64 (gint64 n); +GValue * tp_g_value_slice_new_int64 (gint64 n); GValue * tp_g_value_slice_new_string (const gchar *string); GValue * tp_g_value_slice_new_static_string (const gchar *string); GValue * tp_g_value_slice_new_take_string (gchar *string); GValue * tp_g_value_slice_new_uint (guint n); -GValue * tp_g_value_slice_new_uint64 (guint64 n); +GValue * tp_g_value_slice_new_uint64 (guint64 n); GValue * tp_g_value_slice_new_byte (guchar n); voidtp_g_value_slice_free (GValue *value); GValue * tp_g_value_slice_dup (const GValue *value); @@ -82,11 +82,11 @@ gchar * tp_escape_as_identifier (const gchar *name); gbooleantp_strv_contains (const gchar * const *strv, const gchar *str); -gint64tp_g_key_file_get_int64 (GKeyFile *key_file, +gint64tp_g_key_file_get_int64 (GKeyFile *key_file, const gchar *group_name, const gchar *key, GError **error); -guint64tp_g_key_file_get_uint64 (GKeyFile *key_file, +guint64tp_g_key_file_get_uint64 (GKeyFile *key_file, const gchar *group_name, const gchar *key, GError **error); @@ -95,11 +95,11 @@ GCallback c_handler, gpointer gobject, GConnectFlags connect_flags); -GValueArray * tp_value_array_build (gsize length, +GValueArray * tp_value_array_build (gsize length, GType type, ...); voidtp_value_array_unpack (GValueArray *array, - gsize len, + gsize len, ...); TpWeakRef; TpWeakRef * tp_weak_ref_new (gpointer object, @@ -118,9 +118,9 @@ GAsyncReadyCallback callback, gpointer user_data, gpointer source_tag); -gint64tp_user_action_time_from_x11 (guint32 x11_time); -gbooleantp_user_action_time_should_present (gint64 user_action_time, - guint32 *x11_time); +gint64tp_user_action_time_from_x11 (guint32 x11_time); +gbooleantp_user_action_time_should_present (gint64 user_action_time, + guint32 *x11_time); gchar * tp_utf8_make_valid (const gchar *name); @@ -517,7 +517,7 @@

    tp_g_value_slice_new_int64 ()

    -
    GValue *            tp_g_value_slice_new_int64          (gint64 n);
    +
    GValue *            tp_g_value_slice_new_int64          (gint64 n);

    Slice-allocate and initialize a GValue. This function is convenient to use when constructing hash tables from string to GValue, for example. @@ -645,7 +645,7 @@


    tp_g_value_slice_new_uint64 ()

    -
    GValue *            tp_g_value_slice_new_uint64         (guint64 n);
    +
    GValue *            tp_g_value_slice_new_uint64         (guint64 n);

    Slice-allocate and initialize a GValue. This function is convenient to use when constructing hash tables from string to GValue, for example. @@ -739,7 +739,7 @@

    tp_str_empty ()

    gboolean            tp_str_empty                        (const gchar *s);

    -Return TRUE if s is empty, counting NULL as empty. +Return TRUE if s is empty, counting NULL as empty.

    first_sender :

    If not NULL, used to store the sender of the oldest pending +If not NULL, used to store the sender of the oldest pending message
    @@ -752,7 +752,7 @@ @@ -783,8 +783,8 @@ +FALSE if left and right are both NULL, or if +neither is NULL and both have the same contents; TRUE otherwise

    Returns :

    -TRUE if s is either NULL or "". [type boolean] +TRUE if s is either NULL or "". [type boolean]

    Returns :

    -FALSE if left and right are both NULL, or if -neither is NULL and both have the same contents; TRUE otherwise
    @@ -946,7 +946,7 @@

    strv :

    -a NULL-terminated array of strings, or NULL (which is treated as an +a NULL-terminated array of strings, or NULL (which is treated as an empty strv) @@ -964,7 +964,7 @@

    tp_g_key_file_get_int64 ()

    -
    gint64              tp_g_key_file_get_int64             (GKeyFile *key_file,
    +
    gint64              tp_g_key_file_get_int64             (GKeyFile *key_file,
                                                              const gchar *group_name,
                                                              const gchar *key,
                                                              GError **error);
    @@ -978,16 +978,16 @@

    key_file :

    -a non-NULL GKeyFile +a non-NULL GKeyFile

    group_name :

    -a non-NULL group name +a non-NULL group name

    key :

    -a non-NULL key +a non-NULL key

    error :

    @@ -1006,7 +1006,7 @@

    tp_g_key_file_get_uint64 ()

    -
    guint64             tp_g_key_file_get_uint64            (GKeyFile *key_file,
    +
    guint64             tp_g_key_file_get_uint64            (GKeyFile *key_file,
                                                              const gchar *group_name,
                                                              const gchar *key,
                                                              GError **error);
    @@ -1020,16 +1020,16 @@

    key_file :

    -a non-NULL GKeyFile +a non-NULL GKeyFile

    group_name :

    -a non-NULL group name +a non-NULL group name

    key :

    -a non-NULL key +a non-NULL key

    error :

    @@ -1111,7 +1111,7 @@

    tp_value_array_build ()

    -
    GValueArray *       tp_value_array_build                (gsize length,
    +
    GValueArray *       tp_value_array_build                (gsize length,
                                                              GType type,
                                                              ...);

    @@ -1122,7 +1122,7 @@

    -

    Example 3.  using tp_value_array_build

    +

    Example 3.  using tp_value_array_build

    @@ -1131,10 +1131,10 @@ 2 3 4 - +
    GValueArray *array = tp_value_array_build (2,
    -   G_TYPE_STRING, host,
    -   G_TYPE_UINT, port,
    -   G_TYPE_INVALID);
    GValueArray *array = tp_value_array_build (2,
    +   G_TYPE_STRING, host,
    +   G_TYPE_UINT, port,
    +   G_TYPE_INVALID);
    @@ -1171,7 +1171,7 @@

    tp_value_array_unpack ()

    void                tp_value_array_unpack               (GValueArray *array,
    -                                                         gsize len,
    +                                                         gsize len,
                                                              ...);

    Unpacks a GValueArray into separate variables. @@ -1183,7 +1183,7 @@

    -

    Example 4. using tp_value_array_unpack

    +

    Example 4. using tp_value_array_unpack

    @@ -1194,12 +1194,12 @@ 4 5 6 - +tp_value_array_unpack(array,2, + &host, + &port);
    const gchar *host;
    -guint port;
    +        
    const gchar *host;
    +guint port;
     
    -tp_value_array_unpack (array, 2,
    -   &host,
    -   &port);
    @@ -1290,7 +1290,7 @@
    gpointer            tp_weak_ref_dup_object              (TpWeakRef *self);

    If the weakly referenced object still exists, return a new reference to -it. Otherwise, return NULL. +it. Otherwise, return NULL.

    @@ -1301,7 +1301,7 @@ - @@ -1325,7 +1325,7 @@ @@ -1355,16 +1355,16 @@

    tp_clear_pointer()

    #define             tp_clear_pointer(pp, destroy)

    -Set a variable holding a pointer to NULL. If it was not already NULL, +Set a variable holding a pointer to NULL. If it was not already NULL, unref or destroy the object it previously pointed to with destroy.

    -More precisely, if *pp is non-NULL, set *pp to NULL, then +More precisely, if *pp is non-NULL, set *pp to NULL, then call destroy on the object that *pp previously pointed to.

    This is analogous to g_clear_error() for non-error objects, but also -ensures that pp is already NULL before the destructor is run. +ensures that pp is already NULL before the destructor is run.

    Typical usage is something like this: @@ -1389,20 +1389,20 @@ 12 13 14 -

    +tp_clear_object(&foo->conn); +g_clear_error(&foo->error); +tp_clear_boxed(G_TYPE_HASH_TABLE, &foo->table); +tp_clear_pointer(&foo->misc, my_struct_destroy);

    Returns :

    a new reference, or NULL. [type GObject.Object][transfer full] +a new reference, or NULL. [type GObject.Object][transfer full]

    Returns :

    the additional data supplied in tp_weak_ref_new(), which may be -NULL +NULL
    typedef struct {
    -  TpConnection *conn;
    -  GError *error;
    -  GHashTable *table;
    -  MyStruct *misc;
    -} Foo;
    -Foo *foo;
    +        
    typedef struct {
    +  TpConnection *conn;
    +  GError *error;
    +  GHashTable *table;
    +  MyStruct *misc;
    +} Foo;
    +Foo *foo;
     
    -...
    +...
     
    -tp_clear_object (&foo->conn);
    -g_clear_error (&foo->error);
    -tp_clear_boxed (G_TYPE_HASH_TABLE, &foo->table);
    -tp_clear_pointer (&foo->misc, my_struct_destroy);
    @@ -1433,7 +1433,7 @@
    #define tp_clear_object(op) tp_clear_pointer ((op), g_object_unref)
     

    -Set a variable holding a GObject to NULL. If it was not already NULL, +Set a variable holding a GObject to NULL. If it was not already NULL, unref the object it previously pointed to.

    @@ -1455,12 +1455,12 @@

    tp_clear_boxed()

    #define             tp_clear_boxed(gtype, pp)

    -Set a variable holding a boxed object to NULL. If it was not already NULL, +Set a variable holding a boxed object to NULL. If it was not already NULL, destroy the boxed object it previously pointed to, as appropriate for gtype.

    -More precisely, if *pp is non-NULL, set *pp to NULL, then +More precisely, if *pp is non-NULL, set *pp to NULL, then call g_boxed_free() on the object that *pp previously pointed to.

    @@ -1532,7 +1532,7 @@


    tp_user_action_time_from_x11 ()

    -
    gint64              tp_user_action_time_from_x11        (guint32 x11_time);
    +
    gint64              tp_user_action_time_from_x11        (guint32 x11_time);

    Convert an X11 timestamp into a user action time as used in Telepathy.

    @@ -1560,8 +1560,8 @@

    tp_user_action_time_should_present ()

    -
    gboolean            tp_user_action_time_should_present  (gint64 user_action_time,
    -                                                         guint32 *x11_time);
    +
    gboolean            tp_user_action_time_should_present  (gint64 user_action_time,
    +                                                         guint32 *x11_time);

    Interpret a Telepathy user action time to decide whether a Handler should attempt to gain focus. If TRUE is returned, it would be appropriate to diff -Nru telepathy-glib-0.17.6/docs/reference/html/TpBaseCallChannel.html telepathy-glib-0.17.7/docs/reference/html/TpBaseCallChannel.html --- telepathy-glib-0.17.6/docs/reference/html/TpBaseCallChannel.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/TpBaseCallChannel.html 2012-03-22 22:27:15.000000000 +0000 @@ -193,7 +193,7 @@

    TpBaseCallChannelAddContentFunc add_content;

    add content to the call. Implementation must call -tp_base_call_channel_add_content(). Can be NULL if +tp_base_call_channel_add_content(). Can be NULL if "mutable-contents" is FALSE. diff -Nru telepathy-glib-0.17.6/docs/reference/html/TpBaseCallStream.html telepathy-glib-0.17.7/docs/reference/html/TpBaseCallStream.html --- telepathy-glib-0.17.6/docs/reference/html/TpBaseCallStream.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/TpBaseCallStream.html 2012-03-22 22:27:15.000000000 +0000 @@ -589,7 +589,7 @@

    TpBaseCallContent object that owns this call stream.

    -

    Since 0.17.UNRELEASED

    +

    Since 0.17.6


    diff -Nru telepathy-glib-0.17.6/docs/reference/html/TpBaseChannel.html telepathy-glib-0.17.7/docs/reference/html/TpBaseChannel.html --- telepathy-glib-0.17.6/docs/reference/html/TpBaseChannel.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/TpBaseChannel.html 2012-03-22 22:27:15.000000000 +0000 @@ -235,22 +235,22 @@ 14 15 16
    -
    static void
    -my_search_channel_fill_properties (
    -    TpBaseChannel *chan,
    -    GHashTable *properties)
    -{
    -  TpBaseChannelClass *klass = TP_BASE_CHANNEL_CLASS (my_search_channel_parent_class);
    -
    -  klass->fill_immutable_properties (chan, properties);
    -
    -  tp_dbus_properties_mixin_fill_properties_hash (
    -      G_OBJECT (chan), properties,
    -      TP_IFACE_CHANNEL_TYPE_CONTACT_SEARCH, "Limit",
    -      TP_IFACE_CHANNEL_TYPE_CONTACT_SEARCH, "AvailableSearchKeys",
    -      TP_IFACE_CHANNEL_TYPE_CONTACT_SEARCH, "Server",
    -      NULL);
    -}
    +
    static void
    +my_search_channel_fill_properties (
    +    TpBaseChannel *chan,
    +    GHashTable *properties)
    +{
    +  TpBaseChannelClass *klass = TP_BASE_CHANNEL_CLASS (my_search_channel_parent_class);
    +
    +  klass->fill_immutable_properties (chan, properties);
    +
    +  tp_dbus_properties_mixin_fill_properties_hash (
    +      G_OBJECT (chan), properties,
    +      TP_IFACE_CHANNEL_TYPE_CONTACT_SEARCH, "Limit",
    +      TP_IFACE_CHANNEL_TYPE_CONTACT_SEARCH, "AvailableSearchKeys",
    +      TP_IFACE_CHANNEL_TYPE_CONTACT_SEARCH, "Server",
    +      NULL);
    +}
    @@ -335,34 +335,34 @@ 26 27 28
    -
    static void
    -my_channel_close (TpBaseChannel *chan)
    -{
    -  MyChannel *self = MY_CHANNEL (chan);
    -
    -  if (self->priv->closing)
    -    return;
    -
    -  self->priv->closing = TRUE;
    -
    -  // some hypothetical channel-specific clean-up function:
    -  clean_up (self, cleaned_up_cb);
    -}
    -
    -static void
    -cleaned_up_cb (MyChannel *self)
    -{
    -  // all done, we can finish closing now
    -  tp_base_channel_destroyed (TP_BASE_CHANNEL (self));
    -}
    -static void
    -my_channel_class_init (MyChannelClass *klass)
    -{
    -  TpBaseChannelClass *base_channel_class = TP_BASE_CHANNEL_CLASS (klass);
    -
    -  klass->close = my_channel_close;
    -  // ...
    -}
    +
    static void
    +my_channel_close (TpBaseChannel *chan)
    +{
    +  MyChannel *self = MY_CHANNEL (chan);
    +
    +  if (self->priv->closing)
    +    return;
    +
    +  self->priv->closing = TRUE;
    +
    +  // some hypothetical channel-specific clean-up function:
    +  clean_up (self, cleaned_up_cb);
    +}
    +
    +static void
    +cleaned_up_cb (MyChannel *self)
    +{
    +  // all done, we can finish closing now
    +  tp_base_channel_destroyed (TP_BASE_CHANNEL (self));
    +}
    +static void
    +my_channel_class_init (MyChannelClass *klass)
    +{
    +  TpBaseChannelClass *base_channel_class = TP_BASE_CHANNEL_CLASS (klass);
    +
    +  klass->close = my_channel_close;
    +  // ...
    +}
    @@ -389,14 +389,14 @@ 6 7 8
    -
    static void
    -my_channel_class_init (MyChannelClass *klass)
    -{
    -  TpBaseChannelClass *base_channel_class = TP_BASE_CHANNEL_CLASS (klass);
    -
    -  klass->close = tp_base_channel_destroyed;
    -  // ...
    -}
    +
    static void
    +my_channel_class_init (MyChannelClass *klass)
    +{
    +  TpBaseChannelClass *base_channel_class = TP_BASE_CHANNEL_CLASS (klass);
    +
    +  klass->close = tp_base_channel_destroyed;
    +  // ...
    +}
    @@ -467,17 +467,17 @@ 9 10 11 -
    static GPtrArray *
    -my_channel_get_interfaces (TpBaseChannel *self)
    -{
    -  GPtrArray *interfaces;
    +        
    static GPtrArray *
    +my_channel_get_interfaces (TpBaseChannel *self)
    +{
    +  GPtrArray *interfaces;
     
    -  interfaces = TP_BASE_CHANNEL_CLASS (my_channel_parent_class)->get_interfaces (self);
    +  interfaces = TP_BASE_CHANNEL_CLASS (my_channel_parent_class)->get_interfaces (self);
     
    -  g_ptr_array_add (interfaces, TP_IFACE_BADGERS);
    +  g_ptr_array_add (interfaces, TP_IFACE_BADGERS);
     
    -  return interfaces;
    -}
    + return interfaces; +}
    diff -Nru telepathy-glib-0.17.6/docs/reference/html/TpBaseConnection.html telepathy-glib-0.17.7/docs/reference/html/TpBaseConnection.html --- telepathy-glib-0.17.6/docs/reference/html/TpBaseConnection.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/TpBaseConnection.html 2012-03-22 22:27:15.000000000 +0000 @@ -195,7 +195,7 @@

    In addition to the fields documented here, there are four gpointer fields -which must currently be NULL (a meaning may be defined for these in a +which must currently be NULL (a meaning may be defined for these in a future version of telepathy-glib), and a pointer to opaque private data.

    @@ -279,20 +279,20 @@ @@ -300,17 +300,17 @@ +changes to CONNECTING. May be NULL if nothing special needs to happen. +changes to CONNECTED. May be NULL if nothing special needs to happen. +changes to DISCONNECTED. May be NULL if nothing special needs to happen. @@ -318,13 +318,13 @@ connection. Must start the shutdown process for the underlying network connection, and arrange for tp_base_connection_finish_shutdown() to be called after the underlying connection has been closed. May not -be left as NULL. +be left as NULL. +details. May not be left as NULL. @@ -339,7 +339,7 @@ @@ -557,7 +557,7 @@ bus name, and will release it when destroyed.

    -Since 0.11.11, bus_name and object_path may be NULL if the +Since 0.11.11, bus_name and object_path may be NULL if the strings are not needed.

    TpBaseConnectionCreateHandleReposImpl create_handle_repos;

    Fill in suitable handle repositories in the given array for all those handle types this Connection supports. -Must be set by subclasses to a non-NULL value; the function must create +Must be set by subclasses to a non-NULL value; the function must create at least a CONTACT handle repository (failing to do so will cause a crash).

    TpBaseConnectionCreateChannelFactoriesImpl create_channel_factories;

    Create an array of channel factories for this Connection. At least one of this or create_channel_managers must be set by -subclasses to a non-NULL value; in new code, setting this to NULL and +subclasses to a non-NULL value; in new code, setting this to NULL and using channel managers exclusively is recommended.

    TpBaseConnectionGetUniqueConnectionNameImpl get_unique_connection_name;

    Construct a unique name for this connection -(for example using the protocol's format for usernames). If NULL (the +(for example using the protocol's format for usernames). If NULL (the default), a unique name will be generated. Subclasses should usually override this to get more obvious names, to aid debugging and prevent multiple connections to the same account.

    TpBaseConnectionProc connecting;

    If set by subclasses, will be called just after the state -changes to CONNECTING. May be NULL if nothing special needs to happen.

    TpBaseConnectionProc connected;

    If set by subclasses, will be called just after the state -changes to CONNECTED. May be NULL if nothing special needs to happen.

    TpBaseConnectionProc disconnected;

    If set by subclasses, will be called just after the state -changes to DISCONNECTED. May be NULL if nothing special needs to happen.

    TpBaseConnectionProc shut_down;

    TpBaseConnectionStartConnectingImpl start_connecting;

    Asynchronously start connecting - called to implement the Connect D-Bus method. See TpBaseConnectionStartConnectingImpl for -details. May not be left as NULL.

    const gchar **interfaces_always_present;

    TpBaseConnectionCreateChannelManagersImpl create_channel_managers;

    Create an array of channel managers for this Connection. At least one of this or create_channel_factories must be set -by subclasses to a non-NULL value. +by subclasses to a non-NULL value. Since: 0.7.15
    @@ -585,7 +585,7 @@ - @@ -618,7 +618,7 @@ @@ -810,7 +810,7 @@ @@ -861,7 +861,7 @@ - - +tp_base_connection_channel_manager_iter_init(&iter, base_conn); +while(tp_base_connection_channel_manager_iter_next(&iter, &manager)) + { + ...do something with manager... + }

    error :

    Used to return an error if FALSE is returned; may be NULL +Used to return an error if FALSE is returned; may be NULL

    Returns :

    the handle repository corresponding to the given -handle type, or NULL if it's unsupported or invalid. [transfer none] +handle type, or NULL if it's unsupported or invalid. [transfer none]

    details :

    Further details of the error, as a hash table where the keys are strings as defined in the Telepathy specification, and the -values are GValues. NULL is allowed, and treated as +values are GValues. NULL is allowed, and treated as an empty hash table.

    interfaces :

    A NULL-terminated array of D-Bus interface names, which +A NULL-terminated array of D-Bus interface names, which must remain valid at least until the connection enters state TP_CONNECTION_STATUS_DISCONNECTED (in practice, you should either use static strings, or use strdup'd strings and free them in the dispose @@ -1066,14 +1066,14 @@ 6 7 8
    TpChannelManagerIter iter;
    -TpChannelManager *manager;
    +        
    TpChannelManagerIter iter;
    +TpChannelManager *manager;
     
    -tp_base_connection_channel_manager_iter_init (&iter, base_conn);
    -while (tp_base_connection_channel_manager_iter_next (&iter, &manager))
    -  {
    -    ...do something with manager...
    -  }
    @@ -1118,7 +1118,7 @@

    manager_out :

    -a location to store the channel manager, or NULL. +a location to store the channel manager, or NULL.

    Returns :

    @@ -1140,10 +1140,10 @@ Read-only except during construction.

    -If this property is NULL or omitted during construction, the object will +If this property is NULL or omitted during construction, the object will automatically attempt to connect to the starter or session bus with tp_dbus_daemon_dup() just after it is constructed; if this fails, this -property will remain NULL, and tp_base_connection_register() will fail. +property will remain NULL, and tp_base_connection_register() will fail.

    Since 0.11.3

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/TpBaseConnectionManager.html telepathy-glib-0.17.7/docs/reference/html/TpBaseConnectionManager.html --- telepathy-glib-0.17.6/docs/reference/html/TpBaseConnectionManager.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/TpBaseConnectionManager.html 2012-03-22 22:27:15.000000000 +0000 @@ -307,7 +307,7 @@

    In addition to the fields documented here, there is one gpointer field -which must currently be NULL. A meaning may be defined for it in a +which must currently be NULL. A meaning may be defined for it in a future version of telepathy-glib.

    @@ -335,10 +335,10 @@ +using GINT_TO_POINTER or GUINT_TO_POINTER for integer parameters - + - @@ -192,7 +192,7 @@

    gconstpointer def;

    Default value, as a (const gchar *) for string parameters, or -using GINT_TO_POINTER or GUINT_TO_POINTER for integer parameters

    gsize offset;

    gsize offset;

    Offset of the parameter in the opaque data structure, if appropriate. The member at that offset is expected to be a gint, guint, (gchar *) or gboolean, depending on gtype. The default @@ -377,7 +377,7 @@

    In addition to the fields documented here, there are three gpointer fields -which must currently be NULL. A meaning may be defined for these in a +which must currently be NULL. A meaning may be defined for these in a future version of telepathy-glib.

    @@ -410,7 +410,7 @@ @@ -445,7 +445,7 @@

    In addition to the fields documented here, there are some gpointer fields -which must currently be NULL (a meaning may be defined for these in a +which must currently be NULL (a meaning may be defined for these in a future version of telepathy-glib).

    @@ -454,7 +454,7 @@

    Changed in 0.11.11: protocol_params and new_connection may both be -NULL. If so, this connection manager is assumed to use Protocol objects +NULL. If so, this connection manager is assumed to use Protocol objects instead.

    TpCMParamSetter set_param;

    A function which sets a parameter within the opaque data -structure provided by params_new. If NULL, +structure provided by params_new. If NULL, tp_cm_param_setter_offset() will be used. (New in 0.7.0 - previously, code equivalent to tp_cm_param_setter_offset() was always used.)
    @@ -475,12 +475,12 @@ +whose name member is NULL; or NULL if this CM uses Protocol objects. +new connections, or NULL if this CM uses Protocol objects. @@ -534,11 +534,11 @@ - + - +

    const TpCMProtocolSpec *protocol_params;

    An array of TpCMProtocolSpec structures representing the protocols this connection manager supports, terminated by a structure -whose name member is NULL; or NULL if this CM uses Protocol objects.

    TpBaseConnectionManagerNewConnFunc new_connection;

    A TpBaseConnectionManagerNewConnFunc used to construct -new connections, or NULL if this CM uses Protocol objects.

    const gchar * const  *interfaces;

    error :

    if not NULL, used to indicate the error if NULL is returnedif not NULL, used to indicate the error if NULL is returned

    Returns :

    the new connection object, or NULL on error.the new connection object, or NULL on error.
    @@ -630,11 +630,11 @@ Read-only except during construction.

    -If this property is NULL or omitted during construction, the object will +If this property is NULL or omitted during construction, the object will automatically attempt to connect to the starter or session bus with tp_dbus_daemon_dup() just after it is constructed; if this fails, a warning will be logged with g_warning(), and this property will remain -NULL. +NULL.

    Since 0.11.3

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/TpBaseMediaCallChannel.html telepathy-glib-0.17.7/docs/reference/html/TpBaseMediaCallChannel.html --- telepathy-glib-0.17.6/docs/reference/html/TpBaseMediaCallChannel.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/TpBaseMediaCallChannel.html 2012-03-22 22:27:15.000000000 +0000 @@ -183,7 +183,7 @@

    reason :

    pointer to a location where to store the reason, or NULL +pointer to a location where to store the reason, or NULL
    -

    Since 0.17.UNRELEASED

    +

    Since 0.17.6

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/TpBaseMediaCallStream.html telepathy-glib-0.17.7/docs/reference/html/TpBaseMediaCallStream.html --- telepathy-glib-0.17.6/docs/reference/html/TpBaseMediaCallStream.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/TpBaseMediaCallStream.html 2012-03-22 22:27:15.000000000 +0000 @@ -99,6 +99,8 @@ void tp_base_media_call_stream_set_local_sending (TpBaseMediaCallStream *self, gboolean sending); +gboolean tp_base_media_call_stream_get_local_sending + (TpBaseMediaCallStream *self); GPtrArray * tp_base_media_call_stream_get_local_candidates (TpBaseMediaCallStream *self); @@ -690,6 +692,30 @@

    +

    tp_base_media_call_stream_get_local_sending ()

    +
    gboolean            tp_base_media_call_stream_get_local_sending
    +                                                        (TpBaseMediaCallStream *self);
    +

    +Gets the local sending state +

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

    self :

    a TpBaseMediaCallStream +

    Returns :

    The local sending state
    +

    Since 0.17.7

    +
    +
    +

    tp_base_media_call_stream_get_local_candidates ()

    GPtrArray *         tp_base_media_call_stream_get_local_candidates
                                                             (TpBaseMediaCallStream *self);
    diff -Nru telepathy-glib-0.17.6/docs/reference/html/TpBaseRoomConfig.html telepathy-glib-0.17.7/docs/reference/html/TpBaseRoomConfig.html --- telepathy-glib-0.17.6/docs/reference/html/TpBaseRoomConfig.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/TpBaseRoomConfig.html 2012-03-22 22:27:15.000000000 +0000 @@ -131,13 +131,13 @@ 5 6 7 -
    G_DEFINE_TYPE_WITH_CODE (MyMucChannel, my_muc_channel,
    -    TP_TYPE_BASE_CHANNEL,
    -    // ...
    -    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CHANNEL_INTERFACE_ROOM_CONFIG,
    -        tp_base_room_config_iface_init)
    -    // ...
    -    )
    +
    G_DEFINE_TYPE_WITH_CODE (MyMucChannel, my_muc_channel,
    +    TP_TYPE_BASE_CHANNEL,
    +    // ...
    +    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CHANNEL_INTERFACE_ROOM_CONFIG,
    +        tp_base_room_config_iface_init)
    +    // ...
    +    )
    @@ -158,13 +158,13 @@ 5 6 7 -
    static void
    -my_muc_channel_class_init (MyMucChannelClass *klass)
    -{
    -  // ...
    -  tp_base_room_config_register_class (TP_BASE_CHANNEL_CLASS (klass));
    -  // ...
    -}
    +
    static void
    +my_muc_channel_class_init (MyMucChannelClass *klass)
    +{
    +  // ...
    +  tp_base_room_config_register_class (TP_BASE_CHANNEL_CLASS (klass));
    +  // ...
    +}
    @@ -198,11 +198,11 @@ 3 4 5 -
    g_object_self (room_config,
    -   "description", "A place to bury strangers",
    -   "private", TRUE,
    -   NULL);
    -tp_base_room_config_emit_properties_changed (room_config);
    +
    g_object_self (room_config,
    +   "description", "A place to bury strangers",
    +   "private", TRUE,
    +   NULL);
    +tp_base_room_config_emit_properties_changed (room_config);
    @@ -236,7 +236,7 @@ };

    -Class structure for TpBaseRoomConfig. By default, update_async is NULL, +Class structure for TpBaseRoomConfig. By default, update_async is NULL, indicating that updating room configuration is not implemented; subclasses should override it if they wish to support updating room configuration.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/TpCallContentMediaDescription.html telepathy-glib-0.17.7/docs/reference/html/TpCallContentMediaDescription.html --- telepathy-glib-0.17.6/docs/reference/html/TpCallContentMediaDescription.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/TpCallContentMediaDescription.html 2012-03-22 22:27:15.000000000 +0000 @@ -399,7 +399,7 @@
    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


    @@ -413,7 +413,7 @@

    Add a message for a given codec. This ensures codec_identifier is in the "feedback-messages" map. The -rtcp-minimum-interval is set to G_MAXUINT and can then be changed using +rtcp-minimum-interval is set to G_MAXUINT and can then be changed using tp_call_content_media_description_set_rtcp_feedback_minimum_interval().

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

    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


    @@ -495,7 +495,7 @@
    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


    @@ -523,7 +523,7 @@
    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


    @@ -587,7 +587,7 @@
    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


    @@ -605,7 +605,7 @@
    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


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

    Since 0.UNRELEASED

    +

    Since 0.17.6


    @@ -641,7 +641,7 @@
    -

    Since 0.UNRELEASED

    +

    Since 0.17.6

    @@ -676,7 +676,7 @@ is used to indicate that there is no limit.

    Default value: 0

    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


    @@ -687,7 +687,7 @@ otherwise FALSE.

    Default value: FALSE

    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


    @@ -699,7 +699,7 @@ RFC 3611 section 5.1. MAXUINT32 is used to indicate that there is no limit.

    Default value: 0

    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


    @@ -710,7 +710,7 @@ size.

    Default value: FALSE

    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


    @@ -719,7 +719,7 @@

    A map of remote feedback codec properties that are supported.

    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


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

    A list of remote header extensions which are supported.

    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


    @@ -766,7 +766,7 @@ RFC 3611 section 5.1. MAXUINT32 is used to indicate that there is no limit.

    Default value: 0

    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


    @@ -788,7 +788,7 @@ section 5.1. MAXUINT32 is used to indicate that there is no limit.

    Default value: 0

    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


    @@ -809,7 +809,7 @@ TpRCPTXRRTTMode.

    Default value: 0

    -

    Since 0.UNRELEASED

    +

    Since 0.17.6


    @@ -831,7 +831,7 @@ be zero or more flags set. Value from TpRTCPXRStatisticsFlags.

    Default value: 0

    -

    Since 0.UNRELEASED

    +

    Since 0.17.6

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/TpChannelFactoryIface.html telepathy-glib-0.17.7/docs/reference/html/TpChannelFactoryIface.html --- telepathy-glib-0.17.6/docs/reference/html/TpChannelFactoryIface.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/TpChannelFactoryIface.html 2012-03-22 22:27:15.000000000 +0000 @@ -627,7 +627,7 @@

    Otherwise, request may either be -NULL or a request that led to the channel's creation; callers are expected +NULL or a request that led to the channel's creation; callers are expected to determine which channels satisfy which requests based on the handle and handle-type.

    @@ -649,7 +649,7 @@

    request :

    A request context as passed to tp_channel_factory_iface_request(), -or NULL +or NULL @@ -696,7 +696,7 @@

    request :

    A request context as passed to tp_channel_factory_iface_request(), -or NULL +or NULL @@ -739,7 +739,7 @@

    request_context :

    a request context as passed to -tp_channel_factory_iface_request(), or NULL +tp_channel_factory_iface_request(), or NULL @@ -766,7 +766,7 @@ tp_channel_factory_iface_request().

    -Otherwise, request may either be NULL or a request that led to +Otherwise, request may either be NULL or a request that led to channel's creation; callers are expected to determine which channels satisfy which requests based on the handle and handle-type.

    @@ -785,7 +785,7 @@

    request_context :

    a request context as passed to -tp_channel_factory_iface_request(), or NULL +tp_channel_factory_iface_request(), or NULL diff -Nru telepathy-glib-0.17.6/docs/reference/html/TpChannelIface.html telepathy-glib-0.17.7/docs/reference/html/TpChannelIface.html --- telepathy-glib-0.17.6/docs/reference/html/TpChannelIface.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/TpChannelIface.html 2012-03-22 22:27:15.000000000 +0000 @@ -142,9 +142,9 @@

    In TpChannel this property is read-only except during construction; -if NULL during construction (the default), we ask the remote D-Bus +if NULL during construction (the default), we ask the remote D-Bus object what its channel type is, and reading this property will yield -NULL until a reply is received. This is not guaranteed to have happened +NULL until a reply is received. This is not guaranteed to have happened until tp_proxy_prepare_async() has finished preparing TP_CHANNEL_FEATURE_CORE.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/TpChannelManager.html telepathy-glib-0.17.7/docs/reference/html/TpChannelManager.html --- telepathy-glib-0.17.6/docs/reference/html/TpChannelManager.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/TpChannelManager.html 2012-03-22 22:27:15.000000000 +0000 @@ -202,7 +202,7 @@

    allowed_properties :

    -A NULL-terminated array of property names which may +A NULL-terminated array of property names which may appear in requests for a particular channel class. @@ -272,7 +272,7 @@

    allowed_properties :

    -A NULL-terminated array of property names which may +A NULL-terminated array of property names which may appear in requests for a particular channel class. @@ -453,7 +453,7 @@

    In addition to the fields documented here there are several GCallback -fields which must currently be NULL. +fields which must currently be NULL.

    @@ -535,11 +535,11 @@ - + - + diff -Nru telepathy-glib-0.17.6/docs/reference/html/TpDynamicHandleRepo.html telepathy-glib-0.17.7/docs/reference/html/TpDynamicHandleRepo.html --- telepathy-glib-0.17.6/docs/reference/html/TpDynamicHandleRepo.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/TpDynamicHandleRepo.html 2012-03-22 22:27:15.000000000 +0000 @@ -172,13 +172,13 @@ +or NULL to accept all handles as-is @@ -238,9 +238,9 @@
      "default-normalize-context" gpointer              : Read / Write / Construct Only

    An optional default context given to the -"normalize-function" if NULL is passed as context to +"normalize-function" if NULL is passed as context to the ensure or lookup functions, e.g. when RequestHandle is called via -D-Bus. The default is NULL. +D-Bus. The default is NULL.


    @@ -249,7 +249,7 @@
      "normalize-function"       gpointer              : Read / Write / Construct Only

    An optional TpDynamicHandleRepoNormalizeFunc used to validate and -normalize handle IDs. If NULL (which is the default), any handle ID is +normalize handle IDs. If NULL (which is the default), any handle ID is accepted as-is (equivalent to supplying a pointer to a function that just calls g_strdup).

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/TpExportableChannel.html telepathy-glib-0.17.7/docs/reference/html/TpExportableChannel.html --- telepathy-glib-0.17.6/docs/reference/html/TpExportableChannel.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/TpExportableChannel.html 2012-03-22 22:27:15.000000000 +0000 @@ -206,25 +206,25 @@ 17 18 19 - +

    fixed :

    a NULL-terminated array of property namesa NULL-terminated array of property names

    allowed :

    a NULL-terminated array of property namesa NULL-terminated array of property names

    error :

    normalize_func :

    The function to be used to normalize and validate handles, -or NULL to accept all handles as-is

    default_normalize_context :

    The context pointer to be passed to the -normalize_func if a NULL context is passed to tp_handle_lookup() and -tp_handle_ensure(); this may itself be NULL +normalize_func if a NULL context is passed to tp_handle_lookup() and +tp_handle_ensure(); this may itself be NULL
    case PROP_CHANNEL_PROPERTIES:
    -  g_value_take_boxed (value,
    -    tp_dbus_properties_mixin_make_properties_hash (object,
    -        // The spec says these properties MUST be included:
    -        TP_IFACE_CHANNEL, "TargetHandle",
    -        TP_IFACE_CHANNEL, "TargetHandleType",
    -        TP_IFACE_CHANNEL, "ChannelType",
    -        TP_IFACE_CHANNEL, "TargetID",
    -        TP_IFACE_CHANNEL, "Requested",
    -        // These aren't mandatory as of spec 0.17.17
    -        // (but they should be):
    -        TP_IFACE_CHANNEL, "InitiatorHandle",
    -        TP_IFACE_CHANNEL, "InitiatorID",
    -        TP_IFACE_CHANNEL, "Interfaces",
    -        // Perhaps your channel has some other immutable properties:
    -        TP_IFACE_CHANNEL_INTERFACE_MESSAGES, "SupportedContentTypes",
    -        // etc.
    -        NULL));
    -  break;
    case PROP_CHANNEL_PROPERTIES:
    +  g_value_take_boxed (value,
    +    tp_dbus_properties_mixin_make_properties_hash (object,
    +        // The spec says these properties MUST be included:
    +        TP_IFACE_CHANNEL, "TargetHandle",
    +        TP_IFACE_CHANNEL, "TargetHandleType",
    +        TP_IFACE_CHANNEL, "ChannelType",
    +        TP_IFACE_CHANNEL, "TargetID",
    +        TP_IFACE_CHANNEL, "Requested",
    +        // These aren't mandatory as of spec 0.17.17
    +        // (but they should be):
    +        TP_IFACE_CHANNEL, "InitiatorHandle",
    +        TP_IFACE_CHANNEL, "InitiatorID",
    +        TP_IFACE_CHANNEL, "Interfaces",
    +        // Perhaps your channel has some other immutable properties:
    +        TP_IFACE_CHANNEL_INTERFACE_MESSAGES, "SupportedContentTypes",
    +        // etc.
    +        NULL));
    +  break;
    diff -Nru telepathy-glib-0.17.6/docs/reference/html/TpIntset.html telepathy-glib-0.17.7/docs/reference/html/TpIntset.html --- telepathy-glib-0.17.6/docs/reference/html/TpIntset.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/TpIntset.html 2012-03-22 22:27:15.000000000 +0000 @@ -707,15 +707,15 @@ 7 8 9 -
    TpIntsetFastIter iter;
    -guint element;
    +        
    TpIntsetFastIter iter;
    +guint element;
     
    -tp_intset_fast_iter_init (&iter, intset);
    +tp_intset_fast_iter_init (&iter, intset);
     
    -while (tp_intset_fast_iter_next (&iter, &element))
    -{
    -  printf ("%u is in the intset\n", element);
    -}
    +while (tp_intset_fast_iter_next (&iter, &element)) +{ + printf ("%u is in the intset\n", element); +}
    @@ -798,12 +798,12 @@ 4 5 6 -
    void
    -do_something (const TpIntset *intset)
    -{
    -  TpIntsetIter iter = TP_INTSET_ITER_INIT (intset);
    -  /* ... do something with iter ... */
    -}
    +
    void
    +do_something (const TpIntset *intset)
    +{
    +  TpIntsetIter iter = TP_INTSET_ITER_INIT (intset);
    +  /* ... do something with iter ... */
    +}
    @@ -903,11 +903,11 @@ 3 4 5 -
    TpIntsetIter iter = TP_INTSET_INIT (intset);
    -while (tp_intset_iter_next (&iter))
    -{
    -  printf ("%u is in the intset\n", iter.element);
    -}
    +
    TpIntsetIter iter = TP_INTSET_INIT (intset);
    +while (tp_intset_iter_next (&iter))
    +{
    +  printf ("%u is in the intset\n", iter.element);
    +}
    diff -Nru telepathy-glib-0.17.6/docs/reference/html/TpMessage.html telepathy-glib-0.17.7/docs/reference/html/TpMessage.html --- telepathy-glib-0.17.6/docs/reference/html/TpMessage.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/TpMessage.html 2012-03-22 22:27:15.000000000 +0000 @@ -49,8 +49,8 @@ gchar * tp_message_to_text (TpMessage *message, TpChannelTextMessageFlags *out_flags); TpChannelTextMessageType tp_message_get_message_type (TpMessage *self); -gint64 tp_message_get_received_timestamp (TpMessage *self); -gint64 tp_message_get_sent_timestamp (TpMessage *self); +gint64 tp_message_get_received_timestamp (TpMessage *self); +gint64 tp_message_get_sent_timestamp (TpMessage *self); const gchar * tp_message_get_specific_to_interface (TpMessage *self); const gchar * tp_message_get_supersedes (TpMessage *self); @@ -58,7 +58,7 @@ gboolean tp_message_is_delivery_report (TpMessage *self); gboolean tp_message_is_rescued (TpMessage *self); gboolean tp_message_is_scrollback (TpMessage *self); -guint32 tp_message_get_pending_message_id (TpMessage *self, +guint32 tp_message_get_pending_message_id (TpMessage *self, gboolean *valid); gboolean tp_message_is_mutable (TpMessage *self); @@ -88,11 +88,11 @@ void tp_message_set_int32 (TpMessage *self, guint part, const gchar *key, - gint32 i); + gint32 i); void tp_message_set_int64 (TpMessage *self, guint part, const gchar *key, - gint64 i); + gint64 i); void tp_message_set_string (TpMessage *self, guint part, const gchar *key, @@ -109,11 +109,11 @@ void tp_message_set_uint32 (TpMessage *self, guint part, const gchar *key, - guint32 u); + guint32 u); void tp_message_set_uint64 (TpMessage *self, guint part, const gchar *key, - guint64 u); + guint64 u); TpMessage * tp_message_new (TpBaseConnection *connection, guint initial_parts, @@ -217,7 +217,7 @@

    Returns :

    -the GHashTable used to implement the given part, or NULL if the +the GHashTable used to implement the given part, or NULL if the part number is out of range. The hash table is only valid as long as the message is valid and the part is not deleted. [transfer none][element-type utf8 GObject.Value] @@ -244,7 +244,7 @@

    out_flags :

    -(out) : if not NULL, the TpChannelTextMessageFlags of message +(out) : if not NULL, the TpChannelTextMessageFlags of message @@ -282,7 +282,7 @@

    tp_message_get_received_timestamp ()

    -
    gint64              tp_message_get_received_timestamp   (TpMessage *self);
    +
    gint64              tp_message_get_received_timestamp   (TpMessage *self);

    Return when this message was received locally, as a number of seconds since the beginning of 1970 in the UTC timezone (the same representation used by @@ -306,7 +306,7 @@


    tp_message_get_sent_timestamp ()

    -
    gint64              tp_message_get_sent_timestamp       (TpMessage *self);
    +
    gint64              tp_message_get_sent_timestamp       (TpMessage *self);

    Return when this message was sent, as a number of seconds since the beginning of 1970 in the UTC timezone (the same representation used by @@ -343,7 +343,7 @@ name of the interface.

    -If this message is an ordinary message or delivery report, return NULL. +If this message is an ordinary message or delivery report, return NULL.

    @@ -354,7 +354,7 @@ - @@ -368,7 +368,7 @@
    const gchar *       tp_message_get_supersedes           (TpMessage *self);

    If this message replaces a previous message, return the value of -tp_message_get_token() for that previous message. Otherwise, return NULL. +tp_message_get_token() for that previous message. Otherwise, return NULL.

    For instance, a user interface could replace the superseded @@ -383,7 +383,7 @@

    - @@ -401,7 +401,7 @@ messages with different non-empty tokens are different messages.

    -If there is no suitable token, return NULL. +If there is no suitable token, return NULL.

    Returns :

    a D-Bus interface name, or NULL for ordinary +a D-Bus interface name, or NULL for ordinary messages and delivery reports. [transfer none]

    Returns :

    a non-empty opaque identifier, or NULL if none. [transfer none] +a non-empty opaque identifier, or NULL if none. [transfer none]
    @@ -412,7 +412,7 @@ - @@ -500,7 +500,7 @@

    tp_message_get_pending_message_id ()

    -
    guint32             tp_message_get_pending_message_id   (TpMessage *self,
    +
    guint32             tp_message_get_pending_message_id   (TpMessage *self,
                                                              gboolean *valid);

    Return the incoming message ID of self. Only incoming messages have such @@ -515,7 +515,7 @@

    - @@ -786,7 +786,7 @@
    void                tp_message_set_int32                (TpMessage *self,
                                                              guint part,
                                                              const gchar *key,
    -                                                         gint32 i);
    + gint32 i);

    Set key in part part of self to have i as a signed integer value.

    @@ -821,7 +821,7 @@
    void                tp_message_set_int64                (TpMessage *self,
                                                              guint part,
                                                              const gchar *key,
    -                                                         gint64 i);
    + gint64 i);

    Set key in part part of self to have i as a signed integer value.

    @@ -964,7 +964,7 @@
    void                tp_message_set_uint32               (TpMessage *self,
                                                              guint part,
                                                              const gchar *key,
    -                                                         guint32 u);
    + guint32 u);

    Set key in part part of self to have u as an unsigned integer value.

    @@ -999,7 +999,7 @@
    void                tp_message_set_uint64               (TpMessage *self,
                                                              guint part,
                                                              const gchar *key,
    -                                                         guint64 u);
    + guint64 u);

    Set key in part part of self to have u as an unsigned integer value.

    diff -Nru telepathy-glib-0.17.6/docs/reference/html/TpSignalledMessage.html telepathy-glib-0.17.7/docs/reference/html/TpSignalledMessage.html --- telepathy-glib-0.17.6/docs/reference/html/TpSignalledMessage.html 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/html/TpSignalledMessage.html 2012-03-22 22:27:15.000000000 +0000 @@ -88,7 +88,7 @@

    tp_signalled_message_get_sender ()

    TpContact *         tp_signalled_message_get_sender     (TpMessage *message);

    -Returns a TpContact representing the sender of message if known, NULL +Returns a TpContact representing the sender of message if known, NULL otherwise.

    Returns :

    a non-empty opaque identifier, or NULL if none. [transfer none] +a non-empty opaque identifier, or NULL if none. [transfer none]

    valid :

    either NULL, or a location in which to store TRUE if self +either NULL, or a location in which to store TRUE if self contains a pending message ID. [out]
    @@ -115,7 +115,7 @@

    The "sender" property

      "sender"                   TpContact*            : Read / Write / Construct Only

    -A TpContact representing the sender of the message, if known, or NULL +A TpContact representing the sender of the message, if known, or NULL otherwise.

    Since 0.13.9

    diff -Nru telepathy-glib-0.17.6/docs/reference/Makefile.in telepathy-glib-0.17.7/docs/reference/Makefile.in --- telepathy-glib-0.17.6/docs/reference/Makefile.in 2012-03-19 15:34:29.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/Makefile.in 2012-03-22 21:35:35.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -57,11 +57,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = version.xml CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -419,6 +419,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/gtk-doc.make: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh @@ -492,10 +493,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/docs/reference/telepathy-glib-sections.txt telepathy-glib-0.17.7/docs/reference/telepathy-glib-sections.txt --- telepathy-glib-0.17.6/docs/reference/telepathy-glib-sections.txt 2012-03-19 15:38:21.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/telepathy-glib-sections.txt 2012-03-22 22:27:15.000000000 +0000 @@ -7061,6 +7061,7 @@ tp_base_media_call_stream_update_sending_state tp_base_media_call_stream_get_sending_state tp_base_media_call_stream_set_local_sending +tp_base_media_call_stream_get_local_sending tp_base_media_call_stream_get_local_candidates TP_BASE_MEDIA_CALL_STREAM diff -Nru telepathy-glib-0.17.6/docs/reference/version.xml telepathy-glib-0.17.7/docs/reference/version.xml --- telepathy-glib-0.17.6/docs/reference/version.xml 2012-03-19 15:34:37.000000000 +0000 +++ telepathy-glib-0.17.7/docs/reference/version.xml 2012-03-22 21:43:26.000000000 +0000 @@ -1 +1 @@ -0.17.6 +0.17.7 diff -Nru telepathy-glib-0.17.6/examples/client/approver.c telepathy-glib-0.17.7/examples/client/approver.c --- telepathy-glib-0.17.6/examples/client/approver.c 2012-02-22 11:48:01.000000000 +0000 +++ telepathy-glib-0.17.7/examples/client/approver.c 2012-03-22 21:06:44.000000000 +0000 @@ -51,32 +51,22 @@ } static void -claim_cb (GObject *source, +close_cb (GObject *source, GAsyncResult *result, gpointer user_data) { TpChannelDispatchOperation *cdo = TP_CHANNEL_DISPATCH_OPERATION (source); GError *error; - GPtrArray *channels; - guint i; - if (!tp_channel_dispatch_operation_claim_with_finish (cdo, result, &error)) + if (!tp_channel_dispatch_operation_close_channels_finish (cdo, result, &error)) { - g_print ("Claim() failed: %s\n", error->message); + g_print ("Rejecting channels failed: %s\n", error->message); g_error_free (error); return; } - g_print ("Claim() succeeded, close channels\n"); - - channels = tp_channel_dispatch_operation_borrow_channels (cdo); - for (i = 0; i < channels->len; i++) - { - TpChannel *channel = g_ptr_array_index (channels, i); - - tp_cli_channel_call_close (channel, -1, NULL, NULL, NULL, NULL); - } + g_print ("Rejected all the things!\n"); } @@ -137,10 +127,9 @@ } else if (c == 'n' || c == 'N') { - g_print ("Dissaprove channels\n"); + g_print ("Reject channels\n"); - tp_channel_dispatch_operation_claim_with_async (cdo, - TP_BASE_CLIENT (self), claim_cb, NULL); + tp_channel_dispatch_operation_close_channels_async (cdo, close_cb, NULL); } else { diff -Nru telepathy-glib-0.17.6/examples/client/js/Makefile.in telepathy-glib-0.17.7/examples/client/js/Makefile.in --- telepathy-glib-0.17.6/examples/client/js/Makefile.in 2012-03-19 15:34:29.000000000 +0000 +++ telepathy-glib-0.17.7/examples/client/js/Makefile.in 2012-03-22 21:35:35.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -50,11 +50,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -320,10 +320,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/examples/client/Makefile.in telepathy-glib-0.17.7/examples/client/Makefile.in --- telepathy-glib-0.17.6/examples/client/Makefile.in 2012-03-19 15:34:29.000000000 +0000 +++ telepathy-glib-0.17.7/examples/client/Makefile.in 2012-03-22 21:35:35.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -74,8 +74,8 @@ telepathy_example_approver_DEPENDENCIES = \ $(top_builddir)/telepathy-glib/libtelepathy-glib.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am_telepathy_example_contact_list_OBJECTS = contact-list.$(OBJEXT) telepathy_example_contact_list_OBJECTS = \ @@ -165,21 +165,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(telepathy_example_approver_SOURCES) \ $(telepathy_example_contact_list_SOURCES) \ @@ -545,37 +545,37 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -telepathy-example-approver$(EXEEXT): $(telepathy_example_approver_OBJECTS) $(telepathy_example_approver_DEPENDENCIES) +telepathy-example-approver$(EXEEXT): $(telepathy_example_approver_OBJECTS) $(telepathy_example_approver_DEPENDENCIES) $(EXTRA_telepathy_example_approver_DEPENDENCIES) @rm -f telepathy-example-approver$(EXEEXT) $(AM_V_CCLD)$(LINK) $(telepathy_example_approver_OBJECTS) $(telepathy_example_approver_LDADD) $(LIBS) -telepathy-example-contact-list$(EXEEXT): $(telepathy_example_contact_list_OBJECTS) $(telepathy_example_contact_list_DEPENDENCIES) +telepathy-example-contact-list$(EXEEXT): $(telepathy_example_contact_list_OBJECTS) $(telepathy_example_contact_list_DEPENDENCIES) $(EXTRA_telepathy_example_contact_list_DEPENDENCIES) @rm -f telepathy-example-contact-list$(EXEEXT) $(AM_V_CCLD)$(LINK) $(telepathy_example_contact_list_OBJECTS) $(telepathy_example_contact_list_LDADD) $(LIBS) -telepathy-example-extended-client$(EXEEXT): $(telepathy_example_extended_client_OBJECTS) $(telepathy_example_extended_client_DEPENDENCIES) +telepathy-example-extended-client$(EXEEXT): $(telepathy_example_extended_client_OBJECTS) $(telepathy_example_extended_client_DEPENDENCIES) $(EXTRA_telepathy_example_extended_client_DEPENDENCIES) @rm -f telepathy-example-extended-client$(EXEEXT) $(AM_V_CCLD)$(LINK) $(telepathy_example_extended_client_OBJECTS) $(telepathy_example_extended_client_LDADD) $(LIBS) -telepathy-example-inspect-channel$(EXEEXT): $(telepathy_example_inspect_channel_OBJECTS) $(telepathy_example_inspect_channel_DEPENDENCIES) +telepathy-example-inspect-channel$(EXEEXT): $(telepathy_example_inspect_channel_OBJECTS) $(telepathy_example_inspect_channel_DEPENDENCIES) $(EXTRA_telepathy_example_inspect_channel_DEPENDENCIES) @rm -f telepathy-example-inspect-channel$(EXEEXT) $(AM_V_CCLD)$(LINK) $(telepathy_example_inspect_channel_OBJECTS) $(telepathy_example_inspect_channel_LDADD) $(LIBS) -telepathy-example-inspect-cm$(EXEEXT): $(telepathy_example_inspect_cm_OBJECTS) $(telepathy_example_inspect_cm_DEPENDENCIES) +telepathy-example-inspect-cm$(EXEEXT): $(telepathy_example_inspect_cm_OBJECTS) $(telepathy_example_inspect_cm_DEPENDENCIES) $(EXTRA_telepathy_example_inspect_cm_DEPENDENCIES) @rm -f telepathy-example-inspect-cm$(EXEEXT) $(AM_V_CCLD)$(LINK) $(telepathy_example_inspect_cm_OBJECTS) $(telepathy_example_inspect_cm_LDADD) $(LIBS) -telepathy-example-inspect-connection$(EXEEXT): $(telepathy_example_inspect_connection_OBJECTS) $(telepathy_example_inspect_connection_DEPENDENCIES) +telepathy-example-inspect-connection$(EXEEXT): $(telepathy_example_inspect_connection_OBJECTS) $(telepathy_example_inspect_connection_DEPENDENCIES) $(EXTRA_telepathy_example_inspect_connection_DEPENDENCIES) @rm -f telepathy-example-inspect-connection$(EXEEXT) $(AM_V_CCLD)$(LINK) $(telepathy_example_inspect_connection_OBJECTS) $(telepathy_example_inspect_connection_LDADD) $(LIBS) -telepathy-example-inspect-contact$(EXEEXT): $(telepathy_example_inspect_contact_OBJECTS) $(telepathy_example_inspect_contact_DEPENDENCIES) +telepathy-example-inspect-contact$(EXEEXT): $(telepathy_example_inspect_contact_OBJECTS) $(telepathy_example_inspect_contact_DEPENDENCIES) $(EXTRA_telepathy_example_inspect_contact_DEPENDENCIES) @rm -f telepathy-example-inspect-contact$(EXEEXT) $(AM_V_CCLD)$(LINK) $(telepathy_example_inspect_contact_OBJECTS) $(telepathy_example_inspect_contact_LDADD) $(LIBS) -telepathy-example-list-connections$(EXEEXT): $(telepathy_example_list_connections_OBJECTS) $(telepathy_example_list_connections_DEPENDENCIES) +telepathy-example-list-connections$(EXEEXT): $(telepathy_example_list_connections_OBJECTS) $(telepathy_example_list_connections_DEPENDENCIES) $(EXTRA_telepathy_example_list_connections_DEPENDENCIES) @rm -f telepathy-example-list-connections$(EXEEXT) $(AM_V_CCLD)$(LINK) $(telepathy_example_list_connections_OBJECTS) $(telepathy_example_list_connections_LDADD) $(LIBS) -telepathy-example-list-managers$(EXEEXT): $(telepathy_example_list_managers_OBJECTS) $(telepathy_example_list_managers_DEPENDENCIES) +telepathy-example-list-managers$(EXEEXT): $(telepathy_example_list_managers_OBJECTS) $(telepathy_example_list_managers_DEPENDENCIES) $(EXTRA_telepathy_example_list_managers_DEPENDENCIES) @rm -f telepathy-example-list-managers$(EXEEXT) $(AM_V_CCLD)$(LINK) $(telepathy_example_list_managers_OBJECTS) $(telepathy_example_list_managers_LDADD) $(LIBS) -telepathy-example-media-observer$(EXEEXT): $(telepathy_example_media_observer_OBJECTS) $(telepathy_example_media_observer_DEPENDENCIES) +telepathy-example-media-observer$(EXEEXT): $(telepathy_example_media_observer_OBJECTS) $(telepathy_example_media_observer_DEPENDENCIES) $(EXTRA_telepathy_example_media_observer_DEPENDENCIES) @rm -f telepathy-example-media-observer$(EXEEXT) $(AM_V_CCLD)$(LINK) $(telepathy_example_media_observer_OBJECTS) $(telepathy_example_media_observer_LDADD) $(LIBS) -telepathy-example-text-handler$(EXEEXT): $(telepathy_example_text_handler_OBJECTS) $(telepathy_example_text_handler_DEPENDENCIES) +telepathy-example-text-handler$(EXEEXT): $(telepathy_example_text_handler_OBJECTS) $(telepathy_example_text_handler_DEPENDENCIES) $(EXTRA_telepathy_example_text_handler_DEPENDENCIES) @rm -f telepathy-example-text-handler$(EXEEXT) $(AM_V_CCLD)$(LINK) $(telepathy_example_text_handler_OBJECTS) $(telepathy_example_text_handler_LDADD) $(LIBS) @@ -600,26 +600,23 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -838,10 +835,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/examples/client/python/Makefile.in telepathy-glib-0.17.7/examples/client/python/Makefile.in --- telepathy-glib-0.17.6/examples/client/python/Makefile.in 2012-03-19 15:34:29.000000000 +0000 +++ telepathy-glib-0.17.7/examples/client/python/Makefile.in 2012-03-22 21:35:35.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -50,11 +50,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -325,10 +325,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/examples/client/stream-tubes/Makefile.in telepathy-glib-0.17.7/examples/client/stream-tubes/Makefile.in --- telepathy-glib-0.17.6/examples/client/stream-tubes/Makefile.in 2012-03-19 15:34:29.000000000 +0000 +++ telepathy-glib-0.17.7/examples/client/stream-tubes/Makefile.in 2012-03-22 21:35:35.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -58,8 +58,8 @@ accepter_LDADD = $(LDADD) accepter_DEPENDENCIES = \ $(top_builddir)/telepathy-glib/libtelepathy-glib.la -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am_offerer_OBJECTS = offerer.$(OBJEXT) offerer_OBJECTS = $(am_offerer_OBJECTS) @@ -76,21 +76,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(accepter_SOURCES) $(offerer_SOURCES) DIST_SOURCES = $(accepter_SOURCES) $(offerer_SOURCES) @@ -328,10 +328,10 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -accepter$(EXEEXT): $(accepter_OBJECTS) $(accepter_DEPENDENCIES) +accepter$(EXEEXT): $(accepter_OBJECTS) $(accepter_DEPENDENCIES) $(EXTRA_accepter_DEPENDENCIES) @rm -f accepter$(EXEEXT) $(AM_V_CCLD)$(LINK) $(accepter_OBJECTS) $(accepter_LDADD) $(LIBS) -offerer$(EXEEXT): $(offerer_OBJECTS) $(offerer_DEPENDENCIES) +offerer$(EXEEXT): $(offerer_OBJECTS) $(offerer_DEPENDENCIES) $(EXTRA_offerer_DEPENDENCIES) @rm -f offerer$(EXEEXT) $(AM_V_CCLD)$(LINK) $(offerer_OBJECTS) $(offerer_LDADD) $(LIBS) @@ -347,26 +347,23 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -470,10 +467,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/examples/cm/call/Makefile.in telepathy-glib-0.17.7/examples/cm/call/Makefile.in --- telepathy-glib-0.17.6/examples/cm/call/Makefile.in 2012-03-19 15:34:29.000000000 +0000 +++ telepathy-glib-0.17.7/examples/cm/call/Makefile.in 2012-03-22 21:35:35.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -67,8 +67,8 @@ am_libexample_cm_call_la_OBJECTS = cm.lo conn.lo call-channel.lo \ call-manager.lo call-content.lo call-stream.lo protocol.lo libexample_cm_call_la_OBJECTS = $(am_libexample_cm_call_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__EXEEXT_1 = telepathy-example-cm-call$(EXEEXT) am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(managerdir)" \ @@ -88,21 +88,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libexample_cm_call_la_SOURCES) \ $(telepathy_example_cm_call_SOURCES) @@ -130,6 +130,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } DATA = $(dist_manager_DATA) $(service_DATA) ETAGS = etags CTAGS = ctags @@ -398,7 +404,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libexample-cm-call.la: $(libexample_cm_call_la_OBJECTS) $(libexample_cm_call_la_DEPENDENCIES) +libexample-cm-call.la: $(libexample_cm_call_la_OBJECTS) $(libexample_cm_call_la_DEPENDENCIES) $(EXTRA_libexample_cm_call_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libexample_cm_call_la_OBJECTS) $(libexample_cm_call_la_LIBADD) $(LIBS) install-libexecPROGRAMS: $(libexec_PROGRAMS) @$(NORMAL_INSTALL) @@ -452,7 +458,7 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -telepathy-example-cm-call$(EXEEXT): $(telepathy_example_cm_call_OBJECTS) $(telepathy_example_cm_call_DEPENDENCIES) +telepathy-example-cm-call$(EXEEXT): $(telepathy_example_cm_call_OBJECTS) $(telepathy_example_cm_call_DEPENDENCIES) $(EXTRA_telepathy_example_cm_call_DEPENDENCIES) @rm -f telepathy-example-cm-call$(EXEEXT) $(AM_V_CCLD)$(LINK) $(telepathy_example_cm_call_OBJECTS) $(telepathy_example_cm_call_LDADD) $(LIBS) @@ -474,26 +480,23 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -517,9 +520,7 @@ @$(NORMAL_UNINSTALL) @list='$(dist_manager_DATA)'; test -n "$(managerdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(managerdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(managerdir)" && rm -f $$files + dir='$(DESTDIR)$(managerdir)'; $(am__uninstall_files_from_dir) install-serviceDATA: $(service_DATA) @$(NORMAL_INSTALL) test -z "$(servicedir)" || $(MKDIR_P) "$(DESTDIR)$(servicedir)" @@ -537,9 +538,7 @@ @$(NORMAL_UNINSTALL) @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(servicedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(servicedir)" && rm -f $$files + dir='$(DESTDIR)$(servicedir)'; $(am__uninstall_files_from_dir) ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -640,10 +639,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/examples/cm/channelspecific/Makefile.in telepathy-glib-0.17.7/examples/cm/channelspecific/Makefile.in --- telepathy-glib-0.17.6/examples/cm/channelspecific/Makefile.in 2012-03-19 15:34:29.000000000 +0000 +++ telepathy-glib-0.17.7/examples/cm/channelspecific/Makefile.in 2012-03-22 21:35:36.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -68,8 +68,8 @@ am_libexample_cm_csh_la_OBJECTS = conn.lo connection-manager.lo \ protocol.lo room.lo room-manager.lo libexample_cm_csh_la_OBJECTS = $(am_libexample_cm_csh_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__EXEEXT_1 = telepathy-example-cm-csh$(EXEEXT) am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(managerdir)" \ @@ -89,21 +89,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libexample_cm_csh_la_SOURCES) \ $(telepathy_example_cm_csh_SOURCES) @@ -131,6 +131,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } DATA = $(dist_manager_DATA) $(service_DATA) ETAGS = etags CTAGS = ctags @@ -395,7 +401,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libexample-cm-csh.la: $(libexample_cm_csh_la_OBJECTS) $(libexample_cm_csh_la_DEPENDENCIES) +libexample-cm-csh.la: $(libexample_cm_csh_la_OBJECTS) $(libexample_cm_csh_la_DEPENDENCIES) $(EXTRA_libexample_cm_csh_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libexample_cm_csh_la_OBJECTS) $(libexample_cm_csh_la_LIBADD) $(LIBS) install-libexecPROGRAMS: $(libexec_PROGRAMS) @$(NORMAL_INSTALL) @@ -449,7 +455,7 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -telepathy-example-cm-csh$(EXEEXT): $(telepathy_example_cm_csh_OBJECTS) $(telepathy_example_cm_csh_DEPENDENCIES) +telepathy-example-cm-csh$(EXEEXT): $(telepathy_example_cm_csh_OBJECTS) $(telepathy_example_cm_csh_DEPENDENCIES) $(EXTRA_telepathy_example_cm_csh_DEPENDENCIES) @rm -f telepathy-example-cm-csh$(EXEEXT) $(AM_V_CCLD)$(LINK) $(telepathy_example_cm_csh_OBJECTS) $(telepathy_example_cm_csh_LDADD) $(LIBS) @@ -469,26 +475,23 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -512,9 +515,7 @@ @$(NORMAL_UNINSTALL) @list='$(dist_manager_DATA)'; test -n "$(managerdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(managerdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(managerdir)" && rm -f $$files + dir='$(DESTDIR)$(managerdir)'; $(am__uninstall_files_from_dir) install-serviceDATA: $(service_DATA) @$(NORMAL_INSTALL) test -z "$(servicedir)" || $(MKDIR_P) "$(DESTDIR)$(servicedir)" @@ -532,9 +533,7 @@ @$(NORMAL_UNINSTALL) @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(servicedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(servicedir)" && rm -f $$files + dir='$(DESTDIR)$(servicedir)'; $(am__uninstall_files_from_dir) ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -635,10 +634,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/examples/cm/contactlist/Makefile.in telepathy-glib-0.17.7/examples/cm/contactlist/Makefile.in --- telepathy-glib-0.17.6/examples/cm/contactlist/Makefile.in 2012-03-19 15:34:29.000000000 +0000 +++ telepathy-glib-0.17.7/examples/cm/contactlist/Makefile.in 2012-03-22 21:35:36.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -68,8 +68,8 @@ connection-manager.lo contact-list.lo protocol.lo libexample_cm_contactlist_la_OBJECTS = \ $(am_libexample_cm_contactlist_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__EXEEXT_1 = telepathy-example-cm-contactlist$(EXEEXT) am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(managerdir)" \ @@ -89,21 +89,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libexample_cm_contactlist_la_SOURCES) \ $(telepathy_example_cm_contactlist_SOURCES) @@ -131,6 +131,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } DATA = $(dist_manager_DATA) $(service_DATA) ETAGS = etags CTAGS = ctags @@ -389,7 +395,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libexample-cm-contactlist.la: $(libexample_cm_contactlist_la_OBJECTS) $(libexample_cm_contactlist_la_DEPENDENCIES) +libexample-cm-contactlist.la: $(libexample_cm_contactlist_la_OBJECTS) $(libexample_cm_contactlist_la_DEPENDENCIES) $(EXTRA_libexample_cm_contactlist_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libexample_cm_contactlist_la_OBJECTS) $(libexample_cm_contactlist_la_LIBADD) $(LIBS) install-libexecPROGRAMS: $(libexec_PROGRAMS) @$(NORMAL_INSTALL) @@ -443,7 +449,7 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -telepathy-example-cm-contactlist$(EXEEXT): $(telepathy_example_cm_contactlist_OBJECTS) $(telepathy_example_cm_contactlist_DEPENDENCIES) +telepathy-example-cm-contactlist$(EXEEXT): $(telepathy_example_cm_contactlist_OBJECTS) $(telepathy_example_cm_contactlist_DEPENDENCIES) $(EXTRA_telepathy_example_cm_contactlist_DEPENDENCIES) @rm -f telepathy-example-cm-contactlist$(EXEEXT) $(AM_V_CCLD)$(LINK) $(telepathy_example_cm_contactlist_OBJECTS) $(telepathy_example_cm_contactlist_LDADD) $(LIBS) @@ -462,26 +468,23 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -505,9 +508,7 @@ @$(NORMAL_UNINSTALL) @list='$(dist_manager_DATA)'; test -n "$(managerdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(managerdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(managerdir)" && rm -f $$files + dir='$(DESTDIR)$(managerdir)'; $(am__uninstall_files_from_dir) install-serviceDATA: $(service_DATA) @$(NORMAL_INSTALL) test -z "$(servicedir)" || $(MKDIR_P) "$(DESTDIR)$(servicedir)" @@ -525,9 +526,7 @@ @$(NORMAL_UNINSTALL) @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(servicedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(servicedir)" && rm -f $$files + dir='$(DESTDIR)$(servicedir)'; $(am__uninstall_files_from_dir) ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -628,10 +627,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/examples/cm/echo-message-parts/Makefile.in telepathy-glib-0.17.7/examples/cm/echo-message-parts/Makefile.in --- telepathy-glib-0.17.6/examples/cm/echo-message-parts/Makefile.in 2012-03-19 15:34:29.000000000 +0000 +++ telepathy-glib-0.17.7/examples/cm/echo-message-parts/Makefile.in 2012-03-22 21:35:36.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -66,8 +66,8 @@ connection-manager.lo im-manager.lo libexample_cm_echo_2_la_OBJECTS = \ $(am_libexample_cm_echo_2_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__EXEEXT_1 = telepathy-example-cm-echo-2$(EXEEXT) am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(managerdir)" \ @@ -87,21 +87,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libexample_cm_echo_2_la_SOURCES) \ $(telepathy_example_cm_echo_2_SOURCES) @@ -129,6 +129,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } DATA = $(dist_manager_DATA) $(service_DATA) ETAGS = etags CTAGS = ctags @@ -393,7 +399,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libexample-cm-echo-2.la: $(libexample_cm_echo_2_la_OBJECTS) $(libexample_cm_echo_2_la_DEPENDENCIES) +libexample-cm-echo-2.la: $(libexample_cm_echo_2_la_OBJECTS) $(libexample_cm_echo_2_la_DEPENDENCIES) $(EXTRA_libexample_cm_echo_2_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libexample_cm_echo_2_la_OBJECTS) $(libexample_cm_echo_2_la_LIBADD) $(LIBS) install-libexecPROGRAMS: $(libexec_PROGRAMS) @$(NORMAL_INSTALL) @@ -447,7 +453,7 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -telepathy-example-cm-echo-2$(EXEEXT): $(telepathy_example_cm_echo_2_OBJECTS) $(telepathy_example_cm_echo_2_DEPENDENCIES) +telepathy-example-cm-echo-2$(EXEEXT): $(telepathy_example_cm_echo_2_OBJECTS) $(telepathy_example_cm_echo_2_DEPENDENCIES) $(EXTRA_telepathy_example_cm_echo_2_DEPENDENCIES) @rm -f telepathy-example-cm-echo-2$(EXEEXT) $(AM_V_CCLD)$(LINK) $(telepathy_example_cm_echo_2_OBJECTS) $(telepathy_example_cm_echo_2_LDADD) $(LIBS) @@ -467,26 +473,23 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -510,9 +513,7 @@ @$(NORMAL_UNINSTALL) @list='$(dist_manager_DATA)'; test -n "$(managerdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(managerdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(managerdir)" && rm -f $$files + dir='$(DESTDIR)$(managerdir)'; $(am__uninstall_files_from_dir) install-serviceDATA: $(service_DATA) @$(NORMAL_INSTALL) test -z "$(servicedir)" || $(MKDIR_P) "$(DESTDIR)$(servicedir)" @@ -530,9 +531,7 @@ @$(NORMAL_UNINSTALL) @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(servicedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(servicedir)" && rm -f $$files + dir='$(DESTDIR)$(servicedir)'; $(am__uninstall_files_from_dir) ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -633,10 +632,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/examples/cm/extended/Makefile.in telepathy-glib-0.17.7/examples/cm/extended/Makefile.in --- telepathy-glib-0.17.6/examples/cm/extended/Makefile.in 2012-03-19 15:34:29.000000000 +0000 +++ telepathy-glib-0.17.7/examples/cm/extended/Makefile.in 2012-03-22 21:35:36.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -69,8 +69,8 @@ $(top_builddir)/examples/extensions/libexample-extensions.la \ $(top_builddir)/telepathy-glib/libtelepathy-glib.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp @@ -82,21 +82,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(telepathy_example_cm_extended_SOURCES) DIST_SOURCES = $(telepathy_example_cm_extended_SOURCES) @@ -122,6 +122,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } DATA = $(dist_manager_DATA) $(service_DATA) ETAGS = etags CTAGS = ctags @@ -419,7 +425,7 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -telepathy-example-cm-extended$(EXEEXT): $(telepathy_example_cm_extended_OBJECTS) $(telepathy_example_cm_extended_DEPENDENCIES) +telepathy-example-cm-extended$(EXEEXT): $(telepathy_example_cm_extended_OBJECTS) $(telepathy_example_cm_extended_DEPENDENCIES) $(EXTRA_telepathy_example_cm_extended_DEPENDENCIES) @rm -f telepathy-example-cm-extended$(EXEEXT) $(AM_V_CCLD)$(LINK) $(telepathy_example_cm_extended_OBJECTS) $(telepathy_example_cm_extended_LDADD) $(LIBS) @@ -437,26 +443,23 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -480,9 +483,7 @@ @$(NORMAL_UNINSTALL) @list='$(dist_manager_DATA)'; test -n "$(managerdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(managerdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(managerdir)" && rm -f $$files + dir='$(DESTDIR)$(managerdir)'; $(am__uninstall_files_from_dir) install-serviceDATA: $(service_DATA) @$(NORMAL_INSTALL) test -z "$(servicedir)" || $(MKDIR_P) "$(DESTDIR)$(servicedir)" @@ -500,9 +501,7 @@ @$(NORMAL_UNINSTALL) @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(servicedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(servicedir)" && rm -f $$files + dir='$(DESTDIR)$(servicedir)'; $(am__uninstall_files_from_dir) ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -603,10 +602,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/examples/cm/Makefile.in telepathy-glib-0.17.7/examples/cm/Makefile.in --- telepathy-glib-0.17.6/examples/cm/Makefile.in 2012-03-19 15:34:29.000000000 +0000 +++ telepathy-glib-0.17.7/examples/cm/Makefile.in 2012-03-22 21:35:35.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -50,11 +50,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -523,10 +523,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/examples/cm/no-protocols/Makefile.in telepathy-glib-0.17.7/examples/cm/no-protocols/Makefile.in --- telepathy-glib-0.17.6/examples/cm/no-protocols/Makefile.in 2012-03-19 15:34:30.000000000 +0000 +++ telepathy-glib-0.17.7/examples/cm/no-protocols/Makefile.in 2012-03-22 21:35:36.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -68,8 +68,8 @@ telepathy_example_no_protocols_DEPENDENCIES = \ $(top_builddir)/telepathy-glib/libtelepathy-glib.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp @@ -81,21 +81,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(telepathy_example_no_protocols_SOURCES) DIST_SOURCES = $(telepathy_example_no_protocols_SOURCES) @@ -121,6 +121,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } DATA = $(dist_manager_DATA) $(service_DATA) ETAGS = etags CTAGS = ctags @@ -413,7 +419,7 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -telepathy-example-no-protocols$(EXEEXT): $(telepathy_example_no_protocols_OBJECTS) $(telepathy_example_no_protocols_DEPENDENCIES) +telepathy-example-no-protocols$(EXEEXT): $(telepathy_example_no_protocols_OBJECTS) $(telepathy_example_no_protocols_DEPENDENCIES) $(EXTRA_telepathy_example_no_protocols_DEPENDENCIES) @rm -f telepathy-example-no-protocols$(EXEEXT) $(AM_V_CCLD)$(LINK) $(telepathy_example_no_protocols_OBJECTS) $(telepathy_example_no_protocols_LDADD) $(LIBS) @@ -429,26 +435,23 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -472,9 +475,7 @@ @$(NORMAL_UNINSTALL) @list='$(dist_manager_DATA)'; test -n "$(managerdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(managerdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(managerdir)" && rm -f $$files + dir='$(DESTDIR)$(managerdir)'; $(am__uninstall_files_from_dir) install-serviceDATA: $(service_DATA) @$(NORMAL_INSTALL) test -z "$(servicedir)" || $(MKDIR_P) "$(DESTDIR)$(servicedir)" @@ -492,9 +493,7 @@ @$(NORMAL_UNINSTALL) @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(servicedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(servicedir)" && rm -f $$files + dir='$(DESTDIR)$(servicedir)'; $(am__uninstall_files_from_dir) ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -595,10 +594,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/examples/extensions/Makefile.in telepathy-glib-0.17.7/examples/extensions/Makefile.in --- telepathy-glib-0.17.6/examples/extensions/Makefile.in 2012-03-19 15:34:30.000000000 +0000 +++ telepathy-glib-0.17.7/examples/extensions/Makefile.in 2012-03-22 21:35:36.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -70,8 +70,8 @@ libexample_extensions_la_OBJECTS = \ $(am_libexample_extensions_la_OBJECTS) \ $(nodist_libexample_extensions_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp @@ -83,21 +83,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libexample_extensions_la_SOURCES) \ $(nodist_libexample_extensions_la_SOURCES) @@ -371,7 +371,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libexample-extensions.la: $(libexample_extensions_la_OBJECTS) $(libexample_extensions_la_DEPENDENCIES) +libexample-extensions.la: $(libexample_extensions_la_OBJECTS) $(libexample_extensions_la_DEPENDENCIES) $(EXTRA_libexample_extensions_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libexample_extensions_la_OBJECTS) $(libexample_extensions_la_LIBADD) $(LIBS) mostlyclean-compile: @@ -387,34 +387,30 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< svc-connection.lo: _gen/svc-connection.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT svc-connection.lo -MD -MP -MF $(DEPDIR)/svc-connection.Tpo -c -o svc-connection.lo `test -f '_gen/svc-connection.c' || echo '$(srcdir)/'`_gen/svc-connection.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/svc-connection.Tpo $(DEPDIR)/svc-connection.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/svc-connection.c' object='svc-connection.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/svc-connection.c' object='svc-connection.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o svc-connection.lo `test -f '_gen/svc-connection.c' || echo '$(srcdir)/'`_gen/svc-connection.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o svc-connection.lo `test -f '_gen/svc-connection.c' || echo '$(srcdir)/'`_gen/svc-connection.c mostlyclean-libtool: -rm -f *.lo @@ -520,10 +516,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/examples/Makefile.in telepathy-glib-0.17.7/examples/Makefile.in --- telepathy-glib-0.17.6/examples/Makefile.in 2012-03-19 15:34:29.000000000 +0000 +++ telepathy-glib-0.17.7/examples/Makefile.in 2012-03-22 21:35:35.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -50,11 +50,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -519,10 +519,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/ltmain.sh telepathy-glib-0.17.7/ltmain.sh --- telepathy-glib-0.17.6/ltmain.sh 2012-01-12 14:34:09.000000000 +0000 +++ telepathy-glib-0.17.7/ltmain.sh 2012-01-31 20:22:29.000000000 +0000 @@ -1,9 +1,9 @@ -# libtool (GNU libtool) 2.4 +# libtool (GNU libtool) 2.4.2 # Written by Gordon Matzigkeit , 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, -# 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# 2007, 2008, 2009, 2010, 2011 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. @@ -41,6 +41,7 @@ # --quiet, --silent don't print informational messages # --no-quiet, --no-silent # print informational messages (default) +# --no-warn don't display warning messages # --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 @@ -69,7 +70,7 @@ # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) -# $progname: (GNU libtool) 2.4 +# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1 # automake: $automake_version # autoconf: $autoconf_version # @@ -79,9 +80,9 @@ PROGRAM=libtool PACKAGE=libtool -VERSION=2.4 +VERSION="2.4.2 Debian-2.4.2-1" TIMESTAMP="" -package_revision=1.3293 +package_revision=1.3337 # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then @@ -136,15 +137,10 @@ : ${CP="cp -f"} test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} -: ${EGREP="/bin/grep -E"} -: ${FGREP="/bin/grep -F"} -: ${GREP="/bin/grep"} -: ${LN_S="ln -s"} : ${MAKE="make"} : ${MKDIR="mkdir"} : ${MV="mv -f"} : ${RM="rm -f"} -: ${SED="/bin/sed"} : ${SHELL="${CONFIG_SHELL-/bin/sh}"} : ${Xsed="$SED -e 1s/^X//"} @@ -387,7 +383,7 @@ ;; *) save_IFS="$IFS" - IFS=: + IFS=${PATH_SEPARATOR-:} for progdir in $PATH; do IFS="$save_IFS" test -x "$progdir/$progname" && break @@ -771,8 +767,8 @@ s*\$LTCFLAGS*'"$LTCFLAGS"'* s*\$LD*'"$LD"'* s/\$with_gnu_ld/'"$with_gnu_ld"'/ - s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ - s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/ + s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/ + s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/ p d } @@ -1052,6 +1048,7 @@ opt_help=false opt_help_all=false opt_silent=: +opt_warning=: opt_verbose=: opt_silent=false opt_verbose=false @@ -1120,6 +1117,10 @@ opt_silent=false func_append preserve_args " $opt" ;; + --no-warning|--no-warn) + opt_warning=false +func_append preserve_args " $opt" + ;; --no-verbose) opt_verbose=false func_append preserve_args " $opt" @@ -2059,7 +2060,7 @@ *.[cCFSifmso] | \ *.ada | *.adb | *.ads | *.asm | \ *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ - *.[fF][09]? | *.for | *.java | *.obj | *.sx | *.cu | *.cup) + *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) func_xform "$libobj" libobj=$func_xform_result ;; @@ -3201,11 +3202,13 @@ # Set up the ranlib parameters. oldlib="$destdir/$name" + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result func_show_eval "$install_prog \$file \$oldlib" 'exit $?' if test -n "$stripme" && test -n "$old_striplib"; then - func_show_eval "$old_striplib $oldlib" 'exit $?' + func_show_eval "$old_striplib $tool_oldlib" 'exit $?' fi # Do each command in the postinstall commands. @@ -3470,7 +3473,7 @@ # linked before any other PIC object. But we must not use # pic_flag when linking with -static. The problem exists in # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. - *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) + *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; *-*-hpux*) pic_flag_for_symtable=" $pic_flag" ;; @@ -3982,14 +3985,17 @@ # 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 + case \" \$* \" in + *\\ --lt-*) + for lt_wr_arg + do + case \$lt_wr_arg in + --lt-*) ;; + *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; + esac + shift + done ;; + esac func_exec_program_core \${1+\"\$@\"} } @@ -5057,9 +5063,15 @@ { EOF func_emit_wrapper yes | - $SED -e 's/\([\\"]\)/\\\1/g' \ - -e 's/^/ fputs ("/' -e 's/$/\\n", f);/' - + $SED -n -e ' +s/^\(.\{79\}\)\(..*\)/\1\ +\2/ +h +s/\([\\"]\)/\\\1/g +s/$/\\n/ +s/\([^\n]*\).*/ fputs ("\1", f);/p +g +D' cat <<"EOF" } EOF @@ -5643,7 +5655,8 @@ continue ;; - -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" @@ -6111,7 +6124,10 @@ case $pass in dlopen) libs="$dlfiles" ;; dlpreopen) libs="$dlprefiles" ;; - link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; + link) + libs="$deplibs %DEPLIBS%" + test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" + ;; esac fi if test "$linkmode,$pass" = "lib,dlpreopen"; then @@ -6147,7 +6163,8 @@ lib= found=no case $deplib in - -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" @@ -6430,19 +6447,19 @@ # It is a libtool convenience library, so add in its objects. func_append convenience " $ladir/$objdir/$old_library" func_append old_convenience " $ladir/$objdir/$old_library" + tmp_libs= + for deplib in $dependency_libs; do + deplibs="$deplib $deplibs" + if $opt_preserve_dup_deps ; then + case "$tmp_libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append tmp_libs " $deplib" + done elif test "$linkmode" != prog && test "$linkmode" != lib; then func_fatal_error "\`$lib' is not a convenience library" fi - tmp_libs= - for deplib in $dependency_libs; do - deplibs="$deplib $deplibs" - if $opt_preserve_dup_deps ; then - case "$tmp_libs " in - *" $deplib "*) func_append specialdeplibs " $deplib" ;; - esac - fi - func_append tmp_libs " $deplib" - done continue fi # $pass = conv @@ -6831,7 +6848,7 @@ test "$hardcode_direct_absolute" = no; then add="$dir/$linklib" elif test "$hardcode_minus_L" = yes; then - add_dir="-L$dir" + add_dir="-L$absdir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in @@ -7316,6 +7333,7 @@ # which has an extra 1 added just for fun # case $version_type in + # correct linux to gnu/linux during the next big refactor darwin|linux|osf|windows|none) func_arith $number_major + $number_minor current=$func_arith_result @@ -7334,6 +7352,9 @@ revision="$number_minor" lt_irix_increment=no ;; + *) + func_fatal_configuration "$modename: unknown library version type \`$version_type'" + ;; esac ;; no) @@ -7432,7 +7453,7 @@ versuffix="$major.$revision" ;; - linux) + linux) # correct to gnu/linux during the next big refactor func_arith $current - $age major=.$func_arith_result versuffix="$major.$age.$revision" @@ -8020,6 +8041,11 @@ # Test again, we may have decided not to build it any more if test "$build_libtool_libs" = yes; then + # Remove ${wl} instances when linking with ld. + # FIXME: should test the right _cmds variable. + case $archive_cmds in + *\$LD\ *) wl= ;; + esac if test "$hardcode_into_libs" = yes; then # Hardcode the library paths hardcode_libdirs= @@ -8050,7 +8076,7 @@ elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; - *) func_apped perm_rpath " $libdir" ;; + *) func_append perm_rpath " $libdir" ;; esac fi done @@ -8058,11 +8084,7 @@ if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" - if test -n "$hardcode_libdir_flag_spec_ld"; then - eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" - else - eval dep_rpath=\"$hardcode_libdir_flag_spec\" - fi + eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" fi if test -n "$runpath_var" && test -n "$perm_rpath"; then # We should set the runpath_var. @@ -9152,6 +9174,8 @@ esac done fi + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result eval cmds=\"$old_archive_cmds\" func_len " $cmds" @@ -9261,7 +9285,8 @@ *.la) func_basename "$deplib" name="$func_basename_result" - eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` + func_resolve_sysroot "$deplib" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` test -z "$libdir" && \ func_fatal_error "\`$deplib' is not a valid libtool archive" func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" diff -Nru telepathy-glib-0.17.6/m4/libtool.m4 telepathy-glib-0.17.7/m4/libtool.m4 --- telepathy-glib-0.17.6/m4/libtool.m4 2012-01-12 14:34:09.000000000 +0000 +++ telepathy-glib-0.17.7/m4/libtool.m4 2012-01-31 20:22:29.000000000 +0000 @@ -1,8 +1,8 @@ # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, -# Inc. +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives @@ -11,8 +11,8 @@ m4_define([_LT_COPYING], [dnl # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, -# Inc. +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. @@ -146,6 +146,8 @@ AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl +_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl +dnl _LT_DECL([], [host_alias], [0], [The host system])dnl _LT_DECL([], [host], [0])dnl _LT_DECL([], [host_os], [0])dnl @@ -637,7 +639,7 @@ m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. -Copyright (C) 2010 Free Software Foundation, Inc. +Copyright (C) 2011 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." @@ -801,6 +803,7 @@ m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], + [Go], [_LT_LANG(GO)], [Java], [_LT_LANG(GCJ)], [Fortran 77], [_LT_LANG(F77)], [Fortran], [_LT_LANG(FC)], @@ -822,6 +825,31 @@ ])# _LT_LANG +m4_ifndef([AC_PROG_GO], [ +############################################################ +# NOTE: This macro has been submitted for inclusion into # +# GNU Autoconf as AC_PROG_GO. When it is available in # +# a released version of Autoconf we should remove this # +# macro and use it instead. # +############################################################ +m4_defun([AC_PROG_GO], +[AC_LANG_PUSH(Go)dnl +AC_ARG_VAR([GOC], [Go compiler command])dnl +AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl +_AC_ARG_VAR_LDFLAGS()dnl +AC_CHECK_TOOL(GOC, gccgo) +if test -z "$GOC"; then + if test -n "$ac_tool_prefix"; then + AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) + fi +fi +if test -z "$GOC"; then + AC_CHECK_PROG(GOC, gccgo, gccgo, false) +fi +])#m4_defun +])#m4_ifndef + + # _LT_LANG_DEFAULT_CONFIG # ----------------------- m4_defun([_LT_LANG_DEFAULT_CONFIG], @@ -852,6 +880,10 @@ m4_ifdef([LT_PROG_GCJ], [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) +AC_PROVIDE_IFELSE([AC_PROG_GO], + [LT_LANG(GO)], + [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) + AC_PROVIDE_IFELSE([LT_PROG_RC], [LT_LANG(RC)], [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) @@ -954,7 +986,13 @@ $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? - if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&AS_MESSAGE_LOG_FD + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test $_lt_result -eq 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&AS_MESSAGE_LOG_FD @@ -962,6 +1000,7 @@ rm -rf libconftest.dylib* rm -f conftest.* fi]) + AC_CACHE_CHECK([for -exported_symbols_list linker flag], [lt_cv_ld_exported_symbols_list], [lt_cv_ld_exported_symbols_list=no @@ -973,6 +1012,7 @@ [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 @@ -990,7 +1030,9 @@ 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 + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&AS_MESSAGE_LOG_FD + elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then lt_cv_ld_force_load=yes else cat conftest.err >&AS_MESSAGE_LOG_FD @@ -1035,8 +1077,8 @@ ]) -# _LT_DARWIN_LINKER_FEATURES -# -------------------------- +# _LT_DARWIN_LINKER_FEATURES([TAG]) +# --------------------------------- # Checks for linker and compiler features on darwin m4_defun([_LT_DARWIN_LINKER_FEATURES], [ @@ -1047,6 +1089,8 @@ _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported 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\"`' + m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], + [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) else _LT_TAGVAR(whole_archive_flag_spec, $1)='' fi @@ -1330,14 +1374,27 @@ CFLAGS="$SAVE_CFLAGS" fi ;; -sparc*-*solaris*) +*-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in - yes*) LD="${LD-ld} -m elf64_sparc" ;; + yes*) + case $host in + i?86-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD="${LD-ld}_sol2" + fi + ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" @@ -1414,13 +1471,13 @@ if test -n "$RANLIB"; then case $host_os in openbsd*) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac - old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in @@ -1600,6 +1657,11 @@ lt_cv_sys_max_cmd_len=196608 ;; + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not @@ -1639,7 +1701,7 @@ # 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"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ + while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do @@ -2185,7 +2247,7 @@ case $host_os in aix3*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH @@ -2194,7 +2256,7 @@ ;; aix[[4-9]]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes @@ -2259,7 +2321,7 @@ ;; bsdi[[45]]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' @@ -2398,7 +2460,7 @@ ;; dgux*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' @@ -2406,10 +2468,6 @@ shlibpath_var=LD_LIBRARY_PATH ;; -freebsd1*) - dynamic_linker=no - ;; - freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. @@ -2417,7 +2475,7 @@ objformat=`/usr/bin/objformat` else case $host_os in - freebsd[[123]]*) objformat=aout ;; + freebsd[[23]].*) objformat=aout ;; *) objformat=elf ;; esac fi @@ -2435,7 +2493,7 @@ esac shlibpath_var=LD_LIBRARY_PATH case $host_os in - freebsd2*) + freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[[01]]* | freebsdelf3.[[01]]*) @@ -2455,17 +2513,18 @@ ;; gnu*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no 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=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; haiku*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" @@ -2526,7 +2585,7 @@ ;; interix[[3-9]]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' @@ -2542,7 +2601,7 @@ nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; @@ -2579,9 +2638,9 @@ dynamic_linker=no ;; -# This must be Linux ELF. +# This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -2610,14 +2669,10 @@ # before this can be enabled. hardcode_into_libs=yes - # Add ABI-specific directories to the system library path. - sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" - # 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;s/"//g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" - + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -2629,6 +2684,18 @@ dynamic_linker='GNU/Linux ld.so' ;; +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + 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=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + netbsd*) version_type=sunos need_lib_prefix=no @@ -2648,7 +2715,7 @@ ;; newsos6) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes @@ -2717,7 +2784,7 @@ ;; solaris*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -2742,7 +2809,7 @@ ;; sysv4 | sysv4.3*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor 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=LD_LIBRARY_PATH @@ -2766,7 +2833,7 @@ sysv4*MP*) if test -d /usr/nec ;then - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH @@ -2797,7 +2864,7 @@ tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -2807,7 +2874,7 @@ ;; uts4*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor 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=LD_LIBRARY_PATH @@ -3229,12 +3296,12 @@ lt_cv_deplibs_check_method=pass_all ;; -# This must be Linux ELF. +# This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; -netbsd*) +netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else @@ -3649,6 +3716,7 @@ # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK ['"\ " {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ @@ -4045,7 +4113,7 @@ ;; esac ;; - netbsd*) + netbsd* | netbsdelf*-gnu) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise @@ -4233,7 +4301,9 @@ 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' + if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" + fi ;; esac else @@ -4325,18 +4395,33 @@ ;; *) case `$CC -V 2>&1 | sed 5q` in - *Sun\ F* | *Sun*Fortran*) + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) # 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)='' ;; + *Sun\ F* | *Sun*Fortran*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; *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)='-Wl,' ;; + *Intel*\ [[CF]]*Compiler*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + *Portland\ Group*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; esac ;; esac @@ -4496,13 +4581,18 @@ ;; cygwin* | mingw* | cegcc*) case $cc_basename in - cl*) ;; + cl*) + _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] ;; esac ;; + linux* | k*bsd*-gnu | gnu*) + _LT_TAGVAR(link_all_deplibs, $1)=no + ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; @@ -4521,7 +4611,6 @@ _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= - _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported @@ -4566,6 +4655,9 @@ openbsd*) with_gnu_ld=no ;; + linux* | k*bsd*-gnu | gnu*) + _LT_TAGVAR(link_all_deplibs, $1)=no + ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes @@ -4772,8 +4864,7 @@ 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(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _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~ @@ -4788,7 +4879,7 @@ fi ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= @@ -4965,6 +5056,7 @@ if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi + _LT_TAGVAR(link_all_deplibs, $1)=no else # not using gcc if test "$host_cpu" = ia64; then @@ -5068,6 +5160,7 @@ # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' @@ -5114,10 +5207,6 @@ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; - freebsd1*) - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little @@ -5130,7 +5219,7 @@ ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. - freebsd2*) + freebsd2.*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes @@ -5169,7 +5258,6 @@ fi if test "$with_gnu_ld" = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes @@ -5273,7 +5361,7 @@ _LT_TAGVAR(link_all_deplibs, $1)=yes ;; - netbsd*) + netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -5611,9 +5699,6 @@ _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], [Flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]) -_LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1], - [[If ld is used when linking, flag to hardcode $libdir into a binary - during linking. This must work even if $libdir does not exist]]) _LT_TAGDECL([], [hardcode_libdir_separator], [1], [Whether we need a single "-rpath" flag with a separated argument]) _LT_TAGDECL([], [hardcode_direct], [0], @@ -5771,7 +5856,6 @@ _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported @@ -6141,7 +6225,7 @@ esac ;; - freebsd[[12]]*) + freebsd2.*) # C++ shared libraries reported to be fairly broken before # switch to ELF _LT_TAGVAR(ld_shlibs, $1)=no @@ -6902,12 +6986,18 @@ } }; _LT_EOF +], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF +package foo +func foo() { +} +_LT_EOF ]) _lt_libdeps_save_CFLAGS=$CFLAGS case "$CC $CFLAGS " in #( *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; +*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; esac dnl Parse the compiler output and extract the necessary @@ -7104,7 +7194,6 @@ _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no @@ -7237,7 +7326,6 @@ _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no @@ -7424,6 +7512,77 @@ ])# _LT_LANG_GCJ_CONFIG +# _LT_LANG_GO_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for the GNU Go compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_GO_CONFIG], +[AC_REQUIRE([LT_PROG_GO])dnl +AC_LANG_SAVE + +# Source file extension for Go test sources. +ac_ext=go + +# Object file extension for compiled Go test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="package main; func main() { }" + +# Code to be used in simple link tests +lt_simple_link_test_code='package main; func main() { }' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC=yes +CC=${GOC-"gccgo"} +CFLAGS=$GOFLAGS +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_TAGVAR(LD, $1)="$LD" +_LT_CC_BASENAME([$compiler]) + +# Go did not exist at the time GCC didn't implicitly link libc in. +_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 + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) +fi + +AC_LANG_RESTORE + +GCC=$lt_save_GCC +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_GO_CONFIG + + # _LT_LANG_RC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for the Windows resource compiler @@ -7493,6 +7652,13 @@ dnl AC_DEFUN([LT_AC_PROG_GCJ], []) +# LT_PROG_GO +# ---------- +AC_DEFUN([LT_PROG_GO], +[AC_CHECK_TOOL(GOC, gccgo,) +]) + + # LT_PROG_RC # ---------- AC_DEFUN([LT_PROG_RC], diff -Nru telepathy-glib-0.17.6/m4/ltoptions.m4 telepathy-glib-0.17.7/m4/ltoptions.m4 --- telepathy-glib-0.17.6/m4/ltoptions.m4 2012-01-12 14:34:09.000000000 +0000 +++ telepathy-glib-0.17.7/m4/ltoptions.m4 2012-01-31 20:22:29.000000000 +0000 @@ -326,9 +326,24 @@ # MODE is either `yes' or `no'. If omitted, it defaults to `both'. m4_define([_LT_WITH_PIC], [AC_ARG_WITH([pic], - [AS_HELP_STRING([--with-pic], + [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], - [pic_mode="$withval"], + [lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for lt_pkg in $withval; do + IFS="$lt_save_ifs" + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], [pic_mode=default]) test -z "$pic_mode" && pic_mode=m4_default([$1], [default]) diff -Nru telepathy-glib-0.17.6/m4/ltversion.m4 telepathy-glib-0.17.7/m4/ltversion.m4 --- telepathy-glib-0.17.6/m4/ltversion.m4 2012-01-12 14:34:09.000000000 +0000 +++ telepathy-glib-0.17.7/m4/ltversion.m4 2012-01-31 20:22:29.000000000 +0000 @@ -9,15 +9,15 @@ # @configure_input@ -# serial 3293 ltversion.m4 +# serial 3337 ltversion.m4 # This file is part of GNU Libtool -m4_define([LT_PACKAGE_VERSION], [2.4]) -m4_define([LT_PACKAGE_REVISION], [1.3293]) +m4_define([LT_PACKAGE_VERSION], [2.4.2]) +m4_define([LT_PACKAGE_REVISION], [1.3337]) AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.4' -macro_revision='1.3293' +[macro_version='2.4.2' +macro_revision='1.3337' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) diff -Nru telepathy-glib-0.17.6/m4/Makefile.in telepathy-glib-0.17.7/m4/Makefile.in --- telepathy-glib-0.17.6/m4/Makefile.in 2012-03-19 15:34:30.000000000 +0000 +++ telepathy-glib-0.17.7/m4/Makefile.in 2012-03-22 21:35:36.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -50,11 +50,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -324,10 +324,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/Makefile.in telepathy-glib-0.17.7/Makefile.in --- telepathy-glib-0.17.6/Makefile.in 2012-03-19 15:34:31.000000000 +0000 +++ telepathy-glib-0.17.7/Makefile.in 2012-03-22 21:35:37.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -57,11 +57,11 @@ CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -84,9 +84,11 @@ distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ - { test ! -d "$(distdir)" \ - || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -fr "$(distdir)"; }; } + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ @@ -115,6 +117,8 @@ DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ @@ -301,7 +305,7 @@ $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: -am--refresh: +am--refresh: Makefile @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/tools/lcov.am $(srcdir)/tools/telepathy.am $(am__configure_deps) @for dep in $?; do \ @@ -326,6 +330,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; +$(srcdir)/tools/lcov.am $(srcdir)/tools/telepathy.am: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck @@ -337,10 +342,8 @@ $(am__aclocal_m4_deps): config.h: stamp-h1 - @if test ! -f $@; then \ - rm -f stamp-h1; \ - $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ - else :; fi + @if test ! -f $@; then rm -f stamp-h1; else :; fi + @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 @@ -572,7 +575,11 @@ $(am__remove_distdir) dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__remove_distdir) dist-lzma: distdir @@ -580,7 +587,7 @@ $(am__remove_distdir) dist-xz: distdir - tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__remove_distdir) dist-tarZ: distdir @@ -611,6 +618,8 @@ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ @@ -631,6 +640,7 @@ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ @@ -659,8 +669,16 @@ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: - @$(am__cd) '$(distuninstallcheck_dir)' \ - && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ @@ -692,10 +710,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: @@ -784,8 +807,8 @@ .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-am check-local clean \ clean-generic clean-libtool ctags ctags-recursive dist \ - dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \ - dist-tarZ dist-xz dist-zip distcheck distclean \ + dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-lzma \ + dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ distclean-generic distclean-hdr distclean-libtool \ distclean-tags distcleancheck distdir distuninstallcheck dvi \ dvi-am html html-am info info-am install install-am \ diff -Nru telepathy-glib-0.17.6/NEWS telepathy-glib-0.17.7/NEWS --- telepathy-glib-0.17.6/NEWS 2012-03-19 15:38:06.000000000 +0000 +++ telepathy-glib-0.17.7/NEWS 2012-03-22 21:29:36.000000000 +0000 @@ -1,3 +1,32 @@ +telepathy-glib 0.17.7 (2012-03-22) +================================== + +API additions: + +• …get_local_sending on TpBaseMediaCallStream exposes the local + sending state. (Olivier) + +• TpCallStateReason structure now has a message string + member. (Olivier) + +Fixes: + +• TpBaseMediaCallContent: be sure to update the local sending state on + call acceptance. (Olivier) + +• A few miscellaneous fixes to the Call1 code, including: + • ensuring local sending state is updated on call acceptance, + • ignoring sending/receiving failures while held, + • only emitting STUNServersChanged when they have actually + changed, + • and not waiting for streams to start again after holding if they + weren't sending before. (Olivier) + +Enhancements: + +• Use close_channels_async on the channel dispatch operation in the + example approver. (Will) + telepathy-glib 0.17.6 (19/03/2012) ================================== diff -Nru telepathy-glib-0.17.6/spec/Makefile.in telepathy-glib-0.17.7/spec/Makefile.in --- telepathy-glib-0.17.6/spec/Makefile.in 2012-03-19 15:34:30.000000000 +0000 +++ telepathy-glib-0.17.7/spec/Makefile.in 2012-03-22 21:35:36.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -50,11 +50,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -437,10 +437,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/telepathy-glib/abi.am telepathy-glib-0.17.7/telepathy-glib/abi.am --- telepathy-glib-0.17.6/telepathy-glib/abi.am 2012-03-19 15:33:56.000000000 +0000 +++ telepathy-glib-0.17.7/telepathy-glib/abi.am 2012-03-22 21:30:29.000000000 +0000 @@ -83,6 +83,7 @@ versions/0.17.3.abi \ versions/0.17.5.abi \ versions/0.17.6.abi \ + versions/0.17.7.abi \ $(NULL) # The quoting here is unnecessary but harmless, and has the useful side-effect diff -Nru telepathy-glib-0.17.6/telepathy-glib/base-media-call-channel.c telepathy-glib-0.17.7/telepathy-glib/base-media-call-channel.c --- telepathy-glib-0.17.6/telepathy-glib/base-media-call-channel.c 2012-03-19 15:33:56.000000000 +0000 +++ telepathy-glib-0.17.7/telepathy-glib/base-media-call-channel.c 2012-03-22 21:06:44.000000000 +0000 @@ -378,6 +378,26 @@ l2 != NULL; l2 = l2->next) { TpBaseMediaCallStream *stream = TP_BASE_MEDIA_CALL_STREAM (l2->data); + GHashTable *members = _tp_base_call_stream_get_remote_members ( + TP_BASE_CALL_STREAM (stream)); + TpSendingState local = tp_base_call_stream_get_local_sending_state ( + TP_BASE_CALL_STREAM (stream)); + GHashTableIter iter; + gpointer key, value; + gboolean wants_receive = FALSE; + + g_hash_table_iter_init (&iter, members); + while (g_hash_table_iter_next (&iter, &key, &value)) + { + TpSendingState member_state = GPOINTER_TO_INT (value); + + if (member_state == TP_SENDING_STATE_PENDING_SEND || + member_state == TP_SENDING_STATE_SENDING) + { + wants_receive = TRUE; + break; + } + } tp_base_media_call_stream_update_receiving_state (stream); tp_base_media_call_stream_update_sending_state (stream); @@ -387,10 +407,12 @@ tp_base_media_call_stream_get_receiving_state (stream) != TP_STREAM_FLOW_STATE_STOPPED) is_stopped = FALSE; - if (tp_base_media_call_stream_get_sending_state (stream) != - TP_STREAM_FLOW_STATE_STARTED || - tp_base_media_call_stream_get_receiving_state (stream) != - TP_STREAM_FLOW_STATE_STARTED) + if ((tp_base_media_call_stream_get_sending_state (stream) != + TP_STREAM_FLOW_STATE_STARTED && + local == TP_SENDING_STATE_SENDING) || + (tp_base_media_call_stream_get_receiving_state (stream) != + TP_STREAM_FLOW_STATE_STARTED && + wants_receive)) is_started = FALSE; } } @@ -414,11 +436,11 @@ TpBaseCallChannel *bcc = TP_BASE_CALL_CHANNEL (self); GList *l, *l2; - if (self->priv->hold_state == TP_LOCAL_HOLD_STATE_PENDING_UNHOLD) - { - set_hold_state (self, TP_LOCAL_HOLD_STATE_PENDING_HOLD, - TP_LOCAL_HOLD_STATE_REASON_RESOURCE_NOT_AVAILABLE); - } + if (self->priv->hold_state != TP_LOCAL_HOLD_STATE_PENDING_UNHOLD) + return; + + set_hold_state (self, TP_LOCAL_HOLD_STATE_PENDING_HOLD, + TP_LOCAL_HOLD_STATE_REASON_RESOURCE_NOT_AVAILABLE); for (l = tp_base_call_channel_get_contents (bcc); l != NULL; l = l->next) { @@ -557,15 +579,15 @@ TpBaseMediaCallChannel *self, gboolean success) { - gboolean was_unholding = - (self->priv->hold_state == TP_LOCAL_HOLD_STATE_PENDING_UNHOLD); + gboolean was_held = + (self->priv->hold_state != TP_LOCAL_HOLD_STATE_UNHELD); if (success) update_hold_state (self); else hold_change_failed (self); - return was_unholding; + return was_held; } gboolean @@ -573,15 +595,15 @@ TpBaseMediaCallChannel *self, gboolean success) { - gboolean was_unholding = - (self->priv->hold_state == TP_LOCAL_HOLD_STATE_PENDING_UNHOLD); + gboolean was_held = + (self->priv->hold_state != TP_LOCAL_HOLD_STATE_UNHELD); if (success) update_hold_state (self); else hold_change_failed (self); - return was_unholding; + return was_held; } /** diff -Nru telepathy-glib-0.17.6/telepathy-glib/base-media-call-content.c telepathy-glib-0.17.7/telepathy-glib/base-media-call-content.c --- telepathy-glib-0.17.6/telepathy-glib/base-media-call-content.c 2012-03-07 11:51:11.000000000 +0000 +++ telepathy-glib-0.17.7/telepathy-glib/base-media-call-content.c 2012-03-22 21:06:44.000000000 +0000 @@ -871,6 +871,8 @@ { tp_base_media_call_stream_set_local_sending (stream, TRUE); } + tp_base_media_call_stream_update_sending_state (stream); + g_hash_table_iter_init (&iter, members); while (g_hash_table_iter_next (&iter, &key, &value)) { @@ -910,6 +912,7 @@ if (local == TP_SENDING_STATE_SENDING) tp_base_media_call_stream_set_local_sending (stream, TRUE); + tp_base_media_call_stream_update_sending_state (stream); } } diff -Nru telepathy-glib-0.17.6/telepathy-glib/base-media-call-stream.c telepathy-glib-0.17.7/telepathy-glib/base-media-call-stream.c --- telepathy-glib-0.17.6/telepathy-glib/base-media-call-stream.c 2012-03-16 15:28:32.000000000 +0000 +++ telepathy-glib-0.17.7/telepathy-glib/base-media-call-stream.c 2012-03-22 21:12:57.000000000 +0000 @@ -145,6 +145,8 @@ #include "base-media-call-stream.h" +#include + #define DEBUG_FLAG TP_DEBUG_CALL #include "telepathy-glib/base-call-content.h" #include "telepathy-glib/base-call-channel.h" @@ -625,7 +627,41 @@ g_return_if_fail (TP_IS_BASE_MEDIA_CALL_STREAM (self)); g_return_if_fail (stun_servers != NULL); - tp_clear_pointer (&self->priv->stun_servers, g_ptr_array_unref); + if (self->priv->stun_servers != NULL) + { + if (stun_servers->len == self->priv->stun_servers->len) + { + guint i; + gboolean equal = TRUE; + + for (i = 0; i < stun_servers->len; i++) + { + GValueArray *gva1 = g_ptr_array_index (stun_servers, i); + GValueArray *gva2 = g_ptr_array_index (self->priv->stun_servers, + i); + gchar *ip1, *ip2; + guint port1, port2; + + tp_value_array_unpack (gva1, 2, &ip1, &port1); + tp_value_array_unpack (gva2, 2, &ip2, &port2); + + if (port1 != port2 || strcmp (ip1, ip2)) + { + equal = FALSE; + break; + } + } + + if (equal) + { + g_ptr_array_unref (stun_servers); + return; + } + } + + g_ptr_array_unref (self->priv->stun_servers); + } + self->priv->stun_servers = g_ptr_array_ref (stun_servers); tp_svc_call_stream_interface_media_emit_stun_servers_changed (self, @@ -906,6 +942,23 @@ tp_base_media_call_stream_update_sending_state (self); } +/** + * tp_base_media_call_stream_get_local_sending: + * @self: a #TpBaseMediaCallStream + * + * Gets the local sending state + * + * Returns: The local sending state + * Since: 0.17.7 + */ +gboolean +tp_base_media_call_stream_get_local_sending (TpBaseMediaCallStream *self) +{ + g_return_val_if_fail (TP_IS_BASE_MEDIA_CALL_STREAM (self), FALSE); + + return self->priv->local_sending; +} + void _tp_base_media_call_stream_set_remotely_held (TpBaseMediaCallStream *self, gboolean remotely_held) @@ -1198,7 +1251,7 @@ TpStreamFlowState old_state = self->priv->sending_state; TpBaseCallChannel *channel = _tp_base_call_stream_get_channel ( TP_BASE_CALL_STREAM (self)); - gboolean was_unholding = FALSE; + gboolean was_held = FALSE; if (self->priv->sending_state == TP_STREAM_FLOW_STATE_STOPPED) goto done; @@ -1208,12 +1261,18 @@ self->priv->sending_state = TP_STREAM_FLOW_STATE_STOPPED; if (channel != NULL && TP_IS_BASE_MEDIA_CALL_CHANNEL (channel)) - was_unholding = _tp_base_media_call_channel_streams_sending_state_changed ( - TP_BASE_MEDIA_CALL_CHANNEL (channel), FALSE); + { + was_held = _tp_base_media_call_channel_streams_sending_state_changed ( + TP_BASE_MEDIA_CALL_CHANNEL (channel), FALSE); + } - if (klass->report_sending_failure != NULL && !was_unholding) - klass->report_sending_failure (self, old_state, reason, dbus_reason, - message); + if (!was_held) + { + self->priv->local_sending = FALSE; + if (klass->report_sending_failure != NULL) + klass->report_sending_failure (self, old_state, reason, dbus_reason, + message); + } g_object_notify (G_OBJECT (self), "sending-state"); tp_svc_call_stream_interface_media_emit_sending_state_changed (self, @@ -1287,7 +1346,7 @@ TpStreamFlowState old_state = self->priv->receiving_state; TpBaseCallChannel *channel = _tp_base_call_stream_get_channel ( TP_BASE_CALL_STREAM (self)); - gboolean was_unholding = FALSE; + gboolean was_held = FALSE; /* Clear all receving requests, we can't receive */ tp_intset_clear (self->priv->receiving_requests); @@ -1300,11 +1359,11 @@ g_object_notify (G_OBJECT (self), "receiving-state"); if (channel != NULL && TP_IS_BASE_MEDIA_CALL_CHANNEL (channel)) - was_unholding = + was_held = _tp_base_media_call_channel_streams_receiving_state_changed ( TP_BASE_MEDIA_CALL_CHANNEL (channel), FALSE); - if (klass->report_receiving_failure != NULL && !was_unholding) + if (klass->report_receiving_failure != NULL && !was_held) klass->report_receiving_failure (self, old_state, reason, dbus_reason, message); diff -Nru telepathy-glib-0.17.6/telepathy-glib/base-media-call-stream.h telepathy-glib-0.17.7/telepathy-glib/base-media-call-stream.h --- telepathy-glib-0.17.6/telepathy-glib/base-media-call-stream.h 2012-02-22 11:48:01.000000000 +0000 +++ telepathy-glib-0.17.7/telepathy-glib/base-media-call-stream.h 2012-03-22 21:06:44.000000000 +0000 @@ -118,6 +118,8 @@ TpBaseMediaCallStream *self); void tp_base_media_call_stream_set_local_sending (TpBaseMediaCallStream *self, gboolean sending); +gboolean tp_base_media_call_stream_get_local_sending ( + TpBaseMediaCallStream *self); GPtrArray *tp_base_media_call_stream_get_local_candidates ( TpBaseMediaCallStream *self); diff -Nru telepathy-glib-0.17.6/telepathy-glib/call-channel.c telepathy-glib-0.17.7/telepathy-glib/call-channel.c --- telepathy-glib-0.17.6/telepathy-glib/call-channel.c 2012-03-19 15:33:56.000000000 +0000 +++ telepathy-glib-0.17.7/telepathy-glib/call-channel.c 2012-03-22 21:06:44.000000000 +0000 @@ -146,6 +146,8 @@ * the Telepathy namespace, a D-Bus error in any other namespace * (for implementation-specific errors), or the empty string to indicate that * the state change was not an error + * @message: A developer readable debug message giving the reason for the state + * change. * * Data structure representing the reason for a call state change. * @@ -155,7 +157,8 @@ static TpCallStateReason * _tp_call_state_reason_new_full (TpHandle actor, TpCallStateChangeReason reason, - const gchar *dbus_reason) + const gchar *dbus_reason, + const gchar *message) { TpCallStateReason *r; @@ -163,6 +166,7 @@ r->actor = actor; r->reason = reason; r->dbus_reason = g_strdup (dbus_reason); + r->message = g_strdup (message); r->ref_count = 1; return r; @@ -174,13 +178,15 @@ TpHandle handle; TpCallStateChangeReason reason; const gchar *dbus_reason; + const gchar *message; - tp_value_array_unpack ((GValueArray *) value_array, 3, + tp_value_array_unpack ((GValueArray *) value_array, 4, &handle, &reason, - &dbus_reason); + &dbus_reason, + &message); - return _tp_call_state_reason_new_full (handle, reason, dbus_reason); + return _tp_call_state_reason_new_full (handle, reason, dbus_reason, message); } TpCallStateReason * @@ -198,6 +204,7 @@ if (g_atomic_int_dec_and_test (&r->ref_count)) { g_free (r->dbus_reason); + g_free (r->message); g_slice_free (TpCallStateReason, r); } } diff -Nru telepathy-glib-0.17.6/telepathy-glib/call-channel.h telepathy-glib-0.17.7/telepathy-glib/call-channel.h --- telepathy-glib-0.17.6/telepathy-glib/call-channel.h 2012-03-16 15:28:32.000000000 +0000 +++ telepathy-glib-0.17.7/telepathy-glib/call-channel.h 2012-03-22 21:06:44.000000000 +0000 @@ -61,6 +61,7 @@ TpHandle actor; TpCallStateChangeReason reason; gchar *dbus_reason; + gchar *message; /**/ guint ref_count; diff -Nru telepathy-glib-0.17.6/telepathy-glib/Makefile.in telepathy-glib-0.17.7/telepathy-glib/Makefile.in --- telepathy-glib-0.17.6/telepathy-glib/Makefile.in 2012-03-19 15:34:30.000000000 +0000 +++ telepathy-glib-0.17.7/telepathy-glib/Makefile.in 2012-03-22 21:35:36.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -96,6 +96,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(girdir)" \ "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(typelibsdir)" \ "$(DESTDIR)$(genincludedir)" "$(DESTDIR)$(tpgincludedir)" @@ -152,8 +158,8 @@ libtelepathy_glib_internal_la_OBJECTS = \ $(am_libtelepathy_glib_internal_la_OBJECTS) \ $(nodist_libtelepathy_glib_internal_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__objects_1 = nodist_libtelepathy_glib_la_OBJECTS = $(am__objects_1) @@ -172,21 +178,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libtelepathy_glib_internal_la_SOURCES) \ $(nodist_libtelepathy_glib_internal_la_SOURCES) \ @@ -740,6 +746,7 @@ versions/0.17.3.abi \ versions/0.17.5.abi \ versions/0.17.6.abi \ + versions/0.17.7.abi \ $(NULL) @@ -1011,6 +1018,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/tools/flymake.mk $(top_srcdir)/tools/check-coding-style.mk $(srcdir)/abi.am $(srcdir)/codegen.am $(srcdir)/introspection.am: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh @@ -1064,9 +1072,9 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libtelepathy-glib-internal.la: $(libtelepathy_glib_internal_la_OBJECTS) $(libtelepathy_glib_internal_la_DEPENDENCIES) +libtelepathy-glib-internal.la: $(libtelepathy_glib_internal_la_OBJECTS) $(libtelepathy_glib_internal_la_DEPENDENCIES) $(EXTRA_libtelepathy_glib_internal_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libtelepathy_glib_internal_la_OBJECTS) $(libtelepathy_glib_internal_la_LIBADD) $(LIBS) -libtelepathy-glib.la: $(libtelepathy_glib_la_OBJECTS) $(libtelepathy_glib_la_DEPENDENCIES) +libtelepathy-glib.la: $(libtelepathy_glib_la_OBJECTS) $(libtelepathy_glib_la_DEPENDENCIES) $(EXTRA_libtelepathy_glib_la_DEPENDENCIES) $(AM_V_CCLD)$(libtelepathy_glib_la_LINK) -rpath $(libdir) $(libtelepathy_glib_la_OBJECTS) $(libtelepathy_glib_la_LIBADD) $(LIBS) mostlyclean-compile: @@ -1198,194 +1206,170 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< error-str.lo: _gen/error-str.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT error-str.lo -MD -MP -MF $(DEPDIR)/error-str.Tpo -c -o error-str.lo `test -f '_gen/error-str.c' || echo '$(srcdir)/'`_gen/error-str.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/error-str.Tpo $(DEPDIR)/error-str.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/error-str.c' object='error-str.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/error-str.c' object='error-str.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o error-str.lo `test -f '_gen/error-str.c' || echo '$(srcdir)/'`_gen/error-str.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o error-str.lo `test -f '_gen/error-str.c' || echo '$(srcdir)/'`_gen/error-str.c genums.lo: _gen/genums.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT genums.lo -MD -MP -MF $(DEPDIR)/genums.Tpo -c -o genums.lo `test -f '_gen/genums.c' || echo '$(srcdir)/'`_gen/genums.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/genums.Tpo $(DEPDIR)/genums.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/genums.c' object='genums.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/genums.c' object='genums.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o genums.lo `test -f '_gen/genums.c' || echo '$(srcdir)/'`_gen/genums.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o genums.lo `test -f '_gen/genums.c' || echo '$(srcdir)/'`_gen/genums.c tp-svc-account.lo: _gen/tp-svc-account.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tp-svc-account.lo -MD -MP -MF $(DEPDIR)/tp-svc-account.Tpo -c -o tp-svc-account.lo `test -f '_gen/tp-svc-account.c' || echo '$(srcdir)/'`_gen/tp-svc-account.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tp-svc-account.Tpo $(DEPDIR)/tp-svc-account.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/tp-svc-account.c' object='tp-svc-account.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/tp-svc-account.c' object='tp-svc-account.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-account.lo `test -f '_gen/tp-svc-account.c' || echo '$(srcdir)/'`_gen/tp-svc-account.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-account.lo `test -f '_gen/tp-svc-account.c' || echo '$(srcdir)/'`_gen/tp-svc-account.c tp-svc-account-manager.lo: _gen/tp-svc-account-manager.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tp-svc-account-manager.lo -MD -MP -MF $(DEPDIR)/tp-svc-account-manager.Tpo -c -o tp-svc-account-manager.lo `test -f '_gen/tp-svc-account-manager.c' || echo '$(srcdir)/'`_gen/tp-svc-account-manager.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tp-svc-account-manager.Tpo $(DEPDIR)/tp-svc-account-manager.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/tp-svc-account-manager.c' object='tp-svc-account-manager.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/tp-svc-account-manager.c' object='tp-svc-account-manager.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-account-manager.lo `test -f '_gen/tp-svc-account-manager.c' || echo '$(srcdir)/'`_gen/tp-svc-account-manager.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-account-manager.lo `test -f '_gen/tp-svc-account-manager.c' || echo '$(srcdir)/'`_gen/tp-svc-account-manager.c tp-svc-call-content.lo: _gen/tp-svc-call-content.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tp-svc-call-content.lo -MD -MP -MF $(DEPDIR)/tp-svc-call-content.Tpo -c -o tp-svc-call-content.lo `test -f '_gen/tp-svc-call-content.c' || echo '$(srcdir)/'`_gen/tp-svc-call-content.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tp-svc-call-content.Tpo $(DEPDIR)/tp-svc-call-content.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/tp-svc-call-content.c' object='tp-svc-call-content.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/tp-svc-call-content.c' object='tp-svc-call-content.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-call-content.lo `test -f '_gen/tp-svc-call-content.c' || echo '$(srcdir)/'`_gen/tp-svc-call-content.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-call-content.lo `test -f '_gen/tp-svc-call-content.c' || echo '$(srcdir)/'`_gen/tp-svc-call-content.c tp-svc-call-content-media-description.lo: _gen/tp-svc-call-content-media-description.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tp-svc-call-content-media-description.lo -MD -MP -MF $(DEPDIR)/tp-svc-call-content-media-description.Tpo -c -o tp-svc-call-content-media-description.lo `test -f '_gen/tp-svc-call-content-media-description.c' || echo '$(srcdir)/'`_gen/tp-svc-call-content-media-description.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tp-svc-call-content-media-description.Tpo $(DEPDIR)/tp-svc-call-content-media-description.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/tp-svc-call-content-media-description.c' object='tp-svc-call-content-media-description.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/tp-svc-call-content-media-description.c' object='tp-svc-call-content-media-description.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-call-content-media-description.lo `test -f '_gen/tp-svc-call-content-media-description.c' || echo '$(srcdir)/'`_gen/tp-svc-call-content-media-description.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-call-content-media-description.lo `test -f '_gen/tp-svc-call-content-media-description.c' || echo '$(srcdir)/'`_gen/tp-svc-call-content-media-description.c tp-svc-call-stream.lo: _gen/tp-svc-call-stream.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tp-svc-call-stream.lo -MD -MP -MF $(DEPDIR)/tp-svc-call-stream.Tpo -c -o tp-svc-call-stream.lo `test -f '_gen/tp-svc-call-stream.c' || echo '$(srcdir)/'`_gen/tp-svc-call-stream.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tp-svc-call-stream.Tpo $(DEPDIR)/tp-svc-call-stream.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/tp-svc-call-stream.c' object='tp-svc-call-stream.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/tp-svc-call-stream.c' object='tp-svc-call-stream.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-call-stream.lo `test -f '_gen/tp-svc-call-stream.c' || echo '$(srcdir)/'`_gen/tp-svc-call-stream.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-call-stream.lo `test -f '_gen/tp-svc-call-stream.c' || echo '$(srcdir)/'`_gen/tp-svc-call-stream.c tp-svc-call-stream-endpoint.lo: _gen/tp-svc-call-stream-endpoint.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tp-svc-call-stream-endpoint.lo -MD -MP -MF $(DEPDIR)/tp-svc-call-stream-endpoint.Tpo -c -o tp-svc-call-stream-endpoint.lo `test -f '_gen/tp-svc-call-stream-endpoint.c' || echo '$(srcdir)/'`_gen/tp-svc-call-stream-endpoint.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tp-svc-call-stream-endpoint.Tpo $(DEPDIR)/tp-svc-call-stream-endpoint.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/tp-svc-call-stream-endpoint.c' object='tp-svc-call-stream-endpoint.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/tp-svc-call-stream-endpoint.c' object='tp-svc-call-stream-endpoint.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-call-stream-endpoint.lo `test -f '_gen/tp-svc-call-stream-endpoint.c' || echo '$(srcdir)/'`_gen/tp-svc-call-stream-endpoint.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-call-stream-endpoint.lo `test -f '_gen/tp-svc-call-stream-endpoint.c' || echo '$(srcdir)/'`_gen/tp-svc-call-stream-endpoint.c tp-svc-channel.lo: _gen/tp-svc-channel.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tp-svc-channel.lo -MD -MP -MF $(DEPDIR)/tp-svc-channel.Tpo -c -o tp-svc-channel.lo `test -f '_gen/tp-svc-channel.c' || echo '$(srcdir)/'`_gen/tp-svc-channel.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tp-svc-channel.Tpo $(DEPDIR)/tp-svc-channel.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/tp-svc-channel.c' object='tp-svc-channel.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/tp-svc-channel.c' object='tp-svc-channel.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-channel.lo `test -f '_gen/tp-svc-channel.c' || echo '$(srcdir)/'`_gen/tp-svc-channel.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-channel.lo `test -f '_gen/tp-svc-channel.c' || echo '$(srcdir)/'`_gen/tp-svc-channel.c tp-svc-channel-dispatcher.lo: _gen/tp-svc-channel-dispatcher.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tp-svc-channel-dispatcher.lo -MD -MP -MF $(DEPDIR)/tp-svc-channel-dispatcher.Tpo -c -o tp-svc-channel-dispatcher.lo `test -f '_gen/tp-svc-channel-dispatcher.c' || echo '$(srcdir)/'`_gen/tp-svc-channel-dispatcher.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tp-svc-channel-dispatcher.Tpo $(DEPDIR)/tp-svc-channel-dispatcher.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/tp-svc-channel-dispatcher.c' object='tp-svc-channel-dispatcher.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/tp-svc-channel-dispatcher.c' object='tp-svc-channel-dispatcher.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-channel-dispatcher.lo `test -f '_gen/tp-svc-channel-dispatcher.c' || echo '$(srcdir)/'`_gen/tp-svc-channel-dispatcher.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-channel-dispatcher.lo `test -f '_gen/tp-svc-channel-dispatcher.c' || echo '$(srcdir)/'`_gen/tp-svc-channel-dispatcher.c tp-svc-channel-dispatch-operation.lo: _gen/tp-svc-channel-dispatch-operation.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tp-svc-channel-dispatch-operation.lo -MD -MP -MF $(DEPDIR)/tp-svc-channel-dispatch-operation.Tpo -c -o tp-svc-channel-dispatch-operation.lo `test -f '_gen/tp-svc-channel-dispatch-operation.c' || echo '$(srcdir)/'`_gen/tp-svc-channel-dispatch-operation.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tp-svc-channel-dispatch-operation.Tpo $(DEPDIR)/tp-svc-channel-dispatch-operation.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/tp-svc-channel-dispatch-operation.c' object='tp-svc-channel-dispatch-operation.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/tp-svc-channel-dispatch-operation.c' object='tp-svc-channel-dispatch-operation.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-channel-dispatch-operation.lo `test -f '_gen/tp-svc-channel-dispatch-operation.c' || echo '$(srcdir)/'`_gen/tp-svc-channel-dispatch-operation.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-channel-dispatch-operation.lo `test -f '_gen/tp-svc-channel-dispatch-operation.c' || echo '$(srcdir)/'`_gen/tp-svc-channel-dispatch-operation.c tp-svc-channel-request.lo: _gen/tp-svc-channel-request.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tp-svc-channel-request.lo -MD -MP -MF $(DEPDIR)/tp-svc-channel-request.Tpo -c -o tp-svc-channel-request.lo `test -f '_gen/tp-svc-channel-request.c' || echo '$(srcdir)/'`_gen/tp-svc-channel-request.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tp-svc-channel-request.Tpo $(DEPDIR)/tp-svc-channel-request.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/tp-svc-channel-request.c' object='tp-svc-channel-request.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/tp-svc-channel-request.c' object='tp-svc-channel-request.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-channel-request.lo `test -f '_gen/tp-svc-channel-request.c' || echo '$(srcdir)/'`_gen/tp-svc-channel-request.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-channel-request.lo `test -f '_gen/tp-svc-channel-request.c' || echo '$(srcdir)/'`_gen/tp-svc-channel-request.c tp-svc-client.lo: _gen/tp-svc-client.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tp-svc-client.lo -MD -MP -MF $(DEPDIR)/tp-svc-client.Tpo -c -o tp-svc-client.lo `test -f '_gen/tp-svc-client.c' || echo '$(srcdir)/'`_gen/tp-svc-client.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tp-svc-client.Tpo $(DEPDIR)/tp-svc-client.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/tp-svc-client.c' object='tp-svc-client.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/tp-svc-client.c' object='tp-svc-client.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-client.lo `test -f '_gen/tp-svc-client.c' || echo '$(srcdir)/'`_gen/tp-svc-client.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-client.lo `test -f '_gen/tp-svc-client.c' || echo '$(srcdir)/'`_gen/tp-svc-client.c tp-svc-connection.lo: _gen/tp-svc-connection.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tp-svc-connection.lo -MD -MP -MF $(DEPDIR)/tp-svc-connection.Tpo -c -o tp-svc-connection.lo `test -f '_gen/tp-svc-connection.c' || echo '$(srcdir)/'`_gen/tp-svc-connection.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tp-svc-connection.Tpo $(DEPDIR)/tp-svc-connection.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/tp-svc-connection.c' object='tp-svc-connection.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/tp-svc-connection.c' object='tp-svc-connection.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-connection.lo `test -f '_gen/tp-svc-connection.c' || echo '$(srcdir)/'`_gen/tp-svc-connection.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-connection.lo `test -f '_gen/tp-svc-connection.c' || echo '$(srcdir)/'`_gen/tp-svc-connection.c tp-svc-connection-manager.lo: _gen/tp-svc-connection-manager.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tp-svc-connection-manager.lo -MD -MP -MF $(DEPDIR)/tp-svc-connection-manager.Tpo -c -o tp-svc-connection-manager.lo `test -f '_gen/tp-svc-connection-manager.c' || echo '$(srcdir)/'`_gen/tp-svc-connection-manager.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tp-svc-connection-manager.Tpo $(DEPDIR)/tp-svc-connection-manager.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/tp-svc-connection-manager.c' object='tp-svc-connection-manager.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/tp-svc-connection-manager.c' object='tp-svc-connection-manager.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-connection-manager.lo `test -f '_gen/tp-svc-connection-manager.c' || echo '$(srcdir)/'`_gen/tp-svc-connection-manager.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-connection-manager.lo `test -f '_gen/tp-svc-connection-manager.c' || echo '$(srcdir)/'`_gen/tp-svc-connection-manager.c tp-svc-debug.lo: _gen/tp-svc-debug.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tp-svc-debug.lo -MD -MP -MF $(DEPDIR)/tp-svc-debug.Tpo -c -o tp-svc-debug.lo `test -f '_gen/tp-svc-debug.c' || echo '$(srcdir)/'`_gen/tp-svc-debug.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tp-svc-debug.Tpo $(DEPDIR)/tp-svc-debug.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/tp-svc-debug.c' object='tp-svc-debug.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/tp-svc-debug.c' object='tp-svc-debug.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-debug.lo `test -f '_gen/tp-svc-debug.c' || echo '$(srcdir)/'`_gen/tp-svc-debug.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-debug.lo `test -f '_gen/tp-svc-debug.c' || echo '$(srcdir)/'`_gen/tp-svc-debug.c tp-svc-generic.lo: _gen/tp-svc-generic.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tp-svc-generic.lo -MD -MP -MF $(DEPDIR)/tp-svc-generic.Tpo -c -o tp-svc-generic.lo `test -f '_gen/tp-svc-generic.c' || echo '$(srcdir)/'`_gen/tp-svc-generic.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tp-svc-generic.Tpo $(DEPDIR)/tp-svc-generic.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/tp-svc-generic.c' object='tp-svc-generic.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/tp-svc-generic.c' object='tp-svc-generic.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-generic.lo `test -f '_gen/tp-svc-generic.c' || echo '$(srcdir)/'`_gen/tp-svc-generic.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-generic.lo `test -f '_gen/tp-svc-generic.c' || echo '$(srcdir)/'`_gen/tp-svc-generic.c tp-svc-media-session-handler.lo: _gen/tp-svc-media-session-handler.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tp-svc-media-session-handler.lo -MD -MP -MF $(DEPDIR)/tp-svc-media-session-handler.Tpo -c -o tp-svc-media-session-handler.lo `test -f '_gen/tp-svc-media-session-handler.c' || echo '$(srcdir)/'`_gen/tp-svc-media-session-handler.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tp-svc-media-session-handler.Tpo $(DEPDIR)/tp-svc-media-session-handler.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/tp-svc-media-session-handler.c' object='tp-svc-media-session-handler.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/tp-svc-media-session-handler.c' object='tp-svc-media-session-handler.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-media-session-handler.lo `test -f '_gen/tp-svc-media-session-handler.c' || echo '$(srcdir)/'`_gen/tp-svc-media-session-handler.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-media-session-handler.lo `test -f '_gen/tp-svc-media-session-handler.c' || echo '$(srcdir)/'`_gen/tp-svc-media-session-handler.c tp-svc-media-stream-handler.lo: _gen/tp-svc-media-stream-handler.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tp-svc-media-stream-handler.lo -MD -MP -MF $(DEPDIR)/tp-svc-media-stream-handler.Tpo -c -o tp-svc-media-stream-handler.lo `test -f '_gen/tp-svc-media-stream-handler.c' || echo '$(srcdir)/'`_gen/tp-svc-media-stream-handler.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tp-svc-media-stream-handler.Tpo $(DEPDIR)/tp-svc-media-stream-handler.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/tp-svc-media-stream-handler.c' object='tp-svc-media-stream-handler.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/tp-svc-media-stream-handler.c' object='tp-svc-media-stream-handler.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-media-stream-handler.lo `test -f '_gen/tp-svc-media-stream-handler.c' || echo '$(srcdir)/'`_gen/tp-svc-media-stream-handler.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-media-stream-handler.lo `test -f '_gen/tp-svc-media-stream-handler.c' || echo '$(srcdir)/'`_gen/tp-svc-media-stream-handler.c tp-svc-protocol.lo: _gen/tp-svc-protocol.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tp-svc-protocol.lo -MD -MP -MF $(DEPDIR)/tp-svc-protocol.Tpo -c -o tp-svc-protocol.lo `test -f '_gen/tp-svc-protocol.c' || echo '$(srcdir)/'`_gen/tp-svc-protocol.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tp-svc-protocol.Tpo $(DEPDIR)/tp-svc-protocol.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/tp-svc-protocol.c' object='tp-svc-protocol.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/tp-svc-protocol.c' object='tp-svc-protocol.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-protocol.lo `test -f '_gen/tp-svc-protocol.c' || echo '$(srcdir)/'`_gen/tp-svc-protocol.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-protocol.lo `test -f '_gen/tp-svc-protocol.c' || echo '$(srcdir)/'`_gen/tp-svc-protocol.c tp-svc-tls-cert.lo: _gen/tp-svc-tls-cert.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tp-svc-tls-cert.lo -MD -MP -MF $(DEPDIR)/tp-svc-tls-cert.Tpo -c -o tp-svc-tls-cert.lo `test -f '_gen/tp-svc-tls-cert.c' || echo '$(srcdir)/'`_gen/tp-svc-tls-cert.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tp-svc-tls-cert.Tpo $(DEPDIR)/tp-svc-tls-cert.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/tp-svc-tls-cert.c' object='tp-svc-tls-cert.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/tp-svc-tls-cert.c' object='tp-svc-tls-cert.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-tls-cert.lo `test -f '_gen/tp-svc-tls-cert.c' || echo '$(srcdir)/'`_gen/tp-svc-tls-cert.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tp-svc-tls-cert.lo `test -f '_gen/tp-svc-tls-cert.c' || echo '$(srcdir)/'`_gen/tp-svc-tls-cert.c mostlyclean-libtool: -rm -f *.lo @@ -1409,9 +1393,7 @@ @$(NORMAL_UNINSTALL) @list='$(dist_gir_DATA)'; test -n "$(girdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(girdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(girdir)" && rm -f $$files + dir='$(DESTDIR)$(girdir)'; $(am__uninstall_files_from_dir) install-pkgconfigDATA: $(pkgconfig_DATA) @$(NORMAL_INSTALL) test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" @@ -1429,9 +1411,7 @@ @$(NORMAL_UNINSTALL) @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files + dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) install-typelibsDATA: $(typelibs_DATA) @$(NORMAL_INSTALL) test -z "$(typelibsdir)" || $(MKDIR_P) "$(DESTDIR)$(typelibsdir)" @@ -1449,9 +1429,7 @@ @$(NORMAL_UNINSTALL) @list='$(typelibs_DATA)'; test -n "$(typelibsdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(typelibsdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(typelibsdir)" && rm -f $$files + dir='$(DESTDIR)$(typelibsdir)'; $(am__uninstall_files_from_dir) install-nodist_genincludeHEADERS: $(nodist_geninclude_HEADERS) @$(NORMAL_INSTALL) test -z "$(genincludedir)" || $(MKDIR_P) "$(DESTDIR)$(genincludedir)" @@ -1469,9 +1447,7 @@ @$(NORMAL_UNINSTALL) @list='$(nodist_geninclude_HEADERS)'; test -n "$(genincludedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(genincludedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(genincludedir)" && rm -f $$files + dir='$(DESTDIR)$(genincludedir)'; $(am__uninstall_files_from_dir) install-tpgincludeHEADERS: $(tpginclude_HEADERS) @$(NORMAL_INSTALL) test -z "$(tpgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(tpgincludedir)" @@ -1489,9 +1465,7 @@ @$(NORMAL_UNINSTALL) @list='$(tpginclude_HEADERS)'; test -n "$(tpgincludedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(tpgincludedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(tpgincludedir)" && rm -f $$files + dir='$(DESTDIR)$(tpgincludedir)'; $(am__uninstall_files_from_dir) ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -1595,10 +1569,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/telepathy-glib/TelepathyGLib-0.12.gir telepathy-glib-0.17.7/telepathy-glib/TelepathyGLib-0.12.gir --- telepathy-glib-0.17.6/telepathy-glib/TelepathyGLib-0.12.gir 2012-03-19 15:34:50.000000000 +0000 +++ telepathy-glib-0.17.7/telepathy-glib/TelepathyGLib-0.12.gir 2012-03-22 21:44:51.000000000 +0000 @@ -6877,6 +6877,9 @@ + + + diff -Nru telepathy-glib-0.17.6/telepathy-glib/versions/0.17.7.abi telepathy-glib-0.17.7/telepathy-glib/versions/0.17.7.abi --- telepathy-glib-0.17.6/telepathy-glib/versions/0.17.7.abi 1970-01-01 00:00:00.000000000 +0000 +++ telepathy-glib-0.17.7/telepathy-glib/versions/0.17.7.abi 2012-03-22 21:40:32.000000000 +0000 @@ -0,0 +1,5 @@ +Version: TELEPATHY_GLIB_0.17.7 +Extends: TELEPATHY_GLIB_0.17.6 +Release: 0.17.7 + +tp_base_media_call_stream_get_local_sending diff -Nru telepathy-glib-0.17.6/tests/dbus/Makefile.in telepathy-glib-0.17.7/tests/dbus/Makefile.in --- telepathy-glib-0.17.6/tests/dbus/Makefile.in 2012-03-19 15:34:30.000000000 +0000 +++ telepathy-glib-0.17.7/tests/dbus/Makefile.in 2012-03-22 21:35:36.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -109,8 +109,8 @@ $(top_builddir)/tests/lib/libtp-glib-tests.la \ $(top_builddir)/telepathy-glib/libtelepathy-glib.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am_test_account_channel_request_OBJECTS = \ account-channel-request.$(OBJEXT) @@ -563,6 +563,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } SCRIPTS = $(tests_SCRIPTS) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp @@ -574,21 +580,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(test_account_SOURCES) \ $(test_account_channel_request_SOURCES) \ @@ -1149,6 +1155,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/tools/check-coding-style.mk $(top_srcdir)/tools/valgrind.mk: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh @@ -1210,184 +1217,184 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -test-account$(EXEEXT): $(test_account_OBJECTS) $(test_account_DEPENDENCIES) +test-account$(EXEEXT): $(test_account_OBJECTS) $(test_account_DEPENDENCIES) $(EXTRA_test_account_DEPENDENCIES) @rm -f test-account$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_account_OBJECTS) $(test_account_LDADD) $(LIBS) -test-account-channel-request$(EXEEXT): $(test_account_channel_request_OBJECTS) $(test_account_channel_request_DEPENDENCIES) +test-account-channel-request$(EXEEXT): $(test_account_channel_request_OBJECTS) $(test_account_channel_request_DEPENDENCIES) $(EXTRA_test_account_channel_request_DEPENDENCIES) @rm -f test-account-channel-request$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_account_channel_request_OBJECTS) $(test_account_channel_request_LDADD) $(LIBS) -test-account-manager$(EXEEXT): $(test_account_manager_OBJECTS) $(test_account_manager_DEPENDENCIES) +test-account-manager$(EXEEXT): $(test_account_manager_OBJECTS) $(test_account_manager_DEPENDENCIES) $(EXTRA_test_account_manager_DEPENDENCIES) @rm -f test-account-manager$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_account_manager_OBJECTS) $(test_account_manager_LDADD) $(LIBS) -test-base-client$(EXEEXT): $(test_base_client_OBJECTS) $(test_base_client_DEPENDENCIES) +test-base-client$(EXEEXT): $(test_base_client_OBJECTS) $(test_base_client_DEPENDENCIES) $(EXTRA_test_base_client_DEPENDENCIES) @rm -f test-base-client$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_base_client_OBJECTS) $(test_base_client_LDADD) $(LIBS) -test-call-cancellation$(EXEEXT): $(test_call_cancellation_OBJECTS) $(test_call_cancellation_DEPENDENCIES) +test-call-cancellation$(EXEEXT): $(test_call_cancellation_OBJECTS) $(test_call_cancellation_DEPENDENCIES) $(EXTRA_test_call_cancellation_DEPENDENCIES) @rm -f test-call-cancellation$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_call_cancellation_OBJECTS) $(test_call_cancellation_LDADD) $(LIBS) -test-call-channel$(EXEEXT): $(test_call_channel_OBJECTS) $(test_call_channel_DEPENDENCIES) +test-call-channel$(EXEEXT): $(test_call_channel_OBJECTS) $(test_call_channel_DEPENDENCIES) $(EXTRA_test_call_channel_DEPENDENCIES) @rm -f test-call-channel$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_call_channel_OBJECTS) $(test_call_channel_LDADD) $(LIBS) -test-channel$(EXEEXT): $(test_channel_OBJECTS) $(test_channel_DEPENDENCIES) +test-channel$(EXEEXT): $(test_channel_OBJECTS) $(test_channel_DEPENDENCIES) $(EXTRA_test_channel_DEPENDENCIES) @rm -f test-channel$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_channel_OBJECTS) $(test_channel_LDADD) $(LIBS) -test-channel-dispatch-operation$(EXEEXT): $(test_channel_dispatch_operation_OBJECTS) $(test_channel_dispatch_operation_DEPENDENCIES) +test-channel-dispatch-operation$(EXEEXT): $(test_channel_dispatch_operation_OBJECTS) $(test_channel_dispatch_operation_DEPENDENCIES) $(EXTRA_test_channel_dispatch_operation_DEPENDENCIES) @rm -f test-channel-dispatch-operation$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_channel_dispatch_operation_OBJECTS) $(test_channel_dispatch_operation_LDADD) $(LIBS) -test-channel-dispatcher$(EXEEXT): $(test_channel_dispatcher_OBJECTS) $(test_channel_dispatcher_DEPENDENCIES) +test-channel-dispatcher$(EXEEXT): $(test_channel_dispatcher_OBJECTS) $(test_channel_dispatcher_DEPENDENCIES) $(EXTRA_test_channel_dispatcher_DEPENDENCIES) @rm -f test-channel-dispatcher$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_channel_dispatcher_OBJECTS) $(test_channel_dispatcher_LDADD) $(LIBS) -test-channel-introspect$(EXEEXT): $(test_channel_introspect_OBJECTS) $(test_channel_introspect_DEPENDENCIES) +test-channel-introspect$(EXEEXT): $(test_channel_introspect_OBJECTS) $(test_channel_introspect_DEPENDENCIES) $(EXTRA_test_channel_introspect_DEPENDENCIES) @rm -f test-channel-introspect$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_channel_introspect_OBJECTS) $(test_channel_introspect_LDADD) $(LIBS) -test-channel-manager-request-properties$(EXEEXT): $(test_channel_manager_request_properties_OBJECTS) $(test_channel_manager_request_properties_DEPENDENCIES) +test-channel-manager-request-properties$(EXEEXT): $(test_channel_manager_request_properties_OBJECTS) $(test_channel_manager_request_properties_DEPENDENCIES) $(EXTRA_test_channel_manager_request_properties_DEPENDENCIES) @rm -f test-channel-manager-request-properties$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_channel_manager_request_properties_OBJECTS) $(test_channel_manager_request_properties_LDADD) $(LIBS) -test-channel-request$(EXEEXT): $(test_channel_request_OBJECTS) $(test_channel_request_DEPENDENCIES) +test-channel-request$(EXEEXT): $(test_channel_request_OBJECTS) $(test_channel_request_DEPENDENCIES) $(EXTRA_test_channel_request_DEPENDENCIES) @rm -f test-channel-request$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_channel_request_OBJECTS) $(test_channel_request_LDADD) $(LIBS) -test-cli-group$(EXEEXT): $(test_cli_group_OBJECTS) $(test_cli_group_DEPENDENCIES) +test-cli-group$(EXEEXT): $(test_cli_group_OBJECTS) $(test_cli_group_DEPENDENCIES) $(EXTRA_test_cli_group_DEPENDENCIES) @rm -f test-cli-group$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_cli_group_OBJECTS) $(test_cli_group_LDADD) $(LIBS) -test-client$(EXEEXT): $(test_client_OBJECTS) $(test_client_DEPENDENCIES) +test-client$(EXEEXT): $(test_client_OBJECTS) $(test_client_DEPENDENCIES) $(EXTRA_test_client_DEPENDENCIES) @rm -f test-client$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_client_OBJECTS) $(test_client_LDADD) $(LIBS) -test-client-channel-factory$(EXEEXT): $(test_client_channel_factory_OBJECTS) $(test_client_channel_factory_DEPENDENCIES) +test-client-channel-factory$(EXEEXT): $(test_client_channel_factory_OBJECTS) $(test_client_channel_factory_DEPENDENCIES) $(EXTRA_test_client_channel_factory_DEPENDENCIES) @rm -f test-client-channel-factory$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_client_channel_factory_OBJECTS) $(test_client_channel_factory_LDADD) $(LIBS) -test-cm$(EXEEXT): $(test_cm_OBJECTS) $(test_cm_DEPENDENCIES) +test-cm$(EXEEXT): $(test_cm_OBJECTS) $(test_cm_DEPENDENCIES) $(EXTRA_test_cm_DEPENDENCIES) @rm -f test-cm$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_cm_OBJECTS) $(test_cm_LDADD) $(LIBS) -test-cm-message$(EXEEXT): $(test_cm_message_OBJECTS) $(test_cm_message_DEPENDENCIES) +test-cm-message$(EXEEXT): $(test_cm_message_OBJECTS) $(test_cm_message_DEPENDENCIES) $(EXTRA_test_cm_message_DEPENDENCIES) @rm -f test-cm-message$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_cm_message_OBJECTS) $(test_cm_message_LDADD) $(LIBS) -test-connection$(EXEEXT): $(test_connection_OBJECTS) $(test_connection_DEPENDENCIES) +test-connection$(EXEEXT): $(test_connection_OBJECTS) $(test_connection_DEPENDENCIES) $(EXTRA_test_connection_DEPENDENCIES) @rm -f test-connection$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_connection_OBJECTS) $(test_connection_LDADD) $(LIBS) -test-connection-aliasing$(EXEEXT): $(test_connection_aliasing_OBJECTS) $(test_connection_aliasing_DEPENDENCIES) +test-connection-aliasing$(EXEEXT): $(test_connection_aliasing_OBJECTS) $(test_connection_aliasing_DEPENDENCIES) $(EXTRA_test_connection_aliasing_DEPENDENCIES) @rm -f test-connection-aliasing$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_connection_aliasing_OBJECTS) $(test_connection_aliasing_LDADD) $(LIBS) -test-connection-balance$(EXEEXT): $(test_connection_balance_OBJECTS) $(test_connection_balance_DEPENDENCIES) +test-connection-balance$(EXEEXT): $(test_connection_balance_OBJECTS) $(test_connection_balance_DEPENDENCIES) $(EXTRA_test_connection_balance_DEPENDENCIES) @rm -f test-connection-balance$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_connection_balance_OBJECTS) $(test_connection_balance_LDADD) $(LIBS) -test-connection-bug-18845$(EXEEXT): $(test_connection_bug_18845_OBJECTS) $(test_connection_bug_18845_DEPENDENCIES) +test-connection-bug-18845$(EXEEXT): $(test_connection_bug_18845_OBJECTS) $(test_connection_bug_18845_DEPENDENCIES) $(EXTRA_test_connection_bug_18845_DEPENDENCIES) @rm -f test-connection-bug-18845$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_connection_bug_18845_OBJECTS) $(test_connection_bug_18845_LDADD) $(LIBS) -test-connection-error$(EXEEXT): $(test_connection_error_OBJECTS) $(test_connection_error_DEPENDENCIES) +test-connection-error$(EXEEXT): $(test_connection_error_OBJECTS) $(test_connection_error_DEPENDENCIES) $(EXTRA_test_connection_error_DEPENDENCIES) @rm -f test-connection-error$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_connection_error_OBJECTS) $(test_connection_error_LDADD) $(LIBS) -test-connection-getinterfaces-failure$(EXEEXT): $(test_connection_getinterfaces_failure_OBJECTS) $(test_connection_getinterfaces_failure_DEPENDENCIES) +test-connection-getinterfaces-failure$(EXEEXT): $(test_connection_getinterfaces_failure_OBJECTS) $(test_connection_getinterfaces_failure_DEPENDENCIES) $(EXTRA_test_connection_getinterfaces_failure_DEPENDENCIES) @rm -f test-connection-getinterfaces-failure$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_connection_getinterfaces_failure_OBJECTS) $(test_connection_getinterfaces_failure_LDADD) $(LIBS) -test-connection-handles$(EXEEXT): $(test_connection_handles_OBJECTS) $(test_connection_handles_DEPENDENCIES) +test-connection-handles$(EXEEXT): $(test_connection_handles_OBJECTS) $(test_connection_handles_DEPENDENCIES) $(EXTRA_test_connection_handles_DEPENDENCIES) @rm -f test-connection-handles$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_connection_handles_OBJECTS) $(test_connection_handles_LDADD) $(LIBS) -test-connection-inject-bug16307$(EXEEXT): $(test_connection_inject_bug16307_OBJECTS) $(test_connection_inject_bug16307_DEPENDENCIES) +test-connection-inject-bug16307$(EXEEXT): $(test_connection_inject_bug16307_OBJECTS) $(test_connection_inject_bug16307_DEPENDENCIES) $(EXTRA_test_connection_inject_bug16307_DEPENDENCIES) @rm -f test-connection-inject-bug16307$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_connection_inject_bug16307_OBJECTS) $(test_connection_inject_bug16307_LDADD) $(LIBS) -test-connection-interests$(EXEEXT): $(test_connection_interests_OBJECTS) $(test_connection_interests_DEPENDENCIES) +test-connection-interests$(EXEEXT): $(test_connection_interests_OBJECTS) $(test_connection_interests_DEPENDENCIES) $(EXTRA_test_connection_interests_DEPENDENCIES) @rm -f test-connection-interests$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_connection_interests_OBJECTS) $(test_connection_interests_LDADD) $(LIBS) -test-contact-list-client$(EXEEXT): $(test_contact_list_client_OBJECTS) $(test_contact_list_client_DEPENDENCIES) +test-contact-list-client$(EXEEXT): $(test_contact_list_client_OBJECTS) $(test_contact_list_client_DEPENDENCIES) $(EXTRA_test_contact_list_client_DEPENDENCIES) @rm -f test-contact-list-client$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_contact_list_client_OBJECTS) $(test_contact_list_client_LDADD) $(LIBS) -test-contact-lists$(EXEEXT): $(test_contact_lists_OBJECTS) $(test_contact_lists_DEPENDENCIES) +test-contact-lists$(EXEEXT): $(test_contact_lists_OBJECTS) $(test_contact_lists_DEPENDENCIES) $(EXTRA_test_contact_lists_DEPENDENCIES) @rm -f test-contact-lists$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_contact_lists_OBJECTS) $(test_contact_lists_LDADD) $(LIBS) -test-contacts$(EXEEXT): $(test_contacts_OBJECTS) $(test_contacts_DEPENDENCIES) +test-contacts$(EXEEXT): $(test_contacts_OBJECTS) $(test_contacts_DEPENDENCIES) $(EXTRA_test_contacts_DEPENDENCIES) @rm -f test-contacts$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_contacts_OBJECTS) $(test_contacts_LDADD) $(LIBS) -test-contacts-bug-19101$(EXEEXT): $(test_contacts_bug_19101_OBJECTS) $(test_contacts_bug_19101_DEPENDENCIES) +test-contacts-bug-19101$(EXEEXT): $(test_contacts_bug_19101_OBJECTS) $(test_contacts_bug_19101_DEPENDENCIES) $(EXTRA_test_contacts_bug_19101_DEPENDENCIES) @rm -f test-contacts-bug-19101$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_contacts_bug_19101_OBJECTS) $(test_contacts_bug_19101_LDADD) $(LIBS) -test-contacts-mixin$(EXEEXT): $(test_contacts_mixin_OBJECTS) $(test_contacts_mixin_DEPENDENCIES) +test-contacts-mixin$(EXEEXT): $(test_contacts_mixin_OBJECTS) $(test_contacts_mixin_DEPENDENCIES) $(EXTRA_test_contacts_mixin_DEPENDENCIES) @rm -f test-contacts-mixin$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_contacts_mixin_OBJECTS) $(test_contacts_mixin_LDADD) $(LIBS) -test-contacts-slow-path$(EXEEXT): $(test_contacts_slow_path_OBJECTS) $(test_contacts_slow_path_DEPENDENCIES) +test-contacts-slow-path$(EXEEXT): $(test_contacts_slow_path_OBJECTS) $(test_contacts_slow_path_DEPENDENCIES) $(EXTRA_test_contacts_slow_path_DEPENDENCIES) @rm -f test-contacts-slow-path$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_contacts_slow_path_OBJECTS) $(test_contacts_slow_path_LDADD) $(LIBS) -test-dbus$(EXEEXT): $(test_dbus_OBJECTS) $(test_dbus_DEPENDENCIES) +test-dbus$(EXEEXT): $(test_dbus_OBJECTS) $(test_dbus_DEPENDENCIES) $(EXTRA_test_dbus_DEPENDENCIES) @rm -f test-dbus$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_dbus_OBJECTS) $(test_dbus_LDADD) $(LIBS) -test-dbus-tube$(EXEEXT): $(test_dbus_tube_OBJECTS) $(test_dbus_tube_DEPENDENCIES) +test-dbus-tube$(EXEEXT): $(test_dbus_tube_OBJECTS) $(test_dbus_tube_DEPENDENCIES) $(EXTRA_test_dbus_tube_DEPENDENCIES) @rm -f test-dbus-tube$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_dbus_tube_OBJECTS) $(test_dbus_tube_LDADD) $(LIBS) -test-disconnection$(EXEEXT): $(test_disconnection_OBJECTS) $(test_disconnection_DEPENDENCIES) +test-disconnection$(EXEEXT): $(test_disconnection_OBJECTS) $(test_disconnection_DEPENDENCIES) $(EXTRA_test_disconnection_DEPENDENCIES) @rm -f test-disconnection$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_disconnection_OBJECTS) $(test_disconnection_LDADD) $(LIBS) -test-error-enum$(EXEEXT): $(test_error_enum_OBJECTS) $(test_error_enum_DEPENDENCIES) +test-error-enum$(EXEEXT): $(test_error_enum_OBJECTS) $(test_error_enum_DEPENDENCIES) $(EXTRA_test_error_enum_DEPENDENCIES) @rm -f test-error-enum$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_error_enum_OBJECTS) $(test_error_enum_LDADD) $(LIBS) -test-example-no-protocols$(EXEEXT): $(test_example_no_protocols_OBJECTS) $(test_example_no_protocols_DEPENDENCIES) +test-example-no-protocols$(EXEEXT): $(test_example_no_protocols_OBJECTS) $(test_example_no_protocols_DEPENDENCIES) $(EXTRA_test_example_no_protocols_DEPENDENCIES) @rm -f test-example-no-protocols$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_example_no_protocols_OBJECTS) $(test_example_no_protocols_LDADD) $(LIBS) -test-file-transfer-channel$(EXEEXT): $(test_file_transfer_channel_OBJECTS) $(test_file_transfer_channel_DEPENDENCIES) +test-file-transfer-channel$(EXEEXT): $(test_file_transfer_channel_OBJECTS) $(test_file_transfer_channel_DEPENDENCIES) $(EXTRA_test_file_transfer_channel_DEPENDENCIES) @rm -f test-file-transfer-channel$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_file_transfer_channel_OBJECTS) $(test_file_transfer_channel_LDADD) $(LIBS) -test-finalized-in-invalidated-handler$(EXEEXT): $(test_finalized_in_invalidated_handler_OBJECTS) $(test_finalized_in_invalidated_handler_DEPENDENCIES) +test-finalized-in-invalidated-handler$(EXEEXT): $(test_finalized_in_invalidated_handler_OBJECTS) $(test_finalized_in_invalidated_handler_DEPENDENCIES) $(EXTRA_test_finalized_in_invalidated_handler_DEPENDENCIES) @rm -f test-finalized-in-invalidated-handler$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_finalized_in_invalidated_handler_OBJECTS) $(test_finalized_in_invalidated_handler_LDADD) $(LIBS) -test-get-interface-after-invalidate$(EXEEXT): $(test_get_interface_after_invalidate_OBJECTS) $(test_get_interface_after_invalidate_DEPENDENCIES) +test-get-interface-after-invalidate$(EXEEXT): $(test_get_interface_after_invalidate_OBJECTS) $(test_get_interface_after_invalidate_DEPENDENCIES) $(EXTRA_test_get_interface_after_invalidate_DEPENDENCIES) @rm -f test-get-interface-after-invalidate$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_get_interface_after_invalidate_OBJECTS) $(test_get_interface_after_invalidate_LDADD) $(LIBS) -test-group-mixin$(EXEEXT): $(test_group_mixin_OBJECTS) $(test_group_mixin_DEPENDENCIES) +test-group-mixin$(EXEEXT): $(test_group_mixin_OBJECTS) $(test_group_mixin_DEPENDENCIES) $(EXTRA_test_group_mixin_DEPENDENCIES) @rm -f test-group-mixin$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_group_mixin_OBJECTS) $(test_group_mixin_LDADD) $(LIBS) -test-handle-repo$(EXEEXT): $(test_handle_repo_OBJECTS) $(test_handle_repo_DEPENDENCIES) +test-handle-repo$(EXEEXT): $(test_handle_repo_OBJECTS) $(test_handle_repo_DEPENDENCIES) $(EXTRA_test_handle_repo_DEPENDENCIES) @rm -f test-handle-repo$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_handle_repo_OBJECTS) $(test_handle_repo_LDADD) $(LIBS) -test-handle-set$(EXEEXT): $(test_handle_set_OBJECTS) $(test_handle_set_DEPENDENCIES) +test-handle-set$(EXEEXT): $(test_handle_set_OBJECTS) $(test_handle_set_DEPENDENCIES) $(EXTRA_test_handle_set_DEPENDENCIES) @rm -f test-handle-set$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_handle_set_OBJECTS) $(test_handle_set_LDADD) $(LIBS) -test-invalidated-while-invoking-signals$(EXEEXT): $(test_invalidated_while_invoking_signals_OBJECTS) $(test_invalidated_while_invoking_signals_DEPENDENCIES) +test-invalidated-while-invoking-signals$(EXEEXT): $(test_invalidated_while_invoking_signals_OBJECTS) $(test_invalidated_while_invoking_signals_DEPENDENCIES) $(EXTRA_test_invalidated_while_invoking_signals_DEPENDENCIES) @rm -f test-invalidated-while-invoking-signals$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_invalidated_while_invoking_signals_OBJECTS) $(test_invalidated_while_invoking_signals_LDADD) $(LIBS) -test-long-connection-name$(EXEEXT): $(test_long_connection_name_OBJECTS) $(test_long_connection_name_DEPENDENCIES) +test-long-connection-name$(EXEEXT): $(test_long_connection_name_OBJECTS) $(test_long_connection_name_DEPENDENCIES) $(EXTRA_test_long_connection_name_DEPENDENCIES) @rm -f test-long-connection-name$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_long_connection_name_OBJECTS) $(test_long_connection_name_LDADD) $(LIBS) -test-message-mixin$(EXEEXT): $(test_message_mixin_OBJECTS) $(test_message_mixin_DEPENDENCIES) +test-message-mixin$(EXEEXT): $(test_message_mixin_OBJECTS) $(test_message_mixin_DEPENDENCIES) $(EXTRA_test_message_mixin_DEPENDENCIES) @rm -f test-message-mixin$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_message_mixin_OBJECTS) $(test_message_mixin_LDADD) $(LIBS) -test-params-cm$(EXEEXT): $(test_params_cm_OBJECTS) $(test_params_cm_DEPENDENCIES) +test-params-cm$(EXEEXT): $(test_params_cm_OBJECTS) $(test_params_cm_DEPENDENCIES) $(EXTRA_test_params_cm_DEPENDENCIES) @rm -f test-params-cm$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_params_cm_OBJECTS) $(test_params_cm_LDADD) $(LIBS) -test-properties$(EXEEXT): $(test_properties_OBJECTS) $(test_properties_DEPENDENCIES) +test-properties$(EXEEXT): $(test_properties_OBJECTS) $(test_properties_DEPENDENCIES) $(EXTRA_test_properties_DEPENDENCIES) @rm -f test-properties$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_properties_OBJECTS) $(test_properties_LDADD) $(LIBS) -test-protocol-objects$(EXEEXT): $(test_protocol_objects_OBJECTS) $(test_protocol_objects_DEPENDENCIES) +test-protocol-objects$(EXEEXT): $(test_protocol_objects_OBJECTS) $(test_protocol_objects_DEPENDENCIES) $(EXTRA_test_protocol_objects_DEPENDENCIES) @rm -f test-protocol-objects$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_protocol_objects_OBJECTS) $(test_protocol_objects_LDADD) $(LIBS) -test-proxy-preparation$(EXEEXT): $(test_proxy_preparation_OBJECTS) $(test_proxy_preparation_DEPENDENCIES) +test-proxy-preparation$(EXEEXT): $(test_proxy_preparation_OBJECTS) $(test_proxy_preparation_DEPENDENCIES) $(EXTRA_test_proxy_preparation_DEPENDENCIES) @rm -f test-proxy-preparation$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_proxy_preparation_OBJECTS) $(test_proxy_preparation_LDADD) $(LIBS) -test-self-handle$(EXEEXT): $(test_self_handle_OBJECTS) $(test_self_handle_DEPENDENCIES) +test-self-handle$(EXEEXT): $(test_self_handle_OBJECTS) $(test_self_handle_DEPENDENCIES) $(EXTRA_test_self_handle_DEPENDENCIES) @rm -f test-self-handle$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_self_handle_OBJECTS) $(test_self_handle_LDADD) $(LIBS) -test-self-presence$(EXEEXT): $(test_self_presence_OBJECTS) $(test_self_presence_DEPENDENCIES) +test-self-presence$(EXEEXT): $(test_self_presence_OBJECTS) $(test_self_presence_DEPENDENCIES) $(EXTRA_test_self_presence_DEPENDENCIES) @rm -f test-self-presence$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_self_presence_OBJECTS) $(test_self_presence_LDADD) $(LIBS) -test-simple-approver$(EXEEXT): $(test_simple_approver_OBJECTS) $(test_simple_approver_DEPENDENCIES) +test-simple-approver$(EXEEXT): $(test_simple_approver_OBJECTS) $(test_simple_approver_DEPENDENCIES) $(EXTRA_test_simple_approver_DEPENDENCIES) @rm -f test-simple-approver$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_simple_approver_OBJECTS) $(test_simple_approver_LDADD) $(LIBS) -test-simple-handler$(EXEEXT): $(test_simple_handler_OBJECTS) $(test_simple_handler_DEPENDENCIES) +test-simple-handler$(EXEEXT): $(test_simple_handler_OBJECTS) $(test_simple_handler_DEPENDENCIES) $(EXTRA_test_simple_handler_DEPENDENCIES) @rm -f test-simple-handler$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_simple_handler_OBJECTS) $(test_simple_handler_LDADD) $(LIBS) -test-simple-observer$(EXEEXT): $(test_simple_observer_OBJECTS) $(test_simple_observer_DEPENDENCIES) +test-simple-observer$(EXEEXT): $(test_simple_observer_OBJECTS) $(test_simple_observer_DEPENDENCIES) $(EXTRA_test_simple_observer_DEPENDENCIES) @rm -f test-simple-observer$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_simple_observer_OBJECTS) $(test_simple_observer_LDADD) $(LIBS) -test-stream-tube$(EXEEXT): $(test_stream_tube_OBJECTS) $(test_stream_tube_DEPENDENCIES) +test-stream-tube$(EXEEXT): $(test_stream_tube_OBJECTS) $(test_stream_tube_DEPENDENCIES) $(EXTRA_test_stream_tube_DEPENDENCIES) @rm -f test-stream-tube$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_stream_tube_OBJECTS) $(test_stream_tube_LDADD) $(LIBS) -test-text-channel$(EXEEXT): $(test_text_channel_OBJECTS) $(test_text_channel_DEPENDENCIES) +test-text-channel$(EXEEXT): $(test_text_channel_OBJECTS) $(test_text_channel_DEPENDENCIES) $(EXTRA_test_text_channel_DEPENDENCIES) @rm -f test-text-channel$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_text_channel_OBJECTS) $(test_text_channel_LDADD) $(LIBS) -test-text-mixin$(EXEEXT): $(test_text_mixin_OBJECTS) $(test_text_mixin_DEPENDENCIES) +test-text-mixin$(EXEEXT): $(test_text_mixin_OBJECTS) $(test_text_mixin_DEPENDENCIES) $(EXTRA_test_text_mixin_DEPENDENCIES) @rm -f test-text-mixin$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_text_mixin_OBJECTS) $(test_text_mixin_LDADD) $(LIBS) -test-text-respawn$(EXEEXT): $(test_text_respawn_OBJECTS) $(test_text_respawn_DEPENDENCIES) +test-text-respawn$(EXEEXT): $(test_text_respawn_OBJECTS) $(test_text_respawn_DEPENDENCIES) $(EXTRA_test_text_respawn_DEPENDENCIES) @rm -f test-text-respawn$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_text_respawn_OBJECTS) $(test_text_respawn_LDADD) $(LIBS) -test-unsupported-interface$(EXEEXT): $(test_unsupported_interface_OBJECTS) $(test_unsupported_interface_DEPENDENCIES) +test-unsupported-interface$(EXEEXT): $(test_unsupported_interface_OBJECTS) $(test_unsupported_interface_DEPENDENCIES) $(EXTRA_test_unsupported_interface_DEPENDENCIES) @rm -f test-unsupported-interface$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_unsupported_interface_OBJECTS) $(test_unsupported_interface_LDADD) $(LIBS) install-testsSCRIPTS: $(tests_SCRIPTS) @@ -1421,9 +1428,7 @@ @list='$(tests_SCRIPTS)'; test -n "$(testsdir)" || exit 0; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 's,.*/,,;$(transform)'`; \ - test -n "$$list" || exit 0; \ - echo " ( cd '$(DESTDIR)$(testsdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(testsdir)" && rm -f $$files + dir='$(DESTDIR)$(testsdir)'; $(am__uninstall_files_from_dir) mostlyclean-compile: -rm -f *.$(OBJEXT) @@ -1496,42 +1501,37 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< svc.o: _gen/svc.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT svc.o -MD -MP -MF $(DEPDIR)/svc.Tpo -c -o svc.o `test -f '_gen/svc.c' || echo '$(srcdir)/'`_gen/svc.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/svc.Tpo $(DEPDIR)/svc.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/svc.c' object='svc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/svc.c' object='svc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o svc.o `test -f '_gen/svc.c' || echo '$(srcdir)/'`_gen/svc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o svc.o `test -f '_gen/svc.c' || echo '$(srcdir)/'`_gen/svc.c svc.obj: _gen/svc.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT svc.obj -MD -MP -MF $(DEPDIR)/svc.Tpo -c -o svc.obj `if test -f '_gen/svc.c'; then $(CYGPATH_W) '_gen/svc.c'; else $(CYGPATH_W) '$(srcdir)/_gen/svc.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/svc.Tpo $(DEPDIR)/svc.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/svc.c' object='svc.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/svc.c' object='svc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o svc.obj `if test -f '_gen/svc.c'; then $(CYGPATH_W) '_gen/svc.c'; else $(CYGPATH_W) '$(srcdir)/_gen/svc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o svc.obj `if test -f '_gen/svc.c'; then $(CYGPATH_W) '_gen/svc.c'; else $(CYGPATH_W) '$(srcdir)/_gen/svc.c'; fi` mostlyclean-libtool: -rm -f *.lo @@ -1555,9 +1555,7 @@ @$(NORMAL_UNINSTALL) @list='$(dbusconfig_DATA)'; test -n "$(dbusconfigdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(dbusconfigdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(dbusconfigdir)" && rm -f $$files + dir='$(DESTDIR)$(dbusconfigdir)'; $(am__uninstall_files_from_dir) install-dbusserviceDATA: $(dbusservice_DATA) @$(NORMAL_INSTALL) test -z "$(dbusservicedir)" || $(MKDIR_P) "$(DESTDIR)$(dbusservicedir)" @@ -1575,9 +1573,7 @@ @$(NORMAL_UNINSTALL) @list='$(dbusservice_DATA)'; test -n "$(dbusservicedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(dbusservicedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(dbusservicedir)" && rm -f $$files + dir='$(DESTDIR)$(dbusservicedir)'; $(am__uninstall_files_from_dir) install-managersDATA: $(managers_DATA) @$(NORMAL_INSTALL) test -z "$(managersdir)" || $(MKDIR_P) "$(DESTDIR)$(managersdir)" @@ -1595,9 +1591,7 @@ @$(NORMAL_UNINSTALL) @list='$(managers_DATA)'; test -n "$(managersdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(managersdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(managersdir)" && rm -f $$files + dir='$(DESTDIR)$(managersdir)'; $(am__uninstall_files_from_dir) install-testsDATA: $(tests_DATA) @$(NORMAL_INSTALL) test -z "$(testsdir)" || $(MKDIR_P) "$(DESTDIR)$(testsdir)" @@ -1615,9 +1609,7 @@ @$(NORMAL_UNINSTALL) @list='$(tests_DATA)'; test -n "$(testsdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(testsdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(testsdir)" && rm -f $$files + dir='$(DESTDIR)$(testsdir)'; $(am__uninstall_files_from_dir) ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -1752,14 +1744,15 @@ fi; \ dashes=`echo "$$dashes" | sed s/./=/g`; \ if test "$$failed" -eq 0; then \ - echo "$$grn$$dashes"; \ + col="$$grn"; \ else \ - echo "$$red$$dashes"; \ + col="$$red"; \ fi; \ - echo "$$banner"; \ - test -z "$$skipped" || echo "$$skipped"; \ - test -z "$$report" || echo "$$report"; \ - echo "$$dashes$$std"; \ + echo "$${col}$$dashes$${std}"; \ + echo "$${col}$$banner$${std}"; \ + test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ + test -z "$$report" || echo "$${col}$$report$${std}"; \ + echo "$${col}$$dashes$${std}"; \ test "$$failed" -eq 0; \ else :; fi @@ -1813,10 +1806,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/tests/lib/Makefile.in telepathy-glib-0.17.7/tests/lib/Makefile.in --- telepathy-glib-0.17.6/tests/lib/Makefile.in 2012-03-19 15:34:31.000000000 +0000 +++ telepathy-glib-0.17.7/tests/lib/Makefile.in 2012-03-22 21:35:37.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -71,8 +71,8 @@ am_libtp_glib_tests_internal_la_OBJECTS = $(am__objects_1) libtp_glib_tests_internal_la_OBJECTS = \ $(am_libtp_glib_tests_internal_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent libtp_glib_tests_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) \ @@ -99,21 +99,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libtp_glib_tests_internal_la_SOURCES) \ $(libtp_glib_tests_la_SOURCES) @@ -413,6 +413,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/tools/check-coding-style.mk: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh @@ -431,9 +432,9 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libtp-glib-tests-internal.la: $(libtp_glib_tests_internal_la_OBJECTS) $(libtp_glib_tests_internal_la_DEPENDENCIES) +libtp-glib-tests-internal.la: $(libtp_glib_tests_internal_la_OBJECTS) $(libtp_glib_tests_internal_la_DEPENDENCIES) $(EXTRA_libtp_glib_tests_internal_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libtp_glib_tests_internal_la_OBJECTS) $(libtp_glib_tests_internal_la_LIBADD) $(LIBS) -libtp-glib-tests.la: $(libtp_glib_tests_la_OBJECTS) $(libtp_glib_tests_la_DEPENDENCIES) +libtp-glib-tests.la: $(libtp_glib_tests_la_OBJECTS) $(libtp_glib_tests_la_DEPENDENCIES) $(EXTRA_libtp_glib_tests_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libtp_glib_tests_la_OBJECTS) $(libtp_glib_tests_la_LIBADD) $(LIBS) mostlyclean-compile: @@ -474,26 +475,23 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -598,10 +596,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/tests/Makefile.in telepathy-glib-0.17.7/tests/Makefile.in --- telepathy-glib-0.17.6/tests/Makefile.in 2012-03-19 15:34:30.000000000 +0000 +++ telepathy-glib-0.17.7/tests/Makefile.in 2012-03-22 21:35:36.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -77,8 +77,8 @@ test_asv_DEPENDENCIES = \ $(top_builddir)/telepathy-glib/libtelepathy-glib.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am_test_availability_cmp_OBJECTS = availability-cmp.$(OBJEXT) test_availability_cmp_OBJECTS = $(am_test_availability_cmp_OBJECTS) @@ -170,18 +170,18 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -189,18 +189,18 @@ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CXXFLAGS) $(CXXFLAGS) -AM_V_CXX = $(am__v_CXX_$(V)) -am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY)) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) am__v_CXX_0 = @echo " CXX " $@; CXXLD = $(CXX) CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CXXLD = $(am__v_CXXLD_$(V)) -am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) am__v_CXXLD_0 = @echo " CXXLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(test_asv_SOURCES) $(test_availability_cmp_SOURCES) \ $(test_capabilities_SOURCES) \ @@ -246,6 +246,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } DATA = $(tests_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive @@ -607,6 +613,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/tools/valgrind.mk $(top_srcdir)/tools/check-coding-style.mk: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh @@ -668,46 +675,46 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -test-asv$(EXEEXT): $(test_asv_OBJECTS) $(test_asv_DEPENDENCIES) +test-asv$(EXEEXT): $(test_asv_OBJECTS) $(test_asv_DEPENDENCIES) $(EXTRA_test_asv_DEPENDENCIES) @rm -f test-asv$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_asv_OBJECTS) $(test_asv_LDADD) $(LIBS) -test-availability-cmp$(EXEEXT): $(test_availability_cmp_OBJECTS) $(test_availability_cmp_DEPENDENCIES) +test-availability-cmp$(EXEEXT): $(test_availability_cmp_OBJECTS) $(test_availability_cmp_DEPENDENCIES) $(EXTRA_test_availability_cmp_DEPENDENCIES) @rm -f test-availability-cmp$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_availability_cmp_OBJECTS) $(test_availability_cmp_LDADD) $(LIBS) -test-capabilities$(EXEEXT): $(test_capabilities_OBJECTS) $(test_capabilities_DEPENDENCIES) +test-capabilities$(EXEEXT): $(test_capabilities_OBJECTS) $(test_capabilities_DEPENDENCIES) $(EXTRA_test_capabilities_DEPENDENCIES) @rm -f test-capabilities$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_capabilities_OBJECTS) $(test_capabilities_LDADD) $(LIBS) -test-contact-search-result$(EXEEXT): $(test_contact_search_result_OBJECTS) $(test_contact_search_result_DEPENDENCIES) +test-contact-search-result$(EXEEXT): $(test_contact_search_result_OBJECTS) $(test_contact_search_result_DEPENDENCIES) $(EXTRA_test_contact_search_result_DEPENDENCIES) @rm -f test-contact-search-result$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_contact_search_result_OBJECTS) $(test_contact_search_result_LDADD) $(LIBS) -test-debug-domain$(EXEEXT): $(test_debug_domain_OBJECTS) $(test_debug_domain_DEPENDENCIES) +test-debug-domain$(EXEEXT): $(test_debug_domain_OBJECTS) $(test_debug_domain_DEPENDENCIES) $(EXTRA_test_debug_domain_DEPENDENCIES) @rm -f test-debug-domain$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_debug_domain_OBJECTS) $(test_debug_domain_LDADD) $(LIBS) -test-dtmf-player$(EXEEXT): $(test_dtmf_player_OBJECTS) $(test_dtmf_player_DEPENDENCIES) +test-dtmf-player$(EXEEXT): $(test_dtmf_player_OBJECTS) $(test_dtmf_player_DEPENDENCIES) $(EXTRA_test_dtmf_player_DEPENDENCIES) @rm -f test-dtmf-player$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_dtmf_player_OBJECTS) $(test_dtmf_player_LDADD) $(LIBS) -test-enums$(EXEEXT): $(test_enums_OBJECTS) $(test_enums_DEPENDENCIES) +test-enums$(EXEEXT): $(test_enums_OBJECTS) $(test_enums_DEPENDENCIES) $(EXTRA_test_enums_DEPENDENCIES) @rm -f test-enums$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_enums_OBJECTS) $(test_enums_LDADD) $(LIBS) -test-gnio-util$(EXEEXT): $(test_gnio_util_OBJECTS) $(test_gnio_util_DEPENDENCIES) +test-gnio-util$(EXEEXT): $(test_gnio_util_OBJECTS) $(test_gnio_util_DEPENDENCIES) $(EXTRA_test_gnio_util_DEPENDENCIES) @rm -f test-gnio-util$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_gnio_util_OBJECTS) $(test_gnio_util_LDADD) $(LIBS) -test-heap$(EXEEXT): $(test_heap_OBJECTS) $(test_heap_DEPENDENCIES) +test-heap$(EXEEXT): $(test_heap_OBJECTS) $(test_heap_DEPENDENCIES) $(EXTRA_test_heap_DEPENDENCIES) @rm -f test-heap$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_heap_OBJECTS) $(test_heap_LDADD) $(LIBS) -test-internal-debug$(EXEEXT): $(test_internal_debug_OBJECTS) $(test_internal_debug_DEPENDENCIES) +test-internal-debug$(EXEEXT): $(test_internal_debug_OBJECTS) $(test_internal_debug_DEPENDENCIES) $(EXTRA_test_internal_debug_DEPENDENCIES) @rm -f test-internal-debug$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_internal_debug_OBJECTS) $(test_internal_debug_LDADD) $(LIBS) -test-intset$(EXEEXT): $(test_intset_OBJECTS) $(test_intset_DEPENDENCIES) +test-intset$(EXEEXT): $(test_intset_OBJECTS) $(test_intset_DEPENDENCIES) $(EXTRA_test_intset_DEPENDENCIES) @rm -f test-intset$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_intset_OBJECTS) $(test_intset_LDADD) $(LIBS) -test-signal-connect-object$(EXEEXT): $(test_signal_connect_object_OBJECTS) $(test_signal_connect_object_DEPENDENCIES) +test-signal-connect-object$(EXEEXT): $(test_signal_connect_object_OBJECTS) $(test_signal_connect_object_DEPENDENCIES) $(EXTRA_test_signal_connect_object_DEPENDENCIES) @rm -f test-signal-connect-object$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_signal_connect_object_OBJECTS) $(test_signal_connect_object_LDADD) $(LIBS) -test-util$(EXEEXT): $(test_util_OBJECTS) $(test_util_DEPENDENCIES) +test-util$(EXEEXT): $(test_util_OBJECTS) $(test_util_DEPENDENCIES) $(EXTRA_test_util_DEPENDENCIES) @rm -f test-util$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_util_OBJECTS) $(test_util_LDADD) $(LIBS) -test-util-cxx$(EXEEXT): $(test_util_cxx_OBJECTS) $(test_util_cxx_DEPENDENCIES) +test-util-cxx$(EXEEXT): $(test_util_cxx_OBJECTS) $(test_util_cxx_DEPENDENCIES) $(EXTRA_test_util_cxx_DEPENDENCIES) @rm -f test-util-cxx$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(test_util_cxx_OBJECTS) $(test_util_cxx_LDADD) $(LIBS) @@ -735,50 +742,44 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< .cpp.o: @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< .cpp.obj: @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .cpp.lo: @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCXX_FALSE@ $(AM_V_CXX) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -802,9 +803,7 @@ @$(NORMAL_UNINSTALL) @list='$(tests_DATA)'; test -n "$(testsdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(testsdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(testsdir)" && rm -f $$files + dir='$(DESTDIR)$(testsdir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -1022,14 +1021,15 @@ fi; \ dashes=`echo "$$dashes" | sed s/./=/g`; \ if test "$$failed" -eq 0; then \ - echo "$$grn$$dashes"; \ + col="$$grn"; \ else \ - echo "$$red$$dashes"; \ + col="$$red"; \ fi; \ - echo "$$banner"; \ - test -z "$$skipped" || echo "$$skipped"; \ - test -z "$$report" || echo "$$report"; \ - echo "$$dashes$$std"; \ + echo "$${col}$$dashes$${std}"; \ + echo "$${col}$$banner$${std}"; \ + test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ + test -z "$$report" || echo "$${col}$$report$${std}"; \ + echo "$${col}$$dashes$${std}"; \ test "$$failed" -eq 0; \ else :; fi @@ -1110,10 +1110,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/tests/tools/Makefile.in telepathy-glib-0.17.7/tests/tools/Makefile.in --- telepathy-glib-0.17.6/tests/tools/Makefile.in 2012-03-19 15:34:31.000000000 +0000 +++ telepathy-glib-0.17.7/tests/tools/Makefile.in 2012-03-22 21:35:37.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -53,11 +53,11 @@ CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SCRIPTS = $(dist_noinst_SCRIPTS) -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -383,14 +383,15 @@ fi; \ dashes=`echo "$$dashes" | sed s/./=/g`; \ if test "$$failed" -eq 0; then \ - echo "$$grn$$dashes"; \ + col="$$grn"; \ else \ - echo "$$red$$dashes"; \ + col="$$red"; \ fi; \ - echo "$$banner"; \ - test -z "$$skipped" || echo "$$skipped"; \ - test -z "$$report" || echo "$$report"; \ - echo "$$dashes$$std"; \ + echo "$${col}$$dashes$${std}"; \ + echo "$${col}$$banner$${std}"; \ + test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ + test -z "$$report" || echo "$${col}$$report$${std}"; \ + echo "$${col}$$dashes$${std}"; \ test "$$failed" -eq 0; \ else :; fi @@ -439,10 +440,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/tools/Makefile.in telepathy-glib-0.17.7/tools/Makefile.in --- telepathy-glib-0.17.6/tools/Makefile.in 2012-03-19 15:34:31.000000000 +0000 +++ telepathy-glib-0.17.7/tools/Makefile.in 2012-03-22 21:35:37.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -72,13 +72,19 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(toolsdir)" SCRIPTS = $(noinst_SCRIPTS) $(tools_SCRIPTS) -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -357,9 +363,7 @@ @list='$(tools_SCRIPTS)'; test -n "$(toolsdir)" || exit 0; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 's,.*/,,;$(transform)'`; \ - test -n "$$list" || exit 0; \ - echo " ( cd '$(DESTDIR)$(toolsdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(toolsdir)" && rm -f $$files + dir='$(DESTDIR)$(toolsdir)'; $(am__uninstall_files_from_dir) mostlyclean-libtool: -rm -f *.lo @@ -420,10 +424,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru telepathy-glib-0.17.6/vala/Makefile.in telepathy-glib-0.17.7/vala/Makefile.in --- telepathy-glib-0.17.6/vala/Makefile.in 2012-03-19 15:34:31.000000000 +0000 +++ telepathy-glib-0.17.7/vala/Makefile.in 2012-03-22 21:35:37.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -52,11 +52,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -81,6 +81,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(vapidir)" "$(DESTDIR)$(vapidir)" DATA = $(dist_vapi_DATA) $(vapi_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -332,9 +338,7 @@ @$(NORMAL_UNINSTALL) @list='$(dist_vapi_DATA)'; test -n "$(vapidir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(vapidir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(vapidir)" && rm -f $$files + dir='$(DESTDIR)$(vapidir)'; $(am__uninstall_files_from_dir) install-vapiDATA: $(vapi_DATA) @$(NORMAL_INSTALL) test -z "$(vapidir)" || $(MKDIR_P) "$(DESTDIR)$(vapidir)" @@ -352,9 +356,7 @@ @$(NORMAL_UNINSTALL) @list='$(vapi_DATA)'; test -n "$(vapidir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(vapidir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(vapidir)" && rm -f $$files + dir='$(DESTDIR)$(vapidir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -411,10 +413,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: