vala.h   vala.h 
skipping to change at line 3008 skipping to change at line 3008
}; };
struct _ValaReport { struct _ValaReport {
GObject parent_instance; GObject parent_instance;
ValaReportPrivate * priv; ValaReportPrivate * priv;
}; };
struct _ValaReportClass { struct _ValaReportClass {
GObjectClass parent_class; GObjectClass parent_class;
void (*note) (ValaReport* self, ValaSourceReference* source, const g char* message); void (*note) (ValaReport* self, ValaSourceReference* source, const g char* message);
void (*depr) (ValaReport* self, ValaSourceReference* source, const g char* message);
void (*warn) (ValaReport* self, ValaSourceReference* source, const g char* message); void (*warn) (ValaReport* self, ValaSourceReference* source, const g char* message);
void (*err) (ValaReport* self, ValaSourceReference* source, const gc har* message); void (*err) (ValaReport* self, ValaSourceReference* source, const gc har* message);
}; };
struct _ValaReturnStatement { struct _ValaReturnStatement {
ValaCodeNode parent_instance; ValaCodeNode parent_instance;
ValaReturnStatementPrivate * priv; ValaReturnStatementPrivate * priv;
}; };
struct _ValaReturnStatementClass { struct _ValaReturnStatementClass {
skipping to change at line 4852 skipping to change at line 4853
void vala_reference_transfer_expression_set_inner (ValaReferenceTransferExp ression* self, ValaExpression* value); void vala_reference_transfer_expression_set_inner (ValaReferenceTransferExp ression* self, ValaExpression* value);
ValaReferenceType* vala_reference_type_construct (GType object_type); ValaReferenceType* vala_reference_type_construct (GType object_type);
ValaRegexLiteral* vala_regex_literal_new (const gchar* value, ValaSourceRef erence* source_reference); ValaRegexLiteral* vala_regex_literal_new (const gchar* value, ValaSourceRef erence* source_reference);
ValaRegexLiteral* vala_regex_literal_construct (GType object_type, const gc har* value, ValaSourceReference* source_reference); ValaRegexLiteral* vala_regex_literal_construct (GType object_type, const gc har* value, ValaSourceReference* source_reference);
const gchar* vala_regex_literal_get_value (ValaRegexLiteral* self); const gchar* vala_regex_literal_get_value (ValaRegexLiteral* self);
void vala_regex_literal_set_value (ValaRegexLiteral* self, const gchar* val ue); void vala_regex_literal_set_value (ValaRegexLiteral* self, const gchar* val ue);
void vala_report_set_verbose_errors (ValaReport* self, gboolean verbose); void vala_report_set_verbose_errors (ValaReport* self, gboolean verbose);
gint vala_report_get_warnings (ValaReport* self); gint vala_report_get_warnings (ValaReport* self);
gint vala_report_get_errors (ValaReport* self); gint vala_report_get_errors (ValaReport* self);
void vala_report_note (ValaReport* self, ValaSourceReference* source, const gchar* message); void vala_report_note (ValaReport* self, ValaSourceReference* source, const gchar* message);
void vala_report_depr (ValaReport* self, ValaSourceReference* source, const gchar* message);
void vala_report_warn (ValaReport* self, ValaSourceReference* source, const gchar* message); void vala_report_warn (ValaReport* self, ValaSourceReference* source, const gchar* message);
void vala_report_err (ValaReport* self, ValaSourceReference* source, const gchar* message); void vala_report_err (ValaReport* self, ValaSourceReference* source, const gchar* message);
void vala_report_notice (ValaSourceReference* source, const gchar* message) ; void vala_report_notice (ValaSourceReference* source, const gchar* message) ;
void vala_report_deprecated (ValaSourceReference* source, const gchar* mess age);
void vala_report_warning (ValaSourceReference* source, const gchar* message ); void vala_report_warning (ValaSourceReference* source, const gchar* message );
void vala_report_error (ValaSourceReference* source, const gchar* message); void vala_report_error (ValaSourceReference* source, const gchar* message);
ValaReport* vala_report_new (void); ValaReport* vala_report_new (void);
ValaReport* vala_report_construct (GType object_type); ValaReport* vala_report_construct (GType object_type);
gboolean vala_report_get_enable_warnings (ValaReport* self); gboolean vala_report_get_enable_warnings (ValaReport* self);
void vala_report_set_enable_warnings (ValaReport* self, gboolean value); void vala_report_set_enable_warnings (ValaReport* self, gboolean value);
ValaReturnStatement* vala_return_statement_new (ValaExpression* return_expr ession, ValaSourceReference* source_reference); ValaReturnStatement* vala_return_statement_new (ValaExpression* return_expr ession, ValaSourceReference* source_reference);
ValaReturnStatement* vala_return_statement_construct (GType object_type, Va laExpression* return_expression, ValaSourceReference* source_reference); ValaReturnStatement* vala_return_statement_construct (GType object_type, Va laExpression* return_expression, ValaSourceReference* source_reference);
ValaExpression* vala_return_statement_get_return_expression (ValaReturnStat ement* self); ValaExpression* vala_return_statement_get_return_expression (ValaReturnStat ement* self);
void vala_return_statement_set_return_expression (ValaReturnStatement* self , ValaExpression* value); void vala_return_statement_set_return_expression (ValaReturnStatement* self , ValaExpression* value);
skipping to change at line 5037 skipping to change at line 5040
ValaStatement* vala_statement_list_get (ValaStatementList* self, gint index ); ValaStatement* vala_statement_list_get (ValaStatementList* self, gint index );
void vala_statement_list_set (ValaStatementList* self, gint index, ValaStat ement* stmt); void vala_statement_list_set (ValaStatementList* self, gint index, ValaStat ement* stmt);
void vala_statement_list_add (ValaStatementList* self, ValaStatement* stmt) ; void vala_statement_list_add (ValaStatementList* self, ValaStatement* stmt) ;
void vala_statement_list_insert (ValaStatementList* self, gint index, ValaS tatement* stmt); void vala_statement_list_insert (ValaStatementList* self, gint index, ValaS tatement* stmt);
gint vala_statement_list_get_length (ValaStatementList* self); gint vala_statement_list_get_length (ValaStatementList* self);
ValaStringLiteral* vala_string_literal_new (const gchar* value, ValaSourceR eference* source_reference); ValaStringLiteral* vala_string_literal_new (const gchar* value, ValaSourceR eference* source_reference);
ValaStringLiteral* vala_string_literal_construct (GType object_type, const gchar* value, ValaSourceReference* source_reference); ValaStringLiteral* vala_string_literal_construct (GType object_type, const gchar* value, ValaSourceReference* source_reference);
gchar* vala_string_literal_eval (ValaStringLiteral* self); gchar* vala_string_literal_eval (ValaStringLiteral* self);
const gchar* vala_string_literal_get_value (ValaStringLiteral* self); const gchar* vala_string_literal_get_value (ValaStringLiteral* self);
void vala_string_literal_set_value (ValaStringLiteral* self, const gchar* v alue); void vala_string_literal_set_value (ValaStringLiteral* self, const gchar* v alue);
gboolean vala_string_literal_get_translate (ValaStringLiteral* self);
void vala_string_literal_set_translate (ValaStringLiteral* self, gboolean v
alue);
ValaStruct* vala_struct_new (const gchar* name, ValaSourceReference* source _reference, ValaComment* comment); ValaStruct* vala_struct_new (const gchar* name, ValaSourceReference* source _reference, ValaComment* comment);
ValaStruct* vala_struct_construct (GType object_type, const gchar* name, Va laSourceReference* source_reference, ValaComment* comment); ValaStruct* vala_struct_construct (GType object_type, const gchar* name, Va laSourceReference* source_reference, ValaComment* comment);
void vala_struct_add_type_parameter (ValaStruct* self, ValaTypeParameter* p ); void vala_struct_add_type_parameter (ValaStruct* self, ValaTypeParameter* p );
ValaList* vala_struct_get_type_parameters (ValaStruct* self); ValaList* vala_struct_get_type_parameters (ValaStruct* self);
ValaList* vala_struct_get_fields (ValaStruct* self); ValaList* vala_struct_get_fields (ValaStruct* self);
ValaList* vala_struct_get_constants (ValaStruct* self); ValaList* vala_struct_get_constants (ValaStruct* self);
ValaList* vala_struct_get_methods (ValaStruct* self); ValaList* vala_struct_get_methods (ValaStruct* self);
ValaList* vala_struct_get_properties (ValaStruct* self); ValaList* vala_struct_get_properties (ValaStruct* self);
void vala_struct_set_cname (ValaStruct* self, const gchar* cname); void vala_struct_set_cname (ValaStruct* self, const gchar* cname);
gchar* vala_struct_get_default_cname (ValaStruct* self); gchar* vala_struct_get_default_cname (ValaStruct* self);
 End of changes. 4 change blocks. 
0 lines changed or deleted 6 lines changed or added


