mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-27 19:38:55 +02:00
template is a reserved word in C++ s/template/tmpl/.
Sun Nov 12 15:29:53 2000 Owen Taylor <otaylor@redhat.com> * gfileutils.[ch]: template is a reserved word in C++ s/template/tmpl/.
This commit is contained in:
@@ -84,7 +84,7 @@ gboolean g_file_get_contents (const gchar *filename,
|
||||
int g_mkstemp (char *tmpl);
|
||||
|
||||
/* Wrapper for g_mkstemp */
|
||||
int g_file_open_tmp (const char *template,
|
||||
int g_file_open_tmp (const char *tmpl,
|
||||
char **name_used,
|
||||
GError **error);
|
||||
|
||||
|
Reference in New Issue
Block a user