]> Pileus Git - ~andy/gtk/commitdiff
add the transfer and element-type annotation to gdk_device_manager_list_devices
authorJohn (J5) Palmieri <johnp@redhat.com>
Thu, 29 Jul 2010 08:50:52 +0000 (04:50 -0400)
committerJohn (J5) Palmieri <johnp@redhat.com>
Thu, 29 Jul 2010 08:53:54 +0000 (04:53 -0400)
gdk/gdkdevicemanager.c

index c9cf2e23153a3c0c893f888fa01b8612cb3d9655..8f1457b62edf81d86c99a1ba35afe1b8d96f245e 100644 (file)
@@ -283,7 +283,8 @@ gdk_device_manager_get_display (GdkDeviceManager *device_manager)
  * Returns the list of devices of type @type currently attached to
  * @device_manager.
  *
- * Returns: a list of #GdkDevice<!-- -->s. The returned list must be
+ * Returns: (transfer container) (element-type Gdk.Device): a list of 
+ *          #GdkDevice<!-- -->s. The returned list must be
  *          freed with g_list_free (). The list elements are owned by
  *          GTK+ and must not be freed or unreffed.
  *