Changeset fb62f132 for protocols/twitter/twitter_lib.h
- Timestamp:
- 2016-03-23T20:23:36Z (9 years ago)
- Branches:
- master
- Children:
- 9cf63ac
- Parents:
- d701547
- git-author:
- Flexo <nick@…> (15-03-16 21:39:36)
- git-committer:
- Flexo <nick@…> (23-03-16 20:23:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter_lib.h
rd701547 rfb62f132 63 63 #define TWITTER_FRIENDS_IDS_URL "/friends/ids.json" 64 64 #define TWITTER_FOLLOWERS_IDS_URL "/followers/ids.json" 65 #define TWITTER_MUTES_IDS_URL "/mutes/users/ids.json" 66 #define TWITTER_NORETWEETS_IDS_URL "/friendships/no_retweets/ids.json" 65 67 66 68 /* Account URLs */ … … 87 89 gboolean twitter_get_timeline(struct im_connection *ic, gint64 next_cursor); 88 90 void twitter_get_friends_ids(struct im_connection *ic, gint64 next_cursor); 91 void twitter_get_mutes_ids(struct im_connection *ic, gint64 next_cursor); 92 void twitter_get_noretweets_ids(struct im_connection *ic, gint64 next_cursor); 89 93 void twitter_get_statuses_friends(struct im_connection *ic, gint64 next_cursor); 90 94
Note: See TracChangeset
for help on using the changeset viewer.