diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-24 11:45:02 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-24 12:32:29 +0200 |
commit | d18dbb869ae0546dc5baa3118535e701fa513b34 (patch) | |
tree | 41bf055c669b0d00d4deaece6ea021dba5b2bd17 /src/mm-base-modem-at.h | |
parent | d9ea4a304c06d28c5f8d780abe6f57cc179ba2a8 (diff) |
base-modem-at: add 'raw' handling to `mm_base_modem_at_command_full()'
Diffstat (limited to 'src/mm-base-modem-at.h')
-rw-r--r-- | src/mm-base-modem-at.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-base-modem-at.h b/src/mm-base-modem-at.h index a5d83bb3..3e43c4f7 100644 --- a/src/mm-base-modem-at.h +++ b/src/mm-base-modem-at.h @@ -149,6 +149,7 @@ void mm_base_modem_at_command_full (MMBaseModem *self, const gchar *command, guint timeout, gboolean allow_cached, + gboolean is_raw, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data); |