diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-11 06:53:56 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-06 20:06:46 +0200 |
commit | 9b0f6c83f2e34620c99a7d3b2c945ef92314369a (patch) | |
tree | d803252cbcfbf253c5dbc61dc007d2e68e4501aa /src/mm-port-probe.h | |
parent | 89b3c0132879157c16526ae7da1aa3cdefe64fe8 (diff) |
plugin: renamed `custom-init' property to `custom-at-probe'
The `custom-at-probe' property is just to modify the way we check for AT port
support.
Diffstat (limited to 'src/mm-port-probe.h')
-rw-r--r-- | src/mm-port-probe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-port-probe.h b/src/mm-port-probe.h index e952a198..282ce70d 100644 --- a/src/mm-port-probe.h +++ b/src/mm-port-probe.h @@ -78,7 +78,7 @@ void mm_port_probe_set_result_qcdm (MMPortProbe *self, void mm_port_probe_run (MMPortProbe *self, MMPortProbeFlag flags, guint64 at_send_delay, - const MMPortProbeAtCommand *at_custom_init, + const MMPortProbeAtCommand *at_custom_probe, GAsyncReadyCallback callback, gpointer user_data); gboolean mm_port_probe_run_finish (MMPortProbe *self, |