summaryrefslogtreecommitdiff
path: root/libpurple/xfer.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-09-12 23:18:09 -0500
committerGary Kramlich <grim@reaperworld.com>2022-09-12 23:18:09 -0500
commit5be87d03ad9a83211acfb96914577eaad3aab9b0 (patch)
tree4705301c57993c8fda8ff5dd52da6d2aa046bc60 /libpurple/xfer.h
parent1e76ba5cefc87d69d69e0df167f44c63e6d6c389 (diff)
downloadpidgin-5be87d03ad9a83211acfb96914577eaad3aab9b0.tar.gz
Remove a bunch of documents that aren't read/displayed by gi-docgen.
Testing Done: Compiled. Reviewed at https://reviews.imfreedom.org/r/1753/
Diffstat (limited to 'libpurple/xfer.h')
-rw-r--r--libpurple/xfer.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/libpurple/xfer.h b/libpurple/xfer.h
index aefcbb0105..c5d88dcf50 100644
--- a/libpurple/xfer.h
+++ b/libpurple/xfer.h
@@ -27,11 +27,6 @@
#ifndef PURPLE_XFER_H
#define PURPLE_XFER_H
-/**
- * PURPLE_TYPE_XFER_UI_OPS:
- *
- * The standard _get_type macro for #PurpleXferUiOps.
- */
#define PURPLE_TYPE_XFER_UI_OPS (purple_xfer_ui_ops_get_type())
/**************************************************************************/
@@ -88,20 +83,8 @@ typedef enum
G_BEGIN_DECLS
-/**
- * PURPLE_TYPE_XFER:
- *
- * The standard _get_type macro for #PurpleXfer.
- */
#define PURPLE_TYPE_XFER (purple_xfer_get_type())
-/**
- * purple_xfer_get_type:
- *
- * The standard _get_type function for #PurpleXfer.
- *
- * Returns: The #GType for #PurpleXfer.
- */
G_DECLARE_DERIVABLE_TYPE(PurpleXfer, purple_xfer, PURPLE, XFER, GObject)
/**
@@ -811,20 +794,7 @@ PurpleXferUiOps *purple_xfers_get_ui_ops(void);
* Protocol Interface
*****************************************************************************/
-/**
- * PURPLE_TYPE_PROTOCOL_XFER:
- *
- * The standard _get_type macro for #PurpleProtocolXfer.
- */
#define PURPLE_TYPE_PROTOCOL_XFER (purple_protocol_xfer_get_type())
-
-/**
- * purple_protocol_xfer_get_type:
- *
- * The standard _get_type function for #GType's.
- *
- * Returns: The #GType for the protocol xfer interface.
- */
G_DECLARE_INTERFACE(PurpleProtocolXfer, purple_protocol_xfer, PURPLE,
PROTOCOL_XFER, PurpleProtocol)