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.
This commit is contained in:
Bertrand Lorentz 2012-11-11 14:41:47 +01:00
parent 97972a7c9e
commit bfb4ebe4c0
2 changed files with 4 additions and 1 deletions

View File

@ -21,6 +21,9 @@
<attr path="/api/namespace/class[@cname='GContent_']/method[@name='GetRegistered']/return-type" name="element_type">gchar*</attr>
<attr path="/api/namespace/class[@cname='GContent_']/method[@name='GetRegistered']/return-type" name="owned">true</attr>
<attr path="/api/namespace/class[@cname='GContent_']/method[@name='GetRegistered']/return-type" name="elements_owned">true</attr>
<attr path="/api/namespace/class[@cname='GIo_']" name="name">IOError</attr>
<attr path="/api/namespace/class[@cname='GIo_']/method[@name='ErrorFromErrno']" name="name">FromErrno</attr>
<attr path="/api/namespace/class[@cname='GIo_']/method[@name='ErrorFromWin32Error']" name="name">FromWin32Error</attr>
<attr path="/api/namespace/class[@cname='GIo_']/method[@name='ModulesLoadAllInDirectory']" name="name">LoadAllInDirectory</attr>
<attr path="/api/namespace/class[@cname='GIo_']/method[@name='LoadAllInDirectory']/return-type" name="element_type">GIOModule*</attr>
<attr path="/api/namespace/class[@cname='GIo_']/method[@name='LoadAllInDirectory']/return-type" name="elements_owned">true</attr>

View File

@ -241,7 +241,6 @@
<Compile Include="generated\InitableAdapter.cs" />
<Compile Include="generated\InputStream.cs" />
<Compile Include="generated\InputVector.cs" />
<Compile Include="generated\Io.cs" />
<Compile Include="generated\LoadableIcon.cs" />
<Compile Include="generated\LoadableIconAdapter.cs" />
<Compile Include="generated\LocalDirectoryMonitor.cs" />
@ -365,6 +364,7 @@
<Compile Include="generated\ZlibCompressorFormat.cs" />
<Compile Include="generated\ZlibDecompressor.cs" />
<Compile Include="generated\ContentType.cs" />
<Compile Include="generated\IOError.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\glib\glib.csproj">