api,introspection: add Gid1 and Gid2 properties in SIM interface
This commit is contained in:

committed by
Aleksander Morgado

parent
3df2c4f03c
commit
b6b21f8fa6
@@ -3878,6 +3878,10 @@ mm_gdbus_sim_get_emergency_numbers
|
||||
mm_gdbus_sim_dup_emergency_numbers
|
||||
mm_gdbus_sim_dup_preferred_networks
|
||||
mm_gdbus_sim_get_preferred_networks
|
||||
mm_gdbus_sim_dup_gid1
|
||||
mm_gdbus_sim_get_gid1
|
||||
mm_gdbus_sim_dup_gid2
|
||||
mm_gdbus_sim_get_gid2
|
||||
mm_gdbus_sim_get_sim_type
|
||||
mm_gdbus_sim_get_esim_status
|
||||
mm_gdbus_sim_get_removability
|
||||
@@ -3916,6 +3920,8 @@ mm_gdbus_sim_override_properties
|
||||
mm_gdbus_sim_set_esim_status
|
||||
mm_gdbus_sim_set_removability
|
||||
mm_gdbus_sim_set_sim_type
|
||||
mm_gdbus_sim_set_gid1
|
||||
mm_gdbus_sim_set_gid2
|
||||
<SUBSECTION Standard>
|
||||
MM_GDBUS_IS_SIM
|
||||
MM_GDBUS_SIM
|
||||
|
@@ -185,6 +185,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:
|
||||
|
||||
|
Reference in New Issue
Block a user