summaryrefslogtreecommitdiff
path: root/gusb/gusb-device-list.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-08-19 15:30:22 +0100
committerRichard Hughes <richard@hughsie.com>2011-08-19 15:30:22 +0100
commite6856271458262b85026623b99598f6cb46509a8 (patch)
treeb2b225b4223b758829982e3e54d7a77fcc168170 /gusb/gusb-device-list.c
parent31610562fb274cffce7fe0be7651dda8fe37bf0f (diff)
downloadgusb-e6856271458262b85026623b99598f6cb46509a8.tar.gz
Prepare for a release in two weeks time
Diffstat (limited to 'gusb/gusb-device-list.c')
-rw-r--r--gusb/gusb-device-list.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/gusb/gusb-device-list.c b/gusb/gusb-device-list.c
index 7c8ccb2..e432986 100644
--- a/gusb/gusb-device-list.c
+++ b/gusb/gusb-device-list.c
@@ -240,6 +240,8 @@ g_usb_device_list_init (GUsbDeviceList *list)
* @list: a #GUsbDeviceList
*
* Return value: (transfer full): a new #GPtrArray of #GUsbDevice's.
+ *
+ * Since: 0.1.0
**/
GPtrArray *
g_usb_device_list_get_devices (GUsbDeviceList *list)
@@ -362,6 +364,8 @@ g_usb_device_list_uevent_cb (GUdevClient *client,
*
* You only need to call this function once, and any subsequent calls
* are silently ignored.
+ *
+ * Since: 0.1.0
**/
void
g_usb_device_list_coldplug (GUsbDeviceList *list)
@@ -394,6 +398,8 @@ g_usb_device_list_coldplug (GUsbDeviceList *list)
* Finds a device based on its bus and address values.
*
* Return value: (transfer full): a new #GUsbDevice, or %NULL if not found.
+ *
+ * Since: 0.1.0
**/
GUsbDevice *
g_usb_device_list_find_by_bus_address (GUsbDeviceList *list,
@@ -432,6 +438,8 @@ out:
* Finds a device based on its bus and address values.
*
* Return value: (transfer full): a new #GUsbDevice, or %NULL if not found.
+ *
+ * Since: 0.1.0
**/
GUsbDevice *
g_usb_device_list_find_by_vid_pid (GUsbDeviceList *list,
@@ -476,6 +484,8 @@ out:
* list of devices after creating a device list.
*
* Return value: a new #GUsbDeviceList
+ *
+ * Since: 0.1.0
**/
GUsbDeviceList *
g_usb_device_list_new (GUsbContext *context)