Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
dbus-1-mono
dbus-mono-api-fix-thoenig-01.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dbus-mono-api-fix-thoenig-01.patch of Package dbus-1-mono
--- mono/Connection.cs_org 2006-08-17 13:07:32.000000000 +0200 +++ mono/Connection.cs 2006-08-17 13:07:46.000000000 +0200 @@ -91,7 +91,7 @@ { if (disposing && RawConnection != IntPtr.Zero) { - dbus_connection_disconnect(rawConnection); + dbus_connection_close(rawConnection); RawConnection = IntPtr.Zero; // free the native object } @@ -324,7 +324,7 @@ int slot); [DllImport ("dbus-1")] - private extern static void dbus_connection_disconnect (IntPtr ptr); + private extern static void dbus_connection_close(IntPtr ptr); [DllImport ("dbus-1")] private extern static IntPtr dbus_bus_get_unique_name (IntPtr ptr);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor