cairo_sys/
gobject.rs
1extern "C" {
4 pub fn cairo_gobject_context_get_type() -> glib_sys::GType;
5 pub fn cairo_gobject_device_get_type() -> glib_sys::GType;
6 pub fn cairo_gobject_matrix_get_type() -> glib_sys::GType;
7 pub fn cairo_gobject_pattern_get_type() -> glib_sys::GType;
8 pub fn cairo_gobject_surface_get_type() -> glib_sys::GType;
9 pub fn cairo_gobject_rectangle_get_type() -> glib_sys::GType;
10 pub fn cairo_gobject_scaled_font_get_type() -> glib_sys::GType;
11 pub fn cairo_gobject_font_face_get_type() -> glib_sys::GType;
12 pub fn cairo_gobject_font_options_get_type() -> glib_sys::GType;
13 pub fn cairo_gobject_rectangle_int_get_type() -> glib_sys::GType;
14 pub fn cairo_gobject_region_get_type() -> glib_sys::GType;
15 pub fn cairo_gobject_status_get_type() -> glib_sys::GType;
16 pub fn cairo_gobject_content_get_type() -> glib_sys::GType;
17 pub fn cairo_gobject_operator_get_type() -> glib_sys::GType;
18 pub fn cairo_gobject_antialias_get_type() -> glib_sys::GType;
19 pub fn cairo_gobject_fill_rule_get_type() -> glib_sys::GType;
20 pub fn cairo_gobject_line_cap_get_type() -> glib_sys::GType;
21 pub fn cairo_gobject_line_join_get_type() -> glib_sys::GType;
22 pub fn cairo_gobject_text_cluster_flags_get_type() -> glib_sys::GType;
23 pub fn cairo_gobject_font_slant_get_type() -> glib_sys::GType;
24 pub fn cairo_gobject_font_weight_get_type() -> glib_sys::GType;
25 pub fn cairo_gobject_subpixel_order_get_type() -> glib_sys::GType;
26 pub fn cairo_gobject_hint_style_get_type() -> glib_sys::GType;
27 pub fn cairo_gobject_hint_metrics_get_type() -> glib_sys::GType;
28 pub fn cairo_gobject_font_type_get_type() -> glib_sys::GType;
29 pub fn cairo_gobject_path_data_type_get_type() -> glib_sys::GType;
30 pub fn cairo_gobject_device_type_get_type() -> glib_sys::GType;
31 pub fn cairo_gobject_surface_type_get_type() -> glib_sys::GType;
32 pub fn cairo_gobject_format_get_type() -> glib_sys::GType;
33 pub fn cairo_gobject_pattern_type_get_type() -> glib_sys::GType;
34 pub fn cairo_gobject_extend_get_type() -> glib_sys::GType;
35 pub fn cairo_gobject_filter_get_type() -> glib_sys::GType;
36 pub fn cairo_gobject_region_overlap_get_type() -> glib_sys::GType;
37}