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
This commit is contained in:
Philip Withnall 2015-02-17 14:37:28 +00:00
parent b397dd04c4
commit 668d5d8665

View File

@ -4,21 +4,21 @@
]> ]>
<refentry id="chap-input-handling"> <refentry id="chap-input-handling">
<refmeta> <refmeta>
<refentrytitle>The GTK+ Input Handling Model</refentrytitle> <refentrytitle>The GTK+ Input and Event Handling Model</refentrytitle>
<manvolnum>3</manvolnum> <manvolnum>3</manvolnum>
<refmiscinfo>GTK Library</refmiscinfo> <refmiscinfo>GTK Library</refmiscinfo>
</refmeta> </refmeta>
<refnamediv> <refnamediv>
<refname>The GTK+ Input Handling Model</refname> <refname>The GTK+ Input and Event Handling Model</refname>
<refpurpose> <refpurpose>
GTK+ input handling in detail GTK+ input and event handling in detail
</refpurpose> </refpurpose>
</refnamediv> </refnamediv>
<refsect1 id="input-overview"> <refsect1 id="input-overview">
<title>Overview of GTK+ input handling</title> <title>Overview of GTK+ input and event handling</title>
<para> <para>
This chapter describes in detail how GTK+ handles input. If you are interested This chapter describes in detail how GTK+ handles input. If you are interested