summaryrefslogtreecommitdiff
path: root/gtk/gtkspinner.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/gtkspinner.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/gtkspinner.c')
-rw-r--r--gtk/gtkspinner.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/gtkspinner.c b/gtk/gtkspinner.c
index 17b0f7d1cd..97239649f6 100644
--- a/gtk/gtkspinner.c
+++ b/gtk/gtkspinner.c
@@ -192,8 +192,6 @@ gtk_spinner_class_init (GtkSpinnerClass *klass)
/* GtkSpinner:active:
*
* Whether the spinner is active
- *
- * Since: 2.20
*/
g_object_class_install_property (gobject_class,
PROP_ACTIVE,
@@ -219,8 +217,6 @@ gtk_spinner_init (GtkSpinner *spinner)
* Returns a new spinner widget. Not yet started.
*
* Returns: a new #GtkSpinner
- *
- * Since: 2.20
*/
GtkWidget *
gtk_spinner_new (void)
@@ -233,8 +229,6 @@ gtk_spinner_new (void)
* @spinner: a #GtkSpinner
*
* Starts the animation of the spinner.
- *
- * Since: 2.20
*/
void
gtk_spinner_start (GtkSpinner *spinner)
@@ -249,8 +243,6 @@ gtk_spinner_start (GtkSpinner *spinner)
* @spinner: a #GtkSpinner
*
* Stops the animation of the spinner.
- *
- * Since: 2.20
*/
void
gtk_spinner_stop (GtkSpinner *spinner)