summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-10-31 22:36:51 +1100
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-10-31 22:36:51 +1100
commite93e8889e7b75fa25911419a757e24ae23bcd4d6 (patch)
treea7efb9540a4dee114a21605967011cc1a4a6cced
parentfdfaadecfe8ae955c3c227eb58e43c4161b5009e (diff)
parent3f095ac75873015fc6758f1da7c21f955d5b5ab4 (diff)
Merge branch 'telepathy-glib-0.16'
-rw-r--r--NEWS17
-rw-r--r--telepathy-glib/proxy.c8
2 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 615da2de..a5233019 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,23 @@ telepathy-glib 0.17.0 (UNRELEASED)
+telepathy-glib 0.16.1 (2011-10-24)
+==================================
+
+Fixes:
+
+• fd.o#42063: circular introspection dependency between connection and
+ contacts. (Sjoerd)
+
+• fd.o#42049: TpBaseContactList now implements
+ TP_TOKEN_CONNECTION_INTERFACE_CONTACT_BLOCKING_BLOCKED. (Guillaume)
+
+• fd.o#41928: Don't crash if the owner of some members of a TpChannel are
+ unknown. (Guillaume)
+
+• fd.o#41929: Don't crash if a TpTextChannel receives a message not having a
+ sender. (Guillaume)
+
telepathy-glib 0.16.0 (2011-10-14)
==================================
diff --git a/telepathy-glib/proxy.c b/telepathy-glib/proxy.c
index ae7fbec3..0a0b6dce 100644
--- a/telepathy-glib/proxy.c
+++ b/telepathy-glib/proxy.c
@@ -1383,6 +1383,14 @@ tp_proxy_class_init (TpProxyClass *klass)
*
* Emitted when this proxy has been become invalid for
* whatever reason. Any more specific signal should be emitted first.
+ *
+ * An invalidated proxy is one which can make no more method calls and will
+ * emit no more D-Bus signals. This is typically because the D-Bus object
+ * represented by the proxy ceased to exist, or there was some error
+ * obtaining the initial state.
+ *
+ * Any pending or future method calls made on this proxy will fail gracefully
+ * with the same error as returned by tp_proxy_get_invalidated().
*/
signals[SIGNAL_INVALIDATED] = g_signal_new ("invalidated",
G_OBJECT_CLASS_TYPE (klass),