コード例 #1
0
 private static int FAMOpen(out FAMConnection fc)
 {
     if (FAMWatcher.use_gamin)
     {
         return(FAMWatcher.gamin_Open(out fc));
     }
     return(FAMWatcher.fam_Open(out fc));
 }
コード例 #2
0
 private static int FAMClose(ref FAMConnection fc)
 {
     if (FAMWatcher.use_gamin)
     {
         return(FAMWatcher.gamin_Close(ref fc));
     }
     return(FAMWatcher.fam_Close(ref fc));
 }
コード例 #3
0
 static int FAMClose(ref FAMConnection fc)
 {
     if (use_gamin)
     {
         return(gamin_Close(ref fc));
     }
     return(fam_Close(ref fc));
 }
コード例 #4
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));
 }
コード例 #5
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));
 }
コード例 #6
0
 static int FAMPending(ref FAMConnection fc)
 {
     if (use_gamin)
     {
         return(gamin_Pending(ref fc));
     }
     return(fam_Pending(ref fc));
 }
コード例 #7
0
 private static int FAMPending(ref FAMConnection fc)
 {
     if (FAMWatcher.use_gamin)
     {
         return(FAMWatcher.gamin_Pending(ref fc));
     }
     return(FAMWatcher.fam_Pending(ref fc));
 }
コード例 #8
0
 static int FAMOpen(out FAMConnection fc)
 {
     if (use_gamin)
     {
         return(gamin_Open(out fc));
     }
     return(fam_Open(out fc));
 }
コード例 #9
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));
 }
コード例 #10
0
 extern static int gamin_Open(out FAMConnection fc);
コード例 #11
0
 extern static int fam_Close(ref FAMConnection fc);
コード例 #12
0
ファイル: FAMWatcher.cs プロジェクト: nlhepler/mono
		static int FAMClose (ref FAMConnection fc)
		{
			if (use_gamin)
				return gamin_Close (ref fc);
			return fam_Close (ref fc);
		}
コード例 #13
0
 private static extern int gamin_Close(ref FAMConnection fc);
コード例 #14
0
 private static extern int fam_Pending(ref FAMConnection fc);
コード例 #15
0
ファイル: FAMWatcher.cs プロジェクト: nlhepler/mono
		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);
		}
コード例 #16
0
ファイル: FAMWatcher.cs プロジェクト: nlhepler/mono
		extern static int gamin_Close (ref FAMConnection fc);
コード例 #17
0
ファイル: FAMWatcher.cs プロジェクト: nlhepler/mono
		extern static int gamin_MonitorDirectory (ref FAMConnection fc, string filename,
							out FAMRequest fr, IntPtr user_data);
コード例 #18
0
ファイル: FAMWatcher.cs プロジェクト: nlhepler/mono
		extern static int fam_Pending (ref FAMConnection fc);
コード例 #19
0
ファイル: FAMWatcher.cs プロジェクト: nlhepler/mono
		extern static int gamin_Open (out FAMConnection fc);
コード例 #20
0
ファイル: FAMWatcher.cs プロジェクト: nlhepler/mono
		extern static int fam_Close (ref FAMConnection fc);
コード例 #21
0
ファイル: FAMWatcher.cs プロジェクト: nlhepler/mono
		extern static int fam_Open (out FAMConnection fc);
コード例 #22
0
ファイル: FAMWatcher.cs プロジェクト: nlhepler/mono
		static int FAMPending (ref FAMConnection fc)
		{
			if (use_gamin)
				return gamin_Pending (ref fc);
			return fam_Pending (ref fc);
		}
コード例 #23
0
 extern static int gamin_MonitorDirectory(ref FAMConnection fc, string filename,
                                          out FAMRequest fr, IntPtr user_data);
コード例 #24
0
 private static extern int fam_Open(out FAMConnection fc);
コード例 #25
0
		static int gamin_CancelMonitor (ref FAMConnection fc, ref FAMRequest fr)
		{
			throw new System.NotImplementedException();
		}
コード例 #26
0
 private static extern int fam_MonitorDirectory(ref FAMConnection fc, string filename, out FAMRequest fr, IntPtr user_data);
コード例 #27
0
ファイル: FAMWatcher.cs プロジェクト: nlhepler/mono
		extern static int gamin_CancelMonitor (ref FAMConnection fc, ref FAMRequest fr);
コード例 #28
0
ファイル: FAMWatcher.cs プロジェクト: nlhepler/mono
		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);
		}
コード例 #29
0
 private static extern int fam_Close(ref FAMConnection fc);
コード例 #30
0
ファイル: FAMWatcher.cs プロジェクト: nlhepler/mono
		extern static int gamin_Pending (ref FAMConnection fc);
コード例 #31
0
 private static extern int fam_CancelMonitor(ref FAMConnection fc, ref FAMRequest fr);
コード例 #32
0
ファイル: FAMWatcher.cs プロジェクト: nlhepler/mono
		extern static int InternalFAMNextEvent (ref FAMConnection fc, out string filename,
							out int code, out int reqnum);
コード例 #33
0
 private static extern int gamin_Open(out FAMConnection fc);
コード例 #34
0
		static int InternalFAMNextEvent (ref FAMConnection fc, out string filename,
		out int code, out int reqnum)
		{
			throw new System.NotImplementedException();
		}
コード例 #35
0
 private static extern int gamin_Pending(ref FAMConnection fc);
コード例 #36
0
ファイル: FAMWatcher.cs プロジェクト: nlhepler/mono
		static int FAMOpen (out FAMConnection fc)
		{
			if (use_gamin)
				return gamin_Open (out fc);
			return fam_Open (out fc);
		}
コード例 #37
0
 static int gamin_MonitorDirectory(ref FAMConnection fc, string filename,
                                   out FAMRequest fr, IntPtr user_data)
 {
     throw new System.NotImplementedException();
 }
コード例 #38
0
		static int gamin_Pending (ref FAMConnection fc)
		{
			throw new System.NotImplementedException();
		}
コード例 #39
0
 static int gamin_CancelMonitor(ref FAMConnection fc, ref FAMRequest fr)
 {
     throw new System.NotImplementedException();
 }
コード例 #40
0
 static int gamin_Pending(ref FAMConnection fc)
 {
     throw new System.NotImplementedException();
 }
コード例 #41
0
 extern static int fam_Open(out FAMConnection fc);
コード例 #42
0
 static int InternalFAMNextEvent(ref FAMConnection fc, out string filename,
                                 out int code, out int reqnum)
 {
     throw new System.NotImplementedException();
 }
コード例 #43
0
 extern static int fam_Pending(ref FAMConnection fc);
コード例 #44
0
 extern static int gamin_Pending(ref FAMConnection fc);
コード例 #45
0
 extern static int gamin_Close(ref FAMConnection fc);
コード例 #46
0
		static int gamin_Open (out FAMConnection fc)
		{
			throw new System.NotImplementedException();
		}
コード例 #47
0
 extern static int gamin_CancelMonitor(ref FAMConnection fc, ref FAMRequest fr);
コード例 #48
0
		static int gamin_MonitorDirectory (ref FAMConnection fc, string filename,
		out FAMRequest fr, IntPtr user_data)
		{
			throw new System.NotImplementedException();
		}
コード例 #49
0
 extern static int InternalFAMNextEvent(ref FAMConnection fc, out string filename,
                                        out int code, out int reqnum);
コード例 #50
0
		static int fam_Close (ref FAMConnection fc)
		{
			throw new System.NotImplementedException();
		}