From 5562c9a553fe539d0d1fbf05dba89b1b1f577fae Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 8 Nov 2014 22:08:29 +0000 Subject: Continue doxygen error cleanup. --- atari/gui.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'atari/gui.h') diff --git a/atari/gui.h b/atari/gui.h index 68a416e0f..bbe129b7a 100755 --- a/atari/gui.h +++ b/atari/gui.h @@ -164,6 +164,12 @@ struct gui_window *gui_get_input_window(void); char *gui_window_get_url(struct gui_window *gw); char *gui_window_get_title(struct gui_window *gw); +/** + * Set the status bar of a browser window. + * + * \param w The gui_window to update. + * \param text new status text + */ void gui_window_set_status(struct gui_window *w, const char *text); void gui_window_set_pointer(struct gui_window *gw, gui_pointer_shape shape); void gui_window_destroy(struct gui_window *w); -- cgit v1.2.3