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 525553 - fix typo and nitpicking in GArray documentation
fix typo and nitpicking in GArray documentation
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
unspecified
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-04-01 14:28 UTC by Paul Bolle
Modified: 2008-04-03 04:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
trivial (949 bytes, patch)
2008-04-01 14:30 UTC, Paul Bolle
committed Details | Review

Description Paul Bolle 2008-04-01 14:28:54 UTC
Documentation 
Section: Garray
This gets a pointer to the 3rd element in the array of EDayViewEvent structs. 

Correct version:
This gets a pointer to the 4th element in a GArray of EDayViewEvent structs. 

Other information:
I'll attach a patch shortly.
Comment 1 Paul Bolle 2008-04-01 14:30:28 UTC
Created attachment 108418 [details] [review]
trivial
Comment 2 Matthias Clasen 2008-04-03 04:18:19 UTC
2008-04-03  Matthias Clasen  <mclasen@redhat.com>

        Bug 525553 – fix typo and nitpicking in GArray documentation

        * glib/tmpl/arrays.sgml: Correct an index in an example