diff options
Diffstat (limited to 'src/mm-modem-helpers.c')
-rw-r--r-- | src/mm-modem-helpers.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-modem-helpers.c b/src/mm-modem-helpers.c index dbf04d01..1741b5f0 100644 --- a/src/mm-modem-helpers.c +++ b/src/mm-modem-helpers.c @@ -50,6 +50,9 @@ save_scan_value (GHashTable *hash, const char *key, GMatchInfo *info, guint32 nu g_hash_table_insert (hash, g_strdup (key), quoted); } +/* If the response was successfully parsed (even if no valid entries were + * found) the pointer array will be returned. + */ GPtrArray * mm_gsm_parse_scan_response (const char *reply, GError **error) { |