diff options
author | Cody Russell <bratsche@gnome.org> | 2008-07-01 06:32:35 +0000 |
---|---|---|
committer | Cody Russell <bratsche@src.gnome.org> | 2008-07-01 06:32:35 +0000 |
commit | 3d93bf6968884d75dd2706ef85e2014305eb92f2 (patch) | |
tree | 61dabe5a334f7fdbf5e5cc4f170290500be00227 /gio/gfileenumerator.c | |
parent | f869b1f6937caeec034a60afed9e9a1ebd7da18a (diff) | |
download | glib-3d93bf6968884d75dd2706ef85e2014305eb92f2.tar.gz |
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
Diffstat (limited to 'gio/gfileenumerator.c')
-rw-r--r-- | gio/gfileenumerator.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gio/gfileenumerator.c b/gio/gfileenumerator.c index bb8fd8f97..07acc60c1 100644 --- a/gio/gfileenumerator.c +++ b/gio/gfileenumerator.c @@ -22,9 +22,12 @@ #include "config.h" #include "gfileenumerator.h" +#include "gfile.h" #include "gioscheduler.h" +#include "gasyncresult.h" #include "gasynchelper.h" #include "gsimpleasyncresult.h" +#include "gioerror.h" #include "glibintl.h" #include "gioalias.h" |