debian/0000775000000000000000000000000012274246725007203 5ustar debian/README.source0000664000000000000000000000271112274050006011344 0ustar .symbols file ============= Recent versions of telepathy-glib (>= 0.7.10) generate a sample version of the file libtelepathy-glib0.symbols at build time. This is not automatically used for anything, but it's a convenient way to update the Debian packaging for new symbols. When packaging new upstream releases, you can update the version that's actually used to build the package by copying it from telepathy-glib/_gen/ into the debian/ directory. Packaging using git =================== The repository contains an appropriate debian/gbp.conf to build this package using git-buildpackage. The debian branch contains the latest upstream versions (for unstable, or experimental while a freeze is in progress). The debian-lenny branch contains versions targeted for lenny, etc. Here's how to build it: git clone git://git.debian.org/git/pkg-telepathy/telepathy-glib cd telepathy-glib git checkout debian git-buildpackage -us -uc or for testing/stable branches like debian-lenny: git clone git://git.debian.org/git/pkg-telepathy/telepathy-glib cd telepathy-glib git checkout debian-lenny git-buildpackage -us -uc --git-debian-branch=debian-lenny The branch 'upstream' is a copy of the contents of upstream tarballs. To import upstream tarballs use: git checkout debian git-import-orig ~/telepathy-glib-0.7.x.tar.gz Patches can be added in the usual 3.0 (quilt) ways, for instance by using gbp-pq(1) from the git-buildpackage package. debian/changelog0000664000000000000000000010525612274246301011054 0ustar telepathy-glib (0.22.1-1ubuntu2) trusty; urgency=medium * Drop accidental duplicate build-dep on dh-autoreconf. -- Steve Langasek Tue, 04 Feb 2014 12:25:34 -0800 telepathy-glib (0.22.1-1ubuntu1) trusty; urgency=medium * Merge from Debian unstable, remaining changes: - Use dh-autoreconf for current libtool. - debian/patches/working_test_on_new_glib.patch: fix a buggy test * Dropped changes, included upstream: - debian/patches/git_new_glib.patch: don't try to remove invalid sources -- Steve Langasek Tue, 04 Feb 2014 18:18:01 +0000 telepathy-glib (0.22.1-1) unstable; urgency=medium * New upstream release -- Simon McVittie Wed, 29 Jan 2014 12:26:49 +0000 telepathy-glib (0.22.0-2) unstable; urgency=medium * Drop version from pkg-config (build-)dependency, which is already satisfied in stable and impedes alternative implementations (Closes: #734487) * debian/copyright: use current syntax, update content * Use autoreconf for beter portability to new architectures * Standards-Version: 3.9.5, no changes needed -- Simon McVittie Mon, 27 Jan 2014 13:06:48 +0000 telepathy-glib (0.22.0-1ubuntu3) trusty; urgency=medium * Use dh-autoreconf for current libtool. -- Steve Langasek Tue, 17 Dec 2013 00:43:59 -0800 telepathy-glib (0.22.0-1ubuntu2) trusty; urgency=low * debian/patches/working_test_on_new_glib.patch: the previous version was unreliable, that one should be better -- Sebastien Bacher Wed, 04 Dec 2013 20:39:26 +0100 telepathy-glib (0.22.0-1ubuntu1) trusty; urgency=low * debian/patches/git_new_glib.patch: - don't try to remove invalid sources, that fixes errors seen with the new glib (lp: #1257686) * debian/patches/working_test_on_new_glib.patch: - fix a buggy test, thanks Ryan Lortie -- Sebastien Bacher Wed, 04 Dec 2013 15:08:00 +0100 telepathy-glib (0.22.0-1) unstable; urgency=low * New upstream release -- Simon McVittie Wed, 02 Oct 2013 14:44:19 +0100 telepathy-glib (0.21.2-1) unstable; urgency=low * New upstream release (release candidate for 0.22) - add new ABI to symbols file * Remove workaround for #709781, fixed in GLib * Release to unstable -- Simon McVittie Tue, 24 Sep 2013 16:35:36 +0100 telepathy-glib (0.21.1-1) experimental; urgency=low * Branch back to experimental - debian/gbp.conf: back to experimental branch - debian/watch: monitor all releases, not just stable ones * New upstream development release - this version fixes a circular reference between TpConnection and its self-contact property, but may cause application breakage in rare situations (TpConnection:self-contact did not previously become NULL when the connection was invalidated) -- Simon McVittie Thu, 20 Jun 2013 16:36:06 +0100 telepathy-glib (0.20.4-1) unstable; urgency=low * New upstream release -- Simon McVittie Wed, 24 Jul 2013 13:30:58 +0100 telepathy-glib (0.20.3-1) unstable; urgency=low * New upstream release * Canonicalize Vcs-* -- Simon McVittie Thu, 20 Jun 2013 16:15:42 +0100 telepathy-glib (0.20.2-2) unstable; urgency=medium * Work around #709781 by skipping some test assertions on sparc, fixing FTBFS on sparc (Closes: #709776) -- Simon McVittie Sat, 25 May 2013 13:40:34 +0100 telepathy-glib (0.20.2-1) unstable; urgency=low * Move 0.20.x from experimental to unstable * New upstream release * debian/watch: only monitor stable releases (x.y.z where y is even) * Standards-Version: 3.9.4 - no changes * Clean up debian/tmp-home in dh_clean * Sort build-dependencies * Correct versioned (build-)dependencies according to configure.ac * Remove Breaks on packages older than oldstable -- Simon McVittie Tue, 14 May 2013 09:53:55 +0100 telepathy-glib (0.20.1-1) experimental; urgency=low * New upstream stable release -- Simon McVittie Fri, 09 Nov 2012 17:46:15 +0000 telepathy-glib (0.20.0-1) experimental; urgency=low * Remove alternative build-dependency on valac-0.16: valac (>= 0.16) has been available for some time. (Closes: #675668) * New upstream stable release - update symbols file for new ABI in 0.19.10 - no new ABI in 0.20.0 -- Simon McVittie Wed, 03 Oct 2012 18:37:31 +0100 telepathy-glib (0.19.9-1) experimental; urgency=low * New upstream release - remove all patches, applied upstream - update symbols file -- Simon McVittie Fri, 14 Sep 2012 12:20:24 +0100 telepathy-glib (0.19.8-2) experimental; urgency=low * debian/patches/Fix-incorrect-error-on-UpdateLocalMediaDescription.patch: * debian/patches/Fix-retrieving-the-remove-contact-from-a-MediaDescri.patch + Added. Fix updating of media description. Solves video calling with theora and other video codecs that require out-of-band parameters. (Closes: #686563) -- Sjoerd Simons Mon, 03 Sep 2012 13:59:18 +0200 telepathy-glib (0.19.8-1) experimental; urgency=low * debian/control: Update vala dependency to 0.16 * New upstream release (0.19.8) * debian/patches/0001-tls-certificate-test-GBytes-aren-t-0-terminated.patch + Added. Fix rarely-seen test failure (From upstream git) * debian/libtelepathy-glib0.symbols: Updated -- Sjoerd Simons Fri, 31 Aug 2012 16:15:38 +0200 telepathy-glib (0.19.7-1) experimental; urgency=low * New upstream release. * debian/libtelepathy-glib0.symbols: Updated. -- Jonny Lamb Tue, 28 Aug 2012 12:06:55 +0100 telepathy-glib (0.19.6-1) experimental; urgency=low * New upstream release * debian/libtelepathy-glib0.symbols: Updated -- Sjoerd Simons Sun, 26 Aug 2012 13:10:25 +0200 telepathy-glib (0.19.3-1) experimental; urgency=low * New upstream release. * debian/libtelepathy-glib0.symbols: Updated. -- Jonny Lamb Tue, 10 Jul 2012 12:23:24 +0100 telepathy-glib (0.19.1-1) experimental; urgency=low * New upstream release - drop patch from 0.19.0-1, no longer needed - update symbols file -- Simon McVittie Thu, 07 Jun 2012 11:22:03 +0100 telepathy-glib (0.19.0-1) experimental; urgency=low * New upstream release * d/p/Hide-GList-based-contact-info-typedefs-from-g-ir-sca.patch: + Added. Fix build failures with recent vapigen (From upstream git) * debian/libtelepathy-glib0.symbols: + Update symbols file -- Sjoerd Simons Sat, 02 Jun 2012 11:16:04 +0200 telepathy-glib (0.18.1-2) unstable; urgency=low * Set a fake home directory for the tests, for the benefit of architectures where either GDBus or libdbus doesn't understand credentials-passing, causing D-Bus clients to write to ~/.dbus-keyrings (not allowed on buildds). (Closes: #670291) -- Simon McVittie Tue, 24 Apr 2012 18:05:39 +0100 telepathy-glib (0.18.1-1) unstable; urgency=low [ Simon McVittie ] * Merge versions from experimental into unstable - new upstream stable branch 0.18, released to correspond to GNOME 3.4 * Run dh_install with --list-missing to list anything we forgot * Use the debhelper "gir" sequence from gobject-introspection * Allow parallel builds * Standards-Version: 3.9.3 (no changes) * Don't limit the runtime of the tests, and rely on sbuild (or whatever) to terminate the build if they get stuck. (Closes: #646076, and allows dropping the "temporary" Ubuntu patch which has worked around LP#804978 for several months) * New upstream version - does not assume Linux features (Closes: #668517) - fixes an unreliable regression test (Closes: #669527) [ Laurent Bigonville ] * debian/control: - Put gir1.2-telepathyglib-0.12 in the introspection Section * Build for multiarch -- Simon McVittie Fri, 20 Apr 2012 17:19:46 +0100 telepathy-glib (0.18.0-1) experimental; urgency=low * New upstream release. * debian/libtelepathy-glib0.symbols: Updated. -- Jonny Lamb Mon, 02 Apr 2012 17:18:11 -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-1) experimental; urgency=low * New upstream release * Build-depend on vala (>=0.14) | vala-0.14 * debian/libtelepathy-glib0.symbols: Updated -- Sjoerd Simons Mon, 19 Mar 2012 19:39:07 +0100 telepathy-glib (0.17.5-1) experimental; urgency=low * New upstream release -- Simon McVittie Mon, 20 Feb 2012 18:04:30 +0000 telepathy-glib (0.17.4-1) experimental; urgency=low * New upstream release. * debian/libtelepathy-glib0.symbols: Updated for new release. -- Jonny Lamb Mon, 19 Dec 2011 17:04:56 +0000 telepathy-glib (0.17.1-1) experimental; urgency=low * New upstream release. * debian/libtelepathy-glib0.symbols: Updated for new release. -- Jonny Lamb Wed, 16 Nov 2011 09:25:35 +0000 telepathy-glib (0.17.0-1) experimental; urgency=low * New upstream release * debian/control: bump g-i build-dep to ensure all the latest annotations are taken advantage of * debian/libtelepathy-glib0.symbols: Updated -- Sjoerd Simons Wed, 09 Nov 2011 15:19:15 +0000 telepathy-glib (0.16.2-1) unstable; urgency=low * New upstream release -- Sjoerd Simons Tue, 08 Nov 2011 18:06:49 +0000 telepathy-glib (0.16.1-1) unstable; urgency=low * New upstream release * Use vala 0.14 -- Sjoerd Simons Tue, 01 Nov 2011 11:26:09 +0100 telepathy-glib (0.16.0-1) unstable; urgency=low * New upstream release (starting 0.16 stable branch) - update symbols file -- Simon McVittie Fri, 14 Oct 2011 15:42:37 +0100 telepathy-glib (0.15.5-1) unstable; urgency=low [ Laurent Bigonville ] * debian/control: Make libtelepathy-glib-dev Depends against gir package (Closes: #633952) [ Jonny Lamb ] * New upstream release. * debian/control: Up depends on gtk-doc-tools. * debian/libtelepathy-glib0.symbols: Updated for new release. -- Jonny Lamb Thu, 18 Aug 2011 15:23:27 +0100 telepathy-glib (0.15.4-1) unstable; urgency=low * New upstream release. * debian/patches/: Drop all patches as they're all upstream now. * debian/libtelepathy-glib0.symbols: Update for new release. -- Jonny Lamb Tue, 12 Jul 2011 19:10:24 +0100 telepathy-glib (0.15.2-4) unstable; urgency=low [ Simon McVittie ] * Tag patches as applied upstream [ Laurent Bigonville ] * debian/patches/fix-ftbfs-ia64.patch: Properly convert the GType with GSIZE_TO_POINTER, fix FTBFS on ia64 (Closes: #632326) -- Laurent Bigonville Wed, 06 Jul 2011 17:12:22 +0200 telepathy-glib (0.15.2-3) unstable; urgency=low * Add patch to skip stream tube credentials-passing tests where that isn't supported (i.e. kFreeBSD) (Closes: #623587) * Import symbols file generated by upstream, fixing various typos and some Debian-revision-ful versions * Standards-Version: 3.9.2 (no changes needed) -- Simon McVittie Fri, 01 Jul 2011 08:04:30 +0100 telepathy-glib (0.15.2-2) unstable; urgency=low * Cherry-pick upstream fix to increase timeout of the contact-lists test on slower architectures like armel, mips, and mipsel. -- Adam Conrad Wed, 22 Jun 2011 16:29:01 -0600 telepathy-glib (0.15.2-1) unstable; urgency=low * New upstream release * debian/libtelepathy-glib0.symbols: Update for new release. -- Sjoerd Simons Wed, 22 Jun 2011 19:08:18 +0200 telepathy-glib (0.15.1-1) unstable; urgency=low * New upstream release. * debian/libtelepathy-glib0.symbols: Update for new release. -- Jonny Lamb Tue, 07 Jun 2011 09:58:07 +0100 telepathy-glib (0.15.0-1) unstable; urgency=low * New upstream release. * debian/control: Depend on glib >= 2.28. * debian/libtelepathy-glib0.symbols: Update for new release. -- Jonny Lamb Tue, 17 May 2011 10:33:22 +0100 telepathy-glib (0.14.5-1) unstable; urgency=low * New upstream release -- Sjoerd Simons Thu, 21 Apr 2011 19:32:45 +0100 telepathy-glib (0.14.3-2) unstable; urgency=low * Upload to unstable -- Laurent Bigonville Sun, 10 Apr 2011 18:37:37 +0200 telepathy-glib (0.14.3-1) experimental; urgency=low * New upstream release -- Sjoerd Simons Tue, 05 Apr 2011 17:06:37 +0200 telepathy-glib (0.11.11-2) unstable; urgency=low * Temporarily remove the gir bindings. They will come back when 0.14 reaches unstable. -- Emilio Pozuelo Monfort Mon, 28 Mar 2011 20:35:57 +0100 telepathy-glib (0.14.1-1) experimental; urgency=low * New upstream release * debian/libtelepathy-glib0.symbols: + Updated. -- Sjoerd Simons Tue, 22 Mar 2011 15:31:11 +0000 telepathy-glib (0.13.17-1) experimental; urgency=low * New upstream release. - debian/libtelepathy-glib0.symbols: + Updated. -- Emilio Pozuelo Monfort Wed, 09 Mar 2011 14:37:05 +0000 telepathy-glib (0.13.15-1) experimental; urgency=low * New upstream release. - debian/libtelepathy-glib0.symbols: + Updated for the new release. -- Emilio Pozuelo Monfort Thu, 24 Feb 2011 18:10:06 +0000 telepathy-glib (0.13.12-1) experimental; urgency=low * New upstream release. * debian/libtelepathy-glib0.symbols: Add new symbols. -- Jonny Lamb Thu, 03 Feb 2011 10:41:22 +0000 telepathy-glib (0.13.11-1) experimental; urgency=low * New upstream release. * debian/libtelepathy-glib0.symbols: Add new symbols. * debian/patches/01_fix_vala_bindings_build.patch: Remove patch. * debian/control: Build-depend on valac-0.12. -- Jonny Lamb Thu, 27 Jan 2011 17:33:51 +0000 telepathy-glib (0.13.10-1) experimental; urgency=low [ Sjoerd Simons ] * New upstream release * debian/control: Follow the new gir1.2 policy [ Emilio Pozuelo Monfort ] * debian/patches/01_fix_vala_bindings_build.patch: - Don't introspect client-channel-factory for now, since the vala gir parser chokes on it. This is fixed on Vala 0.11.3, so we can remove this patch when we have that. * debian/libtelepathy-glib0.symbols: - Updated for the new release. * debian/gir1.[02]-telepathyglib-0.12.install, debian/control: - More gir 1.2 fixes. * debian/control: - Add myself to Uploaders. -- Emilio Pozuelo Monfort Fri, 07 Jan 2011 17:37:35 +0000 telepathy-glib (0.13.9-1) experimental; urgency=low * New upstream version (new API, ABI) -- Simon McVittie Fri, 10 Dec 2010 17:47:44 +0000 telepathy-glib (0.13.8-1) experimental; urgency=low * New upstream version (new API, ABI) -- Simon McVittie Wed, 01 Dec 2010 20:53:42 +0000 telepathy-glib (0.13.7-1) experimental; urgency=low * New upstream version (new API, ABI) -- Simon McVittie Thu, 25 Nov 2010 17:03:05 +0000 telepathy-glib (0.13.6-1) experimental; urgency=low * New upstream version -- Simon McVittie Wed, 17 Nov 2010 16:32:00 +0000 telepathy-glib (0.13.5-1) experimental; urgency=low * New upstream version (new ABI, API) - regression tests are now more reliable (Closes: #602488) -- Simon McVittie Fri, 05 Nov 2010 14:28:27 +0000 telepathy-glib (0.13.4-1) experimental; urgency=low * New upstream version (new ABI, API) * Increase dependencies on GObject-Introspection and Vala to reflect the versions with which telepathy-glib and libfolks have been verified to work * Adjust package descriptions to reflect that the g-i and Vala bindings are still not covered by the same API guarantees as the C API * Require GLib 2.26 -- Simon McVittie Wed, 03 Nov 2010 18:28:41 +0000 telepathy-glib (0.11.16-1) experimental; urgency=low * New upstream version (new API, ABI) * Just run dh_makeshlibs with -V rather than specifying a version: this ensures conservative dependencies for old distributions even if we forget to increment the version, and the .symbols file relaxes the dependencies for modern distributions -- Simon McVittie Wed, 15 Sep 2010 17:31:04 +0100 telepathy-glib (0.11.15-1) experimental; urgency=low * New upstream version (new API, ABI) * Advance debhelper compat mode to 8 * Use the 3.0 (quilt) source format * Stop using cdbs, use dh instead -- Simon McVittie Mon, 13 Sep 2010 14:54:55 +0100 telepathy-glib (0.11.14-2) experimental; urgency=low * Drop build-depend on the (now versioned) libvala-dev, it doesn't actually seem necessary to build the Vala bindings * Add myself to Uploaders, as I'm a member of pkg-telepathy -- Adam Conrad Wed, 25 Aug 2010 15:34:30 -0600 telepathy-glib (0.11.14-1) experimental; urgency=low * New upstream version (new API, ABI) -- Simon McVittie Wed, 25 Aug 2010 16:53:29 +0100 telepathy-glib (0.11.13-1) experimental; urgency=low * New upstream version (new API, ABI) -- Simon McVittie Tue, 17 Aug 2010 12:22:44 +0100 telepathy-glib (0.11.12-1) experimental; urgency=low * New upstream version (new API, ABI) * Remove telepathy-glib.deps patch, it's finally in the tarball now * Install source code for more example CMs in libtelepathy-glib-doc -- Simon McVittie Tue, 10 Aug 2010 17:42:49 +0100 telepathy-glib (0.11.11-1+exp1) experimental; urgency=low * Merge from unstable: new upstream version * Adjust to the Vala bindings being improved upstream * Re-add telepathy-glib.deps as a patch, since it isn't in the tarball * Mention that the Vala bindings are experimental in the package description -- Simon McVittie Mon, 26 Jul 2010 18:41:33 +0100 telepathy-glib (0.11.11-1) unstable; urgency=low * New upstream release (new API, ABI) * Standards-Version: 3.9.1 (no changes needed) * Update debhelper compat level to 7 * Partial merge from experimental: - really get the documentation directories right if using dh_buildinfo -- Simon McVittie Mon, 26 Jul 2010 17:54:02 +0100 telepathy-glib (0.11.10-1+exp1) experimental; urgency=low * Enable the experimental Vala bindings and install them in libtelepathy-glib-dev * Add telepathy-glib.deps (taken from upstream git) and install it alongside the Vala bindings, to have correct interdependencies * Really get the documentation directories right if using dh_buildinfo -- Simon McVittie Thu, 15 Jul 2010 11:52:25 +0100 telepathy-glib (0.11.10-1) unstable; urgency=low [ Jonny Lamb ] * debian/rules: Update shlib dependency version as new ABI was introduced in 0.11.9. [ Simon McVittie ] * New upstream version (no new API/ABI) -- Simon McVittie Mon, 12 Jul 2010 20:22:31 +0100 telepathy-glib (0.11.9-1) unstable; urgency=low * New upstream version (new API/ABI) * Remove temporary workaround for #586742 * Standards-Version: 3.9.0 (no changes needed) * Adjust mechanism for symlinking together doc directories so it works if dh-buildinfo is installed -- Simon McVittie Fri, 02 Jul 2010 18:12:00 +0100 telepathy-glib (0.11.8-1) unstable; urgency=low * New upstream version (no new API/ABI) - requires gobject-introspection 0.6.14 * Remove duplicate 'Section: libs' from control * Work around #586742 in cdbs by specifying docs explicitly -- Simon McVittie Tue, 22 Jun 2010 12:45:56 +0100 telepathy-glib (0.11.7-1) unstable; urgency=low * New upstream version - requires gobject-introspection 0.6.13 - new ABI, API -- Simon McVittie Mon, 14 Jun 2010 17:42:08 +0100 telepathy-glib (0.11.6-1) unstable; urgency=low * New upstream version - requires gtk-doc 1.15 - requires gobject-introspection 0.6.11 - new ABI, API * Merge from experimental - add gir1.0-telepathyglib-0.12 binary package -- Simon McVittie Tue, 25 May 2010 16:57:39 +0100 telepathy-glib (0.11.5-1+exp1) experimental; urgency=low * Re-enable introspection (in experimental, for now) -- Simon McVittie Mon, 10 May 2010 18:11:36 +0100 telepathy-glib (0.11.5-1) unstable; urgency=low * New upstream version with new API/ABI -- Simon McVittie Mon, 10 May 2010 17:59:54 +0100 telepathy-glib (0.11.4-1) unstable; urgency=low * New upstream version - new API/ABI - disable the new GObject-Introspection for the moment, I'll enable it in experimental first - increase GLib and gtk-doc dependencies * Update debian/copyright -- Simon McVittie Wed, 28 Apr 2010 18:57:45 +0100 telepathy-glib (0.11.3-1) unstable; urgency=low [ Simon McVittie ] * New upstream version with new API/ABI -- Jonny Lamb Mon, 26 Apr 2010 09:53:54 +0100 telepathy-glib (0.11.2-1) unstable; urgency=low * New upstream version, without premature deprecations this time - no new API/ABI -- Simon McVittie Tue, 06 Apr 2010 19:38:41 +0100 telepathy-glib (0.11.1-1) unstable; urgency=low * New upstream version with new API/ABI - disables strict gtk-doc coverage checking in release builds, fixing FTBFS with newer gtk-doc (closes: #576438) -- Simon McVittie Mon, 05 Apr 2010 19:48:13 +0100 telepathy-glib (0.11.0-1) unstable; urgency=low * New upstream version with new API/ABI -- Simon McVittie Wed, 31 Mar 2010 20:00:43 +0100 telepathy-glib (0.10.1-1) unstable; urgency=low * New upstream stable-branch version (no new API/ABI) * Standards-Version: 3.8.4 (no changes needed) * Explicitly use source format 1.0 for now, to remain compatible with Maemo 5 -- Simon McVittie Wed, 24 Mar 2010 19:17:16 +0000 telepathy-glib (0.10.0-1) unstable; urgency=low * New upstream stable-branch version (no new API/ABI) * Bump dh_makeshlibs argument to 0.9.2 to reflect new API in the previous release (should have been done in 0.9.2-1, although hopefully the symbols file means it's OK in practice) -- Simon McVittie Thu, 21 Jan 2010 13:14:40 +0000 telepathy-glib (0.9.2-1) unstable; urgency=low * New upstream version with new API/ABI. - Bump dbus-glib dependency to 0.82 - Adjust path to example Valgrind suppressions -- Simon McVittie Thu, 03 Dec 2009 21:06:29 +0000 telepathy-glib (0.9.1-1) unstable; urgency=low * New upstream version (no new API/ABI) -- Simon McVittie Thu, 15 Oct 2009 15:40:40 +0100 telepathy-glib (0.9.0-2) unstable; urgency=low * Bump GLib dependency to 2.20, to be nice to those making stable backports. Thanks to Andres Salomon for spotting this (Closes: #550406) -- Simon McVittie Mon, 12 Oct 2009 18:50:34 +0100 telepathy-glib (0.9.0-1) unstable; urgency=low * New upstream version (API, ABI added) -- Simon McVittie Mon, 28 Sep 2009 16:45:32 +0100 telepathy-glib (0.8.0-1) unstable; urgency=low * New upstream stable version (no new API/ABI, and no more will be added on the 0.8 branch) -- Simon McVittie Thu, 24 Sep 2009 15:06:21 +0100 telepathy-glib (0.7.37-1) unstable; urgency=low * New upstream version (API, ABI added) -- Simon McVittie Mon, 14 Sep 2009 16:55:53 +0100 telepathy-glib (0.7.36-1) unstable; urgency=low * New upstream version (API, ABI added) -- Simon McVittie Thu, 03 Sep 2009 20:23:03 +0100 telepathy-glib (0.7.35-1) unstable; urgency=low * New upstream version (API, ABI added) * add Breaks: relation for old Gabble and telepathy-sofiasip versions, due to some unnecessary assertions in those versions (working versions are already present in squeeze, but not in lenny) -- Simon McVittie Tue, 18 Aug 2009 18:48:25 +0100 telepathy-glib (0.7.34-1) unstable; urgency=low * New upstream version (API, ABI added) * Standards-Version: 3.8.3 (no changes required) * Add a doc-base entry for libtelepathy-glib-doc -- Simon McVittie Sun, 16 Aug 2009 16:30:00 +0100 telepathy-glib (0.7.33-1) unstable; urgency=low * New upstream version (API, ABI unchanged) + Should fix builds on powerpc, sparc etc. * Standards-Version: 3.8.2 (no changes required) -- Simon McVittie Fri, 26 Jun 2009 18:39:28 +0100 telepathy-glib (0.7.32-1) unstable; urgency=low * New upstream version (lots of API, ABI added) + Fixed a segfault in callable example CM (fd.o #22182, LP: #385358) -- Simon McVittie Fri, 12 Jun 2009 17:31:22 +0100 telepathy-glib (0.7.31-1) unstable; urgency=low * Run `make check` when telepathy-glib is compiled, unless nocheck is in DEB_BUILD_OPTIONS + Build-Depend on dbus so the tests can be run * New upstream version (API, ABI added) -- Simon McVittie Wed, 27 May 2009 17:46:28 +0100 telepathy-glib (0.7.29-1) unstable; urgency=low * New upstream release. * debian/gbp.conf: Removed no-create-orig line. * debian/libtelepathy-glib0.symbols: Updated. * debian/control: + Removed XS-Dm-Upload-Allowed. + Added myself to Uploaders. * debian/copyright: Updated copyright years. * debian/rules: Updated ABI. -- Jonny Lamb Sat, 04 Apr 2009 11:09:32 +0100 telepathy-glib (0.7.28-1) unstable; urgency=low * New upstream version (ABI, API added) * Put the -dbg package in section debug, as per recent archive changes * Remove obsolete Conflicts/Replaces with libtelepathy-glib-static-dev, which was never in a stable release (and probably never in Debian at all) -- Simon McVittie Tue, 24 Mar 2009 22:06:52 +0000 telepathy-glib (0.7.27-1) unstable; urgency=low * New upstream version (ABI, API added) * Standards-Version: 3.8.1 (no changes required) -- Simon McVittie Tue, 17 Mar 2009 21:38:41 +0000 telepathy-glib (0.7.26-1) unstable; urgency=low * New upstream version (ABI, API added) -- Simon McVittie Mon, 16 Feb 2009 17:05:49 +0000 telepathy-glib (0.7.25-2) unstable; urgency=low * Upload to debian unstable. -- Laurent Bigonville Mon, 16 Feb 2009 10:33:05 +0100 telepathy-glib (0.7.25-1) experimental; urgency=low * New upstream version (no new ABI) -- Simon McVittie Fri, 30 Jan 2009 18:48:37 +0000 telepathy-glib (0.7.24-1) experimental; urgency=low * New upstream version (ABI, API added) -- Simon McVittie Wed, 28 Jan 2009 18:04:32 +0000 telepathy-glib (0.7.23-1) experimental; urgency=low * New upstream version (ABI, API added) * [lintian] Remove duplicate "Section: libs" from main package in debian/control -- Simon McVittie Tue, 20 Jan 2009 15:58:36 +0000 telepathy-glib (0.7.20-1) experimental; urgency=low * New upstream release (ABI, API added) * Move packaging to git; the setup is basically the same as telepathy-farsight, but with pristine-tar enabled * debian/control: wrap Uploaders line * debian/control: add ${misc:Depends} to everything -- Simon McVittie Thu, 18 Dec 2008 01:58:54 +0000 telepathy-glib (0.7.19-1) experimental; urgency=low * New upstream release (ABI, API added) -- Simon McVittie Fri, 05 Dec 2008 17:02:16 +0000 telepathy-glib (0.7.18-1) experimental; urgency=low * New upstream release (ABI, API added) -- Simon McVittie Mon, 03 Nov 2008 16:12:32 +0000 telepathy-glib (0.7.17-1) experimental; urgency=low * New upstream release (ABI, API added) * Update build dependencies again: since 0.7.16 we need gtkdoc 1.10 * Format build dependencies in multiple lines while I'm there * Standards-Version 3.8.0: put a note about patches in README.source -- Simon McVittie Tue, 14 Oct 2008 17:50:05 +0100 telepathy-glib (0.7.16-1) experimental; urgency=low * New upstream release (ABI, API added) * Update build dependencies: since 0.7.14, we need GLib 2.16 -- Simon McVittie Fri, 26 Sep 2008 18:22:57 +0100 telepathy-glib (0.7.15-1) experimental; urgency=low [ Simon McVittie ] * New upstream release (ABI, API added) [ Laurent Bigonville ] * Use my debian.org address in Uploaders -- Simon McVittie Thu, 18 Sep 2008 15:22:13 -0700 telepathy-glib (0.7.14-1) experimental; urgency=low * New upstream release (ABI, API added) -- Simon McVittie Tue, 19 Aug 2008 14:16:21 +0100 telepathy-glib (0.7.13-1) experimental; urgency=low * New upstream release (ABI, API added) * Target experimental for now, due to the lenny freeze -- Simon McVittie Tue, 29 Jul 2008 12:33:46 +0100 telepathy-glib (0.7.12-1) unstable; urgency=low * New upstream release (ABI, API added) -- Simon McVittie Mon, 21 Jul 2008 10:42:54 +0100 telepathy-glib (0.7.11-1) unstable; urgency=low * New upstream bugfix release (no new ABI/API) -- Simon McVittie Wed, 02 Jul 2008 13:43:03 +0100 telepathy-glib (0.7.10-1) unstable; urgency=low * New upstream release (ABI, API added) * Add DPKG_GENSYMBOLS_CHECK_LEVEL=4 to debian/rules for maximum paranoia in detecting any ABI breakage * Add README.source explaining that versions >= 0.7.10 generate a dpkg-gensymbols .symbols file during the build, which can be copied into the packaging after checking that it makes sense -- Simon McVittie Fri, 06 Jun 2008 15:59:45 +0100 telepathy-glib (0.7.9-1) unstable; urgency=low * New upstream release (ABI, API added). -- Simon McVittie Fri, 30 May 2008 18:22:07 +0100 telepathy-glib (0.7.8-1) unstable; urgency=low * New upstream release (ABI, API added) with support for the Hold interface -- Simon McVittie Fri, 09 May 2008 16:23:15 +0100 telepathy-glib (0.7.7-1) unstable; urgency=low * New upstream release (ABI, API added) * Use my Debian email address in Uploaders * Update years in debian/copyright -- Simon McVittie Fri, 02 May 2008 17:43:23 +0100 telepathy-glib (0.7.6-1) unstable; urgency=low * New upstream release (ABI, API added) -- Simon McVittie Thu, 03 Apr 2008 18:24:37 +0100 telepathy-glib (0.7.5-1) unstable; urgency=low * New upstream release (ABI, API added) -- Simon McVittie Fri, 07 Mar 2008 16:00:14 +0000 telepathy-glib (0.7.4-1) unstable; urgency=low * New upstream bugfix release -- Simon McVittie Wed, 05 Mar 2008 11:31:43 +0000 telepathy-glib (0.7.3-1) unstable; urgency=low * New upstream release - now uses Requires.private for reduced impact on library transitions; added dependency on pkg-config 0.21 - ABI added: D-Bus core Properties mixin (shlibs bumped, symbols added) * Bump dependency on dbus-1 to 0.95 to match what configure.ac says -- Simon McVittie Wed, 20 Feb 2008 13:11:39 +0000 telepathy-glib (0.7.2-1) unstable; urgency=low * New upstream release, fixes assertion in Room -> Join New... in Empathy. * Bumped shlibs, added new symbols. * Amended description to stop saying "a library for connection managers" now that we have client code. -- Simon McVittie Mon, 11 Feb 2008 19:08:06 +0000 telepathy-glib (0.7.1-2) unstable; urgency=low * Don't use wildcards in .symbols, for compatibility with dpkg-gensymbols in 1.14.8 <= dpkg-dev < 1.14.16 (e.g. Ubuntu hardy). This will also fix building on buildds that aren't fully up to date - the previous upload should have had Build-Depends: dpkg-dev (>= 1.14.16) | dpkg-dev (<< 1.14.8). -- Simon McVittie Wed, 06 Feb 2008 13:32:18 +0000 telepathy-glib (0.7.1-1) unstable; urgency=low [ Laurent Bigonville ] * Standards-Version: 3.7.3 (no changes) [ Simon McVittie ] * New upstream release with (many) ABI additions, bump shlibs * Add a symbols file using the upstream versioned symbols (making *@TELEPATHY_GLIB_0.7.0 depend on version 0.7.1 is not a typo - versioned symbols were introduced upstream in 0.7.1) * Install example Valgrind suppressions and code in -doc -- Simon McVittie Mon, 04 Feb 2008 17:58:03 +0000 telepathy-glib (0.7.0-1) unstable; urgency=low * New upstream development release with ABI additions, bump shlibs * Tighten versioned dependencies to match configure.ac * Add XS-Dm-Upload-Allowed: yes so I can upload it -- Simon McVittie Thu, 22 Nov 2007 17:39:28 +0000 telepathy-glib (0.6.1-1) unstable; urgency=low [ Laurent Bigonville ] * Use new Homepage field instead of old pseudo-field * Use now official Vcs-* field [ Simon McVittie ] * New upstream version 0.6.1, bump shlibs version * Explicitly disable -Werror in builds (doesn't affect releases, but makes it easier to build unofficial snapshots - cdbs forces -Wall which warns on unused parameters) -- Simon McVittie Mon, 12 Nov 2007 10:52:51 +0000 telepathy-glib (0.6.0-1) unstable; urgency=low [ Laurent Bigonville ] * New upstream release, bump shlibs version [ Sjoerd Simons ] * Remove telepathy-glib-unstable-dev. It's officially deprecated -- Sjoerd Simons Sat, 29 Sep 2007 12:32:48 +0200 telepathy-glib (0.5.14-1) unstable; urgency=low [ Laurent Bigonville ] * Add XS-Vcs-Bzr field * Add myself as an Uploaders * Use binary:Version instead of Source-Version to be binNMU safe [ Simon McVittie ] * New upstream release - increase shlibdeps to 0.5.14 -- Simon McVittie Tue, 28 Aug 2007 15:21:47 +0100 telepathy-glib (0.5.13-1) unstable; urgency=low * New upstream version. - ABI added - update shlibs * Set maintainer to the pkg-telepathy mailing list. * Fix debian/watch. -- Simon McVittie Tue, 05 Jun 2007 13:10:24 +0100 telepathy-glib (0.5.11-1) unstable; urgency=low * New upstream version. -- Simon McVittie Mon, 30 Apr 2007 18:36:37 +0100 telepathy-glib (0.5.10-1) unstable; urgency=low * Initial release, separated from telepathy-gabble upstream. -- Simon McVittie Fri, 20 Apr 2007 12:22:22 +0100 debian/gbp.conf0000664000000000000000000000023312274050006010601 0ustar [DEFAULT] debian-branch = debian upstream-branch = upstream pristine-tar = True [git-buildpackage] tarball-dir = ../tarballs/ export-dir = ../build-area/ debian/libtelepathy-glib-doc.doc-base0000664000000000000000000000053212274050006014727 0ustar Document: telepathy-glib Title: telepathy-glib Reference Manual Author: Simon McVittie et al Abstract: This manual provides API documentation for Telepathy's GLib bindings. Section: Programming/C Format: HTML Index: /usr/share/doc/libtelepathy-glib-doc/telepathy-glib/index.html Files: /usr/share/doc/libtelepathy-glib-doc/telepathy-glib/*.html debian/libtelepathy-glib-doc.docs0000664000000000000000000000002412274050006014176 0ustar AUTHORS NEWS README debian/libtelepathy-glib-dev.install0000664000000000000000000000026412274050006014733 0ustar usr/lib/*/libtelepathy-glib.so usr/lib/*/libtelepathy-glib.a usr/include/telepathy-1.0 usr/lib/*/pkgconfig/telepathy-glib.pc usr/share/gir-1.0 usr/share/vala/vapi/telepathy-glib.* debian/patches/0000775000000000000000000000000012274246724010631 5ustar debian/patches/series0000664000000000000000000000003712274050146012035 0ustar working_test_on_new_glib.patch debian/patches/working_test_on_new_glib.patch0000664000000000000000000001215712274050006016723 0ustar From 23808251a36b603c67e1737007ae830d7b0ef6f1 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 04 Dec 2013 19:09:18 +0000 Subject: TpFileTransferChannel: Fix possible crashes. tp_file_transfer_channel_accept_file_async() and tp_file_transfer_channel_accept_file_async() operations are supposed to complete as soon as the CM returns from AcceptFile or ProvideFile. That means that we cannot call operation_failed() for steaming errors. We also have to keep a ref on self while streaming the file to avoid a crash in the callback when we dereference self. This means that the client app cannot cancel the ongoing streaming by unreffing the channel, replying on dispose calling g_cancellable_cancel(). It can still be doing using g_object_run_dispose() though. To make it cleaner we should probably add tp_file_transfer_channel_cancel(). The spec does not provide any way for the streaming client to inform the CM and other clients about the error occured while streaming. TpFileTransferChannel API does not even have a way to propagate that error to the user. --- diff --git a/telepathy-glib/file-transfer-channel.c b/telepathy-glib/file-transfer-channel.c index d3067da..f74a297 100644 --- a/telepathy-glib/file-transfer-channel.c +++ b/telepathy-glib/file-transfer-channel.c @@ -184,6 +184,7 @@ static void operation_failed (TpFileTransferChannel *self, GError *error) { + g_assert (self->priv->result != NULL); g_simple_async_result_take_error (self->priv->result, error); g_simple_async_result_complete_in_idle (self->priv->result); tp_clear_object (&self->priv->result); @@ -202,12 +203,11 @@ stream_close_cb (GObject *source, { DEBUG ("Failed to close stream: %s\n", error->message); g_clear_error (&error); - /* Don't fail the accept/provide operation as this is just a - * close operation. */ } /* Now that this is closed in both ways, let's just remove it. */ g_clear_object (&self->priv->stream); + g_object_unref (self); } static void @@ -222,13 +222,13 @@ splice_stream_ready_cb (GObject *output, &error); if (error != NULL && !g_cancellable_is_cancelled (self->priv->cancellable)) - { - DEBUG ("splice operation failed: %s", error->message); - operation_failed (self, error); - } + DEBUG ("splice operation failed: %s", error->message); + g_clear_error (&error); g_io_stream_close_async (self->priv->stream, G_PRIORITY_DEFAULT, - NULL, stream_close_cb, self); + NULL, stream_close_cb, g_object_ref (self)); + + g_object_unref (self); } static void @@ -241,10 +241,7 @@ client_socket_connected (TpFileTransferChannel *self) self->priv->client_socket); if (conn == NULL) { - error = g_error_new (G_IO_ERROR, G_IO_ERROR_FAILED, - "Failed to create client connection"); - DEBUG ("%s", error->message); - operation_failed (self, error); + DEBUG ("Failed to create client connection"); return; } @@ -262,9 +259,8 @@ client_socket_connected (TpFileTransferChannel *self) conn, byte, NULL, &error)) { DEBUG ("Failed to send credentials: %s", error->message); - - operation_failed (self, error); g_object_unref (conn); + g_clear_error (&error); return; } } @@ -282,7 +278,7 @@ client_socket_connected (TpFileTransferChannel *self) G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE | G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET, G_PRIORITY_DEFAULT, self->priv->cancellable, - splice_stream_ready_cb, self); + splice_stream_ready_cb, g_object_ref (self)); } else { @@ -294,7 +290,7 @@ client_socket_connected (TpFileTransferChannel *self) G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE | G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET, G_PRIORITY_DEFAULT, self->priv->cancellable, - splice_stream_ready_cb, self); + splice_stream_ready_cb, g_object_ref (self)); } } @@ -308,8 +304,7 @@ client_socket_cb (GSocket *socket, if (!g_socket_check_connect_result (socket, &error)) { DEBUG ("Failed to connect to socket: %s", error->message); - - operation_failed (self, error); + g_clear_error (&error); return FALSE; } @@ -1122,8 +1117,8 @@ start_transfer (TpFileTransferChannel *self) NULL); g_source_attach (source, g_main_context_get_thread_default ()); - g_source_set_callback (source, (GSourceFunc) client_socket_cb, self, - NULL); + g_source_set_callback (source, (GSourceFunc) client_socket_cb, + g_object_ref (self), g_object_unref); g_error_free (error); g_source_unref (source); @@ -1131,8 +1126,7 @@ start_transfer (TpFileTransferChannel *self) else { DEBUG ("Failed to connect to socket: %s:", error->message); - - operation_failed (self, error); + g_clear_error (&error); } } @@ -1171,6 +1165,7 @@ accept_or_provide_file_cb (TpChannel *proxy, } g_simple_async_result_complete_in_idle (self->priv->result); + g_clear_object (&self->priv->result); } static gboolean -- cgit v0.9.0.3 debian/watch0000664000000000000000000000016512274050006010217 0ustar version=3 http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-([0-9]+\.[0-9]*[24680]\..*).tar.gz debian/libtelepathy-glib0.symbols0000664000000000000000000060454212274050006014272 0ustar libtelepathy-glib.so.0 libtelepathy-glib0 #MINVER# * Build-Depends-Package: libtelepathy-glib-dev TELEPATHY_GLIB_0.11.0@TELEPATHY_GLIB_0.11.0 0.11.0 TELEPATHY_GLIB_0.11.11@TELEPATHY_GLIB_0.11.11 0.11.11 TELEPATHY_GLIB_0.11.12@TELEPATHY_GLIB_0.11.12 0.11.12 TELEPATHY_GLIB_0.11.13@TELEPATHY_GLIB_0.11.13 0.11.13 TELEPATHY_GLIB_0.11.14@TELEPATHY_GLIB_0.11.14 0.11.14 TELEPATHY_GLIB_0.11.15@TELEPATHY_GLIB_0.11.15 0.11.15 TELEPATHY_GLIB_0.11.16@TELEPATHY_GLIB_0.11.16 0.11.16 TELEPATHY_GLIB_0.11.1@TELEPATHY_GLIB_0.11.1 0.11.1 TELEPATHY_GLIB_0.11.3@TELEPATHY_GLIB_0.11.3 0.11.3 TELEPATHY_GLIB_0.11.4@TELEPATHY_GLIB_0.11.4 0.11.4 TELEPATHY_GLIB_0.11.5@TELEPATHY_GLIB_0.11.5 0.11.5 TELEPATHY_GLIB_0.11.6@TELEPATHY_GLIB_0.11.6 0.11.6 TELEPATHY_GLIB_0.11.7@TELEPATHY_GLIB_0.11.7 0.11.7 TELEPATHY_GLIB_0.11.9@TELEPATHY_GLIB_0.11.9 0.11.9 TELEPATHY_GLIB_0.13.0@TELEPATHY_GLIB_0.13.0 0.13.0 TELEPATHY_GLIB_0.13.10@TELEPATHY_GLIB_0.13.10 0.13.10 TELEPATHY_GLIB_0.13.11@TELEPATHY_GLIB_0.13.11 0.13.11 TELEPATHY_GLIB_0.13.12@TELEPATHY_GLIB_0.13.12 0.13.12 TELEPATHY_GLIB_0.13.13@TELEPATHY_GLIB_0.13.13 0.13.13 TELEPATHY_GLIB_0.13.14@TELEPATHY_GLIB_0.13.14 0.13.14 TELEPATHY_GLIB_0.13.15@TELEPATHY_GLIB_0.13.15 0.13.15 TELEPATHY_GLIB_0.13.16@TELEPATHY_GLIB_0.13.16 0.13.16 TELEPATHY_GLIB_0.13.1@TELEPATHY_GLIB_0.13.1 0.13.1 TELEPATHY_GLIB_0.13.2@TELEPATHY_GLIB_0.13.2 0.13.2 TELEPATHY_GLIB_0.13.3@TELEPATHY_GLIB_0.13.3 0.13.3 TELEPATHY_GLIB_0.13.4@TELEPATHY_GLIB_0.13.4 0.13.4 TELEPATHY_GLIB_0.13.5@TELEPATHY_GLIB_0.13.5 0.13.5 TELEPATHY_GLIB_0.13.7@TELEPATHY_GLIB_0.13.7 0.13.7 TELEPATHY_GLIB_0.13.8@TELEPATHY_GLIB_0.13.8 0.13.8 TELEPATHY_GLIB_0.13.9@TELEPATHY_GLIB_0.13.9 0.13.9 TELEPATHY_GLIB_0.14.2@TELEPATHY_GLIB_0.14.2 0.14.2 TELEPATHY_GLIB_0.14.3@TELEPATHY_GLIB_0.14.3 0.14.3 TELEPATHY_GLIB_0.14.4@TELEPATHY_GLIB_0.14.4 0.14.4 TELEPATHY_GLIB_0.14.5@TELEPATHY_GLIB_0.14.5 0.14.5 TELEPATHY_GLIB_0.15.0@TELEPATHY_GLIB_0.15.0 0.15.0 TELEPATHY_GLIB_0.15.1@TELEPATHY_GLIB_0.15.1 0.15.1 TELEPATHY_GLIB_0.15.2@TELEPATHY_GLIB_0.15.2 0.15.2 TELEPATHY_GLIB_0.15.3@TELEPATHY_GLIB_0.15.3 0.15.3 TELEPATHY_GLIB_0.15.5@TELEPATHY_GLIB_0.15.5 0.15.5 TELEPATHY_GLIB_0.15.6@TELEPATHY_GLIB_0.15.6 0.15.6 TELEPATHY_GLIB_0.15.8@TELEPATHY_GLIB_0.15.8 0.15.8 TELEPATHY_GLIB_0.17.0@TELEPATHY_GLIB_0.17.0 0.17.0 TELEPATHY_GLIB_0.17.1@TELEPATHY_GLIB_0.17.1 0.17.1 TELEPATHY_GLIB_0.17.2@TELEPATHY_GLIB_0.17.2 0.17.2 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.18.0@TELEPATHY_GLIB_0.18.0 0.18.0 TELEPATHY_GLIB_0.19.0@TELEPATHY_GLIB_0.19.0 0.19.0 TELEPATHY_GLIB_0.19.10@TELEPATHY_GLIB_0.19.10 0.19.10 TELEPATHY_GLIB_0.19.1@TELEPATHY_GLIB_0.19.1 0.19.1 TELEPATHY_GLIB_0.19.2@TELEPATHY_GLIB_0.19.2 0.19.2 TELEPATHY_GLIB_0.19.3@TELEPATHY_GLIB_0.19.3 0.19.3 TELEPATHY_GLIB_0.19.4@TELEPATHY_GLIB_0.19.4 0.19.4 TELEPATHY_GLIB_0.19.6@TELEPATHY_GLIB_0.19.6 0.19.6 TELEPATHY_GLIB_0.19.7@TELEPATHY_GLIB_0.19.7 0.19.7 TELEPATHY_GLIB_0.19.8@TELEPATHY_GLIB_0.19.8 0.19.8 TELEPATHY_GLIB_0.19.9@TELEPATHY_GLIB_0.19.9 0.19.9 TELEPATHY_GLIB_0.21.2@TELEPATHY_GLIB_0.21.2 0.21.2 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 TELEPATHY_GLIB_0.7.13@TELEPATHY_GLIB_0.7.13 0.7.13 TELEPATHY_GLIB_0.7.14@TELEPATHY_GLIB_0.7.14 0.7.14 TELEPATHY_GLIB_0.7.15@TELEPATHY_GLIB_0.7.15 0.7.15 TELEPATHY_GLIB_0.7.16@TELEPATHY_GLIB_0.7.16 0.7.16 TELEPATHY_GLIB_0.7.17@TELEPATHY_GLIB_0.7.17 0.7.17 TELEPATHY_GLIB_0.7.18@TELEPATHY_GLIB_0.7.18 0.7.18 TELEPATHY_GLIB_0.7.19@TELEPATHY_GLIB_0.7.19 0.7.19 TELEPATHY_GLIB_0.7.1@TELEPATHY_GLIB_0.7.1 0.7.1 TELEPATHY_GLIB_0.7.20@TELEPATHY_GLIB_0.7.20 0.7.20 TELEPATHY_GLIB_0.7.21@TELEPATHY_GLIB_0.7.21 0.7.21 TELEPATHY_GLIB_0.7.23@TELEPATHY_GLIB_0.7.23 0.7.23 TELEPATHY_GLIB_0.7.24@TELEPATHY_GLIB_0.7.24 0.7.24 TELEPATHY_GLIB_0.7.26@TELEPATHY_GLIB_0.7.26 0.7.26 TELEPATHY_GLIB_0.7.27@TELEPATHY_GLIB_0.7.27 0.7.27 TELEPATHY_GLIB_0.7.28@TELEPATHY_GLIB_0.7.28 0.7.28 TELEPATHY_GLIB_0.7.29@TELEPATHY_GLIB_0.7.29 0.7.29 TELEPATHY_GLIB_0.7.2@TELEPATHY_GLIB_0.7.2 0.7.2 TELEPATHY_GLIB_0.7.30@TELEPATHY_GLIB_0.7.30 0.7.30 TELEPATHY_GLIB_0.7.31@TELEPATHY_GLIB_0.7.31 0.7.31 TELEPATHY_GLIB_0.7.32@TELEPATHY_GLIB_0.7.32 0.7.32 TELEPATHY_GLIB_0.7.34@TELEPATHY_GLIB_0.7.34 0.7.34 TELEPATHY_GLIB_0.7.35@TELEPATHY_GLIB_0.7.35 0.7.35 TELEPATHY_GLIB_0.7.36@TELEPATHY_GLIB_0.7.36 0.7.36 TELEPATHY_GLIB_0.7.37@TELEPATHY_GLIB_0.7.37 0.7.37 TELEPATHY_GLIB_0.7.3@TELEPATHY_GLIB_0.7.3 0.7.3 TELEPATHY_GLIB_0.7.5@TELEPATHY_GLIB_0.7.5 0.7.5 TELEPATHY_GLIB_0.7.6@TELEPATHY_GLIB_0.7.6 0.7.6 TELEPATHY_GLIB_0.7.7@TELEPATHY_GLIB_0.7.7 0.7.7 TELEPATHY_GLIB_0.7.8@TELEPATHY_GLIB_0.7.8 0.7.8 TELEPATHY_GLIB_0.7.9@TELEPATHY_GLIB_0.7.9 0.7.9 TELEPATHY_GLIB_0.9.0@TELEPATHY_GLIB_0.9.0 0.9.0 TELEPATHY_GLIB_0.9.2@TELEPATHY_GLIB_0.9.2 0.9.2 tp_account_associated_with_uri_scheme@TELEPATHY_GLIB_0.13.8 0.13.8 tp_account_bind_connection_status_to_property@TELEPATHY_GLIB_0.13.16 0.13.16 tp_account_channel_request_create_and_handle_channel_async@TELEPATHY_GLIB_0.11.12 0.11.12 tp_account_channel_request_create_and_handle_channel_finish@TELEPATHY_GLIB_0.11.12 0.11.12 tp_account_channel_request_create_and_observe_channel_async@TELEPATHY_GLIB_0.13.14 0.13.14 tp_account_channel_request_create_and_observe_channel_finish@TELEPATHY_GLIB_0.13.14 0.13.14 tp_account_channel_request_create_channel_async@TELEPATHY_GLIB_0.11.12 0.11.12 tp_account_channel_request_create_channel_finish@TELEPATHY_GLIB_0.11.12 0.11.12 tp_account_channel_request_dup_request@TELEPATHY_GLIB_0.19.10 0.19.10 tp_account_channel_request_ensure_and_handle_channel_async@TELEPATHY_GLIB_0.11.12 0.11.12 tp_account_channel_request_ensure_and_handle_channel_finish@TELEPATHY_GLIB_0.11.12 0.11.12 tp_account_channel_request_ensure_and_observe_channel_async@TELEPATHY_GLIB_0.13.14 0.13.14 tp_account_channel_request_ensure_and_observe_channel_finish@TELEPATHY_GLIB_0.13.14 0.13.14 tp_account_channel_request_ensure_channel_async@TELEPATHY_GLIB_0.11.12 0.11.12 tp_account_channel_request_ensure_channel_finish@TELEPATHY_GLIB_0.11.12 0.11.12 tp_account_channel_request_get_account@TELEPATHY_GLIB_0.11.12 0.11.12 tp_account_channel_request_get_channel_request@TELEPATHY_GLIB_0.13.13 0.13.13 tp_account_channel_request_get_request@TELEPATHY_GLIB_0.11.12 0.11.12 tp_account_channel_request_get_type@TELEPATHY_GLIB_0.11.12 0.11.12 tp_account_channel_request_get_user_action_time@TELEPATHY_GLIB_0.11.12 0.11.12 tp_account_channel_request_new@TELEPATHY_GLIB_0.11.12 0.11.12 tp_account_channel_request_new_audio_call@TELEPATHY_GLIB_0.19.0 0.19.0 tp_account_channel_request_new_audio_video_call@TELEPATHY_GLIB_0.19.0 0.19.0 tp_account_channel_request_new_file_transfer@TELEPATHY_GLIB_0.19.0 0.19.0 tp_account_channel_request_new_text@TELEPATHY_GLIB_0.19.0 0.19.0 tp_account_channel_request_new_vardict@TELEPATHY_GLIB_0.19.10 0.19.10 tp_account_channel_request_set_channel_factory@TELEPATHY_GLIB_0.13.2 0.13.2 tp_account_channel_request_set_delegate_to_preferred_handler@TELEPATHY_GLIB_0.15.3 0.15.3 tp_account_channel_request_set_delegated_channel_callback@TELEPATHY_GLIB_0.15.3 0.15.3 tp_account_channel_request_set_file_transfer_description@TELEPATHY_GLIB_0.19.0 0.19.0 tp_account_channel_request_set_file_transfer_initial_offset@TELEPATHY_GLIB_0.19.0 0.19.0 tp_account_channel_request_set_file_transfer_timestamp@TELEPATHY_GLIB_0.19.0 0.19.0 tp_account_channel_request_set_file_transfer_uri@TELEPATHY_GLIB_0.19.0 0.19.0 tp_account_channel_request_set_hint@TELEPATHY_GLIB_0.19.8 0.19.8 tp_account_channel_request_set_hints@TELEPATHY_GLIB_0.13.14 0.13.14 tp_account_channel_request_set_request_property@TELEPATHY_GLIB_0.19.0 0.19.0 tp_account_channel_request_set_target_contact@TELEPATHY_GLIB_0.19.0 0.19.0 tp_account_channel_request_set_target_id@TELEPATHY_GLIB_0.19.0 0.19.0 tp_account_dup_detailed_error_vardict@TELEPATHY_GLIB_0.17.6 0.17.6 tp_account_dup_parameters_vardict@TELEPATHY_GLIB_0.17.6 0.17.6 tp_account_dup_storage_identifier_variant@TELEPATHY_GLIB_0.17.6 0.17.6 tp_account_dup_storage_specific_information_vardict_async@TELEPATHY_GLIB_0.17.6 0.17.6 tp_account_dup_storage_specific_information_vardict_finish@TELEPATHY_GLIB_0.17.6 0.17.6 tp_account_ensure_connection@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_get_automatic_presence@TELEPATHY_GLIB_0.13.8 0.13.8 tp_account_get_avatar_async@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_get_avatar_finish@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_get_changing_presence@TELEPATHY_GLIB_0.11.6 0.11.6 tp_account_get_cm_name@TELEPATHY_GLIB_0.19.3 0.19.3 tp_account_get_connect_automatically@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_get_connection@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_get_connection_manager@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_get_connection_status@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_get_current_presence@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_get_detailed_error@TELEPATHY_GLIB_0.11.7 0.11.7 tp_account_get_display_name@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_get_feature_quark_addressing@TELEPATHY_GLIB_0.13.8 0.13.8 tp_account_get_feature_quark_connection@TELEPATHY_GLIB_0.15.5 0.15.5 tp_account_get_feature_quark_core@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_get_feature_quark_storage@TELEPATHY_GLIB_0.13.2 0.13.2 tp_account_get_has_been_online@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_get_icon_name@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_get_nickname@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_get_normalized_name@TELEPATHY_GLIB_0.13.8 0.13.8 tp_account_get_parameters@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_get_path_suffix@TELEPATHY_GLIB_0.13.9 0.13.9 tp_account_get_protocol@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_get_protocol_name@TELEPATHY_GLIB_0.19.3 0.19.3 tp_account_get_requested_presence@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_get_service@TELEPATHY_GLIB_0.11.9 0.11.9 tp_account_get_storage_identifier@TELEPATHY_GLIB_0.13.2 0.13.2 tp_account_get_storage_provider@TELEPATHY_GLIB_0.13.2 0.13.2 tp_account_get_storage_restrictions@TELEPATHY_GLIB_0.13.2 0.13.2 tp_account_get_storage_specific_information_async@TELEPATHY_GLIB_0.13.2 0.13.2 tp_account_get_storage_specific_information_finish@TELEPATHY_GLIB_0.13.2 0.13.2 tp_account_get_supersedes@TELEPATHY_GLIB_0.17.5 0.17.5 tp_account_get_type@TELEPATHY_GLIB_0.7.32 0.7.32 tp_account_get_uri_schemes@TELEPATHY_GLIB_0.13.8 0.13.8 tp_account_init_known_interfaces@TELEPATHY_GLIB_0.7.32 0.7.32 tp_account_is_enabled@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_is_prepared@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_is_valid@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_manager_can_set_default@TELEPATHY_GLIB_0.19.6 0.19.6 tp_account_manager_create_account_async@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_manager_create_account_finish@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_manager_dup@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_manager_dup_valid_accounts@TELEPATHY_GLIB_0.19.9 0.19.9 tp_account_manager_enable_restart@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_manager_ensure_account@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_manager_get_feature_quark_core@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_manager_get_most_available_presence@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_manager_get_type@TELEPATHY_GLIB_0.7.32 0.7.32 tp_account_manager_get_valid_accounts@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_manager_init_known_interfaces@TELEPATHY_GLIB_0.7.32 0.7.32 tp_account_manager_is_prepared@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_manager_new@TELEPATHY_GLIB_0.7.32 0.7.32 tp_account_manager_new_with_factory@TELEPATHY_GLIB_0.15.5 0.15.5 tp_account_manager_prepare_async@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_manager_prepare_finish@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_manager_set_all_requested_presences@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_manager_set_default@TELEPATHY_GLIB_0.15.5 0.15.5 tp_account_new@TELEPATHY_GLIB_0.7.32 0.7.32 tp_account_parse_object_path@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_prepare_async@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_prepare_finish@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_reconnect_async@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_reconnect_finish@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_remove_async@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_remove_finish@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_request_add_supersedes@TELEPATHY_GLIB_0.19.1 0.19.1 tp_account_request_create_account_async@TELEPATHY_GLIB_0.19.1 0.19.1 tp_account_request_create_account_finish@TELEPATHY_GLIB_0.19.1 0.19.1 tp_account_request_get_type@TELEPATHY_GLIB_0.19.1 0.19.1 tp_account_request_new@TELEPATHY_GLIB_0.19.1 0.19.1 tp_account_request_new_from_protocol@TELEPATHY_GLIB_0.19.1 0.19.1 tp_account_request_presence_async@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_request_presence_finish@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_request_set_automatic_presence@TELEPATHY_GLIB_0.19.1 0.19.1 tp_account_request_set_avatar@TELEPATHY_GLIB_0.19.1 0.19.1 tp_account_request_set_connect_automatically@TELEPATHY_GLIB_0.19.1 0.19.1 tp_account_request_set_display_name@TELEPATHY_GLIB_0.19.1 0.19.1 tp_account_request_set_enabled@TELEPATHY_GLIB_0.19.1 0.19.1 tp_account_request_set_icon_name@TELEPATHY_GLIB_0.19.1 0.19.1 tp_account_request_set_nickname@TELEPATHY_GLIB_0.19.1 0.19.1 tp_account_request_set_parameter@TELEPATHY_GLIB_0.19.1 0.19.1 tp_account_request_set_parameter_string@TELEPATHY_GLIB_0.19.1 0.19.1 tp_account_request_set_requested_presence@TELEPATHY_GLIB_0.19.1 0.19.1 tp_account_request_set_service@TELEPATHY_GLIB_0.19.1 0.19.1 tp_account_request_set_storage_provider@TELEPATHY_GLIB_0.19.4 0.19.4 tp_account_request_unset_parameter@TELEPATHY_GLIB_0.19.1 0.19.1 tp_account_set_automatic_presence_async@TELEPATHY_GLIB_0.13.8 0.13.8 tp_account_set_automatic_presence_finish@TELEPATHY_GLIB_0.13.8 0.13.8 tp_account_set_avatar_async@TELEPATHY_GLIB_0.11.1 0.11.1 tp_account_set_avatar_finish@TELEPATHY_GLIB_0.11.1 0.11.1 tp_account_set_connect_automatically_async@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_set_connect_automatically_finish@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_set_display_name_async@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_set_display_name_finish@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_set_enabled_async@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_set_enabled_finish@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_set_icon_name_async@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_set_icon_name_finish@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_set_nickname_async@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_set_nickname_finish@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_set_service_async@TELEPATHY_GLIB_0.11.9 0.11.9 tp_account_set_service_finish@TELEPATHY_GLIB_0.11.9 0.11.9 tp_account_set_uri_scheme_association_async@TELEPATHY_GLIB_0.13.8 0.13.8 tp_account_set_uri_scheme_association_finish@TELEPATHY_GLIB_0.13.8 0.13.8 tp_account_update_parameters_async@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_update_parameters_finish@TELEPATHY_GLIB_0.9.0 0.9.0 tp_account_update_parameters_vardict_async@TELEPATHY_GLIB_0.17.6 0.17.6 tp_account_update_parameters_vardict_finish@TELEPATHY_GLIB_0.17.6 0.17.6 tp_add_dispatch_operation_context_accept@TELEPATHY_GLIB_0.11.5 0.11.5 tp_add_dispatch_operation_context_delay@TELEPATHY_GLIB_0.11.5 0.11.5 tp_add_dispatch_operation_context_fail@TELEPATHY_GLIB_0.11.5 0.11.5 tp_add_dispatch_operation_context_get_type@TELEPATHY_GLIB_0.11.5 0.11.5 tp_address_g_variant_from_g_socket_address@TELEPATHY_GLIB_0.19.10 0.19.10 tp_address_variant_from_g_socket_address@TELEPATHY_GLIB_0.11.0 0.11.0 tp_asv_dump@TELEPATHY_GLIB_0.7.29 0.7.29 tp_asv_get_boolean@TELEPATHY_GLIB_0.7.9 0.7.9 tp_asv_get_boxed@TELEPATHY_GLIB_0.7.9 0.7.9 tp_asv_get_bytes@TELEPATHY_GLIB_0.7.9 0.7.9 tp_asv_get_double@TELEPATHY_GLIB_0.7.9 0.7.9 tp_asv_get_int32@TELEPATHY_GLIB_0.7.9 0.7.9 tp_asv_get_int64@TELEPATHY_GLIB_0.7.9 0.7.9 tp_asv_get_object_path@TELEPATHY_GLIB_0.7.9 0.7.9 tp_asv_get_string@TELEPATHY_GLIB_0.7.9 0.7.9 tp_asv_get_strv@TELEPATHY_GLIB_0.7.9 0.7.9 tp_asv_get_uint32@TELEPATHY_GLIB_0.7.9 0.7.9 tp_asv_get_uint64@TELEPATHY_GLIB_0.7.9 0.7.9 tp_asv_lookup@TELEPATHY_GLIB_0.7.9 0.7.9 tp_asv_new@TELEPATHY_GLIB_0.7.29 0.7.29 tp_asv_set_boolean@TELEPATHY_GLIB_0.7.29 0.7.29 tp_asv_set_boxed@TELEPATHY_GLIB_0.7.29 0.7.29 tp_asv_set_bytes@TELEPATHY_GLIB_0.7.29 0.7.29 tp_asv_set_double@TELEPATHY_GLIB_0.7.29 0.7.29 tp_asv_set_int32@TELEPATHY_GLIB_0.7.29 0.7.29 tp_asv_set_int64@TELEPATHY_GLIB_0.7.29 0.7.29 tp_asv_set_object_path@TELEPATHY_GLIB_0.7.29 0.7.29 tp_asv_set_static_boxed@TELEPATHY_GLIB_0.7.29 0.7.29 tp_asv_set_static_object_path@TELEPATHY_GLIB_0.7.29 0.7.29 tp_asv_set_static_string@TELEPATHY_GLIB_0.7.29 0.7.29 tp_asv_set_string@TELEPATHY_GLIB_0.7.29 0.7.29 tp_asv_set_strv@TELEPATHY_GLIB_0.7.29 0.7.29 tp_asv_set_uint32@TELEPATHY_GLIB_0.7.29 0.7.29 tp_asv_set_uint64@TELEPATHY_GLIB_0.7.29 0.7.29 tp_asv_take_boxed@TELEPATHY_GLIB_0.7.29 0.7.29 tp_asv_take_bytes@TELEPATHY_GLIB_0.7.29 0.7.29 tp_asv_take_object_path@TELEPATHY_GLIB_0.7.29 0.7.29 tp_asv_take_string@TELEPATHY_GLIB_0.7.29 0.7.29 tp_automatic_client_factory_get_type@TELEPATHY_GLIB_0.15.5 0.15.5 tp_automatic_client_factory_new@TELEPATHY_GLIB_0.15.5 0.15.5 tp_automatic_proxy_factory_dup@TELEPATHY_GLIB_0.13.2 0.13.2 tp_automatic_proxy_factory_get_type@TELEPATHY_GLIB_0.13.2 0.13.2 tp_automatic_proxy_factory_new@TELEPATHY_GLIB_0.13.2 0.13.2 tp_avatar_requirements_copy@TELEPATHY_GLIB_0.11.4 0.11.4 tp_avatar_requirements_destroy@TELEPATHY_GLIB_0.11.4 0.11.4 tp_avatar_requirements_get_type@TELEPATHY_GLIB_0.11.4 0.11.4 tp_avatar_requirements_new@TELEPATHY_GLIB_0.11.4 0.11.4 tp_base_call_channel_add_content@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_channel_get_call_members@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_channel_get_contents@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_channel_get_state@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_channel_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_channel_has_initial_audio@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_channel_has_initial_video@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_channel_has_mutable_contents@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_channel_is_accepted@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_channel_remote_accept@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_channel_remove_content@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_channel_remove_member@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_channel_set_state@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_channel_update_member_flags@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_content_add_stream@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_content_get_connection@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_content_get_disposition@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_content_get_media_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_content_get_name@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_content_get_object_path@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_content_get_streams@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_content_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_content_remove_stream@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_stream_get_connection@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_stream_get_local_sending_state@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_stream_get_object_path@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_stream_get_remote_sending_state@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_stream_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_stream_remove_member@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_stream_update_local_sending_state@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_call_stream_update_remote_sending_state@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_channel_close@TELEPATHY_GLIB_0.11.14 0.11.14 tp_base_channel_destroyed@TELEPATHY_GLIB_0.11.14 0.11.14 tp_base_channel_disappear@TELEPATHY_GLIB_0.19.7 0.19.7 tp_base_channel_get_connection@TELEPATHY_GLIB_0.11.14 0.11.14 tp_base_channel_get_initiator@TELEPATHY_GLIB_0.11.14 0.11.14 tp_base_channel_get_object_path@TELEPATHY_GLIB_0.11.14 0.11.14 tp_base_channel_get_self_handle@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_channel_get_target_handle@TELEPATHY_GLIB_0.11.14 0.11.14 tp_base_channel_get_type@TELEPATHY_GLIB_0.11.14 0.11.14 tp_base_channel_is_destroyed@TELEPATHY_GLIB_0.11.14 0.11.14 tp_base_channel_is_registered@TELEPATHY_GLIB_0.11.14 0.11.14 tp_base_channel_is_requested@TELEPATHY_GLIB_0.11.14 0.11.14 tp_base_channel_is_respawning@TELEPATHY_GLIB_0.19.7 0.19.7 tp_base_channel_register@TELEPATHY_GLIB_0.11.14 0.11.14 tp_base_channel_reopened@TELEPATHY_GLIB_0.11.14 0.11.14 tp_base_channel_reopened_with_requested@TELEPATHY_GLIB_0.19.7 0.19.7 tp_base_client_add_account_features@TELEPATHY_GLIB_0.11.14 0.11.14 tp_base_client_add_account_features_varargs@TELEPATHY_GLIB_0.11.14 0.11.14 tp_base_client_add_approver_filter@TELEPATHY_GLIB_0.11.5 0.11.5 tp_base_client_add_approver_filter_vardict@TELEPATHY_GLIB_0.19.10 0.19.10 tp_base_client_add_channel_features@TELEPATHY_GLIB_0.11.14 0.11.14 tp_base_client_add_channel_features_varargs@TELEPATHY_GLIB_0.11.14 0.11.14 tp_base_client_add_connection_features@TELEPATHY_GLIB_0.11.14 0.11.14 tp_base_client_add_connection_features_varargs@TELEPATHY_GLIB_0.11.14 0.11.14 tp_base_client_add_handler_capabilities@TELEPATHY_GLIB_0.11.6 0.11.6 tp_base_client_add_handler_capabilities_varargs@TELEPATHY_GLIB_0.11.6 0.11.6 tp_base_client_add_handler_capability@TELEPATHY_GLIB_0.11.6 0.11.6 tp_base_client_add_handler_filter@TELEPATHY_GLIB_0.11.6 0.11.6 tp_base_client_add_handler_filter_vardict@TELEPATHY_GLIB_0.19.10 0.19.10 tp_base_client_add_observer_filter@TELEPATHY_GLIB_0.11.5 0.11.5 tp_base_client_add_observer_filter_vardict@TELEPATHY_GLIB_0.19.10 0.19.10 tp_base_client_be_a_handler@TELEPATHY_GLIB_0.11.6 0.11.6 tp_base_client_delegate_channels_async@TELEPATHY_GLIB_0.15.0 0.15.0 tp_base_client_delegate_channels_finish@TELEPATHY_GLIB_0.15.0 0.15.0 tp_base_client_dup_handled_channels@TELEPATHY_GLIB_0.19.9 0.19.9 tp_base_client_dup_pending_requests@TELEPATHY_GLIB_0.19.9 0.19.9 tp_base_client_get_account_manager@TELEPATHY_GLIB_0.11.14 0.11.14 tp_base_client_get_bus_name@TELEPATHY_GLIB_0.11.5 0.11.5 tp_base_client_get_channel_factory@TELEPATHY_GLIB_0.13.2 0.13.2 tp_base_client_get_dbus_daemon@TELEPATHY_GLIB_0.11.11 0.11.11 tp_base_client_get_handled_channels@TELEPATHY_GLIB_0.11.6 0.11.6 tp_base_client_get_name@TELEPATHY_GLIB_0.11.11 0.11.11 tp_base_client_get_object_path@TELEPATHY_GLIB_0.11.5 0.11.5 tp_base_client_get_pending_requests@TELEPATHY_GLIB_0.11.6 0.11.6 tp_base_client_get_type@TELEPATHY_GLIB_0.11.5 0.11.5 tp_base_client_get_uniquify_name@TELEPATHY_GLIB_0.11.11 0.11.11 tp_base_client_implement_add_dispatch_operation@TELEPATHY_GLIB_0.11.5 0.11.5 tp_base_client_implement_handle_channels@TELEPATHY_GLIB_0.11.6 0.11.6 tp_base_client_implement_observe_channels@TELEPATHY_GLIB_0.11.5 0.11.5 tp_base_client_is_handling_channel@TELEPATHY_GLIB_0.14.5 0.14.5 tp_base_client_register@TELEPATHY_GLIB_0.11.5 0.11.5 tp_base_client_set_channel_factory@TELEPATHY_GLIB_0.13.2 0.13.2 tp_base_client_set_delegated_channels_callback@TELEPATHY_GLIB_0.15.3 0.15.3 tp_base_client_set_handler_bypass_approval@TELEPATHY_GLIB_0.11.6 0.11.6 tp_base_client_set_handler_request_notification@TELEPATHY_GLIB_0.11.6 0.11.6 tp_base_client_set_observer_delay_approvers@TELEPATHY_GLIB_0.13.16 0.13.16 tp_base_client_set_observer_recover@TELEPATHY_GLIB_0.11.5 0.11.5 tp_base_client_take_approver_filter@TELEPATHY_GLIB_0.11.5 0.11.5 tp_base_client_take_handler_filter@TELEPATHY_GLIB_0.11.6 0.11.6 tp_base_client_take_observer_filter@TELEPATHY_GLIB_0.11.5 0.11.5 tp_base_client_unregister@TELEPATHY_GLIB_0.11.6 0.11.6 tp_base_connection_add_client_interest@TELEPATHY_GLIB_0.13.3 0.13.3 tp_base_connection_add_interfaces@TELEPATHY_GLIB_0.7.0 0.7.1 tp_base_connection_add_possible_client_interest@TELEPATHY_GLIB_0.13.3 0.13.3 tp_base_connection_change_status@TELEPATHY_GLIB_0.7.0 0.7.1 tp_base_connection_channel_manager_iter_init@TELEPATHY_GLIB_0.7.15 0.7.15 tp_base_connection_channel_manager_iter_next@TELEPATHY_GLIB_0.7.15 0.7.15 tp_base_connection_check_connected@TELEPATHY_GLIB_0.19.1 0.19.1 tp_base_connection_dbus_request_handles@TELEPATHY_GLIB_0.7.0 0.7.1 tp_base_connection_disconnect_with_dbus_error@TELEPATHY_GLIB_0.7.24 0.7.24 tp_base_connection_disconnect_with_dbus_error_vardict@TELEPATHY_GLIB_0.19.0 0.19.0 tp_base_connection_finish_shutdown@TELEPATHY_GLIB_0.7.0 0.7.1 tp_base_connection_get_bus_name@TELEPATHY_GLIB_0.19.1 0.19.1 tp_base_connection_get_dbus_daemon@TELEPATHY_GLIB_0.11.3 0.11.3 tp_base_connection_get_handles@TELEPATHY_GLIB_0.7.0 0.7.1 tp_base_connection_get_object_path@TELEPATHY_GLIB_0.19.1 0.19.1 tp_base_connection_get_self_handle@TELEPATHY_GLIB_0.7.15 0.7.15 tp_base_connection_get_status@TELEPATHY_GLIB_0.19.1 0.19.1 tp_base_connection_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_base_connection_is_destroyed@TELEPATHY_GLIB_0.19.1 0.19.1 tp_base_connection_manager_add_protocol@TELEPATHY_GLIB_0.11.11 0.11.11 tp_base_connection_manager_get_dbus_daemon@TELEPATHY_GLIB_0.11.3 0.11.3 tp_base_connection_manager_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_base_connection_manager_register@TELEPATHY_GLIB_0.7.0 0.7.1 tp_base_connection_register@TELEPATHY_GLIB_0.7.0 0.7.1 tp_base_connection_register_with_contacts_mixin@TELEPATHY_GLIB_0.7.14 0.7.14 tp_base_connection_set_self_handle@TELEPATHY_GLIB_0.7.15 0.7.15 tp_base_contact_list_add_to_group_async@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_add_to_group_finish@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_authorize_publication_async@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_authorize_publication_finish@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_block_contacts_async@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_block_contacts_finish@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_block_contacts_with_abuse_async@TELEPATHY_GLIB_0.15.1 0.15.1 tp_base_contact_list_block_contacts_with_abuse_finish@TELEPATHY_GLIB_0.15.1 0.15.1 tp_base_contact_list_can_block@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_can_change_contact_list@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_contact_blocking_changed@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_contacts_changed@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_download_async@TELEPATHY_GLIB_0.18.0 0.18.0 tp_base_contact_list_download_finish@TELEPATHY_GLIB_0.18.0 0.18.0 tp_base_contact_list_dup_blocked_contacts@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_dup_contact_groups@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_dup_contacts@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_dup_group_members@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_dup_groups@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_dup_states@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_false_func@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_get_connection@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_get_contact_list_persists@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_get_download_at_connection@TELEPATHY_GLIB_0.18.0 0.18.0 tp_base_contact_list_get_group_storage@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_get_request_uses_message@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_get_state@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_get_type@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_group_renamed@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_groups_changed@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_groups_created@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_groups_removed@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_has_disjoint_groups@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_mixin_blocking_iface_init@TELEPATHY_GLIB_0.15.1 0.15.1 tp_base_contact_list_mixin_class_init@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_mixin_groups_iface_init@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_mixin_list_iface_init@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_mixin_register_with_contacts_mixin@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_normalize_group@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_one_contact_changed@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_one_contact_groups_changed@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_one_contact_removed@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_remove_contacts_async@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_remove_contacts_finish@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_remove_from_group_async@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_remove_from_group_finish@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_remove_group_async@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_remove_group_finish@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_rename_group_async@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_rename_group_finish@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_request_subscription_async@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_request_subscription_finish@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_set_contact_groups_async@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_set_contact_groups_finish@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_set_group_members_async@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_set_group_members_finish@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_set_list_failed@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_set_list_pending@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_set_list_received@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_store_contacts_async@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_store_contacts_finish@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_true_func@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_unblock_contacts_async@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_unblock_contacts_finish@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_unpublish_async@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_unpublish_finish@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_unsubscribe_async@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_contact_list_unsubscribe_finish@TELEPATHY_GLIB_0.13.0 0.13.0 tp_base_media_call_channel_get_local_hold_state@TELEPATHY_GLIB_0.17.6 0.17.6 tp_base_media_call_channel_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_media_call_content_get_local_media_description@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_media_call_content_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_media_call_content_offer_media_description_async@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_media_call_content_offer_media_description_finish@TELEPATHY_GLIB_0.17.5 0.17.5 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 tp_base_media_call_stream_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_media_call_stream_get_username@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_media_call_stream_remove_endpoint@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_media_call_stream_set_local_sending@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_media_call_stream_set_relay_info@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_media_call_stream_set_stun_servers@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_media_call_stream_update_receiving_state@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_media_call_stream_update_sending_state@TELEPATHY_GLIB_0.17.5 0.17.5 tp_base_password_channel_get_type@TELEPATHY_GLIB_0.13.15 0.13.15 tp_base_protocol_get_immutable_properties@TELEPATHY_GLIB_0.11.11 0.11.11 tp_base_protocol_get_name@TELEPATHY_GLIB_0.11.11 0.11.11 tp_base_protocol_get_parameters@TELEPATHY_GLIB_0.11.11 0.11.11 tp_base_protocol_get_statuses@TELEPATHY_GLIB_0.13.5 0.13.5 tp_base_protocol_get_type@TELEPATHY_GLIB_0.11.11 0.11.11 tp_base_protocol_new_connection@TELEPATHY_GLIB_0.11.11 0.11.11 tp_base_room_config_dup_channel@TELEPATHY_GLIB_0.15.8 0.15.8 tp_base_room_config_emit_properties_changed@TELEPATHY_GLIB_0.15.8 0.15.8 tp_base_room_config_get_type@TELEPATHY_GLIB_0.15.8 0.15.8 tp_base_room_config_iface_init@TELEPATHY_GLIB_0.15.8 0.15.8 tp_base_room_config_property_get_type@TELEPATHY_GLIB_0.15.8 0.15.8 tp_base_room_config_register_class@TELEPATHY_GLIB_0.15.8 0.15.8 tp_base_room_config_set_can_update_configuration@TELEPATHY_GLIB_0.15.8 0.15.8 tp_base_room_config_set_property_mutable@TELEPATHY_GLIB_0.15.8 0.15.8 tp_base_room_config_set_retrieved@TELEPATHY_GLIB_0.15.8 0.15.8 tp_basic_proxy_factory_dup@TELEPATHY_GLIB_0.13.2 0.13.2 tp_basic_proxy_factory_get_type@TELEPATHY_GLIB_0.13.2 0.13.2 tp_basic_proxy_factory_new@TELEPATHY_GLIB_0.13.2 0.13.2 tp_blockable_contact_list_get_type@TELEPATHY_GLIB_0.13.0 0.13.0 tp_call_channel_accept_async@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_accept_finish@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_add_content_async@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_add_content_finish@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_get_contents@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_get_feature_quark_core@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_get_members@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_get_state@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_hangup_async@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_hangup_finish@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_has_dtmf@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_has_hardware_streaming@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_has_hold@TELEPATHY_GLIB_0.17.6 0.17.6 tp_call_channel_has_initial_audio@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_has_initial_video@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_has_mutable_contents@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_request_hold_async@TELEPATHY_GLIB_0.17.6 0.17.6 tp_call_channel_request_hold_finish@TELEPATHY_GLIB_0.17.6 0.17.6 tp_call_channel_send_tones_async@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_send_tones_finish@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_set_queued_async@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_set_queued_finish@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_set_ringing_async@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_channel_set_ringing_finish@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_content_get_disposition@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_content_get_feature_quark_core@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_content_get_media_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_content_get_name@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_content_get_streams@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_content_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_content_init_known_interfaces@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_content_media_description_add_rtcp_extended_reports_interface@TELEPATHY_GLIB_0.17.6 0.17.6 tp_call_content_media_description_add_rtcp_feedback_interface@TELEPATHY_GLIB_0.17.6 0.17.6 tp_call_content_media_description_add_rtcp_feedback_message@TELEPATHY_GLIB_0.17.6 0.17.6 tp_call_content_media_description_add_rtp_header_extension@TELEPATHY_GLIB_0.17.6 0.17.6 tp_call_content_media_description_add_rtp_header_extensions_interface@TELEPATHY_GLIB_0.17.6 0.17.6 tp_call_content_media_description_add_ssrc@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_content_media_description_append_codec@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_content_media_description_get_object_path@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_content_media_description_get_remote_contact@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_content_media_description_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_content_media_description_init_known_interfaces@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_content_media_description_new@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_content_media_description_set_does_avpf@TELEPATHY_GLIB_0.17.6 0.17.6 tp_call_content_media_description_set_rtcp_extended_reports@TELEPATHY_GLIB_0.17.6 0.17.6 tp_call_content_media_description_set_rtcp_feedback_minimum_interval@TELEPATHY_GLIB_0.17.6 0.17.6 tp_call_content_remove_async@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_content_remove_finish@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_content_send_tones_async@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_content_send_tones_finish@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_state_reason_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_stream_can_request_receiving@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_stream_endpoint_add_new_candidate@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_stream_endpoint_add_new_candidates@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_stream_endpoint_get_object_path@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_stream_endpoint_get_state@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_stream_endpoint_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_stream_endpoint_init_known_interfaces@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_stream_endpoint_new@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_stream_endpoint_set_remote_credentials@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_stream_get_feature_quark_core@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_stream_get_local_sending_state@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_stream_get_remote_members@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_stream_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_stream_init_known_interfaces@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_stream_request_receiving_async@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_stream_request_receiving_finish@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_stream_set_sending_async@TELEPATHY_GLIB_0.17.5 0.17.5 tp_call_stream_set_sending_finish@TELEPATHY_GLIB_0.17.5 0.17.5 tp_capabilities_dup_channel_classes_variant@TELEPATHY_GLIB_0.19.0 0.19.0 tp_capabilities_get_channel_classes@TELEPATHY_GLIB_0.11.3 0.11.3 tp_capabilities_get_type@TELEPATHY_GLIB_0.11.3 0.11.3 tp_capabilities_is_specific_to_contact@TELEPATHY_GLIB_0.11.3 0.11.3 tp_capabilities_supports_audio_call@TELEPATHY_GLIB_0.17.6 0.17.6 tp_capabilities_supports_audio_video_call@TELEPATHY_GLIB_0.17.6 0.17.6 tp_capabilities_supports_contact_search@TELEPATHY_GLIB_0.13.11 0.13.11 tp_capabilities_supports_dbus_tubes@TELEPATHY_GLIB_0.13.0 0.13.0 tp_capabilities_supports_file_transfer@TELEPATHY_GLIB_0.17.6 0.17.6 tp_capabilities_supports_file_transfer_description@TELEPATHY_GLIB_0.19.0 0.19.0 tp_capabilities_supports_file_transfer_initial_offset@TELEPATHY_GLIB_0.19.0 0.19.0 tp_capabilities_supports_file_transfer_timestamp@TELEPATHY_GLIB_0.19.0 0.19.0 tp_capabilities_supports_file_transfer_uri@TELEPATHY_GLIB_0.19.0 0.19.0 tp_capabilities_supports_room_list@TELEPATHY_GLIB_0.13.14 0.13.14 tp_capabilities_supports_sms@TELEPATHY_GLIB_0.19.0 0.19.0 tp_capabilities_supports_stream_tubes@TELEPATHY_GLIB_0.13.0 0.13.0 tp_capabilities_supports_text_chatrooms@TELEPATHY_GLIB_0.11.3 0.11.3 tp_capabilities_supports_text_chats@TELEPATHY_GLIB_0.11.3 0.11.3 tp_channel_borrow_connection@TELEPATHY_GLIB_0.7.12 0.7.12 tp_channel_borrow_immutable_properties@TELEPATHY_GLIB_0.7.19 0.7.19 tp_channel_call_when_ready@TELEPATHY_GLIB_0.7.7 0.7.7 tp_channel_close_async@TELEPATHY_GLIB_0.13.10 0.13.10 tp_channel_close_finish@TELEPATHY_GLIB_0.13.10 0.13.10 tp_channel_destroy_async@TELEPATHY_GLIB_0.15.2 0.15.2 tp_channel_destroy_finish@TELEPATHY_GLIB_0.15.2 0.15.2 tp_channel_dispatch_operation_borrow_account@TELEPATHY_GLIB_0.11.5 0.11.5 tp_channel_dispatch_operation_borrow_channels@TELEPATHY_GLIB_0.11.5 0.11.5 tp_channel_dispatch_operation_borrow_connection@TELEPATHY_GLIB_0.11.5 0.11.5 tp_channel_dispatch_operation_borrow_immutable_properties@TELEPATHY_GLIB_0.11.5 0.11.5 tp_channel_dispatch_operation_borrow_possible_handlers@TELEPATHY_GLIB_0.11.5 0.11.5 tp_channel_dispatch_operation_claim_async@TELEPATHY_GLIB_0.11.5 0.11.5 tp_channel_dispatch_operation_claim_finish@TELEPATHY_GLIB_0.11.5 0.11.5 tp_channel_dispatch_operation_claim_with_async@TELEPATHY_GLIB_0.15.0 0.15.0 tp_channel_dispatch_operation_claim_with_finish@TELEPATHY_GLIB_0.15.0 0.15.0 tp_channel_dispatch_operation_close_channels_async@TELEPATHY_GLIB_0.15.1 0.15.1 tp_channel_dispatch_operation_close_channels_finish@TELEPATHY_GLIB_0.15.1 0.15.1 tp_channel_dispatch_operation_destroy_channels_async@TELEPATHY_GLIB_0.15.2 0.15.2 tp_channel_dispatch_operation_destroy_channels_finish@TELEPATHY_GLIB_0.15.2 0.15.2 tp_channel_dispatch_operation_get_account@TELEPATHY_GLIB_0.19.9 0.19.9 tp_channel_dispatch_operation_get_channels@TELEPATHY_GLIB_0.19.9 0.19.9 tp_channel_dispatch_operation_get_connection@TELEPATHY_GLIB_0.19.9 0.19.9 tp_channel_dispatch_operation_get_feature_quark_core@TELEPATHY_GLIB_0.11.5 0.11.5 tp_channel_dispatch_operation_get_possible_handlers@TELEPATHY_GLIB_0.19.9 0.19.9 tp_channel_dispatch_operation_get_type@TELEPATHY_GLIB_0.7.32 0.7.32 tp_channel_dispatch_operation_handle_with_async@TELEPATHY_GLIB_0.11.5 0.11.5 tp_channel_dispatch_operation_handle_with_finish@TELEPATHY_GLIB_0.11.5 0.11.5 tp_channel_dispatch_operation_handle_with_time_async@TELEPATHY_GLIB_0.11.7 0.11.7 tp_channel_dispatch_operation_handle_with_time_finish@TELEPATHY_GLIB_0.11.7 0.11.7 tp_channel_dispatch_operation_init_known_interfaces@TELEPATHY_GLIB_0.7.32 0.7.32 tp_channel_dispatch_operation_leave_channels_async@TELEPATHY_GLIB_0.15.2 0.15.2 tp_channel_dispatch_operation_leave_channels_finish@TELEPATHY_GLIB_0.15.2 0.15.2 tp_channel_dispatch_operation_new@TELEPATHY_GLIB_0.7.32 0.7.32 tp_channel_dispatcher_get_type@TELEPATHY_GLIB_0.7.32 0.7.32 tp_channel_dispatcher_init_known_interfaces@TELEPATHY_GLIB_0.7.32 0.7.32 tp_channel_dispatcher_new@TELEPATHY_GLIB_0.7.32 0.7.32 tp_channel_dispatcher_present_channel_async@TELEPATHY_GLIB_0.15.0 0.15.0 tp_channel_dispatcher_present_channel_finish@TELEPATHY_GLIB_0.15.0 0.15.0 tp_channel_dup_immutable_properties@TELEPATHY_GLIB_0.19.9 0.19.9 tp_channel_factory_iface_close_all@TELEPATHY_GLIB_0.7.0 0.7.1 tp_channel_factory_iface_connected@TELEPATHY_GLIB_0.7.0 0.7.1 tp_channel_factory_iface_connecting@TELEPATHY_GLIB_0.7.0 0.7.1 tp_channel_factory_iface_disconnected@TELEPATHY_GLIB_0.7.0 0.7.1 tp_channel_factory_iface_emit_channel_error@TELEPATHY_GLIB_0.7.0 0.7.1 tp_channel_factory_iface_emit_new_channel@TELEPATHY_GLIB_0.7.0 0.7.1 tp_channel_factory_iface_foreach@TELEPATHY_GLIB_0.7.0 0.7.1 tp_channel_factory_iface_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_channel_factory_iface_request@TELEPATHY_GLIB_0.7.0 0.7.1 tp_channel_get_channel_type@TELEPATHY_GLIB_0.7.12 0.7.12 tp_channel_get_channel_type_id@TELEPATHY_GLIB_0.7.12 0.7.12 tp_channel_get_chat_state@TELEPATHY_GLIB_0.11.3 0.11.3 tp_channel_get_connection@TELEPATHY_GLIB_0.19.9 0.19.9 tp_channel_get_feature_quark_chat_states@TELEPATHY_GLIB_0.11.3 0.11.3 tp_channel_get_feature_quark_contacts@TELEPATHY_GLIB_0.15.6 0.15.6 tp_channel_get_feature_quark_core@TELEPATHY_GLIB_0.11.3 0.11.3 tp_channel_get_feature_quark_group@TELEPATHY_GLIB_0.11.3 0.11.3 tp_channel_get_feature_quark_password@TELEPATHY_GLIB_0.15.2 0.15.2 tp_channel_get_handle@TELEPATHY_GLIB_0.7.12 0.7.12 tp_channel_get_identifier@TELEPATHY_GLIB_0.7.21 0.7.21 tp_channel_get_initiator_contact@TELEPATHY_GLIB_0.15.6 0.15.6 tp_channel_get_initiator_handle@TELEPATHY_GLIB_0.11.15 0.11.15 tp_channel_get_initiator_identifier@TELEPATHY_GLIB_0.11.15 0.11.15 tp_channel_get_requested@TELEPATHY_GLIB_0.11.15 0.11.15 tp_channel_get_target_contact@TELEPATHY_GLIB_0.15.6 0.15.6 tp_channel_get_type@TELEPATHY_GLIB_0.7.1 0.7.1 tp_channel_group_dup_local_pending_contacts@TELEPATHY_GLIB_0.15.6 0.15.6 tp_channel_group_dup_members_contacts@TELEPATHY_GLIB_0.15.6 0.15.6 tp_channel_group_dup_remote_pending_contacts@TELEPATHY_GLIB_0.15.6 0.15.6 tp_channel_group_get_contact_owner@TELEPATHY_GLIB_0.15.6 0.15.6 tp_channel_group_get_flags@TELEPATHY_GLIB_0.7.12 0.7.12 tp_channel_group_get_handle_owner@TELEPATHY_GLIB_0.7.12 0.7.12 tp_channel_group_get_local_pending@TELEPATHY_GLIB_0.7.12 0.7.12 tp_channel_group_get_local_pending_contact_info@TELEPATHY_GLIB_0.15.6 0.15.6 tp_channel_group_get_local_pending_info@TELEPATHY_GLIB_0.7.12 0.7.12 tp_channel_group_get_members@TELEPATHY_GLIB_0.7.12 0.7.12 tp_channel_group_get_remote_pending@TELEPATHY_GLIB_0.7.12 0.7.12 tp_channel_group_get_self_contact@TELEPATHY_GLIB_0.15.6 0.15.6 tp_channel_group_get_self_handle@TELEPATHY_GLIB_0.7.12 0.7.12 tp_channel_iface_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_channel_init_known_interfaces@TELEPATHY_GLIB_0.7.6 0.7.6 tp_channel_is_ready@TELEPATHY_GLIB_0.7.12 0.7.12 tp_channel_join_async@TELEPATHY_GLIB_0.15.5 0.15.5 tp_channel_join_finish@TELEPATHY_GLIB_0.15.5 0.15.5 tp_channel_leave_async@TELEPATHY_GLIB_0.13.10 0.13.10 tp_channel_leave_finish@TELEPATHY_GLIB_0.13.10 0.13.10 tp_channel_manager_asv_has_unknown_properties@TELEPATHY_GLIB_0.7.15 0.7.15 tp_channel_manager_create_channel@TELEPATHY_GLIB_0.7.15 0.7.15 tp_channel_manager_emit_channel_closed@TELEPATHY_GLIB_0.7.15 0.7.15 tp_channel_manager_emit_channel_closed_for_object@TELEPATHY_GLIB_0.7.15 0.7.15 tp_channel_manager_emit_new_channel@TELEPATHY_GLIB_0.7.15 0.7.15 tp_channel_manager_emit_new_channels@TELEPATHY_GLIB_0.7.15 0.7.15 tp_channel_manager_emit_request_already_satisfied@TELEPATHY_GLIB_0.7.15 0.7.15 tp_channel_manager_emit_request_failed@TELEPATHY_GLIB_0.7.15 0.7.15 tp_channel_manager_emit_request_failed_printf@TELEPATHY_GLIB_0.7.15 0.7.15 tp_channel_manager_ensure_channel@TELEPATHY_GLIB_0.7.16 0.7.16 tp_channel_manager_foreach_channel@TELEPATHY_GLIB_0.7.15 0.7.15 tp_channel_manager_foreach_channel_class@TELEPATHY_GLIB_0.7.15 0.7.15 tp_channel_manager_get_type@TELEPATHY_GLIB_0.7.15 0.7.15 tp_channel_manager_request_channel@TELEPATHY_GLIB_0.7.15 0.7.15 tp_channel_manager_type_foreach_channel_class@TELEPATHY_GLIB_0.11.11 0.11.11 tp_channel_new@TELEPATHY_GLIB_0.7.1 0.7.1 tp_channel_new_from_properties@TELEPATHY_GLIB_0.7.19 0.7.19 tp_channel_password_needed@TELEPATHY_GLIB_0.15.2 0.15.2 tp_channel_provide_password_async@TELEPATHY_GLIB_0.15.2 0.15.2 tp_channel_provide_password_finish@TELEPATHY_GLIB_0.15.2 0.15.2 tp_channel_request_dup_hints@TELEPATHY_GLIB_0.19.10 0.19.10 tp_channel_request_dup_immutable_properties@TELEPATHY_GLIB_0.19.10 0.19.10 tp_channel_request_get_account@TELEPATHY_GLIB_0.15.3 0.15.3 tp_channel_request_get_hints@TELEPATHY_GLIB_0.13.14 0.13.14 tp_channel_request_get_immutable_properties@TELEPATHY_GLIB_0.13.14 0.13.14 tp_channel_request_get_preferred_handler@TELEPATHY_GLIB_0.15.3 0.15.3 tp_channel_request_get_type@TELEPATHY_GLIB_0.7.32 0.7.32 tp_channel_request_get_user_action_time@TELEPATHY_GLIB_0.15.3 0.15.3 tp_channel_request_init_known_interfaces@TELEPATHY_GLIB_0.7.32 0.7.32 tp_channel_request_new@TELEPATHY_GLIB_0.7.32 0.7.32 tp_channel_request_set_channel_factory@TELEPATHY_GLIB_0.13.14 0.13.14 tp_channel_run_until_ready@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_account_call_reconnect@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_account_call_remove@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_account_call_update_parameters@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_account_connect_to_account_property_changed@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_account_connect_to_removed@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_account_interface_addressing_call_set_uri_scheme_association@TELEPATHY_GLIB_0.13.7 0.13.7 tp_cli_account_interface_avatar_connect_to_avatar_changed@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_account_manager_call_create_account@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_account_manager_connect_to_account_removed@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_account_manager_connect_to_account_validity_changed@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_authentication_tls_certificate_call_accept@TELEPATHY_GLIB_0.19.0 0.19.0 tp_cli_authentication_tls_certificate_call_reject@TELEPATHY_GLIB_0.19.0 0.19.0 tp_cli_authentication_tls_certificate_connect_to_accepted@TELEPATHY_GLIB_0.19.0 0.19.0 tp_cli_authentication_tls_certificate_connect_to_rejected@TELEPATHY_GLIB_0.19.0 0.19.0 tp_cli_call_content_call_remove@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_connect_to_streams_added@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_connect_to_streams_removed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_audio_control_call_report_input_volume@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_audio_control_call_report_output_volume@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_dtmf_call_multiple_tones@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_dtmf_call_start_tone@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_dtmf_call_stop_tone@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_dtmf_connect_to_sending_tones@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_dtmf_connect_to_stopped_tones@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_dtmf_connect_to_tones_deferred@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_media_call_acknowledge_dtmf_change@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_media_call_fail@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_media_call_update_local_media_description@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_media_connect_to_dtmf_change_requested@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_media_connect_to_local_media_description_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_media_connect_to_media_description_offer_done@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_media_connect_to_media_descriptions_removed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_media_connect_to_new_media_description_offer@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_media_connect_to_remote_media_descriptions_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_video_control_connect_to_bitrate_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_video_control_connect_to_framerate_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_video_control_connect_to_key_frame_requested@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_video_control_connect_to_mtu_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_interface_video_control_connect_to_video_resolution_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_media_description_call_accept@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_content_media_description_call_reject@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_call_request_receiving@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_call_set_sending@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_connect_to_local_sending_state_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_connect_to_remote_members_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_endpoint_call_accept_selected_candidate_pair@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_endpoint_call_reject_selected_candidate_pair@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_endpoint_call_set_controlling@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_endpoint_call_set_endpoint_state@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_endpoint_call_set_selected_candidate_pair@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_endpoint_connect_to_candidate_pair_selected@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_endpoint_connect_to_controlling_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_endpoint_connect_to_endpoint_state_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_endpoint_connect_to_remote_candidates_added@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_endpoint_connect_to_remote_credentials_set@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_interface_media_call_add_candidates@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_interface_media_call_complete_receiving_state_change@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_interface_media_call_complete_sending_state_change@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_interface_media_call_fail@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_interface_media_call_finish_initial_candidates@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_interface_media_call_report_receiving_failure@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_interface_media_call_report_sending_failure@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_interface_media_call_set_credentials@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_interface_media_connect_to_endpoints_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_interface_media_connect_to_ice_restart_requested@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_interface_media_connect_to_local_candidates_added@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_interface_media_connect_to_local_credentials_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_interface_media_connect_to_receiving_state_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_interface_media_connect_to_relay_info_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_interface_media_connect_to_sending_state_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_interface_media_connect_to_server_info_retrieved@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_call_stream_interface_media_connect_to_stun_servers_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_channel_call_close@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_call_get_channel_type@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_call_get_handle@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_call_get_interfaces@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_connect_to_closed@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_dispatch_operation_call_claim@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_channel_dispatch_operation_call_handle_with@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_channel_dispatch_operation_call_handle_with_time@TELEPATHY_GLIB_0.11.6 0.11.6 tp_cli_channel_dispatch_operation_connect_to_channel_lost@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_channel_dispatch_operation_connect_to_finished@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_channel_dispatcher_call_create_channel@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_channel_dispatcher_call_create_channel_with_hints@TELEPATHY_GLIB_0.13.7 0.13.7 tp_cli_channel_dispatcher_call_delegate_channels@TELEPATHY_GLIB_0.15.0 0.15.0 tp_cli_channel_dispatcher_call_ensure_channel@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_channel_dispatcher_call_ensure_channel_with_hints@TELEPATHY_GLIB_0.13.7 0.13.7 tp_cli_channel_dispatcher_call_present_channel@TELEPATHY_GLIB_0.15.0 0.15.0 tp_cli_channel_dispatcher_interface_operation_list_connect_to_dispatch_operation_finished@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_channel_dispatcher_interface_operation_list_connect_to_new_dispatch_operation@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_channel_interface_call_state_call_get_call_states@TELEPATHY_GLIB_0.7.6 0.7.6 tp_cli_channel_interface_call_state_connect_to_call_state_changed@TELEPATHY_GLIB_0.7.6 0.7.6 tp_cli_channel_interface_call_state_run_get_call_states@TELEPATHY_GLIB_0.7.6 0.7.6 tp_cli_channel_interface_captcha_authentication_call_answer_captchas@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_channel_interface_captcha_authentication_call_cancel_captcha@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_channel_interface_captcha_authentication_call_get_captcha_data@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_channel_interface_captcha_authentication_call_get_captchas@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_channel_interface_chat_state_call_set_chat_state@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_chat_state_connect_to_chat_state_changed@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_chat_state_run_set_chat_state@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_conference_connect_to_channel_merged@TELEPATHY_GLIB_0.11.16 0.11.16 tp_cli_channel_interface_conference_connect_to_channel_removed@TELEPATHY_GLIB_0.11.16 0.11.16 tp_cli_channel_interface_destroyable_call_destroy@TELEPATHY_GLIB_0.7.18 0.7.18 tp_cli_channel_interface_destroyable_run_destroy@TELEPATHY_GLIB_0.7.18 0.7.18 tp_cli_channel_interface_dtmf_call_multiple_tones@TELEPATHY_GLIB_0.11.6 0.11.6 tp_cli_channel_interface_dtmf_call_start_tone@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_dtmf_call_stop_tone@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_dtmf_connect_to_sending_tones@TELEPATHY_GLIB_0.11.6 0.11.6 tp_cli_channel_interface_dtmf_connect_to_stopped_tones@TELEPATHY_GLIB_0.11.6 0.11.6 tp_cli_channel_interface_dtmf_connect_to_tones_deferred@TELEPATHY_GLIB_0.13.3 0.13.3 tp_cli_channel_interface_dtmf_run_multiple_tones@TELEPATHY_GLIB_0.11.6 0.11.6 tp_cli_channel_interface_dtmf_run_start_tone@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_dtmf_run_stop_tone@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_call_add_members@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_call_get_all_members@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_call_get_group_flags@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_call_get_handle_owners@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_call_get_local_pending_members@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_call_get_local_pending_members_with_info@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_call_get_members@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_call_get_remote_pending_members@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_call_get_self_handle@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_call_remove_members@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_call_remove_members_with_reason@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_connect_to_group_flags_changed@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_connect_to_handle_owners_changed@TELEPATHY_GLIB_0.7.9 0.7.9 tp_cli_channel_interface_group_connect_to_handle_owners_changed_detailed@TELEPATHY_GLIB_0.15.6 0.15.6 tp_cli_channel_interface_group_connect_to_members_changed@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_connect_to_members_changed_detailed@TELEPATHY_GLIB_0.7.20 0.7.20 tp_cli_channel_interface_group_connect_to_self_contact_changed@TELEPATHY_GLIB_0.15.6 0.15.6 tp_cli_channel_interface_group_connect_to_self_handle_changed@TELEPATHY_GLIB_0.7.9 0.7.9 tp_cli_channel_interface_group_run_add_members@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_run_get_all_members@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_run_get_group_flags@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_run_get_handle_owners@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_run_get_local_pending_members@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_run_get_local_pending_members_with_info@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_run_get_members@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_run_get_remote_pending_members@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_run_get_self_handle@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_run_remove_members@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_group_run_remove_members_with_reason@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_hold_call_get_hold_state@TELEPATHY_GLIB_0.7.8 0.7.8 tp_cli_channel_interface_hold_call_request_hold@TELEPATHY_GLIB_0.7.8 0.7.8 tp_cli_channel_interface_hold_connect_to_hold_state_changed@TELEPATHY_GLIB_0.7.8 0.7.8 tp_cli_channel_interface_hold_run_get_hold_state@TELEPATHY_GLIB_0.7.8 0.7.8 tp_cli_channel_interface_hold_run_request_hold@TELEPATHY_GLIB_0.7.8 0.7.8 tp_cli_channel_interface_media_signalling_call_get_session_handlers@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_media_signalling_connect_to_new_session_handler@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_media_signalling_run_get_session_handlers@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_messages_call_get_pending_message_content@TELEPATHY_GLIB_0.7.20 0.7.20 tp_cli_channel_interface_messages_call_send_message@TELEPATHY_GLIB_0.7.20 0.7.20 tp_cli_channel_interface_messages_connect_to_message_received@TELEPATHY_GLIB_0.7.20 0.7.20 tp_cli_channel_interface_messages_connect_to_message_sent@TELEPATHY_GLIB_0.7.20 0.7.20 tp_cli_channel_interface_messages_connect_to_pending_messages_removed@TELEPATHY_GLIB_0.7.20 0.7.20 tp_cli_channel_interface_messages_run_get_pending_message_content@TELEPATHY_GLIB_0.7.20 0.7.20 tp_cli_channel_interface_messages_run_send_message@TELEPATHY_GLIB_0.7.20 0.7.20 tp_cli_channel_interface_password_call_get_password_flags@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_password_call_provide_password@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_password_connect_to_password_flags_changed@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_password_run_get_password_flags@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_password_run_provide_password@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_interface_room_config_call_update_configuration@TELEPATHY_GLIB_0.15.8 0.15.8 tp_cli_channel_interface_sasl_authentication_call_abort_sasl@TELEPATHY_GLIB_0.13.7 0.13.7 tp_cli_channel_interface_sasl_authentication_call_accept_sasl@TELEPATHY_GLIB_0.13.7 0.13.7 tp_cli_channel_interface_sasl_authentication_call_respond@TELEPATHY_GLIB_0.13.7 0.13.7 tp_cli_channel_interface_sasl_authentication_call_start_mechanism@TELEPATHY_GLIB_0.13.7 0.13.7 tp_cli_channel_interface_sasl_authentication_call_start_mechanism_with_data@TELEPATHY_GLIB_0.13.7 0.13.7 tp_cli_channel_interface_sasl_authentication_connect_to_new_challenge@TELEPATHY_GLIB_0.13.7 0.13.7 tp_cli_channel_interface_sasl_authentication_connect_to_sasl_status_changed@TELEPATHY_GLIB_0.13.7 0.13.7 tp_cli_channel_interface_sasl_authentication_run_abort_sasl@TELEPATHY_GLIB_0.13.7 0.13.7 tp_cli_channel_interface_sasl_authentication_run_accept_sasl@TELEPATHY_GLIB_0.13.7 0.13.7 tp_cli_channel_interface_sasl_authentication_run_respond@TELEPATHY_GLIB_0.13.7 0.13.7 tp_cli_channel_interface_sasl_authentication_run_start_mechanism@TELEPATHY_GLIB_0.13.7 0.13.7 tp_cli_channel_interface_sasl_authentication_run_start_mechanism_with_data@TELEPATHY_GLIB_0.13.7 0.13.7 tp_cli_channel_interface_service_point_connect_to_service_point_changed@TELEPATHY_GLIB_0.11.7 0.11.7 tp_cli_channel_interface_sms_call_get_sms_length@TELEPATHY_GLIB_0.15.0 0.15.0 tp_cli_channel_interface_sms_connect_to_sms_channel_changed@TELEPATHY_GLIB_0.13.9 0.13.9 tp_cli_channel_interface_sms_run_get_sms_length@TELEPATHY_GLIB_0.15.0 0.15.0 tp_cli_channel_interface_subject_call_set_subject@TELEPATHY_GLIB_0.15.8 0.15.8 tp_cli_channel_interface_tube_connect_to_tube_channel_state_changed@TELEPATHY_GLIB_0.7.31 0.7.31 tp_cli_channel_request_call_cancel@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_channel_request_call_proceed@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_channel_request_connect_to_failed@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_channel_request_connect_to_succeeded@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_channel_request_connect_to_succeeded_with_channel@TELEPATHY_GLIB_0.13.7 0.13.7 tp_cli_channel_run_close@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_run_get_channel_type@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_run_get_handle@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_run_get_interfaces@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_call_call_accept@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_channel_type_call_call_add_content@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_channel_type_call_call_hangup@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_channel_type_call_call_set_queued@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_channel_type_call_call_set_ringing@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_channel_type_call_connect_to_call_members_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_channel_type_call_connect_to_call_state_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_channel_type_call_connect_to_content_added@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_channel_type_call_connect_to_content_removed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_channel_type_contact_search_call_more@TELEPATHY_GLIB_0.11.11 0.11.11 tp_cli_channel_type_contact_search_call_search@TELEPATHY_GLIB_0.11.11 0.11.11 tp_cli_channel_type_contact_search_call_stop@TELEPATHY_GLIB_0.11.11 0.11.11 tp_cli_channel_type_contact_search_connect_to_search_result_received@TELEPATHY_GLIB_0.11.11 0.11.11 tp_cli_channel_type_contact_search_connect_to_search_state_changed@TELEPATHY_GLIB_0.11.11 0.11.11 tp_cli_channel_type_contact_search_run_more@TELEPATHY_GLIB_0.11.11 0.11.11 tp_cli_channel_type_contact_search_run_search@TELEPATHY_GLIB_0.11.11 0.11.11 tp_cli_channel_type_contact_search_run_stop@TELEPATHY_GLIB_0.11.11 0.11.11 tp_cli_channel_type_dbus_tube_call_accept@TELEPATHY_GLIB_0.7.31 0.7.31 tp_cli_channel_type_dbus_tube_call_offer@TELEPATHY_GLIB_0.7.31 0.7.31 tp_cli_channel_type_dbus_tube_connect_to_dbus_names_changed@TELEPATHY_GLIB_0.7.31 0.7.31 tp_cli_channel_type_dbus_tube_run_accept@TELEPATHY_GLIB_0.7.31 0.7.31 tp_cli_channel_type_dbus_tube_run_offer@TELEPATHY_GLIB_0.7.31 0.7.31 tp_cli_channel_type_file_transfer_call_accept_file@TELEPATHY_GLIB_0.7.23 0.7.23 tp_cli_channel_type_file_transfer_call_provide_file@TELEPATHY_GLIB_0.7.23 0.7.23 tp_cli_channel_type_file_transfer_connect_to_file_transfer_state_changed@TELEPATHY_GLIB_0.7.23 0.7.23 tp_cli_channel_type_file_transfer_connect_to_initial_offset_defined@TELEPATHY_GLIB_0.7.23 0.7.23 tp_cli_channel_type_file_transfer_connect_to_transferred_bytes_changed@TELEPATHY_GLIB_0.7.23 0.7.23 tp_cli_channel_type_file_transfer_connect_to_uri_defined@TELEPATHY_GLIB_0.13.12 0.13.12 tp_cli_channel_type_file_transfer_run_accept_file@TELEPATHY_GLIB_0.7.23 0.7.23 tp_cli_channel_type_file_transfer_run_provide_file@TELEPATHY_GLIB_0.7.23 0.7.23 tp_cli_channel_type_room_list_call_get_listing_rooms@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_room_list_call_list_rooms@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_room_list_call_stop_listing@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_room_list_connect_to_got_rooms@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_room_list_connect_to_listing_rooms@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_room_list_run_get_listing_rooms@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_room_list_run_list_rooms@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_room_list_run_stop_listing@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_stream_tube_call_accept@TELEPATHY_GLIB_0.7.31 0.7.31 tp_cli_channel_type_stream_tube_call_offer@TELEPATHY_GLIB_0.7.31 0.7.31 tp_cli_channel_type_stream_tube_connect_to_connection_closed@TELEPATHY_GLIB_0.7.31 0.7.31 tp_cli_channel_type_stream_tube_connect_to_new_local_connection@TELEPATHY_GLIB_0.7.31 0.7.31 tp_cli_channel_type_stream_tube_connect_to_new_remote_connection@TELEPATHY_GLIB_0.7.31 0.7.31 tp_cli_channel_type_stream_tube_run_accept@TELEPATHY_GLIB_0.7.31 0.7.31 tp_cli_channel_type_stream_tube_run_offer@TELEPATHY_GLIB_0.7.31 0.7.31 tp_cli_channel_type_streamed_media_call_list_streams@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_streamed_media_call_remove_streams@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_streamed_media_call_request_stream_direction@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_streamed_media_call_request_streams@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_streamed_media_connect_to_stream_added@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_streamed_media_connect_to_stream_direction_changed@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_streamed_media_connect_to_stream_error@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_streamed_media_connect_to_stream_removed@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_streamed_media_connect_to_stream_state_changed@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_streamed_media_run_list_streams@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_streamed_media_run_remove_streams@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_streamed_media_run_request_stream_direction@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_streamed_media_run_request_streams@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_text_call_acknowledge_pending_messages@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_text_call_get_message_types@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_text_call_list_pending_messages@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_text_call_send@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_text_connect_to_lost_message@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_text_connect_to_received@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_text_connect_to_send_error@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_text_connect_to_sent@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_text_run_acknowledge_pending_messages@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_text_run_get_message_types@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_text_run_list_pending_messages@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_text_run_send@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_call_accept_d_bus_tube@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_call_accept_stream_tube@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_call_close_tube@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_call_get_available_stream_tube_types@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_call_get_available_tube_types@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_call_get_d_bus_names@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_call_get_d_bus_tube_address@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_call_get_stream_tube_socket_address@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_call_list_tubes@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_call_offer_d_bus_tube@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_call_offer_stream_tube@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_connect_to_d_bus_names_changed@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_connect_to_new_tube@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_connect_to_stream_tube_new_connection@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_connect_to_tube_closed@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_connect_to_tube_state_changed@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_run_accept_d_bus_tube@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_run_accept_stream_tube@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_run_close_tube@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_run_get_available_stream_tube_types@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_run_get_available_tube_types@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_run_get_d_bus_names@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_run_get_d_bus_tube_address@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_run_get_stream_tube_socket_address@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_run_list_tubes@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_run_offer_d_bus_tube@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_channel_type_tubes_run_offer_stream_tube@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_client_approver_call_add_dispatch_operation@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_client_handler_call_handle_channels@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_client_interface_requests_call_add_request@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_client_interface_requests_call_remove_request@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_client_observer_call_observe_channels@TELEPATHY_GLIB_0.7.32 0.7.32 tp_cli_connection_call_add_client_interest@TELEPATHY_GLIB_0.13.3 0.13.3 tp_cli_connection_call_connect@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_call_disconnect@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_call_get_interfaces@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_call_get_protocol@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_call_get_self_handle@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_call_get_status@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_call_hold_handles@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_call_inspect_handles@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_call_list_channels@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_call_release_handles@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_call_remove_client_interest@TELEPATHY_GLIB_0.13.3 0.13.3 tp_cli_connection_call_request_channel@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_call_request_handles@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_connect_to_connection_error@TELEPATHY_GLIB_0.7.24 0.7.24 tp_cli_connection_connect_to_new_channel@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_connect_to_self_contact_changed@TELEPATHY_GLIB_0.21.2 0.21.2 tp_cli_connection_connect_to_self_handle_changed@TELEPATHY_GLIB_0.7.15 0.7.15 tp_cli_connection_connect_to_status_changed@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_addressing_call_get_contacts_by_uri@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_connection_interface_addressing_call_get_contacts_by_vcard_field@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_connection_interface_aliasing_call_get_alias_flags@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_aliasing_call_get_aliases@TELEPATHY_GLIB_0.7.14 0.7.14 tp_cli_connection_interface_aliasing_call_request_aliases@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_aliasing_call_set_aliases@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_aliasing_connect_to_aliases_changed@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_aliasing_run_get_alias_flags@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_aliasing_run_get_aliases@TELEPATHY_GLIB_0.7.14 0.7.14 tp_cli_connection_interface_aliasing_run_request_aliases@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_aliasing_run_set_aliases@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_anonymity_connect_to_anonymity_modes_changed@TELEPATHY_GLIB_0.11.7 0.11.7 tp_cli_connection_interface_avatars_call_clear_avatar@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_avatars_call_get_avatar_requirements@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_avatars_call_get_avatar_tokens@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_avatars_call_get_known_avatar_tokens@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_avatars_call_request_avatar@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_avatars_call_request_avatars@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_avatars_call_set_avatar@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_avatars_connect_to_avatar_retrieved@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_avatars_connect_to_avatar_updated@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_avatars_run_clear_avatar@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_avatars_run_get_avatar_requirements@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_avatars_run_get_avatar_tokens@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_avatars_run_get_known_avatar_tokens@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_avatars_run_request_avatar@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_avatars_run_request_avatars@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_avatars_run_set_avatar@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_balance_connect_to_balance_changed@TELEPATHY_GLIB_0.11.0 0.11.0 tp_cli_connection_interface_capabilities_call_advertise_capabilities@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_capabilities_call_get_capabilities@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_capabilities_connect_to_capabilities_changed@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_capabilities_run_advertise_capabilities@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_capabilities_run_get_capabilities@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_cellular_connect_to_imsi_changed@TELEPATHY_GLIB_0.11.9 0.11.9 tp_cli_connection_interface_client_types_call_get_client_types@TELEPATHY_GLIB_0.13.1 0.13.1 tp_cli_connection_interface_client_types_call_request_client_types@TELEPATHY_GLIB_0.13.1 0.13.1 tp_cli_connection_interface_client_types_connect_to_client_types_updated@TELEPATHY_GLIB_0.13.1 0.13.1 tp_cli_connection_interface_client_types_run_get_client_types@TELEPATHY_GLIB_0.13.1 0.13.1 tp_cli_connection_interface_client_types_run_request_client_types@TELEPATHY_GLIB_0.13.1 0.13.1 tp_cli_connection_interface_contact_blocking_call_block_contacts@TELEPATHY_GLIB_0.14.2 0.14.2 tp_cli_connection_interface_contact_blocking_call_request_blocked_contacts@TELEPATHY_GLIB_0.14.2 0.14.2 tp_cli_connection_interface_contact_blocking_call_unblock_contacts@TELEPATHY_GLIB_0.14.2 0.14.2 tp_cli_connection_interface_contact_blocking_connect_to_blocked_contacts_changed@TELEPATHY_GLIB_0.14.2 0.14.2 tp_cli_connection_interface_contact_blocking_run_block_contacts@TELEPATHY_GLIB_0.14.2 0.14.2 tp_cli_connection_interface_contact_blocking_run_request_blocked_contacts@TELEPATHY_GLIB_0.14.2 0.14.2 tp_cli_connection_interface_contact_blocking_run_unblock_contacts@TELEPATHY_GLIB_0.14.2 0.14.2 tp_cli_connection_interface_contact_capabilities_call_get_contact_capabilities@TELEPATHY_GLIB_0.7.37 0.7.37 tp_cli_connection_interface_contact_capabilities_call_update_capabilities@TELEPATHY_GLIB_0.7.37 0.7.37 tp_cli_connection_interface_contact_capabilities_connect_to_contact_capabilities_changed@TELEPATHY_GLIB_0.7.37 0.7.37 tp_cli_connection_interface_contact_capabilities_run_get_contact_capabilities@TELEPATHY_GLIB_0.7.37 0.7.37 tp_cli_connection_interface_contact_capabilities_run_update_capabilities@TELEPATHY_GLIB_0.7.37 0.7.37 tp_cli_connection_interface_contact_groups_call_add_to_group@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_groups_call_remove_from_group@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_groups_call_remove_group@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_groups_call_rename_group@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_groups_call_set_contact_groups@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_groups_call_set_group_members@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_groups_connect_to_group_renamed@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_groups_connect_to_groups_changed@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_groups_connect_to_groups_created@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_groups_connect_to_groups_removed@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_groups_run_add_to_group@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_groups_run_remove_from_group@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_groups_run_remove_group@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_groups_run_rename_group@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_groups_run_set_contact_groups@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_groups_run_set_group_members@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_info_call_get_contact_info@TELEPATHY_GLIB_0.11.3 0.11.3 tp_cli_connection_interface_contact_info_call_refresh_contact_info@TELEPATHY_GLIB_0.11.3 0.11.3 tp_cli_connection_interface_contact_info_call_request_contact_info@TELEPATHY_GLIB_0.11.3 0.11.3 tp_cli_connection_interface_contact_info_call_set_contact_info@TELEPATHY_GLIB_0.11.3 0.11.3 tp_cli_connection_interface_contact_info_connect_to_contact_info_changed@TELEPATHY_GLIB_0.11.3 0.11.3 tp_cli_connection_interface_contact_info_run_get_contact_info@TELEPATHY_GLIB_0.11.3 0.11.3 tp_cli_connection_interface_contact_info_run_refresh_contact_info@TELEPATHY_GLIB_0.11.3 0.11.3 tp_cli_connection_interface_contact_info_run_request_contact_info@TELEPATHY_GLIB_0.11.3 0.11.3 tp_cli_connection_interface_contact_info_run_set_contact_info@TELEPATHY_GLIB_0.11.3 0.11.3 tp_cli_connection_interface_contact_list_call_authorize_publication@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_list_call_download@TELEPATHY_GLIB_0.17.5 0.17.5 tp_cli_connection_interface_contact_list_call_get_contact_list_attributes@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_list_call_remove_contacts@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_list_call_request_subscription@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_list_call_unpublish@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_list_call_unsubscribe@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_list_connect_to_contact_list_state_changed@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_list_connect_to_contacts_changed@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_list_connect_to_contacts_changed_with_id@TELEPATHY_GLIB_0.13.10 0.13.10 tp_cli_connection_interface_contact_list_run_authorize_publication@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_list_run_get_contact_list_attributes@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_list_run_remove_contacts@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_list_run_request_subscription@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_list_run_unpublish@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contact_list_run_unsubscribe@TELEPATHY_GLIB_0.13.0 0.13.0 tp_cli_connection_interface_contacts_call_get_contact_attributes@TELEPATHY_GLIB_0.7.14 0.7.14 tp_cli_connection_interface_contacts_call_get_contact_by_id@TELEPATHY_GLIB_0.19.0 0.19.0 tp_cli_connection_interface_contacts_run_get_contact_attributes@TELEPATHY_GLIB_0.7.14 0.7.14 tp_cli_connection_interface_location_call_get_locations@TELEPATHY_GLIB_0.7.34 0.7.34 tp_cli_connection_interface_location_call_request_location@TELEPATHY_GLIB_0.7.34 0.7.34 tp_cli_connection_interface_location_call_set_location@TELEPATHY_GLIB_0.7.34 0.7.34 tp_cli_connection_interface_location_connect_to_location_updated@TELEPATHY_GLIB_0.7.34 0.7.34 tp_cli_connection_interface_location_run_get_locations@TELEPATHY_GLIB_0.7.34 0.7.34 tp_cli_connection_interface_location_run_request_location@TELEPATHY_GLIB_0.7.34 0.7.34 tp_cli_connection_interface_location_run_set_location@TELEPATHY_GLIB_0.7.34 0.7.34 tp_cli_connection_interface_mail_notification_call_request_inbox_url@TELEPATHY_GLIB_0.13.3 0.13.3 tp_cli_connection_interface_mail_notification_call_request_mail_url@TELEPATHY_GLIB_0.13.3 0.13.3 tp_cli_connection_interface_mail_notification_connect_to_mails_received@TELEPATHY_GLIB_0.13.3 0.13.3 tp_cli_connection_interface_mail_notification_connect_to_unread_mails_changed@TELEPATHY_GLIB_0.13.3 0.13.3 tp_cli_connection_interface_mail_notification_run_request_inbox_url@TELEPATHY_GLIB_0.13.3 0.13.3 tp_cli_connection_interface_mail_notification_run_request_mail_url@TELEPATHY_GLIB_0.13.3 0.13.3 tp_cli_connection_interface_power_saving_call_set_power_saving@TELEPATHY_GLIB_0.13.7 0.13.7 tp_cli_connection_interface_power_saving_connect_to_power_saving_changed@TELEPATHY_GLIB_0.13.7 0.13.7 tp_cli_connection_interface_power_saving_run_set_power_saving@TELEPATHY_GLIB_0.13.7 0.13.7 tp_cli_connection_interface_presence_call_add_status@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_presence_call_clear_status@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_presence_call_get_presence@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_presence_call_get_statuses@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_presence_call_remove_status@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_presence_call_request_presence@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_presence_call_set_last_activity_time@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_presence_call_set_status@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_presence_connect_to_presence_update@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_presence_run_add_status@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_presence_run_clear_status@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_presence_run_get_presence@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_presence_run_get_statuses@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_presence_run_remove_status@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_presence_run_request_presence@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_presence_run_set_last_activity_time@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_presence_run_set_status@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_interface_requests_call_create_channel@TELEPATHY_GLIB_0.7.15 0.7.15 tp_cli_connection_interface_requests_call_ensure_channel@TELEPATHY_GLIB_0.7.16 0.7.16 tp_cli_connection_interface_requests_connect_to_channel_closed@TELEPATHY_GLIB_0.7.15 0.7.15 tp_cli_connection_interface_requests_connect_to_new_channels@TELEPATHY_GLIB_0.7.15 0.7.15 tp_cli_connection_interface_requests_run_create_channel@TELEPATHY_GLIB_0.7.15 0.7.15 tp_cli_connection_interface_requests_run_ensure_channel@TELEPATHY_GLIB_0.7.16 0.7.16 tp_cli_connection_interface_service_point_connect_to_service_points_changed@TELEPATHY_GLIB_0.11.7 0.11.7 tp_cli_connection_interface_simple_presence_call_get_presences@TELEPATHY_GLIB_0.7.13 0.7.13 tp_cli_connection_interface_simple_presence_call_set_presence@TELEPATHY_GLIB_0.7.13 0.7.13 tp_cli_connection_interface_simple_presence_connect_to_presences_changed@TELEPATHY_GLIB_0.7.13 0.7.13 tp_cli_connection_interface_simple_presence_run_get_presences@TELEPATHY_GLIB_0.7.13 0.7.13 tp_cli_connection_interface_simple_presence_run_set_presence@TELEPATHY_GLIB_0.7.13 0.7.13 tp_cli_connection_manager_call_get_parameters@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_manager_call_list_protocols@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_manager_call_request_connection@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_manager_connect_to_new_connection@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_manager_run_get_parameters@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_manager_run_list_protocols@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_manager_run_request_connection@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_run_add_client_interest@TELEPATHY_GLIB_0.13.3 0.13.3 tp_cli_connection_run_connect@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_run_disconnect@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_run_get_interfaces@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_run_get_protocol@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_run_get_self_handle@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_run_get_status@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_run_hold_handles@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_run_inspect_handles@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_run_list_channels@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_run_release_handles@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_run_remove_client_interest@TELEPATHY_GLIB_0.13.3 0.13.3 tp_cli_connection_run_request_channel@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_connection_run_request_handles@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_call_add_match@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_call_get_connection_se_linux_security_context@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_call_get_connection_unix_process_id@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_call_get_connection_unix_user@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_call_get_id@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_call_get_name_owner@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_call_hello@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_call_list_activatable_names@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_call_list_names@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_call_list_queued_owners@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_call_name_has_owner@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_call_release_name@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_call_reload_config@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_call_remove_match@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_call_request_name@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_call_start_service_by_name@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_connect_to_name_acquired@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_connect_to_name_lost@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_connect_to_name_owner_changed@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_run_add_match@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_run_get_connection_se_linux_security_context@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_run_get_connection_unix_process_id@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_run_get_connection_unix_user@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_run_get_id@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_run_get_name_owner@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_run_hello@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_run_list_activatable_names@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_run_list_names@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_run_list_queued_owners@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_run_name_has_owner@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_run_release_name@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_run_reload_config@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_run_remove_match@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_run_request_name@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_daemon_run_start_service_by_name@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_dbus_introspectable_call_introspect@TELEPATHY_GLIB_0.7.2 0.7.2 tp_cli_dbus_introspectable_run_introspect@TELEPATHY_GLIB_0.7.2 0.7.2 tp_cli_dbus_peer_call_get_machine_id@TELEPATHY_GLIB_0.7.2 0.7.2 tp_cli_dbus_peer_call_ping@TELEPATHY_GLIB_0.7.2 0.7.2 tp_cli_dbus_peer_run_get_machine_id@TELEPATHY_GLIB_0.7.2 0.7.2 tp_cli_dbus_peer_run_ping@TELEPATHY_GLIB_0.7.2 0.7.2 tp_cli_dbus_properties_call_get@TELEPATHY_GLIB_0.7.2 0.7.2 tp_cli_dbus_properties_call_get_all@TELEPATHY_GLIB_0.7.2 0.7.2 tp_cli_dbus_properties_call_set@TELEPATHY_GLIB_0.7.2 0.7.2 tp_cli_dbus_properties_connect_to_properties_changed@TELEPATHY_GLIB_0.13.14 0.13.14 tp_cli_dbus_properties_run_get@TELEPATHY_GLIB_0.7.2 0.7.2 tp_cli_dbus_properties_run_get_all@TELEPATHY_GLIB_0.7.2 0.7.2 tp_cli_dbus_properties_run_set@TELEPATHY_GLIB_0.7.2 0.7.2 tp_cli_debug_call_get_messages@TELEPATHY_GLIB_0.19.0 0.19.0 tp_cli_debug_connect_to_new_debug_message@TELEPATHY_GLIB_0.19.0 0.19.0 tp_cli_media_session_handler_call_error@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_session_handler_call_ready@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_session_handler_connect_to_new_stream_handler@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_session_handler_run_error@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_session_handler_run_ready@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_call_codec_choice@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_call_codecs_updated@TELEPATHY_GLIB_0.7.23 0.7.23 tp_cli_media_stream_handler_call_error@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_call_hold_state@TELEPATHY_GLIB_0.7.6 0.7.6 tp_cli_media_stream_handler_call_native_candidates_prepared@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_call_new_active_candidate_pair@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_call_new_active_transport_pair@TELEPATHY_GLIB_0.13.4 0.13.4 tp_cli_media_stream_handler_call_new_native_candidate@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_call_ready@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_call_set_local_codecs@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_call_stream_state@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_call_supported_codecs@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_call_supported_feedback_messages@TELEPATHY_GLIB_0.14.3 0.14.3 tp_cli_media_stream_handler_call_supported_header_extensions@TELEPATHY_GLIB_0.14.3 0.14.3 tp_cli_media_stream_handler_call_unhold_failure@TELEPATHY_GLIB_0.7.6 0.7.6 tp_cli_media_stream_handler_connect_to_add_remote_candidate@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_connect_to_close@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_connect_to_remove_remote_candidate@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_connect_to_set_active_candidate_pair@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_connect_to_set_remote_candidate_list@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_connect_to_set_remote_codecs@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_connect_to_set_remote_feedback_messages@TELEPATHY_GLIB_0.14.3 0.14.3 tp_cli_media_stream_handler_connect_to_set_remote_header_extensions@TELEPATHY_GLIB_0.14.3 0.14.3 tp_cli_media_stream_handler_connect_to_set_stream_held@TELEPATHY_GLIB_0.7.6 0.7.6 tp_cli_media_stream_handler_connect_to_set_stream_playing@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_connect_to_set_stream_sending@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_connect_to_start_named_telephony_event@TELEPATHY_GLIB_0.13.2 0.13.2 tp_cli_media_stream_handler_connect_to_start_sound_telephony_event@TELEPATHY_GLIB_0.13.2 0.13.2 tp_cli_media_stream_handler_connect_to_start_telephony_event@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_connect_to_stop_telephony_event@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_run_codec_choice@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_run_codecs_updated@TELEPATHY_GLIB_0.7.23 0.7.23 tp_cli_media_stream_handler_run_error@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_run_hold_state@TELEPATHY_GLIB_0.7.6 0.7.6 tp_cli_media_stream_handler_run_native_candidates_prepared@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_run_new_active_candidate_pair@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_run_new_active_transport_pair@TELEPATHY_GLIB_0.13.4 0.13.4 tp_cli_media_stream_handler_run_new_native_candidate@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_run_ready@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_run_set_local_codecs@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_run_stream_state@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_run_supported_codecs@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_media_stream_handler_run_supported_feedback_messages@TELEPATHY_GLIB_0.14.3 0.14.3 tp_cli_media_stream_handler_run_supported_header_extensions@TELEPATHY_GLIB_0.14.3 0.14.3 tp_cli_media_stream_handler_run_unhold_failure@TELEPATHY_GLIB_0.7.6 0.7.6 tp_cli_properties_interface_call_get_properties@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_properties_interface_call_list_properties@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_properties_interface_call_set_properties@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_properties_interface_connect_to_properties_changed@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_properties_interface_connect_to_property_flags_changed@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_properties_interface_run_get_properties@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_properties_interface_run_list_properties@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_properties_interface_run_set_properties@TELEPATHY_GLIB_0.7.1 0.7.1 tp_cli_protocol_call_identify_account@TELEPATHY_GLIB_0.11.11 0.11.11 tp_cli_protocol_call_normalize_contact@TELEPATHY_GLIB_0.11.11 0.11.11 tp_cli_protocol_interface_addressing_call_normalize_contact_uri@TELEPATHY_GLIB_0.17.2 0.17.2 tp_cli_protocol_interface_addressing_call_normalize_vcard_address@TELEPATHY_GLIB_0.17.2 0.17.2 tp_client_channel_factory_create_channel@TELEPATHY_GLIB_0.13.2 0.13.2 tp_client_channel_factory_dup_channel_features@TELEPATHY_GLIB_0.13.3 0.13.3 tp_client_channel_factory_get_type@TELEPATHY_GLIB_0.13.2 0.13.2 tp_client_get_type@TELEPATHY_GLIB_0.7.32 0.7.32 tp_client_init_known_interfaces@TELEPATHY_GLIB_0.7.32 0.7.32 tp_client_message_get_type@TELEPATHY_GLIB_0.13.9 0.13.9 tp_client_message_new@TELEPATHY_GLIB_0.13.9 0.13.9 tp_client_message_new_text@TELEPATHY_GLIB_0.13.9 0.13.9 tp_cm_info_source_get_type@TELEPATHY_GLIB_0.11.5 0.11.5 tp_cm_message_get_sender@TELEPATHY_GLIB_0.13.9 0.13.9 tp_cm_message_get_type@TELEPATHY_GLIB_0.13.9 0.13.9 tp_cm_message_new@TELEPATHY_GLIB_0.13.9 0.13.9 tp_cm_message_new_text@TELEPATHY_GLIB_0.13.10 0.13.10 tp_cm_message_set_message@TELEPATHY_GLIB_0.15.5 0.15.5 tp_cm_message_set_sender@TELEPATHY_GLIB_0.13.9 0.13.9 tp_cm_message_take_message@TELEPATHY_GLIB_0.13.9 0.13.9 tp_cm_param_filter_string_nonempty@TELEPATHY_GLIB_0.7.0 0.7.1 tp_cm_param_filter_uint_nonzero@TELEPATHY_GLIB_0.7.0 0.7.1 tp_cm_param_setter_offset@TELEPATHY_GLIB_0.7.0 0.7.1 tp_connection_add_client_interest@TELEPATHY_GLIB_0.13.3 0.13.3 tp_connection_add_client_interest_by_id@TELEPATHY_GLIB_0.13.3 0.13.3 tp_connection_add_to_group_async@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_add_to_group_finish@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_authorize_publication_async@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_authorize_publication_finish@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_bind_connection_status_to_property@TELEPATHY_GLIB_0.13.16 0.13.16 tp_connection_block_contacts_async@TELEPATHY_GLIB_0.17.0 0.17.0 tp_connection_block_contacts_finish@TELEPATHY_GLIB_0.17.0 0.17.0 tp_connection_call_when_ready@TELEPATHY_GLIB_0.7.7 0.7.7 tp_connection_can_report_abusive@TELEPATHY_GLIB_0.17.0 0.17.0 tp_connection_can_set_contact_alias@TELEPATHY_GLIB_0.17.3 0.17.3 tp_connection_disconnect_async@TELEPATHY_GLIB_0.17.5 0.17.5 tp_connection_disconnect_finish@TELEPATHY_GLIB_0.17.5 0.17.5 tp_connection_dup_contact_by_id_async@TELEPATHY_GLIB_0.19.0 0.19.0 tp_connection_dup_contact_by_id_finish@TELEPATHY_GLIB_0.19.0 0.19.0 tp_connection_dup_contact_if_possible@TELEPATHY_GLIB_0.13.9 0.13.9 tp_connection_dup_contact_info_supported_fields@TELEPATHY_GLIB_0.19.9 0.19.9 tp_connection_dup_contact_list@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_dup_detailed_error_vardict@TELEPATHY_GLIB_0.19.0 0.19.0 tp_connection_get_account@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_get_avatar_requirements@TELEPATHY_GLIB_0.11.4 0.11.4 tp_connection_get_balance@TELEPATHY_GLIB_0.15.1 0.15.1 tp_connection_get_balance_uri@TELEPATHY_GLIB_0.15.1 0.15.1 tp_connection_get_blocked_contacts@TELEPATHY_GLIB_0.17.0 0.17.0 tp_connection_get_can_change_contact_list@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_get_capabilities@TELEPATHY_GLIB_0.11.3 0.11.3 tp_connection_get_cm_name@TELEPATHY_GLIB_0.19.3 0.19.3 tp_connection_get_connection_manager_name@TELEPATHY_GLIB_0.13.16 0.13.16 tp_connection_get_contact_attributes@TELEPATHY_GLIB_0.7.19 0.7.19 tp_connection_get_contact_groups@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_get_contact_info_flags@TELEPATHY_GLIB_0.11.7 0.11.7 tp_connection_get_contact_info_supported_fields@TELEPATHY_GLIB_0.11.7 0.11.7 tp_connection_get_contact_list_attributes@TELEPATHY_GLIB_0.13.0 0.13.0 tp_connection_get_contact_list_persists@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_get_contact_list_state@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_get_contacts_by_handle@TELEPATHY_GLIB_0.7.18 0.7.18 tp_connection_get_contacts_by_id@TELEPATHY_GLIB_0.7.18 0.7.18 tp_connection_get_detailed_error@TELEPATHY_GLIB_0.11.4 0.11.4 tp_connection_get_disjoint_groups@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_get_feature_quark_aliasing@TELEPATHY_GLIB_0.17.3 0.17.3 tp_connection_get_feature_quark_avatar_requirements@TELEPATHY_GLIB_0.11.4 0.11.4 tp_connection_get_feature_quark_balance@TELEPATHY_GLIB_0.15.1 0.15.1 tp_connection_get_feature_quark_capabilities@TELEPATHY_GLIB_0.11.3 0.11.3 tp_connection_get_feature_quark_connected@TELEPATHY_GLIB_0.11.3 0.11.3 tp_connection_get_feature_quark_contact_blocking@TELEPATHY_GLIB_0.17.0 0.17.0 tp_connection_get_feature_quark_contact_groups@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_get_feature_quark_contact_info@TELEPATHY_GLIB_0.11.7 0.11.7 tp_connection_get_feature_quark_contact_list@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_get_feature_quark_contact_list_properties@TELEPATHY_GLIB_0.17.0 0.17.0 tp_connection_get_feature_quark_core@TELEPATHY_GLIB_0.11.3 0.11.3 tp_connection_get_group_storage@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_get_protocol_name@TELEPATHY_GLIB_0.13.16 0.13.16 tp_connection_get_request_uses_message@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_get_self_contact@TELEPATHY_GLIB_0.13.9 0.13.9 tp_connection_get_self_handle@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_get_status@TELEPATHY_GLIB_0.7.14 0.7.14 tp_connection_get_type@TELEPATHY_GLIB_0.7.1 0.7.1 tp_connection_has_immortal_handles@TELEPATHY_GLIB_0.13.8 0.13.8 tp_connection_hold_handles@TELEPATHY_GLIB_0.7.17 0.7.17 tp_connection_init_known_interfaces@TELEPATHY_GLIB_0.7.6 0.7.6 tp_connection_is_ready@TELEPATHY_GLIB_0.7.17 0.7.17 tp_connection_manager_activate@TELEPATHY_GLIB_0.7.1 0.7.1 tp_connection_manager_call_when_ready@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_manager_check_valid_name@TELEPATHY_GLIB_0.7.1 0.7.1 tp_connection_manager_check_valid_protocol_name@TELEPATHY_GLIB_0.7.1 0.7.1 tp_connection_manager_dup_protocol_names@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_manager_dup_protocols@TELEPATHY_GLIB_0.17.6 0.17.6 tp_connection_manager_get_feature_quark_core@TELEPATHY_GLIB_0.11.3 0.11.3 tp_connection_manager_get_info_source@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_manager_get_name@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_manager_get_protocol@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_manager_get_protocol_object@TELEPATHY_GLIB_0.11.11 0.11.11 tp_connection_manager_get_type@TELEPATHY_GLIB_0.7.1 0.7.1 tp_connection_manager_has_protocol@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_manager_init_known_interfaces@TELEPATHY_GLIB_0.7.32 0.7.32 tp_connection_manager_is_ready@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_manager_is_running@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_manager_new@TELEPATHY_GLIB_0.7.1 0.7.1 tp_connection_manager_param_copy@TELEPATHY_GLIB_0.11.3 0.11.3 tp_connection_manager_param_dup_default_variant@TELEPATHY_GLIB_0.19.0 0.19.0 tp_connection_manager_param_free@TELEPATHY_GLIB_0.11.3 0.11.3 tp_connection_manager_param_get_dbus_signature@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_manager_param_get_default@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_manager_param_get_name@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_manager_param_get_type@TELEPATHY_GLIB_0.11.3 0.11.3 tp_connection_manager_param_is_dbus_property@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_manager_param_is_required@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_manager_param_is_required_for_registration@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_manager_param_is_secret@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_manager_protocol_can_register@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_manager_protocol_copy@TELEPATHY_GLIB_0.11.3 0.11.3 tp_connection_manager_protocol_dup_param_names@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_manager_protocol_free@TELEPATHY_GLIB_0.11.3 0.11.3 tp_connection_manager_protocol_get_param@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_manager_protocol_get_type@TELEPATHY_GLIB_0.11.3 0.11.3 tp_connection_manager_protocol_has_param@TELEPATHY_GLIB_0.7.26 0.7.26 tp_connection_new@TELEPATHY_GLIB_0.7.1 0.7.1 tp_connection_parse_object_path@TELEPATHY_GLIB_0.7.27 0.7.27 tp_connection_presence_type_cmp_availability@TELEPATHY_GLIB_0.7.16 0.7.16 tp_connection_refresh_contact_info@TELEPATHY_GLIB_0.11.7 0.11.7 tp_connection_remove_contacts_async@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_remove_contacts_finish@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_remove_from_group_async@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_remove_from_group_finish@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_remove_group_async@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_remove_group_finish@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_rename_group_async@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_rename_group_finish@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_request_handles@TELEPATHY_GLIB_0.7.17 0.7.17 tp_connection_request_subscription_async@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_request_subscription_finish@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_run_until_ready@TELEPATHY_GLIB_0.7.1 0.7.1 tp_connection_set_contact_info_async@TELEPATHY_GLIB_0.11.7 0.11.7 tp_connection_set_contact_info_finish@TELEPATHY_GLIB_0.11.7 0.11.7 tp_connection_set_group_members_async@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_set_group_members_finish@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_unblock_contacts_async@TELEPATHY_GLIB_0.17.0 0.17.0 tp_connection_unblock_contacts_finish@TELEPATHY_GLIB_0.17.0 0.17.0 tp_connection_unpublish_async@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_unpublish_finish@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_unref_handles@TELEPATHY_GLIB_0.7.17 0.7.17 tp_connection_unsubscribe_async@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_unsubscribe_finish@TELEPATHY_GLIB_0.15.5 0.15.5 tp_connection_upgrade_contacts@TELEPATHY_GLIB_0.7.18 0.7.18 tp_connection_upgrade_contacts_async@TELEPATHY_GLIB_0.19.0 0.19.0 tp_connection_upgrade_contacts_finish@TELEPATHY_GLIB_0.19.0 0.19.0 tp_contact_add_to_group_async@TELEPATHY_GLIB_0.15.5 0.15.5 tp_contact_add_to_group_finish@TELEPATHY_GLIB_0.15.5 0.15.5 tp_contact_authorize_publication_async@TELEPATHY_GLIB_0.15.5 0.15.5 tp_contact_authorize_publication_finish@TELEPATHY_GLIB_0.15.5 0.15.5 tp_contact_block_async@TELEPATHY_GLIB_0.17.0 0.17.0 tp_contact_block_finish@TELEPATHY_GLIB_0.17.0 0.17.0 tp_contact_dup_contact_info@TELEPATHY_GLIB_0.19.9 0.19.9 tp_contact_dup_location@TELEPATHY_GLIB_0.19.10 0.19.10 tp_contact_feature_get_type@TELEPATHY_GLIB_0.11.5 0.11.5 tp_contact_get_account@TELEPATHY_GLIB_0.19.0 0.19.0 tp_contact_get_alias@TELEPATHY_GLIB_0.7.18 0.7.18 tp_contact_get_avatar_file@TELEPATHY_GLIB_0.11.6 0.11.6 tp_contact_get_avatar_mime_type@TELEPATHY_GLIB_0.11.6 0.11.6 tp_contact_get_avatar_token@TELEPATHY_GLIB_0.7.18 0.7.18 tp_contact_get_capabilities@TELEPATHY_GLIB_0.11.3 0.11.3 tp_contact_get_client_types@TELEPATHY_GLIB_0.13.1 0.13.1 tp_contact_get_connection@TELEPATHY_GLIB_0.7.18 0.7.18 tp_contact_get_contact_groups@TELEPATHY_GLIB_0.13.14 0.13.14 tp_contact_get_contact_info@TELEPATHY_GLIB_0.11.7 0.11.7 tp_contact_get_handle@TELEPATHY_GLIB_0.7.18 0.7.18 tp_contact_get_identifier@TELEPATHY_GLIB_0.7.18 0.7.18 tp_contact_get_location@TELEPATHY_GLIB_0.11.1 0.11.1 tp_contact_get_presence_message@TELEPATHY_GLIB_0.7.18 0.7.18 tp_contact_get_presence_status@TELEPATHY_GLIB_0.7.18 0.7.18 tp_contact_get_presence_type@TELEPATHY_GLIB_0.7.18 0.7.18 tp_contact_get_publish_request@TELEPATHY_GLIB_0.13.12 0.13.12 tp_contact_get_publish_state@TELEPATHY_GLIB_0.13.12 0.13.12 tp_contact_get_subscribe_state@TELEPATHY_GLIB_0.13.12 0.13.12 tp_contact_get_type@TELEPATHY_GLIB_0.7.18 0.7.18 tp_contact_group_list_get_type@TELEPATHY_GLIB_0.13.0 0.13.0 tp_contact_has_feature@TELEPATHY_GLIB_0.7.18 0.7.18 tp_contact_info_field_copy@TELEPATHY_GLIB_0.11.7 0.11.7 tp_contact_info_field_free@TELEPATHY_GLIB_0.11.7 0.11.7 tp_contact_info_field_get_type@TELEPATHY_GLIB_0.11.7 0.11.7 tp_contact_info_field_new@TELEPATHY_GLIB_0.11.7 0.11.7 tp_contact_info_field_spec_copy@TELEPATHY_GLIB_0.11.7 0.11.7 tp_contact_info_field_spec_free@TELEPATHY_GLIB_0.11.7 0.11.7 tp_contact_info_field_spec_get_type@TELEPATHY_GLIB_0.11.7 0.11.7 tp_contact_info_list_copy@TELEPATHY_GLIB_0.11.7 0.11.7 tp_contact_info_list_free@TELEPATHY_GLIB_0.11.7 0.11.7 tp_contact_info_list_get_type@TELEPATHY_GLIB_0.11.7 0.11.7 tp_contact_info_spec_list_copy@TELEPATHY_GLIB_0.11.7 0.11.7 tp_contact_info_spec_list_free@TELEPATHY_GLIB_0.11.7 0.11.7 tp_contact_info_spec_list_get_type@TELEPATHY_GLIB_0.11.7 0.11.7 tp_contact_is_blocked@TELEPATHY_GLIB_0.17.0 0.17.0 tp_contact_remove_async@TELEPATHY_GLIB_0.15.5 0.15.5 tp_contact_remove_finish@TELEPATHY_GLIB_0.15.5 0.15.5 tp_contact_remove_from_group_async@TELEPATHY_GLIB_0.15.5 0.15.5 tp_contact_remove_from_group_finish@TELEPATHY_GLIB_0.15.5 0.15.5 tp_contact_request_contact_info_async@TELEPATHY_GLIB_0.11.7 0.11.7 tp_contact_request_contact_info_finish@TELEPATHY_GLIB_0.11.7 0.11.7 tp_contact_request_subscription_async@TELEPATHY_GLIB_0.15.5 0.15.5 tp_contact_request_subscription_finish@TELEPATHY_GLIB_0.15.5 0.15.5 tp_contact_search_get_account@TELEPATHY_GLIB_0.13.11 0.13.11 tp_contact_search_get_limit@TELEPATHY_GLIB_0.13.11 0.13.11 tp_contact_search_get_search_keys@TELEPATHY_GLIB_0.13.11 0.13.11 tp_contact_search_get_server@TELEPATHY_GLIB_0.13.11 0.13.11 tp_contact_search_get_type@TELEPATHY_GLIB_0.13.11 0.13.11 tp_contact_search_new_async@TELEPATHY_GLIB_0.13.11 0.13.11 tp_contact_search_new_finish@TELEPATHY_GLIB_0.13.11 0.13.11 tp_contact_search_reset_async@TELEPATHY_GLIB_0.13.11 0.13.11 tp_contact_search_reset_finish@TELEPATHY_GLIB_0.13.11 0.13.11 tp_contact_search_result_dup_fields@TELEPATHY_GLIB_0.19.9 0.19.9 tp_contact_search_result_get_field@TELEPATHY_GLIB_0.13.11 0.13.11 tp_contact_search_result_get_fields@TELEPATHY_GLIB_0.13.11 0.13.11 tp_contact_search_result_get_identifier@TELEPATHY_GLIB_0.13.11 0.13.11 tp_contact_search_result_get_type@TELEPATHY_GLIB_0.13.11 0.13.11 tp_contact_search_start@TELEPATHY_GLIB_0.13.11 0.13.11 tp_contact_set_contact_groups_async@TELEPATHY_GLIB_0.13.14 0.13.14 tp_contact_set_contact_groups_finish@TELEPATHY_GLIB_0.13.14 0.13.14 tp_contact_unblock_async@TELEPATHY_GLIB_0.17.0 0.17.0 tp_contact_unblock_finish@TELEPATHY_GLIB_0.17.0 0.17.0 tp_contact_unpublish_async@TELEPATHY_GLIB_0.15.5 0.15.5 tp_contact_unpublish_finish@TELEPATHY_GLIB_0.15.5 0.15.5 tp_contact_unsubscribe_async@TELEPATHY_GLIB_0.15.5 0.15.5 tp_contact_unsubscribe_finish@TELEPATHY_GLIB_0.15.5 0.15.5 tp_contacts_mixin_add_contact_attributes_iface@TELEPATHY_GLIB_0.7.14 0.7.14 tp_contacts_mixin_class_get_offset_quark@TELEPATHY_GLIB_0.7.14 0.7.14 tp_contacts_mixin_class_init@TELEPATHY_GLIB_0.7.14 0.7.14 tp_contacts_mixin_finalize@TELEPATHY_GLIB_0.7.14 0.7.14 tp_contacts_mixin_get_contact_attributes@TELEPATHY_GLIB_0.13.0 0.13.0 tp_contacts_mixin_get_offset_quark@TELEPATHY_GLIB_0.7.14 0.7.14 tp_contacts_mixin_iface_init@TELEPATHY_GLIB_0.7.14 0.7.14 tp_contacts_mixin_init@TELEPATHY_GLIB_0.7.14 0.7.14 tp_contacts_mixin_set_contact_attribute@TELEPATHY_GLIB_0.7.14 0.7.14 tp_dbus_check_valid_bus_name@TELEPATHY_GLIB_0.7.1 0.7.1 tp_dbus_check_valid_interface_name@TELEPATHY_GLIB_0.7.1 0.7.1 tp_dbus_check_valid_member_name@TELEPATHY_GLIB_0.7.1 0.7.1 tp_dbus_check_valid_object_path@TELEPATHY_GLIB_0.7.1 0.7.1 tp_dbus_daemon_cancel_name_owner_watch@TELEPATHY_GLIB_0.7.1 0.7.1 tp_dbus_daemon_dup@TELEPATHY_GLIB_0.7.26 0.7.26 tp_dbus_daemon_get_type@TELEPATHY_GLIB_0.7.1 0.7.1 tp_dbus_daemon_get_unique_name@TELEPATHY_GLIB_0.7.35 0.7.35 tp_dbus_daemon_init_known_interfaces@TELEPATHY_GLIB_0.7.32 0.7.32 tp_dbus_daemon_list_activatable_names@TELEPATHY_GLIB_0.7.35 0.7.35 tp_dbus_daemon_list_names@TELEPATHY_GLIB_0.7.35 0.7.35 tp_dbus_daemon_new@TELEPATHY_GLIB_0.7.1 0.7.1 tp_dbus_daemon_register_object@TELEPATHY_GLIB_0.11.3 0.11.3 tp_dbus_daemon_release_name@TELEPATHY_GLIB_0.7.30 0.7.30 tp_dbus_daemon_request_name@TELEPATHY_GLIB_0.7.30 0.7.30 tp_dbus_daemon_unregister_object@TELEPATHY_GLIB_0.11.3 0.11.3 tp_dbus_daemon_watch_name_owner@TELEPATHY_GLIB_0.7.1 0.7.1 tp_dbus_error_get_type@TELEPATHY_GLIB_0.11.5 0.11.5 tp_dbus_errors_quark@TELEPATHY_GLIB_0.7.1 0.7.1 tp_dbus_g_method_return_not_implemented@TELEPATHY_GLIB_0.7.0 0.7.1 tp_dbus_name_type_get_type@TELEPATHY_GLIB_0.11.5 0.11.5 tp_dbus_properties_mixin_class_init@TELEPATHY_GLIB_0.7.3 0.7.3 tp_dbus_properties_mixin_dup_all@TELEPATHY_GLIB_0.21.2 0.21.2 tp_dbus_properties_mixin_emit_properties_changed@TELEPATHY_GLIB_0.15.6 0.15.6 tp_dbus_properties_mixin_emit_properties_changed_varargs@TELEPATHY_GLIB_0.15.6 0.15.6 tp_dbus_properties_mixin_fill_properties_hash@TELEPATHY_GLIB_0.11.11 0.11.11 tp_dbus_properties_mixin_flags_get_type@TELEPATHY_GLIB_0.11.5 0.11.5 tp_dbus_properties_mixin_get@TELEPATHY_GLIB_0.7.13 0.7.13 tp_dbus_properties_mixin_getter_gobject_properties@TELEPATHY_GLIB_0.7.3 0.7.3 tp_dbus_properties_mixin_iface_init@TELEPATHY_GLIB_0.7.3 0.7.3 tp_dbus_properties_mixin_implement_interface@TELEPATHY_GLIB_0.7.9 0.7.9 tp_dbus_properties_mixin_make_properties_hash@TELEPATHY_GLIB_0.7.15 0.7.15 tp_dbus_properties_mixin_set@TELEPATHY_GLIB_0.15.8 0.15.8 tp_dbus_properties_mixin_setter_gobject_properties@TELEPATHY_GLIB_0.7.3 0.7.3 tp_dbus_specialized_value_slice_new@TELEPATHY_GLIB_0.7.0 0.7.1 tp_dbus_tube_channel_accept_async@TELEPATHY_GLIB_0.18.0 0.18.0 tp_dbus_tube_channel_accept_finish@TELEPATHY_GLIB_0.18.0 0.18.0 tp_dbus_tube_channel_dup_parameters_vardict@TELEPATHY_GLIB_0.19.10 0.19.10 tp_dbus_tube_channel_feature_quark_core@TELEPATHY_GLIB_0.18.0 0.18.0 tp_dbus_tube_channel_get_parameters@TELEPATHY_GLIB_0.15.6 0.15.6 tp_dbus_tube_channel_get_service_name@TELEPATHY_GLIB_0.15.6 0.15.6 tp_dbus_tube_channel_get_type@TELEPATHY_GLIB_0.15.6 0.15.6 tp_dbus_tube_channel_offer_async@TELEPATHY_GLIB_0.18.0 0.18.0 tp_dbus_tube_channel_offer_finish@TELEPATHY_GLIB_0.18.0 0.18.0 tp_debug_client_get_feature_quark_core@TELEPATHY_GLIB_0.19.0 0.19.0 tp_debug_client_get_messages_async@TELEPATHY_GLIB_0.19.0 0.19.0 tp_debug_client_get_messages_finish@TELEPATHY_GLIB_0.19.0 0.19.0 tp_debug_client_get_type@TELEPATHY_GLIB_0.19.0 0.19.0 tp_debug_client_init_known_interfaces@TELEPATHY_GLIB_0.19.0 0.19.0 tp_debug_client_is_enabled@TELEPATHY_GLIB_0.19.0 0.19.0 tp_debug_client_new@TELEPATHY_GLIB_0.19.0 0.19.0 tp_debug_client_set_enabled_async@TELEPATHY_GLIB_0.19.0 0.19.0 tp_debug_client_set_enabled_finish@TELEPATHY_GLIB_0.19.0 0.19.0 tp_debug_divert_messages@TELEPATHY_GLIB_0.7.1 0.7.1 tp_debug_message_get_category@TELEPATHY_GLIB_0.19.0 0.19.0 tp_debug_message_get_domain@TELEPATHY_GLIB_0.19.0 0.19.0 tp_debug_message_get_level@TELEPATHY_GLIB_0.19.0 0.19.0 tp_debug_message_get_message@TELEPATHY_GLIB_0.19.0 0.19.0 tp_debug_message_get_time@TELEPATHY_GLIB_0.19.0 0.19.0 tp_debug_message_get_type@TELEPATHY_GLIB_0.19.0 0.19.0 tp_debug_sender_add_message@TELEPATHY_GLIB_0.7.36 0.7.36 tp_debug_sender_add_message_printf@TELEPATHY_GLIB_0.13.13 0.13.13 tp_debug_sender_add_message_vprintf@TELEPATHY_GLIB_0.13.13 0.13.13 tp_debug_sender_dup@TELEPATHY_GLIB_0.7.36 0.7.36 tp_debug_sender_get_type@TELEPATHY_GLIB_0.7.36 0.7.36 tp_debug_sender_log_handler@TELEPATHY_GLIB_0.7.36 0.7.36 tp_debug_sender_set_timestamps@TELEPATHY_GLIB_0.15.5 0.15.5 tp_debug_set_all_flags@TELEPATHY_GLIB_0.7.0 0.7.1 tp_debug_set_flags@TELEPATHY_GLIB_0.7.0 0.7.1 tp_debug_set_flags_from_env@TELEPATHY_GLIB_0.7.0 0.7.1 tp_debug_set_flags_from_string@TELEPATHY_GLIB_0.7.0 0.7.1 tp_debug_set_persistent@TELEPATHY_GLIB_0.7.0 0.7.1 tp_debug_timestamped_log_handler@TELEPATHY_GLIB_0.7.1 0.7.1 tp_dtmf_event_to_char@TELEPATHY_GLIB_0.13.3 0.13.3 tp_dtmf_player_cancel@TELEPATHY_GLIB_0.13.3 0.13.3 tp_dtmf_player_get_type@TELEPATHY_GLIB_0.13.3 0.13.3 tp_dtmf_player_is_active@TELEPATHY_GLIB_0.13.3 0.13.3 tp_dtmf_player_new@TELEPATHY_GLIB_0.13.3 0.13.3 tp_dtmf_player_play@TELEPATHY_GLIB_0.13.3 0.13.3 tp_dynamic_handle_repo_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_dynamic_handle_repo_lookup_exact@TELEPATHY_GLIB_0.7.0 0.7.1 tp_dynamic_handle_repo_set_normalize_async@TELEPATHY_GLIB_0.19.2 0.19.2 tp_error_get_dbus_name@TELEPATHY_GLIB_0.7.31 0.7.31 tp_error_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_error_quark@TELEPATHY_GLIB_0.11.13 0.11.13 tp_errors_disconnected_quark@TELEPATHY_GLIB_0.7.1 0.7.1 tp_errors_quark@TELEPATHY_GLIB_0.7.0 0.7.1 tp_errors_removed_from_group_quark@TELEPATHY_GLIB_0.7.1 0.7.1 tp_escape_as_identifier@TELEPATHY_GLIB_0.7.0 0.7.1 tp_exportable_channel_get_type@TELEPATHY_GLIB_0.7.15 0.7.15 tp_external_group_mixin_finalize@TELEPATHY_GLIB_0.7.0 0.7.1 tp_external_group_mixin_get_dbus_property@TELEPATHY_GLIB_0.7.10 0.7.10 tp_external_group_mixin_iface_init@TELEPATHY_GLIB_0.7.0 0.7.1 tp_external_group_mixin_init@TELEPATHY_GLIB_0.7.0 0.7.1 tp_external_group_mixin_init_dbus_properties@TELEPATHY_GLIB_0.7.10 0.7.10 tp_file_transfer_channel_accept_file_async@TELEPATHY_GLIB_0.17.1 0.17.1 tp_file_transfer_channel_accept_file_finish@TELEPATHY_GLIB_0.17.1 0.17.1 tp_file_transfer_channel_get_date@TELEPATHY_GLIB_0.15.5 0.15.5 tp_file_transfer_channel_get_description@TELEPATHY_GLIB_0.15.5 0.15.5 tp_file_transfer_channel_get_feature_quark_core@TELEPATHY_GLIB_0.15.5 0.15.5 tp_file_transfer_channel_get_filename@TELEPATHY_GLIB_0.15.5 0.15.5 tp_file_transfer_channel_get_metadata@TELEPATHY_GLIB_0.17.1 0.17.1 tp_file_transfer_channel_get_mime_type@TELEPATHY_GLIB_0.15.5 0.15.5 tp_file_transfer_channel_get_service_name@TELEPATHY_GLIB_0.17.1 0.17.1 tp_file_transfer_channel_get_size@TELEPATHY_GLIB_0.15.5 0.15.5 tp_file_transfer_channel_get_state@TELEPATHY_GLIB_0.17.1 0.17.1 tp_file_transfer_channel_get_transferred_bytes@TELEPATHY_GLIB_0.15.5 0.15.5 tp_file_transfer_channel_get_type@TELEPATHY_GLIB_0.15.5 0.15.5 tp_file_transfer_channel_new@TELEPATHY_GLIB_0.15.5 0.15.5 tp_file_transfer_channel_provide_file_async@TELEPATHY_GLIB_0.17.1 0.17.1 tp_file_transfer_channel_provide_file_finish@TELEPATHY_GLIB_0.17.1 0.17.1 tp_g_hash_table_update@TELEPATHY_GLIB_0.7.0 0.7.1 tp_g_key_file_get_int64@TELEPATHY_GLIB_0.7.31 0.7.31 tp_g_key_file_get_uint64@TELEPATHY_GLIB_0.7.31 0.7.31 tp_g_ptr_array_contains@TELEPATHY_GLIB_0.7.0 0.7.1 tp_g_ptr_array_extend@TELEPATHY_GLIB_0.14.3 0.14.3 tp_g_set_error_invalid_handle_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_g_set_error_unsupported_handle_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_g_signal_connect_object@TELEPATHY_GLIB_0.9.2 0.9.2 tp_g_socket_address_from_g_variant@TELEPATHY_GLIB_0.19.10 0.19.10 tp_g_socket_address_from_variant@TELEPATHY_GLIB_0.11.0 0.11.0 tp_g_value_slice_dup@TELEPATHY_GLIB_0.7.0 0.7.1 tp_g_value_slice_free@TELEPATHY_GLIB_0.7.0 0.7.1 tp_g_value_slice_new@TELEPATHY_GLIB_0.7.0 0.7.1 tp_g_value_slice_new_boolean@TELEPATHY_GLIB_0.7.27 0.7.27 tp_g_value_slice_new_boxed@TELEPATHY_GLIB_0.7.27 0.7.27 tp_g_value_slice_new_byte@TELEPATHY_GLIB_0.11.0 0.11.0 tp_g_value_slice_new_bytes@TELEPATHY_GLIB_0.7.27 0.7.27 tp_g_value_slice_new_double@TELEPATHY_GLIB_0.7.27 0.7.27 tp_g_value_slice_new_int64@TELEPATHY_GLIB_0.7.27 0.7.27 tp_g_value_slice_new_int@TELEPATHY_GLIB_0.7.27 0.7.27 tp_g_value_slice_new_object_path@TELEPATHY_GLIB_0.7.27 0.7.27 tp_g_value_slice_new_static_boxed@TELEPATHY_GLIB_0.7.27 0.7.27 tp_g_value_slice_new_static_object_path@TELEPATHY_GLIB_0.7.27 0.7.27 tp_g_value_slice_new_static_string@TELEPATHY_GLIB_0.7.27 0.7.27 tp_g_value_slice_new_string@TELEPATHY_GLIB_0.7.27 0.7.27 tp_g_value_slice_new_take_boxed@TELEPATHY_GLIB_0.7.27 0.7.27 tp_g_value_slice_new_take_bytes@TELEPATHY_GLIB_0.7.27 0.7.27 tp_g_value_slice_new_take_object_path@TELEPATHY_GLIB_0.7.27 0.7.27 tp_g_value_slice_new_take_string@TELEPATHY_GLIB_0.7.27 0.7.27 tp_g_value_slice_new_uint64@TELEPATHY_GLIB_0.7.27 0.7.27 tp_g_value_slice_new_uint@TELEPATHY_GLIB_0.7.27 0.7.27 tp_get_bus@TELEPATHY_GLIB_0.7.0 0.7.1 tp_get_bus_proxy@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_add_handle_owner@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_add_handle_owners@TELEPATHY_GLIB_0.7.10 0.7.10 tp_group_mixin_add_members@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_change_flags@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_change_members@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_change_members_detailed@TELEPATHY_GLIB_0.7.21 0.7.21 tp_group_mixin_change_self_handle@TELEPATHY_GLIB_0.7.10 0.7.10 tp_group_mixin_class_allow_self_removal@TELEPATHY_GLIB_0.7.27 0.7.27 tp_group_mixin_class_get_offset_quark@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_class_init@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_class_set_remove_with_reason_func@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_finalize@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_get_all_members@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_get_dbus_property@TELEPATHY_GLIB_0.7.10 0.7.10 tp_group_mixin_get_group_flags@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_get_handle_owners@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_get_local_pending_members@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_get_local_pending_members_with_info@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_get_members@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_get_offset_quark@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_get_remote_pending_members@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_get_self_handle@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_iface_init@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_init@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_init_dbus_properties@TELEPATHY_GLIB_0.7.10 0.7.10 tp_group_mixin_remove_members@TELEPATHY_GLIB_0.7.0 0.7.1 tp_group_mixin_remove_members_with_reason@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_channels_context_accept@TELEPATHY_GLIB_0.11.6 0.11.6 tp_handle_channels_context_delay@TELEPATHY_GLIB_0.11.6 0.11.6 tp_handle_channels_context_fail@TELEPATHY_GLIB_0.11.6 0.11.6 tp_handle_channels_context_get_handler_info@TELEPATHY_GLIB_0.11.14 0.11.14 tp_handle_channels_context_get_requests@TELEPATHY_GLIB_0.13.14 0.13.14 tp_handle_channels_context_get_type@TELEPATHY_GLIB_0.11.6 0.11.6 tp_handle_client_hold@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_client_release@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_ensure@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_ensure_async@TELEPATHY_GLIB_0.19.2 0.19.2 tp_handle_ensure_finish@TELEPATHY_GLIB_0.19.2 0.19.2 tp_handle_get_qdata@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_inspect@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_is_valid@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_lookup@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_ref@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_repo_iface_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_set_add@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_set_clear@TELEPATHY_GLIB_0.11.6 0.11.6 tp_handle_set_copy@TELEPATHY_GLIB_0.11.6 0.11.6 tp_handle_set_destroy@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_set_difference_update@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_set_dump@TELEPATHY_GLIB_0.13.0 0.13.0 tp_handle_set_foreach@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_set_get_type@TELEPATHY_GLIB_0.11.6 0.11.6 tp_handle_set_is_empty@TELEPATHY_GLIB_0.11.6 0.11.6 tp_handle_set_is_member@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_set_new@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_set_new_containing@TELEPATHY_GLIB_0.13.0 0.13.0 tp_handle_set_new_from_array@TELEPATHY_GLIB_0.11.7 0.11.7 tp_handle_set_new_from_intset@TELEPATHY_GLIB_0.13.0 0.13.0 tp_handle_set_peek@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_set_qdata@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_set_remove@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_set_size@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_set_to_array@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_set_to_identifier_map@TELEPATHY_GLIB_0.15.1 0.15.1 tp_handle_set_update@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_type_to_string@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handle_unref@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handles_are_valid@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handles_client_hold@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handles_client_release@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handles_ref@TELEPATHY_GLIB_0.7.0 0.7.1 tp_handles_unref@TELEPATHY_GLIB_0.7.0 0.7.1 tp_heap_add@TELEPATHY_GLIB_0.7.0 0.7.1 tp_heap_clear@TELEPATHY_GLIB_0.7.0 0.7.1 tp_heap_destroy@TELEPATHY_GLIB_0.7.0 0.7.1 tp_heap_extract_first@TELEPATHY_GLIB_0.7.0 0.7.1 tp_heap_new@TELEPATHY_GLIB_0.7.0 0.7.1 tp_heap_peek_first@TELEPATHY_GLIB_0.7.0 0.7.1 tp_heap_remove@TELEPATHY_GLIB_0.7.0 0.7.1 tp_heap_size@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_account@TELEPATHY_GLIB_0.7.32 0.7.32 tp_iface_quark_account_interface_addressing@TELEPATHY_GLIB_0.13.7 0.13.7 tp_iface_quark_account_interface_avatar@TELEPATHY_GLIB_0.7.32 0.7.32 tp_iface_quark_account_interface_storage@TELEPATHY_GLIB_0.11.9 0.11.9 tp_iface_quark_account_manager@TELEPATHY_GLIB_0.7.32 0.7.32 tp_iface_quark_authentication_tls_certificate@TELEPATHY_GLIB_0.11.16 0.11.16 tp_iface_quark_call_content@TELEPATHY_GLIB_0.17.5 0.17.5 tp_iface_quark_call_content_interface_audio_control@TELEPATHY_GLIB_0.17.5 0.17.5 tp_iface_quark_call_content_interface_dtmf@TELEPATHY_GLIB_0.17.5 0.17.5 tp_iface_quark_call_content_interface_media@TELEPATHY_GLIB_0.17.5 0.17.5 tp_iface_quark_call_content_interface_video_control@TELEPATHY_GLIB_0.17.5 0.17.5 tp_iface_quark_call_content_media_description@TELEPATHY_GLIB_0.17.5 0.17.5 tp_iface_quark_call_content_media_description_interface_rtcp_extended_reports@TELEPATHY_GLIB_0.17.5 0.17.5 tp_iface_quark_call_content_media_description_interface_rtcp_feedback@TELEPATHY_GLIB_0.17.5 0.17.5 tp_iface_quark_call_content_media_description_interface_rtp_header_extensions@TELEPATHY_GLIB_0.17.5 0.17.5 tp_iface_quark_call_stream@TELEPATHY_GLIB_0.17.5 0.17.5 tp_iface_quark_call_stream_endpoint@TELEPATHY_GLIB_0.17.5 0.17.5 tp_iface_quark_call_stream_interface_media@TELEPATHY_GLIB_0.17.5 0.17.5 tp_iface_quark_channel@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_channel_dispatch_operation@TELEPATHY_GLIB_0.7.32 0.7.32 tp_iface_quark_channel_dispatcher@TELEPATHY_GLIB_0.7.32 0.7.32 tp_iface_quark_channel_dispatcher_interface_operation_list@TELEPATHY_GLIB_0.7.32 0.7.32 tp_iface_quark_channel_interface_anonymity@TELEPATHY_GLIB_0.11.7 0.11.7 tp_iface_quark_channel_interface_call_state@TELEPATHY_GLIB_0.7.6 0.7.6 tp_iface_quark_channel_interface_captcha_authentication@TELEPATHY_GLIB_0.17.5 0.17.5 tp_iface_quark_channel_interface_chat_state@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_channel_interface_conference@TELEPATHY_GLIB_0.11.16 0.11.16 tp_iface_quark_channel_interface_destroyable@TELEPATHY_GLIB_0.7.18 0.7.18 tp_iface_quark_channel_interface_dtmf@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_channel_interface_file_transfer_metadata@TELEPATHY_GLIB_0.17.1 0.17.1 tp_iface_quark_channel_interface_group@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_channel_interface_hold@TELEPATHY_GLIB_0.7.8 0.7.8 tp_iface_quark_channel_interface_media_signalling@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_channel_interface_messages@TELEPATHY_GLIB_0.7.20 0.7.20 tp_iface_quark_channel_interface_password@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_channel_interface_room@TELEPATHY_GLIB_0.15.8 0.15.8 tp_iface_quark_channel_interface_room_config@TELEPATHY_GLIB_0.15.8 0.15.8 tp_iface_quark_channel_interface_sasl_authentication@TELEPATHY_GLIB_0.13.7 0.13.7 tp_iface_quark_channel_interface_securable@TELEPATHY_GLIB_0.13.7 0.13.7 tp_iface_quark_channel_interface_service_point@TELEPATHY_GLIB_0.11.7 0.11.7 tp_iface_quark_channel_interface_sms@TELEPATHY_GLIB_0.11.15 0.11.15 tp_iface_quark_channel_interface_subject@TELEPATHY_GLIB_0.15.8 0.15.8 tp_iface_quark_channel_interface_tube@TELEPATHY_GLIB_0.7.31 0.7.31 tp_iface_quark_channel_request@TELEPATHY_GLIB_0.7.32 0.7.32 tp_iface_quark_channel_type_call@TELEPATHY_GLIB_0.17.5 0.17.5 tp_iface_quark_channel_type_contact_list@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_channel_type_contact_search@TELEPATHY_GLIB_0.11.11 0.11.11 tp_iface_quark_channel_type_dbus_tube@TELEPATHY_GLIB_0.7.31 0.7.31 tp_iface_quark_channel_type_file_transfer@TELEPATHY_GLIB_0.7.23 0.7.23 tp_iface_quark_channel_type_room_list@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_channel_type_server_authentication@TELEPATHY_GLIB_0.13.7 0.13.7 tp_iface_quark_channel_type_server_tls_connection@TELEPATHY_GLIB_0.11.16 0.11.16 tp_iface_quark_channel_type_stream_tube@TELEPATHY_GLIB_0.7.31 0.7.31 tp_iface_quark_channel_type_streamed_media@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_channel_type_text@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_channel_type_tubes@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_client@TELEPATHY_GLIB_0.7.32 0.7.32 tp_iface_quark_client_approver@TELEPATHY_GLIB_0.7.32 0.7.32 tp_iface_quark_client_handler@TELEPATHY_GLIB_0.7.32 0.7.32 tp_iface_quark_client_interface_requests@TELEPATHY_GLIB_0.7.32 0.7.32 tp_iface_quark_client_observer@TELEPATHY_GLIB_0.7.32 0.7.32 tp_iface_quark_connection@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_connection_interface_addressing@TELEPATHY_GLIB_0.17.5 0.17.5 tp_iface_quark_connection_interface_aliasing@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_connection_interface_anonymity@TELEPATHY_GLIB_0.11.7 0.11.7 tp_iface_quark_connection_interface_avatars@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_connection_interface_balance@TELEPATHY_GLIB_0.11.0 0.11.0 tp_iface_quark_connection_interface_capabilities@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_connection_interface_cellular@TELEPATHY_GLIB_0.11.9 0.11.9 tp_iface_quark_connection_interface_client_types@TELEPATHY_GLIB_0.13.1 0.13.1 tp_iface_quark_connection_interface_contact_blocking@TELEPATHY_GLIB_0.14.2 0.14.2 tp_iface_quark_connection_interface_contact_capabilities@TELEPATHY_GLIB_0.7.37 0.7.37 tp_iface_quark_connection_interface_contact_groups@TELEPATHY_GLIB_0.13.0 0.13.0 tp_iface_quark_connection_interface_contact_info@TELEPATHY_GLIB_0.11.3 0.11.3 tp_iface_quark_connection_interface_contact_list@TELEPATHY_GLIB_0.13.0 0.13.0 tp_iface_quark_connection_interface_contacts@TELEPATHY_GLIB_0.7.14 0.7.14 tp_iface_quark_connection_interface_location@TELEPATHY_GLIB_0.7.34 0.7.34 tp_iface_quark_connection_interface_mail_notification@TELEPATHY_GLIB_0.13.3 0.13.3 tp_iface_quark_connection_interface_power_saving@TELEPATHY_GLIB_0.13.7 0.13.7 tp_iface_quark_connection_interface_presence@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_connection_interface_requests@TELEPATHY_GLIB_0.7.15 0.7.15 tp_iface_quark_connection_interface_service_point@TELEPATHY_GLIB_0.11.7 0.11.7 tp_iface_quark_connection_interface_simple_presence@TELEPATHY_GLIB_0.7.13 0.7.13 tp_iface_quark_connection_manager@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_dbus_daemon@TELEPATHY_GLIB_0.7.1 0.7.1 tp_iface_quark_dbus_introspectable@TELEPATHY_GLIB_0.7.2 0.7.2 tp_iface_quark_dbus_peer@TELEPATHY_GLIB_0.7.2 0.7.2 tp_iface_quark_dbus_properties@TELEPATHY_GLIB_0.7.2 0.7.2 tp_iface_quark_debug@TELEPATHY_GLIB_0.7.36 0.7.36 tp_iface_quark_media_session_handler@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_media_stream_handler@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_properties_interface@TELEPATHY_GLIB_0.7.0 0.7.1 tp_iface_quark_protocol@TELEPATHY_GLIB_0.11.11 0.11.11 tp_iface_quark_protocol_interface_addressing@TELEPATHY_GLIB_0.17.2 0.17.2 tp_iface_quark_protocol_interface_avatars@TELEPATHY_GLIB_0.13.7 0.13.7 tp_iface_quark_protocol_interface_presence@TELEPATHY_GLIB_0.13.3 0.13.3 tp_intset_add@TELEPATHY_GLIB_0.7.0 0.7.1 tp_intset_clear@TELEPATHY_GLIB_0.7.0 0.7.1 tp_intset_copy@TELEPATHY_GLIB_0.7.0 0.7.1 tp_intset_destroy@TELEPATHY_GLIB_0.7.0 0.7.1 tp_intset_difference@TELEPATHY_GLIB_0.7.0 0.7.1 tp_intset_difference_update@TELEPATHY_GLIB_0.13.10 0.13.10 tp_intset_dump@TELEPATHY_GLIB_0.7.0 0.7.1 tp_intset_fast_iter_init@TELEPATHY_GLIB_0.11.6 0.11.6 tp_intset_fast_iter_next@TELEPATHY_GLIB_0.11.6 0.11.6 tp_intset_foreach@TELEPATHY_GLIB_0.7.0 0.7.1 tp_intset_from_array@TELEPATHY_GLIB_0.7.0 0.7.1 tp_intset_get_type@TELEPATHY_GLIB_0.11.3 0.11.3 tp_intset_intersection@TELEPATHY_GLIB_0.7.0 0.7.1 tp_intset_is_empty@TELEPATHY_GLIB_0.11.6 0.11.6 tp_intset_is_equal@TELEPATHY_GLIB_0.7.0 0.7.1 tp_intset_is_member@TELEPATHY_GLIB_0.7.0 0.7.1 tp_intset_iter_init@TELEPATHY_GLIB_0.14.5 0.14.5 tp_intset_iter_next@TELEPATHY_GLIB_0.7.0 0.7.1 tp_intset_iter_reset@TELEPATHY_GLIB_0.14.5 0.14.5 tp_intset_new@TELEPATHY_GLIB_0.7.0 0.7.1 tp_intset_new_containing@TELEPATHY_GLIB_0.7.26 0.7.26 tp_intset_remove@TELEPATHY_GLIB_0.7.0 0.7.1 tp_intset_size@TELEPATHY_GLIB_0.7.0 0.7.1 tp_intset_sized_new@TELEPATHY_GLIB_0.7.0 0.7.1 tp_intset_symmetric_difference@TELEPATHY_GLIB_0.7.0 0.7.1 tp_intset_to_array@TELEPATHY_GLIB_0.7.0 0.7.1 tp_intset_union@TELEPATHY_GLIB_0.7.0 0.7.1 tp_intset_union_update@TELEPATHY_GLIB_0.13.10 0.13.10 tp_list_connection_managers@TELEPATHY_GLIB_0.7.1 0.7.1 tp_list_connection_managers_async@TELEPATHY_GLIB_0.17.6 0.17.6 tp_list_connection_managers_finish@TELEPATHY_GLIB_0.17.6 0.17.6 tp_list_connection_names@TELEPATHY_GLIB_0.7.1 0.7.1 tp_media_session_handler_get_type@TELEPATHY_GLIB_0.7.1 0.7.1 tp_media_session_handler_init_known_interfaces@TELEPATHY_GLIB_0.7.32 0.7.32 tp_media_session_handler_new@TELEPATHY_GLIB_0.7.1 0.7.1 tp_media_stream_handler_get_type@TELEPATHY_GLIB_0.7.1 0.7.1 tp_media_stream_handler_init_known_interfaces@TELEPATHY_GLIB_0.7.32 0.7.32 tp_media_stream_handler_new@TELEPATHY_GLIB_0.7.1 0.7.1 tp_message_append_part@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_count_parts@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_delete_key@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_delete_part@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_destroy@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_dup_part@TELEPATHY_GLIB_0.19.10 0.19.10 tp_message_get_message_type@TELEPATHY_GLIB_0.13.10 0.13.10 tp_message_get_pending_message_id@TELEPATHY_GLIB_0.15.3 0.15.3 tp_message_get_received_timestamp@TELEPATHY_GLIB_0.13.9 0.13.9 tp_message_get_sent_timestamp@TELEPATHY_GLIB_0.13.9 0.13.9 tp_message_get_specific_to_interface@TELEPATHY_GLIB_0.13.9 0.13.9 tp_message_get_supersedes@TELEPATHY_GLIB_0.13.9 0.13.9 tp_message_get_token@TELEPATHY_GLIB_0.13.9 0.13.9 tp_message_get_type@TELEPATHY_GLIB_0.13.9 0.13.9 tp_message_is_delivery_report@TELEPATHY_GLIB_0.13.9 0.13.9 tp_message_is_mutable@TELEPATHY_GLIB_0.13.9 0.13.9 tp_message_is_rescued@TELEPATHY_GLIB_0.13.9 0.13.9 tp_message_is_scrollback@TELEPATHY_GLIB_0.13.9 0.13.9 tp_message_mixin_change_chat_state@TELEPATHY_GLIB_0.19.0 0.19.0 tp_message_mixin_chat_state_iface_init@TELEPATHY_GLIB_0.19.0 0.19.0 tp_message_mixin_clear@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_mixin_finalize@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_mixin_get_dbus_property@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_mixin_has_pending_messages@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_mixin_implement_send_chat_state@TELEPATHY_GLIB_0.19.0 0.19.0 tp_message_mixin_implement_sending@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_mixin_init@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_mixin_init_dbus_properties@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_mixin_maybe_send_gone@TELEPATHY_GLIB_0.19.0 0.19.0 tp_message_mixin_messages_iface_init@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_mixin_sent@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_mixin_set_rescued@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_mixin_take_received@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_mixin_text_iface_init@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_new@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_peek@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_ref_handle@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_set@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_set_boolean@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_set_bytes@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_set_handle@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_set_int32@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_set_int64@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_set_string@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_set_string_printf@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_set_uint32@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_set_uint64@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_set_variant@TELEPATHY_GLIB_0.19.10 0.19.10 tp_message_take_message@TELEPATHY_GLIB_0.7.21 0.7.21 tp_message_to_text@TELEPATHY_GLIB_0.13.9 0.13.9 tp_mixin_class_get_offset@TELEPATHY_GLIB_0.7.19 0.7.19 tp_mixin_instance_get_offset@TELEPATHY_GLIB_0.7.19 0.7.19 tp_mixin_offset_cast@TELEPATHY_GLIB_0.7.0 0.7.1 tp_mutable_contact_group_list_get_type@TELEPATHY_GLIB_0.13.0 0.13.0 tp_mutable_contact_list_get_type@TELEPATHY_GLIB_0.13.0 0.13.0 tp_observe_channels_context_accept@TELEPATHY_GLIB_0.11.5 0.11.5 tp_observe_channels_context_delay@TELEPATHY_GLIB_0.11.5 0.11.5 tp_observe_channels_context_fail@TELEPATHY_GLIB_0.11.5 0.11.5 tp_observe_channels_context_get_requests@TELEPATHY_GLIB_0.13.14 0.13.14 tp_observe_channels_context_get_type@TELEPATHY_GLIB_0.11.5 0.11.5 tp_observe_channels_context_is_recovering@TELEPATHY_GLIB_0.11.5 0.11.5 tp_presence_mixin_class_get_offset_quark@TELEPATHY_GLIB_0.7.0 0.7.1 tp_presence_mixin_class_init@TELEPATHY_GLIB_0.7.0 0.7.1 tp_presence_mixin_emit_one_presence_update@TELEPATHY_GLIB_0.7.0 0.7.1 tp_presence_mixin_emit_presence_update@TELEPATHY_GLIB_0.7.0 0.7.1 tp_presence_mixin_finalize@TELEPATHY_GLIB_0.7.0 0.7.1 tp_presence_mixin_get_offset_quark@TELEPATHY_GLIB_0.7.0 0.7.1 tp_presence_mixin_iface_init@TELEPATHY_GLIB_0.7.0 0.7.1 tp_presence_mixin_init@TELEPATHY_GLIB_0.7.0 0.7.1 tp_presence_mixin_simple_presence_iface_init@TELEPATHY_GLIB_0.7.13 0.7.13 tp_presence_mixin_simple_presence_init_dbus_properties@TELEPATHY_GLIB_0.7.13 0.7.13 tp_presence_mixin_simple_presence_register_with_contacts_mixin@TELEPATHY_GLIB_0.7.14 0.7.14 tp_presence_status_free@TELEPATHY_GLIB_0.7.0 0.7.1 tp_presence_status_new@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_context_get@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_context_get_value_count@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_context_has@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_context_has_other_than@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_context_remove@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_context_return@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_context_return_if_done@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_mixin_change_flags@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_mixin_change_value@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_mixin_class_get_offset_quark@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_mixin_class_init@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_mixin_emit_changed@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_mixin_emit_flags@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_mixin_finalize@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_mixin_get_offset_quark@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_mixin_get_properties@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_mixin_has_property@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_mixin_iface_init@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_mixin_init@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_mixin_is_readable@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_mixin_is_writable@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_mixin_list_properties@TELEPATHY_GLIB_0.7.0 0.7.1 tp_properties_mixin_set_properties@TELEPATHY_GLIB_0.7.0 0.7.1 tp_protocol_addressing_get_type@TELEPATHY_GLIB_0.17.2 0.17.2 tp_protocol_borrow_params@TELEPATHY_GLIB_0.17.6 0.17.6 tp_protocol_can_register@TELEPATHY_GLIB_0.11.11 0.11.11 tp_protocol_dup_param@TELEPATHY_GLIB_0.17.6 0.17.6 tp_protocol_dup_param_names@TELEPATHY_GLIB_0.11.11 0.11.11 tp_protocol_dup_params@TELEPATHY_GLIB_0.17.6 0.17.6 tp_protocol_get_authentication_types@TELEPATHY_GLIB_0.13.9 0.13.9 tp_protocol_get_avatar_requirements@TELEPATHY_GLIB_0.15.6 0.15.6 tp_protocol_get_capabilities@TELEPATHY_GLIB_0.11.11 0.11.11 tp_protocol_get_cm_name@TELEPATHY_GLIB_0.19.1 0.19.1 tp_protocol_get_english_name@TELEPATHY_GLIB_0.11.11 0.11.11 tp_protocol_get_feature_quark_core@TELEPATHY_GLIB_0.11.11 0.11.11 tp_protocol_get_feature_quark_parameters@TELEPATHY_GLIB_0.11.11 0.11.11 tp_protocol_get_icon_name@TELEPATHY_GLIB_0.11.11 0.11.11 tp_protocol_get_name@TELEPATHY_GLIB_0.11.11 0.11.11 tp_protocol_get_param@TELEPATHY_GLIB_0.11.11 0.11.11 tp_protocol_get_type@TELEPATHY_GLIB_0.11.11 0.11.11 tp_protocol_get_vcard_field@TELEPATHY_GLIB_0.11.11 0.11.11 tp_protocol_has_param@TELEPATHY_GLIB_0.11.11 0.11.11 tp_protocol_init_known_interfaces@TELEPATHY_GLIB_0.11.11 0.11.11 tp_protocol_new@TELEPATHY_GLIB_0.11.11 0.11.11 tp_proxy_add_interface_by_id@TELEPATHY_GLIB_0.7.1 0.7.1 tp_proxy_add_interfaces@TELEPATHY_GLIB_0.14.4 0.14.4 tp_proxy_borrow_interface_by_id@TELEPATHY_GLIB_0.7.1 0.7.1 tp_proxy_dbus_error_to_gerror@TELEPATHY_GLIB_0.7.24 0.7.24 tp_proxy_dbus_g_proxy_claim_for_signal_adding@TELEPATHY_GLIB_0.7.6 0.7.6 tp_proxy_get_bus_name@TELEPATHY_GLIB_0.7.17 0.7.17 tp_proxy_get_dbus_connection@TELEPATHY_GLIB_0.7.17 0.7.17 tp_proxy_get_dbus_daemon@TELEPATHY_GLIB_0.7.17 0.7.17 tp_proxy_get_factory@TELEPATHY_GLIB_0.15.5 0.15.5 tp_proxy_get_interface_by_id@TELEPATHY_GLIB_0.19.9 0.19.9 tp_proxy_get_invalidated@TELEPATHY_GLIB_0.7.17 0.7.17 tp_proxy_get_object_path@TELEPATHY_GLIB_0.7.17 0.7.17 tp_proxy_get_type@TELEPATHY_GLIB_0.7.1 0.7.1 tp_proxy_has_interface@TELEPATHY_GLIB_0.11.11 0.11.11 tp_proxy_has_interface_by_id@TELEPATHY_GLIB_0.7.1 0.7.1 tp_proxy_init_known_interfaces@TELEPATHY_GLIB_0.7.6 0.7.6 tp_proxy_invalidate@TELEPATHY_GLIB_0.7.1 0.7.1 tp_proxy_is_prepared@TELEPATHY_GLIB_0.11.3 0.11.3 tp_proxy_or_subclass_hook_on_interface_add@TELEPATHY_GLIB_0.7.1 0.7.1 tp_proxy_pending_call_cancel@TELEPATHY_GLIB_0.7.1 0.7.1 tp_proxy_pending_call_v0_completed@TELEPATHY_GLIB_0.7.1 0.7.1 tp_proxy_pending_call_v0_new@TELEPATHY_GLIB_0.7.1 0.7.1 tp_proxy_pending_call_v0_take_pending_call@TELEPATHY_GLIB_0.7.1 0.7.1 tp_proxy_pending_call_v0_take_results@TELEPATHY_GLIB_0.7.1 0.7.1 tp_proxy_prepare_async@TELEPATHY_GLIB_0.11.3 0.11.3 tp_proxy_prepare_finish@TELEPATHY_GLIB_0.11.3 0.11.3 tp_proxy_signal_connection_disconnect@TELEPATHY_GLIB_0.7.1 0.7.1 tp_proxy_signal_connection_v0_new@TELEPATHY_GLIB_0.7.1 0.7.1 tp_proxy_signal_connection_v0_take_results@TELEPATHY_GLIB_0.7.1 0.7.1 tp_proxy_subclass_add_error_mapping@TELEPATHY_GLIB_0.7.1 0.7.1 tp_room_info_get_channel_type@TELEPATHY_GLIB_0.19.0 0.19.0 tp_room_info_get_description@TELEPATHY_GLIB_0.19.0 0.19.0 tp_room_info_get_handle@TELEPATHY_GLIB_0.19.0 0.19.0 tp_room_info_get_handle_name@TELEPATHY_GLIB_0.19.0 0.19.0 tp_room_info_get_invite_only@TELEPATHY_GLIB_0.19.0 0.19.0 tp_room_info_get_members_count@TELEPATHY_GLIB_0.19.0 0.19.0 tp_room_info_get_name@TELEPATHY_GLIB_0.19.0 0.19.0 tp_room_info_get_requires_password@TELEPATHY_GLIB_0.19.0 0.19.0 tp_room_info_get_room_id@TELEPATHY_GLIB_0.19.0 0.19.0 tp_room_info_get_server@TELEPATHY_GLIB_0.19.0 0.19.0 tp_room_info_get_subject@TELEPATHY_GLIB_0.19.0 0.19.0 tp_room_info_get_type@TELEPATHY_GLIB_0.19.0 0.19.0 tp_room_list_get_account@TELEPATHY_GLIB_0.19.0 0.19.0 tp_room_list_get_server@TELEPATHY_GLIB_0.19.0 0.19.0 tp_room_list_get_type@TELEPATHY_GLIB_0.19.0 0.19.0 tp_room_list_is_listing@TELEPATHY_GLIB_0.19.0 0.19.0 tp_room_list_new_async@TELEPATHY_GLIB_0.19.0 0.19.0 tp_room_list_new_finish@TELEPATHY_GLIB_0.19.0 0.19.0 tp_room_list_start@TELEPATHY_GLIB_0.19.0 0.19.0 tp_run_connection_manager@TELEPATHY_GLIB_0.7.0 0.7.1 tp_signalled_message_get_sender@TELEPATHY_GLIB_0.13.9 0.13.9 tp_signalled_message_get_type@TELEPATHY_GLIB_0.13.9 0.13.9 tp_simple_approver_get_type@TELEPATHY_GLIB_0.11.5 0.11.5 tp_simple_approver_new@TELEPATHY_GLIB_0.11.5 0.11.5 tp_simple_approver_new_with_am@TELEPATHY_GLIB_0.11.14 0.11.14 tp_simple_approver_new_with_factory@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_async_report_success_in_idle@TELEPATHY_GLIB_0.11.9 0.11.9 tp_simple_client_factory_add_account_features@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_client_factory_add_account_features_varargs@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_client_factory_add_channel_features@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_client_factory_add_channel_features_varargs@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_client_factory_add_connection_features@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_client_factory_add_connection_features_varargs@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_client_factory_add_contact_features@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_client_factory_add_contact_features_varargs@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_client_factory_dup_account_features@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_client_factory_dup_channel_features@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_client_factory_dup_connection_features@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_client_factory_dup_contact_features@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_client_factory_ensure_account@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_client_factory_ensure_channel@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_client_factory_ensure_connection@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_client_factory_ensure_contact@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_client_factory_ensure_contact_by_id_async@TELEPATHY_GLIB_0.19.1 0.19.1 tp_simple_client_factory_ensure_contact_by_id_finish@TELEPATHY_GLIB_0.19.1 0.19.1 tp_simple_client_factory_get_dbus_daemon@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_client_factory_get_type@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_client_factory_new@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_client_factory_upgrade_contacts_async@TELEPATHY_GLIB_0.19.1 0.19.1 tp_simple_client_factory_upgrade_contacts_finish@TELEPATHY_GLIB_0.19.1 0.19.1 tp_simple_handler_get_type@TELEPATHY_GLIB_0.11.6 0.11.6 tp_simple_handler_new@TELEPATHY_GLIB_0.11.6 0.11.6 tp_simple_handler_new_with_am@TELEPATHY_GLIB_0.11.14 0.11.14 tp_simple_handler_new_with_factory@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_observer_get_type@TELEPATHY_GLIB_0.11.5 0.11.5 tp_simple_observer_new@TELEPATHY_GLIB_0.11.5 0.11.5 tp_simple_observer_new_with_am@TELEPATHY_GLIB_0.11.14 0.11.14 tp_simple_observer_new_with_factory@TELEPATHY_GLIB_0.15.5 0.15.5 tp_simple_password_manager_get_type@TELEPATHY_GLIB_0.13.8 0.13.8 tp_simple_password_manager_new@TELEPATHY_GLIB_0.13.8 0.13.8 tp_simple_password_manager_prompt_async@TELEPATHY_GLIB_0.13.8 0.13.8 tp_simple_password_manager_prompt_finish@TELEPATHY_GLIB_0.13.8 0.13.8 tp_simple_password_manager_prompt_for_channel_async@TELEPATHY_GLIB_0.13.15 0.13.15 tp_simple_password_manager_prompt_for_channel_finish@TELEPATHY_GLIB_0.13.15 0.13.15 tp_static_handle_repo_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_strdiff@TELEPATHY_GLIB_0.7.0 0.7.1 tp_stream_tube_channel_accept_async@TELEPATHY_GLIB_0.13.2 0.13.2 tp_stream_tube_channel_accept_finish@TELEPATHY_GLIB_0.13.2 0.13.2 tp_stream_tube_channel_dup_parameters_vardict@TELEPATHY_GLIB_0.19.10 0.19.10 tp_stream_tube_channel_get_parameters@TELEPATHY_GLIB_0.13.2 0.13.2 tp_stream_tube_channel_get_service@TELEPATHY_GLIB_0.13.2 0.13.2 tp_stream_tube_channel_get_type@TELEPATHY_GLIB_0.13.2 0.13.2 tp_stream_tube_channel_new@TELEPATHY_GLIB_0.13.2 0.13.2 tp_stream_tube_channel_offer_async@TELEPATHY_GLIB_0.13.2 0.13.2 tp_stream_tube_channel_offer_finish@TELEPATHY_GLIB_0.13.2 0.13.2 tp_stream_tube_connection_get_channel@TELEPATHY_GLIB_0.13.2 0.13.2 tp_stream_tube_connection_get_contact@TELEPATHY_GLIB_0.13.2 0.13.2 tp_stream_tube_connection_get_socket_connection@TELEPATHY_GLIB_0.13.2 0.13.2 tp_stream_tube_connection_get_type@TELEPATHY_GLIB_0.13.2 0.13.2 tp_strv_contains@TELEPATHY_GLIB_0.7.15 0.7.15 tp_svc_account_emit_account_property_changed@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_account_emit_removed@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_account_get_type@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_account_implement_reconnect@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_account_implement_remove@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_account_implement_update_parameters@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_account_interface_addressing_get_type@TELEPATHY_GLIB_0.13.7 0.13.7 tp_svc_account_interface_addressing_implement_set_uri_scheme_association@TELEPATHY_GLIB_0.13.7 0.13.7 tp_svc_account_interface_avatar_emit_avatar_changed@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_account_interface_avatar_get_type@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_account_interface_storage_get_type@TELEPATHY_GLIB_0.11.9 0.11.9 tp_svc_account_manager_emit_account_removed@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_account_manager_emit_account_validity_changed@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_account_manager_get_type@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_account_manager_implement_create_account@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_authentication_tls_certificate_emit_accepted@TELEPATHY_GLIB_0.11.16 0.11.16 tp_svc_authentication_tls_certificate_emit_rejected@TELEPATHY_GLIB_0.11.16 0.11.16 tp_svc_authentication_tls_certificate_get_type@TELEPATHY_GLIB_0.11.16 0.11.16 tp_svc_authentication_tls_certificate_implement_accept@TELEPATHY_GLIB_0.11.16 0.11.16 tp_svc_authentication_tls_certificate_implement_reject@TELEPATHY_GLIB_0.11.16 0.11.16 tp_svc_call_content_emit_streams_added@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_emit_streams_removed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_implement_remove@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_audio_control_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_audio_control_implement_report_input_volume@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_audio_control_implement_report_output_volume@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_dtmf_emit_sending_tones@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_dtmf_emit_stopped_tones@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_dtmf_emit_tones_deferred@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_dtmf_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_dtmf_implement_multiple_tones@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_dtmf_implement_start_tone@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_dtmf_implement_stop_tone@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_media_emit_dtmf_change_requested@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_media_emit_local_media_description_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_media_emit_media_description_offer_done@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_media_emit_media_descriptions_removed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_media_emit_new_media_description_offer@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_media_emit_remote_media_descriptions_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_media_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_media_implement_acknowledge_dtmf_change@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_media_implement_fail@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_media_implement_update_local_media_description@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_video_control_emit_bitrate_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_video_control_emit_framerate_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_video_control_emit_key_frame_requested@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_video_control_emit_mtu_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_video_control_emit_video_resolution_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_interface_video_control_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_media_description_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_media_description_implement_accept@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_media_description_implement_reject@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_media_description_interface_rtcp_extended_reports_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_media_description_interface_rtcp_feedback_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_content_media_description_interface_rtp_header_extensions_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_emit_local_sending_state_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_emit_remote_members_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_endpoint_emit_candidate_pair_selected@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_endpoint_emit_controlling_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_endpoint_emit_endpoint_state_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_endpoint_emit_remote_candidates_added@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_endpoint_emit_remote_credentials_set@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_endpoint_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_endpoint_implement_accept_selected_candidate_pair@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_endpoint_implement_reject_selected_candidate_pair@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_endpoint_implement_set_controlling@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_endpoint_implement_set_endpoint_state@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_endpoint_implement_set_selected_candidate_pair@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_implement_request_receiving@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_implement_set_sending@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_interface_media_emit_endpoints_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_interface_media_emit_ice_restart_requested@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_interface_media_emit_local_candidates_added@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_interface_media_emit_local_credentials_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_interface_media_emit_receiving_state_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_interface_media_emit_relay_info_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_interface_media_emit_sending_state_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_interface_media_emit_server_info_retrieved@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_interface_media_emit_stun_servers_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_interface_media_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_interface_media_implement_add_candidates@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_interface_media_implement_complete_receiving_state_change@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_interface_media_implement_complete_sending_state_change@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_interface_media_implement_fail@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_interface_media_implement_finish_initial_candidates@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_interface_media_implement_report_receiving_failure@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_interface_media_implement_report_sending_failure@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_call_stream_interface_media_implement_set_credentials@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_channel_dispatch_operation_emit_channel_lost@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_channel_dispatch_operation_emit_finished@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_channel_dispatch_operation_get_type@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_channel_dispatch_operation_implement_claim@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_channel_dispatch_operation_implement_handle_with@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_channel_dispatch_operation_implement_handle_with_time@TELEPATHY_GLIB_0.11.6 0.11.6 tp_svc_channel_dispatcher_get_type@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_channel_dispatcher_implement_create_channel@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_channel_dispatcher_implement_create_channel_with_hints@TELEPATHY_GLIB_0.13.7 0.13.7 tp_svc_channel_dispatcher_implement_delegate_channels@TELEPATHY_GLIB_0.15.0 0.15.0 tp_svc_channel_dispatcher_implement_ensure_channel@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_channel_dispatcher_implement_ensure_channel_with_hints@TELEPATHY_GLIB_0.13.7 0.13.7 tp_svc_channel_dispatcher_implement_present_channel@TELEPATHY_GLIB_0.15.0 0.15.0 tp_svc_channel_dispatcher_interface_operation_list_emit_dispatch_operation_finished@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_channel_dispatcher_interface_operation_list_emit_new_dispatch_operation@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_channel_dispatcher_interface_operation_list_get_type@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_channel_emit_closed@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_implement_close@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_implement_get_channel_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_implement_get_handle@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_implement_get_interfaces@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_anonymity_get_type@TELEPATHY_GLIB_0.11.7 0.11.7 tp_svc_channel_interface_call_state_emit_call_state_changed@TELEPATHY_GLIB_0.7.6 0.7.6 tp_svc_channel_interface_call_state_get_type@TELEPATHY_GLIB_0.7.6 0.7.6 tp_svc_channel_interface_call_state_implement_get_call_states@TELEPATHY_GLIB_0.7.6 0.7.6 tp_svc_channel_interface_captcha_authentication_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_channel_interface_captcha_authentication_implement_answer_captchas@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_channel_interface_captcha_authentication_implement_cancel_captcha@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_channel_interface_captcha_authentication_implement_get_captcha_data@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_channel_interface_captcha_authentication_implement_get_captchas@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_channel_interface_chat_state_emit_chat_state_changed@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_chat_state_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_chat_state_implement_set_chat_state@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_conference_emit_channel_merged@TELEPATHY_GLIB_0.11.16 0.11.16 tp_svc_channel_interface_conference_emit_channel_removed@TELEPATHY_GLIB_0.11.16 0.11.16 tp_svc_channel_interface_conference_get_type@TELEPATHY_GLIB_0.11.16 0.11.16 tp_svc_channel_interface_destroyable_get_type@TELEPATHY_GLIB_0.7.18 0.7.18 tp_svc_channel_interface_destroyable_implement_destroy@TELEPATHY_GLIB_0.7.18 0.7.18 tp_svc_channel_interface_dtmf_emit_sending_tones@TELEPATHY_GLIB_0.11.6 0.11.6 tp_svc_channel_interface_dtmf_emit_stopped_tones@TELEPATHY_GLIB_0.11.6 0.11.6 tp_svc_channel_interface_dtmf_emit_tones_deferred@TELEPATHY_GLIB_0.13.3 0.13.3 tp_svc_channel_interface_dtmf_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_dtmf_implement_multiple_tones@TELEPATHY_GLIB_0.11.6 0.11.6 tp_svc_channel_interface_dtmf_implement_start_tone@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_dtmf_implement_stop_tone@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_file_transfer_metadata_get_type@TELEPATHY_GLIB_0.17.1 0.17.1 tp_svc_channel_interface_group_emit_group_flags_changed@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_group_emit_handle_owners_changed@TELEPATHY_GLIB_0.7.9 0.7.9 tp_svc_channel_interface_group_emit_handle_owners_changed_detailed@TELEPATHY_GLIB_0.15.6 0.15.6 tp_svc_channel_interface_group_emit_members_changed@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_group_emit_members_changed_detailed@TELEPATHY_GLIB_0.7.20 0.7.20 tp_svc_channel_interface_group_emit_self_contact_changed@TELEPATHY_GLIB_0.15.6 0.15.6 tp_svc_channel_interface_group_emit_self_handle_changed@TELEPATHY_GLIB_0.7.9 0.7.9 tp_svc_channel_interface_group_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_group_implement_add_members@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_group_implement_get_all_members@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_group_implement_get_group_flags@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_group_implement_get_handle_owners@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_group_implement_get_local_pending_members@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_group_implement_get_local_pending_members_with_info@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_group_implement_get_members@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_group_implement_get_remote_pending_members@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_group_implement_get_self_handle@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_group_implement_remove_members@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_group_implement_remove_members_with_reason@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_hold_emit_hold_state_changed@TELEPATHY_GLIB_0.7.8 0.7.8 tp_svc_channel_interface_hold_get_type@TELEPATHY_GLIB_0.7.8 0.7.8 tp_svc_channel_interface_hold_implement_get_hold_state@TELEPATHY_GLIB_0.7.8 0.7.8 tp_svc_channel_interface_hold_implement_request_hold@TELEPATHY_GLIB_0.7.8 0.7.8 tp_svc_channel_interface_media_signalling_emit_new_session_handler@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_media_signalling_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_media_signalling_implement_get_session_handlers@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_messages_emit_message_received@TELEPATHY_GLIB_0.7.20 0.7.20 tp_svc_channel_interface_messages_emit_message_sent@TELEPATHY_GLIB_0.7.20 0.7.20 tp_svc_channel_interface_messages_emit_pending_messages_removed@TELEPATHY_GLIB_0.7.20 0.7.20 tp_svc_channel_interface_messages_get_type@TELEPATHY_GLIB_0.7.20 0.7.20 tp_svc_channel_interface_messages_implement_get_pending_message_content@TELEPATHY_GLIB_0.7.20 0.7.20 tp_svc_channel_interface_messages_implement_send_message@TELEPATHY_GLIB_0.7.20 0.7.20 tp_svc_channel_interface_password_emit_password_flags_changed@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_password_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_password_implement_get_password_flags@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_password_implement_provide_password@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_interface_room_config_get_type@TELEPATHY_GLIB_0.15.8 0.15.8 tp_svc_channel_interface_room_config_implement_update_configuration@TELEPATHY_GLIB_0.15.8 0.15.8 tp_svc_channel_interface_room_get_type@TELEPATHY_GLIB_0.15.8 0.15.8 tp_svc_channel_interface_sasl_authentication_emit_new_challenge@TELEPATHY_GLIB_0.13.7 0.13.7 tp_svc_channel_interface_sasl_authentication_emit_sasl_status_changed@TELEPATHY_GLIB_0.13.7 0.13.7 tp_svc_channel_interface_sasl_authentication_get_type@TELEPATHY_GLIB_0.13.7 0.13.7 tp_svc_channel_interface_sasl_authentication_implement_abort_sasl@TELEPATHY_GLIB_0.13.7 0.13.7 tp_svc_channel_interface_sasl_authentication_implement_accept_sasl@TELEPATHY_GLIB_0.13.7 0.13.7 tp_svc_channel_interface_sasl_authentication_implement_respond@TELEPATHY_GLIB_0.13.7 0.13.7 tp_svc_channel_interface_sasl_authentication_implement_start_mechanism@TELEPATHY_GLIB_0.13.7 0.13.7 tp_svc_channel_interface_sasl_authentication_implement_start_mechanism_with_data@TELEPATHY_GLIB_0.13.7 0.13.7 tp_svc_channel_interface_securable_get_type@TELEPATHY_GLIB_0.13.7 0.13.7 tp_svc_channel_interface_service_point_emit_service_point_changed@TELEPATHY_GLIB_0.11.7 0.11.7 tp_svc_channel_interface_service_point_get_type@TELEPATHY_GLIB_0.11.7 0.11.7 tp_svc_channel_interface_sms_emit_sms_channel_changed@TELEPATHY_GLIB_0.13.9 0.13.9 tp_svc_channel_interface_sms_get_type@TELEPATHY_GLIB_0.11.15 0.11.15 tp_svc_channel_interface_sms_implement_get_sms_length@TELEPATHY_GLIB_0.15.0 0.15.0 tp_svc_channel_interface_subject_get_type@TELEPATHY_GLIB_0.15.8 0.15.8 tp_svc_channel_interface_subject_implement_set_subject@TELEPATHY_GLIB_0.15.8 0.15.8 tp_svc_channel_interface_tube_emit_tube_channel_state_changed@TELEPATHY_GLIB_0.7.31 0.7.31 tp_svc_channel_interface_tube_get_type@TELEPATHY_GLIB_0.7.31 0.7.31 tp_svc_channel_request_emit_failed@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_channel_request_emit_succeeded@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_channel_request_emit_succeeded_with_channel@TELEPATHY_GLIB_0.13.7 0.13.7 tp_svc_channel_request_get_type@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_channel_request_implement_cancel@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_channel_request_implement_proceed@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_channel_type_call_emit_call_members_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_channel_type_call_emit_call_state_changed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_channel_type_call_emit_content_added@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_channel_type_call_emit_content_removed@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_channel_type_call_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_channel_type_call_implement_accept@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_channel_type_call_implement_add_content@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_channel_type_call_implement_hangup@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_channel_type_call_implement_set_queued@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_channel_type_call_implement_set_ringing@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_channel_type_contact_list_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_contact_search_emit_search_result_received@TELEPATHY_GLIB_0.11.11 0.11.11 tp_svc_channel_type_contact_search_emit_search_state_changed@TELEPATHY_GLIB_0.11.11 0.11.11 tp_svc_channel_type_contact_search_get_type@TELEPATHY_GLIB_0.11.11 0.11.11 tp_svc_channel_type_contact_search_implement_more@TELEPATHY_GLIB_0.11.11 0.11.11 tp_svc_channel_type_contact_search_implement_search@TELEPATHY_GLIB_0.11.11 0.11.11 tp_svc_channel_type_contact_search_implement_stop@TELEPATHY_GLIB_0.11.11 0.11.11 tp_svc_channel_type_dbus_tube_emit_dbus_names_changed@TELEPATHY_GLIB_0.7.31 0.7.31 tp_svc_channel_type_dbus_tube_get_type@TELEPATHY_GLIB_0.7.31 0.7.31 tp_svc_channel_type_dbus_tube_implement_accept@TELEPATHY_GLIB_0.7.31 0.7.31 tp_svc_channel_type_dbus_tube_implement_offer@TELEPATHY_GLIB_0.7.31 0.7.31 tp_svc_channel_type_file_transfer_emit_file_transfer_state_changed@TELEPATHY_GLIB_0.7.23 0.7.23 tp_svc_channel_type_file_transfer_emit_initial_offset_defined@TELEPATHY_GLIB_0.7.23 0.7.23 tp_svc_channel_type_file_transfer_emit_transferred_bytes_changed@TELEPATHY_GLIB_0.7.23 0.7.23 tp_svc_channel_type_file_transfer_emit_uri_defined@TELEPATHY_GLIB_0.13.12 0.13.12 tp_svc_channel_type_file_transfer_get_type@TELEPATHY_GLIB_0.7.23 0.7.23 tp_svc_channel_type_file_transfer_implement_accept_file@TELEPATHY_GLIB_0.7.23 0.7.23 tp_svc_channel_type_file_transfer_implement_provide_file@TELEPATHY_GLIB_0.7.23 0.7.23 tp_svc_channel_type_room_list_emit_got_rooms@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_room_list_emit_listing_rooms@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_room_list_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_room_list_implement_get_listing_rooms@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_room_list_implement_list_rooms@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_room_list_implement_stop_listing@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_server_authentication_get_type@TELEPATHY_GLIB_0.13.7 0.13.7 tp_svc_channel_type_server_tls_connection_get_type@TELEPATHY_GLIB_0.11.16 0.11.16 tp_svc_channel_type_stream_tube_emit_connection_closed@TELEPATHY_GLIB_0.7.31 0.7.31 tp_svc_channel_type_stream_tube_emit_new_local_connection@TELEPATHY_GLIB_0.7.31 0.7.31 tp_svc_channel_type_stream_tube_emit_new_remote_connection@TELEPATHY_GLIB_0.7.31 0.7.31 tp_svc_channel_type_stream_tube_get_type@TELEPATHY_GLIB_0.7.31 0.7.31 tp_svc_channel_type_stream_tube_implement_accept@TELEPATHY_GLIB_0.7.31 0.7.31 tp_svc_channel_type_stream_tube_implement_offer@TELEPATHY_GLIB_0.7.31 0.7.31 tp_svc_channel_type_streamed_media_emit_stream_added@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_streamed_media_emit_stream_direction_changed@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_streamed_media_emit_stream_error@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_streamed_media_emit_stream_removed@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_streamed_media_emit_stream_state_changed@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_streamed_media_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_streamed_media_implement_list_streams@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_streamed_media_implement_remove_streams@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_streamed_media_implement_request_stream_direction@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_streamed_media_implement_request_streams@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_text_emit_lost_message@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_text_emit_received@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_text_emit_send_error@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_text_emit_sent@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_text_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_text_implement_acknowledge_pending_messages@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_text_implement_get_message_types@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_text_implement_list_pending_messages@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_text_implement_send@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_tubes_emit_d_bus_names_changed@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_tubes_emit_new_tube@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_tubes_emit_stream_tube_new_connection@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_tubes_emit_tube_closed@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_tubes_emit_tube_state_changed@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_tubes_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_tubes_implement_accept_d_bus_tube@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_tubes_implement_accept_stream_tube@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_tubes_implement_close_tube@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_tubes_implement_get_available_stream_tube_types@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_tubes_implement_get_available_tube_types@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_tubes_implement_get_d_bus_names@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_tubes_implement_get_d_bus_tube_address@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_tubes_implement_get_stream_tube_socket_address@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_tubes_implement_list_tubes@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_tubes_implement_offer_d_bus_tube@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_channel_type_tubes_implement_offer_stream_tube@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_client_approver_get_type@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_client_approver_implement_add_dispatch_operation@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_client_get_type@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_client_handler_get_type@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_client_handler_implement_handle_channels@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_client_interface_requests_get_type@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_client_interface_requests_implement_add_request@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_client_interface_requests_implement_remove_request@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_client_observer_get_type@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_client_observer_implement_observe_channels@TELEPATHY_GLIB_0.7.32 0.7.32 tp_svc_connection_emit_connection_error@TELEPATHY_GLIB_0.7.24 0.7.24 tp_svc_connection_emit_new_channel@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_emit_self_contact_changed@TELEPATHY_GLIB_0.21.2 0.21.2 tp_svc_connection_emit_self_handle_changed@TELEPATHY_GLIB_0.7.15 0.7.15 tp_svc_connection_emit_status_changed@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_implement_add_client_interest@TELEPATHY_GLIB_0.13.3 0.13.3 tp_svc_connection_implement_connect@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_implement_disconnect@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_implement_get_interfaces@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_implement_get_protocol@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_implement_get_self_handle@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_implement_get_status@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_implement_hold_handles@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_implement_inspect_handles@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_implement_list_channels@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_implement_release_handles@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_implement_remove_client_interest@TELEPATHY_GLIB_0.13.3 0.13.3 tp_svc_connection_implement_request_channel@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_implement_request_handles@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_addressing_get_type@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_connection_interface_addressing_implement_get_contacts_by_uri@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_connection_interface_addressing_implement_get_contacts_by_vcard_field@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_connection_interface_aliasing_emit_aliases_changed@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_aliasing_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_aliasing_implement_get_alias_flags@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_aliasing_implement_get_aliases@TELEPATHY_GLIB_0.7.14 0.7.14 tp_svc_connection_interface_aliasing_implement_request_aliases@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_aliasing_implement_set_aliases@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_anonymity_emit_anonymity_modes_changed@TELEPATHY_GLIB_0.11.7 0.11.7 tp_svc_connection_interface_anonymity_get_type@TELEPATHY_GLIB_0.11.7 0.11.7 tp_svc_connection_interface_avatars_emit_avatar_retrieved@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_avatars_emit_avatar_updated@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_avatars_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_avatars_implement_clear_avatar@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_avatars_implement_get_avatar_requirements@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_avatars_implement_get_avatar_tokens@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_avatars_implement_get_known_avatar_tokens@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_avatars_implement_request_avatar@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_avatars_implement_request_avatars@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_avatars_implement_set_avatar@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_balance_emit_balance_changed@TELEPATHY_GLIB_0.11.0 0.11.0 tp_svc_connection_interface_balance_get_type@TELEPATHY_GLIB_0.11.0 0.11.0 tp_svc_connection_interface_capabilities_emit_capabilities_changed@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_capabilities_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_capabilities_implement_advertise_capabilities@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_capabilities_implement_get_capabilities@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_cellular_emit_imsi_changed@TELEPATHY_GLIB_0.11.9 0.11.9 tp_svc_connection_interface_cellular_get_type@TELEPATHY_GLIB_0.11.9 0.11.9 tp_svc_connection_interface_client_types_emit_client_types_updated@TELEPATHY_GLIB_0.13.1 0.13.1 tp_svc_connection_interface_client_types_get_type@TELEPATHY_GLIB_0.13.1 0.13.1 tp_svc_connection_interface_client_types_implement_get_client_types@TELEPATHY_GLIB_0.13.1 0.13.1 tp_svc_connection_interface_client_types_implement_request_client_types@TELEPATHY_GLIB_0.13.1 0.13.1 tp_svc_connection_interface_contact_blocking_emit_blocked_contacts_changed@TELEPATHY_GLIB_0.14.2 0.14.2 tp_svc_connection_interface_contact_blocking_get_type@TELEPATHY_GLIB_0.14.2 0.14.2 tp_svc_connection_interface_contact_blocking_implement_block_contacts@TELEPATHY_GLIB_0.14.2 0.14.2 tp_svc_connection_interface_contact_blocking_implement_request_blocked_contacts@TELEPATHY_GLIB_0.14.2 0.14.2 tp_svc_connection_interface_contact_blocking_implement_unblock_contacts@TELEPATHY_GLIB_0.14.2 0.14.2 tp_svc_connection_interface_contact_capabilities_emit_contact_capabilities_changed@TELEPATHY_GLIB_0.7.37 0.7.37 tp_svc_connection_interface_contact_capabilities_get_type@TELEPATHY_GLIB_0.7.37 0.7.37 tp_svc_connection_interface_contact_capabilities_implement_get_contact_capabilities@TELEPATHY_GLIB_0.7.37 0.7.37 tp_svc_connection_interface_contact_capabilities_implement_update_capabilities@TELEPATHY_GLIB_0.7.37 0.7.37 tp_svc_connection_interface_contact_groups_emit_group_renamed@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contact_groups_emit_groups_changed@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contact_groups_emit_groups_created@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contact_groups_emit_groups_removed@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contact_groups_get_type@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contact_groups_implement_add_to_group@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contact_groups_implement_remove_from_group@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contact_groups_implement_remove_group@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contact_groups_implement_rename_group@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contact_groups_implement_set_contact_groups@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contact_groups_implement_set_group_members@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contact_info_emit_contact_info_changed@TELEPATHY_GLIB_0.11.3 0.11.3 tp_svc_connection_interface_contact_info_get_type@TELEPATHY_GLIB_0.11.3 0.11.3 tp_svc_connection_interface_contact_info_implement_get_contact_info@TELEPATHY_GLIB_0.11.3 0.11.3 tp_svc_connection_interface_contact_info_implement_refresh_contact_info@TELEPATHY_GLIB_0.11.3 0.11.3 tp_svc_connection_interface_contact_info_implement_request_contact_info@TELEPATHY_GLIB_0.11.3 0.11.3 tp_svc_connection_interface_contact_info_implement_set_contact_info@TELEPATHY_GLIB_0.11.3 0.11.3 tp_svc_connection_interface_contact_list_emit_contact_list_state_changed@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contact_list_emit_contacts_changed@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contact_list_emit_contacts_changed_with_id@TELEPATHY_GLIB_0.13.10 0.13.10 tp_svc_connection_interface_contact_list_get_type@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contact_list_implement_authorize_publication@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contact_list_implement_download@TELEPATHY_GLIB_0.17.5 0.17.5 tp_svc_connection_interface_contact_list_implement_get_contact_list_attributes@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contact_list_implement_remove_contacts@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contact_list_implement_request_subscription@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contact_list_implement_unpublish@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contact_list_implement_unsubscribe@TELEPATHY_GLIB_0.13.0 0.13.0 tp_svc_connection_interface_contacts_get_type@TELEPATHY_GLIB_0.7.14 0.7.14 tp_svc_connection_interface_contacts_implement_get_contact_attributes@TELEPATHY_GLIB_0.7.14 0.7.14 tp_svc_connection_interface_contacts_implement_get_contact_by_id@TELEPATHY_GLIB_0.19.0 0.19.0 tp_svc_connection_interface_location_emit_location_updated@TELEPATHY_GLIB_0.7.34 0.7.34 tp_svc_connection_interface_location_get_type@TELEPATHY_GLIB_0.7.34 0.7.34 tp_svc_connection_interface_location_implement_get_locations@TELEPATHY_GLIB_0.7.34 0.7.34 tp_svc_connection_interface_location_implement_request_location@TELEPATHY_GLIB_0.7.34 0.7.34 tp_svc_connection_interface_location_implement_set_location@TELEPATHY_GLIB_0.7.34 0.7.34 tp_svc_connection_interface_mail_notification_emit_mails_received@TELEPATHY_GLIB_0.13.3 0.13.3 tp_svc_connection_interface_mail_notification_emit_unread_mails_changed@TELEPATHY_GLIB_0.13.3 0.13.3 tp_svc_connection_interface_mail_notification_get_type@TELEPATHY_GLIB_0.13.3 0.13.3 tp_svc_connection_interface_mail_notification_implement_request_inbox_url@TELEPATHY_GLIB_0.13.3 0.13.3 tp_svc_connection_interface_mail_notification_implement_request_mail_url@TELEPATHY_GLIB_0.13.3 0.13.3 tp_svc_connection_interface_power_saving_emit_power_saving_changed@TELEPATHY_GLIB_0.13.7 0.13.7 tp_svc_connection_interface_power_saving_get_type@TELEPATHY_GLIB_0.13.7 0.13.7 tp_svc_connection_interface_power_saving_implement_set_power_saving@TELEPATHY_GLIB_0.13.7 0.13.7 tp_svc_connection_interface_presence_emit_presence_update@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_presence_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_presence_implement_add_status@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_presence_implement_clear_status@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_presence_implement_get_presence@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_presence_implement_get_statuses@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_presence_implement_remove_status@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_presence_implement_request_presence@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_presence_implement_set_last_activity_time@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_presence_implement_set_status@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_interface_requests_emit_channel_closed@TELEPATHY_GLIB_0.7.15 0.7.15 tp_svc_connection_interface_requests_emit_new_channels@TELEPATHY_GLIB_0.7.15 0.7.15 tp_svc_connection_interface_requests_get_type@TELEPATHY_GLIB_0.7.15 0.7.15 tp_svc_connection_interface_requests_implement_create_channel@TELEPATHY_GLIB_0.7.15 0.7.15 tp_svc_connection_interface_requests_implement_ensure_channel@TELEPATHY_GLIB_0.7.16 0.7.16 tp_svc_connection_interface_service_point_emit_service_points_changed@TELEPATHY_GLIB_0.11.7 0.11.7 tp_svc_connection_interface_service_point_get_type@TELEPATHY_GLIB_0.11.7 0.11.7 tp_svc_connection_interface_simple_presence_emit_presences_changed@TELEPATHY_GLIB_0.7.13 0.7.13 tp_svc_connection_interface_simple_presence_get_type@TELEPATHY_GLIB_0.7.13 0.7.13 tp_svc_connection_interface_simple_presence_implement_get_presences@TELEPATHY_GLIB_0.7.13 0.7.13 tp_svc_connection_interface_simple_presence_implement_set_presence@TELEPATHY_GLIB_0.7.13 0.7.13 tp_svc_connection_manager_emit_new_connection@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_manager_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_manager_implement_get_parameters@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_manager_implement_list_protocols@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_connection_manager_implement_request_connection@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_dbus_introspectable_get_type@TELEPATHY_GLIB_0.7.2 0.7.2 tp_svc_dbus_introspectable_implement_introspect@TELEPATHY_GLIB_0.7.2 0.7.2 tp_svc_dbus_properties_emit_properties_changed@TELEPATHY_GLIB_0.13.14 0.13.14 tp_svc_dbus_properties_get_type@TELEPATHY_GLIB_0.7.2 0.7.2 tp_svc_dbus_properties_implement_get@TELEPATHY_GLIB_0.7.2 0.7.2 tp_svc_dbus_properties_implement_get_all@TELEPATHY_GLIB_0.7.2 0.7.2 tp_svc_dbus_properties_implement_set@TELEPATHY_GLIB_0.7.2 0.7.2 tp_svc_debug_emit_new_debug_message@TELEPATHY_GLIB_0.7.36 0.7.36 tp_svc_debug_get_type@TELEPATHY_GLIB_0.7.36 0.7.36 tp_svc_debug_implement_get_messages@TELEPATHY_GLIB_0.7.36 0.7.36 tp_svc_interface_get_dbus_properties_info@TELEPATHY_GLIB_0.15.8 0.15.8 tp_svc_interface_set_dbus_properties_info@TELEPATHY_GLIB_0.7.3 0.7.3 tp_svc_media_session_handler_emit_new_stream_handler@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_session_handler_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_session_handler_implement_error@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_session_handler_implement_ready@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_emit_add_remote_candidate@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_emit_close@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_emit_remove_remote_candidate@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_emit_set_active_candidate_pair@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_emit_set_remote_candidate_list@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_emit_set_remote_codecs@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_emit_set_remote_feedback_messages@TELEPATHY_GLIB_0.14.3 0.14.3 tp_svc_media_stream_handler_emit_set_remote_header_extensions@TELEPATHY_GLIB_0.14.3 0.14.3 tp_svc_media_stream_handler_emit_set_stream_held@TELEPATHY_GLIB_0.7.6 0.7.6 tp_svc_media_stream_handler_emit_set_stream_playing@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_emit_set_stream_sending@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_emit_start_named_telephony_event@TELEPATHY_GLIB_0.13.2 0.13.2 tp_svc_media_stream_handler_emit_start_sound_telephony_event@TELEPATHY_GLIB_0.13.2 0.13.2 tp_svc_media_stream_handler_emit_start_telephony_event@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_emit_stop_telephony_event@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_implement_codec_choice@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_implement_codecs_updated@TELEPATHY_GLIB_0.7.23 0.7.23 tp_svc_media_stream_handler_implement_error@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_implement_hold_state@TELEPATHY_GLIB_0.7.6 0.7.6 tp_svc_media_stream_handler_implement_native_candidates_prepared@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_implement_new_active_candidate_pair@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_implement_new_active_transport_pair@TELEPATHY_GLIB_0.13.4 0.13.4 tp_svc_media_stream_handler_implement_new_native_candidate@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_implement_ready@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_implement_set_local_codecs@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_implement_stream_state@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_implement_supported_codecs@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_media_stream_handler_implement_supported_feedback_messages@TELEPATHY_GLIB_0.14.3 0.14.3 tp_svc_media_stream_handler_implement_supported_header_extensions@TELEPATHY_GLIB_0.14.3 0.14.3 tp_svc_media_stream_handler_implement_unhold_failure@TELEPATHY_GLIB_0.7.6 0.7.6 tp_svc_properties_interface_emit_properties_changed@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_properties_interface_emit_property_flags_changed@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_properties_interface_get_type@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_properties_interface_implement_get_properties@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_properties_interface_implement_list_properties@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_properties_interface_implement_set_properties@TELEPATHY_GLIB_0.7.0 0.7.1 tp_svc_protocol_get_type@TELEPATHY_GLIB_0.11.11 0.11.11 tp_svc_protocol_implement_identify_account@TELEPATHY_GLIB_0.11.11 0.11.11 tp_svc_protocol_implement_normalize_contact@TELEPATHY_GLIB_0.11.11 0.11.11 tp_svc_protocol_interface_addressing_get_type@TELEPATHY_GLIB_0.17.2 0.17.2 tp_svc_protocol_interface_addressing_implement_normalize_contact_uri@TELEPATHY_GLIB_0.17.2 0.17.2 tp_svc_protocol_interface_addressing_implement_normalize_vcard_address@TELEPATHY_GLIB_0.17.2 0.17.2 tp_svc_protocol_interface_avatars_get_type@TELEPATHY_GLIB_0.13.7 0.13.7 tp_svc_protocol_interface_presence_get_type@TELEPATHY_GLIB_0.13.3 0.13.3 tp_text_channel_ack_all_pending_messages_async@TELEPATHY_GLIB_0.15.3 0.15.3 tp_text_channel_ack_all_pending_messages_finish@TELEPATHY_GLIB_0.15.3 0.15.3 tp_text_channel_ack_message_async@TELEPATHY_GLIB_0.13.10 0.13.10 tp_text_channel_ack_message_finish@TELEPATHY_GLIB_0.13.10 0.13.10 tp_text_channel_ack_messages_async@TELEPATHY_GLIB_0.13.10 0.13.10 tp_text_channel_ack_messages_finish@TELEPATHY_GLIB_0.13.10 0.13.10 tp_text_channel_dup_pending_messages@TELEPATHY_GLIB_0.19.9 0.19.9 tp_text_channel_get_chat_state@TELEPATHY_GLIB_0.19.0 0.19.0 tp_text_channel_get_delivery_reporting_support@TELEPATHY_GLIB_0.13.10 0.13.10 tp_text_channel_get_feature_quark_chat_states@TELEPATHY_GLIB_0.19.0 0.19.0 tp_text_channel_get_feature_quark_incoming_messages@TELEPATHY_GLIB_0.13.10 0.13.10 tp_text_channel_get_feature_quark_sms@TELEPATHY_GLIB_0.15.1 0.15.1 tp_text_channel_get_message_part_support_flags@TELEPATHY_GLIB_0.13.10 0.13.10 tp_text_channel_get_message_types@TELEPATHY_GLIB_0.13.16 0.13.16 tp_text_channel_get_pending_messages@TELEPATHY_GLIB_0.13.10 0.13.10 tp_text_channel_get_sms_flash@TELEPATHY_GLIB_0.15.1 0.15.1 tp_text_channel_get_sms_length_async@TELEPATHY_GLIB_0.15.1 0.15.1 tp_text_channel_get_sms_length_finish@TELEPATHY_GLIB_0.15.1 0.15.1 tp_text_channel_get_supported_content_types@TELEPATHY_GLIB_0.13.10 0.13.10 tp_text_channel_get_type@TELEPATHY_GLIB_0.13.10 0.13.10 tp_text_channel_is_sms_channel@TELEPATHY_GLIB_0.15.1 0.15.1 tp_text_channel_new@TELEPATHY_GLIB_0.13.10 0.13.10 tp_text_channel_send_message_async@TELEPATHY_GLIB_0.13.10 0.13.10 tp_text_channel_send_message_finish@TELEPATHY_GLIB_0.13.10 0.13.10 tp_text_channel_set_chat_state_async@TELEPATHY_GLIB_0.13.10 0.13.10 tp_text_channel_set_chat_state_finish@TELEPATHY_GLIB_0.13.10 0.13.10 tp_text_channel_supports_message_type@TELEPATHY_GLIB_0.13.16 0.13.16 tp_text_mixin_acknowledge_pending_messages@TELEPATHY_GLIB_0.7.0 0.7.1 tp_text_mixin_class_get_offset_quark@TELEPATHY_GLIB_0.7.0 0.7.1 tp_text_mixin_class_init@TELEPATHY_GLIB_0.7.0 0.7.1 tp_text_mixin_clear@TELEPATHY_GLIB_0.7.0 0.7.1 tp_text_mixin_finalize@TELEPATHY_GLIB_0.7.0 0.7.1 tp_text_mixin_get_message_types@TELEPATHY_GLIB_0.7.0 0.7.1 tp_text_mixin_get_offset_quark@TELEPATHY_GLIB_0.7.0 0.7.1 tp_text_mixin_has_pending_messages@TELEPATHY_GLIB_0.7.13 0.7.13 tp_text_mixin_iface_init@TELEPATHY_GLIB_0.7.0 0.7.1 tp_text_mixin_init@TELEPATHY_GLIB_0.7.0 0.7.1 tp_text_mixin_list_pending_messages@TELEPATHY_GLIB_0.7.0 0.7.1 tp_text_mixin_receive@TELEPATHY_GLIB_0.7.0 0.7.1 tp_text_mixin_receive_with_flags@TELEPATHY_GLIB_0.7.18 0.7.18 tp_text_mixin_set_message_types@TELEPATHY_GLIB_0.7.0 0.7.1 tp_text_mixin_set_rescued@TELEPATHY_GLIB_0.7.18 0.7.18 tp_tls_certificate_accept_async@TELEPATHY_GLIB_0.19.0 0.19.0 tp_tls_certificate_accept_finish@TELEPATHY_GLIB_0.19.0 0.19.0 tp_tls_certificate_add_rejection@TELEPATHY_GLIB_0.19.0 0.19.0 tp_tls_certificate_get_cert_data@TELEPATHY_GLIB_0.19.0 0.19.0 tp_tls_certificate_get_cert_type@TELEPATHY_GLIB_0.19.0 0.19.0 tp_tls_certificate_get_feature_quark_core@TELEPATHY_GLIB_0.19.0 0.19.0 tp_tls_certificate_get_nth_rejection@TELEPATHY_GLIB_0.19.0 0.19.0 tp_tls_certificate_get_rejection@TELEPATHY_GLIB_0.19.0 0.19.0 tp_tls_certificate_get_state@TELEPATHY_GLIB_0.19.0 0.19.0 tp_tls_certificate_get_type@TELEPATHY_GLIB_0.19.0 0.19.0 tp_tls_certificate_init_known_interfaces@TELEPATHY_GLIB_0.19.0 0.19.0 tp_tls_certificate_new@TELEPATHY_GLIB_0.19.0 0.19.0 tp_tls_certificate_reject_async@TELEPATHY_GLIB_0.19.0 0.19.0 tp_tls_certificate_reject_finish@TELEPATHY_GLIB_0.19.0 0.19.0 tp_tls_certificate_rejection_get_dbus_error@TELEPATHY_GLIB_0.19.0 0.19.0 tp_tls_certificate_rejection_get_details@TELEPATHY_GLIB_0.19.0 0.19.0 tp_tls_certificate_rejection_get_error@TELEPATHY_GLIB_0.19.0 0.19.0 tp_tls_certificate_rejection_get_reason@TELEPATHY_GLIB_0.19.0 0.19.0 tp_tls_certificate_rejection_get_type@TELEPATHY_GLIB_0.19.0 0.19.0 tp_tls_certificate_rejection_raise_error@TELEPATHY_GLIB_0.19.0 0.19.0 tp_type_dbus_array__28us_29as@TELEPATHY_GLIB_0.11.7 0.11.7 tp_type_dbus_array__28usua_7bsv_7d_29_28usua_7bsv_7d_29@TELEPATHY_GLIB_0.17.5 0.17.5 tp_type_dbus_array_a_7bsv_7das@TELEPATHY_GLIB_0.7.15 0.7.15 tp_type_dbus_array_dsus@TELEPATHY_GLIB_0.7.36 0.7.36 tp_type_dbus_array_oa_7bsv_7d@TELEPATHY_GLIB_0.7.15 0.7.15 tp_type_dbus_array_of_a_7boa_7bsv_7d_7d@TELEPATHY_GLIB_0.11.15 0.11.15 tp_type_dbus_array_of_a_7bss_7d@TELEPATHY_GLIB_0.7.28 0.7.28 tp_type_dbus_array_of_a_7bsv_7d@TELEPATHY_GLIB_0.7.26 0.7.26 tp_type_dbus_array_of_a_7bua_28a_7bsv_7das_29_7d@TELEPATHY_GLIB_0.7.37 0.7.37 tp_type_dbus_array_of_a_7buu_7d@TELEPATHY_GLIB_0.17.5 0.17.5 tp_type_dbus_array_of_ay@TELEPATHY_GLIB_0.11.14 0.11.14 tp_type_dbus_array_of_o@TELEPATHY_GLIB_0.7.34 0.7.34 tp_type_dbus_array_of_y@TELEPATHY_GLIB_0.11.1 0.11.1 tp_type_dbus_array_os@TELEPATHY_GLIB_0.7.5 0.7.5 tp_type_dbus_array_osuu@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_array_sa_28usuussduss_29@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_array_saa_7bsv_7das@TELEPATHY_GLIB_0.7.37 0.7.37 tp_type_dbus_array_sasas@TELEPATHY_GLIB_0.11.3 0.11.3 tp_type_dbus_array_sasuu@TELEPATHY_GLIB_0.11.3 0.11.3 tp_type_dbus_array_sq@TELEPATHY_GLIB_0.7.28 0.7.28 tp_type_dbus_array_ss@TELEPATHY_GLIB_0.13.3 0.13.3 tp_type_dbus_array_sss@TELEPATHY_GLIB_0.14.3 0.14.3 tp_type_dbus_array_su@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_array_susv@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_array_us@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_array_usa_7bsv_7d@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_array_ussu@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_array_ussuas@TELEPATHY_GLIB_0.17.5 0.17.5 tp_type_dbus_array_usua_7bsv_7d@TELEPATHY_GLIB_0.17.5 0.17.5 tp_type_dbus_array_usuu@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_array_usuuba_7bss_7d@TELEPATHY_GLIB_0.17.5 0.17.5 tp_type_dbus_array_usuussduss@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_array_usuuua_7bss_7d@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_array_usuuuu@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_array_uu@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_array_uuss@TELEPATHY_GLIB_0.14.3 0.14.3 tp_type_dbus_array_uuus@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_array_uuusa_7bsv_7du@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_array_uuuuus@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_array_uuuuuu@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_array_uv@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_hash_o_28ss_29@TELEPATHY_GLIB_0.15.0 0.15.0 tp_type_dbus_hash_oa_7bsv_7d@TELEPATHY_GLIB_0.11.15 0.11.15 tp_type_dbus_hash_s_28ubb_29@TELEPATHY_GLIB_0.7.13 0.7.13 tp_type_dbus_hash_s_28ubba_7bss_7d_29@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_hash_sa_28sasas_29@TELEPATHY_GLIB_0.11.11 0.11.11 tp_type_dbus_hash_sa_7bsv_7d@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_hash_sas@TELEPATHY_GLIB_0.17.1 0.17.1 tp_type_dbus_hash_ss@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_hash_su@TELEPATHY_GLIB_0.17.5 0.17.5 tp_type_dbus_hash_sv@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_hash_u_28ua_28sss_29_29@TELEPATHY_GLIB_0.14.3 0.14.3 tp_type_dbus_hash_u_28ua_7bsa_7bsv_7d_7d_29@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_hash_u_28uss_29@TELEPATHY_GLIB_0.7.13 0.7.13 tp_type_dbus_hash_u_28uus_29@TELEPATHY_GLIB_0.13.0 0.13.0 tp_type_dbus_hash_ua_28a_7bsv_7das_29@TELEPATHY_GLIB_0.7.37 0.7.37 tp_type_dbus_hash_ua_28sasas_29@TELEPATHY_GLIB_0.11.3 0.11.3 tp_type_dbus_hash_ua_28usuuba_7bss_7d_29@TELEPATHY_GLIB_0.17.5 0.17.5 tp_type_dbus_hash_ua_7bsv_7d@TELEPATHY_GLIB_0.7.14 0.7.14 tp_type_dbus_hash_uas@TELEPATHY_GLIB_0.13.1 0.13.1 tp_type_dbus_hash_uau@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_hash_uo@TELEPATHY_GLIB_0.11.16 0.11.16 tp_type_dbus_hash_us@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_hash_uu@TELEPATHY_GLIB_0.7.6 0.7.6 tp_type_dbus_hash_uv@TELEPATHY_GLIB_0.7.21 0.7.21 tp_type_dbus_struct__28us_29as@TELEPATHY_GLIB_0.11.7 0.11.7 tp_type_dbus_struct__28usua_7bsv_7d_29_28usua_7bsv_7d_29@TELEPATHY_GLIB_0.17.5 0.17.5 tp_type_dbus_struct_a_7bsv_7das@TELEPATHY_GLIB_0.7.15 0.7.15 tp_type_dbus_struct_ays@TELEPATHY_GLIB_0.7.32 0.7.32 tp_type_dbus_struct_dsus@TELEPATHY_GLIB_0.7.36 0.7.36 tp_type_dbus_struct_ius@TELEPATHY_GLIB_0.11.0 0.11.0 tp_type_dbus_struct_oa_7bsv_7d@TELEPATHY_GLIB_0.7.15 0.7.15 tp_type_dbus_struct_os@TELEPATHY_GLIB_0.7.5 0.7.5 tp_type_dbus_struct_osuu@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_sa_28usuussduss_29@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_saa_7bsv_7das@TELEPATHY_GLIB_0.7.37 0.7.37 tp_type_dbus_struct_sasas@TELEPATHY_GLIB_0.11.3 0.11.3 tp_type_dbus_struct_sasuu@TELEPATHY_GLIB_0.11.3 0.11.3 tp_type_dbus_struct_sq@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_ss@TELEPATHY_GLIB_0.13.3 0.13.3 tp_type_dbus_struct_sss@TELEPATHY_GLIB_0.14.3 0.14.3 tp_type_dbus_struct_su@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_sua_28ss_29@TELEPATHY_GLIB_0.13.3 0.13.3 tp_type_dbus_struct_susv@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_sy@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_ua_28sss_29@TELEPATHY_GLIB_0.14.3 0.14.3 tp_type_dbus_struct_ua_7bsa_7bsv_7d_7d@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_ubb@TELEPATHY_GLIB_0.7.13 0.7.13 tp_type_dbus_struct_ubba_7bss_7d@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_us@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_usa_7bsv_7d@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_uss@TELEPATHY_GLIB_0.7.13 0.7.13 tp_type_dbus_struct_ussu@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_ussuas@TELEPATHY_GLIB_0.17.5 0.17.5 tp_type_dbus_struct_usua_7bsv_7d@TELEPATHY_GLIB_0.17.5 0.17.5 tp_type_dbus_struct_usuu@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_usuuba_7bss_7d@TELEPATHY_GLIB_0.17.5 0.17.5 tp_type_dbus_struct_usuussduss@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_usuuua_7bss_7d@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_usuuuu@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_uu@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_uus@TELEPATHY_GLIB_0.13.0 0.13.0 tp_type_dbus_struct_uuss@TELEPATHY_GLIB_0.14.3 0.14.3 tp_type_dbus_struct_uuus@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_uuusa_7bsv_7du@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_uuuuus@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_uuuuuu@TELEPATHY_GLIB_0.7.0 0.7.1 tp_type_dbus_struct_uv@TELEPATHY_GLIB_0.7.0 0.7.1 tp_unix_connection_receive_credentials_with_byte@TELEPATHY_GLIB_0.13.2 0.13.2 tp_unix_connection_receive_credentials_with_byte_async@TELEPATHY_GLIB_0.17.5 0.17.5 tp_unix_connection_receive_credentials_with_byte_finish@TELEPATHY_GLIB_0.17.5 0.17.5 tp_unix_connection_send_credentials_with_byte@TELEPATHY_GLIB_0.13.2 0.13.2 tp_unix_connection_send_credentials_with_byte_async@TELEPATHY_GLIB_0.17.5 0.17.5 tp_unix_connection_send_credentials_with_byte_finish@TELEPATHY_GLIB_0.17.5 0.17.5 tp_user_action_time_from_x11@TELEPATHY_GLIB_0.11.13 0.11.13 tp_user_action_time_should_present@TELEPATHY_GLIB_0.11.13 0.11.13 tp_utf8_make_valid@TELEPATHY_GLIB_0.13.15 0.13.15 tp_value_array_build@TELEPATHY_GLIB_0.9.2 0.9.2 tp_value_array_unpack@TELEPATHY_GLIB_0.11.0 0.11.0 tp_vardict_get_boolean@TELEPATHY_GLIB_0.19.10 0.19.10 tp_vardict_get_double@TELEPATHY_GLIB_0.19.10 0.19.10 tp_vardict_get_int32@TELEPATHY_GLIB_0.19.10 0.19.10 tp_vardict_get_int64@TELEPATHY_GLIB_0.19.10 0.19.10 tp_vardict_get_object_path@TELEPATHY_GLIB_0.19.10 0.19.10 tp_vardict_get_string@TELEPATHY_GLIB_0.19.10 0.19.10 tp_vardict_get_uint32@TELEPATHY_GLIB_0.19.10 0.19.10 tp_vardict_get_uint64@TELEPATHY_GLIB_0.19.10 0.19.10 tp_variant_convert@TELEPATHY_GLIB_0.19.10 0.19.10 tp_variant_type_classify@TELEPATHY_GLIB_0.19.10 0.19.10 tp_weak_ref_destroy@TELEPATHY_GLIB_0.11.3 0.11.3 tp_weak_ref_dup_object@TELEPATHY_GLIB_0.11.3 0.11.3 tp_weak_ref_get_user_data@TELEPATHY_GLIB_0.11.3 0.11.3 tp_weak_ref_new@TELEPATHY_GLIB_0.11.3 0.11.3 debian/copyright0000664000000000000000000001705112274050056011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Telepathy-GLib Upstream-Contact: mailto:telepathy@lists.freedesktop.org Source: http://telepathy.freedesktop.org/releases/telepathy-glib/ Files: * Copyright: © 1999 Tom Tromey © 2000 Red Hat, Inc. © 2005-2013 Collabora Limited © 2005-2009 Nokia Corporation © 2005, 2006 Free Software Foundation, Inc. © 2006 INdT © 2010-2011 Morten Mjelva License: LGPL-2.1+ Files: examples/client/approver.c examples/client/contact-list.c examples/client/extended-client.c examples/client/inspect-channel.c examples/client/inspect-cm.c examples/client/inspect-connection.c examples/client/inspect-contact.c examples/client/list-connections.c examples/client/list-managers.c examples/client/media-observer.c examples/client/text-handler.c examples/cm/call/*.[ch] examples/cm/channelspecific/*.[ch] examples/cm/contactlist/*.[ch] examples/cm/echo-message-parts/*.[ch] examples/cm/extended/*.[ch] examples/cm/no-protocols/*.[ch] examples/extensions/Connection_Interface_Hats.xml tests/contact-search-result.c tests/dbus/account-channel-request.c tests/dbus/account-manager.c tests/dbus/account-request.c tests/dbus/account.c tests/dbus/base-client.c tests/dbus/channel-dispatch-operation.c tests/dbus/channel-dispatcher.c tests/dbus/channel-introspect.c tests/dbus/channel-manager-request-properties.c tests/dbus/channel-request.c tests/dbus/channel.c tests/dbus/cli-group.c tests/dbus/client-channel-factory.c tests/dbus/client.c tests/dbus/cm.c tests/dbus/connection-aliasing.c tests/dbus/connection-balance.c tests/dbus/connection-bug-18845.c tests/dbus/connection-error.c tests/dbus/connection-getinterfaces-failure.c tests/dbus/connection-handles.c tests/dbus/connection-inject-bug16307.c tests/dbus/connection-interests.c tests/dbus/connection.c tests/dbus/contact-list-client.c tests/dbus/contact-lists.c tests/dbus/contacts-mixin.c tests/dbus/contacts-slow-path.c tests/dbus/contacts.c tests/dbus/dbus-tube.c tests/dbus/debug-client.c tests/dbus/file-transfer-channel.c tests/dbus/finalized-in-invalidated-handler.c tests/dbus/group-mixin.c tests/dbus/invalidated-while-invoking-signals.c tests/dbus/long-connection-name.c tests/dbus/message-mixin.c tests/dbus/protocol-objects.c tests/dbus/proxy-preparation.c tests/dbus/room-list.c tests/dbus/self-handle.c tests/dbus/self-presence.c tests/dbus/simple-approver.c tests/dbus/simple-handler.c tests/dbus/simple-observer.c tests/dbus/stream-tube.c tests/dbus/text-channel.c tests/dbus/text-mixin.c tests/dbus/text-respawn.c tests/dbus/tls-certificate.c tests/dbus/unsupported-interface.c tests/enums.c tests/lib/Makefile.in tests/lib/broken-client-types-conn.c tests/lib/broken-client-types-conn.h tests/lib/bug-19101-conn.c tests/lib/bug-19101-conn.h tests/lib/bug16307-conn.c tests/lib/bug16307-conn.h tests/lib/contact-list-manager.c tests/lib/contact-list-manager.h tests/lib/contacts-conn.c tests/lib/contacts-conn.h tests/lib/dbus-tube-chan.c tests/lib/dbus-tube-chan.h tests/lib/echo-chan.c tests/lib/echo-chan.h tests/lib/echo-channel-manager-conn.c tests/lib/echo-channel-manager-conn.h tests/lib/echo-cm.c tests/lib/echo-cm.h tests/lib/echo-conn.c tests/lib/echo-conn.h tests/lib/echo-im-manager.c tests/lib/echo-im-manager.h tests/lib/file-transfer-chan.c tests/lib/file-transfer-chan.h tests/lib/my-conn-proxy.c tests/lib/my-conn-proxy.h tests/lib/simple-account-manager.c tests/lib/simple-account-manager.h tests/lib/simple-account.c tests/lib/simple-account.h tests/lib/simple-channel-dispatch-operation.c tests/lib/simple-channel-dispatch-operation.h tests/lib/simple-channel-dispatcher.c tests/lib/simple-channel-dispatcher.h tests/lib/simple-channel-manager.c tests/lib/simple-channel-manager.h tests/lib/simple-channel-request.c tests/lib/simple-channel-request.h tests/lib/simple-client.c tests/lib/simple-client.h tests/lib/simple-conn.c tests/lib/simple-conn.h tests/lib/simple-manager.c tests/lib/simple-manager.h tests/lib/stream-tube-chan.c tests/lib/stream-tube-chan.h tests/lib/textchan-group.c tests/lib/textchan-group.h tests/lib/textchan-null.c tests/lib/textchan-null.h tests/lib/util.c tests/lib/util.h tests/message.c tests/signal-connect-object.c tools/git-which-branch.sh tools/make-version-script.py tools/test-wrapper.sh tools/with-session-bus.sh Copyright: © 2007-2013 Collabora Limited © 2007-2009 Nokia Corporation License: GNU-permissive 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. Files: debian/* Copyright: © 2006 Daniel Holbach © 2006-2014 Collabora Limited License: LGPL-2.1+ Files: m4/compiler.m4 m4/linker.m4 Copyright: © 2005 Scott James Remnant . License: expat Files: m4/introspection.m4 Copyright: © 2009 Johan Dahlin License: introspection-permissive This file is free software; the author(s) gives unlimited permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. License: LGPL-2.1+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. License: expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/libtelepathy-glib0.docs0000664000000000000000000000002412274050006013513 0ustar AUTHORS NEWS README debian/gir1.2-telepathyglib-0.12.install0000664000000000000000000000012012274050006014760 0ustar usr/lib/*/girepository-1.0/TelepathyGLib-0.12.typelib usr/lib/girepository-1.0/ debian/clean0000664000000000000000000000002012274050006010161 0ustar debian/tmp-home debian/compat0000664000000000000000000000000212274050006010362 0ustar 9 debian/libtelepathy-glib-doc.links0000664000000000000000000000013112274050006014365 0ustar usr/share/doc/libtelepathy-glib-doc/telepathy-glib usr/share/gtk-doc/html/telepathy-glib debian/libtelepathy-glib-doc.examples0000664000000000000000000000033012274050006015064 0ustar tools/telepathy-glib.supp examples/README examples/Makefile.am # The rest of the examples are in subdirectories, which dh_installexamples # can't do (without copying the whole directory, which we don't want either). debian/rules0000775000000000000000000000267612274050006010257 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf,gir --parallel override_dh_strip: dh_strip --dbg-package=libtelepathy-glib0-dbg override_dh_makeshlibs: dh_makeshlibs -V override_dh_auto_install: dh_auto_install rm -f debian/tmp/usr/lib/*.la override_dh_auto_configure: dh_auto_configure -- \ --disable-Werror \ --enable-introspection \ --enable-vala-bindings \ --enable-gtk-doc \ --with-html-dir=\$${prefix}/share/doc/libtelepathy-glib-doc install -d -m700 $(HOME) # On kernel/libc combinations where credentials-passing doesn't work, or where # it works but either libdbus or GDBus doesn't understand how, D-Bus clients # have to write to ~/.dbus-keyrings to prove their identities. Debian packages # aren't allowed to write to ${HOME}. export HOME = $(CURDIR)/debian/tmp-home # GLib doesn't respect $HOME for everything, so we use the Debian-specific # G_HOME too. export G_HOME = $(HOME) export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 # The tests try to exit after a reasonable time, but some architectures # are unreasonably slow, and Ubuntu buildds have output buffering issues. # Debian buildds know how to abort a stalled build after a while anyway, # so the individual tests don't need to worry about it. export TP_TESTS_NO_TIMEOUT = 1 override_dh_install: dh_install --list-missing # the doc package doesn't depend on the shared library, so can't symlink override_dh_installdocs: dh_installdocs -a --link-doc=libtelepathy-glib0 dh_installdocs -i debian/source/0000775000000000000000000000000012274246724010502 5ustar debian/source/format0000664000000000000000000000001412274050006011672 0ustar 3.0 (quilt) debian/libtelepathy-glib-doc.install0000664000000000000000000000451512274050006014725 0ustar usr/share/doc/libtelepathy-glib-doc/telepathy-glib # Many of the examples are in subdirectories, which dh_installexamples # can't do (without copying the whole directory, which we don't want either) # so we do them here. examples/client/*.c /usr/share/doc/libtelepathy-glib-doc/examples/client examples/client/*.am /usr/share/doc/libtelepathy-glib-doc/examples/client examples/extensions/*.xml /usr/share/doc/libtelepathy-glib-doc/examples/extensions examples/extensions/*.c /usr/share/doc/libtelepathy-glib-doc/examples/extensions examples/extensions/*.h /usr/share/doc/libtelepathy-glib-doc/examples/extensions examples/extensions/*.am /usr/share/doc/libtelepathy-glib-doc/examples/extensions examples/cm/*.am /usr/share/doc/libtelepathy-glib-doc/examples/cm examples/cm/call/*.am /usr/share/doc/libtelepathy-glib-doc/examples/cm/call examples/cm/call/*.c /usr/share/doc/libtelepathy-glib-doc/examples/cm/call examples/cm/call/*.h /usr/share/doc/libtelepathy-glib-doc/examples/cm/call examples/cm/channelspecific/*.am /usr/share/doc/libtelepathy-glib-doc/examples/cm/channelspecific examples/cm/channelspecific/*.c /usr/share/doc/libtelepathy-glib-doc/examples/cm/channelspecific examples/cm/channelspecific/*.h /usr/share/doc/libtelepathy-glib-doc/examples/cm/channelspecific examples/cm/contactlist/*.am /usr/share/doc/libtelepathy-glib-doc/examples/cm/contactlist examples/cm/contactlist/*.c /usr/share/doc/libtelepathy-glib-doc/examples/cm/contactlist examples/cm/contactlist/*.h /usr/share/doc/libtelepathy-glib-doc/examples/cm/contactlist examples/cm/echo-message-parts/*.am /usr/share/doc/libtelepathy-glib-doc/examples/cm/echo-message-parts examples/cm/echo-message-parts/*.c /usr/share/doc/libtelepathy-glib-doc/examples/cm/echo-message-parts examples/cm/echo-message-parts/*.h /usr/share/doc/libtelepathy-glib-doc/examples/cm/echo-message-parts examples/cm/extended/*.am /usr/share/doc/libtelepathy-glib-doc/examples/cm/extended examples/cm/extended/*.c /usr/share/doc/libtelepathy-glib-doc/examples/cm/extended examples/cm/extended/*.h /usr/share/doc/libtelepathy-glib-doc/examples/cm/extended examples/cm/no-protocols/*.am /usr/share/doc/libtelepathy-glib-doc/examples/cm/no-protocols examples/cm/no-protocols/*.c /usr/share/doc/libtelepathy-glib-doc/examples/cm/no-protocols examples/cm/no-protocols/*.h /usr/share/doc/libtelepathy-glib-doc/examples/cm/no-protocols debian/control0000664000000000000000000001104012274246260010574 0ustar Source: telepathy-glib Section: libs Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Telepathy maintainers Uploaders: Dafydd Harries , Simon McVittie , Sjoerd Simons , Laurent Bigonville , Jonny Lamb , Adam Conrad , Emilio Pozuelo Monfort Build-Depends: dbus, debhelper (>= 9), dh-autoreconf, gir1.2-glib-2.0, gobject-introspection (>= 1.31.0-2~), gtk-doc-tools (>= 1.17), libdbus-1-dev (>= 0.95), libdbus-glib-1-dev (>= 0.90), libgirepository1.0-dev (>= 0.9.6), libglib2.0-dev (>= 2.32), pkg-config, python, valac (>= 0.16), xsltproc Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-telepathy/telepathy-glib.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-telepathy/telepathy-glib.git Homepage: http://telepathy.freedesktop.org/wiki/ Package: libtelepathy-glib0 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: Telepathy framework - GLib library This package contains telepathy-glib, a GLib-based library for Telepathy components. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Package: libtelepathy-glib-dev Architecture: any Section: libdevel Depends: libtelepathy-glib0 (= ${binary:Version}), gir1.2-telepathyglib-0.12 (= ${binary:Version}), libglib2.0-dev (>= 2.32), libdbus-1-dev (>= 0.95), libdbus-glib-1-dev (>= 0.90), pkg-config, ${misc:Depends} Suggests: libtelepathy-glib-doc Description: GLib Telepathy connection manager library (headers) This package contains development files for telepathy-glib, a GLib-based library for Telepathy components. . Vala bindings are also included; the Vala bindings are currently considered to be experimental by the maintainers of telepathy-glib, and might receive incompatible changes until at least telepathy-glib 0.14.0. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Package: libtelepathy-glib0-dbg Architecture: any Section: debug Priority: extra Depends: libtelepathy-glib0 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same Description: GLib Telepathy library (debug symbols) This package contains support for debugging programs that use telepathy-glib, a GLib-based library for Telepathy components. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Package: libtelepathy-glib-doc Architecture: all Section: doc Depends: ${misc:Depends} Suggests: devhelp Description: GLib Telepathy library (documentation) This package contains HTML documentation for telepathy-glib, a GLib-based library for Telepathy components. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Package: gir1.2-telepathyglib-0.12 Architecture: any Section: introspection Depends: ${gir:Depends}, ${misc:Depends} Conflicts: gir1.0-telepathyglib-0.12 Replaces: gir1.0-telepathyglib-0.12 Description: GLib Telepathy connection manager library (GObject-Introspection) This package contains introspection data for telepathy-glib, which can be used to generate dynamic bindings for Telepathy components. . These GObject-Introspection bindings are considered to be experimental by the maintainers of telepathy-glib, and might receive incompatible changes until at least telepathy-glib 0.14.0. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. debian/libtelepathy-glib0.install0000664000000000000000000000004112274050006014230 0ustar usr/lib/*/libtelepathy-glib.so.*