Add a G_IO_ERROR_TOO_MANY_OPEN_FILES error code. Requested by Olivier
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 8 Jan 2009 01:32:15 +0000 (01:32 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 8 Jan 2009 01:32:15 +0000 (01:32 +0000)
commit2479abee2794f6a0d458e334b4a3a95731800dde
treeb85899fc970d193f9509669609a1c4e2f4480bb2
parent5cacbdae8d0e38dbc9dd3f901dffd4a9a53298fa
Add a G_IO_ERROR_TOO_MANY_OPEN_FILES error code. Requested by Olivier

        * gioenums.h: Add a G_IO_ERROR_TOO_MANY_OPEN_FILES error code.
        Requested by Olivier Sessink.

        * gioerror.c: Translate EMFILE to G_IO_ERROR_TOO_MANY_OPEN_FILES.

        * glocalfileenumerator.c: Translate G_FILE_ERROR_MFILE to
        G_IO_ERROR_TOO_MANY_OPEN_FILES.

svn path=/trunk/; revision=7782
gio/ChangeLog
gio/gdesktopappinfo.c
gio/gioenums.h
gio/gioerror.c
gio/glocalfileenumerator.c