summaryrefslogtreecommitdiff
path: root/telepathy-glib/group-mixin.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't unref handles with owners until after we've emitted HandleOwnersChanged...Simon McVittie2008-06-061-1/+5
* Slightly simplify add_handle_owners_helper per sjoerd's reviewSimon McVittie2008-06-051-3/+4
* TpGroupMixin: use tp_dbus_properties_mixin_implement_interfaceSimon McVittie2008-05-271-8/+6
* Change tp_group_mixin_add_handle_owners to take a hash table rather than two ...Simon McVittie2008-05-261-44/+49
* TpGroupMixin: add tp_group_mixin_change_self_handle; correctly ref our self-h...Simon McVittie2008-05-261-0/+37
* Don't unref owner handles in remove_handle_owners_if_exist if they were 0Simon McVittie2008-05-261-2/+4
* Don't unref handles that are 0 when finalizing the message mixinSimon McVittie2008-05-261-1/+3
* Group mixin: improve docs for propertiesSimon McVittie2008-05-261-1/+25
* Don't ref and unref handles if they are 0Simon McVittie2008-05-261-2/+7
* tp_group_mixin_add_handle_owner: accept owner_handle == 0 as documentedSimon McVittie2008-05-261-1/+0
* Don't leak handle references if the owner of a handle is changedSimon McVittie2008-05-261-3/+13
* Implement tp_group_mixin_add_handle_owner in terms of tp_group_mixin_add_hand...Simon McVittie2008-05-261-21/+1