gutils.c gutils.h gfileutils.c Actually, g_mkstemp() is better suited in

2000-10-31  Tor Lillqvist  <tml@iki.fi>

	* gutils.c
	* gutils.h
	* gfileutils.c
	* gfileutils.h: Actually, g_mkstemp() is better suited in gfileutils.
This commit is contained in:
Tor Lillqvist
2000-10-30 22:06:22 +00:00
committed by Tor Lillqvist
parent 6acee58bdf
commit dd3f4d6bb3
18 changed files with 222 additions and 166 deletions

View File

@@ -161,9 +161,6 @@ gchar* g_path_get_dirname (const gchar *file_name);
/* Get the codeset for the current locale */
/* gchar * g_get_codeset (void); */
/* Wrapper / workalike for mkstemp() */
int g_mkstemp (char *tmpl);
/* return the environment string for the variable. The returned memory
* must not be freed. */
gchar* g_getenv (const gchar *variable);