C# Class gbrainy.Core.Platform.Unix

Afficher le fichier Open project: GNOME/gbrainy

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public static FixLocaleInfo ( ) : void
Résultat void

PlaySound() public static méthode

public static PlaySound ( IntPtr widget, string filename ) : void
widget System.IntPtr
filename string
Résultat void

SetProcessName() public static méthode

public static SetProcessName ( string name ) : void
name string
Résultat void

ShowUri() public static méthode

public static ShowUri ( Gdk screen, string uri, uint timestamp ) : bool
screen Gdk
uri string
timestamp uint
Résultat bool