diff options
author | Aleksander Morgado <aleksandermj@google.com> | 2022-08-03 13:55:42 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-08-19 15:53:43 +0000 |
commit | b6b21f8fa6fd91c99ef215e27fef8099bf82eec5 (patch) | |
tree | 0934387485fffd8bf866f87b317c3b62148c019b /introspection | |
parent | 3df2c4f03c2eacc90205a913c234a04d60f24696 (diff) |
api,introspection: add Gid1 and Gid2 properties in SIM interface
Diffstat (limited to 'introspection')
-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, |