summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_proto.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2012-10-27 13:48:53 +0000
committerAlexander Lantsev <aunsane@gmail.com>2012-10-27 13:48:53 +0000
commit6f703dbe7162e00a84130beeb4dd40200ef155c4 (patch)
tree929e6cbf5bd9bc93292abfd87be6f3faf06bf0d7 /protocols/Skype/src/skype_proto.h
parente1748da64473c0a9b5f5ac2a02923f9f3fbcd510 (diff)
- added own info loading and updating
git-svn-id: http://svn.miranda-ng.org/main/trunk@2092 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r--protocols/Skype/src/skype_proto.h28
1 files changed, 25 insertions, 3 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h
index 064e6f3d93..36e1b6f78a 100644
--- a/protocols/Skype/src/skype_proto.h
+++ b/protocols/Skype/src/skype_proto.h
@@ -127,6 +127,8 @@ protected:
bool IsOnline();
+ static LanguagesListEntry languages[];
+
// messages
void OnOnMessageReceived(const char *sid, const char *text);
void OnConversationAdded(CConversation::Ref conversation);
@@ -172,11 +174,31 @@ protected:
void __cdecl SearchByNamesAsync(void*);
void __cdecl SearchByEmailAsync(void*);
+ // profile
+ void UpdateOwnAvatar();
+ void UpdateOwnBirthday();
+ void UpdateOwnCity();
+ void UpdateOwnCountry();
+ void UpdateOwnEmails();
+ void UpdateOwnGender();
+ void UpdateOwnHomepage();
+ void UpdateOwnLanguages();
+ void UpdateOwnMobilePhone();
+ void UpdateOwnNickName();
+ void UpdateOwnPhone();
+ void UpdateOwnOfficePhone();
+ void UpdateOwnState();
+ void UpdateOwnStatusMessage();
+ void UpdateOwnTimezone();
+ void UpdateOwnProfile();
+
+ void OnAccountChanged(int prop);
+
+ void __cdecl LoadOwnInfo(void*);
+
// utils
static void FakeAsync(void*);
- static char* GetCountryNameById(int countryId);
- static int GetCountryIdByName(const char* countryName);
-
+
wchar_t* GetAvatarFilePath(wchar_t* skypeName);
int SkypeToMirandaLoginError(CAccount::LOGOUTREASON logoutReason);