Trivial doc fixups

This commit is contained in:
Matthias Clasen 2016-12-09 14:59:46 -05:00
parent 2c0564a46e
commit 4ae50bf38e

View File

@ -31,7 +31,7 @@
* @Short_description: Drawing context base class * @Short_description: Drawing context base class
* *
* #GdkDrawContext is the base object used by contexts implementing different * #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. * shared functionality between those contexts.
* *
* You will always interact with one of those subclasses. * You will always interact with one of those subclasses.