C# Class gbrainy.Core.Platform.Unix

显示文件 Open project: GNOME/gbrainy

Public Methods

Method Description
FixLocaleInfo ( ) : void
PlaySound ( IntPtr widget, string filename ) : void
SetProcessName ( string name ) : void
ShowUri ( Gdk screen, string uri, uint timestamp ) : bool

Private Methods

Method Description
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

Method Details

FixLocaleInfo() public static method

public static FixLocaleInfo ( ) : void
return void

PlaySound() public static method

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

SetProcessName() public static method

public static SetProcessName ( string name ) : void
name string
return void

ShowUri() public static method

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