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/gtkmenutoolbutton.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/gtkmenutoolbutton.c')
-rw-r--r-- | gtk/gtkmenutoolbutton.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gtk/gtkmenutoolbutton.c b/gtk/gtkmenutoolbutton.c index d34d02d229..097b4c1e98 100644 --- a/gtk/gtkmenutoolbutton.c +++ b/gtk/gtkmenutoolbutton.c @@ -327,8 +327,6 @@ gtk_menu_tool_button_buildable_interface_init (GtkBuildableIface *iface) * @label as label. * * Returns: the new #GtkMenuToolButton - * - * Since: 2.6 **/ GtkToolItem * gtk_menu_tool_button_new (GtkWidget *icon_widget, @@ -361,8 +359,6 @@ _show_menu_emit (gpointer user_data) * * Sets the #GtkMenu that is popped up when the user clicks on the arrow. * If @menu is NULL, the arrow button becomes insensitive. - * - * Since: 2.6 **/ void gtk_menu_tool_button_set_menu (GtkMenuToolButton *button, @@ -391,8 +387,6 @@ gtk_menu_tool_button_set_menu (GtkMenuToolButton *button, * * Returns: (transfer none): the #GtkMenu associated * with #GtkMenuToolButton - * - * Since: 2.6 **/ GtkWidget * gtk_menu_tool_button_get_menu (GtkMenuToolButton *button) @@ -416,8 +410,6 @@ gtk_menu_tool_button_get_menu (GtkMenuToolButton *button) * Sets the tooltip text to be used as tooltip for the arrow button which * pops up the menu. See gtk_tool_item_set_tooltip_text() for setting a tooltip * on the whole #GtkMenuToolButton. - * - * Since: 2.12 **/ void gtk_menu_tool_button_set_arrow_tooltip_text (GtkMenuToolButton *button, @@ -436,8 +428,6 @@ gtk_menu_tool_button_set_arrow_tooltip_text (GtkMenuToolButton *button, * Sets the tooltip markup text to be used as tooltip for the arrow button * which pops up the menu. See gtk_tool_item_set_tooltip_text() for setting * a tooltip on the whole #GtkMenuToolButton. - * - * Since: 2.12 **/ void gtk_menu_tool_button_set_arrow_tooltip_markup (GtkMenuToolButton *button, |