pub unsafe extern "C" fn uiFreeTableValue(v: *mut uiTableValue)
Expand description
Frees the uiTableValue.
@param v Table value to free.
@warning This function is to be used only on uiTableValue objects that have NOT been passed to uiTable or uiTableModel - as these take ownership of the object.\n Use this for freeing erroneously created values or when directly calling uiTableModelHandler without transferring ownership to uiTable or uiTableModel. @memberof uiTableValue