From 6f5caa40473feea9c9c7526affab43d173b34636 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Thu, 25 Feb 2010 14:36:08 -0800 Subject: Add favourite contacts support. This adds a simple D-Bus API and implementation for storing and manipulating a set of favourite Telepathy contacts. --- extensions/Logger.xml | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) (limited to 'extensions') diff --git a/extensions/Logger.xml b/extensions/Logger.xml index 1695690..a377829 100644 --- a/extensions/Logger.xml +++ b/extensions/Logger.xml @@ -91,6 +91,89 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + + + The favourite contacts, as an array of TpAccounts and their contact + identifiers. + + + + + Returns the favourite contacts. + + + + + + + The object path for the TpAccount to which the contact belongs + + + + + + The favourite contact's identifier + + + + + Add a contact's designation as a favourite. This method may not be + called until the service is ready. See the FavouriteContactsReady signal and FavouriteContactsIsReady property. + + + + + + + The object path for the TpAccount to which the contact belongs + + + + + + The favourite contact's identifier + + + + + Remove a contact's designation as a favourite. This method may not be + called until the service is ready. See the FavouriteContactsReady signal and FavouriteContactsIsReady property. + + + + + + The set of favourite contacts has changed. + + + + + An account associated with the contact. + + + + + + List of contact identifiers of contacts which are now favourites. + + + + + + List of contact identifiers of contacts which are no longer favourites. + + + + -- cgit v1.2.1