cli: port mmcli_get_modem to GTask
This commit is contained in:
@@ -33,17 +33,16 @@ void mmcli_get_manager (GDBusConnection *connection,
|
||||
MMManager *mmcli_get_manager_finish (GAsyncResult *res);
|
||||
MMManager *mmcli_get_manager_sync (GDBusConnection *connection);
|
||||
|
||||
|
||||
void mmcli_get_modem (GDBusConnection *connection,
|
||||
const gchar *modem_str,
|
||||
GCancellable *cancellable,
|
||||
GAsyncReadyCallback callback,
|
||||
gpointer user_data);
|
||||
MMObject *mmcli_get_modem_finish (GAsyncResult *res,
|
||||
MMManager **o_manager);
|
||||
MMObject *mmcli_get_modem_sync (GDBusConnection *connection,
|
||||
const gchar *modem_str,
|
||||
MMManager **o_manager);
|
||||
void mmcli_get_modem (GDBusConnection *connection,
|
||||
const gchar *modem_str,
|
||||
GCancellable *cancellable,
|
||||
GAsyncReadyCallback callback,
|
||||
gpointer user_data);
|
||||
MMObject *mmcli_get_modem_finish (GAsyncResult *res,
|
||||
MMManager **o_manager);
|
||||
MMObject *mmcli_get_modem_sync (GDBusConnection *connection,
|
||||
const gchar *modem_str,
|
||||
MMManager **o_manager);
|
||||
|
||||
void mmcli_get_bearer (GDBusConnection *connection,
|
||||
const gchar *path_or_index,
|
||||
|
Reference in New Issue
Block a user