diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-12-09 14:59:46 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-12-09 14:59:46 -0500 |
commit | 4ae50bf38ebe589e88ef37f63ebdf36e030f1aae (patch) | |
tree | bf68d150b7469ea8f1fe9b60ed0eab487c6c3aaf /gdk/gdkdrawcontext.c | |
parent | 2c0564a46e9dab44038483a234a7339a99cebc94 (diff) | |
download | gtk+-4ae50bf38ebe589e88ef37f63ebdf36e030f1aae.tar.gz |
Trivial doc fixups
Diffstat (limited to 'gdk/gdkdrawcontext.c')
-rw-r--r-- | gdk/gdkdrawcontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkdrawcontext.c b/gdk/gdkdrawcontext.c index 750f8136be..56629e06d2 100644 --- a/gdk/gdkdrawcontext.c +++ b/gdk/gdkdrawcontext.c @@ -31,7 +31,7 @@ * @Short_description: Drawing context base class * * #GdkDrawContext is the base object used by contexts implementing different - * rendering methods, such as #GdkDrawContext or #GdkVulkanContext. They provide + * rendering methods, such as #GdkGLContext or #GdkVulkanContext. It provides * shared functionality between those contexts. * * You will always interact with one of those subclasses. |