aboutsummaryrefslogtreecommitdiff
path: root/src/mm-at-serial-port.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-08-26 16:21:27 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-08-26 16:21:27 +0200
commit2b28b7acb65df8e5778dde04225274db0a1e99da (patch)
tree31129c84bac2ad85fdef72c9bf9b940b22266d85 /src/mm-at-serial-port.h
parent82eb2158db348dcc3ac0883ad2a1bf240c7c50ef (diff)
at-serial-port: avoid 'enable_disable', use just 'enable' in method name
Diffstat (limited to 'src/mm-at-serial-port.h')
-rw-r--r--src/mm-at-serial-port.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mm-at-serial-port.h b/src/mm-at-serial-port.h
index 09706818..cdd3b9cb 100644
--- a/src/mm-at-serial-port.h
+++ b/src/mm-at-serial-port.h
@@ -89,9 +89,9 @@ void mm_at_serial_port_add_unsolicited_msg_handler (MMAtSerialPort *self,
gpointer user_data,
GDestroyNotify notify);
-void mm_at_serial_port_enable_disable_unsolicited_msg_handler (MMAtSerialPort *self,
- GRegex *regex,
- gboolean enable);
+void mm_at_serial_port_enable_unsolicited_msg_handler (MMAtSerialPort *self,
+ GRegex *regex,
+ gboolean enable);
void mm_at_serial_port_set_response_parser (MMAtSerialPort *self,
MMAtSerialResponseParserFn fn,