libpurple/purpleattachment.h

changeset 41010
d0abbb616bea
parent 40540
168407b6f9fd
child 41207
d91e963b0a1c
--- a/libpurple/purpleattachment.h	Tue Aug 03 23:51:44 2021 -0500
+++ b/libpurple/purpleattachment.h	Wed Aug 04 04:40:54 2021 -0500
@@ -39,6 +39,14 @@
 
 G_BEGIN_DECLS
 
+/**
+ * PURPLE_TYPE_ATTACHMENT:
+ *
+ * The standard _TYPE_ macro for #PurpleAttachment.
+ *
+ * Since: 3.0.0
+ */
+
 #define PURPLE_TYPE_ATTACHMENT purple_attachment_get_type()
 
 /**
@@ -57,7 +65,6 @@
  *
  * Called when iterating #PurpleAttachment's.
  *
- *
  * Since: 3.0.0
  */
 typedef void (*PurpleAttachmentForeachFunc)(PurpleAttachment *attachment, gpointer data);

mercurial