summaryrefslogtreecommitdiff
path: root/telepathy-glib/group-mixin.c
Commit message (Expand)AuthorAgeFilesLines
* Use tp_value_array_free instead of g_value_array_freeSimon McVittie2013-09-261-1/+1
* Replace more printf() with DEBUG()Xavier Claessens2013-03-191-4/+4
* GroupMixin: Use DEBUG() instead of printf()Xavier Claessens2013-03-191-6/+2
* Deprecate tp_handle(s)_ref/unref, tp_handle(s)_client_hold/release and tp_con...Xavier Claessens2012-05-101-61/+3
* Stop using TP_ERRORSSimon McVittie2012-05-021-8/+8
* Use GLib's default marshaller everywhereSimon McVittie2012-03-011-2/+0
* 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-21/+21
* group-mixin: always set the Members_Changed_Detailed flagGuillaume Desmottes2011-10-311-1/+1
* Implement new Channel.Group spec in TpGroupMixinXavier Claessens2011-09-301-3/+85
* GroupMixin: also update variable names to contact_idsWill Thompson2011-05-111-18/+18
* GroupMixin: correctly use contact-ids, not member-idsWill Thompson2011-05-111-4/+4
* Use "Since:" and "Deprecated:" instead of "@since" and "@deprecated"Simon McVittie2010-12-131-2/+2
* Prepare version 0.13.9telepathy-glib-0.13.9Simon McVittie2010-12-101-0/+4
* TP_HAS_GROUP_MIXIN, TP_HAS_GROUP_MIXIN_CLASS: addSimon McVittie2010-12-101-0/+17
* Merge branch 'tp-handle-ref'Jonny Lamb2010-11-151-8/+7
|\
| * use tp_handle_ref's new return type around sourceJonny Lamb2010-11-151-8/+7
* | Merge branch 'telepathy-glib-0.12'Simon McVittie2010-11-151-3/+4
|\ \ | |/ |/|
| * fd.o #31581: tp_group_mixin_remove_members_with_reason: don't edit a const arraySimon McVittie2010-11-151-3/+4
* | TpGroupMixin, TpPropertiesMixin: stop putting ANSI colours in outputSimon McVittie2010-10-211-10/+8
|/
* Change uses of TpIntSet to TpIntsetPhilip Withnall2010-09-141-17/+17
* Whitelist core TpGroupMixin symbols for introspection.Travis Reitter2010-09-011-32/+32
* tp_group_mixin_change_members: be more const-correctSimon McVittie2010-06-291-16/+16
* TpGroupMixin: when removing members, don't raise an error if it's a no-opSimon McVittie2010-05-211-5/+5
* TpGroupMixin: allow no-op AddMembers for members, even without CAN_ADDSimon McVittie2010-05-211-0/+1
* Fix "Since" annotationsSimon McVittie2009-03-171-1/+1
* tp_group_mixin_class_always_allow_removing_self: shorten to ...allow_self_rem...Simon McVittie2009-03-171-5/+5
* TpGroupMixin: allow channels to make the self-handle always removableSimon McVittie2009-03-161-1/+44
* TpGroupMixin: if flags allow adding or removing a member, but the callback is...Simon McVittie2009-03-161-2/+14
* Fix indentation as per review from wjt, and merge branch 'sliced-woot'Simon McVittie2009-03-051-1/+1
* TpGroupMixin: avoid temporary variables for legibilitySimon McVittie2009-03-041-14/+9
* Use TP_HASH_TYPE_HANDLE_IDENTIFIER_MAP for a{us}Will Thompson2009-02-031-2/+1
* Set correct "Since:" annotations on the functions new in 0.7.21Simon McVittie2009-01-201-1/+1
* Make group_mixin_change_members accept message=NULLWill Thompson2009-01-131-1/+1
* _change_members_detailed: Document details' GTypesWill Thompson2009-01-121-2/+3
* Add missing stringifications of GroupChangeReasonWill Thompson2009-01-071-0/+12
* Add missing cases to GroupFlags stringificationWill Thompson2009-01-071-0/+5
* Ensure all group flags are printed in mixin's debug outputWill Thompson2009-01-071-0/+12
* Correct indentation in group mixin's debug outputWill Thompson2009-01-071-1/+3
* MembersChangedDetailed: include new members' IDs in detailsWill Thompson2009-01-071-0/+79
* Group: add _change_members_detailed()Will Thompson2009-01-071-0/+84
* Group: document _change_members emitting MembersChangedDetailedWill Thompson2009-01-071-4/+5
* Group: keep details dict const until the bindings won't let usWill Thompson2009-01-071-4/+5
* Group: Make _change_members a thin wrapperWill Thompson2009-01-071-67/+88
* Group: emit MembersChangedDetailedWill Thompson2009-01-071-5/+35
* Group: extract emitting MembersChanged signals to a functionWill Thompson2009-01-071-45/+62
* TpGroupMixin: fix whitespace, remove some unnecessary castsSimon McVittie2008-10-151-31/+31
* Document the need to set Group_Flag_Properties after tp_group_mixin_init_dbus...Will Thompson2008-08-181-2/+8
* Update TpGroupMixin docs to indicate that the recent changes were not in 0.7....Simon McVittie2008-06-061-2/+10
* TpGroupMixin: provide a properties implementation for the external group mixi...Simon McVittie2008-06-061-10/+76