diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2013-11-20 15:41:33 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-13 13:40:01 +0100 |
commit | 6f235b9948cf1ff1d11a7a339d3d1ffc40171dcd (patch) | |
tree | ede65682bbc0684c6e07bd8293be3fa10595be9b /src/mm-port-probe.h | |
parent | 0d1602bf0f861eed0af68a51610a3a6d3e139d0b (diff) |
ports: rename 'MMAtSerialPort' to 'MMPortSerialAt'
Diffstat (limited to 'src/mm-port-probe.h')
-rw-r--r-- | src/mm-port-probe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-port-probe.h b/src/mm-port-probe.h index 74bf84de..454ea298 100644 --- a/src/mm-port-probe.h +++ b/src/mm-port-probe.h @@ -25,7 +25,7 @@ #include "mm-private-boxed-types.h" #include "mm-port-probe-at.h" -#include "mm-at-serial-port.h" +#include "mm-port-serial-at.h" #include "mm-device.h" #define MM_TYPE_PORT_PROBE (mm_port_probe_get_type ()) @@ -68,7 +68,7 @@ struct _MMPortProbeClass { * It also helps to implement plugin-specific checks, as plugins can set * their own probing results on the 'probe' object. */ typedef void (* MMPortProbeAtCustomInit) (MMPortProbe *probe, - MMAtSerialPort *port, + MMPortSerialAt *port, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data); |