mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
Fix typo in doc comment.
2004-11-10 Tor Lillqvist <tml@iki.fi> * glib/gconvert.c (g_get_filename_charsets): Fix typo in doc comment.
This commit is contained in:
parent
68e6b6abab
commit
3eaeb13a36
@ -1,3 +1,8 @@
|
|||||||
|
2004-11-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/gconvert.c (g_get_filename_charsets): Fix typo in doc
|
||||||
|
comment.
|
||||||
|
|
||||||
2004-11-10 Matthias Clasen <mclasen@redhat.com>
|
2004-11-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* NEWS: Updates
|
* NEWS: Updates
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-11-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/gconvert.c (g_get_filename_charsets): Fix typo in doc
|
||||||
|
comment.
|
||||||
|
|
||||||
2004-11-10 Matthias Clasen <mclasen@redhat.com>
|
2004-11-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* NEWS: Updates
|
* NEWS: Updates
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-11-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/gconvert.c (g_get_filename_charsets): Fix typo in doc
|
||||||
|
comment.
|
||||||
|
|
||||||
2004-11-10 Matthias Clasen <mclasen@redhat.com>
|
2004-11-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* NEWS: Updates
|
* NEWS: Updates
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-11-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/gconvert.c (g_get_filename_charsets): Fix typo in doc
|
||||||
|
comment.
|
||||||
|
|
||||||
2004-11-10 Matthias Clasen <mclasen@redhat.com>
|
2004-11-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* NEWS: Updates
|
* NEWS: Updates
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-11-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/gconvert.c (g_get_filename_charsets): Fix typo in doc
|
||||||
|
comment.
|
||||||
|
|
||||||
2004-11-10 Matthias Clasen <mclasen@redhat.com>
|
2004-11-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* NEWS: Updates
|
* NEWS: Updates
|
||||||
|
@ -1017,7 +1017,7 @@ filename_charset_cache_free (gpointer data)
|
|||||||
* Determines the preferred character sets used for filenames.
|
* Determines the preferred character sets used for filenames.
|
||||||
* The first character set from the @charsets is the filename encoding, the
|
* The first character set from the @charsets is the filename encoding, the
|
||||||
* subsequent character sets are used when trying to generate a displayable
|
* subsequent character sets are used when trying to generate a displayable
|
||||||
* representation of a filename, see g_filename_get_display_name().
|
* representation of a filename, see g_filename_display_name().
|
||||||
*
|
*
|
||||||
* The character sets are determined by consulting the environment variables
|
* The character sets are determined by consulting the environment variables
|
||||||
* <envar>G_FILENAME_ENCODING</envar> and <envar>G_BROKEN_FILENAMES</envar>.
|
* <envar>G_FILENAME_ENCODING</envar> and <envar>G_BROKEN_FILENAMES</envar>.
|
||||||
|
Loading…
Reference in New Issue
Block a user