summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-09-19 14:27:02 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-11-02 22:25:25 +0100
commit8c2eac7460a668d3a861e06264f870b8c4206d37 (patch)
treee865bed94fa80043f3d74024a41d789c2a8acd07
parent4ea5995d9caf2b9461a95561fa61303adff77cd6 (diff)
libmbim-glib,uuid: set missing Since tag in MBIM_UUID_MS_UICC_LOW_LEVEL_ACCESS
-rw-r--r--src/libmbim-glib/mbim-uuid.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/libmbim-glib/mbim-uuid.h b/src/libmbim-glib/mbim-uuid.h
index f6bc812..fa62d86 100644
--- a/src/libmbim-glib/mbim-uuid.h
+++ b/src/libmbim-glib/mbim-uuid.h
@@ -328,6 +328,17 @@ typedef enum { /*< since=1.0 >*/
#define MBIM_UUID_MS_BASIC_CONNECT_EXTENSIONS mbim_uuid_from_service (MBIM_SERVICE_MS_BASIC_CONNECT_EXTENSIONS)
/**
+ * MBIM_UUID_MS_UICC_LOW_LEVEL_ACCESS:
+ *
+ * Get the UUID of the %MBIM_SERVICE_MS_UICC_LOW_LEVEL_ACCESS service.
+ *
+ * Returns: (transfer none): a #MbimUuid.
+ *
+ * Since: 1.26
+ */
+#define MBIM_UUID_MS_UICC_LOW_LEVEL_ACCESS mbim_uuid_from_service (MBIM_SERVICE_MS_UICC_LOW_LEVEL_ACCESS)
+
+/**
* mbim_service_lookup_name:
* @service: a MbimService or custom service.
*
@@ -483,15 +494,6 @@ const MbimUuid *mbim_uuid_from_context_type (MbimContextType context_type);
*/
MbimContextType mbim_uuid_to_context_type (const MbimUuid *uuid);
-/**
- * MBIM_UUID_MS_UICC_LOW_LEVEL_ACCESS:
- *
- * Get the UUID of the %MBIM_SERVICE_MS_UICC_LOW_LEVEL_ACCESS service.
- *
- * Returns: (transfer none): a #MbimUuid.
- */
-#define MBIM_UUID_MS_UICC_LOW_LEVEL_ACCESS mbim_uuid_from_service (MBIM_SERVICE_MS_UICC_LOW_LEVEL_ACCESS)
-
G_END_DECLS
#endif /* _LIBMBIM_GLIB_MBIM_UUID_H_ */