Files
gtk/tests
Eduard Braun 303858fa76 Consistently use g_stat and GStatBuf
Replace "stat struct" with "GStatBuf" and "stat" with "g_stat" where
appropriate to fix cross-platform issues, specifically on Windows.

Code should be identical on *nix but fixes some serious issues
on Windows:
- Field widths of "struct stat" are not constant on Windows.
  If the stat function does not match the stat struct used
  it will cause overwrites and undefined behavior
- The Windows stat function needs a properly encoded filename.
  In many places we pass an UTF-8 encoded value which breaks as soon
  as non-ASCII characters are involved.

https://bugzilla.gnome.org/show_bug.cgi?id=787772
2018-08-19 14:53:15 +02:00
..
2008-07-01 22:57:50 +00:00
2011-01-03 19:07:07 +01:00
2009-04-02 10:14:04 +02:00
2010-08-27 20:34:23 +02:00
2010-10-16 01:11:44 -04:00
2010-10-16 01:11:44 -04:00
2008-07-01 22:57:50 +00:00
2018-08-19 14:53:15 +02:00
2009-05-11 01:23:13 -04:00
2010-08-07 15:35:50 +02:00
2011-12-08 08:04:34 -05:00
2010-11-18 17:47:43 +01:00
2009-06-15 09:14:00 +08:00
2008-07-01 22:57:50 +00:00
2008-07-01 22:57:50 +00:00
2010-08-08 02:59:21 +02:00
2008-07-01 22:57:50 +00:00
2008-07-01 22:57:50 +00:00
2010-10-16 01:11:44 -04:00