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/gdkcairo.c | |
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/gdkcairo.c')
-rw-r--r-- | gdk/gdkcairo.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gdk/gdkcairo.c b/gdk/gdkcairo.c index 83cdac3166..a53b01be9a 100644 --- a/gdk/gdkcairo.c +++ b/gdk/gdkcairo.c @@ -84,8 +84,6 @@ gdk_cairo_get_clip_rectangle (cairo_t *cr, * @rgba: a #GdkRGBA * * Sets the specified #GdkRGBA as the source color of @cr. - * - * Since: 3.0 */ void gdk_cairo_set_source_rgba (cairo_t *cr, @@ -107,8 +105,6 @@ gdk_cairo_set_source_rgba (cairo_t *cr, * @rectangle: a #GdkRectangle * * Adds the given rectangle to the current path of @cr. - * - * Since: 2.8 */ void gdk_cairo_rectangle (cairo_t *cr, @@ -128,8 +124,6 @@ gdk_cairo_rectangle (cairo_t *cr, * @region: a #cairo_region_t * * Adds the given region to the current path of @cr. - * - * Since: 2.8 */ void gdk_cairo_region (cairo_t *cr, @@ -253,8 +247,6 @@ gdk_cairo_surface_paint_pixbuf (cairo_surface_t *surface, * the pixbuf. * * Returns: a new cairo surface, must be freed with cairo_surface_destroy() - * - * Since: 3.10 */ cairo_surface_t * gdk_cairo_surface_create_from_pixbuf (const GdkPixbuf *pixbuf, @@ -296,8 +288,6 @@ gdk_cairo_surface_create_from_pixbuf (const GdkPixbuf *pixbuf, * * The pattern has an extend mode of %CAIRO_EXTEND_NONE and is aligned * so that the origin of @pixbuf is @pixbuf_x, @pixbuf_y. - * - * Since: 2.8 */ void gdk_cairo_set_source_pixbuf (cairo_t *cr, |