diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-12-28 14:30:20 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:39 +0100 |
commit | 1745d8c9ebf00dc06ff4f2172d754b54c2ec9fbc (patch) | |
tree | 77e66c07ae645e6f96a086b98edbe8a08fb272f0 /libmm-common/mm-common-simple-properties.h | |
parent | 0edf4037349ab087925de1e47faf609c78f225e8 (diff) |
libmm-common: let the simple properties object be built from a dictionary
Diffstat (limited to 'libmm-common/mm-common-simple-properties.h')
-rw-r--r-- | libmm-common/mm-common-simple-properties.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmm-common/mm-common-simple-properties.h b/libmm-common/mm-common-simple-properties.h index 57df5ed5..4c507e58 100644 --- a/libmm-common/mm-common-simple-properties.h +++ b/libmm-common/mm-common-simple-properties.h @@ -52,6 +52,9 @@ struct _MMCommonSimplePropertiesClass { GType mm_common_simple_properties_get_type (void); MMCommonSimpleProperties *mm_common_simple_properties_new (void); +MMCommonSimpleProperties *mm_common_simple_properties_new_from_dictionary ( + GVariant *dictionary, + GError **error); MMModemState mm_common_simple_properties_get_state (MMCommonSimpleProperties *self); guint32 mm_common_simple_properties_get_signal_quality (MMCommonSimpleProperties *self, |