#include "render.h"
Data Fields | |
int | did |
Domain ID. | |
int | uid |
Unique ID. | |
void(* | get_string )(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
long(* | get_number )(const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
void(* ExpandoRenderData::get_string) (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
long(* ExpandoRenderData::get_number) (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |