diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-01-12 16:33:34 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:50 +0100 |
commit | d2af326e1a4a6223930ae6af8c336c478a0437f5 (patch) | |
tree | 90ece928acc82afc52e6d6cb2cac5fdf6bacf71c /libmm-common/mm-common-simple-properties.h | |
parent | f07101943cdd3d74fe3f2600953d6085bc670e24 (diff) |
libmm-common: prefix with '3gpp' the 3GPP-specific simple properties
Diffstat (limited to 'libmm-common/mm-common-simple-properties.h')
-rw-r--r-- | libmm-common/mm-common-simple-properties.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libmm-common/mm-common-simple-properties.h b/libmm-common/mm-common-simple-properties.h index 4c507e58..db4b3d16 100644 --- a/libmm-common/mm-common-simple-properties.h +++ b/libmm-common/mm-common-simple-properties.h @@ -63,9 +63,9 @@ void mm_common_simple_properties_get_bands const MMModemBand **bands, guint *n_bands); MMModemAccessTechnology mm_common_simple_properties_get_access_technologies (MMCommonSimpleProperties *self); -MMModem3gppRegistrationState mm_common_simple_properties_get_registration_state (MMCommonSimpleProperties *self); -const gchar *mm_common_simple_properties_get_operator_code (MMCommonSimpleProperties *self); -const gchar *mm_common_simple_properties_get_operator_name (MMCommonSimpleProperties *self); +MMModem3gppRegistrationState mm_common_simple_properties_get_3gpp_registration_state (MMCommonSimpleProperties *self); +const gchar *mm_common_simple_properties_get_3gpp_operator_code (MMCommonSimpleProperties *self); +const gchar *mm_common_simple_properties_get_3gpp_operator_name (MMCommonSimpleProperties *self); GVariant *mm_common_simple_properties_get_dictionary (MMCommonSimpleProperties *self); |