Example #1
0
 static public int removeAllCachedWindow(IntPtr l)
 {
     try {
         LWindowManager self = (LWindowManager)checkSelf(l);
         self.removeAllCachedWindow();
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }