Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for SLE-Module-Python3:s390x
DISCONTINUED:openSUSE:11.1:Update
dbus-1-mono
dbus-mono-exit-on-disconnect-thoenig-01.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dbus-mono-exit-on-disconnect-thoenig-01.patch of Package dbus-1-mono
--- mono/Connection.cs.orig 2006-04-21 00:06:59.000000000 -0400 +++ mono/Connection.cs 2006-04-21 00:24:34.000000000 -0400 @@ -62,6 +62,7 @@ internal Connection(IntPtr rawConnection) { RawConnection = rawConnection; + ExitOnDisconnect = true; } public Connection(string address) @@ -77,6 +78,7 @@ } SetupWithMain(); + ExitOnDisconnect = true; } public void Dispose() @@ -192,6 +194,14 @@ this.timeout = value; } } + + public bool ExitOnDisconnect + { + set + { + dbus_connection_set_exit_on_disconnect(RawConnection, value); + } + } private int Slot { @@ -350,5 +360,8 @@ private extern static void dbus_connection_unregister_object_path (IntPtr rawConnection, string path); + [DllImport ("dbus-1")] + private extern static void dbus_connection_set_exit_on_disconnect (IntPtr rawConnection, + bool exitOnDisconnect); } }
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