mirror of
https://github.com/alexkay/spek.git
synced 2025-04-26 21:02:15 +03:00
10 lines
392 B
Vala
10 lines
392 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 fix_ui (Gtk.UIManager ui);
|
|
public static void show_uri (string uri);
|
|
public static string read_line (string uri);
|
|
public static double get_font_scale ();
|
|
}
|