コード例 #1
0
ファイル: VolumeMonitor.cs プロジェクト: ermshiperete/f-spot
 private static void OverrideMountPreUnmount(GLib.GType gtype)
 {
     if (MountPreUnmountVMCallback == null)
     {
         MountPreUnmountVMCallback = new MountPreUnmountVMDelegate(mountpreunmount_cb);
     }
     OverrideVirtualMethod(gtype, "mount-pre-unmount", MountPreUnmountVMCallback);
 }
コード例 #2
0
ファイル: VolumeMonitor.cs プロジェクト: Yetangitu/f-spot
		private static void OverrideMountPreUnmount (GLib.GType gtype)
		{
			if (MountPreUnmountVMCallback == null)
				MountPreUnmountVMCallback = new MountPreUnmountVMDelegate (mountpreunmount_cb);
			OverrideVirtualMethod (gtype, "mount-pre-unmount", MountPreUnmountVMCallback);
		}