summaryrefslogtreecommitdiffstats
path: root/src/gui/extras.vapi
blob: d8f2ddc12ebe9cdfd231cb52ce2a79e46de87612 (plain)
1
2
3
4
5
6
7
8
9
10
namespace Extras {
	public class External {
		[CCode (cname = "system")]
		public static int system(string cmd);
		[CCode (cname = "fpid_file")]
		public static string fpid_file(string file);
		[CCode (cname = "fpid_size")]
		public static long fpid_size(string file);
	}
}