diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2020-07-30 17:52:28 +0200 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2020-07-30 18:44:40 +0200 |
commit | 96452a2e46a09636b20465fde89e370dbf5eb4cb (patch) | |
tree | 87df3167069d0d332c4a85f522782007c2784fdd /gdk/gdkseat.h | |
parent | 46eb0543373a7734e5ddeed7aa0a877af3bcf2ad (diff) | |
download | gtk+-96452a2e46a09636b20465fde89e370dbf5eb4cb.tar.gz |
gdk: Rename gdk_seat_get_physical_devices() to gdk_seat_get_devices()
We don't want to tell what they are, and the distinction is now less
clear. Remove the adjective from the function name.
Diffstat (limited to 'gdk/gdkseat.h')
-rw-r--r-- | gdk/gdkseat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkseat.h b/gdk/gdkseat.h index 1802d5348f..4924067bd0 100644 --- a/gdk/gdkseat.h +++ b/gdk/gdkseat.h @@ -75,7 +75,7 @@ GdkSeatCapabilities gdk_seat_get_capabilities (GdkSeat *seat); GDK_AVAILABLE_IN_ALL -GList * gdk_seat_get_physical_devices (GdkSeat *seat, +GList * gdk_seat_get_devices (GdkSeat *seat, GdkSeatCapabilities capabilities); GList * gdk_seat_get_tools (GdkSeat *seat); |