diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-23 08:29:21 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-23 08:29:21 +0000 |
commit | 780fdf762ea90956b668d8fd3daff35973a06de7 (patch) | |
tree | ec13cc88786e7903e5142030e6e96beef69c56e0 | |
parent | a3dcbd3ab5d172c2537932ef1e2968140139d176 (diff) |
Rename SetSerialParams to SetSerialParameters
-rw-r--r-- | serial/manager.c | 2 | ||||
-rw-r--r-- | serial/serial-api.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/serial/manager.c b/serial/manager.c index ace402b5..965f1653 100644 --- a/serial/manager.c +++ b/serial/manager.c @@ -1590,7 +1590,7 @@ static DBusMethodVTable proxy_methods[] = { { "Enable", proxy_enable, "", "" }, { "Disable", proxy_disable, "", "" }, { "GetInfo", proxy_get_info, "", "{sv}" }, - { "SetSerialParams", proxy_set_serial_params, "syys", "" }, + { "SetSerialParameters", proxy_set_serial_params, "syys", "" }, { NULL, NULL, NULL, NULL }, }; diff --git a/serial/serial-api.txt b/serial/serial-api.txt index f73a6b83..5ac7091a 100644 --- a/serial/serial-api.txt +++ b/serial/serial-api.txt @@ -131,7 +131,7 @@ Methods: string Enable() [experimental] string GetInfo() [experimental] Returns the proxy properties - void SetSerialParams(string rate, byte databits, + void SetSerialParameters(string rate, byte databits, byte stopbits, string parity) [experimental] Change the TTY settings. Available rates: "50", "300", |