summaryrefslogtreecommitdiff
path: root/src/mcd-channel.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-03Remove code-generation machinerySimon McVittie1-2/+0
2013-09-12Remove deprecated mcp_dispatch_operation_leave_channels()Simon McVittie1-89/+0
2013-09-12_mcd_channel_depart: use tp_channel_leave_async or tp_channel_close_asyncSimon McVittie1-30/+22
2013-09-03Remove various useless virtual method paddingSimon McVittie1-1/+0
2012-10-08Generally use GVariant, not GHashTable, for channels' propertiesSimon McVittie1-6/+6
2012-10-08McdChannel: use the TpConnection's factory to make TpChannel objectsSimon McVittie1-4/+8
2012-10-08McdChannel: use tp_channel_get_requested instead of reinventing itSimon McVittie1-18/+2
2012-10-08replace sealed struct members with getters and use TpProtocolSimon McVittie1-2/+2
2012-09-07Use G_VALUE_INIT instead of { 0 }Simon McVittie1-3/+3
2012-05-14Use telepathy-glib meta-headersSimon McVittie1-6/+2
2012-05-08mcd_dispatcher_context_get_channel_by_type: remove, unusedSimon McVittie1-22/+0
2012-05-08McdChannel: remove more unused accessorsSimon McVittie1-50/+0
2012-05-08mcd_channel_get_name: remove, unusedSimon McVittie1-28/+0
2012-05-08mcd_channel_get_inviter: removeSimon McVittie1-27/+0
2012-05-08McdChannel: stop tracking group membersSimon McVittie1-61/+0
2012-05-08mcd_channel_get_members_accepted and members-accepted signal: removeSimon McVittie1-25/+0
2012-05-08mcd_channel_is_missed: remove, unusedSimon McVittie1-24/+0
2012-05-08Consistently include config.h in every .c fileSimon McVittie1-0/+2
2012-05-08Use TP_ERROR instead of long-deprecated TP_ERRORSSimon McVittie1-3/+3
2012-04-03stop using deprecated tp-glib functionsJonny Lamb1-7/+19
2011-11-21Build on systems without gettextAlvaro Soliverez1-2/+0
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-1/+1
2010-11-18Header file no longer existstelepathy-mission-control-5.7.0Vivek Dasmohapatra1-1/+0
2010-09-09_mcd_channel_new_request: take a pre-constructed McdRequestSimon McVittie1-17/+5
2010-09-09Give each McdRequest a ref to the client registrySimon McVittie1-4/+5
2010-09-09McdChannel: remove disused implementations of the ChannelRequest APISimon McVittie1-108/+1
2010-09-09Export McdRequest, not McdChannel, on D-BusSimon McVittie1-6/+1
2010-09-09McdRequest: implement the early stages of Proceed()Simon McVittie1-24/+1
2010-09-09_mcd_channel_request_proceed: don't allow for absent accountsSimon McVittie1-17/+1
2010-09-09_mcd_account_proceed_with_request: remove dependence on McdChannelSimon McVittie1-1/+1
2010-09-09Move a stub version of Cancel() to McdRequestSimon McVittie1-48/+48
2010-09-09Remove the concept of creating a channel request that is already proceedingSimon McVittie1-14/+35
2010-09-09_mcd_channel_get_request_user_action_time: remove, unusedSimon McVittie1-18/+0
2010-09-09_mcd_channel_get_request_path: removeSimon McVittie1-18/+0
2010-09-09_mcd_channel_dup_request_properties: removeSimon McVittie1-8/+0
2010-09-09McdChannel: track satisfied requests as a list of McdRequest, not McdChannelSimon McVittie1-16/+12
2010-09-09Make mcd_channel_new_request internalSimon McVittie1-10/+10
2010-09-09_mcd_request_set_success: take a TpChannel, currently unusedSimon McVittie1-1/+2
2010-09-09mcd_channel_status_changed: assert that we do/don't have a channelSimon McVittie1-0/+21
2010-09-09Check all references to user action time and update for current telepathy-specSimon McVittie1-3/+4
2010-09-09McdRequest: implement the interfaces and properties of a ChannelRequestSimon McVittie1-35/+1
2010-09-09McdRequest: add Requests and Interfaces propertiesSimon McVittie1-9/+9
2010-09-09various shared classes: use tp_clear_object, tp_clear_pointerSimon McVittie1-9/+3
2010-09-08McdChannel: remove unused DEPRECATED_PROPERTY_WARNING macroSimon McVittie1-3/+0
2010-09-08channel_request_proceed: don't crash if already proceedingSimon McVittie1-0/+1
2010-09-06Copy the TpChannel to a proxy McdChannel when setting it upSimon McVittie1-3/+54
2010-09-06Move SucceededWithChannel and Hints into .FUTURE pseudo-interfacesSimon McVittie1-18/+30
2010-09-01rename _mcd_channel_dup_properties to _mcd_channel_dup_request_propertiesGuillaume Desmottes1-1/+1
2010-09-01_mcd_channel_get_satisfied_requests: return an hash table mapping the path to...Guillaume Desmottes1-8/+13
2010-09-01mcd-channel: store the channel request object in satisfied_requests instead o...Guillaume Desmottes1-20/+30