#include "pdb-action.h"#include "pdb-error.h"#include "filter/filter-expr-parser.h"#include <stdlib.h>
Functions | |
| void | pdb_action_set_condition (PDBAction *self, GlobalConfig *cfg, const gchar *filter_string, GError **error) |
| void | pdb_action_set_rate (PDBAction *self, const gchar *rate_) |
| void | pdb_action_set_trigger (PDBAction *self, const gchar *trigger, GError **error) |
| PDBAction * | pdb_action_new (gint id) |
| void | pdb_action_free (PDBAction *self) |
| void pdb_action_free | ( | PDBAction * | self | ) |
| PDBAction* pdb_action_new | ( | gint | id | ) |
| void pdb_action_set_condition | ( | PDBAction * | self, |
| GlobalConfig * | cfg, | ||
| const gchar * | filter_string, | ||
| GError ** | error | ||
| ) |
| void pdb_action_set_rate | ( | PDBAction * | self, |
| const gchar * | rate_ | ||
| ) |
| void pdb_action_set_trigger | ( | PDBAction * | self, |
| const gchar * | trigger, | ||
| GError ** | error | ||
| ) |