From 7e3b6db32d4e08fea7988b35d54a887cfdeadbd0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 18 Apr 2003 00:18:06 +0000 Subject: [PATCH] Forgotten cleanup. --- docs/reference/gobject/tmpl/signals.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/gobject/tmpl/signals.sgml b/docs/reference/gobject/tmpl/signals.sgml index da87612bf..e648c283b 100644 --- a/docs/reference/gobject/tmpl/signals.sgml +++ b/docs/reference/gobject/tmpl/signals.sgml @@ -115,8 +115,8 @@ signal system. 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. You may not attach these to signals created with the #G_SIGNAL_NO_HOOKS flag.