libpurple/purplemarkup.h

changeset 42393
408884ab47a9
parent 41940
fa0478036eaf
child 42408
94151c4d26b5
--- a/libpurple/purplemarkup.h	Tue Oct 24 02:06:35 2023 -0500
+++ b/libpurple/purplemarkup.h	Tue Oct 24 02:23:42 2023 -0500
@@ -29,6 +29,8 @@
 
 #include <glib.h>
 
+#include "purpleversion.h"
+
 G_BEGIN_DECLS
 
 /**
@@ -83,7 +85,10 @@
  *
  * Returns: The text with HTML entities literalized.  You must g_free
  *         this string when finished with it.
+ *
+ * Since: 2.7.0
  */
+PURPLE_AVAILABLE_IN_2_7
 char *purple_unescape_text(const char *text);
 
 /**

mercurial