summaryrefslogtreecommitdiff
path: root/telepathy-glib/account.h
Commit message (Collapse)AuthorAgeFilesLines
* deprecate tp_account(_manager)_is_prepared for 0.24Guillaume Desmottes2013-09-271-1/+1
|
* deprecate tp_account_is_prepared()Guillaume Desmottes2013-09-271-0/+3
| | | | It's obsolete since a while and we removed it in 1.0.
* Release 0.19.3Xavier Claessens2012-07-051-5/+5
|
* Deprecate tp_account_new(), tp_connection_new() and tp_*_channel_new()Xavier Claessens2012-07-031-0/+1
| | | | | | Those proxies should be constructed using TpSimpleClientFactory https://bugs.freedesktop.org/show_bug.cgi?id=49372
* TpAccount: deprecate "connection-manager" and "protocol" and add "cm-name" ↵Xavier Claessens2012-06-291-1/+11
| | | | | | and "protocol-name" Otherwise we could assume they are returning TpConnectionManager/TpProtocol objects
* Prepare 0.19.1telepathy-glib-0.19.1Guillaume Desmottes2012-06-061-2/+2
|
* Add single-include #error in all headers included from telepathy-glib(-dbus).hXavier Claessens2012-06-051-0/+4
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=49384
* Deprecate tp_account_parse_object_path()Xavier Claessens2012-05-231-0/+3
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=49372
* Deprecate tp_account_ensure_connection()Xavier Claessens2012-05-231-0/+3
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=49372
* Version-annotate recent APISimon McVittie2012-05-031-0/+8
|
* Use _TP_DEPRECATED_IN_* for most deprecated functionsSimon McVittie2012-05-021-2/+6
| | | | | | Also make use of TP_DISABLE_DEPRECATED consistent: always wrap deprecated functions, and add deprecation decorators to any wrapped function.
* tp_account_dup_detailed_error_vardict: addSimon McVittie2012-03-091-0/+2
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=30422 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* tp_account_update_parameters_vardict_async: addSimon McVittie2012-03-091-1/+5
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=30422 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* tp_account_dup_parameters_vardict: addSimon McVittie2012-03-091-0/+1
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=30422 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* tp_account_dup_storage_specific_information_vardict_async: addSimon McVittie2012-03-091-0/+8
| | | | | | | | This is just like tp_account_get_storage_specific_information_async, but with more GVariant. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=30422 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Add tp_account_dup_storage_identifier_variantSimon McVittie2012-03-091-0/+1
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=30422 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Add the Supersedes property and test itSimon McVittie2012-02-201-1/+5
| | | | Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* deprecate tp_account_prepare_{async,finish}Guillaume Desmottes2011-09-191-4/+7
|
* Add new feature TP_ACCOUNT_FEATURE_CONNECTIONXavier Claessens2011-07-261-0/+3
| | | | | It delays "connection" property change notification until the TpConnection is prepared with factory's desired features.
* Add tp_connection_get_account to get a TpAccount from a TpConnectionXavier Claessens2011-07-261-1/+1
| | | | | This works only if the connection was created using a factory that has the corresponding account
* Add an invert parameter to binding functionsDanielle Madeley2011-03-011-1/+1
| | | | | This makes it possible to set a value to FALSE on Connected, which you would use (for example) when showing a GtkInfoBar while an account is disconnected.
* Add GBinding utilities for connection-status on TpAccount and TpConnectionDanielle Madeley2011-02-281-0/+3
| | | | | | | This sets up the appropriate GBinding bits and pieces to bind a connection status to a boolean property, e.g. GtkWidget:sensitive. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=34813
* Add tp_account_get_path_suffix().Will Thompson2010-12-071-0/+1
| | | | | This new function returns the cm/protocol/foo part of a TpAccount's object path.
* Merge branch 'account-omissions'Simon McVittie2010-12-011-0/+12
|\ | | | | | | | | | | | | Conflicts: telepathy-glib/account.c Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32004 Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
| * Add an async setter for AutomaticPresenceSimon McVittie2010-12-011-0/+7
| |
| * tp_account_get_normalized_name: addSimon McVittie2010-12-011-0/+2
| |
| * tp_account_get_automatic_presence: addSimon McVittie2010-12-011-0/+3
| |
* | TpAccount: add convenience API for AddressingSimon McVittie2010-11-251-0/+14
|/
* Add async request to TpAccount for StorageSpecificInformationDanielle Madeley2010-09-301-0/+4
|
* Add new feature and API to retrieve Acct.I.Storage propertiesDanielle Madeley2010-09-301-0/+7
| | | | The feature is called TP_ACCOUNT_FEATURE_STORAGE.
* TpAccount: add tp_account_set_service_asyncSimon McVittie2010-07-021-0/+7
|
* TpAccount: add read-only support for ServiceSimon McVittie2010-07-021-0/+1
|
* tp_account_get_detailed_error: add "C binding" for connection-error etc.Simon McVittie2010-06-141-0/+3
|
* tp_account_get_changing_presence, TpAccount:changing-presence: addSimon McVittie2010-05-251-0/+2
|
* Add API to change Account.Avatar (fdo #27397)Guillaume Desmottes2010-04-011-0/+11
|
* fd.o #22206: deprecate all tp_cli_something_run_something functionsSimon McVittie2010-03-301-1/+2
|
* various: warn about unused results that would indicate an obvious leakSimon McVittie2009-12-181-1/+1
|
* account{,-manager}: remove _get_*_features to internal headersJonny Lamb2009-09-261-6/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* account{,-manager}: renamed _is_ready to _is_preparedJonny Lamb2009-09-261-1/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* account: add @reconnect_required to _update_parameters_finishJonny Lamb2009-09-251-1/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* account: merge _get_requested_{presence,status,status_message} into oneJonny Lamb2009-09-251-5/+1
| | | | | | Same idea as merging _get_current_{presence,status,status_message}. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* account: replace _get_{presence,status,status_message} with ↵Jonny Lamb2009-09-251-5/+2
| | | | | | _get_current_presence Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* account{,-manager}: make prepare's feature list be constJonny Lamb2009-09-251-1/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* account: removed _get_unique_nameJonny Lamb2009-09-251-2/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* account: removed _refresh_propertiesJonny Lamb2009-09-241-2/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* account: merged _get_connection_status and _get_connection_status_reasonJonny Lamb2009-09-241-4/+2
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* account: removed _is_just_connectedJonny Lamb2009-09-241-2/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* account: add accessors for requested, actual and missing featuresJonny Lamb2009-09-241-1/+5
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* account: change behaviour of featuresJonny Lamb2009-09-241-1/+1
| | | | | | | | | | Ignore unknown features (pretend they're ready on a become_ready call, but not on _is_ready). Also remove subtle "add features as _get_feature is called" behaviour and have them all added in constructed. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* account*: remove _set_featuresJonny Lamb2009-09-241-2/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>