#include <stdarg.h>
Go to the source code of this file.
◆ perf_error__register()
perf_error__register - Register error logging functions : The pointer to error logging function struct
Register UI-specific error logging functions. Before calling this, other logging functions should be unregistered, if any.
Definition at line 63 of file util.c.
◆ perf_error__unregister()
perf_error__unregister - Unregister error logging functions : The pointer to error logging function struct
Unregister already registered error logging functions.
Definition at line 78 of file util.c.
◆ ui__dialog_yesno()
int ui__dialog_yesno |
( |
const char * |
msg | ) |
|
◆ ui__getch()
int ui__getch |
( |
int |
delay_secs | ) |
|
◆ ui__help_window()
int ui__help_window |
( |
const char * |
text | ) |
|
◆ ui__popup_menu()
int ui__popup_menu |
( |
int |
argc, |
|
|
char *const |
argv[] |
|
) |
| |
◆ ui__question_window()
int ui__question_window |
( |
const char * |
title, |
|
|
const char * |
text, |
|
|
const char * |
exit_msg, |
|
|
int |
delay_secs |
|
) |
| |