From 22c3ebcbde1ef2ba41b26639be626d397c8a8aac Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 14 Feb 2022 22:29:26 +0100 Subject: libmbim-glib,device: add missing mbim_device_list_links() doc (cherry picked from commit 06beb4e38846a4d4c3ac6913d9321c0dd562fbff) --- src/libmbim-glib/mbim-device.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libmbim-glib/mbim-device.h b/src/libmbim-glib/mbim-device.h index c811a9f..02fe952 100644 --- a/src/libmbim-glib/mbim-device.h +++ b/src/libmbim-glib/mbim-device.h @@ -614,6 +614,9 @@ gboolean mbim_device_delete_all_links_finish (MbimDevice *self, * output #GPtrArray of link names. * @error: Return location for error or %NULL. * + * Synchronously lists all virtual network interfaces that have been previously + * created with mbim_device_add_link() in @base_ifname. + * * Returns: %TRUE if successful, %FALSE if @error is set. * * Since: 1.26 -- cgit v1.2.1