functions: revert the function init order to make pylint happy again. See #217
[pygobject.git] / tests / regressextra.h
blob6f5d2f564defaad09e8c893df53bd5ad5cc086aa
1 #ifndef REGRESS_EXTRA_H
2 #define REGRESS_EXTRA_H
4 typedef struct _RegressTestBoxedC RegressTestBoxedC;
5 typedef struct _RegressTestBoxedCWrapper RegressTestBoxedCWrapper;
7 _GI_TEST_EXTERN
8 GType regress_test_boxed_c_wrapper_get_type (void);
10 _GI_TEST_EXTERN
11 RegressTestBoxedCWrapper *regress_test_boxed_c_wrapper_new (void);
12 _GI_TEST_EXTERN
13 RegressTestBoxedCWrapper * regress_test_boxed_c_wrapper_copy (RegressTestBoxedCWrapper *self);
14 _GI_TEST_EXTERN
15 RegressTestBoxedC *regress_test_boxed_c_wrapper_get (RegressTestBoxedCWrapper *self);
17 _GI_TEST_EXTERN
18 void regress_test_array_fixed_boxed_none_out (RegressTestBoxedC ***objs);
19 _GI_TEST_EXTERN
20 GList *regress_test_glist_boxed_none_return (guint count);
21 _GI_TEST_EXTERN
22 GList *regress_test_glist_boxed_full_return (guint count);
24 #ifndef _GI_DISABLE_CAIRO
26 _GI_TEST_EXTERN
27 cairo_t *regress_test_cairo_context_none_return (void);
28 _GI_TEST_EXTERN
29 void regress_test_cairo_context_full_in (cairo_t *context);
30 _GI_TEST_EXTERN
31 cairo_path_t *regress_test_cairo_path_full_return (void);
32 _GI_TEST_EXTERN
33 void regress_test_cairo_path_none_in (cairo_path_t *path);
34 _GI_TEST_EXTERN
35 cairo_path_t * regress_test_cairo_path_full_in_full_return (cairo_path_t *path);
36 _GI_TEST_EXTERN
37 cairo_font_options_t *regress_test_cairo_font_options_full_return (void);
38 _GI_TEST_EXTERN
39 cairo_font_options_t *regress_test_cairo_font_options_none_return (void);
40 _GI_TEST_EXTERN
41 void regress_test_cairo_font_options_full_in (cairo_font_options_t *options);
42 _GI_TEST_EXTERN
43 void regress_test_cairo_font_options_none_in (cairo_font_options_t *options);
44 _GI_TEST_EXTERN
45 void regress_test_cairo_region_full_in (cairo_region_t *region);
46 _GI_TEST_EXTERN
47 void regress_test_cairo_surface_full_in (cairo_surface_t *surface);
48 _GI_TEST_EXTERN
49 void regress_test_cairo_matrix_none_in (const cairo_matrix_t *matrix);
50 _GI_TEST_EXTERN
51 cairo_matrix_t *regress_test_cairo_matrix_none_return (void);
52 _GI_TEST_EXTERN
53 void regress_test_cairo_matrix_out_caller_allocates (cairo_matrix_t *matrix);
55 #endif
57 #endif /* REGRESS_EXTRA_H */