summaryrefslogtreecommitdiff
path: root/telepathy-glib/handle-channels-context.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using TP_ERRORSSimon McVittie2012-05-021-1/+1
* Use GLib's default marshaller everywhereSimon McVittie2012-03-011-3/+1
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* Simplify _finish() functions using _tp_implement_finish_*Xavier Claessens2011-12-141-15/+1
* Always create TpChannelRequest objects through a factoryXavier Claessens2011-07-201-1/+1
* It is useless to ref/unref channels in the GPtrArray, it has a free_func anywayXavier Claessens2011-07-151-2/+0
* Replace 0.13.UNRELEASED with 0.13.14Will Thompson2011-02-231-1/+1
* coding style fixGuillaume Desmottes2011-02-221-1/+1
* factor out _tp_create_channel_request_listGuillaume Desmottes2011-02-221-24/+3
* add tp_handle_channels_context_get_requests()Guillaume Desmottes2011-02-221-0/+51
* Document that handlers are responsible to call Close() on handled channelsXavier Claessens2010-12-101-0/+3
* Add Since annotationsSimon McVittie2010-08-251-0/+2
* tp_handle_channels_context_get_handler_info: add accessorSimon McVittie2010-08-251-0/+22
* TpBaseClient: wait for user-set account, connection and channel featuresSimon McVittie2010-08-171-6/+10
* Merge branch 'user-action-times'Simon McVittie2010-08-121-8/+5
|\
| * Reference TpAccountChannelRequest:user-action-time whenever user_action_time ...Simon McVittie2010-08-121-8/+1
| * Reference TP_USER_ACTION_TIME_* everywhere a user action time is usedSimon McVittie2010-08-121-6/+10
* | rename channel_prepare_cb to make debug clearerGuillaume Desmottes2010-08-121-2/+2
|/
* Prepare version 0.11.6telepathy-glib-0.11.6Simon McVittie2010-05-251-13/+15
* change user-action-time to a gint64 and improve docGuillaume Desmottes2010-05-241-4/+9
* handle-channels-context: include public header firstGuillaume Desmottes2010-05-241-1/+1
* remove useless backslashGuillaume Desmottes2010-05-241-1/+1
* use WARNING instead of g_warningGuillaume Desmottes2010-05-241-1/+1
* add TpHandleChannelsContext::done signalGuillaume Desmottes2010-05-171-0/+27
* add handle-channels-contextGuillaume Desmottes2010-05-171-0/+663