| Commit message (Expand) | Author | Age | Files | Lines |
* | Add single-include #error in all headers included from telepathy-glib(-dbus).h | Xavier Claessens | 2012-06-05 | 1 | -0/+4 |
* | TpProxy: seal struct fields | Simon McVittie | 2012-06-04 | 1 | -5/+5 |
* | Version-annotate recent API | Simon McVittie | 2012-05-03 | 1 | -0/+1 |
* | TP_NUM_DBUS_ERRORS, TP_NUM_CONTACT_FEATURES: add | Simon McVittie | 2012-04-12 | 1 | -1/+2 |
* | Add TpSimpleClientFactory | Xavier Claessens | 2011-07-20 | 1 | -0/+4 |
* | Move TpProxyFeature as public API (#31583) | Guillaume Desmottes | 2011-05-12 | 1 | -1/+25 |
* | Fix various broken cross-references in documentation | Simon McVittie | 2010-08-23 | 1 | -1/+1 |
* | fd.o #28751: tp_proxy_has_interface: convert from macro to function | Simon McVittie | 2010-07-13 | 1 | -11/+1 |
* | TpProxyClass: hide the tail of the struct from gtk-doc | Simon McVittie | 2010-06-23 | 1 | -0/+1 |
* | Hide TpProxyClassFeatureListFunc from the g-i scanner, since vapigen doesn't ... | Travis Reitter | 2010-06-17 | 1 | -0/+8 |
* | Move _tp_proxy_set_features_failed to internal header where it should have been | Simon McVittie | 2010-05-21 | 1 | -2/+0 |
* | proxy.h: include _gen/genums.h, for TP_TYPE_DBUS_ERROR | Simon McVittie | 2010-05-04 | 1 | -0/+1 |
* | Work around GObject Introspection bug #615923 | Danielle Madeley | 2010-05-03 | 1 | -1/+1 |
* | Add spacing to TpProxy's new API according to Guillaume's preference | Simon McVittie | 2010-04-08 | 1 | -4/+8 |
* | Add support for tracking features in TpProxy | Simon McVittie | 2010-04-07 | 1 | -2/+16 |
* | Don't document @parent, @priv in object structs | Simon McVittie | 2010-04-05 | 1 | -1/+1 |
* | fd.o #22206: deprecate all tp_cli_something_run_something functions | Simon McVittie | 2010-03-30 | 1 | -0/+2 |
* | TpProxy: rename @interface to @iface in all function parameters | Simon McVittie | 2009-10-16 | 1 | -5/+5 |
* | TpProxy: expose a method to map D-Bus errors to GErrors | Simon McVittie | 2009-01-28 | 1 | -0/+3 |
* | TpProxy: use "unsigned int" in public struct, gtkdoc doesn't understand "unsi... | Simon McVittie | 2008-10-15 | 1 | -1/+1 |
* | TpProxy: use unsigned for booleans in bitfields | Simon McVittie | 2008-10-15 | 1 | -1/+1 |
* | TpProxy: let tp_proxy_get_bus_name() etc. take a gpointer | Simon McVittie | 2008-10-14 | 1 | -5/+5 |
* | Add TP_DBUS_ERROR_INCONSISTENT | Simon McVittie | 2008-10-07 | 1 | -0/+1 |
* | Mark read-only fields in TpProxy as private. | Will Thompson | 2008-10-03 | 1 | -1/+1 |
* | Add accessors for read-only fields in TpProxy. | Will Thompson | 2008-10-03 | 1 | -0/+10 |
* | Finish converting self -> {pc,sc} (keep gtkdoc happy) | Simon McVittie | 2008-03-03 | 1 | -1/+1 |
* | TpProxy: to reduce confusion, never call TpProxyPendingCall instances "self" ... | Simon McVittie | 2008-03-03 | 1 | -1/+1 |
* | Add an error TP_DBUS_ERROR_CANCELLED | Simon McVittie | 2008-01-15 | 1 | -0/+1 |
* | Add some more error domains so we don't have to conflate Telepathy protocol e... | Simon McVittie | 2008-01-11 | 1 | -0/+16 |
* | Split proxy.h into proxy.h (for normal use) and proxy-subclass.h (for subclas... | Simon McVittie | 2007-12-18 | 1 | -33/+9 |
* | Make TpProxySignalConnection private | Simon McVittie | 2007-12-18 | 1 | -13/+4 |
* | Avoid exposing contents of TpProxyPendingCall structure directly, in an attem... | Simon McVittie | 2007-12-17 | 1 | -14/+6 |
* | Make tp_proxy_signal_connection_disconnect, tp_proxy_pending_call_cancel take... | Simon McVittie | 2007-12-14 | 1 | -3/+2 |
* | TpProxy: fix life cycle when things go wrong with a call pending: | Simon McVittie | 2007-12-12 | 1 | -1/+5 |
* | Fix up TpProxy to cope with the "forwarder" callbacks being given to dbus-glib | Simon McVittie | 2007-12-11 | 1 | -1/+3 |
* | Add some missing Nokia copyrights, and update some Collabora and Nokia copyri... | Simon McVittie | 2007-12-03 | 1 | -1/+2 |
* | TpProxy: put various structures in gtkdoc | Simon McVittie | 2007-11-28 | 1 | -0/+4 |
* | Hoist declaration of TpDBusDaemon type (only) into proxy.h so the dbus_daemon... | Simon McVittie | 2007-11-28 | 1 | -1/+4 |
* | TpProxy, glib-client-gen: implement cancelling pending calls; add a weak_obje... | Simon McVittie | 2007-11-26 | 1 | -2/+9 |
* | Export tp_proxy_signal_connection_disconnect in header | Simon McVittie | 2007-11-22 | 1 | -0/+3 |
* | TpProxy: adapt to generation of tp-cli-generic-body.h | Simon McVittie | 2007-11-21 | 1 | -2/+0 |
* | Move TpProxy API to proxy.h | Simon McVittie | 2007-11-21 | 1 | -0/+18 |
* | Clean up TpProxy ABI and make (most of) the struct public | Simon McVittie | 2007-11-21 | 1 | -0/+13 |
* | Clean up TpProxyClass API enough to make it public | Simon McVittie | 2007-11-21 | 1 | -0/+19 |
* | Add some docs for proxy stuff, move docs to .c | Simon McVittie | 2007-11-19 | 1 | -21/+0 |
* | Move interfaces files around (drop -interfaces suffix) and split media sessio... | Simon McVittie | 2007-11-19 | 1 | -1/+1 |
* | Set up some machinery in TpProxy to support signal connections | Simon McVittie | 2007-11-19 | 1 | -0/+42 |
* | Give the generated tp-cli-*.h G_BEGIN_DECLS/G_END_DECLS guards. Make them not... | Simon McVittie | 2007-11-19 | 1 | -0/+4 |
* | Make client stuff return a TpProxyPendingCall * | Simon McVittie | 2007-11-19 | 1 | -0/+2 |
* | Make TpProxy not a subclass of DBusGProxy | Simon McVittie | 2007-11-15 | 1 | -8/+0 |