 valacodegen.h   valacodegen.h 
skipping to change at line 600 skipping to change at line 600
void (*append_vala_array_free) (ValaCCodeBaseModule* self); void (*append_vala_array_free) (ValaCCodeBaseModule* self);
void (*append_vala_array_move) (ValaCCodeBaseModule* self); void (*append_vala_array_move) (ValaCCodeBaseModule* self);
void (*append_vala_array_length) (ValaCCodeBaseModule* self); void (*append_vala_array_length) (ValaCCodeBaseModule* self);
gboolean (*generate_enum_declaration) (ValaCCodeBaseModule* self, Va laEnum* en, ValaCCodeFile* decl_space); gboolean (*generate_enum_declaration) (ValaCCodeBaseModule* self, Va laEnum* en, ValaCCodeFile* decl_space);
void (*generate_class_struct_declaration) (ValaCCodeBaseModule* self , ValaClass* cl, ValaCCodeFile* decl_space); void (*generate_class_struct_declaration) (ValaCCodeBaseModule* self , ValaClass* cl, ValaCCodeFile* decl_space);
void (*generate_struct_declaration) (ValaCCodeBaseModule* self, Vala Struct* st, ValaCCodeFile* decl_space); void (*generate_struct_declaration) (ValaCCodeBaseModule* self, Vala Struct* st, ValaCCodeFile* decl_space);
void (*generate_delegate_declaration) (ValaCCodeBaseModule* self, Va laDelegate* d, ValaCCodeFile* decl_space); void (*generate_delegate_declaration) (ValaCCodeBaseModule* self, Va laDelegate* d, ValaCCodeFile* decl_space);
void (*generate_cparameters) (ValaCCodeBaseModule* self, ValaMethod* m, ValaCCodeFile* decl_space, ValaMap* cparam_map, ValaCCodeFunction* func , ValaCCodeFunctionDeclarator* vdeclarator, ValaMap* carg_map, ValaCCodeFun ctionCall* vcall, gint direction); void (*generate_cparameters) (ValaCCodeBaseModule* self, ValaMethod* m, ValaCCodeFile* decl_space, ValaMap* cparam_map, ValaCCodeFunction* func , ValaCCodeFunctionDeclarator* vdeclarator, ValaMap* carg_map, ValaCCodeFun ctionCall* vcall, gint direction);
ValaCCodeExpression* (*get_dup_func_expression) (ValaCCodeBaseModule * self, ValaDataType* type, ValaSourceReference* source_reference, gboolean is_chainup); ValaCCodeExpression* (*get_dup_func_expression) (ValaCCodeBaseModule * self, ValaDataType* type, ValaSourceReference* source_reference, gboolean is_chainup);
gchar* (*append_struct_array_free) (ValaCCodeBaseModule* self, ValaS truct* st); gchar* (*append_struct_array_free) (ValaCCodeBaseModule* self, ValaS truct* st);
ValaCCodeExpression* (*destroy_variable) (ValaCCodeBaseModule* self, ValaVariable* variable, ValaCCodeExpression* inner);
ValaCCodeExpression* (*destroy_value) (ValaCCodeBaseModule* self, Va laTargetValue* value, gboolean is_macro_definition); ValaCCodeExpression* (*destroy_value) (ValaCCodeBaseModule* self, Va laTargetValue* value, gboolean is_macro_definition);
void (*append_local_free) (ValaCCodeBaseModule* self, ValaSymbol* sy m, gboolean stop_at_loop, ValaCodeNode* stop_at); void (*append_local_free) (ValaCCodeBaseModule* self, ValaSymbol* sy m, gboolean stop_at_loop, ValaCodeNode* stop_at);
ValaTargetValue* (*get_variable_cvalue) (ValaCCodeBaseModule* self, ValaVariable* variable, ValaCCodeExpression* inner); ValaTargetValue* (*get_variable_cvalue) (ValaCCodeBaseModule* self, ValaVariable* variable, ValaCCodeExpression* inner);
ValaTargetValue* (*load_parameter) (ValaCCodeBaseModule* self, ValaP arameter* param);
gchar* (*get_delegate_target_cname) (ValaCCodeBaseModule* self, cons t gchar* delegate_cname); gchar* (*get_delegate_target_cname) (ValaCCodeBaseModule* self, cons t gchar* delegate_cname);
ValaCCodeExpression* (*get_delegate_target_cexpression) (ValaCCodeBa seModule* self, ValaExpression* delegate_expr, ValaCCodeExpression** delega te_target_destroy_notify); ValaCCodeExpression* (*get_delegate_target_cexpression) (ValaCCodeBa seModule* self, ValaExpression* delegate_expr, ValaCCodeExpression** delega te_target_destroy_notify);
ValaCCodeExpression* (*get_delegate_target_cvalue) (ValaCCodeBaseMod ule* self, ValaTargetValue* value); ValaCCodeExpression* (*get_delegate_target_cvalue) (ValaCCodeBaseMod ule* self, ValaTargetValue* value);
ValaCCodeExpression* (*get_delegate_target_destroy_notify_cvalue) (V alaCCodeBaseModule* self, ValaTargetValue* value); ValaCCodeExpression* (*get_delegate_target_destroy_notify_cvalue) (V alaCCodeBaseModule* self, ValaTargetValue* value);
gchar* (*get_delegate_target_destroy_notify_cname) (ValaCCodeBaseMod ule* self, const gchar* delegate_cname); gchar* (*get_delegate_target_destroy_notify_cname) (ValaCCodeBaseMod ule* self, const gchar* delegate_cname);
ValaCCodeExpression* (*get_ref_cexpression) (ValaCCodeBaseModule* se lf, ValaDataType* expression_type, ValaCCodeExpression* cexpr, ValaExpressi on* expr, ValaCodeNode* node); ValaCCodeExpression* (*get_ref_cexpression) (ValaCCodeBaseModule* se lf, ValaDataType* expression_type, ValaCCodeExpression* cexpr, ValaExpressi on* expr, ValaCodeNode* node);
void (*generate_class_declaration) (ValaCCodeBaseModule* self, ValaC lass* cl, ValaCCodeFile* decl_space); void (*generate_class_declaration) (ValaCCodeBaseModule* self, ValaC lass* cl, ValaCCodeFile* decl_space);
void (*generate_interface_declaration) (ValaCCodeBaseModule* self, V alaInterface* iface, ValaCCodeFile* decl_space); void (*generate_interface_declaration) (ValaCCodeBaseModule* self, V alaInterface* iface, ValaCCodeFile* decl_space);
void (*generate_method_declaration) (ValaCCodeBaseModule* self, Vala Method* m, ValaCCodeFile* decl_space); void (*generate_method_declaration) (ValaCCodeBaseModule* self, Vala Method* m, ValaCCodeFile* decl_space);
void (*generate_error_domain_declaration) (ValaCCodeBaseModule* self , ValaErrorDomain* edomain, ValaCCodeFile* decl_space); void (*generate_error_domain_declaration) (ValaCCodeBaseModule* self , ValaErrorDomain* edomain, ValaCCodeFile* decl_space);
skipping to change at line 1187 skipping to change at line 1189
gchar* vala_ccode_base_module_get_variable_cname (ValaCCodeBaseModule* self , const gchar* name); gchar* vala_ccode_base_module_get_variable_cname (ValaCCodeBaseModule* self , const gchar* name);
ValaCCodeExpression* vala_ccode_base_module_get_result_cexpression (ValaCCo deBaseModule* self, const gchar* cname); ValaCCodeExpression* vala_ccode_base_module_get_result_cexpression (ValaCCo deBaseModule* self, const gchar* cname);
ValaLocalVariable* vala_ccode_base_module_get_temp_variable (ValaCCodeBaseM odule* self, ValaDataType* type, gboolean value_owned, ValaCodeNode* node_r eference, gboolean init); ValaLocalVariable* vala_ccode_base_module_get_temp_variable (ValaCCodeBaseM odule* self, ValaDataType* type, gboolean value_owned, ValaCodeNode* node_r eference, gboolean init);
ValaCCodeExpression* vala_ccode_base_module_get_type_id_expression (ValaCCo deBaseModule* self, ValaDataType* type, gboolean is_chainup); ValaCCodeExpression* vala_ccode_base_module_get_type_id_expression (ValaCCo deBaseModule* self, ValaDataType* type, gboolean is_chainup);
ValaCCodeExpression* vala_ccode_base_module_get_dup_func_expression (ValaCC odeBaseModule* self, ValaDataType* type, ValaSourceReference* source_refere nce, gboolean is_chainup); ValaCCodeExpression* vala_ccode_base_module_get_dup_func_expression (ValaCC odeBaseModule* self, ValaDataType* type, ValaSourceReference* source_refere nce, gboolean is_chainup);
gchar* vala_ccode_base_module_generate_dup_func_wrapper (ValaCCodeBaseModul e* self, ValaDataType* type); gchar* vala_ccode_base_module_generate_dup_func_wrapper (ValaCCodeBaseModul e* self, ValaDataType* type);
gchar* vala_ccode_base_module_generate_free_func_wrapper (ValaCCodeBaseModu le* self, ValaDataType* type); gchar* vala_ccode_base_module_generate_free_func_wrapper (ValaCCodeBaseModu le* self, ValaDataType* type);
ValaCCodeExpression* vala_ccode_base_module_get_destroy0_func_expression (V alaCCodeBaseModule* self, ValaDataType* type, gboolean is_chainup); ValaCCodeExpression* vala_ccode_base_module_get_destroy0_func_expression (V alaCCodeBaseModule* self, ValaDataType* type, gboolean is_chainup);
ValaCCodeExpression* vala_ccode_base_module_get_destroy_func_expression (Va laCCodeBaseModule* self, ValaDataType* type, gboolean is_chainup); ValaCCodeExpression* vala_ccode_base_module_get_destroy_func_expression (Va laCCodeBaseModule* self, ValaDataType* type, gboolean is_chainup);
gchar* vala_ccode_base_module_append_struct_array_free (ValaCCodeBaseModule * self, ValaStruct* st); gchar* vala_ccode_base_module_append_struct_array_free (ValaCCodeBaseModule * self, ValaStruct* st);
ValaCCodeExpression* vala_ccode_base_module_get_unref_expression_ (ValaCCod eBaseModule* self, ValaVariable* variable, ValaCCodeExpression* inner); ValaCCodeExpression* vala_ccode_base_module_destroy_variable (ValaCCodeBase Module* self, ValaVariable* variable, ValaCCodeExpression* inner);
ValaCCodeExpression* vala_ccode_base_module_get_unref_expression (ValaCCode BaseModule* self, ValaCCodeExpression* cvar, ValaDataType* type, ValaExpres sion* expr, gboolean is_macro_definition); ValaCCodeExpression* vala_ccode_base_module_get_unref_expression (ValaCCode BaseModule* self, ValaCCodeExpression* cvar, ValaDataType* type, ValaExpres sion* expr, gboolean is_macro_definition);
ValaCCodeExpression* vala_ccode_base_module_destroy_value (ValaCCodeBaseMod ule* self, ValaTargetValue* value, gboolean is_macro_definition); ValaCCodeExpression* vala_ccode_base_module_destroy_value (ValaCCodeBaseMod ule* self, ValaTargetValue* value, gboolean is_macro_definition);
void vala_ccode_base_module_emit_temp_var (ValaCCodeBaseModule* self, ValaL ocalVariable* local, gboolean always_init); void vala_ccode_base_module_emit_temp_var (ValaCCodeBaseModule* self, ValaL ocalVariable* local, gboolean always_init);
void vala_ccode_base_module_append_local_free (ValaCCodeBaseModule* self, V alaSymbol* sym, gboolean stop_at_loop, ValaCodeNode* stop_at); void vala_ccode_base_module_append_local_free (ValaCCodeBaseModule* self, V alaSymbol* sym, gboolean stop_at_loop, ValaCodeNode* stop_at);
gboolean vala_ccode_base_module_variable_accessible_in_finally (ValaCCodeBa seModule* self, ValaLocalVariable* local); gboolean vala_ccode_base_module_variable_accessible_in_finally (ValaCCodeBa seModule* self, ValaLocalVariable* local);
gchar* vala_ccode_base_module_get_symbol_lock_name (ValaCCodeBaseModule* se lf, const gchar* symname); gchar* vala_ccode_base_module_get_symbol_lock_name (ValaCCodeBaseModule* se lf, const gchar* symname);
ValaTargetValue* vala_ccode_base_module_get_variable_cvalue (ValaCCodeBaseM odule* self, ValaVariable* variable, ValaCCodeExpression* inner); ValaTargetValue* vala_ccode_base_module_get_variable_cvalue (ValaCCodeBaseM odule* self, ValaVariable* variable, ValaCCodeExpression* inner);
ValaTargetValue* vala_ccode_base_module_load_parameter (ValaCCodeBaseModule * self, ValaParameter* param);
gchar* vala_ccode_base_module_get_delegate_target_cname (ValaCCodeBaseModul e* self, const gchar* delegate_cname); gchar* vala_ccode_base_module_get_delegate_target_cname (ValaCCodeBaseModul e* self, const gchar* delegate_cname);
ValaCCodeExpression* vala_ccode_base_module_get_delegate_target_cexpression (ValaCCodeBaseModule* self, ValaExpression* delegate_expr, ValaCCodeExpres sion** delegate_target_destroy_notify); ValaCCodeExpression* vala_ccode_base_module_get_delegate_target_cexpression (ValaCCodeBaseModule* self, ValaExpression* delegate_expr, ValaCCodeExpres sion** delegate_target_destroy_notify);
ValaCCodeExpression* vala_ccode_base_module_get_delegate_target_cvalue (Val aCCodeBaseModule* self, ValaTargetValue* value); ValaCCodeExpression* vala_ccode_base_module_get_delegate_target_cvalue (Val aCCodeBaseModule* self, ValaTargetValue* value);
ValaCCodeExpression* vala_ccode_base_module_get_delegate_target_destroy_not ify_cvalue (ValaCCodeBaseModule* self, ValaTargetValue* value); ValaCCodeExpression* vala_ccode_base_module_get_delegate_target_destroy_not ify_cvalue (ValaCCodeBaseModule* self, ValaTargetValue* value);
gchar* vala_ccode_base_module_get_delegate_target_destroy_notify_cname (Val aCCodeBaseModule* self, const gchar* delegate_cname); gchar* vala_ccode_base_module_get_delegate_target_destroy_notify_cname (Val aCCodeBaseModule* self, const gchar* delegate_cname);
gboolean vala_ccode_base_module_requires_copy (ValaCCodeBaseModule* self, V alaDataType* type); gboolean vala_ccode_base_module_requires_copy (ValaCCodeBaseModule* self, V alaDataType* type);
gboolean vala_ccode_base_module_requires_destroy (ValaCCodeBaseModule* self , ValaDataType* type); gboolean vala_ccode_base_module_requires_destroy (ValaCCodeBaseModule* self , ValaDataType* type);
ValaCCodeExpression* vala_ccode_base_module_get_ref_cexpression (ValaCCodeB aseModule* self, ValaDataType* expression_type, ValaCCodeExpression* cexpr, ValaExpression* expr, ValaCodeNode* node); ValaCCodeExpression* vala_ccode_base_module_get_ref_cexpression (ValaCCodeB aseModule* self, ValaDataType* expression_type, ValaCCodeExpression* cexpr, ValaExpression* expr, ValaCodeNode* node);
void vala_ccode_base_module_check_type (ValaCCodeBaseModule* self, ValaData Type* type); void vala_ccode_base_module_check_type (ValaCCodeBaseModule* self, ValaData Type* type);
void vala_ccode_base_module_generate_class_declaration (ValaCCodeBaseModule * self, ValaClass* cl, ValaCCodeFile* decl_space); void vala_ccode_base_module_generate_class_declaration (ValaCCodeBaseModule * self, ValaClass* cl, ValaCCodeFile* decl_space);
skipping to change at line 1313 skipping to change at line 1316
GType vala_ccode_compiler_get_type (void) G_GNUC_CONST; GType vala_ccode_compiler_get_type (void) G_GNUC_CONST;
ValaCCodeCompiler* vala_ccode_compiler_new (void); ValaCCodeCompiler* vala_ccode_compiler_new (void);
ValaCCodeCompiler* vala_ccode_compiler_construct (GType object_type); ValaCCodeCompiler* vala_ccode_compiler_construct (GType object_type);
void vala_ccode_compiler_compile (ValaCCodeCompiler* self, ValaCodeContext* context, const gchar* cc_command, gchar** cc_options, int cc_options_lengt h1); void vala_ccode_compiler_compile (ValaCCodeCompiler* self, ValaCodeContext* context, const gchar* cc_command, gchar** cc_options, int cc_options_lengt h1);
ValaCCodeControlFlowModule* vala_ccode_control_flow_module_construct (GType object_type); ValaCCodeControlFlowModule* vala_ccode_control_flow_module_construct (GType object_type);
GType vala_ccode_delegate_module_get_type (void) G_GNUC_CONST; GType vala_ccode_delegate_module_get_type (void) G_GNUC_CONST;
ValaCCodeDelegateModule* vala_ccode_delegate_module_new (void); ValaCCodeDelegateModule* vala_ccode_delegate_module_new (void);
ValaCCodeDelegateModule* vala_ccode_delegate_module_construct (GType object _type); ValaCCodeDelegateModule* vala_ccode_delegate_module_construct (GType object _type);
ValaTargetValue* vala_ccode_member_access_module_get_local_cvalue (ValaCCod eMemberAccessModule* self, ValaLocalVariable* local); ValaTargetValue* vala_ccode_member_access_module_get_local_cvalue (ValaCCod eMemberAccessModule* self, ValaLocalVariable* local);
ValaTargetValue* vala_ccode_member_access_module_get_parameter_cvalue (Vala CCodeMemberAccessModule* self, ValaParameter* param); ValaTargetValue* vala_ccode_member_access_module_get_parameter_cvalue (Vala CCodeMemberAccessModule* self, ValaParameter* param);
ValaTargetValue* vala_ccode_member_access_module_load_parameter (ValaCCodeM emberAccessModule* self, ValaParameter* param);
ValaCCodeMemberAccessModule* vala_ccode_member_access_module_construct (GTy pe object_type); ValaCCodeMemberAccessModule* vala_ccode_member_access_module_construct (GTy pe object_type);
ValaCCodeMethodCallModule* vala_ccode_method_call_module_new (void); ValaCCodeMethodCallModule* vala_ccode_method_call_module_new (void);
ValaCCodeMethodCallModule* vala_ccode_method_call_module_construct (GType o bject_type); ValaCCodeMethodCallModule* vala_ccode_method_call_module_construct (GType o bject_type);
void vala_ccode_method_module_generate_method_result_declaration (ValaCCode MethodModule* self, ValaMethod* m, ValaCCodeFile* decl_space, ValaCCodeFunc tion* cfunc, ValaMap* cparam_map, ValaMap* carg_map); void vala_ccode_method_module_generate_method_result_declaration (ValaCCode MethodModule* self, ValaMethod* m, ValaCCodeFile* decl_space, ValaCCodeFunc tion* cfunc, ValaMap* cparam_map, ValaMap* carg_map);
void vala_ccode_method_module_complete_async (ValaCCodeMethodModule* self); void vala_ccode_method_module_complete_async (ValaCCodeMethodModule* self);
ValaCCodeParameter* vala_ccode_method_module_generate_parameter (ValaCCodeM ethodModule* self, ValaParameter* param, ValaCCodeFile* decl_space, ValaMap * cparam_map, ValaMap* carg_map); ValaCCodeParameter* vala_ccode_method_module_generate_parameter (ValaCCodeM ethodModule* self, ValaParameter* param, ValaCCodeFile* decl_space, ValaMap * cparam_map, ValaMap* carg_map);
void vala_ccode_method_module_generate_vfunc (ValaCCodeMethodModule* self, ValaMethod* m, ValaDataType* return_type, ValaMap* cparam_map, ValaMap* car g_map, const gchar* suffix, gint direction); void vala_ccode_method_module_generate_vfunc (ValaCCodeMethodModule* self, ValaMethod* m, ValaDataType* return_type, ValaMap* cparam_map, ValaMap* car g_map, const gchar* suffix, gint direction);
ValaCCodeMethodModule* vala_ccode_method_module_construct (GType object_typ e); ValaCCodeMethodModule* vala_ccode_method_module_construct (GType object_typ e);
ValaCCodeStructModule* vala_ccode_struct_module_construct (GType object_typ e); ValaCCodeStructModule* vala_ccode_struct_module_construct (GType object_typ e);
gpointer vala_typeregister_function_ref (gpointer instance); gpointer vala_typeregister_function_ref (gpointer instance);
 End of changes. 5 change blocks. 
2 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/