Add note about set permissions to the API docs of utils_mkdir().

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3233 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2008-11-16 17:52:38 +00:00
parent 4a4e969c2a
commit ce2dfe1c9f

View File

@ -1232,6 +1232,7 @@ g_mkdir_with_parents (const gchar *pathname,
/**
* Create a directory if it doesn't already exist.
* Create intermediate parent directories as needed, too.
* The permissions of the created directory are set 0700.
*
* @param path The path of the directory to create, in locale encoding.
* @param create_parent_dirs Whether to create intermediate parent directories if necessary.