summaryrefslogtreecommitdiff
path: root/src/fixes.vapi
blob: 079dcffa4c0cf1b7a0fadf75e601192a3e60d414 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[CCode (cprefix = "G", gir_namespace = "Gio", gir_version = "2.0", lower_case_cprefix = "g_")]
namespace GLib2 {
	public class Thread {
		public delegate void* ThreadFunc ();
		public Thread (string thread_name, ThreadFunc func);
		public void* join ();
	}
}

namespace GtkClutter {
	public void embed_set_use_layout_size (Embed embed, bool use_layout_size);
}