mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 00:43:40 +02:00
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
This commit is contained in:
@@ -53,9 +53,9 @@
|
||||
* #GDesktopAppInfo is an implementation of #GAppInfo based on
|
||||
* desktop files.
|
||||
*
|
||||
* Note that GDesktopAppInfo belongs to the UNIX-specific GIO interfaces,
|
||||
* thus you have to use the <filename>gio-unix-2.0.pc</filename> pkg-config
|
||||
* file when using it.
|
||||
* Note that <filename><gio/gdesktopappinfo.h></filename> belongs to
|
||||
* the UNIX-specific GIO interfaces, thus you have to use the
|
||||
* <filename>gio-unix-2.0.pc</filename> pkg-config file when using it.
|
||||
*/
|
||||
|
||||
#define DEFAULT_APPLICATIONS_GROUP "Default Applications"
|
||||
|
Reference in New Issue
Block a user