summaryrefslogtreecommitdiff
path: root/gusb/gusb-device.c
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-08-03 11:57:25 +1200
committerRobert Ancell <robert.ancell@canonical.com>2015-08-03 12:05:37 +1200
commitcbb9033e9f51072fc7a83b41758ab56f3376a5c1 (patch)
treeae580489148f3ff06351b1f1c0306658ebe6782c /gusb/gusb-device.c
parent672373f9b9957e99421286dd1354a4c2a2e68383 (diff)
downloadgusb-cbb9033e9f51072fc7a83b41758ab56f3376a5c1.tar.gz
Add missing element-type annotations.
This allows g_usb_context_get_devices, usb_device_list_get_devices and g_usb_device_get_children to be used in languages that use gobject introspection like Vala, Python etc.
Diffstat (limited to 'gusb/gusb-device.c')
-rw-r--r--gusb/gusb-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gusb/gusb-device.c b/gusb/gusb-device.c
index fcb3cd4..8d3b521 100644
--- a/gusb/gusb-device.c
+++ b/gusb/gusb-device.c
@@ -1433,7 +1433,7 @@ g_usb_device_get_parent (GUsbDevice *device)
*
* Gets the device children if any exist.
*
- * Return value: (transfer full): an array of #GUsbDevice
+ * Return value: (transfer full) (element-type GUsbDevice): an array of #GUsbDevice
*
* Since: 0.2.4
**/