cef_post_data_t.remove_element

Remove the specified post data element. Returns true (1) if the removal succeeds.

struct cef_post_data_t
extern (System)
int function(cef_post_data_t* self, cef_post_data_element_t* element) nothrow remove_element;

Meta