summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-daemon.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-04tp_dbus_daemon_watch_name_owner & ..._list_names_common leak a DBusMessageVivek Dasmohapatra1-0/+2
2010-12-16Fix iteration over arrays of name-owner watchesSimon McVittie1-5/+10
2010-12-16Don't remove NameOwnerChanged callbacks while invoking themSimon McVittie1-23/+58
2010-12-14Simplify dispatching NameOwnerChanged signals.Will Thompson1-97/+52
2010-10-06Remove redundant trailing semicolons from G_DEFINE_TYPE etc.Simon McVittie1-1/+1
2010-09-15Remove tp_dbus_daemon_cancel_name_owner_watch from introspectionSimon McVittie1-2/+2
2010-09-15Add some missing annotationsSimon McVittie1-1/+1
2010-09-10Fix up some warnings produced by g-ir-scannerDanielle Madeley1-2/+2
2010-06-17Add the proper namespace to (type Object) annotations.Travis Reitter1-3/+3
2010-05-05add _tp_dbus_daemon_is_the_shared_one as internal APIGuillaume Desmottes1-0/+6
2010-04-30Use macros WARNING(), etc., consistently (within the library)Simon McVittie1-12/+12
2010-04-28Remove DBusGLib-1.0.gir requirementDanielle Madeley1-1/+1
2010-04-20Add/update version annotationsSimon McVittie1-0/+4
2010-04-19tp_dbus_daemon_register_object, tp_dbus_daemon_unregister_object: addSimon McVittie1-0/+45
2009-12-03Annotate an intentional one-per-process leakSimon McVittie1-0/+4
2009-08-18When removing the last TpDBusDaemon from a DBusConnection, forcibly free the ...Simon McVittie1-0/+7
2009-08-18NEWS, version annotations for 0.7.35Simon McVittie1-4/+4
2009-08-17tp_dbus_daemon_get_unique_name: fix docsSimon McVittie1-0/+1
2009-08-17tp_dbus_daemon_watch_name_owner: don't leak the match ruleSimon McVittie1-0/+1
2009-08-17TpDBusDaemon: remove redundant checkSimon McVittie1-1/+0
2009-08-17Add tp_dbus_daemon_list_names, tp_dbus_daemon_list_activatable_namesSimon McVittie1-0/+272
2009-08-17TpDBusDaemon: reduce and improve debug outputSimon McVittie1-7/+5
2009-08-17Separate dbus.c into dbus.c and dbus-daemon.cSimon McVittie1-0/+1098