summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-handles.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate tp_connection_hold_handles()Xavier Claessens2012-05-101-0/+7
* Deprecate tp_connection_request_handles()Xavier Claessens2012-05-101-0/+6
* Deprecate tp_connection_get_contact(_list)_attributesXavier Claessens2012-05-101-0/+4
* Deprecate tp_handle(s)_ref/unref, tp_handle(s)_client_hold/release and tp_con...Xavier Claessens2012-05-101-0/+2
* Use TP_NUM_… instead of NUM_TP_…Simon McVittie2012-04-121-2/+2
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-2/+2
* Prepare version 0.13.8telepathy-glib-0.13.8Simon McVittie2010-12-011-5/+5
* TpConnection: don't track references to handlesSimon McVittie2010-12-011-303/+38
* tp_connection_unref_handles: don't do anythingSimon McVittie2010-12-011-122/+6
* Merge branch 'contact-list'Simon McVittie2010-09-221-0/+59
|\
| * Merge branch 'master' into contact-list-the-revengeSimon McVittie2010-08-251-1/+1
| |\
| * | Update ContactList spec to draft 3, but for the moment keep draft 2 semanticsSimon McVittie2010-07-191-3/+3
| * | Update ContactList, ContactGroups spec to tp-spec masterSimon McVittie2010-06-291-2/+2
| * | Correct documentation of tp_connection_request_contact_list_attributes()Simon McVittie2010-06-071-14/+8
| * | tp_connection_request_contact_list_attributes: addSimon McVittie2010-06-071-0/+65
* | | Trivial annotation fixes for TpConnectionRequestHandlesCbPhilip Withnall2010-09-141-2/+3
| |/ |/|
* | Fix various broken cross-references in documentationSimon McVittie2010-08-231-1/+1
|/
* Remove trailing whitespaceSimon McVittie2010-05-241-1/+1
* Added element-type and transfer annotations to garray argumentsMorten Mjelva2010-05-241-2/+2
* Merge branch 'error-macros'Simon McVittie2010-05-031-3/+4
|\
| * Use macros WARNING(), etc., consistently (within the library)Simon McVittie2010-04-301-2/+2
| * TpConnection: if RequestHandles returns the wrong length, raise errorSimon McVittie2010-04-301-1/+2
* | Add/correct gobject-introspection annotation for TpConnection and TpConnectio...Danielle Madeley2010-05-031-7/+7
|/
* Initial work on generating gobject-introspectionDanielle Madeley2010-04-251-2/+2
* connection_got_contact_attributes: don't display debug message if an error oc...Guillaume Desmottes2010-04-201-2/+3
* Document client-side handle reference counting.Will Thompson2009-05-281-2/+13
* Don't hold handles if GetContactAttributes failsWill Thompson2009-04-071-1/+1
* Linkify a reference to #TpProxy::invalidatedWill Thompson2009-01-071-1/+1
* Warn against using handle-holding D-Bus APIs directlySimon McVittie2008-11-061-0/+11
* tp_connection_get_contact_attributes: addSimon McVittie2008-11-061-0/+135
* tp_connection_unref_handles: if no handles are to be released, don't leak memorySimon McVittie2008-10-221-0/+4
* connection-handles: When doing a g_return_if_fail for something that obscurel...Simon McVittie2008-10-131-2/+3
* connection-handles: replace a couple of inappropriate g_message calls with DE...Simon McVittie2008-10-131-2/+2
* _tp_connection_ref_handles, tp_connection_unref_handles: simplify allocation ...Simon McVittie2008-10-131-51/+30
* tp_connection_request_handles: add more checks and do not allow requesting 0 ...Simon McVittie2008-10-131-9/+9
* tp_connection_hold_handles: add more checks, and do not allow holding 0 handlesSimon McVittie2008-10-131-1/+7
* tp_connection_unref_handles: add more checks, and document that it's a no-op ...Simon McVittie2008-10-131-2/+6
* tp_connection_unref_handles: turn an assert into a return_if_failSimon McVittie2008-10-131-1/+1
* connection-handles: Don't forget handles until *all* TpConnections sharing a ...Simon McVittie2008-10-131-17/+75
* Don't free handle-ref-tracking data structures until the connection is invali...Simon McVittie2008-10-131-22/+0
* Amend a comment to indicate that no, we can't combine unrefs via g_idle_addSimon McVittie2008-10-131-2/+4
* Improve wording of TpConnectionRequestHandlesCb, TpConnectionHoldHandlesCb docsSimon McVittie2008-10-131-2/+2
* TpConnection: add handle ref/hold/release functionalitySimon McVittie2008-10-131-0/+619