Function yrs::yxmltext_string[][src]

#[no_mangle]
pub unsafe extern "C" fn yxmltext_string(
    txt: *const XmlText,
    txn: *const Transaction
) -> *mut c_char
Expand description

Returns a null-terminated UTF-8 encoded string content of a current YXmlText shared data type.

Generated string resources should be released using ystring_destroy function.