comparison src/savedstatuses.h @ 13673:5948086807cd

[gaim-migrate @ 16075] Don't show the current status in the list of popular statuses in the gtkstatusbox and in the system tray committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 21 Apr 2006 03:06:19 +0000
parents c97c76d9d347
children 53fdb7cc6940
comparison
equal deleted inserted replaced
13672:e5c3bfc208a9 13673:5948086807cd
152 const GList *gaim_savedstatuses_get_all(void); 152 const GList *gaim_savedstatuses_get_all(void);
153 153
154 /** 154 /**
155 * Returns the n most popular saved statuses. "Popularity" is 155 * Returns the n most popular saved statuses. "Popularity" is
156 * determined by when the last time a saved_status was used and 156 * determined by when the last time a saved_status was used and
157 * how many times it has been used. 157 * how many times it has been used. If the current status would
158 * normally show up in this list, then it is omited and instead
159 * the "how_many+1" saved status will appear in the list.
158 * 160 *
159 * @param how_many The maximum number of saved statuses 161 * @param how_many The maximum number of saved statuses
160 * to return, or '0' to get all saved 162 * to return, or '0' to get all saved
161 * statuses sorted by popularity. 163 * statuses sorted by popularity.
162 * @return A linked list containing at most how_many 164 * @return A linked list containing at most how_many