#include "render.h"
Go to the source code of this file.
Functions | |
int | expando_filter (const struct Expando *exp, const struct ExpandoRenderData *rdata, void *data, MuttFormatFlags flags, int max_cols, struct Buffer *buf) |
Render an Expando and run the result through a filter. | |
Expando filtering.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file filter.h.
int expando_filter | ( | const struct Expando * | exp, |
const struct ExpandoRenderData * | rdata, | ||
void * | data, | ||
MuttFormatFlags | flags, | ||
int | max_cols, | ||
struct Buffer * | buf | ||
) |
Render an Expando and run the result through a filter.
[in] | exp | Expando containing the expando tree |
[in] | rdata | Expando render data |
[in] | data | Callback data |
[in] | flags | Callback flags |
[in] | max_cols | Number of screen columns (-1 means unlimited) |
[out] | buf | Buffer in which to save string |
obj | Number of bytes written to buf and screen columns used |
Definition at line 138 of file filter.c.