--- a/libpurple/purplemessage.h Fri Mar 28 01:20:13 2025 -0500 +++ b/libpurple/purplemessage.h Sun Mar 30 22:26:33 2025 -0500 @@ -118,6 +118,17 @@ PangoAttrList *purple_message_get_attributes(PurpleMessage *message); /** + * purple_message_set_attributes: + * @attributes: (transfer none): the attributes + * + * Sets the formatting attributes of the message. + * + * Since: 3.0 + */ +PURPLE_AVAILABLE_IN_3_0 +void purple_message_set_attributes(PurpleMessage *message, PangoAttrList *attributes); + +/** * purple_message_get_author: * @message: The message. *