summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy.c
Commit message (Expand)AuthorAgeFilesLines
...
* tp_proxy_add_interfaces: improve debug messageGuillaume Desmottes2011-04-121-1/+2
* tp_proxy_add_interfaces: Early-return with NULL interfacesOlli Salli2011-04-121-0/+3
* tp_proxy_add_interfaces: Fix reference to tp_proxy_add_interface_by_id()Olli Salli2011-04-121-2/+2
* Refactor tp_proxy_add_interfaces out from TpConn introspectionOlli Salli2011-04-111-0/+32
* Fix “Value stored to _ is never read” clang warnings.Will Thompson2011-03-151-1/+1
* tp_proxy_prepare_async: fix exampleEmilio Pozuelo Monfort2011-01-241-1/+1
* Cross-reference to TP_ERROR_CONFUSED from TP_DBUS_ERROR_INCONSISTENTSimon McVittie2010-11-251-1/+2
* Remove redundant trailing semicolons from G_DEFINE_TYPE etc.Simon McVittie2010-10-061-3/+1
* Fix various broken cross-references in documentationSimon McVittie2010-08-231-2/+8
* Remove extra NULL from tp_proxy_prepare_async exampleDanielle Madeley2010-08-121-1/+1
* Prepare version 0.11.11telepathy-glib-0.11.11Simon McVittie2010-07-261-1/+1
* tp_proxy_has_interface, tp_proxy_has_interface_by_id: improve docsSimon McVittie2010-07-131-3/+12
* tp_proxy_has_interface_by_id: check that it's really a proxySimon McVittie2010-07-131-1/+3
* fd.o #28751: tp_proxy_has_interface: convert from macro to functionSimon McVittie2010-07-131-2/+16
* TpProxyClass: hide the tail of the struct from gtk-docSimon McVittie2010-06-231-8/+2
* Use tp_clear_object, tp_clear_pointer in various placesSimon McVittie2010-06-011-5/+1
* Prepare release 0.11.5telepathy-glib-0.11.5Simon McVittie2010-05-101-2/+2
* Include generated GEnum/GFlags types in documentationSimon McVittie2010-05-041-0/+11
* Remove DBusGLib-1.0.gir requirementDanielle Madeley2010-04-281-5/+5
* Annotate TpProxyDanielle Madeley2010-04-251-5/+7
* Add/update version annotationsSimon McVittie2010-04-201-0/+10
* Add support for tracking features in TpProxySimon McVittie2010-04-071-4/+557
* Don't document @parent, @priv in object structsSimon McVittie2010-04-051-1/+0
* Merge branch 'telepathy-glib-0.8' into telepathy-glib-0.10Simon McVittie2010-03-021-4/+4
|\
| * Fix various typos and cross-referencesSimon McVittie2010-03-021-4/+4
* | telepathy-glib.supp: document more telepathy-glib non-leaksSimon McVittie2009-12-031-0/+1
* | tp_proxy_subclass_add_error_mapping: annotate an intentional one-per-process ...Simon McVittie2009-12-031-0/+3
* | TpProxy: rename @interface to @iface in all function parametersSimon McVittie2009-10-161-21/+21
|/
* TpProxy: don't release TpDBusDaemon until disposeSimon McVittie2009-05-271-6/+6
* Use foo () == NULL not NULL == foo () for consistencyWill Thompson2009-05-181-1/+1
* Forbid _add_interface_by_id after invalidation.Will Thompson2009-05-151-1/+3
* Correctly document add_interface_by_id's returnWill Thompson2009-05-151-3/+5
* Document borrow_interface_by_id's possible errorsWill Thompson2009-05-151-3/+4
* borrow_interface_by_id: fail cleanly if invalidatedWill Thompson2009-05-151-11/+10
* tp_proxy_dbus_error_to_gerror: add Since annotationSimon McVittie2009-02-131-0/+2
* TpProxy: expose a method to map D-Bus errors to GErrorsSimon McVittie2009-01-281-36/+73
* NULLify proxies' dbus connection and daemon after emitting invalidated.Will Thompson2008-12-121-16/+12
* TpProxy: suppress false positives from uninitialized GError detectorSimon McVittie2008-10-151-1/+1
* TpProxy: use unsigned for booleans in bitfieldsSimon McVittie2008-10-151-1/+1
* Prepare release 0.7.17telepathy-glib-0.7.17Simon McVittie2008-10-141-7/+6
* TpProxy: let tp_proxy_get_bus_name() etc. take a gpointerSimon McVittie2008-10-141-15/+25
* Add TP_DBUS_ERROR_INCONSISTENTSimon McVittie2008-10-071-1/+5
* TpProxy: improve docs for get accessors to clarify that everything is borrowedSimon McVittie2008-10-031-6/+12
* Mark read-only fields in TpProxy as private.Will Thompson2008-10-031-8/+0
* Add accessors for read-only fields in TpProxy.Will Thompson2008-10-031-0/+82
* Update docs for 0.7.6Simon McVittie2008-04-031-0/+1
* Add init functions which have to be called at the beginning of extensions' cl...Simon McVittie2008-04-021-3/+40
* Add tp_proxy_dbus_g_proxy_claim_for_signal_addingSimon McVittie2008-04-021-0/+42
* Move method- and signal-specific bits of TpProxy to separate source filesSimon McVittie2008-03-031-798/+4
* TpProxySignalConnection: don't bother weakly referencing the TpProxy - we lis...Simon McVittie2008-03-031-26/+6