summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-group.c
Commit message (Expand)AuthorAgeFilesLines
* channel-group: don't crash if no message has been providedGuillaume Desmottes2013-10-241-1/+1
* Stop using TP_ERRORSSimon McVittie2012-05-021-1/+1
* channel-group.c: Allow using deprecated in the whole moduleXavier Claessens2012-05-021-2/+5
* TpChannel: Deprecate all TpHandle APIs that have TpContact variantXavier Claessens2012-04-271-0/+12
* 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
* Add TP_CHANNEL_FEATURE_CONTACTS featureXavier Claessens2011-09-301-10/+92
* annotate tp_channe_group_ methodsGuillaume Desmottes2011-06-291-7/+9
* Change uses of TpIntSet to TpIntsetPhilip Withnall2010-09-141-7/+7
* Fix various broken cross-references in documentationSimon McVittie2010-08-231-3/+4
* TpChannel: use TpIntSetFastIterSimon McVittie2010-05-211-4/+5
* Merge branch 'even-better-errors'Simon McVittie2010-05-041-9/+134
|\
| * TpChannel: map most TP_ERRORS_REMOVED_FROM_GROUP errors into TP_ERRORSSimon McVittie2010-04-271-0/+96
| * fd.o #23369: TpChannel: if the CM gives us a recognized error name, use it fo...Simon McVittie2010-04-271-9/+38
* | Use macros WARNING(), etc., consistently (within the library)Simon McVittie2010-04-301-1/+1
|/
* Merge remote branch 'kalfa/remove_fixme_connection_self_handle'Simon McVittie2010-04-121-3/+0
|\
| * fdo#22966: channel-group.c: remove the FIXME commentCosimo Alfarano2010-04-091-3/+0
* | Add a GROUP feature to TpChannelSimon McVittie2010-04-081-13/+18
|/
* Use tp_str_empty whenever it's equivalent to the current codeSimon McVittie2010-04-011-2/+2
* TpChannel: do not disconnect from a TpProxySignalConnection that's already goneSimon McVittie2009-08-191-0/+7
* Make GetGroupFlags() failing abort introspection.Will Thompson2009-07-271-11/+12
* Assert that connecting to Group signals worksWill Thompson2009-05-151-10/+41
* fd.o#20646: TpChannel: when adding contacts to one of the Group sets, remove ...Simon McVittie2009-03-161-0/+6
* TpChannel: use tp_g_slice_new_uint() etc. to elide temporary GValuesSimon McVittie2009-03-041-10/+6
* TpChannel: respond to removal of the global self-handle in the same way as th...Simon McVittie2009-02-041-1/+2
* Channel: don't allow handle 0 to be in a group, even if the CM says it isSimon McVittie2009-02-041-0/+57
* Merge branch 'checks'Xavier Claessens2009-01-131-0/+14
|\
| * Add sanity checks to tp_channel_group_*Xavier Claessens2009-01-121-0/+14
* | Include details['error'] in channel::invalidatedWill Thompson2009-01-071-1/+11
* | Extract change-reason from MembersChangedDetailed correctlyWill Thompson2009-01-071-1/+1
* | Invalidate channel proxy if immutable group flags changeWill Thompson2009-01-071-0/+19
* | Only listen to one of MembersChanged[Detailed]Will Thompson2009-01-071-17/+47
* | Emit group-members-changed[-detailed] on MembersChangedDetailedWill Thompson2009-01-071-0/+14
* | TpChannel: stub handler for MembersChangedDetailedWill Thompson2009-01-071-0/+19
* | Emit group-members-changed-detailed in response to MembersChangedWill Thompson2009-01-071-2/+31
* | TpChannel: extract handling of MembersChanged to a separate functionWill Thompson2009-01-071-81/+96
|/
* Fix tp_channel_group_get_local_pending_info() to return the correct information.Xavier Claessens2008-12-151-1/+2
* _tp_channel_get_group_properties: do nothing if not a GroupSimon McVittie2008-11-051-0/+10
* Annotate new Channel API as Since: 0.7.12telepathy-glib_0.7.12telepathy-glib-0.7.12Simon McVittie2008-07-211-0/+7
* TpChannel: make all members privateSimon McVittie2008-07-081-14/+14
* _tp_channel_emit_initial_sets: make whitespace consistentSimon McVittie2008-07-021-2/+2
* Don't forget to continue introspection after emitting initial setsXavier Claesses2008-06-121-0/+2
* Emit "group-members-changed" signal with initial sets before the channel beco...Xavier Claesses2008-06-061-2/+39
* TpChannel: add GObject signals when group members or flags changeSimon McVittie2008-05-301-2/+6
* Fix assertionsSimon McVittie2008-05-291-2/+1
* Make tp_channel_group_get_local_pending_info() not a stubSimon McVittie2008-05-291-4/+34
* TpChannel: allow direct access to TpIntSets of membersSimon McVittie2008-05-291-21/+21
* Split group-related TpChannel functionality into channel-group.cSimon McVittie2008-05-291-0/+833
* Add an empty channel-group.cSimon McVittie2008-05-291-0/+0