f03c0d3591
telepathy-glib 0.24.1 (2014-08-25) ================================== Fixes: * base-client: fix potential uninitialized variable bug (Guillaume) * Fix a potential crash in contact-list example (fd.o #79006, Guillaume) telepathy-glib 0.24.0 (2014-03-26) ================================== The "space Tolkien" release. Fixes since 0.23.3: * don't leak every D-Bus method call result, a regression in 0.23.1 (Simon) telepathy-glib 0.23.3 (2014-03-18) ================================== This is the release candidate for the future 0.24.0 stable release. Enhancements: * TpProtocol gained API to access to its immutable properties as a GVariant. (fd.o #55108, Guillaume) * TpCallStream and TpCallContent now inherit the factory from their TpCallChannel. (fd.o #76168, Guillaume) Fixes: * fix a memory leak when cleaning up TpProxy "prepare" requests (fd.o #76000, Simon) * fix a memory leak for paths to contacts' avatar data (fd.o #76000, Simon) * fix crashes in TpFileTransferChannel with GLib 2.39 (fd.o #72319, Xavier) * fix some paths memory leaks (fd.o #76119, Guillaume) * tp_list_connection_managers_async() now terminates properly if there is no CM installed. (fd.o #68892, Guillaume) telepathy-glib 0.23.2 (2014-02-26) ================================== Enhancements: * TpBaseConnection now has an "account-path-suffix" property (fd.o #74030, Xavier) * New high level TpAccountChannelRequest API, including tubes, Conference and SMSChannel. (fd.o #75450, Guillaume) * 'TargetHandleType: None' is now automatically added when requesting a channel with TpAccountChannelRequest if no handle type has been defined. (fd.o #75450, Guillaume) telepathy-glib 0.23.1 (2014-02-04) ================================== The "undead space elves" release. Dependencies: * GLib 2.36 or later is required Deprecations: * TpPresenceMixin: optional arguments are deprecated, apart from a string named "message". This matches our current D-Bus API. Enhancements: * tp_protocol_normalize_contact_async(), tp_protocol_identify_account_async(), and high-level API for the Protocol Addressing and Presence interfaces (fd.o #71048, Simon) * More accessors for TpPresenceStatusSpec, which is now a boxed type (fd.o #71048, Simon) * tp_connection_manager_param_dup_variant_type() (fd.o #71093, Simon) * Better debug output (fd.o #68390, #71048; Simon) Fixes: * In the examples, specifically ask for "TelepathyGlib-0.12" (this API version), not Telepathy 1.0 (fd.o #49737, Simon) * Improve tests' isolation from the real session bus (Xavier) * Fix a critical warning for each new connection under GLib 2.39 (fd.o #72303, Xavier) * Fix some possible crashes in file transfer channels, particularly under GLib 2.39 (fd.o #72319, Xavier) * Correct tp_account_request_set_avatar documentation (Xavier) * Fix a TpConnection reference-leak in TpBaseClient (Guillaume) telepathy-glib 0.23.0 (2013-10-28) ================================== We no longer guarantee compatible upgrades within a development (odd) branch, see README for details. Dependencies: * GLib 2.34 or later is required. Enhancements: * Spec 0.27.3 - added Conn.I.Sidecars1 - added Conn.I.Renaming - added CD.I.Messages1 * TpAccount::avatar-changed signal (fd.o #52938, Guillaume) * tp_value_array_free: equivalent of g_value_array_free but does not provoke deprecation warnings from GLib (fd.o #69849, Simon) * tp_account_is_prepared and tp_account_manager_is_prepared are now deprecated (Guillaume) Fixes: * tp_contact_set_attributes: don't warn on genuinely absent interfaces (fd.o #68149, Simon) * channel-group: don't crash if no message has been provided (Guillaume) telepathy-glib 0.22.0 (2013-10-02) ================================== The "don't starve" release. This is a new stable branch, recommended for use with GNOME 3.10. Fixes since 0.21.2: * When an avatar is downloaded, announce the change to the avatar token immediately; if the avatar changes from A to B while we're still doing the asynchronous file saving, don't set A as the new avatar when it has been saved. Regression in 0.21.2. (fd.o #70010, Simon) * Don't crash if the AccountManager returns an incorrect type for the Avatar (fd.o #69849, Simon) Significant changes since the previous stable branch, 0.20.x: * tp_connection_get_self_contact() now returns NULL if the contact's connection has been invalidated, in order to break a reference cycle * Avatars are saved to the cache asynchronously * TpBaseConnection implements SelfID, SelfContactChanged according to telepathy-spec 0.27.2 * TpAccount:uri-schemes property, with change notification requiring Mission Control 5.15+ telepathy-glib 0.21.2 (2013-09-24) ================================== The "always another thing" release. Enhancements: * Writing avatars into cache now uses asynchronous I/O. (fd.o #63402; Luca Versari, Chandni Verma, Simon McVittie) * telepathy-spec 0.27.2 - add SelfID, SelfContactChanged * tp_dbus_properties_mixin_dup_all() is now public (fd.o #69283, Simon) * TpBaseProtocol now lists Presence.Statuses as an immutable property. (fd.o #69520, Guillaume) * TpBaseConnection: Implement SelfID and SelfContactChanged as defined in spec 0.27.2. (Xavier) * The inspect-cm example now inspects all CMs if run without arguments (fd.o #68390, Simon) Fixes: * Don't crash if GetContactInfo() fails (fd.o #46430, Guillaume) * Fix a race condition that could result in telepathy-haze protocol support not being detected (fd.o #67183, Simon) * Fix documentation for tp_connection_get_self_handle (Emilio) * Make TpHeap work correctly with GComparator functions that return values outside {-1, 0, 1} (fd.o #68932, Debarshi Ray) * Examples have been updated to use more recent API (Simon) * Better debug-logging (fd.o #68390, Simon) telepathy-glib 0.21.1 (2013-06-20) ================================== The "imperative tense" release. Fixes: * Fix a wrong introspection annotation on tp_debug_client_get_messages_finish() that would lead to use-after-free (fd.o #65518, Simon) * Isolate regression tests better (fd.o #63119, Simon) * Explicitly annotate tp_account_update_parameters_finish()'s 'unset_parameters' argument to be a NULL-terminated string array. It was previously incorrectly inferred to be a string, for some reason. (wjt) * Always flag delivery reports with Non_Text_Content. (fd.o #61254, wjt) * Don't announce legacy Group channels twice (fd.o #52011; Jonny, Simon) * Don't crash if a broken connection manager signals a TLSCertificate with no CertificateChainData, just invalidate the channel (fd.o #61616, Guillaume) * Adjust regression tests so we can distcheck under Automake 1.13, and various other build-system updates (fd.o #65517, Simon) telepathy-glib 0.21.0 (2013-04-03) ================================== The "if only it was JS code" release. This starts a new development branch. Enhancements: # Code-generation now copes with ${PYTHON} being set to Python 3 (e.g. "./configure PYTHON=python3" on Debian); Python 2 remains fully supported (fd.o #56758, Simon) # Add uri-schemes property on TpAccount, with notify::uri-schemes emitted if using a recent AcountManager like Mission Control 5.15 or later (Guillaume) Fixes: # Remove the pkg-config dependency from .pc files (Will) # Don't emit the NewChannels signal twice for the obsolete ContactList GROUP channels (fd.o #52011, Simon) # Fix refcycle preventing TpConnection objects to be freed. This theoretically introduce a behaviour change of tp_connection_get_self_contact() that now returns NULL when the connection as been invalidated. (fd.o #63027, Xavier) Deprecations: # tp_g_key_file_get_int64, tp_g_key_file_get_uint64 (use the corresponding functions from GLib >= 2.26)
355 lines
21 KiB
Text
355 lines
21 KiB
Text
@comment $NetBSD: PLIST,v 1.15 2014/09/07 23:00:55 prlw1 Exp $
|
|
include/telepathy-1.0/telepathy-glib/_gen/error-str.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/genums.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/gtypes.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/telepathy-enums.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/telepathy-interfaces.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-account-manager.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-account.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-call-content-media-description.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-call-content.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-call-stream-endpoint.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-call-stream.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-channel-dispatch-operation.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-channel-dispatcher.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-channel-request.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-channel.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-client.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-connection-manager.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-connection.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-dbus-daemon.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-debug.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-generic.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-media-session-handler.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-media-stream-handler.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-protocol.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-tls-cert.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-svc-account-manager.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-svc-account.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-svc-call-content-media-description.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-svc-call-content.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-svc-call-stream-endpoint.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-svc-call-stream.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-svc-channel-dispatch-operation.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-svc-channel-dispatcher.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-svc-channel-request.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-svc-channel.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-svc-client.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-svc-connection-manager.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-svc-connection.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-svc-debug.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-svc-generic.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-svc-media-session-handler.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-svc-media-stream-handler.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-svc-protocol.h
|
|
include/telepathy-1.0/telepathy-glib/_gen/tp-svc-tls-cert.h
|
|
include/telepathy-1.0/telepathy-glib/account-channel-request.h
|
|
include/telepathy-1.0/telepathy-glib/account-manager.h
|
|
include/telepathy-1.0/telepathy-glib/account-request.h
|
|
include/telepathy-1.0/telepathy-glib/account.h
|
|
include/telepathy-1.0/telepathy-glib/add-dispatch-operation-context.h
|
|
include/telepathy-1.0/telepathy-glib/automatic-client-factory.h
|
|
include/telepathy-1.0/telepathy-glib/automatic-proxy-factory.h
|
|
include/telepathy-1.0/telepathy-glib/base-call-channel.h
|
|
include/telepathy-1.0/telepathy-glib/base-call-content.h
|
|
include/telepathy-1.0/telepathy-glib/base-call-stream.h
|
|
include/telepathy-1.0/telepathy-glib/base-channel.h
|
|
include/telepathy-1.0/telepathy-glib/base-client.h
|
|
include/telepathy-1.0/telepathy-glib/base-connection-manager.h
|
|
include/telepathy-1.0/telepathy-glib/base-connection.h
|
|
include/telepathy-1.0/telepathy-glib/base-contact-list.h
|
|
include/telepathy-1.0/telepathy-glib/base-media-call-channel.h
|
|
include/telepathy-1.0/telepathy-glib/base-media-call-content.h
|
|
include/telepathy-1.0/telepathy-glib/base-media-call-stream.h
|
|
include/telepathy-1.0/telepathy-glib/base-password-channel.h
|
|
include/telepathy-1.0/telepathy-glib/base-protocol.h
|
|
include/telepathy-1.0/telepathy-glib/base-room-config.h
|
|
include/telepathy-1.0/telepathy-glib/basic-proxy-factory.h
|
|
include/telepathy-1.0/telepathy-glib/call-channel.h
|
|
include/telepathy-1.0/telepathy-glib/call-content-media-description.h
|
|
include/telepathy-1.0/telepathy-glib/call-content.h
|
|
include/telepathy-1.0/telepathy-glib/call-misc.h
|
|
include/telepathy-1.0/telepathy-glib/call-stream-endpoint.h
|
|
include/telepathy-1.0/telepathy-glib/call-stream.h
|
|
include/telepathy-1.0/telepathy-glib/capabilities.h
|
|
include/telepathy-1.0/telepathy-glib/channel-dispatch-operation.h
|
|
include/telepathy-1.0/telepathy-glib/channel-dispatcher.h
|
|
include/telepathy-1.0/telepathy-glib/channel-factory-iface.h
|
|
include/telepathy-1.0/telepathy-glib/channel-iface.h
|
|
include/telepathy-1.0/telepathy-glib/channel-manager.h
|
|
include/telepathy-1.0/telepathy-glib/channel-request.h
|
|
include/telepathy-1.0/telepathy-glib/channel.h
|
|
include/telepathy-1.0/telepathy-glib/client-channel-factory.h
|
|
include/telepathy-1.0/telepathy-glib/client-message.h
|
|
include/telepathy-1.0/telepathy-glib/client.h
|
|
include/telepathy-1.0/telepathy-glib/cm-message.h
|
|
include/telepathy-1.0/telepathy-glib/connection-contact-list.h
|
|
include/telepathy-1.0/telepathy-glib/connection-manager.h
|
|
include/telepathy-1.0/telepathy-glib/connection.h
|
|
include/telepathy-1.0/telepathy-glib/contact-operations.h
|
|
include/telepathy-1.0/telepathy-glib/contact-search-result.h
|
|
include/telepathy-1.0/telepathy-glib/contact-search.h
|
|
include/telepathy-1.0/telepathy-glib/contact.h
|
|
include/telepathy-1.0/telepathy-glib/contacts-mixin.h
|
|
include/telepathy-1.0/telepathy-glib/dbus-daemon.h
|
|
include/telepathy-1.0/telepathy-glib/dbus-properties-mixin.h
|
|
include/telepathy-1.0/telepathy-glib/dbus-tube-channel.h
|
|
include/telepathy-1.0/telepathy-glib/dbus.h
|
|
include/telepathy-1.0/telepathy-glib/debug-ansi.h
|
|
include/telepathy-1.0/telepathy-glib/debug-client.h
|
|
include/telepathy-1.0/telepathy-glib/debug-message.h
|
|
include/telepathy-1.0/telepathy-glib/debug-sender.h
|
|
include/telepathy-1.0/telepathy-glib/debug.h
|
|
include/telepathy-1.0/telepathy-glib/defs.h
|
|
include/telepathy-1.0/telepathy-glib/dtmf.h
|
|
include/telepathy-1.0/telepathy-glib/enums.h
|
|
include/telepathy-1.0/telepathy-glib/errors.h
|
|
include/telepathy-1.0/telepathy-glib/exportable-channel.h
|
|
include/telepathy-1.0/telepathy-glib/file-transfer-channel.h
|
|
include/telepathy-1.0/telepathy-glib/gnio-util.h
|
|
include/telepathy-1.0/telepathy-glib/group-mixin.h
|
|
include/telepathy-1.0/telepathy-glib/gtypes.h
|
|
include/telepathy-1.0/telepathy-glib/handle-channels-context.h
|
|
include/telepathy-1.0/telepathy-glib/handle-repo-dynamic.h
|
|
include/telepathy-1.0/telepathy-glib/handle-repo-static.h
|
|
include/telepathy-1.0/telepathy-glib/handle-repo.h
|
|
include/telepathy-1.0/telepathy-glib/handle.h
|
|
include/telepathy-1.0/telepathy-glib/heap.h
|
|
include/telepathy-1.0/telepathy-glib/interfaces.h
|
|
include/telepathy-1.0/telepathy-glib/intset.h
|
|
include/telepathy-1.0/telepathy-glib/media-interfaces.h
|
|
include/telepathy-1.0/telepathy-glib/message-mixin.h
|
|
include/telepathy-1.0/telepathy-glib/message.h
|
|
include/telepathy-1.0/telepathy-glib/observe-channels-context.h
|
|
include/telepathy-1.0/telepathy-glib/presence-mixin.h
|
|
include/telepathy-1.0/telepathy-glib/properties-mixin.h
|
|
include/telepathy-1.0/telepathy-glib/protocol.h
|
|
include/telepathy-1.0/telepathy-glib/proxy-subclass.h
|
|
include/telepathy-1.0/telepathy-glib/proxy.h
|
|
include/telepathy-1.0/telepathy-glib/room-info.h
|
|
include/telepathy-1.0/telepathy-glib/room-list.h
|
|
include/telepathy-1.0/telepathy-glib/run.h
|
|
include/telepathy-1.0/telepathy-glib/signalled-message.h
|
|
include/telepathy-1.0/telepathy-glib/simple-approver.h
|
|
include/telepathy-1.0/telepathy-glib/simple-client-factory.h
|
|
include/telepathy-1.0/telepathy-glib/simple-handler.h
|
|
include/telepathy-1.0/telepathy-glib/simple-observer.h
|
|
include/telepathy-1.0/telepathy-glib/simple-password-manager.h
|
|
include/telepathy-1.0/telepathy-glib/stream-tube-channel.h
|
|
include/telepathy-1.0/telepathy-glib/stream-tube-connection.h
|
|
include/telepathy-1.0/telepathy-glib/svc-account-manager.h
|
|
include/telepathy-1.0/telepathy-glib/svc-account.h
|
|
include/telepathy-1.0/telepathy-glib/svc-call.h
|
|
include/telepathy-1.0/telepathy-glib/svc-channel-dispatch-operation.h
|
|
include/telepathy-1.0/telepathy-glib/svc-channel-dispatcher.h
|
|
include/telepathy-1.0/telepathy-glib/svc-channel-request.h
|
|
include/telepathy-1.0/telepathy-glib/svc-channel.h
|
|
include/telepathy-1.0/telepathy-glib/svc-client.h
|
|
include/telepathy-1.0/telepathy-glib/svc-connection-manager.h
|
|
include/telepathy-1.0/telepathy-glib/svc-connection.h
|
|
include/telepathy-1.0/telepathy-glib/svc-debug.h
|
|
include/telepathy-1.0/telepathy-glib/svc-generic.h
|
|
include/telepathy-1.0/telepathy-glib/svc-media-interfaces.h
|
|
include/telepathy-1.0/telepathy-glib/svc-properties-interface.h
|
|
include/telepathy-1.0/telepathy-glib/svc-protocol.h
|
|
include/telepathy-1.0/telepathy-glib/svc-tls.h
|
|
include/telepathy-1.0/telepathy-glib/telepathy-glib-dbus.h
|
|
include/telepathy-1.0/telepathy-glib/telepathy-glib.h
|
|
include/telepathy-1.0/telepathy-glib/text-channel.h
|
|
include/telepathy-1.0/telepathy-glib/text-mixin.h
|
|
include/telepathy-1.0/telepathy-glib/tls-certificate-rejection.h
|
|
include/telepathy-1.0/telepathy-glib/tls-certificate.h
|
|
include/telepathy-1.0/telepathy-glib/util.h
|
|
include/telepathy-1.0/telepathy-glib/variant-util.h
|
|
include/telepathy-1.0/telepathy-glib/verify.h
|
|
include/telepathy-1.0/telepathy-glib/version.h
|
|
lib/girepository-1.0/TelepathyGLib-0.12.typelib
|
|
lib/libtelepathy-glib.la
|
|
lib/pkgconfig/telepathy-glib.pc
|
|
share/gir-1.0/TelepathyGLib-0.12.gir
|
|
share/gtk-doc/html/telepathy-glib/TpBaseCallChannel.html
|
|
share/gtk-doc/html/telepathy-glib/TpBaseCallContent.html
|
|
share/gtk-doc/html/telepathy-glib/TpBaseCallStream.html
|
|
share/gtk-doc/html/telepathy-glib/TpBaseChannel.html
|
|
share/gtk-doc/html/telepathy-glib/TpBaseConnection.html
|
|
share/gtk-doc/html/telepathy-glib/TpBaseConnectionManager.html
|
|
share/gtk-doc/html/telepathy-glib/TpBaseMediaCallChannel.html
|
|
share/gtk-doc/html/telepathy-glib/TpBaseMediaCallContent.html
|
|
share/gtk-doc/html/telepathy-glib/TpBaseMediaCallStream.html
|
|
share/gtk-doc/html/telepathy-glib/TpBaseRoomConfig.html
|
|
share/gtk-doc/html/telepathy-glib/TpCMMessage.html
|
|
share/gtk-doc/html/telepathy-glib/TpCallContentMediaDescription.html
|
|
share/gtk-doc/html/telepathy-glib/TpCallStreamEndpoint.html
|
|
share/gtk-doc/html/telepathy-glib/TpChannelFactoryIface.html
|
|
share/gtk-doc/html/telepathy-glib/TpChannelIface.html
|
|
share/gtk-doc/html/telepathy-glib/TpChannelManager.html
|
|
share/gtk-doc/html/telepathy-glib/TpClientMessage.html
|
|
share/gtk-doc/html/telepathy-glib/TpDebugClient.html
|
|
share/gtk-doc/html/telepathy-glib/TpDebugMessage.html
|
|
share/gtk-doc/html/telepathy-glib/TpDynamicHandleRepo.html
|
|
share/gtk-doc/html/telepathy-glib/TpExportableChannel.html
|
|
share/gtk-doc/html/telepathy-glib/TpIntset.html
|
|
share/gtk-doc/html/telepathy-glib/TpMessage.html
|
|
share/gtk-doc/html/telepathy-glib/TpSignalledMessage.html
|
|
share/gtk-doc/html/telepathy-glib/TpStaticHandleRepo.html
|
|
share/gtk-doc/html/telepathy-glib/TpTLSCertificate.html
|
|
share/gtk-doc/html/telepathy-glib/TpTLSCertificateRejection.html
|
|
share/gtk-doc/html/telepathy-glib/annotation-glossary.html
|
|
share/gtk-doc/html/telepathy-glib/ch-client.html
|
|
share/gtk-doc/html/telepathy-glib/ch-dbus.html
|
|
share/gtk-doc/html/telepathy-glib/ch-obsolete.html
|
|
share/gtk-doc/html/telepathy-glib/ch-protocol.html
|
|
share/gtk-doc/html/telepathy-glib/ch-service-base.html
|
|
share/gtk-doc/html/telepathy-glib/ch-service-dbus.html
|
|
share/gtk-doc/html/telepathy-glib/ch-service-handles.html
|
|
share/gtk-doc/html/telepathy-glib/ch-utilities.html
|
|
share/gtk-doc/html/telepathy-glib/home.png
|
|
share/gtk-doc/html/telepathy-glib/index.html
|
|
share/gtk-doc/html/telepathy-glib/index.sgml
|
|
share/gtk-doc/html/telepathy-glib/left.png
|
|
share/gtk-doc/html/telepathy-glib/right.png
|
|
share/gtk-doc/html/telepathy-glib/style.css
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-TpContactsMixin.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-TpGroupMixin.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-TpHeap.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-TpMessageMixin.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-TpPresenceMixin.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-TpPropertiesMixin.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-TpTextMixin.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-account-channel-request.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-account-manager.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-account-request.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-account.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-add-dispatch-operation-context.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-asv.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-automatic-client-factory.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-automatic-proxy-factory.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-base-client.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-base-contact-list.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-base-password-channel.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-base-protocol.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-basic-proxy-factory.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-call-channel.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-call-content.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-call-misc.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-call-stream.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-capabilities.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-auth.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-contactsearch.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-dispatch-operation.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-dispatcher.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-file-transfer.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-group.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-media.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-request.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-room.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-roomlist.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-text.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-tube.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-tubes.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-channel.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-cli-anonymity.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-cli-call-channel.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-cli-call-content.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-cli-call-misc.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-cli-call-stream.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-cli-service-point.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-client-channel-factory.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-client.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-addressing.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-aliasing.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-avatars.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-balance.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-caps.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-cellular.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-client-types.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-contact-info.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-contact-list.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-contacts.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-location.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-mail.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-manager.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-powersaving.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-presence.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-renaming.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-requests.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-sidecars.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection-simple-presence.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-connection.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-contact-search-result.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-contact-search.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-contact.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-dbus-properties-mixin.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-dbus-tube-channel.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-dbus.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-debug-ansi.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-debug-sender.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-debug.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-defs.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-dtmf.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-enums.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-errors.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-file-transfer-channel.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-gnio-util.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-gtypes.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-handle-channels-context.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-handle-repo.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-handle.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-interfaces.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-media-interfaces.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-observe-channels-context.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-protocol.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-proxy-dbus-core.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-proxy-subclass.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-proxy-tp-properties.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-proxy.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-room-info.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-room-list.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-run.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-simple-approver.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-simple-client-factory.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-simple-handler.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-simple-observer.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-simple-password-manager.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-stream-tube-channel.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-stream-tube-connection.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-account-manager.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-account.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-anonymity.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-auth.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-call.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-contactlist.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-contactsearch.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-dispatch-operation.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-dispatcher.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-file-transfer.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-ft-metadata.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-group.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-media.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-request.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-room.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-roomlist.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-securable.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-text.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-tube.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-tubes.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-client.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-connection-manager.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-connection.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-debug.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-generic.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-media-interfaces.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-protocol.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-service-point.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-tls.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-text-channel.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-util.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-vardict.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-variant-util.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib-version.html
|
|
share/gtk-doc/html/telepathy-glib/telepathy-glib.devhelp2
|
|
share/gtk-doc/html/telepathy-glib/up.png
|
|
share/vala/vapi/telepathy-glib.deps
|
|
share/vala/vapi/telepathy-glib.vapi
|