aboutsummaryrefslogtreecommitdiff
path: root/src/mm-device.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-07-11 12:26:22 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-08-06 20:06:46 +0200
commitbfc3cb27e1ae798b6934bb85d7b2106dec556ae5 (patch)
tree83f38c8bc62f93249101274c4dd4d6bb982b031e /src/mm-device.h
parent884aa7f2eb944ed70c3aa33b41631aa7138f854d (diff)
device,plugin: let the `MMPlugin' API know about `MMDevice'
Diffstat (limited to 'src/mm-device.h')
-rw-r--r--src/mm-device.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mm-device.h b/src/mm-device.h
index 5c6acba4..4329107d 100644
--- a/src/mm-device.h
+++ b/src/mm-device.h
@@ -21,7 +21,8 @@
#include <gudev/gudev.h>
-#include "mm-plugin.h"
+#include "mm-base-modem.h"
+#include "mm-port-probe.h"
#define MM_TYPE_DEVICE (mm_device_get_type ())
#define MM_DEVICE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MM_TYPE_DEVICE, MMDevice))
@@ -79,9 +80,9 @@ guint16 mm_device_get_product (MMDevice *self);
GUdevDevice *mm_device_peek_udev_device (MMDevice *self);
GUdevDevice *mm_device_get_udev_device (MMDevice *self);
void mm_device_set_plugin (MMDevice *self,
- MMPlugin *plugin);
-MMPlugin *mm_device_peek_plugin (MMDevice *self);
-MMPlugin *mm_device_get_plugin (MMDevice *self);
+ GObject *plugin);
+GObject *mm_device_peek_plugin (MMDevice *self);
+GObject *mm_device_get_plugin (MMDevice *self);
MMBaseModem *mm_device_peek_modem (MMDevice *self);
MMBaseModem *mm_device_get_modem (MMDevice *self);