diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-11 13:25:20 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-06 20:06:47 +0200 |
commit | ff8a962d990c53a0e901a96df4fc01211e4d1962 (patch) | |
tree | 3b84194c3d636ef6282d0d4bb1e446cf4f9af6c4 /src/mm-device.h | |
parent | 1ca46cc0ec2fd407f3c70dcac11279dec4cc61d8 (diff) |
port-probe: let us peek the `MMDevice' owning the probe from the probe itself
Diffstat (limited to 'src/mm-device.h')
-rw-r--r-- | src/mm-device.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mm-device.h b/src/mm-device.h index 4329107d..c21019c9 100644 --- a/src/mm-device.h +++ b/src/mm-device.h @@ -22,7 +22,6 @@ #include <gudev/gudev.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)) @@ -86,9 +85,9 @@ GObject *mm_device_get_plugin (MMDevice *self); MMBaseModem *mm_device_peek_modem (MMDevice *self); MMBaseModem *mm_device_get_modem (MMDevice *self); -MMPortProbe *mm_device_peek_port_probe (MMDevice *self, +GObject *mm_device_peek_port_probe (MMDevice *self, GUdevDevice *udev_port); -MMPortProbe *mm_device_get_port_probe (MMDevice *self, +GObject *mm_device_get_port_probe (MMDevice *self, GUdevDevice *udev_port); GList *mm_device_peek_port_probe_list (MMDevice *self); GList *mm_device_get_port_probe_list (MMDevice *self); |