Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
GTask
|
|
use GTask
|
|
|
|
|
|
|
|
|
|
|
|
modem_3gpp_{enable,disable}_unsolicited_registration_events to use GTask
|
|
use GTask
|
|
use GTask
|
|
GTask
|
|
|
|
|
|
modem_3gpp_ussd_{enable,disable}_unsolicited_result_codes to use GTask
|
|
modem_3gpp_ussd_{setup,cleanup}_unsolicited_result_codes to use GTask
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When porting MMSmsMbim to use GTask, peek_device wasn't modified to use
g_task_report_new_error, which could potentially lead to an incorrect
G_TASK cast.
|
|
Commit 7c5f308af ("iface-modem-time: port update_network_timezone to use
GTask") ported most of the update_network_timezone code to use GTask,
but missed a g_simple_async_report_error_in_idle call, which could
potentially lead to an incorrect G_TASK cast.
|
|
Commit a08064492 ("call-list: port mm_call_list_delete_call to use GTask")
ported most of the mm_call_list_delete_call code to use GTask, but missed a
g_simple_async_report_error_in_idle calls, which can potentially lead to
an incorrect G_TASK cast in mm_call_list_delete_call_finish.
|
|
Fixes: 1bd9935b5aece6c5999c96df1acec86cfc00e6b1
|