|
XMMS2
|
Typedefs | |
| typedef struct pattern_St | pattern_t |
Functions | |
| s4_pattern_t * | s4_pattern_create (const char *pattern, int casefold) |
| Creates a new pattern. More... | |
| int | s4_pattern_match (const s4_pattern_t *p, const s4_val_t *val) |
| Matches a pattern against a value. More... | |
| void | s4_pattern_free (s4_pattern_t *pattern) |
| Frees a pattern created with s4_pattern_create. More... | |