summaryrefslogtreecommitdiff
path: root/gtk/gtkaccessible.c
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/gtkaccessible.c
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/gtkaccessible.c')
-rw-r--r--gtk/gtkaccessible.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkaccessible.c b/gtk/gtkaccessible.c
index fdf2ef7add..e5693c0599 100644
--- a/gtk/gtkaccessible.c
+++ b/gtk/gtkaccessible.c
@@ -167,8 +167,6 @@ gtk_accessible_class_init (GtkAccessibleClass *klass)
* It is the caller’s responsibility to ensure that when @widget
* is destroyed, the widget is unset by calling this function
* again with @widget set to %NULL.
- *
- * Since: 2.22
*/
void
gtk_accessible_set_widget (GtkAccessible *accessible,
@@ -206,8 +204,6 @@ gtk_accessible_set_widget (GtkAccessible *accessible,
*
* Returns: (nullable) (transfer none): pointer to the #GtkWidget
* corresponding to the #GtkAccessible, or %NULL.
- *
- * Since: 2.22
*/
GtkWidget*
gtk_accessible_get_widget (GtkAccessible *accessible)