diff options
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Sim.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Sim.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Sim.xml b/introspection/org.freedesktop.ModemManager1.Sim.xml index cc180699..f46ce62b 100644 --- a/introspection/org.freedesktop.ModemManager1.Sim.xml +++ b/introspection/org.freedesktop.ModemManager1.Sim.xml @@ -186,6 +186,28 @@ <property name="PreferredNetworks" type="a(su)" access="read" /> <!-- + Gid1: + + Group identifier 1evel 1. + + Since: 1.20 + --> + <property name="Gid1" type="ay" access="read"> + <annotation name="org.gtk.GDBus.C.ForceGVariant" value="true"/> + </property> + + <!-- + Gid2: + + Group identifier 1evel 2. + + Since: 1.20 + --> + <property name="Gid2" type="ay" access="read"> + <annotation name="org.gtk.GDBus.C.ForceGVariant" value="true"/> + </property> + + <!-- SimType: Indicates whether the current primary SIM is a ESIM or a physical SIM, |