summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@gnu.org>2019-02-07 09:49:38 +0000
committerAleksander Morgado <aleksander@aleksander.es>2019-02-07 10:55:46 +0100
commit7e37abeabe3c64cd902816b087fa8595909aa4b5 (patch)
tree44f954141b98ffc45c884f657e16811abb5a189e
parent10b707ad5ba72a1298f2852cfd9a6333ac34d77f (diff)
downloadlibqmi-7e37abeabe3c64cd902816b087fa8595909aa4b5.tar.gz
uim: fix Since tags in UIM Register Events
The stable version where this new method will be released is 1.24.
-rw-r--r--data/qmi-service-uim.json7
-rw-r--r--src/libqmi-glib/qmi-enums-uim.h4
2 files changed, 5 insertions, 6 deletions
diff --git a/data/qmi-service-uim.json b/data/qmi-service-uim.json
index 032edfb3..128d0936 100644
--- a/data/qmi-service-uim.json
+++ b/data/qmi-service-uim.json
@@ -1,4 +1,3 @@
-
[
// *********************************************************************************
{ "name" : "UIM",
@@ -575,18 +574,18 @@
"service" : "UIM",
"id" : "0x002E",
"version" : "1.0",
- "since" : "1.23",
+ "since" : "1.24",
"input" : [ { "name" : "Event Registration Mask",
"id" : "0x01",
"type" : "TLV",
- "since" : "1.23",
+ "since" : "1.24",
"format" : "guint32",
"public-format" : "QmiUimEventRegistrationFlag" } ],
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "Event Registration Mask",
"id" : "0x10",
"type" : "TLV",
- "since" : "1.23",
+ "since" : "1.24",
"format" : "guint32",
"public-format" : "QmiUimEventRegistrationFlag",
"prerequisites" : [ { "common-ref" : "Success" } ] } ] },
diff --git a/src/libqmi-glib/qmi-enums-uim.h b/src/libqmi-glib/qmi-enums-uim.h
index 6d0db457..10b4c85c 100644
--- a/src/libqmi-glib/qmi-enums-uim.h
+++ b/src/libqmi-glib/qmi-enums-uim.h
@@ -47,7 +47,7 @@
* @QMI_UIM_EVENT_REGISTRATION_FLAG_SAP_CONNECTION: SAP connection.
* @QMI_UIM_EVENT_REGISTRATION_FLAG_EXTENDED_CARD_STATUS: Extended card status.
*
- * Since: 1.23
+ * Since: 1.24
*/
typedef enum {
QMI_UIM_EVENT_REGISTRATION_FLAG_CARD_STATUS = 1 << 0,
@@ -58,7 +58,7 @@ typedef enum {
/**
* qmi_uim_event_registration_flag_build_string_from_mask:
*
- * Since: 1.23
+ * Since: 1.24
*/
/*****************************************************************************/