diff options
author | Guido Günther <agx@sigxcpu.org> | 2025-05-19 21:40:10 +0200 |
---|---|---|
committer | Dan Williams <dan@ioncontrol.co> | 2025-05-23 14:15:14 -0500 |
commit | 0bd0cad7051ac56aa1fd4768ca6d79c923e85588 (patch) | |
tree | 44035bb1a47cd26789bc5fbd8ec67922037bb9c7 /src/mm-cbm-part.h | |
parent | 3559f606d2697864bba664ad3eedce44a2456c7d (diff) |
cbm-part: Handle additional coding schemes and parse languages
We store the language as iso639 as this is what the what TS 23.038
references.
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'src/mm-cbm-part.h')
-rw-r--r-- | src/mm-cbm-part.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-cbm-part.h b/src/mm-cbm-part.h index 0cb9d108..3e0dabf9 100644 --- a/src/mm-cbm-part.h +++ b/src/mm-cbm-part.h @@ -67,5 +67,6 @@ const char *mm_cbm_part_get_text (MMCbmPart *part); guint16 mm_cbm_part_get_serial (MMCbmPart *part); guint16 mm_cbm_part_get_channel (MMCbmPart *part); +const char *mm_cbm_part_get_language (MMCbmPart *part); #endif |