comparison libpurple/plugins/perl/common/Status.xs @ 31860:80eabeb5b794

Get rid of the wholly unused "primary attribute" thing in PurpleStatusTypes
author Mark Doliner <mark@kingant.net>
date Sun, 21 Aug 2011 01:35:54 +0000
parents 34b02adafd9b
children 09449ccf8ada
comparison
equal deleted inserted replaced
31859:bb199bc835e6 31860:80eabeb5b794
395 395
396 const char * 396 const char *
397 purple_status_type_get_name(status_type) 397 purple_status_type_get_name(status_type)
398 Purple::StatusType status_type 398 Purple::StatusType status_type
399 399
400 const char *
401 purple_status_type_get_primary_attr(status_type)
402 Purple::StatusType status_type
403
404 Purple::StatusPrimitive 400 Purple::StatusPrimitive
405 purple_status_type_get_primitive(status_type) 401 purple_status_type_get_primitive(status_type)
406 Purple::StatusType status_type 402 Purple::StatusType status_type
407 403
408 gboolean 404 gboolean
438 const char *id 434 const char *id
439 const char *name 435 const char *name
440 gboolean saveable 436 gboolean saveable
441 gboolean user_settable 437 gboolean user_settable
442 gboolean independent 438 gboolean independent
443
444 void
445 purple_status_type_set_primary_attr(status_type, attr_id)
446 Purple::StatusType status_type
447 const char *attr_id