Exemplo n.º 1
0
func GetAppName() string {
	var str string

	str = C.GoString(C.al_get_app_name())

	return str
}
Exemplo n.º 2
0
Arquivo: al.go Projeto: beoran/algo
// Sets the name of the app
func GetAppName() string {
	return gostr(C.al_get_app_name())
}
Exemplo n.º 3
0
func GetAppName() string {
	return C.GoString(C.al_get_app_name())
}