From: Mart Raudsepp Date: Thu, 22 Jun 2017 02:35:36 +0000 (+0300) Subject: GdkWaylandWindow: Fix version numbers in export_handle() docs X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~493 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bb13421fd308313e6956052bd9544919d54c8d58;p=gtk%2B3.0.git GdkWaylandWindow: Fix version numbers in export_handle() docs This change appeared first in 3.22.16 release, not 3.22.13. https://bugzilla.gnome.org/show_bug.cgi?id=782325 --- diff --git a/gdk/wayland/gdkwindow-wayland.c b/gdk/wayland/gdkwindow-wayland.c index d83466612b..ffc9f94a00 100644 --- a/gdk/wayland/gdkwindow-wayland.c +++ b/gdk/wayland/gdkwindow-wayland.c @@ -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