From 1625c24d5863c886d46257689f16dc415eed6368 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 15 Nov 2023 16:12:38 +0000 Subject: [PATCH] docs: Drop the hooks SECTION It was one paragraph which mentioned `GHookList` and `GHook`, both of which have their own adequate documentation sections. Signed-off-by: Philip Withnall Helps: #3037 --- glib/ghook.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/glib/ghook.c b/glib/ghook.c index 3db220187..c2de46943 100644 --- a/glib/ghook.c +++ b/glib/ghook.c @@ -38,16 +38,6 @@ #include "gtestutils.h" #include "gslice.h" -/** - * SECTION:hooks - * @title: Hook Functions - * @short_description: support for manipulating lists of hook functions - * - * The #GHookList, #GHook and their related functions provide support for - * lists of hook functions. Functions can be added and removed from the lists, - * and the list of hook functions can be invoked. - */ - /** * GHookList: * @seq_id: the next free #GHook id