Document that the result is guaranteed to be non-NULL.
authorTor Lillqvist <tml@iki.fi>
Thu, 4 Nov 2004 00:37:47 +0000 (00:37 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 4 Nov 2004 00:37:47 +0000 (00:37 +0000)
commit912ba0d43cf76ab76f338fb5beab98102da4d868
tree1c0080f6c83893250cf7ad11b8884c9a527269d7
parentf5de06030414fcd3c416833b22fab0be1ed21967
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.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gconvert.c
glib/gfileutils.c