glib/gstdio.h glib/gstdio.c Wrap also access() and chmod(). (#169623)

2005-04-08  Tor Lillqvist  <tml@novell.com>

	* glib/gstdio.h
	* glib/gstdio.c
	* glib/glib.symbols (g_access, g_chmod): Wrap also access() and
	chmod(). (#169623)
This commit is contained in:
Tor Lillqvist
2005-04-08 12:11:41 +00:00
committed by Tor Lillqvist
parent 5a88294fc3
commit 9099d64b3a
7 changed files with 177 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
2005-04-08 Tor Lillqvist <tml@novell.com>
* glib/gstdio.h
* glib/gstdio.c
* glib/glib.symbols (g_access, g_chmod): Wrap also access() and
chmod(). (#169623)
2005-04-08 Tor Lillqvist <tml@novell.com>
Improve g_get_system_data_dirs() on Windows. A library that calls