summaryrefslogtreecommitdiffstats
path: root/gatchat/gatresult.h
diff options
context:
space:
mode:
authorDenis Kenzior <denis.kenzior@intel.com>2009-09-03 23:03:42 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-09-03 23:20:22 -0500
commit1a1f7d34d2301ebac972e11bb08834be57660dd8 (patch)
treeb700edb1358d32a1e13e2869a108e3d922c84215 /gatchat/gatresult.h
parent05d62d82a564cc99abb7e1a236a0c1c7d495aded (diff)
downloadofono-1a1f7d34d2301ebac972e11bb08834be57660dd8.tar.bz2
Add unquoted string capability
This is completely broken according to the standard, but some vendors use this in their "special" commands.
Diffstat (limited to 'gatchat/gatresult.h')
-rw-r--r--gatchat/gatresult.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gatchat/gatresult.h b/gatchat/gatresult.h
index fc4c123c..392e56cf 100644
--- a/gatchat/gatresult.h
+++ b/gatchat/gatresult.h
@@ -55,6 +55,8 @@ gboolean g_at_result_iter_skip_next(GAtResultIter *iter);
gboolean g_at_result_iter_next_range(GAtResultIter *iter, gint *min, gint *max);
gboolean g_at_result_iter_next_string(GAtResultIter *iter, const char **str);
+gboolean g_at_result_iter_next_unquoted_string(GAtResultIter *iter,
+ const char **str);
gboolean g_at_result_iter_next_number(GAtResultIter *iter, gint *number);
gboolean g_at_result_iter_next_hexstring(GAtResultIter *iter,
const guint8 **str, gint *length);