mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 13:23:07 +02:00
small doc improvement
svn path=/trunk/; revision=6924
This commit is contained in:
parent
fbd41ebd2c
commit
a41fa14e4b
@ -1,3 +1,7 @@
|
|||||||
|
2008-05-24 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gfileutils.c (g_file_open_tmp): Small documention addition.
|
||||||
|
|
||||||
2008-05-22 10:49:37 Tim Janik <timj@imendio.com>
|
2008-05-22 10:49:37 Tim Janik <timj@imendio.com>
|
||||||
|
|
||||||
* glib/gmacros.h: implement G_STMT_START and G_STMT_END with
|
* glib/gmacros.h: implement G_STMT_START and G_STMT_END with
|
||||||
|
@ -1296,7 +1296,7 @@ g_mkstemp (gchar *tmpl)
|
|||||||
* g_file_open_tmp:
|
* g_file_open_tmp:
|
||||||
* @tmpl: Template for file name, as in g_mkstemp(), basename only,
|
* @tmpl: Template for file name, as in g_mkstemp(), basename only,
|
||||||
* or %NULL, to a default template
|
* or %NULL, to a default template
|
||||||
* @name_used: location to store actual name used
|
* @name_used: location to store actual name used, or %NULL
|
||||||
* @error: return location for a #GError
|
* @error: return location for a #GError
|
||||||
*
|
*
|
||||||
* Opens a file for writing in the preferred directory for temporary
|
* Opens a file for writing in the preferred directory for temporary
|
||||||
|
Loading…
x
Reference in New Issue
Block a user