summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-12-16 15:49:27 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2020-12-16 16:29:01 +0000
commitcc9528eaec90a6c0660645368b3f6206837b73e1 (patch)
treed85dd941692d0657b81efd85986ed2ff5d7e6861
parent73dda96711a5c54b0315dd6c9d5623f887353711 (diff)
downloadgtk+-cc9528eaec90a6c0660645368b3f6206837b73e1.tar.gz
docs: Add missing documentation to GtkStatusbar
-rw-r--r--gtk/gtkstatusbar.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk/gtkstatusbar.c b/gtk/gtkstatusbar.c
index addb48eef4..e997a69c5f 100644
--- a/gtk/gtkstatusbar.c
+++ b/gtk/gtkstatusbar.c
@@ -489,6 +489,14 @@ gtk_statusbar_remove_all (GtkStatusbar *statusbar,
}
}
+/**
+ * gtk_statusbar_get_message:
+ * @statusbar: a #GtkStatusbar
+ *
+ * Retrieves the contents of the label in #GtkStatusbar.
+ *
+ * Returns: (transfer none): the contents of the statusbar
+ */
const char *
gtk_statusbar_get_message (GtkStatusbar *statusbar)
{