Bug 536252 – GFileEnumerator should allow access to the containing GFile
authorRoss Burton <ross@burtonini.com>
Mon, 16 Jun 2008 08:49:08 +0000 (08:49 +0000)
committerRoss Burton <rburton@src.gnome.org>
Mon, 16 Jun 2008 08:49:08 +0000 (08:49 +0000)
commit3480685d4e5a022530a07464fc20d10b45b3b358
tree79b83aaf924cb99ae8915ecdaac72ad79b7fe923
parentdd24f9957ccc4c8315c620d8ff1464c48430933f
Bug 536252 – GFileEnumerator should allow access to the containing GFile

2008-06-16  Ross Burton  <ross@burtonini.com>

Bug 536252 – GFileEnumerator should allow access to the containing
GFile

* gio/gfileenumerator.c:
* gio/gfileenumerator.h:
* gio/gfile.h:
Add g_file_enumerator_get_container() and a container writeable
construct-only property.  Also shuffle around typedefs to make it
compile.

* gio/glocalfileenumerator.c:
* gio/glocalfileenumerator.h:
* gio/glocalfile.c:
Instead of a string filename take a GFile in the constructor and
use it to set the container property.

* gio/gio.symbols:
* docs/reference/gio/gio-sections.txt:
Update with new API.

svn path=/trunk/; revision=7044
ChangeLog
docs/reference/gio/gio-sections.txt
gio/gfile.h
gio/gfileenumerator.c
gio/gfileenumerator.h
gio/gio.symbols
gio/glocalfile.c
gio/glocalfileenumerator.c
gio/glocalfileenumerator.h