After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 491960 - Misprint in the specification of the interface "g_hook_free"
Misprint in the specification of the interface "g_hook_free"
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
2.14.x
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-10-31 05:25 UTC by Areg Beketovski
Modified: 2007-11-09 03:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Areg Beketovski 2007-10-31 05:25:29 UTC
Documentation 
Section: http://library.gnome.org/devel/glib/unstable/glib-Hook-Functions.html#g-hook-free
Calls the GHookList hook_free function if it exists, and frees the memory allocated for the GHook.

Correct version:
Calls the GHookList finalize_hook function if it exists, and frees the memory allocated for the GHook.

Other information:
The detailed issue description can be found at: 

http://linuxtesting.org/results/report?num=D0018
Comment 1 Matthias Clasen 2007-11-09 03:24:27 UTC
2007-11-08  Matthias Clasen <mclasen@redhat.com>

        * glib/tmpl/hooks.sgml: Cleanups and fixes