ml_form_input_set_value

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

ml_form_input_set_value, ml_form_input_get_value, ml_form_input_clear_value - Operations on generic form inputs.

SYNOPSIS

#include <ml_form_input.h>

void ml_form_input_set_value (ml_form_input form_input, const char *value);
const char *ml_form_input_get_value (ml_form_input form_input);
void ml_form_input_clear_value (ml_form_input form_input);

DESCRIPTION

ml_form_input_(set|get)_value update the value field in any form input.
ml_form_input_clear_value clears (nulls) the value field.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

GNU LGPL (see http://www.gnu.org/)

VERSION

monolith-1.0.0