mirror of
https://github.com/alexkay/spek.git
synced 2025-04-25 12:22:18 +03:00
7 lines
275 B
Vala
7 lines
275 B
Vala
[CCode (cprefix = "SpekPlatform", lower_case_cprefix = "spek_platform_", cheader_filename = "spek-platform.h")]
|
|
namespace Spek.Platform {
|
|
public static void fix_args (string[] args);
|
|
public static void show_uri (string uri);
|
|
public static string read_line (string uri);
|
|
}
|