aboutsummaryrefslogtreecommitdiff
path: root/src/mm-port-serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-port-serial.h')
-rw-r--r--src/mm-port-serial.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mm-port-serial.h b/src/mm-port-serial.h
index b30bad77..e643d147 100644
--- a/src/mm-port-serial.h
+++ b/src/mm-port-serial.h
@@ -93,12 +93,12 @@ struct _MMPortSerialClass {
/* Called to configure the serial port after it's opened. Errors, if any,
* should get ignored. */
- void (*config) (MMPortSerial *self);
+ void (*config) (MMPortSerial *self);
void (*debug_log) (MMPortSerial *self,
- const char *prefix,
- const char *buf,
- gsize len);
+ const gchar *prefix,
+ const gchar *buf,
+ gsize len);
/* Signals */
void (*buffer_full) (MMPortSerial *port, const GByteArray *buffer);