Merge branch 'akitouni/gdkvulkan-doc-typo' into 'master'

vulkancontext: fix typos in documentation

See merge request GNOME/gtk!417
This commit is contained in:
Timm Bäder 2018-11-19 07:41:36 +00:00
commit d0f4fcb6fd

View File

@ -711,7 +711,7 @@ gdk_vulkan_context_get_image (GdkVulkanContext *context,
*
* Gets the index of the image that is currently being drawn.
*
* This function can only be used between gdk_cairo_context_begin_frame() and
* This function can only be used between gdk_draw_context_begin_frame() and
* gdk_draw_context_end_frame() calls.
*
* Returns: the index of the images that is being drawn
@ -734,7 +734,7 @@ gdk_vulkan_context_get_draw_index (GdkVulkanContext *context)
* Gets the Vulkan semaphore that protects access to the image that is
* currently being drawn.
*
* This function can only be used between gdk_cairo_context_begin_frame() and
* This function can only be used between gdk_draw_context_begin_frame() and
* gdk_draw_context_end_frame() calls.
*
* Returns: (transfer none): the VkSemaphore