libpurple/internal.h

branch
soc.2013.gobjectification.plugins
changeset 37071
3ebf3bb2d317
parent 37059
18f5830bd82c
parent 35462
901dfa763f15
child 37074
1e7b4b3741a0
equal deleted inserted replaced
37070:774b0a0593f0 37071:3ebf3bb2d317
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 */
289 const char *name, PurpleAccount *account); 289 const char *name, PurpleAccount *account);
290 290
291 /** 291 /**
292 * _purple_statuses_get_primitive_scores: 292 * _purple_statuses_get_primitive_scores:
293 * 293 *
294 * Returns the primitive scores array from status.c.
295 *
296 * Note: This function should only be called by 294 * Note: This function should only be called by
297 * purple_buddy_presence_compute_score() in presence.c. 295 * purple_buddy_presence_compute_score() in presence.c.
296 *
297 * Returns: The primitive scores array from status.c.
298 */ 298 */
299 int *_purple_statuses_get_primitive_scores(void); 299 int *_purple_statuses_get_primitive_scores(void);
300 300
301 #endif /* _PURPLE_INTERNAL_H_ */ 301 #endif /* _PURPLE_INTERNAL_H_ */

mercurial