vala.h   vala.h 
skipping to change at line 3576 skipping to change at line 3576
ValaArrayType* vala_array_type_new (ValaDataType* element_type, gint rank, ValaSourceReference* source_reference); ValaArrayType* vala_array_type_new (ValaDataType* element_type, gint rank, ValaSourceReference* source_reference);
ValaArrayType* vala_array_type_construct (GType object_type, ValaDataType* element_type, gint rank, ValaSourceReference* source_reference); ValaArrayType* vala_array_type_construct (GType object_type, ValaDataType* element_type, gint rank, ValaSourceReference* source_reference);
ValaDataType* vala_array_type_get_element_type (ValaArrayType* self); ValaDataType* vala_array_type_get_element_type (ValaArrayType* self);
void vala_array_type_set_element_type (ValaArrayType* self, ValaDataType* v alue); void vala_array_type_set_element_type (ValaArrayType* self, ValaDataType* v alue);
gboolean vala_array_type_get_invalid_syntax (ValaArrayType* self); gboolean vala_array_type_get_invalid_syntax (ValaArrayType* self);
void vala_array_type_set_invalid_syntax (ValaArrayType* self, gboolean valu e); void vala_array_type_set_invalid_syntax (ValaArrayType* self, gboolean valu e);
gboolean vala_array_type_get_inline_allocated (ValaArrayType* self); gboolean vala_array_type_get_inline_allocated (ValaArrayType* self);
void vala_array_type_set_inline_allocated (ValaArrayType* self, gboolean va lue); void vala_array_type_set_inline_allocated (ValaArrayType* self, gboolean va lue);
gboolean vala_array_type_get_fixed_length (ValaArrayType* self); gboolean vala_array_type_get_fixed_length (ValaArrayType* self);
void vala_array_type_set_fixed_length (ValaArrayType* self, gboolean value) ; void vala_array_type_set_fixed_length (ValaArrayType* self, gboolean value) ;
gint vala_array_type_get_length (ValaArrayType* self); ValaExpression* vala_array_type_get_length (ValaArrayType* self);
void vala_array_type_set_length (ValaArrayType* self, gint value); void vala_array_type_set_length (ValaArrayType* self, ValaExpression* value
);
gint vala_array_type_get_rank (ValaArrayType* self); gint vala_array_type_get_rank (ValaArrayType* self);
void vala_array_type_set_rank (ValaArrayType* self, gint value); void vala_array_type_set_rank (ValaArrayType* self, gint value);
GType vala_assignment_get_type (void) G_GNUC_CONST; GType vala_assignment_get_type (void) G_GNUC_CONST;
GType vala_assignment_operator_get_type (void) G_GNUC_CONST; GType vala_assignment_operator_get_type (void) G_GNUC_CONST;
ValaAssignment* vala_assignment_new (ValaExpression* left, ValaExpression* right, ValaAssignmentOperator operator, ValaSourceReference* source_referen ce); ValaAssignment* vala_assignment_new (ValaExpression* left, ValaExpression* right, ValaAssignmentOperator operator, ValaSourceReference* source_referen ce);
ValaAssignment* vala_assignment_construct (GType object_type, ValaExpressio n* left, ValaExpression* right, ValaAssignmentOperator operator, ValaSource Reference* source_reference); ValaAssignment* vala_assignment_construct (GType object_type, ValaExpressio n* left, ValaExpression* right, ValaAssignmentOperator operator, ValaSource Reference* source_reference);
ValaExpression* vala_assignment_get_left (ValaAssignment* self); ValaExpression* vala_assignment_get_left (ValaAssignment* self);
void vala_assignment_set_left (ValaAssignment* self, ValaExpression* value) ; void vala_assignment_set_left (ValaAssignment* self, ValaExpression* value) ;
ValaAssignmentOperator vala_assignment_get_operator (ValaAssignment* self); ValaAssignmentOperator vala_assignment_get_operator (ValaAssignment* self);
void vala_assignment_set_operator (ValaAssignment* self, ValaAssignmentOper ator value); void vala_assignment_set_operator (ValaAssignment* self, ValaAssignmentOper ator value);
skipping to change at line 3801 skipping to change at line 3801
gchar* vala_code_context_get_gir_path (ValaCodeContext* self, const gchar* gir); gchar* vala_code_context_get_gir_path (ValaCodeContext* self, const gchar* gir);
gchar* vala_code_context_get_metadata_path (ValaCodeContext* self, const gc har* gir_filename); gchar* vala_code_context_get_metadata_path (ValaCodeContext* self, const gc har* gir_filename);
void vala_code_context_write_dependencies (ValaCodeContext* self, const gch ar* filename); void vala_code_context_write_dependencies (ValaCodeContext* self, const gch ar* filename);
gchar* vala_code_context_realpath (const gchar* name); gchar* vala_code_context_realpath (const gchar* name);
gboolean vala_code_context_get_assert (ValaCodeContext* self); gboolean vala_code_context_get_assert (ValaCodeContext* self);
void vala_code_context_set_assert (ValaCodeContext* self, gboolean value); void vala_code_context_set_assert (ValaCodeContext* self, gboolean value);
gboolean vala_code_context_get_checking (ValaCodeContext* self); gboolean vala_code_context_get_checking (ValaCodeContext* self);
void vala_code_context_set_checking (ValaCodeContext* self, gboolean value) ; void vala_code_context_set_checking (ValaCodeContext* self, gboolean value) ;
gboolean vala_code_context_get_deprecated (ValaCodeContext* self); gboolean vala_code_context_get_deprecated (ValaCodeContext* self);
void vala_code_context_set_deprecated (ValaCodeContext* self, gboolean valu e); void vala_code_context_set_deprecated (ValaCodeContext* self, gboolean valu e);
gboolean vala_code_context_get_hide_internal (ValaCodeContext* self);
void vala_code_context_set_hide_internal (ValaCodeContext* self, gboolean v
alue);
gboolean vala_code_context_get_experimental (ValaCodeContext* self); gboolean vala_code_context_get_experimental (ValaCodeContext* self);
void vala_code_context_set_experimental (ValaCodeContext* self, gboolean va lue); void vala_code_context_set_experimental (ValaCodeContext* self, gboolean va lue);
gboolean vala_code_context_get_experimental_non_null (ValaCodeContext* self ); gboolean vala_code_context_get_experimental_non_null (ValaCodeContext* self );
void vala_code_context_set_experimental_non_null (ValaCodeContext* self, gb oolean value); void vala_code_context_set_experimental_non_null (ValaCodeContext* self, gb oolean value);
gboolean vala_code_context_get_gobject_tracing (ValaCodeContext* self); gboolean vala_code_context_get_gobject_tracing (ValaCodeContext* self);
void vala_code_context_set_gobject_tracing (ValaCodeContext* self, gboolean value); void vala_code_context_set_gobject_tracing (ValaCodeContext* self, gboolean value);
gboolean vala_code_context_get_ccode_only (ValaCodeContext* self); gboolean vala_code_context_get_ccode_only (ValaCodeContext* self);
void vala_code_context_set_ccode_only (ValaCodeContext* self, gboolean valu e); void vala_code_context_set_ccode_only (ValaCodeContext* self, gboolean valu e);
const gchar* vala_code_context_get_header_filename (ValaCodeContext* self); const gchar* vala_code_context_get_header_filename (ValaCodeContext* self);
void vala_code_context_set_header_filename (ValaCodeContext* self, const gc har* value); void vala_code_context_set_header_filename (ValaCodeContext* self, const gc har* value);
skipping to change at line 4512 skipping to change at line 4514
gboolean vala_method_get_overrides (ValaMethod* self); gboolean vala_method_get_overrides (ValaMethod* self);
void vala_method_set_overrides (ValaMethod* self, gboolean value); void vala_method_set_overrides (ValaMethod* self, gboolean value);
gboolean vala_method_get_is_inline (ValaMethod* self); gboolean vala_method_get_is_inline (ValaMethod* self);
void vala_method_set_is_inline (ValaMethod* self, gboolean value); void vala_method_set_is_inline (ValaMethod* self, gboolean value);
gboolean vala_method_get_returns_floating_reference (ValaMethod* self); gboolean vala_method_get_returns_floating_reference (ValaMethod* self);
void vala_method_set_returns_floating_reference (ValaMethod* self, gboolean value); void vala_method_set_returns_floating_reference (ValaMethod* self, gboolean value);
gboolean vala_method_get_returns_modified_pointer (ValaMethod* self); gboolean vala_method_get_returns_modified_pointer (ValaMethod* self);
void vala_method_set_returns_modified_pointer (ValaMethod* self, gboolean v alue); void vala_method_set_returns_modified_pointer (ValaMethod* self, gboolean v alue);
ValaMethod* vala_method_get_base_method (ValaMethod* self); ValaMethod* vala_method_get_base_method (ValaMethod* self);
ValaMethod* vala_method_get_base_interface_method (ValaMethod* self); ValaMethod* vala_method_get_base_interface_method (ValaMethod* self);
ValaDataType* vala_method_get_base_interface_type (ValaMethod* self);
void vala_method_set_base_interface_type (ValaMethod* self, ValaDataType* v
alue);
gboolean vala_method_get_entry_point (ValaMethod* self); gboolean vala_method_get_entry_point (ValaMethod* self);
ValaParameter* vala_method_get_this_parameter (ValaMethod* self); ValaParameter* vala_method_get_this_parameter (ValaMethod* self);
void vala_method_set_this_parameter (ValaMethod* self, ValaParameter* value ); void vala_method_set_this_parameter (ValaMethod* self, ValaParameter* value );
gboolean vala_method_get_printf_format (ValaMethod* self); gboolean vala_method_get_printf_format (ValaMethod* self);
void vala_method_set_printf_format (ValaMethod* self, gboolean value); void vala_method_set_printf_format (ValaMethod* self, gboolean value);
gboolean vala_method_get_scanf_format (ValaMethod* self); gboolean vala_method_get_scanf_format (ValaMethod* self);
void vala_method_set_scanf_format (ValaMethod* self, gboolean value); void vala_method_set_scanf_format (ValaMethod* self, gboolean value);
gboolean vala_method_get_has_construct_function (ValaMethod* self); gboolean vala_method_get_has_construct_function (ValaMethod* self);
void vala_method_set_has_construct_function (ValaMethod* self, gboolean val ue); void vala_method_set_has_construct_function (ValaMethod* self, gboolean val ue);
ValaSignal* vala_method_get_signal_reference (ValaMethod* self); ValaSignal* vala_method_get_signal_reference (ValaMethod* self);
skipping to change at line 4756 skipping to change at line 4760
void vala_scope_set_parent_scope (ValaScope* self, ValaScope* value); void vala_scope_set_parent_scope (ValaScope* self, ValaScope* value);
GType vala_struct_value_type_get_type (void) G_GNUC_CONST; GType vala_struct_value_type_get_type (void) G_GNUC_CONST;
ValaSemanticAnalyzer* vala_semantic_analyzer_new (void); ValaSemanticAnalyzer* vala_semantic_analyzer_new (void);
ValaSemanticAnalyzer* vala_semantic_analyzer_construct (GType object_type); ValaSemanticAnalyzer* vala_semantic_analyzer_construct (GType object_type);
void vala_semantic_analyzer_analyze (ValaSemanticAnalyzer* self, ValaCodeCo ntext* context); void vala_semantic_analyzer_analyze (ValaSemanticAnalyzer* self, ValaCodeCo ntext* context);
gboolean vala_semantic_analyzer_is_type_accessible (ValaSemanticAnalyzer* s elf, ValaSymbol* sym, ValaDataType* type); gboolean vala_semantic_analyzer_is_type_accessible (ValaSemanticAnalyzer* s elf, ValaSymbol* sym, ValaDataType* type);
ValaDataType* vala_semantic_analyzer_get_value_type_for_symbol (ValaSemanti cAnalyzer* self, ValaSymbol* sym, gboolean lvalue); ValaDataType* vala_semantic_analyzer_get_value_type_for_symbol (ValaSemanti cAnalyzer* self, ValaSymbol* sym, gboolean lvalue);
ValaSymbol* vala_semantic_analyzer_symbol_lookup_inherited (ValaSymbol* sym , const gchar* name); ValaSymbol* vala_semantic_analyzer_symbol_lookup_inherited (ValaSymbol* sym , const gchar* name);
ValaDataType* vala_semantic_analyzer_get_data_type_for_symbol (ValaTypeSymb ol* sym); ValaDataType* vala_semantic_analyzer_get_data_type_for_symbol (ValaTypeSymb ol* sym);
gboolean vala_semantic_analyzer_check_arguments (ValaSemanticAnalyzer* self , ValaExpression* expr, ValaDataType* mtype, ValaList* params, ValaList* ar gs); gboolean vala_semantic_analyzer_check_arguments (ValaSemanticAnalyzer* self , ValaExpression* expr, ValaDataType* mtype, ValaList* params, ValaList* ar gs);
gboolean vala_semantic_analyzer_check_variadic_arguments (ValaSemanticAnaly
zer* self, ValaIterator* arg_it, gint i, ValaSourceReference* source_refere
nce);
gboolean vala_semantic_analyzer_check_print_format (ValaSemanticAnalyzer* s
elf, const gchar* format, ValaIterator* arg_it, ValaSourceReference* source
_reference);
ValaDataType* vala_semantic_analyzer_get_actual_type (ValaDataType* derived _instance_type, ValaMemberAccess* method_access, ValaGenericType* generic_t ype, ValaCodeNode* node_reference); ValaDataType* vala_semantic_analyzer_get_actual_type (ValaDataType* derived _instance_type, ValaMemberAccess* method_access, ValaGenericType* generic_t ype, ValaCodeNode* node_reference);
gboolean vala_semantic_analyzer_is_in_instance_method (ValaSemanticAnalyzer * self); gboolean vala_semantic_analyzer_is_in_instance_method (ValaSemanticAnalyzer * self);
ValaExpression* vala_semantic_analyzer_create_temp_access (ValaLocalVariabl e* local, ValaDataType* target_type); ValaExpression* vala_semantic_analyzer_create_temp_access (ValaLocalVariabl e* local, ValaDataType* target_type);
void vala_semantic_analyzer_visit_member_initializer (ValaSemanticAnalyzer* self, ValaMemberInitializer* init, ValaDataType* type); void vala_semantic_analyzer_visit_member_initializer (ValaSemanticAnalyzer* self, ValaMemberInitializer* init, ValaDataType* type);
ValaDataType* vala_semantic_analyzer_get_arithmetic_result_type (ValaSemant icAnalyzer* self, ValaDataType* left_type, ValaDataType* right_type); ValaDataType* vala_semantic_analyzer_get_arithmetic_result_type (ValaSemant icAnalyzer* self, ValaDataType* left_type, ValaDataType* right_type);
ValaMethod* vala_semantic_analyzer_find_current_method (ValaSemanticAnalyze r* self); ValaMethod* vala_semantic_analyzer_find_current_method (ValaSemanticAnalyze r* self);
ValaMethod* vala_semantic_analyzer_find_parent_method (ValaSemanticAnalyzer * self, ValaSymbol* sym); ValaMethod* vala_semantic_analyzer_find_parent_method (ValaSemanticAnalyzer * self, ValaSymbol* sym);
ValaSymbol* vala_semantic_analyzer_find_parent_method_or_property_accessor (ValaSemanticAnalyzer* self, ValaSymbol* sym); ValaSymbol* vala_semantic_analyzer_find_parent_method_or_property_accessor (ValaSemanticAnalyzer* self, ValaSymbol* sym);
gboolean vala_semantic_analyzer_is_in_constructor (ValaSemanticAnalyzer* se lf); gboolean vala_semantic_analyzer_is_in_constructor (ValaSemanticAnalyzer* se lf);
gboolean vala_semantic_analyzer_is_in_destructor (ValaSemanticAnalyzer* sel f); gboolean vala_semantic_analyzer_is_in_destructor (ValaSemanticAnalyzer* sel f);
 End of changes. 4 change blocks. 
