NetSurf
Enumerations | Functions
output.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  monkey_output_type {
  MOUT_DIE , MOUT_ERROR , MOUT_WARNING , MOUT_GENERIC ,
  MOUT_WINDOW , MOUT_LOGIN , MOUT_DOWNLOAD , MOUT_PLOT
}
 

Functions

int moutf (enum monkey_output_type mout_type, const char *fmt,...)
 

Enumeration Type Documentation

◆ monkey_output_type

Enumerator
MOUT_DIE 
MOUT_ERROR 
MOUT_WARNING 
MOUT_GENERIC 
MOUT_WINDOW 
MOUT_LOGIN 
MOUT_DOWNLOAD 
MOUT_PLOT 

Definition at line 22 of file output.h.

Function Documentation

◆ moutf()

int moutf ( enum monkey_output_type  mout_type,
const char *  fmt,
  ... 
)

Definition at line 39 of file output.c.

References type_text.

Referenced by bitmap_render(), die(), free_login_context(), gui_401login_open(), gui_download_window_create(), gui_download_window_data(), gui_download_window_done(), gui_download_window_error(), gui_launch_url(), gui_present_cookies(), gui_window_console_log(), gui_window_create(), gui_window_destroy(), gui_window_drag_start(), gui_window_get_dimensions(), gui_window_get_scroll(), gui_window_new_content(), gui_window_place_caret(), gui_window_remove_caret(), gui_window_report_page_info(), gui_window_save_link(), gui_window_scroll_start(), gui_window_set_icon(), gui_window_set_pointer(), gui_window_set_scroll(), gui_window_set_status(), gui_window_set_title(), gui_window_set_url(), gui_window_start_throbber(), gui_window_stop_throbber(), gui_window_update_extent(), main(), monkey_login_handle_command(), monkey_login_handle_destroy(), monkey_login_handle_go(), monkey_login_handle_password(), monkey_login_handle_username(), monkey_plot_arc(), monkey_plot_bitmap(), monkey_plot_clip(), monkey_plot_disc(), monkey_plot_line(), monkey_plot_path(), monkey_plot_polygon(), monkey_plot_rectangle(), monkey_plot_text(), monkey_run(), monkey_warn_user(), monkey_window_handle_click(), monkey_window_handle_command(), monkey_window_handle_destroy(), monkey_window_handle_exec(), monkey_window_handle_go(), monkey_window_handle_redraw(), monkey_window_handle_reload(), monkey_window_handle_stop(), and monkey_window_invalidate_area().

Here is the caller graph for this function: