diff options
Diffstat (limited to 'libmm-common/mm-bearer-properties.h')
-rw-r--r-- | libmm-common/mm-bearer-properties.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmm-common/mm-bearer-properties.h b/libmm-common/mm-bearer-properties.h index 407eb0ed..3288c33f 100644 --- a/libmm-common/mm-bearer-properties.h +++ b/libmm-common/mm-bearer-properties.h @@ -86,6 +86,9 @@ gboolean mm_bearer_properties_consume_variant (MMBearerProperties *self, GVariant *mm_bearer_properties_get_dictionary (MMBearerProperties *self); +gboolean mm_bearer_properties_cmp (MMBearerProperties *a, + MMBearerProperties *b); + G_END_DECLS #endif /* MM_BEARER_PROPERTIES_H */ |