From bfb4ebe4c051012c6f331cf687b7bd6496e660f2 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sun, 11 Nov 2012 14:41:47 +0100 Subject: [PATCH] gio: Rename what remains of Io class to IOError and adjust method names All method not related to IOError have been moved to other classes, so we can rename the Io class to IOError. --- gio/Gio.metadata | 3 +++ gio/gio.csproj | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gio/Gio.metadata b/gio/Gio.metadata index 61cc95529..f3f1e9265 100644 --- a/gio/Gio.metadata +++ b/gio/Gio.metadata @@ -21,6 +21,9 @@ gchar* true true + IOError + FromErrno + FromWin32Error LoadAllInDirectory GIOModule* true diff --git a/gio/gio.csproj b/gio/gio.csproj index 292898056..6ff03c3bf 100644 --- a/gio/gio.csproj +++ b/gio/gio.csproj @@ -241,7 +241,6 @@ - @@ -365,6 +364,7 @@ +