diff options
Diffstat (limited to 'cli/mmcli-common.h')
-rw-r--r-- | cli/mmcli-common.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cli/mmcli-common.h b/cli/mmcli-common.h index 237ebb55..d7a57c47 100644 --- a/cli/mmcli-common.h +++ b/cli/mmcli-common.h @@ -96,6 +96,19 @@ MMCall *mmcli_get_call_sync (GDBusConnection *connection, MMManager **manager, MMObject **object); +void mmcli_get_cbm (GDBusConnection *connection, + const gchar *str, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +MMCbm *mmcli_get_cbm_finish (GAsyncResult *res, + MMManager **manager, + MMObject **object); +MMCbm *mmcli_get_cbm_sync (GDBusConnection *connection, + const gchar *str, + MMManager **manager, + MMObject **object); + const gchar *mmcli_get_state_reason_string (MMModemStateChangeReason reason); GOptionGroup *mmcli_get_common_option_group (void); @@ -104,6 +117,7 @@ const gchar *mmcli_get_common_bearer_string (void); const gchar *mmcli_get_common_sim_string (void); const gchar *mmcli_get_common_sms_string (void); const gchar *mmcli_get_common_call_string (void); +const gchar *mmcli_get_common_cbm_string (void); gchar *mmcli_prefix_newlines (const gchar *prefix, const gchar *str); |