mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
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 <pwithnall@gnome.org> Helps: #3037
This commit is contained in:
parent
158ec5be34
commit
1625c24d58
10
glib/ghook.c
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user