diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2022-12-11 23:44:20 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2023-01-03 13:56:25 +0000 |
commit | 1dd70be4c834ba025ff16b343aa4032a8c64fb71 (patch) | |
tree | b83730da3fcfe3894be14ba0f192f6c0ba43c4d4 /src/mm-plugin.h | |
parent | f0a9f0955846187ca6e6a04a0ca191ba2592d5af (diff) |
plugins: setup new helper macros to define shared utils
Diffstat (limited to 'src/mm-plugin.h')
-rw-r--r-- | src/mm-plugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-plugin.h b/src/mm-plugin.h index 7bcb4313..89170167 100644 --- a/src/mm-plugin.h +++ b/src/mm-plugin.h @@ -31,6 +31,9 @@ #define MM_PLUGIN_MAJOR_VERSION 5 #define MM_PLUGIN_MINOR_VERSION 0 +#define MM_SHARED_MAJOR_VERSION 1 +#define MM_SHARED_MINOR_VERSION 0 + #define MM_TYPE_PLUGIN (mm_plugin_get_type ()) #define MM_PLUGIN(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MM_TYPE_PLUGIN, MMPlugin)) #define MM_PLUGIN_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), MM_TYPE_PLUGIN, MMPluginClass)) |