diff options
Diffstat (limited to 'gtk/gtkstatusbar.c')
-rw-r--r-- | gtk/gtkstatusbar.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkstatusbar.c b/gtk/gtkstatusbar.c index 3edb920424..fc0336cbb2 100644 --- a/gtk/gtkstatusbar.c +++ b/gtk/gtkstatusbar.c @@ -478,8 +478,6 @@ gtk_statusbar_remove (GtkStatusbar *statusbar, * * Forces the removal of all messages from a statusbar's * stack with the exact @context_id. - * - * Since: 2.22 */ void gtk_statusbar_remove_all (GtkStatusbar *statusbar, @@ -539,8 +537,6 @@ gtk_statusbar_remove_all (GtkStatusbar *statusbar, * Retrieves the box containing the label widget. * * Returns: (type Gtk.Box) (transfer none): a #GtkBox - * - * Since: 2.20 */ GtkWidget* gtk_statusbar_get_message_area (GtkStatusbar *statusbar) |