pidgin/gtkutils.h

changeset 26894
a48de595d2ee
parent 26846
d5546da39e44
child 29496
8807ee3e55c5
equal deleted inserted replaced
26893:351f48f83366 26894:a48de595d2ee
577 * @return The stock-id 577 * @return The stock-id
578 * 578 *
579 * @since 2.6.0 579 * @since 2.6.0
580 */ 580 */
581 const char *pidgin_stock_id_from_status_primitive(PurpleStatusPrimitive prim); 581 const char *pidgin_stock_id_from_status_primitive(PurpleStatusPrimitive prim);
582
583 /**
584 * Returns an appropriate stock-id for a PurplePresence.
585 *
586 * @param presence The presence.
587 *
588 * @return The stock-id
589 *
590 * @since 2.6.0
591 */
592 const char *pidgin_stock_id_from_presence(PurplePresence *presence);
582 593
583 /** 594 /**
584 * Append a PurpleMenuAction to a menu. 595 * Append a PurpleMenuAction to a menu.
585 * 596 *
586 * @param menu The menu to append to. 597 * @param menu The menu to append to.

mercurial