blob: 6e61e378d739b20d81b5e148444f1227937b618d (
plain)
1
2
3
4
5
6
|
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);
}
}
|