void CSametimeProto::UserListAddStored() { mwStorageUnit* unit; unit = mwStorageUnit_new(mwStore_AWARE_LIST); mwServiceStorage_load(service_storage, unit, &load_users_callback, (gpointer)this, 0); }
void MeanwhileSession::syncContactsFromServer() { struct mwStorageUnit *unit = mwStorageUnit_new(mwStore_AWARE_LIST); mwServiceStorage_load(storageService, unit, &_handleStorageLoad, 0L, 0L); }