diff options
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, |