mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-07 19:35:50 +01:00
Doc improvements
svn path=/trunk/; revision=6933
This commit is contained in:
parent
b68e507b6a
commit
c1d7063c06
@ -1,5 +1,7 @@
|
|||||||
2008-05-26 Matthias Clasen <mclasen@redhat.com>
|
2008-05-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gchecksum.c: Add Since: tag to g_checksum_reset
|
||||||
|
|
||||||
* glib/glib.symbols: Add g_checksum_reset
|
* glib/glib.symbols: Add g_checksum_reset
|
||||||
|
|
||||||
2008-05-25 Matthias Clasen <mclasen@redhat.com>
|
2008-05-25 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2008-05-26 Matthias Clasen <mclasen@redhat.com>
|
2008-05-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/glib-docs.sgml: Add 2.18 index
|
||||||
|
|
||||||
* glib/glib-sections.txt: Add g_checksum_reset
|
* glib/glib-sections.txt: Add g_checksum_reset
|
||||||
|
|
||||||
2008-05-25 Matthias Clasen <mclasen@redhat.com>
|
2008-05-25 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
@ -1124,6 +1124,8 @@ g_checksum_new (GChecksumType checksum_type)
|
|||||||
* @checksum: the #GChecksum to reset
|
* @checksum: the #GChecksum to reset
|
||||||
*
|
*
|
||||||
* Resets the state of the @checksum back to it's initial state.
|
* Resets the state of the @checksum back to it's initial state.
|
||||||
|
*
|
||||||
|
* Since: 2.18
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
g_checksum_reset (GChecksum *checksum)
|
g_checksum_reset (GChecksum *checksum)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user