summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus.c
Commit message (Expand)AuthorAgeFilesLines
* Add some missing (element-type) introspection annotationsPhilip Withnall2012-12-291-1/+2
* Move GVariant utilities to variant-util.chXavier Claessens2012-09-151-58/+0
* add _tp_asv_from_vardict()Guillaume Desmottes2012-05-091-0/+26
* Stop using TP_ERRORSSimon McVittie2012-05-021-1/+1
* _tp_asv_to_vardict: use _tp_boxed_to_variant()Guillaume Desmottes2012-05-021-12/+1
* add _tp_boxed_to_variant()Guillaume Desmottes2012-05-021-0/+21
* Add _tp_asv_to_vardict, a utility function to convert a{sv} representationsSimon McVittie2012-03-091-0/+23
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-2/+2
* tp_asv_dump: swaddle output in {}Will Thompson2011-09-061-1/+5
* dbus: document GDBus equivalents of some of our functionsSimon McVittie2010-09-271-1/+12
* Explicitly annotate asv helper functions' out parameters as such.Travis Reitter2010-09-141-11/+11
* Fix various broken cross-references in documentationSimon McVittie2010-08-231-1/+1
* Annotate HashTable element types for tp_asv_get_*Travis Reitter2010-07-121-11/+22
* Un-blacklist the tp_asv_get_* utility functions for g-i.Travis Reitter2010-07-121-16/+18
* Added element-type and transfer annotations to garray argumentsMorten Mjelva2010-05-241-5/+5
* 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
* Use macros WARNING(), etc., consistently (within the library)Simon McVittie2010-04-301-4/+4
* Put various files into debug domainsSimon McVittie2010-04-301-0/+3
* Skip all tp_asv_* functionsDanielle Madeley2010-04-281-33/+33
* Remove DBusGLib-1.0.gir requirementDanielle Madeley2010-04-281-3/+3
* Revert deprecation of tp_get_bus (reopens fd.o #24114)Simon McVittie2010-04-061-2/+0
* Prepare version 0.11.0telepathy-glib-0.11.0Simon McVittie2010-03-311-1/+1
* fd.o #24114: deprecate tp_get_bus() in favour of tp_dbus_daemon_dup()Simon McVittie2010-03-311-2/+12
* Separate dbus.c into dbus.c and dbus-daemon.cSimon McVittie2009-08-171-1074/+3
* Add tp_dbus_daemon_get_unique_name (convenience API for dbus_bus_get_unique_n...Simon McVittie2009-08-171-0/+17
* Use raw libdbus for GetNameOwnerSimon McVittie2009-08-171-12/+141
* TpDBusDaemon: track NameOwnerChanged by using raw libdbusSimon McVittie2009-08-161-13/+167
* TpDBusDaemon: if destroyed with name ownership watches still outstanding, don...Simon McVittie2009-08-161-0/+10
* TpDBusDaemon: factor out _tp_dbus_daemon_stop_watchingSimon McVittie2009-08-161-8/+14
* TpDBusDaemon: keep a separate ref to the libdbus DBusConnectionSimon McVittie2009-08-161-0/+12
* Don't unref a NULL DBusMessage.Will Thompson2009-08-061-1/+0
* Prepare 0.7.32telepathy-glib-0.7.32Simon McVittie2009-06-121-1/+1
* TpConnectionManager, TpDBusDaemon, media interfaces: make safe to extendSimon McVittie2009-06-101-2/+29
* _tp_dbus_daemon_get_name_owner: fail gracefully if TpDBusDaemon was invalidatedSimon McVittie2009-05-271-2/+19
* tp_dbus_daemon_release_name: fail gracefully if TpDBusDaemon was invalidatedSimon McVittie2009-05-271-2/+16
* tp_dbus_daemon_request_name: fail gracefully if TpDBusDaemon was invalidatedSimon McVittie2009-05-271-2/+17
* version 0.7.30telepathy-glib-0.7.30Will Thompson2009-05-181-2/+2
* Correct _release_name() documentationWill Thompson2009-05-181-1/+1
* Document that {request,release}_name blockWill Thompson2009-05-181-2/+4
* Publicize tp_dbus_daemon_{request,release}_nameWill Thompson2009-05-181-11/+17
* Version 0.7.29Will Thompson2009-04-031-19/+19
* Add some See Alsos to the docsDavyd Madeley2009-04-031-6/+6
* take_ and set_static_ functions, fix up const markers on some other functionsDavyd Madeley2009-04-031-13/+181
* Add symbols to the reference docsDavyd Madeley2009-03-311-1/+10
* char -> gcharDavyd Madeley2009-03-311-1/+1
* tp_asv_dump() -- dumps the map to the debugging consoleDavyd Madeley2009-03-311-0/+27
* Indentation fixesDavyd Madeley2009-03-311-19/+12
* tp_asv_set_boxed, tp_asv_set_strvDavyd Madeley2009-03-311-0/+51