in a text template, followed by any character, always expands to the second character. More...
#include <textutils.h>
in a text template, followed by any character, always expands to the second character.
Sequences of the form %{FUNCTION_NAME[:PARAMS]} are expanded using a function defined in the object. The text between the braces is a function name, possibly followed by arguments separated by ':'. If the arguments contain special characters or delimiters (':' or '}'), they should be escaped.
Definition at line 66 of file textutils.h.
log context to pass to the function, used for logging and for accessing the context for the function
Definition at line 71 of file textutils.h.
Referenced by ff_expand_text_function(), ff_expand_text_function_internal(), and init().
list of functions to use to expand sequences in the format FUNCTION_NAME{PARAMS}
Definition at line 77 of file textutils.h.
Referenced by ff_expand_text_function_internal().
number of functions
Definition at line 82 of file textutils.h.
Referenced by ff_expand_text_function_internal().