summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2022-02-14 22:27:54 +0100
committerAleksander Morgado <aleksander@aleksander.es>2022-02-15 15:21:47 +0100
commit3df107b092e4e301da4c3abbcab7f48e5f2482d2 (patch)
tree9eba2d9831ad5c41ce83d5efaf45da93a226c652
parent3b78f3541ef2d0c4f4a3ca62b41dedc09c9055d9 (diff)
downloadlibmbim-3df107b092e4e301da4c3abbcab7f48e5f2482d2.tar.gz
libmbim-glib,device: fix MbimDevice 'device-in-session' property doc
(cherry picked from commit 048f5ac41ac432e44626d2fec5884ca3345a3839)
-rw-r--r--src/libmbim-glib/mbim-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmbim-glib/mbim-device.c b/src/libmbim-glib/mbim-device.c
index ac10efd..30c321b 100644
--- a/src/libmbim-glib/mbim-device.c
+++ b/src/libmbim-glib/mbim-device.c
@@ -2536,7 +2536,7 @@ mbim_device_class_init (MbimDeviceClass *klass)
g_object_class_install_property (object_class, PROP_TRANSACTION_ID, properties[PROP_TRANSACTION_ID]);
/**
- * MbimDevice:in-session
+ * MbimDevice:device-in-session
*
* Since: 1.4
*/