diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-01-11 15:04:32 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-01-11 15:05:21 -0500 |
commit | 63365d5044145c885c88aa75a68172bd2c7ea7aa (patch) | |
tree | 9f9e9be333d264f5fecbdc4dc01c083d7dcef0d8 /gdk/gdkseat.c | |
parent | 0167f7c65c95b3bcf2d4800c1eceaf8f916ea303 (diff) | |
download | gtk+-63365d5044145c885c88aa75a68172bd2c7ea7aa.tar.gz |
Fix the annotation for gdk_seat_get_slaves
Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=759785
Diffstat (limited to 'gdk/gdkseat.c')
-rw-r--r-- | gdk/gdkseat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkseat.c b/gdk/gdkseat.c index a871f98c42..8b5d42a01a 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. * |