libpurple/purpletags.h

changeset 42390
c2cd0378e212
parent 42387
d9350cda1556
child 42594
eddde70cedd8
--- a/libpurple/purpletags.h	Tue Oct 24 01:22:15 2023 -0500
+++ b/libpurple/purpletags.h	Tue Oct 24 01:23:22 2023 -0500
@@ -156,6 +156,17 @@
 gboolean purple_tags_remove_with_value(PurpleTags *tags, const char *name, const char *value);
 
 /**
+ * purple_tags_remove_all:
+ * @tags: The instance.
+ *
+ * Removes all tags from @tags.
+ *
+ * Since: 3.0.0
+ */
+PURPLE_AVAILABLE_IN_3_0
+void purple_tags_remove_all(PurpleTags *tags);
+
+/**
  * purple_tags_get_count:
  * @tags: The instance.
  *

mercurial