From: pjrm Date: Mon, 6 Apr 2009 22:45:23 +0000 (+0000) Subject: doc X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3d49eb17f9527aee863a162e1ef3f0b6316bf901;p=inkscape.git doc --- diff --git a/src/io/sys.cpp b/src/io/sys.cpp index 96d0ae983..a5158c587 100644 --- a/src/io/sys.cpp +++ b/src/io/sys.cpp @@ -196,9 +196,9 @@ int Inkscape::IO::mkdir_utf8name( char const *utf8name ) } /* - * 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.