summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Add single-include #error in all headers included from telepathy-glib(-dbus).hXavier Claessens2012-06-051-0/+4
* TpProxy: seal struct fieldsSimon McVittie2012-06-041-5/+5
* Version-annotate recent APISimon McVittie2012-05-031-0/+1
* TP_NUM_DBUS_ERRORS, TP_NUM_CONTACT_FEATURES: addSimon McVittie2012-04-121-1/+2
* Add TpSimpleClientFactoryXavier Claessens2011-07-201-0/+4
* Move TpProxyFeature as public API (#31583)Guillaume Desmottes2011-05-121-1/+25
* Fix various broken cross-references in documentationSimon McVittie2010-08-231-1/+1
* fd.o #28751: tp_proxy_has_interface: convert from macro to functionSimon McVittie2010-07-131-11/+1
* TpProxyClass: hide the tail of the struct from gtk-docSimon McVittie2010-06-231-0/+1
* Hide TpProxyClassFeatureListFunc from the g-i scanner, since vapigen doesn't ...Travis Reitter2010-06-171-0/+8
* Move _tp_proxy_set_features_failed to internal header where it should have beenSimon McVittie2010-05-211-2/+0
* proxy.h: include _gen/genums.h, for TP_TYPE_DBUS_ERRORSimon McVittie2010-05-041-0/+1
* Work around GObject Introspection bug #615923Danielle Madeley2010-05-031-1/+1
* Add spacing to TpProxy's new API according to Guillaume's preferenceSimon McVittie2010-04-081-4/+8
* Add support for tracking features in TpProxySimon McVittie2010-04-071-2/+16
* Don't document @parent, @priv in object structsSimon McVittie2010-04-051-1/+1
* fd.o #22206: deprecate all tp_cli_something_run_something functionsSimon McVittie2010-03-301-0/+2
* TpProxy: rename @interface to @iface in all function parametersSimon McVittie2009-10-161-5/+5
* TpProxy: expose a method to map D-Bus errors to GErrorsSimon McVittie2009-01-281-0/+3
* TpProxy: use "unsigned int" in public struct, gtkdoc doesn't understand "unsi...Simon McVittie2008-10-151-1/+1
* TpProxy: use unsigned for booleans in bitfieldsSimon McVittie2008-10-151-1/+1
* TpProxy: let tp_proxy_get_bus_name() etc. take a gpointerSimon McVittie2008-10-141-5/+5
* Add TP_DBUS_ERROR_INCONSISTENTSimon McVittie2008-10-071-0/+1
* Mark read-only fields in TpProxy as private.Will Thompson2008-10-031-1/+1
* Add accessors for read-only fields in TpProxy.Will Thompson2008-10-031-0/+10
* Finish converting self -> {pc,sc} (keep gtkdoc happy)Simon McVittie2008-03-031-1/+1
* TpProxy: to reduce confusion, never call TpProxyPendingCall instances "self" ...Simon McVittie2008-03-031-1/+1
* Add an error TP_DBUS_ERROR_CANCELLEDSimon McVittie2008-01-151-0/+1
* Add some more error domains so we don't have to conflate Telepathy protocol e...Simon McVittie2008-01-111-0/+16
* Split proxy.h into proxy.h (for normal use) and proxy-subclass.h (for subclas...Simon McVittie2007-12-181-33/+9
* Make TpProxySignalConnection privateSimon McVittie2007-12-181-13/+4
* Avoid exposing contents of TpProxyPendingCall structure directly, in an attem...Simon McVittie2007-12-171-14/+6
* Make tp_proxy_signal_connection_disconnect, tp_proxy_pending_call_cancel take...Simon McVittie2007-12-141-3/+2
* TpProxy: fix life cycle when things go wrong with a call pending:Simon McVittie2007-12-121-1/+5
* Fix up TpProxy to cope with the "forwarder" callbacks being given to dbus-glibSimon McVittie2007-12-111-1/+3
* Add some missing Nokia copyrights, and update some Collabora and Nokia copyri...Simon McVittie2007-12-031-1/+2
* TpProxy: put various structures in gtkdocSimon McVittie2007-11-281-0/+4
* Hoist declaration of TpDBusDaemon type (only) into proxy.h so the dbus_daemon...Simon McVittie2007-11-281-1/+4
* TpProxy, glib-client-gen: implement cancelling pending calls; add a weak_obje...Simon McVittie2007-11-261-2/+9
* Export tp_proxy_signal_connection_disconnect in headerSimon McVittie2007-11-221-0/+3
* TpProxy: adapt to generation of tp-cli-generic-body.hSimon McVittie2007-11-211-2/+0
* Move TpProxy API to proxy.hSimon McVittie2007-11-211-0/+18
* Clean up TpProxy ABI and make (most of) the struct publicSimon McVittie2007-11-211-0/+13
* Clean up TpProxyClass API enough to make it publicSimon McVittie2007-11-211-0/+19
* Add some docs for proxy stuff, move docs to .cSimon McVittie2007-11-191-21/+0
* Move interfaces files around (drop -interfaces suffix) and split media sessio...Simon McVittie2007-11-191-1/+1
* Set up some machinery in TpProxy to support signal connectionsSimon McVittie2007-11-191-0/+42
* Give the generated tp-cli-*.h G_BEGIN_DECLS/G_END_DECLS guards. Make them not...Simon McVittie2007-11-191-0/+4
* Make client stuff return a TpProxyPendingCall *Simon McVittie2007-11-191-0/+2
* Make TpProxy not a subclass of DBusGProxySimon McVittie2007-11-151-8/+0