aboutsummaryrefslogtreecommitdiff
path: root/src/mm-port-probe.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2013-11-20 15:41:33 +0100
committerAleksander Morgado <aleksander@aleksander.es>2014-02-13 13:40:01 +0100
commit6f235b9948cf1ff1d11a7a339d3d1ffc40171dcd (patch)
treeede65682bbc0684c6e07bd8293be3fa10595be9b /src/mm-port-probe.h
parent0d1602bf0f861eed0af68a51610a3a6d3e139d0b (diff)
ports: rename 'MMAtSerialPort' to 'MMPortSerialAt'
Diffstat (limited to 'src/mm-port-probe.h')
-rw-r--r--src/mm-port-probe.h4
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);