GdkWaylandWindow: Fix version numbers in export_handle() docs
authorMart Raudsepp <leio@gentoo.org>
Thu, 22 Jun 2017 02:35:36 +0000 (05:35 +0300)
committerMart Raudsepp <leio@gentoo.org>
Thu, 22 Jun 2017 02:39:25 +0000 (05:39 +0300)
This change appeared first in 3.22.16 release, not 3.22.13.

https://bugzilla.gnome.org/show_bug.cgi?id=782325

gdk/wayland/gdkwindow-wayland.c

index d83466612b9163d54d8a7a7e99bce8fbdc397141..ffc9f94a009c38113ec4016fee82fce7a59fa091 100644 (file)
@@ -4105,11 +4105,11 @@ exported_idle (gpointer user_data)
  * to other processes. When the handle has been obtained, @callback
  * will be called.
  *
- * Up until 3.22.12 it was an error to call this function on a window that is
+ * Up until 3.22.15 it was an error to call this function on a window that is
  * already exported. When the handle is no longer needed,
  * gdk_wayland_window_unexport_handle() should be called to clean up resources.
  *
- * Starting with 3.22.13, calling this function on an already exported window
+ * Starting with 3.22.16, calling this function on an already exported window
  * will cause the callback to be invoked with the same handle as was already
  * invoked, from an idle callback. To unexport the window,
  * gdk_wayland_window_unexport_handle() must be called the same number of times