summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy-internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Mark all -internal headers as /*<private_header>*/Simon McVittie2012-05-071-0/+1
| | | | | | | | | | This is a nicer way to get them out of the gtk-doc than listing them all in docs/reference/Makefile.am. (We still need to mention proxy-introspectable.h there, though - it's private from gtk-doc's point of view, but not gobject-introspection's.) Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49384
* Add _tp_proxy_ensure_factoryXavier Claessens2011-07-201-0/+3
|
* Move TpProxyFeature as public API (#31583)Guillaume Desmottes2011-05-121-26/+0
|
* Add TpProxyFeature.prepare_before_signalling_connected_asyncGuillaume Desmottes2011-05-121-0/+9
| | | | | It allows a prepared feature to be notified to update itself before announcing that the connection is now CONNECTED.
* add TpProxyFeature.can_retryGuillaume Desmottes2011-05-121-0/+2
|
* remove TpProxyFeature.start_preparing()Guillaume Desmottes2011-05-121-1/+0
|
* TpProxyFeature: add interfaces_neededGuillaume Desmottes2011-05-121-0/+4
|
* Add an async variant of start_preparingGuillaume Desmottes2011-05-121-0/+8
|
* TpProxyFeature: use a proper private structGuillaume Desmottes2011-05-121-1/+3
|
* Move _tp_proxy_set_features_failed to internal header where it should have beenSimon McVittie2010-05-211-0/+2
| | | | Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
* Add spacing to TpProxy's new API according to Guillaume's preferenceSimon McVittie2010-04-081-2/+4
|
* Add support for tracking features in TpProxySimon McVittie2010-04-071-0/+16
| | | | | | | | | | | | | | Notable subtleties: * Invalidated objects are considered to be unprepared again. This doesn't match channel-ready, but does match TpAccount. * Feature preparation can fail without invalidating the object. TpConnectionManager needs this. * tp_proxy_is_prepared and tp_proxy_prepare_async return FALSE without criticalling on invalid features. This is highly questionable, but matches TpAccountManager's behaviour.
* various: warn about unused results that would indicate an obvious leakSimon McVittie2009-12-181-1/+2
|
* Move method- and signal-specific bits of TpProxy to separate source filesSimon McVittie2008-03-031-0/+27
| | | | 20080303170716-53eee-e28f1cb9cf42f66efd23538e0f1c3a076f586132.gz
* Move TpProxy API to proxy.hSimon McVittie2007-11-211-48/+0
| | | | 20071121170521-53eee-ad63507a3a4bb5c9cc11fd84628b9cf290188196.gz
* Clean up TpProxy ABI and make (most of) the struct publicSimon McVittie2007-11-211-17/+0
| | | | 20071121170034-53eee-4f528ef1bc36f94912e443f07e79e4075527a2f8.gz
* Clean up TpProxyClass API enough to make it publicSimon McVittie2007-11-211-10/+3
| | | | 20071121165314-53eee-53ee96b3cc406df5799f6eb191364c6bb3fed5a4.gz
* Give TpProxy a dbus_daemon member. Finalize it properlySimon McVittie2007-11-201-0/+1
| | | | 20071120113726-53eee-949b765a337e5d2c24180041df8e5a3f63100d07.gz
* Set up some machinery in TpProxy to support signal connectionsSimon McVittie2007-11-191-11/+6
| | | | 20071119165322-53eee-67ad30aa647432b1cb16dbfed494f1bffe12dae7.gz
* Make tp_proxy_invalidated() get a const GError *Simon McVittie2007-11-191-1/+1
| | | | 20071119165229-53eee-86889754ae734a2a7b97f37cbfec954fc50440ba.gz
* TpProxy: include a GError in the Destroyed signalSimon McVittie2007-11-191-1/+1
| | | | 20071119142609-53eee-c59334dc96e155d1cae147fa54af92a7b6b53534.gz
* TpProxy, TpChannel, TpConnection, TpConnectionManager: add D-Bus signatures ↵Simon McVittie2007-11-191-0/+1
| | | | | | when interfaces are added 20071119142453-53eee-970a302386b6bbe4795d5bc26090abb2438f4310.gz
* Make client stuff return a TpProxyPendingCall *Simon McVittie2007-11-191-6/+4
| | | | 20071119124841-53eee-c8098731b57c68f57c39c141d03f472d429bb64f.gz
* Implement asynchronous calls in glib-client-genSimon McVittie2007-11-161-0/+18
| | | | 20071116160653-53eee-e6beea6bcaaba11a969c0108b3d96b1f21c10a35.gz
* Get rid of vestigial fixed_interface in TpProxy, replacing it with an ↵Simon McVittie2007-11-151-2/+1
| | | | | | optional interface that's added in the TpProxy constructor 20071115210417-53eee-4862dc8a61875bfe77188f5b25da1121a1bb99a3.gz
* Make TpProxy not a subclass of DBusGProxySimon McVittie2007-11-151-6/+21
| | | | 20071115202447-53eee-490156f3199193578bfe147e1361e478656c8048.gz
* Move definition of TpProxyClass, TpProxy to an internal header - it ↵Simon McVittie2007-11-151-0/+45
shouldn't be part of our ABI yet 20071115190413-53eee-3785f757c39edb0ca524d0e7bf20b232b715ef25.gz