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 /serial/manager.c | |
| parent | a3dcbd3ab5d172c2537932ef1e2968140139d176 (diff) | |
Rename SetSerialParams to SetSerialParameters
Diffstat (limited to 'serial/manager.c')
| -rw-r--r-- | serial/manager.c | 2 | 
1 files changed, 1 insertions, 1 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 },  };  | 
