[gtk+] Fix the annotation for gdk_seat_get_slaves



commit 63365d5044145c885c88aa75a68172bd2c7ea7aa
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jan 11 15:04:32 2016 -0500

    Fix the annotation for gdk_seat_get_slaves
    
    Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=759785

 gdk/gdkseat.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/gdkseat.c b/gdk/gdkseat.c
index a871f98..8b5d42a 100644
--- a/gdk/gdkseat.c
+++ b/gdk/gdkseat.c
@@ -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.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]