summaryrefslogtreecommitdiff
path: root/libpurple/queuedoutputstream.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-12-11 20:15:32 -0600
committerGary Kramlich <grim@reaperworld.com>2021-12-11 20:15:32 -0600
commit468756c9a9d22ea46b760b4eab0d397215e87809 (patch)
tree6ab36fa4fe2f8089f372550b93cc7c11a30f557b /libpurple/queuedoutputstream.h
parentc16a57f6c3f1007234e9418607fbe6139cc26af6 (diff)
downloadpidgin-468756c9a9d22ea46b760b4eab0d397215e87809.tar.gz
Remove unnecessary gtk-doc comments and move them where possible from libpurple/[q-z]*.h
Testing Done: Compiled Reviewed at https://reviews.imfreedom.org/r/1177/
Diffstat (limited to 'libpurple/queuedoutputstream.h')
-rw-r--r--libpurple/queuedoutputstream.h17
1 files changed, 7 insertions, 10 deletions
diff --git a/libpurple/queuedoutputstream.h b/libpurple/queuedoutputstream.h
index 5151602407..86a4b2dfab 100644
--- a/libpurple/queuedoutputstream.h
+++ b/libpurple/queuedoutputstream.h
@@ -27,16 +27,6 @@
#ifndef PURPLE_QUEUED_OUTPUT_STREAM_H
#define PURPLE_QUEUED_OUTPUT_STREAM_H
-/**
- * SECTION:queuedoutputstream
- * @section_id: libpurple-queuedoutputstream
- * @short_description: GOutputStream for queuing data to output
- * @title: GOutputStream class
- *
- * A #PurpleQueuedOutputStream is a #GOutputStream which allows data to be
- * queued for outputting. It differs from a #GBufferedOutputStream in that
- * it allows for data to be queued while other operations are in progress.
- */
#include <gio/gio.h>
@@ -49,6 +39,13 @@ G_BEGIN_DECLS
*/
#define PURPLE_TYPE_QUEUED_OUTPUT_STREAM purple_queued_output_stream_get_type()
+/**
+ * PurpleQueuedOutputStream:
+ *
+ * A #PurpleQueuedOutputStream is a #GOutputStream which allows data to be
+ * queued for outputting. It differs from a #GBufferedOutputStream in that
+ * it allows for data to be queued while other operations are in progress.
+ */
G_DECLARE_FINAL_TYPE(PurpleQueuedOutputStream,
purple_queued_output_stream, PURPLE,
QUEUED_OUTPUT_STREAM, GFilterOutputStream)