mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 00:43:40 +02:00
Document that the result is guaranteed to be non-NULL.
2004-11-04 Tor Lillqvist <tml@iki.fi> * glib/gconvert.c (g_filename_display_name): Document that the result is guaranteed to be non-NULL. * glib/gfileutils.c (get_contents_stdio, get_contents_regfile, get_contents_posix, get_contents_win32, g_file_open_tmp, g_file_read_link): Use g_filename_display_name() for error messages. (g_mkstemp): Document that the template should be in the GLib file name encoding. (g_file_open_tmp): Ditto. Also document that the actual name returned is also in the GLib file name encoding.
This commit is contained in:
committed by
Tor Lillqvist
parent
f5de060304
commit
912ba0d43c
14
ChangeLog
14
ChangeLog
@@ -1,3 +1,17 @@
|
||||
2004-11-04 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib/gconvert.c (g_filename_display_name): Document that the
|
||||
result is guaranteed to be non-NULL.
|
||||
|
||||
* glib/gfileutils.c (get_contents_stdio, get_contents_regfile,
|
||||
get_contents_posix, get_contents_win32, g_file_open_tmp,
|
||||
g_file_read_link): Use g_filename_display_name() for error
|
||||
messages.
|
||||
(g_mkstemp): Document that the template should be in the GLib file
|
||||
name encoding.
|
||||
(g_file_open_tmp): Ditto. Also document that the actual name
|
||||
returned is also in the GLib file name encoding.
|
||||
|
||||
2004-11-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gconvert.c (g_filename_display_name): New function
|
||||
|
Reference in New Issue
Block a user