diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-10-16 18:41:01 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-10-16 18:41:01 +0000 |
commit | 36b11989c21feab57daa31846533d1cb6725515b (patch) | |
tree | 7580dbdc19501bc62b54124819899f1553103835 /protocols/Twitter/src/twitter.h | |
parent | 12386d7fcb66097eb00926796f0cbcfeda450566 (diff) |
Updated Twitter to version 1.0.0.2:
Revision: 16
Autor: seventh.adept
Datum: Dienstag, 16. Oktober 2012 15:33:18
Meldung:
forgot to bump the version in version.h to 1.0.0.2
Revision: 15
Autor: seventh.adept
Datum: Dienstag, 16. Oktober 2012 15:03:41
Meldung:
- Updated plugin to work with API v1.1
- Made an attempt to fix truncated retweets. My work around isn't pretty and can fail, if anyone wants to help give me a yell
- added comments
Revision: 14
Autor: seventh.adept
Datum: Donnerstag, 7. Juni 2012 15:38:40
Meldung:
fixed the "&" issue in tweets
version bump 1.0.0.1
git-svn-id: http://svn.miranda-ng.org/main/trunk@1960 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/src/twitter.h')
-rw-r--r-- | protocols/Twitter/src/twitter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Twitter/src/twitter.h b/protocols/Twitter/src/twitter.h index 10c1115967..b087643ee8 100644 --- a/protocols/Twitter/src/twitter.h +++ b/protocols/Twitter/src/twitter.h @@ -85,6 +85,8 @@ public: bool get_info(const std::string &name,twitter_user *);
bool get_info_by_email(const std::string &email,twitter_user *);
std::vector<twitter_user> get_friends();
+
+ //js::array buildFriendList();
twitter_user add_friend(const std::string &name);
void remove_friend(const std::string &name);
|