summaryrefslogtreecommitdiff
path: root/glib/gdir.h
Commit message (Collapse)AuthorAgeFilesLines
* #define __GLIB_H_INSIDE__ around including everything.Michael Natterer2008-05-051-1/+1
| | | | | | | | | | | | | | | | 2008-05-05 Michael Natterer <mitch@imendio.com> * glib/glib.h: #define __GLIB_H_INSIDE__ around including everything. * glib/*.h: check for that define instead of __G_LIB_H__ if G_DISABLE_SINGLE_INCLUDES is defined. * glib/gdatasetprivate.h: #include <glib.h> instead of <glib/gdataset.h> svn path=/trunk/; revision=6875
* make it possible to disable single-file includes by definingMichael Natterer2008-03-141-0/+5
| | | | | | | | | | | | | | | | | | 2008-03-14 Michael Natterer <mitch@imendio.com> * glib/*.h: make it possible to disable single-file includes by defining G_DISABLE_SINGLE_INCLUDES when building against GLib. Approved by Tim Janik. * glib/glib.h: include <glib/gslice.h>. * glib/gi18n.h * glib/gi18n-lib.h * glib/gprintf.h: include <glib.h> so the above works when these files are included without including <glib.h> first. svn path=/trunk/; revision=6713
* Introduce the idea of a filename encoding, which is *literally* theMatthias Clasen2004-10-271-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | 2004-10-27 Matthias Clasen <mclasen@redhat.com> Introduce the idea of a filename encoding, which is *literally* the filename encoding on Unix. On windows, use the Unicode name converted to UTF-8. (#156325, Tor Lillqvist, Owen Taylor) * glib/gdir.[hc]: * glib/gconvert.[hc]: * glib/gfileutils.[hc]: * glib/gutils.[hc]: * glib/giowin32.c: On Windows, keep old ABI versions of GLib pathname api for DLL ABI stability. Use different names for the new-style UTF-8 versions. Hide this through a #define. * glib/gstdio.[hc]: New files containing wrappers for POSIX pathname api. * glib/glib.symbols: Add new symbols. * glib/makegalias.pl: Drop Win32 specific .def syntax, include gstdio.h
* Add Copyright notice.Matthias Clasen2002-11-221-0/+22
| | | | * glib/gdir.h: Add Copyright notice.
* Indentation fixes, some rewriting of docs to conform to gtk-doc standard.Owen Taylor2001-11-051-5/+6
| | | | | | | | | | | | Sun Nov 4 20:29:31 2001 Owen Taylor <otaylor@redhat.com> * glib/gdir.[ch]: Indentation fixes, some rewriting of docs to conform to gtk-doc standard. * glib/gdir.[ch] (g_dir_close): Remove the boolean return value. What would you do if closing failed? What would the user do if you printed a warning message "closing directory %d failed"?
* simplified wrapper around dirent functions to improve portability ofHans Breuer2001-11-051-0/+18
2001-11-04 Hans Breuer <hans@breuer.org> * glib/gdir.[hc] : (new files) simplified wrapper around dirent functions to improve portability of downstream libs/apps * glib/makefile.msc.in : use them * glib/glib.def : export them * config.h.win32.in : needing HAVE_DIRENT_H defined