libpurple/purplemessage.h

changeset 43211
4be8dd6b2efe
parent 43209
9bdf60700384
child 43285
acde304cf24c
--- 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.
  *

mercurial