summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-daemon.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using TP_ERRORSSimon McVittie2012-05-021-8/+8
* Use GLib's default marshaller everywhereSimon McVittie2012-03-011-2/+0
* 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-1/+1
* tp_dbus_daemon_watch_name_owner & ..._list_names_common leak a DBusMessageVivek Dasmohapatra2011-05-041-0/+2
* Fix iteration over arrays of name-owner watchesSimon McVittie2010-12-161-5/+10
* Don't remove NameOwnerChanged callbacks while invoking themSimon McVittie2010-12-161-23/+58
* Simplify dispatching NameOwnerChanged signals.Will Thompson2010-12-141-97/+52
* Remove redundant trailing semicolons from G_DEFINE_TYPE etc.Simon McVittie2010-10-061-1/+1
* Remove tp_dbus_daemon_cancel_name_owner_watch from introspectionSimon McVittie2010-09-151-2/+2
* Add some missing annotationsSimon McVittie2010-09-151-1/+1
* Fix up some warnings produced by g-ir-scannerDanielle Madeley2010-09-101-2/+2
* Add the proper namespace to (type Object) annotations.Travis Reitter2010-06-171-3/+3
* add _tp_dbus_daemon_is_the_shared_one as internal APIGuillaume Desmottes2010-05-051-0/+6
* Use macros WARNING(), etc., consistently (within the library)Simon McVittie2010-04-301-12/+12
* Remove DBusGLib-1.0.gir requirementDanielle Madeley2010-04-281-1/+1
* Add/update version annotationsSimon McVittie2010-04-201-0/+4
* tp_dbus_daemon_register_object, tp_dbus_daemon_unregister_object: addSimon McVittie2010-04-191-0/+45
* Annotate an intentional one-per-process leakSimon McVittie2009-12-031-0/+4
* When removing the last TpDBusDaemon from a DBusConnection, forcibly free the ...Simon McVittie2009-08-181-0/+7
* NEWS, version annotations for 0.7.35Simon McVittie2009-08-181-4/+4
* tp_dbus_daemon_get_unique_name: fix docsSimon McVittie2009-08-171-0/+1
* tp_dbus_daemon_watch_name_owner: don't leak the match ruleSimon McVittie2009-08-171-0/+1
* TpDBusDaemon: remove redundant checkSimon McVittie2009-08-171-1/+0
* Add tp_dbus_daemon_list_names, tp_dbus_daemon_list_activatable_namesSimon McVittie2009-08-171-0/+272
* TpDBusDaemon: reduce and improve debug outputSimon McVittie2009-08-171-7/+5
* Separate dbus.c into dbus.c and dbus-daemon.cSimon McVittie2009-08-171-0/+1098