vala.h | vala.h | |||
---|---|---|---|---|
skipping to change at line 4417 | skipping to change at line 4417 | |||
void vala_lambda_expression_set_expression_body (ValaLambdaExpression* self , ValaExpression* value); | void vala_lambda_expression_set_expression_body (ValaLambdaExpression* self , ValaExpression* value); | |||
ValaBlock* vala_lambda_expression_get_statement_body (ValaLambdaExpression* self); | ValaBlock* vala_lambda_expression_get_statement_body (ValaLambdaExpression* self); | |||
void vala_lambda_expression_set_statement_body (ValaLambdaExpression* self, ValaBlock* value); | void vala_lambda_expression_set_statement_body (ValaLambdaExpression* self, ValaBlock* value); | |||
ValaMethod* vala_lambda_expression_get_method (ValaLambdaExpression* self); | ValaMethod* vala_lambda_expression_get_method (ValaLambdaExpression* self); | |||
void vala_lambda_expression_set_method (ValaLambdaExpression* self, ValaMet hod* value); | void vala_lambda_expression_set_method (ValaLambdaExpression* self, ValaMet hod* value); | |||
ValaLiteral* vala_literal_construct (GType object_type); | ValaLiteral* vala_literal_construct (GType object_type); | |||
ValaLocalVariable* vala_local_variable_new (ValaDataType* variable_type, co nst gchar* name, ValaExpression* initializer, ValaSourceReference* source_r eference); | ValaLocalVariable* vala_local_variable_new (ValaDataType* variable_type, co nst gchar* name, ValaExpression* initializer, ValaSourceReference* source_r eference); | |||
ValaLocalVariable* vala_local_variable_construct (GType object_type, ValaDa taType* variable_type, const gchar* name, ValaExpression* initializer, Vala SourceReference* source_reference); | ValaLocalVariable* vala_local_variable_construct (GType object_type, ValaDa taType* variable_type, const gchar* name, ValaExpression* initializer, Vala SourceReference* source_reference); | |||
gboolean vala_local_variable_get_is_result (ValaLocalVariable* self); | gboolean vala_local_variable_get_is_result (ValaLocalVariable* self); | |||
void vala_local_variable_set_is_result (ValaLocalVariable* self, gboolean v alue); | void vala_local_variable_set_is_result (ValaLocalVariable* self, gboolean v alue); | |||
gboolean vala_local_variable_get_floating (ValaLocalVariable* self); | ||||
void vala_local_variable_set_floating (ValaLocalVariable* self, gboolean va | ||||
lue); | ||||
gboolean vala_local_variable_get_captured (ValaLocalVariable* self); | gboolean vala_local_variable_get_captured (ValaLocalVariable* self); | |||
void vala_local_variable_set_captured (ValaLocalVariable* self, gboolean va lue); | void vala_local_variable_set_captured (ValaLocalVariable* self, gboolean va lue); | |||
gboolean vala_local_variable_get_no_init (ValaLocalVariable* self); | gboolean vala_local_variable_get_no_init (ValaLocalVariable* self); | |||
void vala_local_variable_set_no_init (ValaLocalVariable* self, gboolean val ue); | void vala_local_variable_set_no_init (ValaLocalVariable* self, gboolean val ue); | |||
gboolean vala_lockable_get_lock_used (ValaLockable* self); | gboolean vala_lockable_get_lock_used (ValaLockable* self); | |||
void vala_lockable_set_lock_used (ValaLockable* self, gboolean used); | void vala_lockable_set_lock_used (ValaLockable* self, gboolean used); | |||
ValaLockStatement* vala_lock_statement_new (ValaExpression* resource, ValaB lock* body, ValaSourceReference* source_reference); | ValaLockStatement* vala_lock_statement_new (ValaExpression* resource, ValaB lock* body, ValaSourceReference* source_reference); | |||
ValaLockStatement* vala_lock_statement_construct (GType object_type, ValaEx pression* resource, ValaBlock* body, ValaSourceReference* source_reference) ; | ValaLockStatement* vala_lock_statement_construct (GType object_type, ValaEx pression* resource, ValaBlock* body, ValaSourceReference* source_reference) ; | |||
ValaExpression* vala_lock_statement_get_resource (ValaLockStatement* self); | ValaExpression* vala_lock_statement_get_resource (ValaLockStatement* self); | |||
void vala_lock_statement_set_resource (ValaLockStatement* self, ValaExpress ion* value); | void vala_lock_statement_set_resource (ValaLockStatement* self, ValaExpress ion* value); | |||
skipping to change at line 4760 | skipping to change at line 4758 | |||
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); | |||
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); | ||||
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); | |||
ValaCodeContext* vala_semantic_analyzer_get_context (ValaSemanticAnalyzer* self); | ValaCodeContext* vala_semantic_analyzer_get_context (ValaSemanticAnalyzer* self); | |||
void vala_semantic_analyzer_set_context (ValaSemanticAnalyzer* self, ValaCo deContext* value); | void vala_semantic_analyzer_set_context (ValaSemanticAnalyzer* self, ValaCo deContext* value); | |||
ValaSymbol* vala_semantic_analyzer_get_current_symbol (ValaSemanticAnalyzer * self); | ValaSymbol* vala_semantic_analyzer_get_current_symbol (ValaSemanticAnalyzer * self); | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 1 lines changed or added | |||
valacodegen.h | valacodegen.h | |||
---|---|---|---|---|
skipping to change at line 698 | skipping to change at line 698 | |||
struct _ValaGTypeModule { | struct _ValaGTypeModule { | |||
ValaGErrorModule parent_instance; | ValaGErrorModule parent_instance; | |||
ValaGTypeModulePrivate * priv; | ValaGTypeModulePrivate * priv; | |||
}; | }; | |||
struct _ValaGTypeModuleClass { | struct _ValaGTypeModuleClass { | |||
ValaGErrorModuleClass parent_class; | ValaGErrorModuleClass parent_class; | |||
void (*generate_virtual_method_declaration) (ValaGTypeModule* self, ValaMethod* m, ValaCCodeFile* decl_space, ValaCCodeStruct* type_struct); | void (*generate_virtual_method_declaration) (ValaGTypeModule* self, ValaMethod* m, ValaCCodeFile* decl_space, ValaCCodeStruct* type_struct); | |||
void (*generate_class_init) (ValaGTypeModule* self, ValaClass* cl); | void (*generate_class_init) (ValaGTypeModule* self, ValaClass* cl); | |||
void (*generate_instance_init) (ValaGTypeModule* self, ValaClass* cl ); | void (*end_instance_init) (ValaGTypeModule* self, ValaClass* cl); | |||
}; | }; | |||
struct _ValaGObjectModule { | struct _ValaGObjectModule { | |||
ValaGTypeModule parent_instance; | ValaGTypeModule parent_instance; | |||
ValaGObjectModulePrivate * priv; | ValaGObjectModulePrivate * priv; | |||
}; | }; | |||
struct _ValaGObjectModuleClass { | struct _ValaGObjectModuleClass { | |||
ValaGTypeModuleClass parent_class; | ValaGTypeModuleClass parent_class; | |||
}; | }; | |||
skipping to change at line 1210 | skipping to change at line 1210 | |||
gchar* vala_gir_writer_get_field_comment (ValaGIRWriter* self, ValaField* f ); | gchar* vala_gir_writer_get_field_comment (ValaGIRWriter* self, ValaField* f ); | |||
gchar* vala_gir_writer_get_delegate_comment (ValaGIRWriter* self, ValaDeleg ate* cb); | gchar* vala_gir_writer_get_delegate_comment (ValaGIRWriter* self, ValaDeleg ate* cb); | |||
gchar* vala_gir_writer_get_method_comment (ValaGIRWriter* self, ValaMethod* m); | gchar* vala_gir_writer_get_method_comment (ValaGIRWriter* self, ValaMethod* m); | |||
gchar* vala_gir_writer_get_property_comment (ValaGIRWriter* self, ValaPrope rty* prop); | gchar* vala_gir_writer_get_property_comment (ValaGIRWriter* self, ValaPrope rty* prop); | |||
gchar* vala_gir_writer_get_delegate_return_comment (ValaGIRWriter* self, Va laDelegate* cb); | gchar* vala_gir_writer_get_delegate_return_comment (ValaGIRWriter* self, Va laDelegate* cb); | |||
gchar* vala_gir_writer_get_signal_return_comment (ValaGIRWriter* self, Vala Signal* sig); | gchar* vala_gir_writer_get_signal_return_comment (ValaGIRWriter* self, Vala Signal* sig); | |||
gchar* vala_gir_writer_get_method_return_comment (ValaGIRWriter* self, Vala Method* m); | gchar* vala_gir_writer_get_method_return_comment (ValaGIRWriter* self, Vala Method* m); | |||
gchar* vala_gir_writer_get_signal_comment (ValaGIRWriter* self, ValaSignal* sig); | gchar* vala_gir_writer_get_signal_comment (ValaGIRWriter* self, ValaSignal* sig); | |||
gchar* vala_gir_writer_get_parameter_comment (ValaGIRWriter* self, ValaPara meter* param); | gchar* vala_gir_writer_get_parameter_comment (ValaGIRWriter* self, ValaPara meter* param); | |||
void vala_gir_writer_write_includes (ValaGIRWriter* self); | void vala_gir_writer_write_includes (ValaGIRWriter* self); | |||
void vala_gir_writer_write_file (ValaGIRWriter* self, ValaCodeContext* cont ext, const gchar* directory, const gchar* gir_namespace, const gchar* gir_v ersion, const gchar* package); | void vala_gir_writer_write_file (ValaGIRWriter* self, ValaCodeContext* cont ext, const gchar* directory, const gchar* gir_filename, const gchar* gir_na mespace, const gchar* gir_version, const gchar* package); | |||
ValaGIRWriter* vala_gir_writer_new (void); | ValaGIRWriter* vala_gir_writer_new (void); | |||
ValaGIRWriter* vala_gir_writer_construct (GType object_type); | ValaGIRWriter* vala_gir_writer_construct (GType object_type); | |||
ValaGObjectModule* vala_gobject_module_new (void); | ValaGObjectModule* vala_gobject_module_new (void); | |||
ValaGObjectModule* vala_gobject_module_construct (GType object_type); | ValaGObjectModule* vala_gobject_module_construct (GType object_type); | |||
ValaGtkModule* vala_gtk_module_new (void); | ValaGtkModule* vala_gtk_module_new (void); | |||
ValaGtkModule* vala_gtk_module_construct (GType object_type); | ValaGtkModule* vala_gtk_module_construct (GType object_type); | |||
ValaGSignalModule* vala_gsignal_module_new (void); | ValaGSignalModule* vala_gsignal_module_new (void); | |||
ValaGSignalModule* vala_gsignal_module_construct (GType object_type); | ValaGSignalModule* vala_gsignal_module_construct (GType object_type); | |||
void vala_gtype_module_generate_virtual_method_declaration (ValaGTypeModule * self, ValaMethod* m, ValaCCodeFile* decl_space, ValaCCodeStruct* type_str uct); | void vala_gtype_module_generate_virtual_method_declaration (ValaGTypeModule * self, ValaMethod* m, ValaCCodeFile* decl_space, ValaCCodeStruct* type_str uct); | |||
void vala_gtype_module_generate_class_init (ValaGTypeModule* self, ValaClas s* cl); | void vala_gtype_module_generate_class_init (ValaGTypeModule* self, ValaClas s* cl); | |||
void vala_gtype_module_generate_instance_init (ValaGTypeModule* self, ValaC lass* cl); | void vala_gtype_module_end_instance_init (ValaGTypeModule* self, ValaClass* cl); | |||
ValaGTypeModule* vala_gtype_module_new (void); | ValaGTypeModule* vala_gtype_module_new (void); | |||
ValaGTypeModule* vala_gtype_module_construct (GType object_type); | ValaGTypeModule* vala_gtype_module_construct (GType object_type); | |||
gchar* vala_gvariant_module_get_dbus_signature (ValaSymbol* symbol); | gchar* vala_gvariant_module_get_dbus_signature (ValaSymbol* symbol); | |||
gchar* vala_gvariant_module_get_type_signature (ValaDataType* datatype, Val aSymbol* symbol); | gchar* vala_gvariant_module_get_type_signature (ValaDataType* datatype, Val aSymbol* symbol); | |||
ValaCCodeFunction* vala_gvariant_module_generate_enum_from_string_function_ declaration (ValaGVariantModule* self, ValaEnum* en); | ValaCCodeFunction* vala_gvariant_module_generate_enum_from_string_function_ declaration (ValaGVariantModule* self, ValaEnum* en); | |||
ValaCCodeFunction* vala_gvariant_module_generate_enum_from_string_function (ValaGVariantModule* self, ValaEnum* en); | ValaCCodeFunction* vala_gvariant_module_generate_enum_from_string_function (ValaGVariantModule* self, ValaEnum* en); | |||
void vala_gvariant_module_read_expression (ValaGVariantModule* self, ValaDa taType* type, ValaCCodeExpression* iter_expr, ValaCCodeExpression* target_e xpr, ValaSymbol* sym, ValaCCodeExpression* error_expr, gboolean* may_fail); | void vala_gvariant_module_read_expression (ValaGVariantModule* self, ValaDa taType* type, ValaCCodeExpression* iter_expr, ValaCCodeExpression* target_e xpr, ValaSymbol* sym, ValaCCodeExpression* error_expr, gboolean* may_fail); | |||
ValaCCodeFunction* vala_gvariant_module_generate_enum_to_string_function_de claration (ValaGVariantModule* self, ValaEnum* en); | ValaCCodeFunction* vala_gvariant_module_generate_enum_to_string_function_de claration (ValaGVariantModule* self, ValaEnum* en); | |||
ValaCCodeFunction* vala_gvariant_module_generate_enum_to_string_function (V alaGVariantModule* self, ValaEnum* en); | ValaCCodeFunction* vala_gvariant_module_generate_enum_to_string_function (V alaGVariantModule* self, ValaEnum* en); | |||
void vala_gvariant_module_write_expression (ValaGVariantModule* self, ValaD ataType* type, ValaCCodeExpression* builder_expr, ValaCCodeExpression* expr , ValaSymbol* sym); | void vala_gvariant_module_write_expression (ValaGVariantModule* self, ValaD ataType* type, ValaCCodeExpression* builder_expr, ValaCCodeExpression* expr , ValaSymbol* sym); | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||