From 4c150d8eb518c35c484802e5cd7da572e4030f25 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 5 Feb 2018 20:13:20 +0100 Subject: 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. --- gdk/gdkrectangle.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdk/gdkrectangle.c') diff --git a/gdk/gdkrectangle.c b/gdk/gdkrectangle.c index 9dab82c4ef..641d093e6f 100644 --- a/gdk/gdkrectangle.c +++ b/gdk/gdkrectangle.c @@ -145,8 +145,6 @@ gdk_rectangle_intersect (const GdkRectangle *src1, * Returns #TRUE if @rect contains the point described by @x and @y. * * Returns: #TRUE if @rect contains the point - * - * Since: 3.92 **/ gboolean gdk_rectangle_contains_point (const GdkRectangle *rect, @@ -169,8 +167,6 @@ gdk_rectangle_contains_point (const GdkRectangle *rect, * Checks if the two given rectangles are equal. * * Returns: %TRUE if the rectangles are equal. - * - * Since: 3.20 */ gboolean gdk_rectangle_equal (const GdkRectangle *rect1, -- cgit v1.2.1