From: Bilal Elmoussaoui Date: Mon, 20 Mar 2023 08:14:25 +0000 (+0000) Subject: g-i: Add since annotation to GdkSurfaceSize X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~523^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=aa0cd3a5533a7253548fbe48c00e49b17e5347f5;p=gtk4.git g-i: Add since annotation to GdkSurfaceSize --- diff --git a/gdk/gdkdragsurfacesize.c b/gdk/gdkdragsurfacesize.c index 354d3ecc1c..509e02c334 100644 --- a/gdk/gdkdragsurfacesize.c +++ b/gdk/gdkdragsurfacesize.c @@ -25,6 +25,8 @@ * * The `GdkDragSurfaceSize` struct contains information that is useful * to compute the size of a drag surface. + * + * Since: 4.12 */ G_DEFINE_POINTER_TYPE (GdkDragSurfaceSize, gdk_drag_surface_size) @@ -42,6 +44,8 @@ gdk_drag_surface_size_init (GdkDragSurfaceSize *size) * @height: the height * * Sets the size the drag surface prefers to be resized to. + * + * Since: 4.12 */ void gdk_drag_surface_size_set_size (GdkDragSurfaceSize *size,