finch/finch.h.in

changeset 40616
064ff9f4150a
parent 40539
2941deda6d8d
equal deleted inserted replaced
40615:1e395b541dc5 40616:064ff9f4150a
20 */ 20 */
21 21
22 #ifndef FINCH_H 22 #ifndef FINCH_H
23 #define FINCH_H 23 #define FINCH_H
24 24
25 #ifndef __GI_SCANNER__ /* hide this bit from g-ir-scanner */
26 # ifdef FINCH_COMPILATION
27 # error "finch source files should not be including finch.h"
28 # endif /* FINCH_COMPILATION */
29 #endif /* __GI_SCANNER__ */
30
25 #ifndef FINCH_GLOBAL_HEADER_INSIDE 31 #ifndef FINCH_GLOBAL_HEADER_INSIDE
26 #define FINCH_GLOBAL_HEADER_INSIDE 32 # define FINCH_GLOBAL_HEADER_INSIDE
27 #endif 33 #endif /* FINCH_GLOBAL_HEADER_INSIDE */
28 34
29 @FINCH_H_INCLUDES@ 35 @FINCH_H_INCLUDES@
30 36
31 #undef FINCH_GLOBAL_HEADER_INSIDE 37 #undef FINCH_GLOBAL_HEADER_INSIDE
32 38

mercurial