diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-02-13 14:44:27 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-02-23 11:35:11 +0000 |
commit | e5363b546b72403451f14f24502f6c9a90728616 (patch) | |
tree | 5e0f72674e8bab98ab8d17d9aed1c9b746164ffd /src/mm-broadband-modem.h | |
parent | 395ab06c03086bf127970d14a97102e21222126f (diff) |
charsets: use new str_from_utf8() instead of take_and_convert_to_current_charset()
Diffstat (limited to 'src/mm-broadband-modem.h')
-rw-r--r-- | src/mm-broadband-modem.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mm-broadband-modem.h b/src/mm-broadband-modem.h index eafca857..1f5acac3 100644 --- a/src/mm-broadband-modem.h +++ b/src/mm-broadband-modem.h @@ -100,18 +100,6 @@ MMBroadbandModem *mm_broadband_modem_new (const gchar *device, guint16 vendor_id, guint16 product_id); -/* Convert the given string, which comes in the charset currently set in the - * modem, to UTF-8. Given in the API so that subclasses can also use it directly. - */ -gchar *mm_broadband_modem_take_and_convert_to_utf8 (MMBroadbandModem *self, - gchar *str); - -/* Convert the given string, which comes in UTF-8, to the charset currently set - * in the modem. Given in the API so that subclasses can also use it directly. - */ -gchar *mm_broadband_modem_take_and_convert_to_current_charset (MMBroadbandModem *self, - gchar *str); - MMModemCharset mm_broadband_modem_get_current_charset (MMBroadbandModem *self); /* Create a unique device identifier string using the ATI and ATI1 replies and some |