History log of /external/bluetooth/glib/gio/gfileinfo.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f5483302757a9c03c43e25c86cea4a7bd5aaaf3f 23-Feb-2009 Matthias Clasen <matthiasc@src.gnome.org> Fix "it's" vs "its" confusion throughout the source. Patch by Will

* Fix "it's" vs "its" confusion throughout the source. Patch
by Will Thompson.


svn path=/trunk/; revision=7897
/external/bluetooth/glib/gio/gfileinfo.c
3fd881b5bb5e27af98303fd0aaaddb5db65d0085 18-Feb-2009 Ryan Lortie <desrt@desrt.ca> unref the destination's attribute matcher before overwriting it.

2009-02-17 Ryan Lortie <desrt@desrt.ca>

* gfileinfo.c: unref the destination's attribute matcher before
overwriting it.


svn path=/trunk/; revision=7879
/external/bluetooth/glib/gio/gfileinfo.c
b6d834a58890cb93a55520a7473d9d9d8bfde2c7 12-Sep-2008 Michael Natterer <mitch@imendio.com> remove dangling 's' in the documentation.

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

* gfileinfo.c (g_file_info_get_content_type): remove dangling 's'
in the documentation.


svn path=/trunk/; revision=7471
/external/bluetooth/glib/gio/gfileinfo.c
3d93bf6968884d75dd2706ef85e2014305eb92f2 01-Jul-2008 Cody Russell <bratsche@gnome.org> Moved all relevant typedefs into these files.

2008-07-01 Cody Russell <bratsche@gnome.org>

* gio/gioenums.h:
* gio/giotypes.h:
Moved all relevant typedefs into these files.

