summaryrefslogtreecommitdiff
path: root/gdk/gdkcairo.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-02-05 20:13:20 +0100
committerMatthias Clasen <mclasen@redhat.com>2018-02-06 01:16:32 -0500
commit4c150d8eb518c35c484802e5cd7da572e4030f25 (patch)
tree8867f973fd6c9737b5d7f05d6945817f354a37e2 /gdk/gdkcairo.h
parent2616e6857cc136c654b64dd16839ddf89f4b5c62 (diff)
downloadgtk+-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.h')
-rw-r--r--gdk/gdkcairo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdk/gdkcairo.h b/gdk/gdkcairo.h
index 5283842388..9417b0fd69 100644
--- a/gdk/gdkcairo.h
+++ b/gdk/gdkcairo.h
@@ -55,11 +55,11 @@ cairo_region_t *
gdk_cairo_region_create_from_surface
(cairo_surface_t *surface);
-GDK_AVAILABLE_IN_3_10
+GDK_AVAILABLE_IN_ALL
cairo_surface_t * gdk_cairo_surface_create_from_pixbuf (const GdkPixbuf *pixbuf,
int scale,
GdkWindow *for_window);
-GDK_AVAILABLE_IN_3_16
+GDK_AVAILABLE_IN_ALL
void gdk_cairo_draw_from_gl (cairo_t *cr,
GdkWindow *window,
int source,
@@ -70,10 +70,10 @@ void gdk_cairo_draw_from_gl (cairo_t *cr,
int width,
int height);
-GDK_AVAILABLE_IN_3_22
+GDK_AVAILABLE_IN_ALL
GdkDrawingContext * gdk_cairo_get_drawing_context (cairo_t *cr);
-GDK_AVAILABLE_IN_3_22
+GDK_AVAILABLE_IN_ALL
void gdk_cairo_surface_upload_to_gl (cairo_surface_t *surface,
int target,
int width,