summaryrefslogtreecommitdiff
path: root/telepathy-glib/group-mixin.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-11GroupMixin: also update variable names to contact_idsWill Thompson1-18/+18
2011-05-11GroupMixin: correctly use contact-ids, not member-idsWill Thompson1-4/+4
2010-12-13Use "Since:" and "Deprecated:" instead of "@since" and "@deprecated"Simon McVittie1-2/+2
2010-12-10Prepare version 0.13.9Simon McVittie1-0/+4
2010-12-10TP_HAS_GROUP_MIXIN, TP_HAS_GROUP_MIXIN_CLASS: addSimon McVittie1-0/+17
2010-11-15Merge branch 'tp-handle-ref'Jonny Lamb1-8/+7
2010-11-15use tp_handle_ref's new return type around sourceJonny Lamb1-8/+7
2010-11-15Merge branch 'telepathy-glib-0.12'Simon McVittie1-3/+4
2010-11-15fd.o #31581: tp_group_mixin_remove_members_with_reason: don't edit a const arraySimon McVittie1-3/+4
2010-10-21TpGroupMixin, TpPropertiesMixin: stop putting ANSI colours in outputSimon McVittie1-10/+8
2010-09-14Change uses of TpIntSet to TpIntsetPhilip Withnall1-17/+17
2010-09-01Whitelist core TpGroupMixin symbols for introspection.Travis Reitter1-32/+32
2010-06-29tp_group_mixin_change_members: be more const-correctSimon McVittie1-16/+16
2010-05-21TpGroupMixin: when removing members, don't raise an error if it's a no-opSimon McVittie1-5/+5
2010-05-21TpGroupMixin: allow no-op AddMembers for members, even without CAN_ADDSimon McVittie1-0/+1
2009-03-17Fix "Since" annotationsSimon McVittie1-1/+1
2009-03-17tp_group_mixin_class_always_allow_removing_self: shorten to ...allow_self_rem...Simon McVittie1-5/+5
2009-03-16TpGroupMixin: allow channels to make the self-handle always removableSimon McVittie1-1/+44
2009-03-16TpGroupMixin: if flags allow adding or removing a member, but the callback is...Simon McVittie1-2/+14
2009-03-05Fix indentation as per review from wjt, and merge branch 'sliced-woot'Simon McVittie1-1/+1
2009-03-04TpGroupMixin: avoid temporary variables for legibilitySimon McVittie1-14/+9
2009-02-03Use TP_HASH_TYPE_HANDLE_IDENTIFIER_MAP for a{us}Will Thompson1-2/+1
2009-01-20Set correct "Since:" annotations on the functions new in 0.7.21Simon McVittie1-1/+1
2009-01-13Make group_mixin_change_members accept message=NULLWill Thompson1-1/+1
2009-01-12_change_members_detailed: Document details' GTypesWill Thompson1-2/+3
2009-01-07Add missing stringifications of GroupChangeReasonWill Thompson1-0/+12
2009-01-07Add missing cases to GroupFlags stringificationWill Thompson1-0/+5
2009-01-07Ensure all group flags are printed in mixin's debug outputWill Thompson1-0/+12
2009-01-07Correct indentation in group mixin's debug outputWill Thompson1-1/+3
2009-01-07MembersChangedDetailed: include new members' IDs in detailsWill Thompson1-0/+79
2009-01-07Group: add _change_members_detailed()Will Thompson1-0/+84
2009-01-07Group: document _change_members emitting MembersChangedDetailedWill Thompson1-4/+5
2009-01-07Group: keep details dict const until the bindings won't let usWill Thompson1-4/+5
2009-01-07Group: Make _change_members a thin wrapperWill Thompson1-67/+88
2009-01-07Group: emit MembersChangedDetailedWill Thompson1-5/+35
2009-01-07Group: extract emitting MembersChanged signals to a functionWill Thompson1-45/+62
2008-10-15TpGroupMixin: fix whitespace, remove some unnecessary castsSimon McVittie1-31/+31
2008-08-18Document the need to set Group_Flag_Properties after tp_group_mixin_init_dbus...Will Thompson1-2/+8
2008-06-06Update TpGroupMixin docs to indicate that the recent changes were not in 0.7....Simon McVittie1-2/+10
2008-06-06TpGroupMixin: provide a properties implementation for the external group mixi...Simon McVittie1-10/+76
2008-06-06Don't unref handles with owners until after we've emitted HandleOwnersChanged...Simon McVittie1-1/+5
2008-06-05Slightly simplify add_handle_owners_helper per sjoerd's reviewSimon McVittie1-3/+4
2008-05-27TpGroupMixin: use tp_dbus_properties_mixin_implement_interfaceSimon McVittie1-8/+6
2008-05-26Change tp_group_mixin_add_handle_owners to take a hash table rather than two ...Simon McVittie1-44/+49
2008-05-26TpGroupMixin: add tp_group_mixin_change_self_handle; correctly ref our self-h...Simon McVittie1-0/+37
2008-05-26Don't unref owner handles in remove_handle_owners_if_exist if they were 0Simon McVittie1-2/+4
2008-05-26Don't unref handles that are 0 when finalizing the message mixinSimon McVittie1-1/+3
2008-05-26Group mixin: improve docs for propertiesSimon McVittie1-1/+25
2008-05-26Don't ref and unref handles if they are 0Simon McVittie1-2/+7
2008-05-26tp_group_mixin_add_handle_owner: accept owner_handle == 0 as documentedSimon McVittie1-1/+0