NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
ExpandoRenderData Struct Reference

#include "render.h"

Data Fields

int did
 Domain ID.
 
int uid
 Unique ID.
 
void(* get_string )(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, int max_cols, struct Buffer *buf)
 
long(* get_number )(const struct ExpandoNode *node, void *data, MuttFormatFlags flags)
 

Detailed Description

Definition at line 47 of file render.h.

Field Documentation

◆ did

int ExpandoRenderData::did

Domain ID.

Definition at line 49 of file render.h.

◆ uid

int ExpandoRenderData::uid

Unique ID.

Definition at line 50 of file render.h.

◆ get_string

void(* ExpandoRenderData::get_string) (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, int max_cols, struct Buffer *buf)

Definition at line 65 of file render.h.

◆ get_number

long(* ExpandoRenderData::get_number) (const struct ExpandoNode *node, void *data, MuttFormatFlags flags)

Definition at line 79 of file render.h.


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