diff options
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Bearer.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Bearer.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml index a60993e9..645f041c 100644 --- a/introspection/org.freedesktop.ModemManager1.Bearer.xml +++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml @@ -361,6 +361,20 @@ <property name="BearerType" type="u" access="read" /> <!-- + ProfileId: + + The profile ID this bearer object is associated with, only applicable if + the modem supports profile management operations, and if the bearer is + connected. + + If the bearer is disconnected, or if profile management operations are + not supported, -1 will be reported. + + Since: 1.18 + --> + <property name="ProfileId" type="i" access="read" /> + + <!-- Properties: List of settings used to create the bearer. |