summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 98a704c)
raw | patch | inline | side by side (parent: 98a704c)
author | pjrm <pjrm@users.sourceforge.net> | |
Mon, 6 Apr 2009 22:45:23 +0000 (22:45 +0000) | ||
committer | pjrm <pjrm@users.sourceforge.net> | |
Mon, 6 Apr 2009 22:45:23 +0000 (22:45 +0000) |
src/io/sys.cpp | patch | blob | history |
diff --git a/src/io/sys.cpp b/src/io/sys.cpp
index 96d0ae983f5be0c531c43707b31f306fd3ac18f9..a5158c58792e3db23028c26bb25ff240beb7fd0e 100644 (file)
--- a/src/io/sys.cpp
+++ b/src/io/sys.cpp
}
/*
- * Wrapper around Glib::file_open_tmp()
- * Returns a handle to the temp file
- * name_used contains the actual name used
+ * Wrapper around Glib::file_open_tmp().
+ * Returns a handle to the temp file.
+ * name_used contains the actual name used (a raw filename, not necessarily utf8).
*
* Returns:
* A file handle (as from open()) to the file opened for reading and writing.