diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-11-25 12:09:28 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-11-25 13:49:33 +0000 |
commit | 31fe67983c655c2ee799478c4e846024eb19999e (patch) | |
tree | a30d83068c07f1124daae14319917762dee13c11 /telepathy-glib/proxy.c | |
parent | a8c3868be6a7c69925927ff03be58ee6c4823e5a (diff) | |
download | telepathy-glib-31fe67983c655c2ee799478c4e846024eb19999e.tar.gz |
Cross-reference to TP_ERROR_CONFUSED from TP_DBUS_ERROR_INCONSISTENT
Diffstat (limited to 'telepathy-glib/proxy.c')
-rw-r--r-- | telepathy-glib/proxy.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/proxy.c b/telepathy-glib/proxy.c index 0d9d82f4c..12059e136 100644 --- a/telepathy-glib/proxy.c +++ b/telepathy-glib/proxy.c @@ -90,7 +90,8 @@ tp_dbus_errors_quark (void) * @TP_DBUS_ERROR_CANCELLED: Raised from calls that re-enter the main * loop (*_run_*) if they are cancelled * @TP_DBUS_ERROR_INCONSISTENT: Raised if information received from a remote - * object is inconsistent or otherwise obviously wrong (added in 0.7.17) + * object is inconsistent or otherwise obviously wrong (added in 0.7.17). + * See also %TP_ERROR_CONFUSED. * * #GError codes for use with the %TP_DBUS_ERRORS domain. * |