mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
Fix typos in the docs. (#346660, Mark Drago)
2006-07-05 Matthias Clasen <mclasen@redhat.com> * glib/gbase64.c: Fix typos in the docs. (#346660, Mark Drago)
This commit is contained in:
committed by
Matthias Clasen
parent
416fbb3a17
commit
5f4e467f33
@@ -1,3 +1,8 @@
|
||||
2006-07-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/base64.sgml: Remove bogus reference
|
||||
to nonexisting function. (#346660, Mark Drago)
|
||||
|
||||
2006-07-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.12.0 ===
|
||||
|
@@ -17,8 +17,8 @@ for email.
|
||||
<para>
|
||||
GLib supports incremental encoding using g_base64_encode_step() and
|
||||
g_base64_encode_close(). Incremental decoding can be done with
|
||||
g_base64_decode_step() and g_base64_decode_close(). To encode or
|
||||
decode data in one go, use g_base64_encode() of g_base64_decode().
|
||||
g_base64_decode_step(). To encode or decode data in one go, use
|
||||
g_base64_encode() or g_base64_decode().
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user