From 43a6a226b2f7740337db6aeafbd19fcf0dd2999c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 9 Nov 2007 03:25:50 +0000 Subject: [PATCH] Fix a mistake in the docs svn path=/trunk/; revision=5839 --- docs/reference/glib/tmpl/hooks.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/glib/tmpl/hooks.sgml b/docs/reference/glib/tmpl/hooks.sgml index c359611eb..f02dbf66e 100644 --- a/docs/reference/glib/tmpl/hooks.sgml +++ b/docs/reference/glib/tmpl/hooks.sgml @@ -106,7 +106,7 @@ Calls all of the #GHook functions in a #GHookList. Calls all of the #GHook functions in a #GHookList. -Any function which returns %TRUE is removed from the #GHookList. +Any function which returns %FALSE is removed from the #GHookList. @hook_list: a #GHookList