| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
It was only used in one place. Use "g_base64_encode" instead, like the
rest of the codebase.
|
| |
|
|
|
|
|
|
|
|
| |
None of these functions seems to expect an actual gunichar (which is
a 32-bit type and can hold any UTF-32 or UCS-4 character code, also
known as a Unicode code point).
Instead we want UTF-8 encoded character data (i.e. gchar, which is
equivalent to char) that can be output byte-wise to form a valid
UTF-8 encoded string.
|
| |
|
|
|
| |
This adds the override specifier on all methods which override a virtual
method, whether they were already virtual or missing this specifier.
|
| |
|
| |
(bzr r12168)
|
| |
|
| |
(bzr r12125)
|
| |
|
| |
(bzr r10696)
|
|
|
(bzr r1)
|