libcmml  0.9.1
Data Fields
CMML_MetaElement Struct Reference

#include <cmml.h>

Data Fields

char * id
 
char * lang
 
char * dir
 
char * name
 
char * content
 
char * scheme
 

Detailed Description

CMML_MetaElement: a struct to keep the details of the meta tag in either a head or an clip

Field Documentation

◆ id

char* CMML_MetaElement::id

id attribute of meta element

◆ lang

char* CMML_MetaElement::lang

language code of meta element

◆ dir

char* CMML_MetaElement::dir

directionality of lang (ltr/rtl)

◆ name

char* CMML_MetaElement::name

property name of meta element

◆ content

char* CMML_MetaElement::content

property value of meta element

◆ scheme

char* CMML_MetaElement::scheme

scheme name of meta element


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