summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-01-24 00:04:28 +0100
committerMatthias Clasen <mclasen@redhat.com>2018-01-24 12:04:32 +0100
commitf00f5508d4d71b7205f3284afbdb0fe1096203ea (patch)
treeda942bf2c29799e911be57c195e2549d56498bcb
parent063592f3500083d61b9298a303dd34bdcac3de10 (diff)
downloadgtk+-f00f5508d4d71b7205f3284afbdb0fe1096203ea.tar.gz
gdk: Stop referring to ::key-press/release-event
These signals are going away, don't mention them in the docs.
-rw-r--r--gdk/gdkkeys.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/gdk/gdkkeys.c b/gdk/gdkkeys.c
index 9f29e5dbe6..c3c486fd72 100644
--- a/gdk/gdkkeys.c
+++ b/gdk/gdkkeys.c
@@ -36,11 +36,8 @@
* @Title: Key Values
*
* Key values are the codes which are sent whenever a key is pressed or released.
- * They appear in the #GdkEventKey.keyval field of the
- * #GdkEventKey structure, which is passed to signal handlers for the
- * #GtkWidget::key-press-event and #GtkWidget::key-release-event signals.
- * The complete list of key values can be found in the
- * `gdk/gdkkeysyms.h` header file.
+ * They appear in the #GdkEventKey.keyval field of the #GdkEventKey structure.
+ * The complete list of key values can be found in the `gdk/gdkkeysyms.h` header file.
*
* Key values are regularly updated from the upstream X.org X11 implementation,
* so new values are added regularly. They will be prefixed with GDK_KEY_ rather