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