docs: Add missing documentation to GtkStatusbar

This commit is contained in:
Emmanuele Bassi 2020-12-16 15:49:27 +00:00
parent 73dda96711
commit cc9528eaec

View File

@ -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)
{