Forgotten cleanup.

This commit is contained in:
Matthias Clasen 2003-04-18 00:18:06 +00:00
parent b9415110b1
commit 7e3b6db32d

View File

@ -115,8 +115,8 @@ signal system.
<!-- ##### USER_FUNCTION GSignalEmissionHook ##### -->
<para>
A simple function pointer to get invoked when the signal is emitted. This
allows you tie a hook to the signal type, so that it will trap all emissions
of that signal, from any object.
allows you to tie a hook to the signal type, so that it will trap all
emissions of that signal, from any object.
</para>
<para>
You may not attach these to signals created with the #G_SIGNAL_NO_HOOKS flag.