Show form fields after updating
This commit is contained in:
@@ -218,5 +218,6 @@ gboolean (*form_tag_exists)(DataForm *form, const char * const tag);
|
||||
form_field_type_t (*form_get_field_type)(DataForm *form, const char * const tag);
|
||||
gboolean (*form_field_contains_option)(DataForm *form, const char * const tag, char *value);
|
||||
int (*form_get_value_count)(DataForm *form, const char * const tag);
|
||||
FormField* (*form_get_field_by_tag)(DataForm *form, const char * const tag);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user