summaryrefslogtreecommitdiff
path: root/telepathy-glib/account.c
Commit message (Expand)AuthorAgeFilesLines
...
* account: free the cached TpConnection if the connection object path changesJonny Lamb2009-09-261-0/+7
* account: make :enabled property read onlyJonny Lamb2009-09-261-22/+1
* account: removed useless code from _set_connectionJonny Lamb2009-09-261-8/+0
* account: remove _tp_account_parse_object_pathJonny Lamb2009-09-261-77/+2
* account: remove unused connect_time private struct memberJonny Lamb2009-09-261-10/+0
* account{,-manager}: allow checking and preparing NULL featuresJonny Lamb2009-09-261-2/+2
* account{,-manager}: remove _get_*_features to internal headersJonny Lamb2009-09-261-6/+7
* account{,-manager}: renamed _is_ready to _is_preparedJonny Lamb2009-09-261-4/+4
* account{,-manager}: refactor _become_readyJonny Lamb2009-09-261-5/+17
* account{,-manager}: assert if the GSimpleAsyncResult is not validJonny Lamb2009-09-261-41/+79
* account: don't listen to the connection's invalidated signal and use the Conn...Jonny Lamb2009-09-261-62/+7
* account{,-manager}: make sure the GAsyncResult completes asynchronouslyJonny Lamb2009-09-261-1/+1
* account: make _get_connection lazily create the TpConnectionJonny Lamb2009-09-261-4/+13
* account{,-manager}: no need to think the object will be disposed with outstan...Jonny Lamb2009-09-261-16/+4
* account: when emitting status-changed, use the right argumentsJonny Lamb2009-09-261-1/+1
* account{,-manager}: show in _prepare_async documentation that @features may b...Jonny Lamb2009-09-261-1/+4
* account: remove incorrect assertionJonny Lamb2009-09-261-1/+0
* account: no need to emit notify::connection when the connection is readyJonny Lamb2009-09-261-1/+0
* account: make core ready after receiving all its propertiesJonny Lamb2009-09-261-2/+2
* account{,-manager}: add run-time checks for argument typesJonny Lamb2009-09-261-22/+116
* account: misc fixes to the property documentationJonny Lamb2009-09-261-5/+5
* account: document a use-case for _ensure_connectionJonny Lamb2009-09-261-0/+4
* account{,-manager}: add more notes on what each core feature meansJonny Lamb2009-09-261-0/+7
* account{,-manager}: add notes about guarantees for properties/getters if the ...Jonny Lamb2009-09-261-0/+51
* account: make sure property docs and getter docs point to each otherJonny Lamb2009-09-261-27/+30
* account: add docs about which properties can be listened to using the notify ...Jonny Lamb2009-09-261-0/+68
* account: add two further arguments to ::status-changed to be ready for the fu...Jonny Lamb2009-09-261-2/+7
* account: removed #TpAccount::removed as we can use #TpProxy::invalidatedJonny Lamb2009-09-261-18/+0
* account: tried to clarified #TpAccount:connection documentation regarding rea...Jonny Lamb2009-09-251-1/+2
* account: add @reconnect_required to _update_parameters_finishJonny Lamb2009-09-251-0/+13
* account: add current- prefix to presence properties and -type suffix where ap...Jonny Lamb2009-09-251-29/+29
* account: merge _get_requested_{presence,status,status_message} into oneJonny Lamb2009-09-251-33/+14
* account{,-manager}: make no feature ready until core is readyJonny Lamb2009-09-251-2/+7
* account: remove default-presence propertyJonny Lamb2009-09-251-64/+1
* account: replace _get_{presence,status,status_message} with _get_current_pres...Jonny Lamb2009-09-251-34/+10
* [TpAccount] Always return the TpConnection with _get_connection()Danielle Madeley2009-09-251-7/+5
* account{,-manager}: make prepare's feature list be constJonny Lamb2009-09-251-2/+2
* account{,-manager}: only add known features to requestedJonny Lamb2009-09-251-26/+10
* account{,-manager}: make it clearer in the docs whether the returned object w...Jonny Lamb2009-09-251-2/+3
* account: removed _get_unique_nameJonny Lamb2009-09-251-22/+6
* account: removed _refresh_propertiesJonny Lamb2009-09-241-39/+24
* account: merged _get_connection_status and _get_connection_status_reasonJonny Lamb2009-09-241-18/+7
* account: removed _is_just_connectedJonny Lamb2009-09-241-26/+0
* account{,-manager}: return FALSE in _is_ready if the proxy is invalidatedJonny Lamb2009-09-241-0/+3
* account: add accessors for requested, actual and missing featuresJonny Lamb2009-09-241-8/+89
* account: change behaviour of featuresJonny Lamb2009-09-241-40/+60
* account*: remove _set_featuresJonny Lamb2009-09-241-51/+16
* account*: misc fixes to gtk-doc commentsJonny Lamb2009-09-241-1/+1
* account-manager: remove _get_requested_global_presenceJonny Lamb2009-09-221-44/+57
* account{,-manager}: make _FEATURE_CORE expand to a function callJonny Lamb2009-09-211-7/+25