summaryrefslogtreecommitdiff
path: root/libpurple/purpleattachment.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-08-04 04:40:54 -0500
committerGary Kramlich <grim@reaperworld.com>2021-08-04 04:40:54 -0500
commite7a275df761f9449359b52d2919f4c38312de510 (patch)
treecf4ef502dd4b2e246d20e57d35e5390d40b332f4 /libpurple/purpleattachment.h
parent61bc1a87178b18781a5c41259e7b1b83696aef9e (diff)
downloadpidgin-e7a275df761f9449359b52d2919f4c38312de510.tar.gz
A bunch of random libpurple documentation fixes
Testing Done: Build the docs and verified the fixes in `build/doc/reference/libpurple/libpurple-undocumented.txt` Reviewed at https://reviews.imfreedom.org/r/872/
Diffstat (limited to 'libpurple/purpleattachment.h')
-rw-r--r--libpurple/purpleattachment.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/libpurple/purpleattachment.h b/libpurple/purpleattachment.h
index b9759a03a1..a60f2eaeaa 100644
--- a/libpurple/purpleattachment.h
+++ b/libpurple/purpleattachment.h
@@ -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 @@ G_DECLARE_FINAL_TYPE(PurpleAttachment, purple_attachment, PURPLE, ATTACHMENT, GO
*
* Called when iterating #PurpleAttachment's.
*
- *
* Since: 3.0.0
*/
typedef void (*PurpleAttachmentForeachFunc)(PurpleAttachment *attachment, gpointer data);