mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
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
This commit is contained in:
@@ -146,6 +146,7 @@ g_file_enumerator_close_finish
|
||||
g_file_enumerator_is_closed
|
||||
g_file_enumerator_has_pending
|
||||
g_file_enumerator_set_pending
|
||||
g_file_enumerator_get_container
|
||||
<SUBSECTION Standard>
|
||||
GFileEnumeratorClass
|
||||
G_FILE_ENUMERATOR
|
||||
|
Reference in New Issue
Block a user