summaryrefslogtreecommitdiff
path: root/gio/gioerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gioerror.h')
-rw-r--r--gio/gioerror.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/gio/gioerror.h b/gio/gioerror.h
index 81a301734..c1dc37708 100644
--- a/gio/gioerror.h
+++ b/gio/gioerror.h
@@ -1,5 +1,5 @@
/* GIO - GLib Input, Output and Streaming Library
- *
+ *
* Copyright (C) 2006-2007 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
@@ -32,16 +32,15 @@
G_BEGIN_DECLS
-GQuark g_io_error_quark (void);
-
/**
* G_IO_ERROR:
- *
+ *
* Error domain for GIO. Errors in this domain will be from the #GIOErrorEnum enumeration.
* See #GError for more information on error domains.
**/
#define G_IO_ERROR g_io_error_quark()
+GQuark g_io_error_quark (void);
GIOErrorEnum g_io_error_from_errno (gint err_no);
G_END_DECLS