diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-11 10:20:11 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-06 20:06:46 +0200 |
commit | 6e3d90e2a4cd0a5b863748b88ab67e959f47f0f6 (patch) | |
tree | eb436b6c705b1657a1c7b3d6facc0be880b98e58 /src/mm-plugin.h | |
parent | d63570838be002b4e82d4753e3b137aced1bcfe0 (diff) |
plugin: new `MM_PLUGIN_CUSTOM_INIT' property
We let plugins execute some custom initialization in the ports, specified by
a `MMAsyncMethod'.
Diffstat (limited to 'src/mm-plugin.h')
-rw-r--r-- | src/mm-plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-plugin.h b/src/mm-plugin.h index d63a734f..d9efa69b 100644 --- a/src/mm-plugin.h +++ b/src/mm-plugin.h @@ -49,6 +49,7 @@ #define MM_PLUGIN_ALLOWED_AT "allowed-at" #define MM_PLUGIN_ALLOWED_SINGLE_AT "allowed-single-at" #define MM_PLUGIN_ALLOWED_QCDM "allowed-qcdm" +#define MM_PLUGIN_CUSTOM_INIT "custom-init" #define MM_PLUGIN_CUSTOM_AT_PROBE "custom-at-probe" #define MM_PLUGIN_SEND_DELAY "send-delay" |