C# 클래스 FSpot.Thumbnail.XdgDirectoryService

Implements some XDG directory specification http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
상속: IXdgDirectoryService
파일 보기 프로젝트 열기: mono/f-spot

공개 메소드들

메소드 설명
GetThumbnailsDir ( ThumbnailSize size ) : string

Gets the thumbnails dir based on the user cache dir and the thumbnail size. http://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html

GetUserCacheDir ( ) : string

Gets the XDG user cache dir. There is a single base directory relative to which user-specific non-essential (cached) data should be written. This directory is defined by the environment variable $XDG_CACHE_HOME. Re-implements glib's g_get_user_cache_dir

XdgDirectoryService ( IFileSystem fileSystem, IEnvironment environment ) : System.IO

메소드 상세

GetThumbnailsDir() 공개 메소드

Gets the thumbnails dir based on the user cache dir and the thumbnail size. http://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html
public GetThumbnailsDir ( ThumbnailSize size ) : string
size ThumbnailSize The thumbnail size to get the dir for.
리턴 string

GetUserCacheDir() 공개 메소드

Gets the XDG user cache dir. There is a single base directory relative to which user-specific non-essential (cached) data should be written. This directory is defined by the environment variable $XDG_CACHE_HOME. Re-implements glib's g_get_user_cache_dir
public GetUserCacheDir ( ) : string
리턴 string

XdgDirectoryService() 공개 메소드

public XdgDirectoryService ( IFileSystem fileSystem, IEnvironment environment ) : System.IO
fileSystem IFileSystem
environment IEnvironment
리턴 System.IO