summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy-signals.c
Commit message (Collapse)AuthorAgeFilesLines
* Use tp_value_array_free instead of g_value_array_freeSimon McVittie2013-09-261-1/+2
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69849 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
* TpProxy: Deprecate _borrow_ functions and replace them by _get_Xavier Claessens2012-09-051-1/+1
| | | | | | New transfer and naming policy has been discussed in https://bugs.freedesktop.org/show_bug.cgi?id=39189 and is documented there: http://telepathy.freedesktop.org/wiki/Style/TelepathyGLib
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
|
* Use macros WARNING(), etc., consistently (within the library)Simon McVittie2010-04-301-1/+1
|
* tp_proxy_signal_connection_v0_new: rename @interface to @ifaceSimon McVittie2009-10-161-9/+9
| | | | | Same rationale as previous commit. In this case we also have to rename a local variable from @iface to @iface_proxy.
* tp_proxy_signal_connection_unref: document when this function is unsafe to callSimon McVittie2009-08-191-0/+11
|
* proxy-signals.c: clear the TpProxySignalConnection's weak reference when a ↵Simon McVittie2008-03-061-6/+15
| | | | | | proxy is invalidated, and give each TpProxySignalInvocation its own strong reference instead (fd.o #14854) 20080306165405-53eee-9d04c5405aa208315334548908da4e3beac9a213.gz
* Fix fd.o#14750 by delaying destruction of TpProxySignalConnection until ↵Simon McVittie2008-03-041-9/+27
| | | | | | we've had a chance to receive the weak-ref callback 20080304105332-53eee-324857c08228a4a3491f50986ab30bfad039883b.gz
* tp_proxy_signal_connection_disconnect_dbus_glib: remove early return if ↵Simon McVittie2008-03-041-4/+13
| | | | | | sc->proxy == NULL (a relic of previous code), but make robust against iface_proxy already having gone away (=> idempotent) 20080304104915-53eee-bc37968aad147aa88cdb0fa20521af34b4286832.gz
* Move method- and signal-specific bits of TpProxy to separate source filesSimon McVittie2008-03-031-0/+417
20080303170716-53eee-e28f1cb9cf42f66efd23538e0f1c3a076f586132.gz