| 16 * |
16 * |
| 17 * You should have received a copy of the GNU General Public License |
17 * You should have received a copy of the GNU General Public License |
| 18 * along with this program; if not, write to the Free Software |
18 * along with this program; if not, write to the Free Software |
| 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 20 */ |
20 */ |
| 21 /** |
21 /* |
| 22 * SECTION:internal |
22 * SECTION:internal |
| 23 * @section_id: libpurple-internal |
23 * @section_id: libpurple-internal |
| 24 * @short_description: <filename>internal.h</filename> |
24 * @short_description: <filename>internal.h</filename> |
| 25 * @title: Internal definitions and includes |
25 * @title: Internal definitions and includes |
| 26 */ |
26 */ |
| 291 const char *name, PurpleAccount *account); |
291 const char *name, PurpleAccount *account); |
| 292 |
292 |
| 293 /** |
293 /** |
| 294 * _purple_statuses_get_primitive_scores: |
294 * _purple_statuses_get_primitive_scores: |
| 295 * |
295 * |
| 296 * Returns the primitive scores array from status.c. |
|
| 297 * |
|
| 298 * Note: This function should only be called by |
296 * Note: This function should only be called by |
| 299 * purple_buddy_presence_compute_score() in presence.c. |
297 * purple_buddy_presence_compute_score() in presence.c. |
| |
298 * |
| |
299 * Returns: The primitive scores array from status.c. |
| 300 */ |
300 */ |
| 301 int *_purple_statuses_get_primitive_scores(void); |
301 int *_purple_statuses_get_primitive_scores(void); |
| 302 |
302 |
| 303 #endif /* _PURPLE_INTERNAL_H_ */ |
303 #endif /* _PURPLE_INTERNAL_H_ */ |