2 lines changed or deleted 15 lines changed or added


 valaccode.h   valaccode.h 
skipping to change at line 514 skipping to change at line 514
#define VALA_CCODE_STRUCT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALA_TYP E_CCODE_STRUCT, ValaCCodeStruct)) #define VALA_CCODE_STRUCT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALA_TYP E_CCODE_STRUCT, ValaCCodeStruct))
#define VALA_CCODE_STRUCT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), V ALA_TYPE_CCODE_STRUCT, ValaCCodeStructClass)) #define VALA_CCODE_STRUCT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), V ALA_TYPE_CCODE_STRUCT, ValaCCodeStructClass))
#define VALA_IS_CCODE_STRUCT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALA_ TYPE_CCODE_STRUCT)) #define VALA_IS_CCODE_STRUCT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALA_ TYPE_CCODE_STRUCT))
#define VALA_IS_CCODE_STRUCT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass) , VALA_TYPE_CCODE_STRUCT)) #define VALA_IS_CCODE_STRUCT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass) , VALA_TYPE_CCODE_STRUCT))
#define VALA_CCODE_STRUCT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALA_TYPE_CCODE_STRUCT, ValaCCodeStructClass)) #define VALA_CCODE_STRUCT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALA_TYPE_CCODE_STRUCT, ValaCCodeStructClass))
typedef struct _ValaCCodeStruct ValaCCodeStruct; typedef struct _ValaCCodeStruct ValaCCodeStruct;
typedef struct _ValaCCodeStructClass ValaCCodeStructClass; typedef struct _ValaCCodeStructClass ValaCCodeStructClass;
typedef struct _ValaCCodeStructPrivate ValaCCodeStructPrivate; typedef struct _ValaCCodeStructPrivate ValaCCodeStructPrivate;
#define VALA_TYPE_CCODE_DECLARATOR_SUFFIX (vala_ccode_declarator_suffix_get
_type ())
#define VALA_CCODE_DECLARATOR_SUFFIX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj
), VALA_TYPE_CCODE_DECLARATOR_SUFFIX, ValaCCodeDeclaratorSuffix))
#define VALA_CCODE_DECLARATOR_SUFFIX_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST
((klass), VALA_TYPE_CCODE_DECLARATOR_SUFFIX, ValaCCodeDeclaratorSuffixClass
))
#define VALA_IS_CCODE_DECLARATOR_SUFFIX(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((
obj), VALA_TYPE_CCODE_DECLARATOR_SUFFIX))
#define VALA_IS_CCODE_DECLARATOR_SUFFIX_CLASS(klass) (G_TYPE_CHECK_CLASS_TY
PE ((klass), VALA_TYPE_CCODE_DECLARATOR_SUFFIX))
#define VALA_CCODE_DECLARATOR_SUFFIX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CL
ASS ((obj), VALA_TYPE_CCODE_DECLARATOR_SUFFIX, ValaCCodeDeclaratorSuffixCla
ss))
typedef struct _ValaCCodeDeclaratorSuffix ValaCCodeDeclaratorSuffix;
typedef struct _ValaCCodeDeclaratorSuffixClass ValaCCodeDeclaratorSuffixCla
ss;
#define VALA_TYPE_CCODE_SWITCH_STATEMENT (vala_ccode_switch_statement_get_t ype ()) #define VALA_TYPE_CCODE_SWITCH_STATEMENT (vala_ccode_switch_statement_get_t ype ())
#define VALA_CCODE_SWITCH_STATEMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj) , VALA_TYPE_CCODE_SWITCH_STATEMENT, ValaCCodeSwitchStatement)) #define VALA_CCODE_SWITCH_STATEMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj) , VALA_TYPE_CCODE_SWITCH_STATEMENT, ValaCCodeSwitchStatement))
#define VALA_CCODE_SWITCH_STATEMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ( (klass), VALA_TYPE_CCODE_SWITCH_STATEMENT, ValaCCodeSwitchStatementClass)) #define VALA_CCODE_SWITCH_STATEMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ( (klass), VALA_TYPE_CCODE_SWITCH_STATEMENT, ValaCCodeSwitchStatementClass))
#define VALA_IS_CCODE_SWITCH_STATEMENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((o bj), VALA_TYPE_CCODE_SWITCH_STATEMENT)) #define VALA_IS_CCODE_SWITCH_STATEMENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((o bj), VALA_TYPE_CCODE_SWITCH_STATEMENT))
#define VALA_IS_CCODE_SWITCH_STATEMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYP E ((klass), VALA_TYPE_CCODE_SWITCH_STATEMENT)) #define VALA_IS_CCODE_SWITCH_STATEMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYP E ((klass), VALA_TYPE_CCODE_SWITCH_STATEMENT))
#define VALA_CCODE_SWITCH_STATEMENT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLA SS ((obj), VALA_TYPE_CCODE_SWITCH_STATEMENT, ValaCCodeSwitchStatementClass) ) #define VALA_CCODE_SWITCH_STATEMENT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLA SS ((obj), VALA_TYPE_CCODE_SWITCH_STATEMENT, ValaCCodeSwitchStatementClass) )
typedef struct _ValaCCodeSwitchStatement ValaCCodeSwitchStatement; typedef struct _ValaCCodeSwitchStatement ValaCCodeSwitchStatement;
typedef struct _ValaCCodeSwitchStatementClass ValaCCodeSwitchStatementClass ; typedef struct _ValaCCodeSwitchStatementClass ValaCCodeSwitchStatementClass ;
typedef struct _ValaCCodeSwitchStatementPrivate ValaCCodeSwitchStatementPri vate; typedef struct _ValaCCodeSwitchStatementPrivate ValaCCodeSwitchStatementPri vate;
skipping to change at line 559 skipping to change at line 569
#define VALA_TYPE_CCODE_VARIABLE_DECLARATOR (vala_ccode_variable_declarator _get_type ()) #define VALA_TYPE_CCODE_VARIABLE_DECLARATOR (vala_ccode_variable_declarator _get_type ())
#define VALA_CCODE_VARIABLE_DECLARATOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((o bj), VALA_TYPE_CCODE_VARIABLE_DECLARATOR, ValaCCodeVariableDeclarator)) #define VALA_CCODE_VARIABLE_DECLARATOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((o bj), VALA_TYPE_CCODE_VARIABLE_DECLARATOR, ValaCCodeVariableDeclarator))
#define VALA_CCODE_VARIABLE_DECLARATOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAS T ((klass), VALA_TYPE_CCODE_VARIABLE_DECLARATOR, ValaCCodeVariableDeclarato rClass)) #define VALA_CCODE_VARIABLE_DECLARATOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAS T ((klass), VALA_TYPE_CCODE_VARIABLE_DECLARATOR, ValaCCodeVariableDeclarato rClass))
#define VALA_IS_CCODE_VARIABLE_DECLARATOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALA_TYPE_CCODE_VARIABLE_DECLARATOR)) #define VALA_IS_CCODE_VARIABLE_DECLARATOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALA_TYPE_CCODE_VARIABLE_DECLARATOR))
#define VALA_IS_CCODE_VARIABLE_DECLARATOR_CLASS(klass) (G_TYPE_CHECK_CLASS_ TYPE ((klass), VALA_TYPE_CCODE_VARIABLE_DECLARATOR)) #define VALA_IS_CCODE_VARIABLE_DECLARATOR_CLASS(klass) (G_TYPE_CHECK_CLASS_ TYPE ((klass), VALA_TYPE_CCODE_VARIABLE_DECLARATOR))
#define VALA_CCODE_VARIABLE_DECLARATOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_ CLASS ((obj), VALA_TYPE_CCODE_VARIABLE_DECLARATOR, ValaCCodeVariableDeclara torClass)) #define VALA_CCODE_VARIABLE_DECLARATOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_ CLASS ((obj), VALA_TYPE_CCODE_VARIABLE_DECLARATOR, ValaCCodeVariableDeclara torClass))
typedef struct _ValaCCodeVariableDeclarator ValaCCodeVariableDeclarator; typedef struct _ValaCCodeVariableDeclarator ValaCCodeVariableDeclarator;
typedef struct _ValaCCodeVariableDeclaratorClass ValaCCodeVariableDeclarato rClass; typedef struct _ValaCCodeVariableDeclaratorClass ValaCCodeVariableDeclarato rClass;
typedef struct _ValaCCodeVariableDeclaratorPrivate ValaCCodeVariableDeclara torPrivate; typedef struct _ValaCCodeVariableDeclaratorPrivate ValaCCodeVariableDeclara torPrivate;
typedef struct _ValaCCodeDeclaratorSuffixPrivate ValaCCodeDeclaratorSuffixP rivate;
#define VALA_TYPE_CCODE_WHILE_STATEMENT (vala_ccode_while_statement_get_typ e ()) #define VALA_TYPE_CCODE_WHILE_STATEMENT (vala_ccode_while_statement_get_typ e ())
#define VALA_CCODE_WHILE_STATEMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALA_TYPE_CCODE_WHILE_STATEMENT, ValaCCodeWhileStatement)) #define VALA_CCODE_WHILE_STATEMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALA_TYPE_CCODE_WHILE_STATEMENT, ValaCCodeWhileStatement))
#define VALA_CCODE_WHILE_STATEMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST (( klass), VALA_TYPE_CCODE_WHILE_STATEMENT, ValaCCodeWhileStatementClass)) #define VALA_CCODE_WHILE_STATEMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST (( klass), VALA_TYPE_CCODE_WHILE_STATEMENT, ValaCCodeWhileStatementClass))
#define VALA_IS_CCODE_WHILE_STATEMENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((ob j), VALA_TYPE_CCODE_WHILE_STATEMENT)) #define VALA_IS_CCODE_WHILE_STATEMENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((ob j), VALA_TYPE_CCODE_WHILE_STATEMENT))
#define VALA_IS_CCODE_WHILE_STATEMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALA_TYPE_CCODE_WHILE_STATEMENT)) #define VALA_IS_CCODE_WHILE_STATEMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALA_TYPE_CCODE_WHILE_STATEMENT))
#define VALA_CCODE_WHILE_STATEMENT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLAS S ((obj), VALA_TYPE_CCODE_WHILE_STATEMENT, ValaCCodeWhileStatementClass)) #define VALA_CCODE_WHILE_STATEMENT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLAS S ((obj), VALA_TYPE_CCODE_WHILE_STATEMENT, ValaCCodeWhileStatementClass))
typedef struct _ValaCCodeWhileStatement ValaCCodeWhileStatement; typedef struct _ValaCCodeWhileStatement ValaCCodeWhileStatement;
typedef struct _ValaCCodeWhileStatementClass ValaCCodeWhileStatementClass; typedef struct _ValaCCodeWhileStatementClass ValaCCodeWhileStatementClass;
skipping to change at line 767 skipping to change at line 778
}; };
typedef enum { typedef enum {
VALA_CCODE_MODIFIERS_NONE = 0, VALA_CCODE_MODIFIERS_NONE = 0,
VALA_CCODE_MODIFIERS_STATIC = 1 << 0, VALA_CCODE_MODIFIERS_STATIC = 1 << 0,
VALA_CCODE_MODIFIERS_REGISTER = 1 << 1, VALA_CCODE_MODIFIERS_REGISTER = 1 << 1,
VALA_CCODE_MODIFIERS_EXTERN = 1 << 2, VALA_CCODE_MODIFIERS_EXTERN = 1 << 2,
VALA_CCODE_MODIFIERS_INLINE = 1 << 3, VALA_CCODE_MODIFIERS_INLINE = 1 << 3,
VALA_CCODE_MODIFIERS_VOLATILE = 1 << 4, VALA_CCODE_MODIFIERS_VOLATILE = 1 << 4,
VALA_CCODE_MODIFIERS_DEPRECATED = 1 << 5, VALA_CCODE_MODIFIERS_DEPRECATED = 1 << 5,
VALA_CCODE_MODIFIERS_THREAD_LOCAL = 1 << 6 VALA_CCODE_MODIFIERS_THREAD_LOCAL = 1 << 6,
VALA_CCODE_MODIFIERS_INTERNAL = 1 << 7
} ValaCCodeModifiers; } ValaCCodeModifiers;
struct _ValaCCodeDeclarator { struct _ValaCCodeDeclarator {
ValaCCodeNode parent_instance; ValaCCodeNode parent_instance;
ValaCCodeDeclaratorPrivate * priv; ValaCCodeDeclaratorPrivate * priv;
}; };
struct _ValaCCodeDeclaratorClass { struct _ValaCCodeDeclaratorClass {
ValaCCodeNodeClass parent_class; ValaCCodeNodeClass parent_class;
void (*write_initialization) (ValaCCodeDeclarator* self, ValaCCodeWr iter* writer); void (*write_initialization) (ValaCCodeDeclarator* self, ValaCCodeWr iter* writer);
skipping to change at line 1083 skipping to change at line 1095
struct _ValaCCodeVariableDeclarator { struct _ValaCCodeVariableDeclarator {
ValaCCodeDeclarator parent_instance; ValaCCodeDeclarator parent_instance;
ValaCCodeVariableDeclaratorPrivate * priv; ValaCCodeVariableDeclaratorPrivate * priv;
}; };
struct _ValaCCodeVariableDeclaratorClass { struct _ValaCCodeVariableDeclaratorClass {
ValaCCodeDeclaratorClass parent_class; ValaCCodeDeclaratorClass parent_class;
}; };
struct _ValaCCodeDeclaratorSuffix {
GTypeInstance parent_instance;
volatile int ref_count;
ValaCCodeDeclaratorSuffixPrivate * priv;
gboolean array;
ValaCCodeExpression* array_length;
gboolean deprecated;
};
struct _ValaCCodeDeclaratorSuffixClass {
GTypeClass parent_class;
void (*finalize) (ValaCCodeDeclaratorSuffix *self);
};
struct _ValaCCodeWhileStatement { struct _ValaCCodeWhileStatement {
ValaCCodeStatement parent_instance; ValaCCodeStatement parent_instance;
ValaCCodeWhileStatementPrivate * priv; ValaCCodeWhileStatementPrivate * priv;
}; };
struct _ValaCCodeWhileStatementClass { struct _ValaCCodeWhileStatementClass {
ValaCCodeStatementClass parent_class; ValaCCodeStatementClass parent_class;
}; };
struct _ValaCCodeWriter { struct _ValaCCodeWriter {
skipping to change at line 1452 skipping to change at line 1478
GType vala_ccode_return_statement_get_type (void) G_GNUC_CONST; GType vala_ccode_return_statement_get_type (void) G_GNUC_CONST;
ValaCCodeReturnStatement* vala_ccode_return_statement_new (ValaCCodeExpress ion* expr); ValaCCodeReturnStatement* vala_ccode_return_statement_new (ValaCCodeExpress ion* expr);
ValaCCodeReturnStatement* vala_ccode_return_statement_construct (GType obje ct_type, ValaCCodeExpression* expr); ValaCCodeReturnStatement* vala_ccode_return_statement_construct (GType obje ct_type, ValaCCodeExpression* expr);
ValaCCodeExpression* vala_ccode_return_statement_get_return_expression (Val aCCodeReturnStatement* self); ValaCCodeExpression* vala_ccode_return_statement_get_return_expression (Val aCCodeReturnStatement* self);
void vala_ccode_return_statement_set_return_expression (ValaCCodeReturnStat ement* self, ValaCCodeExpression* value); void vala_ccode_return_statement_set_return_expression (ValaCCodeReturnStat ement* self, ValaCCodeExpression* value);
ValaCCodeStatement* vala_ccode_statement_construct (GType object_type); ValaCCodeStatement* vala_ccode_statement_construct (GType object_type);
GType vala_ccode_struct_get_type (void) G_GNUC_CONST; GType vala_ccode_struct_get_type (void) G_GNUC_CONST;
ValaCCodeStruct* vala_ccode_struct_new (const gchar* name); ValaCCodeStruct* vala_ccode_struct_new (const gchar* name);
ValaCCodeStruct* vala_ccode_struct_construct (GType object_type, const gcha r* name); ValaCCodeStruct* vala_ccode_struct_construct (GType object_type, const gcha r* name);
void vala_ccode_struct_add_declaration (ValaCCodeStruct* self, ValaCCodeDec laration* decl); void vala_ccode_struct_add_declaration (ValaCCodeStruct* self, ValaCCodeDec laration* decl);
void vala_ccode_struct_add_field (ValaCCodeStruct* self, const gchar* type_ gpointer vala_ccode_declarator_suffix_ref (gpointer instance);
name, const gchar* name, const gchar* declarator_suffix); void vala_ccode_declarator_suffix_unref (gpointer instance);
GParamSpec* vala_param_spec_ccode_declarator_suffix (const gchar* name, con
st gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
void vala_value_set_ccode_declarator_suffix (GValue* value, gpointer v_obje
ct);
void vala_value_take_ccode_declarator_suffix (GValue* value, gpointer v_obj
ect);
gpointer vala_value_get_ccode_declarator_suffix (const GValue* value);
GType vala_ccode_declarator_suffix_get_type (void) G_GNUC_CONST;
void vala_ccode_struct_add_field (ValaCCodeStruct* self, const gchar* type_
name, const gchar* name, ValaCCodeDeclaratorSuffix* declarator_suffix);
const gchar* vala_ccode_struct_get_name (ValaCCodeStruct* self); const gchar* vala_ccode_struct_get_name (ValaCCodeStruct* self);
void vala_ccode_struct_set_name (ValaCCodeStruct* self, const gchar* value) ; void vala_ccode_struct_set_name (ValaCCodeStruct* self, const gchar* value) ;
gboolean vala_ccode_struct_get_deprecated (ValaCCodeStruct* self); gboolean vala_ccode_struct_get_deprecated (ValaCCodeStruct* self);
void vala_ccode_struct_set_deprecated (ValaCCodeStruct* self, gboolean valu e); void vala_ccode_struct_set_deprecated (ValaCCodeStruct* self, gboolean valu e);
gboolean vala_ccode_struct_get_is_empty (ValaCCodeStruct* self); gboolean vala_ccode_struct_get_is_empty (ValaCCodeStruct* self);
GType vala_ccode_switch_statement_get_type (void) G_GNUC_CONST; GType vala_ccode_switch_statement_get_type (void) G_GNUC_CONST;
ValaCCodeSwitchStatement* vala_ccode_switch_statement_new (ValaCCodeExpress ion* expression); ValaCCodeSwitchStatement* vala_ccode_switch_statement_new (ValaCCodeExpress ion* expression);
ValaCCodeSwitchStatement* vala_ccode_switch_statement_construct (GType obje ct_type, ValaCCodeExpression* expression); ValaCCodeSwitchStatement* vala_ccode_switch_statement_construct (GType obje ct_type, ValaCCodeExpression* expression);
ValaCCodeExpression* vala_ccode_switch_statement_get_expression (ValaCCodeS witchStatement* self); ValaCCodeExpression* vala_ccode_switch_statement_get_expression (ValaCCodeS witchStatement* self);
void vala_ccode_switch_statement_set_expression (ValaCCodeSwitchStatement* self, ValaCCodeExpression* value); void vala_ccode_switch_statement_set_expression (ValaCCodeSwitchStatement* self, ValaCCodeExpression* value);
skipping to change at line 1481 skipping to change at line 1514
void vala_ccode_type_definition_set_deprecated (ValaCCodeTypeDefinition* se lf, gboolean value); void vala_ccode_type_definition_set_deprecated (ValaCCodeTypeDefinition* se lf, gboolean value);
GType vala_ccode_unary_expression_get_type (void) G_GNUC_CONST; GType vala_ccode_unary_expression_get_type (void) G_GNUC_CONST;
GType vala_ccode_unary_operator_get_type (void) G_GNUC_CONST; GType vala_ccode_unary_operator_get_type (void) G_GNUC_CONST;
ValaCCodeUnaryExpression* vala_ccode_unary_expression_new (ValaCCodeUnaryOp erator op, ValaCCodeExpression* expr); ValaCCodeUnaryExpression* vala_ccode_unary_expression_new (ValaCCodeUnaryOp erator op, ValaCCodeExpression* expr);
ValaCCodeUnaryExpression* vala_ccode_unary_expression_construct (GType obje ct_type, ValaCCodeUnaryOperator op, ValaCCodeExpression* expr); ValaCCodeUnaryExpression* vala_ccode_unary_expression_construct (GType obje ct_type, ValaCCodeUnaryOperator op, ValaCCodeExpression* expr);
ValaCCodeUnaryOperator vala_ccode_unary_expression_get_operator (ValaCCodeU naryExpression* self); ValaCCodeUnaryOperator vala_ccode_unary_expression_get_operator (ValaCCodeU naryExpression* self);
void vala_ccode_unary_expression_set_operator (ValaCCodeUnaryExpression* se lf, ValaCCodeUnaryOperator value); void vala_ccode_unary_expression_set_operator (ValaCCodeUnaryExpression* se lf, ValaCCodeUnaryOperator value);
ValaCCodeExpression* vala_ccode_unary_expression_get_inner (ValaCCodeUnaryE xpression* self); ValaCCodeExpression* vala_ccode_unary_expression_get_inner (ValaCCodeUnaryE xpression* self);
void vala_ccode_unary_expression_set_inner (ValaCCodeUnaryExpression* self, ValaCCodeExpression* value); void vala_ccode_unary_expression_set_inner (ValaCCodeUnaryExpression* self, ValaCCodeExpression* value);
GType vala_ccode_variable_declarator_get_type (void) G_GNUC_CONST; GType vala_ccode_variable_declarator_get_type (void) G_GNUC_CONST;
ValaCCodeVariableDeclarator* vala_ccode_variable_declarator_new (const gcha ValaCCodeVariableDeclarator* vala_ccode_variable_declarator_new (const gcha
r* name, ValaCCodeExpression* initializer, const gchar* declarator_suffix); r* name, ValaCCodeExpression* initializer, ValaCCodeDeclaratorSuffix* decla
ValaCCodeVariableDeclarator* vala_ccode_variable_declarator_construct (GTyp rator_suffix);
e object_type, const gchar* name, ValaCCodeExpression* initializer, const g ValaCCodeVariableDeclarator* vala_ccode_variable_declarator_construct (GTyp
char* declarator_suffix); e object_type, const gchar* name, ValaCCodeExpression* initializer, ValaCCo
ValaCCodeVariableDeclarator* vala_ccode_variable_declarator_new_zero (const deDeclaratorSuffix* declarator_suffix);
gchar* name, ValaCCodeExpression* initializer, const gchar* declarator_suf ValaCCodeVariableDeclarator* vala_ccode_variable_declarator_new_zero (const
fix); gchar* name, ValaCCodeExpression* initializer, ValaCCodeDeclaratorSuffix*
ValaCCodeVariableDeclarator* vala_ccode_variable_declarator_construct_zero declarator_suffix);
(GType object_type, const gchar* name, ValaCCodeExpression* initializer, co ValaCCodeVariableDeclarator* vala_ccode_variable_declarator_construct_zero
nst gchar* declarator_suffix); (GType object_type, const gchar* name, ValaCCodeExpression* initializer, Va
laCCodeDeclaratorSuffix* declarator_suffix);
const gchar* vala_ccode_variable_declarator_get_name (ValaCCodeVariableDecl arator* self); const gchar* vala_ccode_variable_declarator_get_name (ValaCCodeVariableDecl arator* self);
void vala_ccode_variable_declarator_set_name (ValaCCodeVariableDeclarator* self, const gchar* value); void vala_ccode_variable_declarator_set_name (ValaCCodeVariableDeclarator* self, const gchar* value);
ValaCCodeExpression* vala_ccode_variable_declarator_get_initializer (ValaCC odeVariableDeclarator* self); ValaCCodeExpression* vala_ccode_variable_declarator_get_initializer (ValaCC odeVariableDeclarator* self);
void vala_ccode_variable_declarator_set_initializer (ValaCCodeVariableDecla rator* self, ValaCCodeExpression* value); void vala_ccode_variable_declarator_set_initializer (ValaCCodeVariableDecla rator* self, ValaCCodeExpression* value);
const gchar* vala_ccode_variable_declarator_get_declarator_suffix (ValaCCod ValaCCodeDeclaratorSuffix* vala_ccode_variable_declarator_get_declarator_su
eVariableDeclarator* self); ffix (ValaCCodeVariableDeclarator* self);
void vala_ccode_variable_declarator_set_declarator_suffix (ValaCCodeVariabl void vala_ccode_variable_declarator_set_declarator_suffix (ValaCCodeVariabl
eDeclarator* self, const gchar* value); eDeclarator* self, ValaCCodeDeclaratorSuffix* value);
gboolean vala_ccode_variable_declarator_get_init0 (ValaCCodeVariableDeclara tor* self); gboolean vala_ccode_variable_declarator_get_init0 (ValaCCodeVariableDeclara tor* self);
void vala_ccode_variable_declarator_set_init0 (ValaCCodeVariableDeclarator* self, gboolean value); void vala_ccode_variable_declarator_set_init0 (ValaCCodeVariableDeclarator* self, gboolean value);
ValaCCodeDeclaratorSuffix* vala_ccode_declarator_suffix_new_with_array (Val
aCCodeExpression* array_length);
ValaCCodeDeclaratorSuffix* vala_ccode_declarator_suffix_construct_with_arra
y (GType object_type, ValaCCodeExpression* array_length);
void vala_ccode_declarator_suffix_write (ValaCCodeDeclaratorSuffix* self, V
alaCCodeWriter* writer);
ValaCCodeDeclaratorSuffix* vala_ccode_declarator_suffix_new (void);
ValaCCodeDeclaratorSuffix* vala_ccode_declarator_suffix_construct (GType ob
ject_type);
GType vala_ccode_while_statement_get_type (void) G_GNUC_CONST; GType vala_ccode_while_statement_get_type (void) G_GNUC_CONST;
ValaCCodeWhileStatement* vala_ccode_while_statement_new (ValaCCodeExpressio n* cond, ValaCCodeStatement* stmt); ValaCCodeWhileStatement* vala_ccode_while_statement_new (ValaCCodeExpressio n* cond, ValaCCodeStatement* stmt);
ValaCCodeWhileStatement* vala_ccode_while_statement_construct (GType object _type, ValaCCodeExpression* cond, ValaCCodeStatement* stmt); ValaCCodeWhileStatement* vala_ccode_while_statement_construct (GType object _type, ValaCCodeExpression* cond, ValaCCodeStatement* stmt);
ValaCCodeExpression* vala_ccode_while_statement_get_condition (ValaCCodeWhi leStatement* self); ValaCCodeExpression* vala_ccode_while_statement_get_condition (ValaCCodeWhi leStatement* self);
void vala_ccode_while_statement_set_condition (ValaCCodeWhileStatement* sel f, ValaCCodeExpression* value); void vala_ccode_while_statement_set_condition (ValaCCodeWhileStatement* sel f, ValaCCodeExpression* value);
ValaCCodeStatement* vala_ccode_while_statement_get_body (ValaCCodeWhileStat ement* self); ValaCCodeStatement* vala_ccode_while_statement_get_body (ValaCCodeWhileStat ement* self);
void vala_ccode_while_statement_set_body (ValaCCodeWhileStatement* self, Va laCCodeStatement* value); void vala_ccode_while_statement_set_body (ValaCCodeWhileStatement* self, Va laCCodeStatement* value);
ValaCCodeWriter* vala_ccode_writer_new (const gchar* filename, const gchar* source_filename); ValaCCodeWriter* vala_ccode_writer_new (const gchar* filename, const gchar* source_filename);
ValaCCodeWriter* vala_ccode_writer_construct (GType object_type, const gcha r* filename, const gchar* source_filename); ValaCCodeWriter* vala_ccode_writer_construct (GType object_type, const gcha r* filename, const gchar* source_filename);
gboolean vala_ccode_writer_open (ValaCCodeWriter* self, gboolean write_vers ion); gboolean vala_ccode_writer_open (ValaCCodeWriter* self, gboolean write_vers ion);
 End of changes. 8 change blocks. 
18 lines changed or deleted 73 lines changed or added


 valacodegen.h   valacodegen.h 
skipping to change at line 1036 skipping to change at line 1036
gchar* vala_ccode_base_module_get_ccode_finish_real_name (ValaMethod* m); gchar* vala_ccode_base_module_get_ccode_finish_real_name (ValaMethod* m);
gboolean vala_ccode_base_module_get_ccode_no_accessor_method (ValaProperty* p); gboolean vala_ccode_base_module_get_ccode_no_accessor_method (ValaProperty* p);
gboolean vala_ccode_base_module_get_ccode_has_type_id (ValaTypeSymbol* sym) ; gboolean vala_ccode_base_module_get_ccode_has_type_id (ValaTypeSymbol* sym) ;
gboolean vala_ccode_base_module_get_ccode_has_new_function (ValaMethod* m); gboolean vala_ccode_base_module_get_ccode_has_new_function (ValaMethod* m);
gboolean vala_ccode_base_module_get_ccode_has_generic_type_parameter (ValaM ethod* m); gboolean vala_ccode_base_module_get_ccode_has_generic_type_parameter (ValaM ethod* m);
gdouble vala_ccode_base_module_get_ccode_generic_type_pos (ValaMethod* m); gdouble vala_ccode_base_module_get_ccode_generic_type_pos (ValaMethod* m);
gchar* vala_ccode_base_module_get_ccode_sentinel (ValaMethod* m); gchar* vala_ccode_base_module_get_ccode_sentinel (ValaMethod* m);
gboolean vala_ccode_base_module_get_ccode_notify (ValaProperty* prop); gboolean vala_ccode_base_module_get_ccode_notify (ValaProperty* prop);
gchar* vala_ccode_base_module_get_ccode_nick (ValaProperty* prop); gchar* vala_ccode_base_module_get_ccode_nick (ValaProperty* prop);
gchar* vala_ccode_base_module_get_ccode_blurb (ValaProperty* prop); gchar* vala_ccode_base_module_get_ccode_blurb (ValaProperty* prop);
gchar* vala_ccode_base_module_get_ccode_declarator_suffix (ValaDataType* ty pe); ValaCCodeDeclaratorSuffix* vala_ccode_base_module_get_ccode_declarator_suff ix (ValaCCodeBaseModule* self, ValaDataType* type);
ValaCCodeConstant* vala_ccode_base_module_get_signal_canonical_constant (Va laCCodeBaseModule* self, ValaSignal* sig, const gchar* detail); ValaCCodeConstant* vala_ccode_base_module_get_signal_canonical_constant (Va laCCodeBaseModule* self, ValaSignal* sig, const gchar* detail);
ValaCCodeConstant* vala_ccode_base_module_get_enum_value_canonical_cconstan t (ValaEnumValue* ev); ValaCCodeConstant* vala_ccode_base_module_get_enum_value_canonical_cconstan t (ValaEnumValue* ev);
gboolean vala_ccode_base_module_get_signal_has_emitter (ValaCCodeBaseModule * self, ValaSignal* sig); gboolean vala_ccode_base_module_get_signal_has_emitter (ValaCCodeBaseModule * self, ValaSignal* sig);
ValaCCodeConstant* vala_ccode_base_module_get_property_canonical_cconstant (ValaCCodeBaseModule* self, ValaProperty* prop); ValaCCodeConstant* vala_ccode_base_module_get_property_canonical_cconstant (ValaCCodeBaseModule* self, ValaProperty* prop);
void vala_ccode_base_module_create_postcondition_statement (ValaCCodeBaseMo dule* self, ValaExpression* postcondition); void vala_ccode_base_module_create_postcondition_statement (ValaCCodeBaseMo dule* self, ValaExpression* postcondition);
gboolean vala_ccode_base_module_is_gobject_property (ValaCCodeBaseModule* s elf, ValaProperty* prop); gboolean vala_ccode_base_module_is_gobject_property (ValaCCodeBaseModule* s elf, ValaProperty* prop);
ValaDataType* vala_ccode_base_module_get_this_type (ValaCCodeBaseModule* se lf); ValaDataType* vala_ccode_base_module_get_this_type (ValaCCodeBaseModule* se lf);
ValaCCodeFunctionCall* vala_ccode_base_module_generate_instance_cast (ValaC CodeBaseModule* self, ValaCCodeExpression* expr, ValaTypeSymbol* type); ValaCCodeFunctionCall* vala_ccode_base_module_generate_instance_cast (ValaC CodeBaseModule* self, ValaCCodeExpression* expr, ValaTypeSymbol* type);
void vala_ccode_base_module_return_default_value (ValaCCodeBaseModule* self , ValaDataType* return_type); void vala_ccode_base_module_return_default_value (ValaCCodeBaseModule* self , ValaDataType* return_type);
void vala_ccode_base_module_generate_dynamic_method_wrapper (ValaCCodeBaseM odule* self, ValaDynamicMethod* method); void vala_ccode_base_module_generate_dynamic_method_wrapper (ValaCCodeBaseM odule* self, ValaDynamicMethod* method);
skipping to change at line 1123 skipping to change at line 1123
ValaGLibValue* vala_glib_value_copy (ValaGLibValue* self); ValaGLibValue* vala_glib_value_copy (ValaGLibValue* self);
gpointer vala_ccode_compiler_ref (gpointer instance); gpointer vala_ccode_compiler_ref (gpointer instance);
void vala_ccode_compiler_unref (gpointer instance); void vala_ccode_compiler_unref (gpointer instance);
GParamSpec* vala_param_spec_ccode_compiler (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags); GParamSpec* vala_param_spec_ccode_compiler (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
void vala_value_set_ccode_compiler (GValue* value, gpointer v_object); void vala_value_set_ccode_compiler (GValue* value, gpointer v_object);
void vala_value_take_ccode_compiler (GValue* value, gpointer v_object); void vala_value_take_ccode_compiler (GValue* value, gpointer v_object);
gpointer vala_value_get_ccode_compiler (const GValue* value); gpointer vala_value_get_ccode_compiler (const GValue* value);
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, const gchar* pkg_config_command);
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;
gchar* vala_ccode_delegate_module_generate_delegate_wrapper (ValaCCodeDeleg ateModule* self, ValaMethod* m, ValaDelegateType* dt, ValaCodeNode* node); gchar* vala_ccode_delegate_module_generate_delegate_wrapper (ValaCCodeDeleg ateModule* self, ValaMethod* m, ValaDelegateType* dt, ValaCodeNode* node);
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);
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);
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 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/