g-i: Add since annotation to GdkSurfaceSize
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>
Mon, 20 Mar 2023 08:14:25 +0000 (08:14 +0000)
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>
Mon, 20 Mar 2023 08:14:25 +0000 (08:14 +0000)
gdk/gdkdragsurfacesize.c

index 354d3ecc1c714fa709b208cd048661dcd963c7b7..509e02c3343b7e66d5eccac12b2724c987e29a65 100644 (file)
@@ -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,