--- 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);