api: add non-variadic variants of msgwin_*_add to the API
commitd3417b7b37d289fc2a7d985f54c5b8a5385f295e
authorThomas Martitz <kugel@rockbox.org>
Tue, 23 Jan 2018 18:05:28 +0000 (23 19:05 +0100)
committerColomban Wendling <ban@herbesfolles.org>
Thu, 5 Apr 2018 19:44:43 +0000 (5 15:44 -0400)
tree345e2b6b759277438ae07fa64f7800b26746f0d8
parent65097208df76439f0f059bafad5945624131475b
api: add non-variadic variants of msgwin_*_add to the API

The variadic variants cannot be gobject-introspected, i.e. are not available
in  Peasy.

In fact, msgwin_compiler_add_string() and msgwin_msg_add_string() already
existed and have just been exported. msgwin_status_add_string() is new but
msgwin_status_add() becaume a wrapper around it in the same fashion as the
other two pairs.
src/msgwindow.c
src/msgwindow.h