gio: Rename the Dbus class to DBus

An uppercase B in DBus make the class name consistent with all the other
DBus* classes.
This commit is contained in:
Bertrand Lorentz 2012-11-18 12:20:20 +01:00
parent fab58ea99d
commit 14c0a84fdb
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
<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='GDbus_']" name="name">DBus</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>

View File

@ -144,7 +144,6 @@
<Compile Include="generated\DataOutputStream.cs" />
<Compile Include="generated\DataStreamByteOrder.cs" />
<Compile Include="generated\DataStreamNewlineType.cs" />
<Compile Include="generated\Dbus.cs" />
<Compile Include="generated\DesktopAppInfo.cs" />
<Compile Include="generated\Drive.cs" />
<Compile Include="generated\DriveAdapter.cs" />
@ -366,6 +365,7 @@
<Compile Include="generated\IOError.cs" />
<Compile Include="generated\SocketFamily.cs" />
<Compile Include="generated\SocketMsgFlags.cs" />
<Compile Include="generated\DBus.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\glib\glib.csproj">