summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-channel-request.c
Commit message (Expand)AuthorAgeFilesLines
...
* add tp_account_channel_request_set_hints()Guillaume Desmottes2011-02-221-25/+106
* use WithHints() variant with request and observeGuillaume Desmottes2011-02-221-4/+8
* account-channel-request: prepare features on the channelGuillaume Desmottes2011-02-221-16/+46
* account-channel-request: pass factory to TpChannelRequest if neededGuillaume Desmottes2011-02-221-0/+6
* add tp_account_channel_request_{create,ensure}_and_observe_channel_async (fdo...Guillaume Desmottes2011-02-221-1/+235
* replace should_handle by an enumGuillaume Desmottes2011-02-221-7/+11
* properly annotate tp_account_channel_request_get_channel_request()Guillaume Desmottes2011-02-141-1/+2
* Version 0.13.13telepathy-glib-0.13.13Vivek Dasmohapatra2011-02-091-2/+2
* properly document tp_account_channel_request_get_channel_requestGuillaume Desmottes2011-02-091-1/+1
* explain how to compare TpChannelRequest objectsGuillaume Desmottes2011-02-091-1/+5
* account-channel-request: add a channel-request property (#33761)Guillaume Desmottes2011-02-011-0/+41
* Avoid potential problems if channel is already invalidatedXavier Claessens2010-12-101-4/+3
* Document that handlers are responsible to call Close() on handled channelsXavier Claessens2010-12-101-0/+6
* tp_account_channel_request_get_property: use the right GValue setterSimon McVittie2010-11-251-1/+1
* fd.o #31631: fix confusion between TpClientChannelFactory and TpClientChannel...Simon McVittie2010-11-161-4/+4
* NEWS and stuff for 0.13.2Simon McVittie2010-10-151-1/+1
* rename TpAutomaticChannelFactory to TpAutomaticProxyFactoryGuillaume Desmottes2010-10-071-1/+1
* add tp_account_channel_request_set_channel_factory()Guillaume Desmottes2010-10-071-0/+32
* TpAccountChannelRequest: explain why the context might be usefulSimon McVittie2010-08-251-0/+15
* TpAccountChannelRequest: add the missing word "reference"Simon McVittie2010-08-251-2/+2
* TpBaseClient: change the semantics of "likely account" to "only for account"Simon McVittie2010-08-231-1/+1
* Add API for a TpAccountChannelRequest to feed its TpAccount through its TpBas...Simon McVittie2010-08-171-0/+3
* TpAccountChannelRequest: explain what "ensure" meansSimon McVittie2010-08-121-0/+8
* TpAccountChannelRequest: mention how the _and_handle variants workSimon McVittie2010-08-121-0/+8
* TpAccountChannelRequest::re-handled: say why this signal existsSimon McVittie2010-08-121-0/+3
* tp_account_channel_request_new: cross-reference detailed docs for user action...Simon McVittie2010-08-121-2/+3
* Centralize user action time docs in TpAccountChannelRequest:user-action-timeSimon McVittie2010-08-121-5/+15
* TpAccountChannelRequest:user-action-time: explain how to get from X11Simon McVittie2010-08-121-3/+8
* tp_account_channel_request_create_and_handle_channel_finish: say how the hand...Simon McVittie2010-08-121-2/+4
* TpAccountChannelRequest::re-handled: explain what this meansSimon McVittie2010-08-121-1/+11
* TpAccountChannelRequest:request: fix documentationSimon McVittie2010-08-121-2/+2
* Reference TP_USER_ACTION_TIME_* everywhere a user action time is usedSimon McVittie2010-08-121-6/+11
* Prepare release 0.11.12telepathy-glib-0.11.12Simon McVittie2010-08-101-19/+19
* properly annotate @context out argGuillaume Desmottes2010-08-101-4/+4
* request_and_handle_channel_finish: return NULL instead of FALSE if something ...Guillaume Desmottes2010-08-101-3/+3
* improve docGuillaume Desmottes2010-08-101-6/+8
* fix typo in a debugGuillaume Desmottes2010-08-101-1/+1
* rename self->priv->handle to self->priv->should_handleGuillaume Desmottes2010-08-101-5/+5
* add API to request a channel and let MC dispatch it (fdo #29456)Guillaume Desmottes2010-08-101-9/+218
* add allow-none to _finish returnsGuillaume Desmottes2010-08-101-4/+4
* remove account-channel-request-internal.hGuillaume Desmottes2010-08-101-1/+6
* prefix static function using DEBUG with acr_Guillaume Desmottes2010-08-101-13/+13
* annotate return valuesGuillaume Desmottes2010-08-101-6/+6
* user-action-time can't be NULL... it's not a pointerGuillaume Desmottes2010-08-101-2/+0
* add the channel to the re-handled signalGuillaume Desmottes2010-08-101-4/+6
* Always unref the result after completing itGuillaume Desmottes2010-08-101-10/+14
* store the TpDBusDaemonGuillaume Desmottes2010-08-101-7/+8
* rename request_and_handle_channel_cb to request_cbGuillaume Desmottes2010-08-101-3/+3
* rename request_complete to handle_request_completeGuillaume Desmottes2010-08-101-2/+2
* add requested attribute ensuring we don't try to request twice the same channelGuillaume Desmottes2010-08-101-1/+6