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