mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-27 04:29:51 +01:00
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:
committed by
Tor Lillqvist
parent
6acee58bdf
commit
dd3f4d6bb3
3
gutils.h
3
gutils.h
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user