summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-10-13 00:20:45 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-10-13 00:20:45 +0200
commit31bcbea5383a70c5b6901b2d1602ba965ea8f075 (patch)
tree151b24a38bed0cd24334c30623c046557648564c
parent2658b0b41cffac8d8904b1f4f4ef58b568e32f2d (diff)
libmbim-glib,enums: add missing Since tags
-rw-r--r--src/libmbim-glib/mbim-enums.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libmbim-glib/mbim-enums.h b/src/libmbim-glib/mbim-enums.h
index 3efbbdc..f8d6ad9 100644
--- a/src/libmbim-glib/mbim-enums.h
+++ b/src/libmbim-glib/mbim-enums.h
@@ -1649,6 +1649,8 @@ typedef enum { /*< since=1.28 >*/
* @MBIM_SUBSCRIBER_READY_STATUS_FLAG_SIM_REMOVABLE: Whether the SIM is removable or not, valid only if @MBIM_SUBSCRIBER_READY_STATUS_FLAG_SIM_REMOVABLITY_KNOWN is also given.
*
* Flags specifying SIM related details.
+ *
+ * Since: 1.28
*/
typedef enum { /*< since=1.28 >*/
MBIM_SUBSCRIBER_READY_STATUS_FLAG_NONE = 0,
@@ -1715,6 +1717,8 @@ typedef enum { /*< since=1.28 >*/
* @MBIM_DATA_SUBCLASS_5G_NGENDC: Next-gen eLTE and NR dual connectivity as in 5G option 7.
*
* Flags specifying the data subclass.
+ *
+ * Since: 1.28
*/
typedef enum { /*< since=1.28 >*/
MBIM_DATA_SUBCLASS_NONE = 0,