@b4n requested changes on this pull request.
Sorry…
Otherwise looks good, just need updating the @since
, squashing and we're good to merge.
In src/msgwindow.c:
> @@ -488,6 +519,32 @@ void msgwin_status_add(const gchar *format, ...) } } +/** + * Logs a formatted status message *without* setting the status bar. + * + * Use @ref ui_set_statusbar() to display text on the statusbar. + * + * @param format @c printf()-style format string. + * @param ... Arguments for the @c format string. + * + * @see msgwin_status_add_string() + * + * @since 0.15
Seems to be 0.12 actually :]
Or drop it, because it wasn't in the original and nobody actually cares
In src/msgwindow.c:
> * - * @since 0.15 + * @param msg_color A color to be used for the text. It must be an element of #MsgColors. + * @param line The document's line where the message belongs to. Set to @c -1 to ignore. + * @param doc @nullable The document. Set to @c NULL to ignore. + * @param format @c printf()-style format string. + * @param ... Arguments for the @c format string. + * + * @see msgwin_msg_add_string() + * + * @since 0.16
good catch for 0.16 here
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.