struct oscap_text* oscap_text_clone | ( | const struct oscap_text * | text | ) | [read] |
void oscap_text_free | ( | struct oscap_text * | ) |
Release an internationalized text field.
char* oscap_text_get_plaintext | ( | const struct oscap_text * | text | ) |
Get plaintext representation of the text.
Caller is responsible for freeing returned string. oscap_text
struct oscap_text* oscap_text_new | ( | void | ) | [read] |
Create an internationalized text field.
lang | - language identifier ( |
encoding | - language encoding ( |
struct oscap_text* oscap_text_new_html | ( | void | ) | [read] |
Create an internationalized text field with HTML content.
lang | - language identifier ( |
encoding | - language encoding ( |
bool oscap_text_set_overrides | ( | struct oscap_text * | text, | |
bool | overrides | |||
) |
Set whether this text overrides parent content.