()
| 66 | } |
| 67 | |
| 68 | pub fn init() { |
| 69 | assert_not_initialized!(); |
| 70 | // unsafe { |
| 71 | // ffi::clutter_init(ptr::null_mut(), ptr::null_mut()); |
| 72 | // set_initialized(); |
| 73 | // } |
| 74 | unimplemented!() |
| 75 | } |
| 76 | |
| 77 | pub fn run() { |
| 78 | // assert_initialized_main_thread!(); |