diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-10-25 19:21:26 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-10-25 19:58:10 +0100 |
commit | 0c12e099fa79305735a73c379a91f341a6cbdd34 (patch) | |
tree | db5089d11629d50d93ac9552fbce6ae64be07e48 /telepathy-glib/errors.c | |
parent | 31f967079a959007820b522b6c45ba4a4c31d5ee (diff) | |
download | telepathy-glib-0c12e099fa79305735a73c379a91f341a6cbdd34.tar.gz |
Update spec to 0.21.3
- add TP_ERROR_PICKED_UP_ELSEWHERE
and in the Future:
- replace Members with LocalSendingState and RemoteMembers, and split the
change-notification signals
- delete the Creator property
Diffstat (limited to 'telepathy-glib/errors.c')
-rw-r--r-- | telepathy-glib/errors.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/errors.c b/telepathy-glib/errors.c index f6fd70429..ec4b22218 100644 --- a/telepathy-glib/errors.c +++ b/telepathy-glib/errors.c @@ -198,6 +198,10 @@ * Raised when an incoming or outgoing call is rejected by the receiving * contact. * Since: 0.13.2 + * @TP_ERROR_PICKED_UP_ELSEWHERE: org.freedesktop.Telepathy.Error.PickedUpElsewhere: + * Raised when a call was terminated as a result of the local user + * picking up the call on a different resource. + * Since: 0.13.UNRELEASED * * Enumerated type representing the Telepathy D-Bus errors. */ |