* gio/*.[ch]:
Updated wrt added files.

Split types into separate file for easier maintainership. (#538564)


svn path=/trunk/; revision=7127
/external/bluetooth/glib/gio/gfileinfo.c
761424465aaad736916b029383483b6ac419d831 22-Jun-2008 Johan Dahlin <jdahlin@async.com.br> Include "config.h" instead of <config.h> Command used: find -name

2008-06-21 Johan Dahlin <jdahlin@async.com.br>

* *.[ch]: Include "config.h" instead of <config.h>
Command used:
find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g'
Rubberstamped by Mitch


svn path=/trunk/; revision=7092
/external/bluetooth/glib/gio/gfileinfo.c
a4427bfff5d31499dc0b46fa3f734bc92f7d0dd5 16-Jun-2008 Michael Natterer <mitch@imendio.com> chain up unconditionally in finalize() and dispose(). Also don't

2008-06-16 Michael Natterer <mitch@imendio.com>

* *.c: chain up unconditionally in finalize() and dispose(). Also
don't dereference these function pointers when calling them since
that has no meaning at all.


svn path=/trunk/; revision=7048
/external/bluetooth/glib/gio/gfileinfo.c
f3144c7efe8c84f7a00bff9b796d5e73efc151cf 21-Feb-2008 Matthias Clasen <matthiasc@src.gnome.org> Doc fixes

svn path=/trunk/; revision=6554
/external/bluetooth/glib/gio/gfileinfo.c
be85960df70b8dbd216c4322fb373bd9498de221 11-Feb-2008 Alexander Larsson <alexl@redhat.com> Correctly handle NULL GAttributeMatcher meaning matches nothing. (Fixes

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

* gfileinfo.c:
(g_file_info_set_attribute_mask):
(g_file_attribute_matcher_matches_id):
Correctly handle NULL GAttributeMatcher meaning
matches nothing. (Fixes #513492)


svn path=/trunk/; revision=6498
/external/bluetooth/glib/gio/gfileinfo.c
2b02891ef7ffdcc6ad4c228d176c945c5b1dbeb9 06-Feb-2008 Michael Natterer <mitch@imendio.com> replace "icon && G_IS_ICON (icon)" by simply "G_IS_ICON (icon)".

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

* gfileinfo.c (g_file_info_get_icon): replace
"icon && G_IS_ICON (icon)" by simply "G_IS_ICON (icon)".


svn path=/trunk/; revision=6463
/external/bluetooth/glib/gio/gfileinfo.c
30d6124e8a1ec2e6cec2cb56456c62227bf0c428 11-Jan-2008 Murray Cumming <murrayc@murrayc.com> GFileInfo description: Mention how to actually set attributes in a GFile

2008-01-10 Murray Cumming <murrayc@murrayc.com>

* gfileinfo.c: GFileInfo description: Mention
how to actually set attributes in a GFile and how to discover
which attributes are settable. Bug #508378.

svn path=/trunk/; revision=6293
/external/bluetooth/glib/gio/gfileinfo.c
491cccf63ad52b6a073fb96fc467a3d9a18d9878 03-Jan-2008 Alexander Larsson <alexl@redhat.com> Handle NULL attribute matchers safely, as we return this for empty

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

* gfileinfo.c:
Handle NULL attribute matchers safely, as we return this
for empty attribute matcher strings.



svn path=/trunk/; revision=6238
/external/bluetooth/glib/gio/gfileinfo.c
227ef243b14c252bf1f3d7fa1dcd00bcf4f2ef84 31-Dec-2007 Matthias Clasen <matthiasc@src.gnome.org> Doc additions

svn path=/trunk/; revision=6220
/external/bluetooth/glib/gio/gfileinfo.c
38fa4bacd3231ae92ce2c5f835db9a6e1ddb9617 30-Dec-2007 Matthias Clasen <matthiasc@src.gnome.org> Documentation updates

svn path=/trunk/; revision=6209
/external/bluetooth/glib/gio/gfileinfo.c
71768c8426f0d6c580368f6c1d3fc339d2041be0 20-Dec-2007 Alexander Larsson <alexl@redhat.com> File attribute renames: std:: -> standard:: fs:: -> filesystem:: id::fs ->

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

* gfile.c:
* gfileattribute.c:
* gfileinfo.c:
* gfileinfo.h:
* gfilenamecompleter.c:
* glocalfile.c:
* glocalfileinfo.c:
* gpollfilemonitor.c:
File attribute renames:
std:: -> standard::
fs:: -> filesystem::
id::fs -> id::filesystem


svn path=/trunk/; revision=6170
/external/bluetooth/glib/gio/gfileinfo.c
0debd52858ffb4f468e55cd2f3c7e4dec5455b94 18-Dec-2007 Matthias Clasen <matthiasc@src.gnome.org> Fix up includes in section docs

svn path=/trunk/; revision=6149
/external/bluetooth/glib/gio/gfileinfo.c
2e3f48993ddf2a18eff36f3e4eae10da0207e510 17-Dec-2007 Matthias Clasen <matthiasc@src.gnome.org> Documentation updates

svn path=/trunk/; revision=6138
/external/bluetooth/glib/gio/gfileinfo.c
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/gfileinfo.c
1c57670f19012ac6ed8f4b0a0380ec0c304dd542 12-Dec-2007 Alexander Larsson <alexl@redhat.com> Make attribute namespace separator "::" instead of ":". Use - instead of _

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

* gfileattribute.c:
* gfileinfo.[ch]:
* glocalfile.c:
* glocalfileinfo.c:
Make attribute namespace separator "::" instead of ":".
Use - instead of _ as separator in attribute names.


svn path=/trunk/; revision=6104
/external/bluetooth/glib/gio/gfileinfo.c
c524cabff279c6a3bc6b95eb4c20f7c6a5e34e31 30-Nov-2007 Matthias Clasen <matthiasc@src.gnome.org> Add docs for etags

svn path=/trunk/; revision=6001
/external/bluetooth/glib/gio/gfileinfo.c
a2ca589703273fca80cb126430a8b058aba3eb52 30-Nov-2007 Matthias Clasen <matthiasc@src.gnome.org> More coding style fixes

svn path=/trunk/; revision=5999
/external/bluetooth/glib/gio/gfileinfo.c
09471fec46619a62fbe9b6e7a7b67c9a421f919e 29-Nov-2007 Matthias Clasen <matthiasc@src.gnome.org> Coding style fixups

svn path=/trunk/; revision=5993
/external/bluetooth/glib/gio/gfileinfo.c
7f3280230bc9448a5750fc17a6eabef691ba25f4 28-Nov-2007 Alexander Larsson <alexl@redhat.com> Added. Added. Added. Added.

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

* Makefile.am:
* abicheck.sh: Added.
* makegioalias.pl: Added.
* pltcheck.sh: Added.
* gio.symbols: Added.
* *.c:
* inotify/*.c
Initial work on adding symbol handling.

* gvfs.h:
Correct ifdef guard name

* fam/Makefile.am:
* inotify/Makefile.am:
* xdgmime/Makefile.am:
Include toplevel Makefile.decl


svn path=/trunk/; revision=5972
/external/bluetooth/glib/gio/gfileinfo.c
61582bd91cba508362d0e28db4d6e3f307b27b48 28-Nov-2007 Matthias Clasen <matthiasc@src.gnome.org> Another round of trivial doc fixes

svn path=/trunk/; revision=5970
/external/bluetooth/glib/gio/gfileinfo.c
68c74ba68ffd89be6e285b3c9a5c3c141fab1226 27-Nov-2007 Alexander Larsson <alexl@redhat.com> Move g_format_file_size_for_display from gio to glib

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

* gio/gfileinfo.[ch]:
* glib/gfileutils.[ch]:
Move g_format_file_size_for_display from gio to glib


svn path=/trunk/; revision=5954
/external/bluetooth/glib/gio/gfileinfo.c
5247f12f3649726471080440de0d37b78c1cec33 27-Nov-2007 Andrew Walton <awalton@src.gnome.org> Bumps documentation to 93% symbol coverage, touching most
of the public files. Fixes broken function documentation prototypes.
Fixes GCancellable inaccuracies. Removes unnecessary incomplete
gtk-doc headers in private files.

svn path=/trunk/; revision=5953
/external/bluetooth/glib/gio/gfileinfo.c
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/gfileinfo.c