summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-02-17 14:37:28 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-02-19 12:48:42 +0000
commit668d5d8665d91110461da00caf80dcaf1cfc0bd4 (patch)
tree673630762999521ea0b4042f102b397719ed8173 /docs
parentb397dd04c495a9df5b145471ab613476f160428b (diff)
downloadgtk+-668d5d8665d91110461da00caf80dcaf1cfc0bd4.tar.gz
docs: Mention events in the input handling documentation title
Make it a little easier to find these docs when searching for ‘event’. https://bugzilla.gnome.org/show_bug.cgi?id=744054
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/input-handling.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/reference/gtk/input-handling.xml b/docs/reference/gtk/input-handling.xml
index 92017072fc..afd36dff7f 100644
--- a/docs/reference/gtk/input-handling.xml
+++ b/docs/reference/gtk/input-handling.xml
@@ -4,21 +4,21 @@
]>
<refentry id="chap-input-handling">
<refmeta>
-<refentrytitle>The GTK+ Input Handling Model</refentrytitle>
+<refentrytitle>The GTK+ Input and Event Handling Model</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>GTK Library</refmiscinfo>
</refmeta>
<refnamediv>
-<refname>The GTK+ Input Handling Model</refname>
+<refname>The GTK+ Input and Event Handling Model</refname>
<refpurpose>
- GTK+ input handling in detail
+ GTK+ input and event handling in detail
</refpurpose>
</refnamediv>
<refsect1 id="input-overview">
- <title>Overview of GTK+ input handling</title>
+ <title>Overview of GTK+ input and event handling</title>
<para>
This chapter describes in detail how GTK+ handles input. If you are interested