mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +01:00
Correct an example
svn path=/trunk/; revision=6812
This commit is contained in:
parent
b28e9afd69
commit
587b5986da
@ -1,3 +1,9 @@
|
||||
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
|
||||
|
||||
2008-03-30 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gio/gio-sections.txt: Add g_file_query_file_type.
|
||||
|
@ -264,7 +264,7 @@ The return value is cast to the given type.
|
||||
<programlisting>
|
||||
EDayViewEvent *event;
|
||||
|
||||
/* This gets a pointer to the 3rd element in the array of EDayViewEvent
|
||||
/* This gets a pointer to the 4th element in the array of EDayViewEvent
|
||||
structs. */
|
||||
event = &g_array_index (events, EDayViewEvent, 3);
|
||||
</programlisting>
|
||||
|
Loading…
x
Reference in New Issue
Block a user