diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-02-05 20:13:20 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-02-06 01:16:32 -0500 |
commit | 4c150d8eb518c35c484802e5cd7da572e4030f25 (patch) | |
tree | 8867f973fd6c9737b5d7f05d6945817f354a37e2 /gdk/gdkrectangle.h | |
parent | 2616e6857cc136c654b64dd16839ddf89f4b5c62 (diff) | |
download | gtk+-4c150d8eb518c35c484802e5cd7da572e4030f25.tar.gz |
The big versioning cleanup
Remove all the old 2.x and 3.x version annotations.
GTK+ 4 is a new start, and from the perspective of a
GTK+ 4 developer all these APIs have been around since
the beginning.
Diffstat (limited to 'gdk/gdkrectangle.h')
-rw-r--r-- | gdk/gdkrectangle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkrectangle.h b/gdk/gdkrectangle.h index 244339d905..3b6349c28e 100644 --- a/gdk/gdkrectangle.h +++ b/gdk/gdkrectangle.h @@ -45,11 +45,11 @@ void gdk_rectangle_union (const GdkRectangle *src1, const GdkRectangle *src2, GdkRectangle *dest); -GDK_AVAILABLE_IN_3_20 +GDK_AVAILABLE_IN_ALL gboolean gdk_rectangle_equal (const GdkRectangle *rect1, const GdkRectangle *rect2); -GDK_AVAILABLE_IN_3_92 +GDK_AVAILABLE_IN_ALL gboolean gdk_rectangle_contains_point (const GdkRectangle *rect, int x, int y); |