private static int FAMOpen(out FAMConnection fc) { if (FAMWatcher.use_gamin) { return(FAMWatcher.gamin_Open(out fc)); } return(FAMWatcher.fam_Open(out fc)); }
private static int FAMClose(ref FAMConnection fc) { if (FAMWatcher.use_gamin) { return(FAMWatcher.gamin_Close(ref fc)); } return(FAMWatcher.fam_Close(ref fc)); }
static int FAMClose(ref FAMConnection fc) { if (use_gamin) { return(gamin_Close(ref fc)); } return(fam_Close(ref fc)); }
static int FAMCancelMonitor(ref FAMConnection fc, ref FAMRequest fr) { if (use_gamin) { return(gamin_CancelMonitor(ref fc, ref fr)); } return(fam_CancelMonitor(ref fc, ref fr)); }
static int FAMMonitorDirectory(ref FAMConnection fc, string filename, out FAMRequest fr, IntPtr user_data) { if (use_gamin) { return(gamin_MonitorDirectory(ref fc, filename, out fr, user_data)); } return(fam_MonitorDirectory(ref fc, filename, out fr, user_data)); }
static int FAMPending(ref FAMConnection fc) { if (use_gamin) { return(gamin_Pending(ref fc)); } return(fam_Pending(ref fc)); }
private static int FAMPending(ref FAMConnection fc) { if (FAMWatcher.use_gamin) { return(FAMWatcher.gamin_Pending(ref fc)); } return(FAMWatcher.fam_Pending(ref fc)); }
static int FAMOpen(out FAMConnection fc) { if (use_gamin) { return(gamin_Open(out fc)); } return(fam_Open(out fc)); }
private static int FAMCancelMonitor(ref FAMConnection fc, ref FAMRequest fr) { if (FAMWatcher.use_gamin) { return(FAMWatcher.gamin_CancelMonitor(ref fc, ref fr)); } return(FAMWatcher.fam_CancelMonitor(ref fc, ref fr)); }
extern static int gamin_Open(out FAMConnection fc);
extern static int fam_Close(ref FAMConnection fc);
static int FAMClose (ref FAMConnection fc) { if (use_gamin) return gamin_Close (ref fc); return fam_Close (ref fc); }
private static extern int gamin_Close(ref FAMConnection fc);
private static extern int fam_Pending(ref FAMConnection fc);
static int FAMCancelMonitor (ref FAMConnection fc, ref FAMRequest fr) { if (use_gamin) return gamin_CancelMonitor (ref fc, ref fr); return fam_CancelMonitor (ref fc, ref fr); }
extern static int gamin_Close (ref FAMConnection fc);
extern static int gamin_MonitorDirectory (ref FAMConnection fc, string filename, out FAMRequest fr, IntPtr user_data);
extern static int fam_Pending (ref FAMConnection fc);
extern static int gamin_Open (out FAMConnection fc);
extern static int fam_Close (ref FAMConnection fc);
extern static int fam_Open (out FAMConnection fc);
static int FAMPending (ref FAMConnection fc) { if (use_gamin) return gamin_Pending (ref fc); return fam_Pending (ref fc); }
extern static int gamin_MonitorDirectory(ref FAMConnection fc, string filename, out FAMRequest fr, IntPtr user_data);
private static extern int fam_Open(out FAMConnection fc);
static int gamin_CancelMonitor (ref FAMConnection fc, ref FAMRequest fr) { throw new System.NotImplementedException(); }
private static extern int fam_MonitorDirectory(ref FAMConnection fc, string filename, out FAMRequest fr, IntPtr user_data);
extern static int gamin_CancelMonitor (ref FAMConnection fc, ref FAMRequest fr);
static int FAMMonitorDirectory (ref FAMConnection fc, string filename, out FAMRequest fr, IntPtr user_data) { if (use_gamin) return gamin_MonitorDirectory (ref fc, filename, out fr, user_data); return fam_MonitorDirectory (ref fc, filename, out fr, user_data); }
private static extern int fam_Close(ref FAMConnection fc);
extern static int gamin_Pending (ref FAMConnection fc);
private static extern int fam_CancelMonitor(ref FAMConnection fc, ref FAMRequest fr);
extern static int InternalFAMNextEvent (ref FAMConnection fc, out string filename, out int code, out int reqnum);
private static extern int gamin_Open(out FAMConnection fc);
static int InternalFAMNextEvent (ref FAMConnection fc, out string filename, out int code, out int reqnum) { throw new System.NotImplementedException(); }
private static extern int gamin_Pending(ref FAMConnection fc);
static int FAMOpen (out FAMConnection fc) { if (use_gamin) return gamin_Open (out fc); return fam_Open (out fc); }
static int gamin_MonitorDirectory(ref FAMConnection fc, string filename, out FAMRequest fr, IntPtr user_data) { throw new System.NotImplementedException(); }
static int gamin_Pending (ref FAMConnection fc) { throw new System.NotImplementedException(); }
static int gamin_CancelMonitor(ref FAMConnection fc, ref FAMRequest fr) { throw new System.NotImplementedException(); }
static int gamin_Pending(ref FAMConnection fc) { throw new System.NotImplementedException(); }
extern static int fam_Open(out FAMConnection fc);
static int InternalFAMNextEvent(ref FAMConnection fc, out string filename, out int code, out int reqnum) { throw new System.NotImplementedException(); }
extern static int fam_Pending(ref FAMConnection fc);
extern static int gamin_Pending(ref FAMConnection fc);
extern static int gamin_Close(ref FAMConnection fc);
static int gamin_Open (out FAMConnection fc) { throw new System.NotImplementedException(); }
extern static int gamin_CancelMonitor(ref FAMConnection fc, ref FAMRequest fr);
static int gamin_MonitorDirectory (ref FAMConnection fc, string filename, out FAMRequest fr, IntPtr user_data) { throw new System.NotImplementedException(); }
extern static int InternalFAMNextEvent(ref FAMConnection fc, out string filename, out int code, out int reqnum);
static int fam_Close (ref FAMConnection fc) { throw new System.NotImplementedException(); }