summaryrefslogtreecommitdiff
path: root/libpurple/media-gst.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-08-25 23:18:09 -0500
committerGary Kramlich <grim@reaperworld.com>2020-08-25 23:18:09 -0500
commitbf285dddb150ca913393cc0ae28661c6ee77881c (patch)
tree7448ce1f9115b99dab20ad48c171f5c807f126e9 /libpurple/media-gst.h
parent0a1e9c5a3665efc6bb35169d4f2b9f25c2929e37 (diff)
downloadpidgin-bf285dddb150ca913393cc0ae28661c6ee77881c.tar.gz
Add documentation for all PURPLE_TYPE_ functions as well as PURPLE_TUNE_ constants
Add document for all PURPLE_TYPE_ defines as well as PURPLE_TUNE_ constants Testing Done: Compile and doc build. Reviewed at https://reviews.imfreedom.org/r/92/
Diffstat (limited to 'libpurple/media-gst.h')
-rw-r--r--libpurple/media-gst.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libpurple/media-gst.h b/libpurple/media-gst.h
index d8259245a0..38ca9fad43 100644
--- a/libpurple/media-gst.h
+++ b/libpurple/media-gst.h
@@ -37,7 +37,18 @@
#include <gst/gst.h>
+/**
+ * PURPLE_TYPE_MEDIA_ELEMENT_TYPE:
+ *
+ * The standard _get_type macro for #PurpleMediaElementType.
+ */
#define PURPLE_TYPE_MEDIA_ELEMENT_TYPE purple_media_element_type_get_type()
+
+/**
+ * PURPLE_TYPE_MEDIA_ELEMENT_INFO:
+ *
+ * The standard _get_type macro for #PurpleMediaElementInfo.
+ */
#define PURPLE_TYPE_MEDIA_ELEMENT_INFO purple_media_element_info_get_type()
/**