Example #1
0
 public static string CauseToString(XtCause cause)
 {
     return(XtNative.StringFromUtf8(XtNative.XtPrintCauseToString(cause)));
 }
Example #2
0
 internal static extern IntPtr XtPrintCauseToString(XtCause cause);