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 /gtk/gtktestutils.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 'gtk/gtktestutils.c')
-rw-r--r-- | gtk/gtktestutils.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/gtktestutils.c b/gtk/gtktestutils.c index 1a35d2e034..43293c9eec 100644 --- a/gtk/gtktestutils.c +++ b/gtk/gtktestutils.c @@ -70,8 +70,6 @@ * * Like gtk_init() and g_test_init(), any known arguments will be * processed and stripped from @argc and @argv. - * - * Since: 2.14 **/ void gtk_test_init (int *argcp, @@ -126,8 +124,6 @@ quit_main_loop_callback (GtkWidget *widget, * This function is intended to be used for syncing with actions that * depend on @widget relayouting or on interaction with the display * server. - * - * Since: 3.10 **/ void gtk_test_widget_wait_for_draw (GtkWidget *widget) @@ -158,8 +154,6 @@ static guint n_all_registered_types = 0; * * Returns: (array length=n_types zero-terminated=1) (transfer none): * 0-terminated array of type ids - * - * Since: 2.14 */ const GType* gtk_test_list_all_types (guint *n_types) @@ -175,8 +169,6 @@ gtk_test_list_all_types (guint *n_types) * Force registration of all core Gtk+ and Gdk object types. * This allowes to refer to any of those object types via * g_type_from_name() after calling this function. - * - * Since: 2.14 **/ void gtk_test_register_all_types (void) |