[gtk/matthiasc/for-master: 7/8] statusbar: Remove a misleading doc comment




commit 28e85db202981235387992c72bef251a8c69d63e
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Sep 28 22:43:42 2020 -0400

    statusbar: Remove a misleading doc comment

 gtk/gtkstatusbar.c | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)
---
diff --git a/gtk/gtkstatusbar.c b/gtk/gtkstatusbar.c
index b599964137..addb48eef4 100644
--- a/gtk/gtkstatusbar.c
+++ b/gtk/gtkstatusbar.c
@@ -489,15 +489,7 @@ gtk_statusbar_remove_all (GtkStatusbar *statusbar,
     }
 }
 
-/* < private >
- * gtk_statusbar_get_message_area:
- * @statusbar: a #GtkStatusbar
- *
- * Retrieves the box containing the label widget.
- *
- * Returns: (type Gtk.Box) (transfer none): a #GtkBox
- */
-const char*
+const char *
 gtk_statusbar_get_message (GtkStatusbar *statusbar)
 {
   g_return_val_if_fail (GTK_IS_STATUSBAR (statusbar), NULL);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]