System.Windows.Forms.XplatUIX11.XConvertSelection C# (CSharp) Method

XConvertSelection() static private method

static private XConvertSelection ( IntPtr display, IntPtr selection, IntPtr target, IntPtr property, IntPtr requestor, IntPtr time ) : int
display IntPtr
selection IntPtr
target IntPtr
property IntPtr
requestor IntPtr
time IntPtr
return int
		internal static int XConvertSelection(IntPtr display, IntPtr selection, IntPtr target, IntPtr property, IntPtr requestor, IntPtr time) {
			DebugHelper.TraceWriteLine ("XConvertSelection");
			return _XConvertSelection(display, selection, target, property, requestor, time);
		}
XplatUIX11