aboutsummaryrefslogtreecommitdiff
path: root/src/mm-serial-port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-serial-port.h')
-rw-r--r--src/mm-serial-port.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-serial-port.h b/src/mm-serial-port.h
index a2697f30..dd5a6689 100644
--- a/src/mm-serial-port.h
+++ b/src/mm-serial-port.h
@@ -62,6 +62,9 @@ struct _MMSerialPort {
struct _MMSerialPortClass {
MMPortClass parent;
+
+ /* Signals */
+ void (*buffer_full) (MMSerialPort *port, const GString *buffer);
};
GType mm_serial_port_get_type (void);