summaryrefslogtreecommitdiff
path: root/gdk/gdkseat.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-12-26 14:39:24 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-12-26 14:39:24 -0500
commitca2a7c1efdba7d68aafe3baf281620abbced80a3 (patch)
tree4a0dfe527401ed43259d0c8cabd849fff65d2665 /gdk/gdkseat.c
parent53522f3c258c5735b531a0121c30262dce7fdb9c (diff)
downloadgtk+-ca2a7c1efdba7d68aafe3baf281620abbced80a3.tar.gz
Document more structs
Diffstat (limited to 'gdk/gdkseat.c')
-rw-r--r--gdk/gdkseat.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdk/gdkseat.c b/gdk/gdkseat.c
index c22400324a..c0b7290a16 100644
--- a/gdk/gdkseat.c
+++ b/gdk/gdkseat.c
@@ -36,6 +36,13 @@
* that belong to a user.
*/
+/**
+ * GdkSeat:
+ *
+ * The GdkSeat struct contains only private fields and
+ * should not be accessed directly.
+ */
+
typedef struct _GdkSeatPrivate GdkSeatPrivate;
struct _GdkSeatPrivate