valacodegen.h   valacodegen.h 
skipping to change at line 1145 skipping to change at line 1145
ValaCCodeAttribute* vala_ccode_attribute_construct (GType object_type, Vala CodeNode* node); ValaCCodeAttribute* vala_ccode_attribute_construct (GType object_type, Vala CodeNode* node);
const gchar* vala_ccode_attribute_get_name (ValaCCodeAttribute* self); const gchar* vala_ccode_attribute_get_name (ValaCCodeAttribute* self);
const gchar* vala_ccode_attribute_get_const_name (ValaCCodeAttribute* self) ; const gchar* vala_ccode_attribute_get_const_name (ValaCCodeAttribute* self) ;
const gchar* vala_ccode_attribute_get_type_name (ValaCCodeAttribute* self); const gchar* vala_ccode_attribute_get_type_name (ValaCCodeAttribute* self);
const gchar* vala_ccode_attribute_get_header_filenames (ValaCCodeAttribute* self); const gchar* vala_ccode_attribute_get_header_filenames (ValaCCodeAttribute* self);
const gchar* vala_ccode_attribute_get_prefix (ValaCCodeAttribute* self); const gchar* vala_ccode_attribute_get_prefix (ValaCCodeAttribute* self);
const gchar* vala_ccode_attribute_get_lower_case_prefix (ValaCCodeAttribute * self); const gchar* vala_ccode_attribute_get_lower_case_prefix (ValaCCodeAttribute * self);
const gchar* vala_ccode_attribute_get_lower_case_suffix (ValaCCodeAttribute * self); const gchar* vala_ccode_attribute_get_lower_case_suffix (ValaCCodeAttribute * self);
const gchar* vala_ccode_attribute_get_ref_function (ValaCCodeAttribute* sel f); const gchar* vala_ccode_attribute_get_ref_function (ValaCCodeAttribute* sel f);
gboolean vala_ccode_attribute_get_ref_function_void (ValaCCodeAttribute* se lf); gboolean vala_ccode_attribute_get_ref_function_void (ValaCCodeAttribute* se lf);
gboolean vala_ccode_attribute_get_ref_sink_function_void (ValaCCodeAttribut e* self);
const gchar* vala_ccode_attribute_get_unref_function (ValaCCodeAttribute* s elf); const gchar* vala_ccode_attribute_get_unref_function (ValaCCodeAttribute* s elf);
const gchar* vala_ccode_attribute_get_ref_sink_function (ValaCCodeAttribute * self); const gchar* vala_ccode_attribute_get_ref_sink_function (ValaCCodeAttribute * self);
const gchar* vala_ccode_attribute_get_copy_function (ValaCCodeAttribute* se lf); const gchar* vala_ccode_attribute_get_copy_function (ValaCCodeAttribute* se lf);
const gchar* vala_ccode_attribute_get_destroy_function (ValaCCodeAttribute* self); const gchar* vala_ccode_attribute_get_destroy_function (ValaCCodeAttribute* self);
const gchar* vala_ccode_attribute_get_free_function (ValaCCodeAttribute* se lf); const gchar* vala_ccode_attribute_get_free_function (ValaCCodeAttribute* se lf);
gboolean vala_ccode_attribute_get_free_function_address_of (ValaCCodeAttrib ute* self); gboolean vala_ccode_attribute_get_free_function_address_of (ValaCCodeAttrib ute* self);
const gchar* vala_ccode_attribute_get_type_id (ValaCCodeAttribute* self); const gchar* vala_ccode_attribute_get_type_id (ValaCCodeAttribute* self);
const gchar* vala_ccode_attribute_get_marshaller_type_name (ValaCCodeAttrib ute* self); const gchar* vala_ccode_attribute_get_marshaller_type_name (ValaCCodeAttrib ute* self);
const gchar* vala_ccode_attribute_get_get_value_function (ValaCCodeAttribut e* self); const gchar* vala_ccode_attribute_get_get_value_function (ValaCCodeAttribut e* self);
const gchar* vala_ccode_attribute_get_set_value_function (ValaCCodeAttribut e* self); const gchar* vala_ccode_attribute_get_set_value_function (ValaCCodeAttribut e* self);
skipping to change at line 1285 skipping to change at line 1284
gchar* vala_ccode_base_module_get_ccode_lower_case_name (ValaCodeNode* node , const gchar* infix); gchar* vala_ccode_base_module_get_ccode_lower_case_name (ValaCodeNode* node , const gchar* infix);
gchar* vala_ccode_base_module_get_ccode_upper_case_name (ValaSymbol* sym, c onst gchar* infix); gchar* vala_ccode_base_module_get_ccode_upper_case_name (ValaSymbol* sym, c onst gchar* infix);
gchar* vala_ccode_base_module_get_ccode_header_filenames (ValaSymbol* sym); gchar* vala_ccode_base_module_get_ccode_header_filenames (ValaSymbol* sym);
gchar* vala_ccode_base_module_get_ccode_prefix (ValaSymbol* sym); gchar* vala_ccode_base_module_get_ccode_prefix (ValaSymbol* sym);
gchar* vala_ccode_base_module_get_ccode_lower_case_prefix (ValaSymbol* sym) ; gchar* vala_ccode_base_module_get_ccode_lower_case_prefix (ValaSymbol* sym) ;
gchar* vala_ccode_base_module_get_ccode_lower_case_suffix (ValaSymbol* sym) ; gchar* vala_ccode_base_module_get_ccode_lower_case_suffix (ValaSymbol* sym) ;
gchar* vala_ccode_base_module_get_ccode_ref_function (ValaTypeSymbol* sym); gchar* vala_ccode_base_module_get_ccode_ref_function (ValaTypeSymbol* sym);
gboolean vala_ccode_base_module_is_reference_counting (ValaTypeSymbol* sym) ; gboolean vala_ccode_base_module_is_reference_counting (ValaTypeSymbol* sym) ;
gboolean vala_ccode_base_module_get_ccode_ref_function_void (ValaClass* cl) ; gboolean vala_ccode_base_module_get_ccode_ref_function_void (ValaClass* cl) ;
gboolean vala_ccode_base_module_get_ccode_free_function_address_of (ValaCla ss* cl); gboolean vala_ccode_base_module_get_ccode_free_function_address_of (ValaCla ss* cl);
gboolean vala_ccode_base_module_get_ccode_ref_sink_function_void (ValaClass * cl);
gchar* vala_ccode_base_module_get_ccode_unref_function (ValaObjectTypeSymbo l* sym); gchar* vala_ccode_base_module_get_ccode_unref_function (ValaObjectTypeSymbo l* sym);
gchar* vala_ccode_base_module_get_ccode_ref_sink_function (ValaObjectTypeSy mbol* sym); gchar* vala_ccode_base_module_get_ccode_ref_sink_function (ValaObjectTypeSy mbol* sym);
gchar* vala_ccode_base_module_get_ccode_copy_function (ValaTypeSymbol* sym) ; gchar* vala_ccode_base_module_get_ccode_copy_function (ValaTypeSymbol* sym) ;
gchar* vala_ccode_base_module_get_ccode_destroy_function (ValaTypeSymbol* s ym); gchar* vala_ccode_base_module_get_ccode_destroy_function (ValaTypeSymbol* s ym);
gchar* vala_ccode_base_module_get_ccode_dup_function (ValaTypeSymbol* sym); gchar* vala_ccode_base_module_get_ccode_dup_function (ValaTypeSymbol* sym);
gchar* vala_ccode_base_module_get_ccode_free_function (ValaTypeSymbol* sym) ; gchar* vala_ccode_base_module_get_ccode_free_function (ValaTypeSymbol* sym) ;
gboolean vala_ccode_base_module_get_ccode_is_gboxed (ValaTypeSymbol* sym); gboolean vala_ccode_base_module_get_ccode_is_gboxed (ValaTypeSymbol* sym);
gchar* vala_ccode_base_module_get_ccode_type_id (ValaCodeNode* node); gchar* vala_ccode_base_module_get_ccode_type_id (ValaCodeNode* node);
gchar* vala_ccode_base_module_get_ccode_marshaller_type_name (ValaCodeNode* node); gchar* vala_ccode_base_module_get_ccode_marshaller_type_name (ValaCodeNode* node);
gchar* vala_ccode_base_module_get_ccode_get_value_function (ValaCodeNode* s ym); gchar* vala_ccode_base_module_get_ccode_get_value_function (ValaCodeNode* s ym);
 End of changes. 2 change blocks. 
2 lines changed or deleted 0 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/