C# 클래스 gbrainy.Core.Platform.Unix

파일 보기 프로젝트 열기: GNOME/gbrainy

공개 메소드들

메소드 설명
FixLocaleInfo ( ) : void
PlaySound ( IntPtr widget, string filename ) : void
SetProcessName ( string name ) : void
ShowUri ( Gdk screen, string uri, uint timestamp ) : bool

비공개 메소드들

메소드 설명
ca_gtk_play_for_widget ( IntPtr widget, uint id, string name1, string prop1, string name2, string prop2, IntPtr nil ) : void
gtk_show_uri ( IntPtr screen, IntPtr uri, uint timestamp, IntPtr &error ) : bool
localeconv ( ) : IntPtr
prctl ( int option, byte arg2, IntPtr arg3, IntPtr arg4, IntPtr arg5 ) : int
setproctitle ( byte fmt, byte str_arg ) : void

메소드 상세

FixLocaleInfo() 공개 정적인 메소드

public static FixLocaleInfo ( ) : void
리턴 void

PlaySound() 공개 정적인 메소드

public static PlaySound ( IntPtr widget, string filename ) : void
widget System.IntPtr
filename string
리턴 void

SetProcessName() 공개 정적인 메소드

public static SetProcessName ( string name ) : void
name string
리턴 void

ShowUri() 공개 정적인 메소드

public static ShowUri ( Gdk screen, string uri, uint timestamp ) : bool
screen Gdk
uri string
timestamp uint
리턴 bool