コード例 #1
0
 static bool ActivateLink_cb(IntPtr inst, IntPtr uri)
 {
     try {
         Label __obj = GLib.Object.GetObject(inst, false) as Label;
         bool  __result;
         __result = __obj.OnActivateLink(GLib.Marshaller.Utf8PtrToString(uri));
         return(__result);
     } catch (Exception e) {
         GLib.ExceptionManager.RaiseUnhandledException(e, true);
         // NOTREACHED: above call does not return.
         throw e;
     }
 }