integrate the last changes by Stefan

This commit is contained in:
Mathieu Lacage
2004-06-10 20:21:59 +00:00
parent 75a9e23f18
commit 47d4ea5f83
2 changed files with 33 additions and 15 deletions

View File

@@ -173,7 +173,7 @@ g_cclosure_marshal_VOID__INT (GClosure *closure,
<para>
GObject's signals have nothing to do with standard UNIX signals: they connect
arbitrary application-specific events with any number of listeners.
For example, in GTK, every user event (keystroke or mouse move) is received
For example, in GTK+, every user event (keystroke or mouse move) is received
from the X server and generates a GTK+ event under the form of a signal emission
on a given object instance.
</para>