summaryrefslogtreecommitdiff
path: root/gio/gdatagrambased.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-09-26 21:07:41 -0400
committerPhilip Withnall <pwithnall@endlessos.org>2023-10-17 11:20:03 +0100
commit081cc5af2599891c89bf8a7cb745117ae915d39e (patch)
tree2ef379c5fd69c10a6716449b9736ba9ea4f7876b /gio/gdatagrambased.h
parent926f56c7c7da2d9271ba61c66eda08193db29b12 (diff)
docs: Move the GDatagramBased SECTION
Move contents to struct docs. Helps: #3037
Diffstat (limited to 'gio/gdatagrambased.h')
-rw-r--r--gio/gdatagrambased.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gio/gdatagrambased.h b/gio/gdatagrambased.h
index 585728c3f..aa2a1f221 100644
--- a/gio/gdatagrambased.h
+++ b/gio/gdatagrambased.h
@@ -41,13 +41,6 @@ G_BEGIN_DECLS
#define G_TYPE_IS_DATAGRAM_BASED(type) (g_type_is_a ((type), \
G_TYPE_DATAGRAM_BASED))
-/**
- * GDatagramBased:
- *
- * Interface for socket-like objects with datagram semantics.
- *
- * Since: 2.48
- */
typedef struct _GDatagramBasedInterface GDatagramBasedInterface;
/**