History log of /external/bluetooth/glib/glib/gdir.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e0aa9d8a6135d404fe1ff60ba6858599e85edf98 05-May-2008 Michael Natterer <mitch@imendio.com> #define __GLIB_H_INSIDE__ around including everything.

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
/external/bluetooth/glib/glib/gdir.h
f4bb21aa1d405fd11043a03e0962358eb0f42a5e 14-Mar-2008 Michael Natterer <mitch@imendio.com> make it possible to disable single-file includes by defining

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
/external/bluetooth/glib/glib/gdir.h
8a7eecd7c62f26dfb9b6d6a8ec8e57920a0c5ac4 27-Oct-2004 Matthias Clasen <mclasen@redhat.com> Introduce the idea of a filename encoding, which is *literally* the

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
/external/bluetooth/glib/glib/gdir.h
ccaa779838c932056ac29c561b122dd25bf389f2 23-Nov-2002 Matthias Clasen <matthiasc@src.gnome.org> Add Copyright notice.

* glib/gdir.h: Add Copyright notice.
/external/bluetooth/glib/glib/gdir.h
ae86dd0c4b84c10a76177a95babfc6d970963a4d 05-Nov-2001 Owen Taylor <otaylor@redhat.com> Indentation fixes, some rewriting of docs to conform to gtk-doc standard.

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"?
/external/bluetooth/glib/glib/gdir.h
3a86505c77f967e891a68082b0bc28bd045f1192 05-Nov-2001 Hans Breuer <hans@breuer.org> simplified wrapper around dirent functions to improve portability of

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
/external/bluetooth/glib/glib/gdir.h