aboutsummaryrefslogtreecommitdiff
path: root/src/mm-serial-port.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-01-31 12:04:53 -0800
committerDan Williams <dcbw@redhat.com>2010-01-31 12:04:53 -0800
commitba9634ae4fe0a3685cb9ccbc1d68fd05e0ebc1ac (patch)
tree8bed38a402282df3fb6eedfaaf9f4cb3e45adf4d /src/mm-serial-port.h
parent765920803744c6b1326ed44894f73cb9b7481e38 (diff)
serial: add mm_serial_port_is_open()
Diffstat (limited to 'src/mm-serial-port.h')
-rw-r--r--src/mm-serial-port.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-serial-port.h b/src/mm-serial-port.h
index 841b4fa3..a2697f30 100644
--- a/src/mm-serial-port.h
+++ b/src/mm-serial-port.h
@@ -79,6 +79,8 @@ void mm_serial_port_set_response_parser (MMSerialPort *self,
gpointer user_data,
GDestroyNotify notify);
+gboolean mm_serial_port_is_open (MMSerialPort *self);
+
gboolean mm_serial_port_open (MMSerialPort *self,
GError **error);