gioerror.h   gioerror.h 
skipping to change at line 46 skipping to change at line 46
* G_IO_ERROR: * G_IO_ERROR:
* *
* Error domain for GIO. Errors in this domain will be from the #GIOErrorEn um enumeration. * Error domain for GIO. Errors in this domain will be from the #GIOErrorEn um enumeration.
* See #GError for more information on error domains. * See #GError for more information on error domains.
**/ **/
#define G_IO_ERROR g_io_error_quark() #define G_IO_ERROR g_io_error_quark()
GQuark g_io_error_quark (void); GQuark g_io_error_quark (void);
GIOErrorEnum g_io_error_from_errno (gint err_no); GIOErrorEnum g_io_error_from_errno (gint err_no);
#ifdef G_OS_WIN32
GIOErrorEnum g_io_error_from_win32_error (gint error_code);
#endif
G_END_DECLS G_END_DECLS
#endif /* __G_IO_ERROR_H__ */ #endif /* __G_IO_ERROR_H__ */
 End of changes. 1 change blocks. 
0 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/