aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-12-20 18:43:43 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:35 +0100
commit516b0973318fa9cc4e928e1d47f5a40105d382b6 (patch)
tree36671442d46a3d4fdee10893e2925dbdc5ec297b /src/mm-modem-helpers.h
parentb6a3ccd5781da0d2d2dbfa404a3c643ae9e8bf13 (diff)
api,enums: renamed `MMModemAccessTech' to `MMModemAccessTechnology'
This one was the last enum without full name.
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r--src/mm-modem-helpers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h
index cd014930..93295807 100644
--- a/src/mm-modem-helpers.h
+++ b/src/mm-modem-helpers.h
@@ -28,7 +28,7 @@ typedef struct {
gchar *operator_long;
gchar *operator_short;
gchar *operator_code; /* mandatory */
- MMModemAccessTech access_tech;
+ MMModemAccessTechnology access_tech;
} MM3gppNetworkInfo;
void mm_3gpp_network_info_list_free (GList *info_list);
@@ -52,7 +52,7 @@ gboolean mm_3gpp_parse_creg_response (GMatchInfo *info,
MMModem3gppRegistrationState *out_reg_state,
gulong *out_lac,
gulong *out_ci,
- MMModemAccessTech *out_act,
+ MMModemAccessTechnology *out_act,
gboolean *out_cgreg,
GError **error);