summaryrefslogtreecommitdiff
path: root/vapi/metadata/ClutterGst-2.0-custom.vala
blob: d1bae94e13740a5860b9b1aca9b43a221281459d (plain)
1
2
3
4
5
6
7
8
9
namespace ClutterGst {
	namespace Version {
		[CCode (cheader_filename = "clutter-gst/clutter-gst.h", cname = "CLUTTER_GST_CHECK_VERSION")]
		public static bool check(int major, int minor, int micro);
	}
	public interface Player {
		public abstract Cogl.Handle idle_material { get; set; }
	}
}