static bool ActivateLink_cb(IntPtr inst)
 {
     try {
         LinkButton __obj = GLib.Object.GetObject(inst, false) as LinkButton;
         bool       __result;
         __result = __obj.OnActivateLink();
         return(__result);
     } catch (Exception e) {
         GLib.ExceptionManager.RaiseUnhandledException(e, true);
         // NOTREACHED: above call does not return.
         throw e;
     }
 }