Fix the annotation for gdk_seat_get_slaves

Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=759785
This commit is contained in:
Matthias Clasen 2016-01-11 15:04:32 -05:00
parent 0167f7c65c
commit 63365d5044

View File

@ -291,7 +291,7 @@ gdk_seat_ungrab (GdkSeat *seat)
*
* Returns the slave devices that match the given capabilities.
*
* Returns: (transfer container) (element-type GdkSeat): A list of #GdkDevices. The list
* Returns: (transfer container) (element-type GdkDevice): A list of #GdkDevices. The list
* must be freed with g_list_free(), the elements are owned
* by GDK and must not be freed.
*