NetSurf
Data Fields
textarea_utf8 Struct Reference

Data Fields

char * data
 UTF-8 text. More...
 
unsigned int alloc
 Size of allocated text. More...
 
unsigned int len
 Length of text, in bytes. More...
 
unsigned int utf8_len
 Length of text, in characters without trailing NULL. More...
 

Detailed Description

Definition at line 65 of file textarea.c.

Field Documentation

◆ alloc

unsigned int textarea_utf8::alloc

◆ data

char* textarea_utf8::data

◆ len

unsigned int textarea_utf8::len

◆ utf8_len

unsigned int textarea_utf8::utf8_len

The documentation for this struct was generated from the following file: