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 530527 - Misprint in the description of the interface g_cclosure_marshal_VOID__FLAGS
Misprint in the description of the interface g_cclosure_marshal_VOID__FLAGS
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
2.16.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-04-29 09:49 UTC by Areg Beketovski
Modified: 2008-06-11 17:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Areg Beketovski 2008-04-29 09:49:27 UTC
Documentation 
Section:
http://www.gtk.org/api/2.6/glib/gobject-Closures.html#g-cclosure-marshal-VOID--FLAGS


The phrase "denotes a flags type" is repeated twice in the description of the function.

A marshaller for a GCClosure with a callback of type void (*callback) (gpointer instance, gint arg1, gpointer user_data) where the gint parameter denotes a flags type denotes a flags type. 


Correct version:
A marshaller for a GCClosure with a callback of type void (*callback) (gpointer instance, gint arg1, gpointer user_data) where the gint parameter denotes a flags type.

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

http://linuxtesting.org/results/report?num=D0086
Comment 1 Matthias Clasen 2008-06-11 17:03:25 UTC
        * gobject/tmpl/gclosure.sgml: Fix a duplication.
        Noticed by Areg Beketovski