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 FAMCancelMonitor(ref FAMConnection fc, ref FAMRequest fr) { if (use_gamin) { return(gamin_CancelMonitor(ref fc, ref fr)); } return(fam_CancelMonitor(ref fc, ref fr)); }
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_CancelMonitor(ref FAMConnection fc, ref FAMRequest fr);
extern static int gamin_MonitorDirectory(ref FAMConnection fc, string filename, out FAMRequest fr, IntPtr user_data);
private static extern int fam_CancelMonitor(ref FAMConnection fc, ref FAMRequest fr);
private static extern int fam_MonitorDirectory(ref FAMConnection fc, string filename, out FAMRequest fr, IntPtr user_data);
static int gamin_CancelMonitor(ref FAMConnection fc, ref FAMRequest fr) { 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 gamin_MonitorDirectory (ref FAMConnection fc, string filename, out FAMRequest fr, IntPtr user_data);
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 gamin_CancelMonitor (ref FAMConnection fc, ref FAMRequest fr) { throw new System.NotImplementedException(); }
static int gamin_MonitorDirectory (ref FAMConnection fc, string filename, out FAMRequest fr, IntPtr user_data) { throw new System.NotImplementedException(); }