buddy: add backend API to refresh properties
commitf2bc08dc5827ec9157a648040f858765153b2a8c
authorStefan Becker <chemobejk@gmail.com>
Tue, 18 Sep 2012 17:05:56 +0000 (18 20:05 +0300)
committerStefan Becker <chemobejk@gmail.com>
Mon, 24 Sep 2012 15:37:57 +0000 (24 18:37 +0300)
treefa72b21525821c71a30db168da4f4015b57d2859
parentfb9ad349cd248a8fcbaf86ab05cbac46696ee311
buddy: add backend API to refresh properties

When the core has called sipe_backend_buddy_set_string() one or more
times for a buddy then it calls sipe_backend_buddy_refresh_properties().
This can be used by the backend to trigger e.g. an UI update event.

Added dummy stub to all backends.
src/api/sipe-backend.h
src/core/sipe-buddy.c
src/core/sipe-notify.c
src/core/sipe-ocs2007.c
src/miranda/miranda-buddy.c
src/purple/purple-buddy.c
src/telepathy/telepathy-stubs.c