summaryrefslogtreecommitdiff
path: root/telepathy-glib/account.c
Commit message (Expand)AuthorAgeFilesLines
* Use macros WARNING(), etc., consistently (within the library)Simon McVittie2010-04-301-1/+1
* Annotate string vectors as GObject.Strv, not GLib.StrvSimon McVittie2010-04-291-1/+1
* Merge branch 'gobject-introspection'Simon McVittie2010-04-281-21/+29
|\
| * Annotate TpAccount and TpAccountManagerDanielle Madeley2010-04-281-21/+29
* | Merge branch 'telepathy-glib-0.10'Simon McVittie2010-04-261-8/+18
|\ \ | |/ |/|
| * TpAccount: don't notify::connection unless something actually changedSimon McVittie2010-04-231-10/+15
| * fd.o #27780: TpAccount: when Connection may have changed, emit notify::connec...Simon McVittie2010-04-231-0/+2
| * TpAccount: don't leak the parametersSimon McVittie2010-04-231-0/+3
* | Add/update version annotationsSimon McVittie2010-04-201-1/+1
* | Implement TpAccount features as TpProxy featuresSimon McVittie2010-04-071-281/+41
* | Prepare release 0.11.1telepathy-glib-0.11.1Simon McVittie2010-04-051-2/+2
* | Fix documentation for tp_account_set_avatar_finish (parameters must be named ...Simon McVittie2010-04-051-1/+1
* | Add API to change Account.Avatar (fdo #27397)Guillaume Desmottes2010-04-011-0/+91
* | Use tp_str_empty whenever it's equivalent to the current codeSimon McVittie2010-04-011-1/+1
* | Merge branches 'trivia' and 'deprecations'Simon McVittie2010-03-311-64/+0
|\ \
| * | _tp_account_get_requested_features etc.: removeSimon McVittie2010-03-301-64/+0
* | | Merge branch 'telepathy-glib-0.10'Guillaume Desmottes2010-03-311-1/+1
|\ \ \ | | |/ | |/|
| * | tp_account_set_nickname_async: set the right source_tagGuillaume Desmottes2010-03-311-1/+1
* | | Merge branch 'telepathy-glib-0.10'Danielle Madeley2010-03-311-0/+21
|\ \ \ | |/ / | | / | |/ |/|
| * tp-account: check Interfaces property and append interface to TpProxyDanielle Madeley2010-03-311-0/+21
* | Merge branch 'telepathy-glib-0.10'Simon McVittie2010-03-091-8/+23
|\ \ | |/
| * tp_account_get_parameters: don't refer to nonexistent function tp_asv_dup_stringSimon McVittie2010-03-091-1/+1
| * tp_account_parse_object_path: clarify ownershipSimon McVittie2010-03-031-1/+3
| * tp_account_get_avatar_async: explain what's in the GArraySimon McVittie2010-03-031-1/+2
| * tp_account_get_parameters: explain what's in the GHashTableSimon McVittie2010-03-031-1/+12
| * tp_account_ensure_connection: make comparison with "/" marginally fasterSimon McVittie2010-03-031-1/+1
| * TpAccount: specify the enum types corresponding to guint propertiesSimon McVittie2010-03-031-4/+5
* | Merge branch 'telepathy-glib-0.10'Simon McVittie2010-03-021-1/+1
|\ \ | |/
| * TpAccount:current-status-message: correct gtk-doc syntaxSimon McVittie2010-03-021-1/+1
* | Revert "fd.o#25600: account{,-manager}: make sure g_s_a_r_set_from_error gets...Simon McVittie2010-01-211-1/+1
* | Revert "account{,-manager}: cast const GError*s to GError* when passing to g_...Simon McVittie2010-01-211-5/+5
|/
* fd.o#25149: TpAccount: when invalidated, signal connection disconnectionSimon McVittie2009-12-181-0/+21
* fd.o#25600: account{,-manager}: make sure g_s_a_r_set_from_error gets a non-c...Jonny Lamb2009-12-121-1/+1
* One more leaking code-path.David Laban2009-11-181-2/+2
* s/g_array_unref/g_array_free/ + fix leak + infer array sizeDavid Laban2009-11-181-3/+5
* TpAccount: Don't use G_N_ELEMENTS() + fix typo.David Laban2009-11-171-3/+3
* TpAccount: Make internal functions deal with GArrays rather than GQuark *.David Laban2009-11-171-40/+11
* b.fd.o #24654: tp_account_prepare_async: copy @features argumentDavid Laban2009-11-171-2/+37
* fd.o#24257: tp_account_prepare: fail if invalidatedDavid Laban2009-11-101-0/+29
* Fail "immediately" if invalidated before prepare.David Laban2009-11-101-1/+10
* Doc: tp_account_is_prepared: s/whether/if/David Laban2009-11-101-1/+1
* account{,-manager}: cast const GError*s to GError* when passing to g_simple_a...Jonny Lamb2009-09-291-5/+5
* Since: 0.9.0Simon McVittie2009-09-281-65/+65
* account{,-manager}: remove unnecessary castsJonny Lamb2009-09-261-4/+4
* account: re-add _refresh_properties internally and call in the AMJonny Lamb2009-09-261-0/+18
* account{,-manager}: small optimization when concating listsJonny Lamb2009-09-261-1/+1
* account: make sure GValues which are initialized are unsetJonny Lamb2009-09-261-1/+9
* account: allow _set_{display,icon}_name take a NULL argument to unset their v...Jonny Lamb2009-09-261-10/+6
* account: no need to dup reconnect_requiredJonny Lamb2009-09-261-3/+1
* account: remove unnecessary castJonny Lamb2009-09-261-1/+1