diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-18 18:22:07 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-06 20:07:24 +0200 |
commit | fc9a7dbbd971b14cc1ff56a61d2f8e90a0a55869 (patch) | |
tree | b566777fd4ff7c6207417385d1ae367088a03cad /plugins/samsung/mm-plugin-samsung.h | |
parent | 03a0fee4ff3443a441f1356edb71af22d9048f47 (diff) |
samsung: port plugin to the refactored probing logic
Diffstat (limited to 'plugins/samsung/mm-plugin-samsung.h')
-rw-r--r-- | plugins/samsung/mm-plugin-samsung.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/samsung/mm-plugin-samsung.h b/plugins/samsung/mm-plugin-samsung.h index 99876c34..3cce72e8 100644 --- a/plugins/samsung/mm-plugin-samsung.h +++ b/plugins/samsung/mm-plugin-samsung.h @@ -23,7 +23,7 @@ #ifndef MM_PLUGIN_SAMSUNG_H #define MM_PLUGIN_SAMSUNG_H -#include "mm-plugin-base.h" +#include "mm-plugin.h" #define MM_TYPE_PLUGIN_SAMSUNG (mm_plugin_samsung_get_type ()) #define MM_PLUGIN_SAMSUNG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MM_TYPE_PLUGIN_SAMSUNG, MMPluginSamsung)) @@ -33,11 +33,11 @@ #define MM_PLUGIN_SAMSUNG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MM_TYPE_PLUGIN_SAMSUNG, MMPluginSamsungClass)) typedef struct { - MMPluginBase parent; + MMPlugin parent; } MMPluginSamsung; typedef struct { - MMPluginBaseClass parent; + MMPluginClass parent; } MMPluginSamsungClass; GType mm_plugin_samsung_get_type (void); |