#include <sys/types.h>
#include <glib.h>
Go to the source code of this file.
Compounds | |
struct | lu_prompt |
Typedefs | |
typedef struct lu_prompt | lu_prompt_t |
Functions | |
typedef | gboolean (lu_prompt_fn)(struct lu_prompt *prompts, int count, gpointer callback_data, struct lu_error **error) |
gboolean | lu_prompt_console (struct lu_prompt *prompts, int count, gpointer callback_data, struct lu_error **error) |
gboolean | lu_prompt_console_quiet (struct lu_prompt *prompts, int count, gpointer callback_data, struct lu_error **error) |
|
The type of data passed to a prompter function. The library uses these when it needs to prompt the user for information. |
|
lu_prompt_console:
|
|
lu_prompt_console_quiet:
|