mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
docs: Add missing documentation to GtkStatusbar
This commit is contained in:
parent
73dda96711
commit
cc9528eaec
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user