valacodegen.h   valacodegen.h 
skipping to change at line 1164 skipping to change at line 1164
const gchar* vala_ccode_attribute_get_set_value_function (ValaCCodeAttribut e* self); const gchar* vala_ccode_attribute_get_set_value_function (ValaCCodeAttribut e* self);
const gchar* vala_ccode_attribute_get_take_value_function (ValaCCodeAttribu te* self); const gchar* vala_ccode_attribute_get_take_value_function (ValaCCodeAttribu te* self);
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);
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); 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_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);
skipping to change at line 1311 skipping to change at line 1312
gdouble vala_ccode_base_module_get_ccode_instance_pos (ValaCodeNode* node); gdouble vala_ccode_base_module_get_ccode_instance_pos (ValaCodeNode* node);
gboolean vala_ccode_base_module_get_ccode_array_length (ValaCodeNode* node) ; gboolean vala_ccode_base_module_get_ccode_array_length (ValaCodeNode* node) ;
gchar* vala_ccode_base_module_get_ccode_array_length_type (ValaCodeNode* no de); gchar* vala_ccode_base_module_get_ccode_array_length_type (ValaCodeNode* no de);
gboolean vala_ccode_base_module_get_ccode_array_null_terminated (ValaCodeNo de* node); gboolean vala_ccode_base_module_get_ccode_array_null_terminated (ValaCodeNo de* node);
gchar* vala_ccode_base_module_get_ccode_array_length_name (ValaCodeNode* no de); gchar* vala_ccode_base_module_get_ccode_array_length_name (ValaCodeNode* no de);
gchar* vala_ccode_base_module_get_ccode_array_length_expr (ValaCodeNode* no de); gchar* vala_ccode_base_module_get_ccode_array_length_expr (ValaCodeNode* no de);
gdouble vala_ccode_base_module_get_ccode_array_length_pos (ValaCodeNode* no de); gdouble vala_ccode_base_module_get_ccode_array_length_pos (ValaCodeNode* no de);
gdouble vala_ccode_base_module_get_ccode_delegate_target_pos (ValaCodeNode* node); gdouble vala_ccode_base_module_get_ccode_delegate_target_pos (ValaCodeNode* node);
gdouble vala_ccode_base_module_get_ccode_destroy_notify_pos (ValaCodeNode* node); gdouble vala_ccode_base_module_get_ccode_destroy_notify_pos (ValaCodeNode* node);
gboolean vala_ccode_base_module_get_ccode_delegate_target (ValaCodeNode* no de); gboolean vala_ccode_base_module_get_ccode_delegate_target (ValaCodeNode* no de);
gchar* vala_ccode_base_module_get_ccode_delegate_target_name (ValaVariable* variable);
gdouble vala_ccode_base_module_get_ccode_pos (ValaParameter* param); gdouble vala_ccode_base_module_get_ccode_pos (ValaParameter* param);
gchar* vala_ccode_base_module_get_ccode_type (ValaCodeNode* node); gchar* vala_ccode_base_module_get_ccode_type (ValaCodeNode* node);
gboolean vala_ccode_base_module_get_ccode_simple_generics (ValaMethod* m); gboolean vala_ccode_base_module_get_ccode_simple_generics (ValaMethod* m);
gchar* vala_ccode_base_module_get_ccode_real_name (ValaSymbol* sym); gchar* vala_ccode_base_module_get_ccode_real_name (ValaSymbol* sym);
gchar* vala_ccode_base_module_get_ccode_vfunc_name (ValaMethod* m); gchar* vala_ccode_base_module_get_ccode_vfunc_name (ValaMethod* m);
gchar* vala_ccode_base_module_get_ccode_finish_name (ValaMethod* m); gchar* vala_ccode_base_module_get_ccode_finish_name (ValaMethod* m);
gchar* vala_ccode_base_module_get_ccode_finish_vfunc_name (ValaMethod* m); gchar* vala_ccode_base_module_get_ccode_finish_vfunc_name (ValaMethod* m);
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) ;
 End of changes. 2 change blocks. 
0 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/