diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-12-26 14:39:24 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-12-26 14:39:24 -0500 |
commit | ca2a7c1efdba7d68aafe3baf281620abbced80a3 (patch) | |
tree | 4a0dfe527401ed43259d0c8cabd849fff65d2665 /gdk/gdkglcontext.c | |
parent | 53522f3c258c5735b531a0121c30262dce7fdb9c (diff) | |
download | gtk+-ca2a7c1efdba7d68aafe3baf281620abbced80a3.tar.gz |
Document more structs
Diffstat (limited to 'gdk/gdkglcontext.c')
-rw-r--r-- | gdk/gdkglcontext.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdk/gdkglcontext.c b/gdk/gdkglcontext.c index 84bdd4038f..b0cbfdbdec 100644 --- a/gdk/gdkglcontext.c +++ b/gdk/gdkglcontext.c @@ -76,6 +76,13 @@ * that is currently set by calling gdk_gl_context_clear_current(). */ +/** + * GdkGLContext: + * + * The GdkGLContext struct contains only private fields and + * should not be accessed directly. + */ + #include "config.h" #include "gdkglcontextprivate.h" |