Go to the source code of this file.
◆ PDBActionContentType
| Enumerator |
|---|
| RAC_NONE | |
| RAC_MESSAGE | |
| RAC_CREATE_CONTEXT | |
◆ PDBActionTrigger
| Enumerator |
|---|
| RAT_MATCH | |
| RAT_TIMEOUT | |
◆ pdb_action_free()
◆ pdb_action_new()
◆ pdb_action_set_condition()
| void pdb_action_set_condition |
( |
PDBAction * |
self, |
|
|
GlobalConfig * |
cfg, |
|
|
const gchar * |
filter_string, |
|
|
GError ** |
error |
|
) |
| |
◆ pdb_action_set_rate()
| void pdb_action_set_rate |
( |
PDBAction * |
self, |
|
|
const gchar * |
rate_ |
|
) |
| |
◆ pdb_action_set_trigger()
| void pdb_action_set_trigger |
( |
PDBAction * |
self, |
|
|
const gchar * |
trigger, |
|
|
GError ** |
error |
|
) |
| |