History log of /external/bluetooth/glib/gio/glocalfileinfo.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f891d4e04e702b83b1099edb2ce2e0ae01bd4160 03-Mar-2009 Alexander Larsson <alexl@redhat.com> Bug 562613 – Missing const modifier in string parameters

2009-03-03 Alexander Larsson <alexl@redhat.com>

Bug 562613 – Missing const modifier in string parameters

* gfileinputstream.[ch]:
* gfileoutputstream.[ch]:
* glocalfileinfo.[ch]:
Make string arguments const if used as such.



svn path=/trunk/; revision=7952
/external/bluetooth/glib/gio/glocalfileinfo.h
f2a2d6c9ac2d98b565005d446fde01aac47f7d88 02-Sep-2008 Michael Natterer <mitch@imendio.com> big header formatting cleanup: indentation, vtable formatting, consistent

2008-09-02 Michael Natterer <mitch@imendio.com>

* *.h: big header formatting cleanup: indentation, vtable
formatting, consistent spacing in (* vfunc), trailing whitespace
removal. Formatting should be pretty consistent in all GIO headers
now.


svn path=/trunk/; revision=7433
/external/bluetooth/glib/gio/glocalfileinfo.h
1c6676396db5806f2714eefe7581e06853ce95b1 12-Mar-2008 Tor Lillqvist <tml@novell.com> Introduce a macro GLocalFileStat that is the normal struct stat on Unix

2008-03-12 Tor Lillqvist <tml@novell.com>

* glocalfileinfo.h: Introduce a macro GLocalFileStat that is the
normal struct stat on Unix but struct _stati64 on Windows to have
access to 64-bit file size information. Use that instead of struct
stat in the functions declared here in this private header.

* glocalfileinfo.c: Corresponding changes. Move some G_OS_WIN32,
S_ISLNK and HAVE_UTIMES ifdefs and add some more to avoid compiler
warnings about unused functions and variables. Don't set
meaningless attributes like inode numbers on Windows.


svn path=/trunk/; revision=6697
/external/bluetooth/glib/gio/glocalfileinfo.h
c5a10d2650e11b9a700b605640a41275a4ee1a5d 11-Mar-2008 Alexander Larsson <alexl@redhat.com> Correctly implement can_trash by actually looking for a trash dir, not

2008-03-11 Alexander Larsson <alexl@redhat.com>

* glocalfile.c:
* glocalfileinfo.[ch]:
Correctly implement can_trash by actually
looking for a trash dir, not just assuming
one exists.


svn path=/trunk/; revision=6679
/external/bluetooth/glib/gio/glocalfileinfo.h
f5063650794c987868830241a630993e624eabd9 14-Dec-2007 Alexander Larsson <alexl@redhat.com> Move GFileAttributeValue to a private header, as its sort of ugly.

2007-12-14 Alexander Larsson <alexl@redhat.com>

* Makefile.am:
* gfileattribute.[ch]:
* gfileattribute-priv.h:
Move GFileAttributeValue to a private header, as
its sort of ugly.

* gfile.[ch]:
Make set_attribute take a type + a pointer instead
of a GFileAttributeValue.

* gfileinfo.[ch]:
Fix up for above changes.
Add g_file_info_get_attribute_data to get
all info in one call, g_file_info_get_attribute_status
to get the status and g_file_info_get_attribute_as_string.

* gio.symbols:
* glocalfile.c:
* glocalfileinfo.[ch]:
Update for changes

* gunixmounts.c:
Make _guess_type static.


svn path=/trunk/; revision=6129
/external/bluetooth/glib/gio/glocalfileinfo.h
6356a9dd984a0ac64f5247e79c747b432f69567a 06-Dec-2007 Alexander Larsson <alexl@redhat.com> Include sys/types.h for dev_t (#501919)

2007-12-06 Alexander Larsson <alexl@redhat.com>

* glocalfileinfo.h:
Include sys/types.h for dev_t (#501919)



svn path=/trunk/; revision=6057
/external/bluetooth/glib/gio/glocalfileinfo.h
3781343738de4abddf56982325a77bd70a98cd26 26-Nov-2007 Alexander Larsson <alexl@redhat.com> gio/ docs/reference/gio Merged gio-standalone into glib.

2007-11-26 Alexander Larsson <alexl@redhat.com>

* Makefile.am:
* configure.in:
* gio-2.0-uninstalled.pc.in:
* gio-2.0.pc.in:
* gio-unix-2.0-uninstalled.pc.in:
* gio-unix-2.0.pc.in:
* gio/
* docs/reference/gio
Merged gio-standalone into glib.

* glib/glibintl.h:
* glib/gutils.c:
Export glib_gettext so that gio can use it
Add P_ (using same domain for now)
Add I_ as g_intern_static_string


svn path=/trunk/; revision=5941
/external/bluetooth/glib/gio/glocalfileinfo.h