summaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.ModemManager1.Modem.Oma.xml
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-03-23 11:33:34 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-03-23 12:50:17 +0100
commit97ae345d9eeba4ceca5ce308a42c56cf783f27d2 (patch)
treeb3fa8e57445727a637f1456c5d2495d27594c26f /introspection/org.freedesktop.ModemManager1.Modem.Oma.xml
parentdd3cb6e774efcb4a18c0865e8482b0389bad19b3 (diff)
api: add 'Since' tags
These are not actively used by gdbus-codegen or gtk-doc, but they're helpful anyway so that users know when a given API method was introduced.
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Modem.Oma.xml')
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.Oma.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Oma.xml b/introspection/org.freedesktop.ModemManager1.Modem.Oma.xml
index cb0f8088..d697265e 100644
--- a/introspection/org.freedesktop.ModemManager1.Modem.Oma.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.Oma.xml
@@ -30,6 +30,8 @@
@features: Bitmask of <link linkend="MMModemOmaFeature">MMModemOmaFeature</link> flags, specifying which device management features should get enabled or disabled. <link linkend="MM-OMA-FEATURE-NONE:CAPS">MM_OMA_FEATURE_NONE</link> will disable all features.
Configures which OMA device management features should be enabled.
+
+ Since: 1.2
-->
<method name="Setup">
<arg name="features" type="u" direction="in" />
@@ -40,6 +42,8 @@
@session_type: Type of client-initiated device management session,given as a <link linkend="MMModemOmaSessionType">MMModemOmaSessionType</link>
Starts a client-initiated device management session.
+
+ Since: 1.2
-->
<method name="StartClientInitiatedSession">
<arg name="session_type" type="u" direction="in" />
@@ -51,6 +55,8 @@
@accept: Boolean specifying whether the session is accepted or rejected.
Accepts or rejects a network-initiated device management session.
+
+ Since: 1.2
-->
<method name="AcceptNetworkInitiatedSession">
<arg name="session_id" type="u" direction="in" />
@@ -61,6 +67,8 @@
CancelSession:
Cancels the current on-going device management session.
+
+ Since: 1.2
-->
<method name="CancelSession" />
@@ -70,6 +78,8 @@
Bitmask of <link linkend="MMModemOmaFeature">MMModemOmaFeature</link>
flags, specifying which device management features are enabled or
disabled.
+
+ Since: 1.2
-->
<property name="Features" type="u" access="read" />
@@ -91,6 +101,8 @@
</listitem>
</varlistentry>
</variablelist>
+
+ Since: 1.2
-->
<property name="PendingNetworkInitiatedSessions" type="a(uu)" access="read" />
@@ -99,6 +111,8 @@
Type of the current on-going device management session, given as a
<link linkend="MMOmaSessionType">MMOmaSessionType</link>.
+
+ Since: 1.2
-->
<property name="SessionType" type="u" access="read" />
@@ -107,6 +121,8 @@
State of the current on-going device management session, given as a
<link linkend="MMOmaSessionState">MMOmaSessionState</link>.
+
+ Since: 1.2
-->
<property name="SessionState" type="i" access="read" />
@@ -117,6 +133,8 @@
@session_state_failed_reason: Reason of failure, given as a <link linkend="MMOmaSessionStateFailedReason">MMOmaSessionStateFailedReason</link>, if @session_state is <link linkend="MM-OMA-SESSION-STATE-FAILED:CAPS">MM_OMA_SESSION_STATE_FAILED</link>.
The session state changed.
+
+ Since: 1.2
-->
<signal name="SessionStateChanged">
<arg name="old_session_state" type="i" />