summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-daemon.h
Commit message (Collapse)AuthorAgeFilesLines
* tp_dbus_daemon_register_object, tp_dbus_daemon_unregister_object: addSimon McVittie2010-04-191-0/+4
| | | | | Not having to extract the DBusGConnection from the TpDBusDaemon turns out to be a significant win in terms of amount of code.
* fd.o #22206: deprecate all tp_cli_something_run_something functionsSimon McVittie2010-03-301-0/+1
|
* various: warn about unused results that would indicate an obvious leakSimon McVittie2009-12-181-2/+3
|
* Add tp_dbus_daemon_list_names, tp_dbus_daemon_list_activatable_namesSimon McVittie2009-08-171-0/+10
| | | | | These use libdbus directly, to avoid DBusGProxy's undesirable signal-binding (which causes us to wake up on every NameOwnerChanged).
* Separate dbus.h into dbus.h and dbus-daemon.hSimon McVittie2009-08-171-0/+82
The latter is not #includable directly.