aboutsummaryrefslogtreecommitdiff
path: root/src/mm-bearer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-bearer.h')
-rw-r--r--src/mm-bearer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mm-bearer.h b/src/mm-bearer.h
index 809bf161..84fbcb37 100644
--- a/src/mm-bearer.h
+++ b/src/mm-bearer.h
@@ -79,6 +79,10 @@ struct _MMBearerClass {
/* Check if the bearer has the exact same properties */
gboolean (* cmp_properties) (MMBearer *self,
MMBearerProperties *properties);
+
+ /* Builder of the properties to be exposed in DBus. Bearers should expose only
+ * the input properties they actually ended up using */
+ MMBearerProperties * (* expose_properties) (MMBearer *self);
};
GType mm_bearer_get_type (void);