g_base64_encode_step: clarify break_lines behavior a bit
authorDan Winship <danw@gnome.org>
Wed, 18 Jan 2012 14:02:21 +0000 (09:02 -0500)
committerDan Winship <danw@gnome.org>
Wed, 18 Jan 2012 14:02:21 +0000 (09:02 -0500)
commit3691194b357aa5a045f8f87658150670834f45c2
treea04f0b8b5b5bcf9f4593a6c991706c4e55fa09f9
parent08036ce30318a666a4f9df22512d74805be0d498
g_base64_encode_step: clarify break_lines behavior a bit

break_lines uses LFs, not CRLFs like you might expect (since it's
designed for email-related use), but we can't change that now since
the caller has to allocate the output buffer and so the
number-of-bytes-output is part of the ABI. So, just document that.

https://bugzilla.gnome.org/show_bug.cgi?id=668158
glib/gbase64.c