static bool ActivateLink_cb(IntPtr inst, IntPtr uri) { try { AboutDialog __obj = GLib.Object.GetObject(inst, false) as AboutDialog; 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; } }