From 3df107b092e4e301da4c3abbcab7f48e5f2482d2 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 14 Feb 2022 22:27:54 +0100 Subject: libmbim-glib,device: fix MbimDevice 'device-in-session' property doc (cherry picked from commit 048f5ac41ac432e44626d2fec5884ca3345a3839) --- src/libmbim-glib/mbim-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.1