|
meanwhile 1.1.1
|
handles asynchronous events for a directory service instance More...
#include <mw_srvc_dir.h>
Data Fields | |
| void(*) | clear (struct mwServiceDirectory *srvc) |
| optional. | |
| void(*) | dir_closed (struct mwDirectory *dir, guint32 reason) |
| triggered when a directory has been closed | |
| void(*) | dir_opened (struct mwDirectory *dir) |
| triggered when a directory has been successfully opened | |
| void(*) | on_book_list (struct mwServiceDirectory *srvc, GList *books) |
| handle receipt of the address book list from the service. | |
handles asynchronous events for a directory service instance
| void(*) mwDirectoryHandler::clear(struct mwServiceDirectory *srvc) |
optional.
called from mwService_free
| void(*) mwDirectoryHandler::dir_closed(struct mwDirectory *dir, guint32 reason) |
triggered when a directory has been closed
| void(*) mwDirectoryHandler::dir_opened(struct mwDirectory *dir) |
triggered when a directory has been successfully opened
| void(*) mwDirectoryHandler::on_book_list(struct mwServiceDirectory *srvc, GList *books) |
handle receipt of the address book list from the service.
Initially triggered by mwServiceDirectory_refreshAddressBooks and at service startup