mirror of
https://github.com/alexkay/spek.git
synced 2025-05-21 17:01:23 +03:00
9 lines
345 B
Vala
9 lines
345 B
Vala
[CCode (cprefix = "SpekPlatform", lower_case_cprefix = "spek_platform_", cheader_filename = "spek-platform.h")]
|
|
namespace Spek.Platform {
|
|
public static void init ();
|
|
public static void fix_args (string[] args);
|
|
public static void show_uri (string uri);
|
|
public static string read_line (string uri);
|
|
public static double get_font_scale ();
|
|
}
|