vala.h   vala.h 
skipping to change at line 4617 skipping to change at line 4617
ValaParameter* vala_parameter_copy (ValaParameter* self); ValaParameter* vala_parameter_copy (ValaParameter* self);
GType vala_parameter_direction_get_type (void) G_GNUC_CONST; GType vala_parameter_direction_get_type (void) G_GNUC_CONST;
ValaParameterDirection vala_parameter_get_direction (ValaParameter* self); ValaParameterDirection vala_parameter_get_direction (ValaParameter* self);
void vala_parameter_set_direction (ValaParameter* self, ValaParameterDirect ion value); void vala_parameter_set_direction (ValaParameter* self, ValaParameterDirect ion value);
gboolean vala_parameter_get_ellipsis (ValaParameter* self); gboolean vala_parameter_get_ellipsis (ValaParameter* self);
void vala_parameter_set_ellipsis (ValaParameter* self, gboolean value); void vala_parameter_set_ellipsis (ValaParameter* self, gboolean value);
gboolean vala_parameter_get_params_array (ValaParameter* self); gboolean vala_parameter_get_params_array (ValaParameter* self);
void vala_parameter_set_params_array (ValaParameter* self, gboolean value); void vala_parameter_set_params_array (ValaParameter* self, gboolean value);
gboolean vala_parameter_get_captured (ValaParameter* self); gboolean vala_parameter_get_captured (ValaParameter* self);
void vala_parameter_set_captured (ValaParameter* self, gboolean value); void vala_parameter_set_captured (ValaParameter* self, gboolean value);
ValaParameter* vala_parameter_get_base_parameter (ValaParameter* self);
void vala_parameter_set_base_parameter (ValaParameter* self, ValaParameter*
value);
GType vala_parser_get_type (void) G_GNUC_CONST; GType vala_parser_get_type (void) G_GNUC_CONST;
ValaParser* vala_parser_new (void); ValaParser* vala_parser_new (void);
ValaParser* vala_parser_construct (GType object_type); ValaParser* vala_parser_construct (GType object_type);
void vala_parser_parse (ValaParser* self, ValaCodeContext* context); void vala_parser_parse (ValaParser* self, ValaCodeContext* context);
void vala_parser_parse_file (ValaParser* self, ValaSourceFile* source_file) ; void vala_parser_parse_file (ValaParser* self, ValaSourceFile* source_file) ;
GQuark vala_parse_error_quark (void); GQuark vala_parse_error_quark (void);
ValaPhiFunction* vala_phi_function_new (ValaVariable* variable, gint num_of _ops); ValaPhiFunction* vala_phi_function_new (ValaVariable* variable, gint num_of _ops);
ValaPhiFunction* vala_phi_function_construct (GType object_type, ValaVariab le* variable, gint num_of_ops); ValaPhiFunction* vala_phi_function_construct (GType object_type, ValaVariab le* variable, gint num_of_ops);
ValaVariable* vala_phi_function_get_original_variable (ValaPhiFunction* sel f); ValaVariable* vala_phi_function_get_original_variable (ValaPhiFunction* sel f);
ValaList* vala_phi_function_get_operands (ValaPhiFunction* self); ValaList* vala_phi_function_get_operands (ValaPhiFunction* self);
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 lines changed or added


 valacodegen.h   valacodegen.h 
