diff -r 351f48f83366 -r a48de595d2ee pidgin/gtkutils.h --- a/pidgin/gtkutils.h Wed Apr 29 02:27:55 2009 +0000 +++ b/pidgin/gtkutils.h Wed Apr 29 03:19:43 2009 +0000 @@ -581,6 +581,17 @@ const char *pidgin_stock_id_from_status_primitive(PurpleStatusPrimitive prim); /** + * Returns an appropriate stock-id for a PurplePresence. + * + * @param presence The presence. + * + * @return The stock-id + * + * @since 2.6.0 + */ +const char *pidgin_stock_id_from_presence(PurplePresence *presence); + +/** * Append a PurpleMenuAction to a menu. * * @param menu The menu to append to.