Lines Matching refs:lib

34 lib = CDLL(file_path)  variable
38 lib.eolian_init.argtypes = None
39 lib.eolian_init.restype = c_int
42 lib.eolian_shutdown.argtypes = None
43 lib.eolian_shutdown.restype = c_int
49 lib.eolian_state_new.argtypes = None
50 lib.eolian_state_new.restype = c_void_p
53 lib.eolian_state_free.argtypes = (c_void_p,)
54 lib.eolian_state_free.restype = None
57 lib.eolian_state_file_parse.argtypes = (c_void_p, c_char_p)
58 lib.eolian_state_file_parse.restype = c_void_p
61 lib.eolian_state_file_path_parse.argtypes = (c_void_p, c_char_p)
62 lib.eolian_state_file_path_parse.restype = c_void_p
65 lib.eolian_state_eo_file_paths_get.argtypes = (c_void_p,)
66 lib.eolian_state_eo_file_paths_get.restype = c_void_p
69 lib.eolian_state_eot_file_paths_get.argtypes = (c_void_p,)
70 lib.eolian_state_eot_file_paths_get.restype = c_void_p
73 lib.eolian_state_eo_files_get.argtypes = (c_void_p,)
74 lib.eolian_state_eo_files_get.restype = c_void_p
77 lib.eolian_state_eot_files_get.argtypes = (c_void_p,)
78 lib.eolian_state_eot_files_get.restype = c_void_p
81 lib.eolian_state_directory_add.argtypes = (c_void_p, c_char_p)
82 lib.eolian_state_directory_add.restype = c_bool
85 lib.eolian_state_system_directory_add.argtypes = (c_void_p,)
86 lib.eolian_state_system_directory_add.restype = c_bool
89 lib.eolian_state_all_eo_files_parse.argtypes = (c_void_p,)
90 lib.eolian_state_all_eo_files_parse.restype = c_bool
93 lib.eolian_state_all_eot_files_parse.argtypes = (c_void_p,)
94 lib.eolian_state_all_eot_files_parse.restype = c_bool
97 lib.eolian_state_check.argtypes = (c_void_p,)
98 lib.eolian_state_check.restype = c_bool
101 lib.eolian_state_unit_by_file_get.argtypes = (c_void_p, c_char_p)
102 lib.eolian_state_unit_by_file_get.restype = c_void_p
105 lib.eolian_state_units_get.argtypes = (c_void_p,)
106 lib.eolian_state_units_get.restype = c_void_p
109 lib.eolian_state_objects_by_file_get.argtypes = (c_void_p, c_char_p)
110 lib.eolian_state_objects_by_file_get.restype = c_void_p
113 lib.eolian_state_class_by_file_get.argtypes = (c_void_p, c_char_p)
114 lib.eolian_state_class_by_file_get.restype = c_void_p
117 lib.eolian_state_constants_by_file_get.argtypes = (c_void_p, c_char_p)
118 lib.eolian_state_constants_by_file_get.restype = c_void_p
121 lib.eolian_state_aliases_by_file_get.argtypes = (c_void_p, c_char_p)
122 lib.eolian_state_aliases_by_file_get.restype = c_void_p
125 lib.eolian_state_structs_by_file_get.argtypes = (c_void_p, c_char_p)
126 lib.eolian_state_structs_by_file_get.restype = c_void_p
129 lib.eolian_state_enums_by_file_get.argtypes = (c_void_p, c_char_p)
130 lib.eolian_state_enums_by_file_get.restype = c_void_p
136 lib.eolian_unit_children_get.argtypes = (c_void_p,)
137 lib.eolian_unit_children_get.restype = c_void_p
140 lib.eolian_unit_state_get.argtypes = (c_void_p,)
141 lib.eolian_unit_state_get.restype = c_void_p
144 lib.eolian_unit_file_get.argtypes = (c_void_p,)
145 lib.eolian_unit_file_get.restype = c_char_p
148 lib.eolian_unit_file_path_get.argtypes = (c_void_p,)
149 lib.eolian_unit_file_path_get.restype = c_char_p
152 lib.eolian_unit_version_get.argtypes = (c_void_p,)
153 lib.eolian_unit_version_get.restype = c_uint
156 lib.eolian_unit_object_by_name_get.argtypes = (c_void_p, c_char_p)
157 lib.eolian_unit_object_by_name_get.restype = c_void_p
160 lib.eolian_unit_objects_get.argtypes = (c_void_p,)
161 lib.eolian_unit_objects_get.restype = c_void_p
164 lib.eolian_unit_class_by_name_get.argtypes = (c_void_p, c_char_p)
165 lib.eolian_unit_class_by_name_get.restype = c_void_p
168 lib.eolian_unit_classes_get.argtypes = (c_void_p,)
169 lib.eolian_unit_classes_get.restype = c_void_p
172 lib.eolian_unit_alias_by_name_get.argtypes = (c_void_p, c_char_p)
173 lib.eolian_unit_alias_by_name_get.restype = c_void_p
176 lib.eolian_unit_struct_by_name_get.argtypes = (c_void_p, c_char_p)
177 lib.eolian_unit_struct_by_name_get.restype = c_void_p
180 lib.eolian_unit_enum_by_name_get.argtypes = (c_void_p, c_char_p)
181 lib.eolian_unit_enum_by_name_get.restype = c_void_p
184 lib.eolian_unit_aliases_get.argtypes = (c_void_p,)
185 lib.eolian_unit_aliases_get.restype = c_void_p
188 lib.eolian_unit_structs_get.argtypes = (c_void_p,)
189 lib.eolian_unit_structs_get.restype = c_void_p
192 lib.eolian_unit_enums_get.argtypes = (c_void_p,)
193 lib.eolian_unit_enums_get.restype = c_void_p
196 lib.eolian_unit_constant_by_name_get.argtypes = (c_void_p, c_char_p)
197 lib.eolian_unit_constant_by_name_get.restype = c_void_p
200 lib.eolian_unit_constants_get.argtypes = (c_void_p,)
201 lib.eolian_unit_constants_get.restype = c_void_p
207 lib.eolian_object_type_get.argtypes = (c_void_p,)
208 lib.eolian_object_type_get.restype = c_int
211 lib.eolian_object_unit_get.argtypes = (c_void_p,)
212 lib.eolian_object_unit_get.restype = c_void_p
215 lib.eolian_object_file_get.argtypes = (c_void_p,)
216 lib.eolian_object_file_get.restype = c_char_p
219 lib.eolian_object_line_get.argtypes = (c_void_p,)
220 lib.eolian_object_line_get.restype = c_int
223 lib.eolian_object_column_get.argtypes = (c_void_p,)
224 lib.eolian_object_column_get.restype = c_int
227 lib.eolian_object_name_get.argtypes = (c_void_p,)
228 lib.eolian_object_name_get.restype = c_char_p
231 lib.eolian_object_c_name_get.argtypes = (c_void_p,)
232 lib.eolian_object_c_name_get.restype = c_char_p
235 lib.eolian_object_short_name_get.argtypes = (c_void_p,)
236 lib.eolian_object_short_name_get.restype = c_char_p
239 lib.eolian_object_namespaces_get.argtypes = (c_void_p,)
240 lib.eolian_object_namespaces_get.restype = c_void_p
243 lib.eolian_object_is_beta.argtypes = (c_void_p,)
244 lib.eolian_object_is_beta.restype = c_bool
250 lib.eolian_class_type_get.argtypes = (c_void_p,)
251 lib.eolian_class_type_get.restype = c_int
254 lib.eolian_class_documentation_get.argtypes = (c_void_p,)
255 lib.eolian_class_documentation_get.restype = c_void_p
258 lib.eolian_class_c_prefix_get.argtypes = (c_void_p,)
259 lib.eolian_class_c_prefix_get.restype = c_char_p
262 lib.eolian_class_event_c_prefix_get.argtypes = (c_void_p,)
263 lib.eolian_class_event_c_prefix_get.restype = c_char_p
266 lib.eolian_class_data_type_get.argtypes = (c_void_p,)
267 lib.eolian_class_data_type_get.restype = c_char_p
270 lib.eolian_class_parent_get.argtypes = (c_void_p,)
271 lib.eolian_class_parent_get.restype = c_void_p
274 lib.eolian_class_requires_get.argtypes = (c_void_p,)
275 lib.eolian_class_requires_get.restype = c_void_p
279 lib.eolian_class_extensions_get.argtypes = (c_void_p,)
280 lib.eolian_class_extensions_get.restype = c_void_p
283 lib.eolian_class_functions_get.argtypes = (c_void_p, c_int)
284 lib.eolian_class_functions_get.restype = c_void_p
287 lib.eolian_class_function_by_name_get.argtypes = (c_void_p, c_char_p, c_int)
288 lib.eolian_class_function_by_name_get.restype = c_void_p
291 lib.eolian_class_implements_get.argtypes = (c_void_p,)
292 lib.eolian_class_implements_get.restype = c_void_p
295 lib.eolian_class_constructors_get.argtypes = (c_void_p,)
296 lib.eolian_class_constructors_get.restype = c_void_p
299 lib.eolian_class_events_get.argtypes = (c_void_p,)
300 lib.eolian_class_events_get.restype = c_void_p
303 lib.eolian_class_parts_get.argtypes = (c_void_p,)
304 lib.eolian_class_parts_get.restype = c_void_p
307 lib.eolian_class_event_by_name_get.argtypes = (c_void_p, c_char_p)
308 lib.eolian_class_event_by_name_get.restype = c_void_p
311 lib.eolian_class_ctor_enable_get.argtypes = (c_void_p,)
312 lib.eolian_class_ctor_enable_get.restype = c_bool
315 lib.eolian_class_dtor_enable_get.argtypes = (c_void_p,)
316 lib.eolian_class_dtor_enable_get.restype = c_bool
319 lib.eolian_class_c_get_function_name_get.argtypes = (c_void_p,)
320 lib.eolian_class_c_get_function_name_get.restype = c_void_p # Stringshare TO BE FREED
323 lib.eolian_class_c_macro_get.argtypes = (c_void_p,)
324 lib.eolian_class_c_macro_get.restype = c_void_p # Stringshare TO BE FREED
327 lib.eolian_class_c_data_type_get.argtypes = (c_void_p,)
328 lib.eolian_class_c_data_type_get.restype = c_void_p # Stringshare TO BE FREED
334 lib.eolian_function_type_get.argtypes = (c_void_p,)
335 lib.eolian_function_type_get.restype = c_int
338 lib.eolian_function_scope_get.argtypes = (c_void_p, c_int)
339 lib.eolian_function_scope_get.restype = c_int
342 lib.eolian_function_full_c_name_get.argtypes = (c_void_p, c_int)
343 lib.eolian_function_full_c_name_get.restype = c_void_p # Stringshare TO BE FREED
346 lib.eolian_function_implement_get.argtypes = (c_void_p,)
347 lib.eolian_function_implement_get.restype = c_void_p
350 lib.eolian_function_is_static.argtypes = (c_void_p,)
351 lib.eolian_function_is_static.restype = c_bool
354 lib.eolian_function_is_constructor.argtypes = (c_void_p, c_void_p)
355 lib.eolian_function_is_constructor.restype = c_bool
358 lib.eolian_parameter_is_by_ref.argtypes = (c_void_p,)
359 lib.eolian_parameter_is_by_ref.restype = c_bool
362 lib.eolian_parameter_is_move.argtypes = (c_void_p,)
363 lib.eolian_parameter_is_move.restype = c_bool
366 lib.eolian_parameter_c_type_get.argtypes = (c_void_p, c_bool)
367 lib.eolian_parameter_c_type_get.restype = c_void_p # Stringshare TO BE FREED
370 lib.eolian_function_return_type_get.argtypes = (c_void_p, c_int)
371 lib.eolian_function_return_type_get.restype = c_void_p
374 lib.eolian_function_return_default_value_get.argtypes = (c_void_p, c_int)
375 lib.eolian_function_return_default_value_get.restype = c_void_p
378 lib.eolian_function_return_documentation_get.argtypes = (c_void_p, c_int)
379 lib.eolian_function_return_documentation_get.restype = c_void_p
382 lib.eolian_function_return_allow_unused.argtypes = (c_void_p, c_int)
383 lib.eolian_function_return_allow_unused.restype = c_bool
386 lib.eolian_function_return_c_type_get.argtypes = (c_void_p, c_int)
387 lib.eolian_function_return_c_type_get.restype = c_void_p # Stringshare TO BE FREED
390 lib.eolian_function_object_is_const.argtypes = (c_void_p,)
391 lib.eolian_function_object_is_const.restype = c_bool
394 lib.eolian_function_class_get.argtypes = (c_void_p,)
395 lib.eolian_function_class_get.restype = c_void_p
403 lib.eolian_function_parameters_get.argtypes = (c_void_p,)
404 lib.eolian_function_parameters_get.restype = c_void_p
407 lib.eolian_property_keys_get.argtypes = (c_void_p, c_int)
408 lib.eolian_property_keys_get.restype = c_void_p
411 lib.eolian_property_values_get.argtypes = (c_void_p, c_int)
412 lib.eolian_property_values_get.restype = c_void_p
418 lib.eolian_parameter_direction_get.argtypes = (c_void_p,)
419 lib.eolian_parameter_direction_get.restype = c_int
422 lib.eolian_parameter_type_get.argtypes = (c_void_p,)
423 lib.eolian_parameter_type_get.restype = c_void_p
426 lib.eolian_parameter_default_value_get.argtypes = (c_void_p,)
427 lib.eolian_parameter_default_value_get.restype = c_void_p
430 lib.eolian_parameter_documentation_get.argtypes = (c_void_p,)
431 lib.eolian_parameter_documentation_get.restype = c_void_p
434 lib.eolian_parameter_is_optional.argtypes = (c_void_p,)
435 lib.eolian_parameter_is_optional.restype = c_bool
441 lib.eolian_implement_class_get.argtypes = (c_void_p,)
442 lib.eolian_implement_class_get.restype = c_void_p
445 lib.eolian_implement_implementing_class_get.argtypes = (c_void_p,)
446 lib.eolian_implement_implementing_class_get.restype = c_void_p
449 lib.eolian_implement_function_get.argtypes = (c_void_p, c_void_p)
450 lib.eolian_implement_function_get.restype = c_void_p
453 lib.eolian_implement_documentation_get.argtypes = (c_void_p, c_int)
454 lib.eolian_implement_documentation_get.restype = c_void_p
457 lib.eolian_implement_is_auto.argtypes = (c_void_p, c_int)
458 lib.eolian_implement_is_auto.restype = c_bool
461 lib.eolian_implement_is_empty.argtypes = (c_void_p, c_int)
462 lib.eolian_implement_is_empty.restype = c_bool
465 lib.eolian_implement_is_pure_virtual.argtypes = (c_void_p, c_int)
466 lib.eolian_implement_is_pure_virtual.restype = c_bool
469 lib.eolian_implement_is_prop_get.argtypes = (c_void_p,)
470 lib.eolian_implement_is_prop_get.restype = c_bool
473 lib.eolian_implement_is_prop_set.argtypes = (c_void_p,)
474 lib.eolian_implement_is_prop_set.restype = c_bool
480 lib.eolian_constructor_class_get.argtypes = (c_void_p,)
481 lib.eolian_constructor_class_get.restype = c_void_p
484 lib.eolian_constructor_function_get.argtypes = (c_void_p,)
485 lib.eolian_constructor_function_get.restype = c_void_p
488 lib.eolian_constructor_is_optional.argtypes = (c_void_p,)
489 lib.eolian_constructor_is_optional.restype = c_bool
495 lib.eolian_event_c_macro_get.argtypes = (c_void_p,)
496 lib.eolian_event_c_macro_get.restype = c_void_p # Stringshare TO BE FREED
499 lib.eolian_event_type_get.argtypes = (c_void_p,)
500 lib.eolian_event_type_get.restype = c_void_p
503 lib.eolian_event_documentation_get.argtypes = (c_void_p,)
504 lib.eolian_event_documentation_get.restype = c_void_p
507 lib.eolian_event_class_get.argtypes = (c_void_p,)
508 lib.eolian_event_class_get.restype = c_void_p
511 lib.eolian_event_scope_get.argtypes = (c_void_p,)
512 lib.eolian_event_scope_get.restype = c_int
515 lib.eolian_event_is_hot.argtypes = (c_void_p,)
516 lib.eolian_event_is_hot.restype = c_bool
519 lib.eolian_event_is_restart.argtypes = (c_void_p,)
520 lib.eolian_event_is_restart.restype = c_bool
526 lib.eolian_part_class_get.argtypes = (c_void_p,)
527 lib.eolian_part_class_get.restype = c_void_p
530 lib.eolian_part_documentation_get.argtypes = (c_void_p,)
531 lib.eolian_part_documentation_get.restype = c_void_p
537 lib.eolian_typedecl_type_get.argtypes = (c_void_p,)
538 lib.eolian_typedecl_type_get.restype = c_int
541 lib.eolian_typedecl_struct_fields_get.argtypes = (c_void_p,)
542 lib.eolian_typedecl_struct_fields_get.restype = c_void_p
545 lib.eolian_typedecl_struct_field_get.argtypes = (c_void_p, c_char_p)
546 lib.eolian_typedecl_struct_field_get.restype = c_void_p
549 lib.eolian_typedecl_struct_field_documentation_get.argtypes = (c_void_p,)
550 lib.eolian_typedecl_struct_field_documentation_get.restype = c_void_p
553 lib.eolian_typedecl_struct_field_type_get.argtypes = (c_void_p,)
554 lib.eolian_typedecl_struct_field_type_get.restype = c_void_p
557 lib.eolian_typedecl_struct_field_is_by_ref.argtypes = (c_void_p,)
558 lib.eolian_typedecl_struct_field_is_by_ref.restype = c_bool
561 lib.eolian_typedecl_struct_field_is_move.argtypes = (c_void_p,)
562 lib.eolian_typedecl_struct_field_is_move.restype = c_bool
565 lib.eolian_typedecl_struct_field_c_type_get.argtypes = (c_void_p,)
566 lib.eolian_typedecl_struct_field_c_type_get.restype = c_void_p # Stringshare TO BE FREED
569 lib.eolian_typedecl_enum_fields_get.argtypes = (c_void_p,)
570 lib.eolian_typedecl_enum_fields_get.restype = c_void_p
573 lib.eolian_typedecl_enum_field_get.argtypes = (c_void_p, c_char_p)
574 lib.eolian_typedecl_enum_field_get.restype = c_void_p
577 lib.eolian_typedecl_enum_field_c_constant_get.argtypes = (c_void_p,)
578 lib.eolian_typedecl_enum_field_c_constant_get.restype = c_void_p # Stringshare TO BE FREED
581 lib.eolian_typedecl_enum_field_documentation_get.argtypes = (c_void_p,)
582 lib.eolian_typedecl_enum_field_documentation_get.restype = c_void_p
585 lib.eolian_typedecl_enum_field_value_get.argtypes = (c_void_p, c_bool)
586 lib.eolian_typedecl_enum_field_value_get.restype = c_void_p
589 lib.eolian_typedecl_enum_legacy_prefix_get.argtypes = (c_void_p,)
590 lib.eolian_typedecl_enum_legacy_prefix_get.restype = c_char_p
593 lib.eolian_typedecl_documentation_get.argtypes = (c_void_p,)
594 lib.eolian_typedecl_documentation_get.restype = c_void_p
597 lib.eolian_typedecl_base_type_get.argtypes = (c_void_p,)
598 lib.eolian_typedecl_base_type_get.restype = c_void_p
601 lib.eolian_typedecl_aliased_base_get.argtypes = (c_void_p,)
602 lib.eolian_typedecl_aliased_base_get.restype = c_void_p
605 lib.eolian_typedecl_is_extern.argtypes = (c_void_p,)
606 lib.eolian_typedecl_is_extern.restype = c_bool
609 lib.eolian_typedecl_c_type_get.argtypes = (c_void_p,)
610 lib.eolian_typedecl_c_type_get.restype = c_void_p # Stringshare TO BE FREED
613 lib.eolian_typedecl_free_func_get.argtypes = (c_void_p,)
614 lib.eolian_typedecl_free_func_get.restype = c_char_p
617 lib.eolian_typedecl_function_pointer_get.argtypes = (c_void_p,)
618 lib.eolian_typedecl_function_pointer_get.restype = c_void_p
624 lib.eolian_type_type_get.argtypes = (c_void_p,)
625 lib.eolian_type_type_get.restype = c_int
628 lib.eolian_type_builtin_type_get.argtypes = (c_void_p,)
629 lib.eolian_type_builtin_type_get.restype = c_int
632 lib.eolian_type_base_type_get.argtypes = (c_void_p,)
633 lib.eolian_type_base_type_get.restype = c_void_p
636 lib.eolian_type_next_type_get.argtypes = (c_void_p,)
637 lib.eolian_type_next_type_get.restype = c_void_p
640 lib.eolian_type_typedecl_get.argtypes = (c_void_p,)
641 lib.eolian_type_typedecl_get.restype = c_void_p
644 lib.eolian_type_aliased_base_get.argtypes = (c_void_p,)
645 lib.eolian_type_aliased_base_get.restype = c_void_p
648 lib.eolian_type_class_get.argtypes = (c_void_p,)
649 lib.eolian_type_class_get.restype = c_void_p
652 lib.eolian_type_is_move.argtypes = (c_void_p,)
653 lib.eolian_type_is_move.restype = c_bool
656 lib.eolian_type_is_const.argtypes = (c_void_p,)
657 lib.eolian_type_is_const.restype = c_bool
660 lib.eolian_type_is_ptr.argtypes = (c_void_p,)
661 lib.eolian_type_is_ptr.restype = c_bool
664 lib.eolian_type_c_type_get.argtypes = (c_void_p,)
665 lib.eolian_type_c_type_get.restype = c_void_p # Stringshare TO BE FREED
671 lib.eolian_expression_serialize.argtypes = (c_void_p,)
672 lib.eolian_expression_serialize.restype = c_void_p # Stringshare TO BE FREED
675 lib.eolian_expression_type_get.argtypes = (c_void_p,)
676 lib.eolian_expression_type_get.restype = c_int
679 lib.eolian_expression_binary_operator_get.argtypes = (c_void_p,)
680 lib.eolian_expression_binary_operator_get.restype = c_int
683 lib.eolian_expression_binary_lhs_get.argtypes = (c_void_p,)
684 lib.eolian_expression_binary_lhs_get.restype = c_void_p
687 lib.eolian_expression_binary_rhs_get.argtypes = (c_void_p,)
688 lib.eolian_expression_binary_rhs_get.restype = c_void_p
691 lib.eolian_expression_unary_operator_get.argtypes = (c_void_p,)
692 lib.eolian_expression_unary_operator_get.restype = c_int
695 lib.eolian_expression_unary_expression_get.argtypes = (c_void_p,)
696 lib.eolian_expression_unary_expression_get.restype = c_void_p
702 lib.eolian_constant_documentation_get.argtypes = (c_void_p,)
703 lib.eolian_constant_documentation_get.restype = c_void_p
706 lib.eolian_constant_type_get.argtypes = (c_void_p,)
707 lib.eolian_constant_type_get.restype = c_void_p
710 lib.eolian_constant_value_get.argtypes = (c_void_p,)
711 lib.eolian_constant_value_get.restype = c_void_p
714 lib.eolian_constant_is_extern.argtypes = (c_void_p,)
715 lib.eolian_constant_is_extern.restype = c_bool
721 lib.eolian_documentation_summary_get.argtypes = (c_void_p,)
722 lib.eolian_documentation_summary_get.restype = c_char_p
725 lib.eolian_documentation_description_get.argtypes = (c_void_p,)
726 lib.eolian_documentation_description_get.restype = c_char_p
729 lib.eolian_documentation_since_get.argtypes = (c_void_p,)
730 lib.eolian_documentation_since_get.restype = c_char_p
738 lib.eolian_documentation_tokenize.argtypes = (c_char_p, c_void_p)
739 lib.eolian_documentation_tokenize.restype = c_void_p # this need to be passed back as char*
742 lib.eolian_doc_token_init.argtypes = (c_void_p,)
743 lib.eolian_doc_token_init.restype = None
746 lib.eolian_doc_token_type_get.argtypes = (c_void_p,)
747 lib.eolian_doc_token_type_get.restype = c_int
750 lib.eolian_doc_token_text_get.argtypes = (c_void_p,)
751 lib.eolian_doc_token_text_get.restype = c_void_p # char* TO BE FREED
754 lib.eolian_doc_token_ref_resolve.argtypes = (c_void_p, c_void_p, c_void_p, c_void_p)
755 lib.eolian_doc_token_ref_resolve.restype = c_int
760 lib.eolian_error_message_get.argtypes = (c_void_p,)
761 lib.eolian_error_message_get.restype = c_char_p
764 lib.eolian_error_documentation_get.argtypes = (c_void_p,)
765 lib.eolian_error_documentation_get.restype = c_void_p
768 lib.eolian_error_is_extern.argtypes = (c_void_p,)
769 lib.eolian_error_is_extern.restype = c_bool
774 lib.eolian_aux_implement_parent_get.argtypes = (c_void_p,)
775 lib.eolian_aux_implement_parent_get.restype = c_void_p
778 lib.eolian_aux_implement_documentation_get.argtypes = (c_void_p, c_int)
779 lib.eolian_aux_implement_documentation_get.restype = c_void_p
782 lib.eolian_aux_implement_documentation_fallback_get.argtypes = (c_void_p,)
783 lib.eolian_aux_implement_documentation_fallback_get.restype = c_void_p