skipping to change at line 870 skipping to change at line 870
const gchar* vala_ccode_attribute_get_param_spec_function (ValaCCodeAttribu te* self); const gchar* vala_ccode_attribute_get_param_spec_function (ValaCCodeAttribu te* self);
const gchar* vala_ccode_attribute_get_default_value (ValaCCodeAttribute* se lf); const gchar* vala_ccode_attribute_get_default_value (ValaCCodeAttribute* se lf);
gdouble vala_ccode_attribute_get_pos (ValaCCodeAttribute* self); gdouble vala_ccode_attribute_get_pos (ValaCCodeAttribute* self);
const gchar* vala_ccode_attribute_get_real_name (ValaCCodeAttribute* self); const gchar* vala_ccode_attribute_get_real_name (ValaCCodeAttribute* self);
const gchar* vala_ccode_attribute_get_vfunc_name (ValaCCodeAttribute* self) ; const gchar* vala_ccode_attribute_get_vfunc_name (ValaCCodeAttribute* self) ;
const gchar* vala_ccode_attribute_get_finish_name (ValaCCodeAttribute* self ); const gchar* vala_ccode_attribute_get_finish_name (ValaCCodeAttribute* self );
const gchar* vala_ccode_attribute_get_finish_vfunc_name (ValaCCodeAttribute * self); const gchar* vala_ccode_attribute_get_finish_vfunc_name (ValaCCodeAttribute * self);
const gchar* vala_ccode_attribute_get_finish_real_name (ValaCCodeAttribute* self); const gchar* vala_ccode_attribute_get_finish_real_name (ValaCCodeAttribute* self);
const gchar* vala_ccode_attribute_get_delegate_target_name (ValaCCodeAttrib ute* self); const gchar* vala_ccode_attribute_get_delegate_target_name (ValaCCodeAttrib ute* self);
gboolean vala_ccode_attribute_get_array_length (ValaCCodeAttribute* self); gboolean vala_ccode_attribute_get_array_length (ValaCCodeAttribute* self);
const gchar* vala_ccode_attribute_get_array_length_type (ValaCCodeAttribute * self);
gboolean vala_ccode_attribute_get_array_null_terminated (ValaCCodeAttribute * self); gboolean vala_ccode_attribute_get_array_null_terminated (ValaCCodeAttribute * self);
const gchar* vala_ccode_attribute_get_array_length_type (ValaCCodeAttribute * self);
const gchar* vala_ccode_attribute_get_array_length_name (ValaCCodeAttribute * self); const gchar* vala_ccode_attribute_get_array_length_name (ValaCCodeAttribute * self);
const gchar* vala_ccode_attribute_get_array_length_expr (ValaCCodeAttribute * self); const gchar* vala_ccode_attribute_get_array_length_expr (ValaCCodeAttribute * self);
gboolean vala_ccode_attribute_get_delegate_target (ValaCCodeAttribute* self ); gboolean vala_ccode_attribute_get_delegate_target (ValaCCodeAttribute* self );
const gchar* vala_ccode_attribute_get_sentinel (ValaCCodeAttribute* self); const gchar* vala_ccode_attribute_get_sentinel (ValaCCodeAttribute* self);
extern gint vala_ccode_base_module_ccode_attribute_cache_index; extern gint vala_ccode_base_module_ccode_attribute_cache_index;
gboolean vala_ccode_base_module_is_in_coroutine (ValaCCodeBaseModule* self) ; gboolean vala_ccode_base_module_is_in_coroutine (ValaCCodeBaseModule* self) ;
gboolean vala_ccode_base_module_is_in_constructor (ValaCCodeBaseModule* sel f); gboolean vala_ccode_base_module_is_in_constructor (ValaCCodeBaseModule* sel f);
gboolean vala_ccode_base_module_is_in_destructor (ValaCCodeBaseModule* self ); gboolean vala_ccode_base_module_is_in_destructor (ValaCCodeBaseModule* self );
ValaBlock* vala_ccode_base_module_next_closure_block (ValaCCodeBaseModule* self, ValaSymbol* sym); ValaBlock* vala_ccode_base_module_next_closure_block (ValaCCodeBaseModule* self, ValaSymbol* sym);
ValaCCodeBaseModule* vala_ccode_base_module_construct (GType object_type); ValaCCodeBaseModule* vala_ccode_base_module_construct (GType object_type);
 End of changes. 2 change blocks. 
1 lines changed or deleted 1 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/