Esempio n. 1
0
 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));
 }
Esempio n. 2
0
 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));
 }
Esempio n. 3
0
 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));
 }
Esempio n. 4
0
 extern static int gamin_CancelMonitor(ref FAMConnection fc, ref FAMRequest fr);
Esempio n. 5
0
 extern static int gamin_MonitorDirectory(ref FAMConnection fc, string filename,
                                          out FAMRequest fr, IntPtr user_data);
Esempio n. 6
0
 private static extern int fam_CancelMonitor(ref FAMConnection fc, ref FAMRequest fr);
Esempio n. 7
0
 private static extern int fam_MonitorDirectory(ref FAMConnection fc, string filename, out FAMRequest fr, IntPtr user_data);
Esempio n. 8
0
 static int gamin_CancelMonitor(ref FAMConnection fc, ref FAMRequest fr)
 {
     throw new System.NotImplementedException();
 }
Esempio n. 9
0
		extern static int gamin_CancelMonitor (ref FAMConnection fc, ref FAMRequest fr);
Esempio n. 10
0
 static int gamin_MonitorDirectory(ref FAMConnection fc, string filename,
                                   out FAMRequest fr, IntPtr user_data)
 {
     throw new System.NotImplementedException();
 }
Esempio n. 11
0
		extern static int gamin_MonitorDirectory (ref FAMConnection fc, string filename,
							out FAMRequest fr, IntPtr user_data);
Esempio n. 12
0
		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);
		}
Esempio n. 13
0
		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();
		}