spek/vapi/spek-platform.vapi
Alexander Kojevnikov 51c8b6fcc0 osx: Move the main menu to where it belongs
Also fix rigth click → Quit (issue 24) and the ⌘ Q shortcut (issue 44).
2011-04-19 21:11:42 +08:00

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 ();
}