diff options
author | Florian Müllner <fmuellner@gnome.org> | 2010-12-15 12:52:16 +0100 |
---|---|---|
committer | Florian Müllner <fmuellner@gnome.org> | 2010-12-15 13:05:11 +0100 |
commit | ce5dae67021c483d46a46e0206fe3a6095b38100 (patch) | |
tree | c7b63a8e6bb9000de107f5c3ccc8893d392e2fef /gdk/gdkmain.h | |
parent | 544146b9be4078009c35695b1744431c98a81a40 (diff) | |
download | gtk+-ce5dae67021c483d46a46e0206fe3a6095b38100.tar.gz |
Complete renaming of gdk_enable_multidevice()
The function was renamed in commit c4a5c2ed4, but some places were
missed, most notably the public header.
Diffstat (limited to 'gdk/gdkmain.h')
-rw-r--r-- | gdk/gdkmain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkmain.h b/gdk/gdkmain.h index 75ffb4e62a..2d05590e7a 100644 --- a/gdk/gdkmain.h +++ b/gdk/gdkmain.h @@ -72,7 +72,7 @@ void gdk_pre_parse_libgtk_only (void); * Returns: the resulting locale. */ gchar* gdk_set_locale (void); -void gdk_enable_multidevice (void); +void gdk_disable_multidevice (void); G_CONST_RETURN gchar *gdk_get_program_class (void); void gdk_set_program_class (const gchar *program_class); |