summaryrefslogtreecommitdiff
path: root/gtk/gtkmountoperation.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 /gtk/gtkmountoperation.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 'gtk/gtkmountoperation.h')
-rw-r--r--gtk/gtkmountoperation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkmountoperation.h b/gtk/gtkmountoperation.h
index a2e5c9beee..3bb1787884 100644
--- a/gtk/gtkmountoperation.h
+++ b/gtk/gtkmountoperation.h
@@ -83,10 +83,10 @@ void gtk_mount_operation_set_parent (GtkMountOperation *op,
GtkWindow *parent);
GDK_AVAILABLE_IN_ALL
GtkWindow * gtk_mount_operation_get_parent (GtkMountOperation *op);
-GDK_AVAILABLE_IN_3_94
+GDK_AVAILABLE_IN_ALL
void gtk_mount_operation_set_display(GtkMountOperation *op,
GdkDisplay *display);
-GDK_AVAILABLE_IN_3_94
+GDK_AVAILABLE_IN_ALL
GdkDisplay * gtk_mount_operation_get_display(GtkMountOperation *op);
G_END_DECLS